@aws-sdk/client-kendra 3.40.0 → 3.44.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 (130) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +7 -7
  3. package/dist-cjs/Kendra.js +180 -0
  4. package/dist-cjs/commands/AssociateEntitiesToExperienceCommand.js +36 -0
  5. package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +36 -0
  6. package/dist-cjs/commands/CreateExperienceCommand.js +36 -0
  7. package/dist-cjs/commands/DeleteExperienceCommand.js +36 -0
  8. package/dist-cjs/commands/DescribeExperienceCommand.js +36 -0
  9. package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +36 -0
  10. package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +36 -0
  11. package/dist-cjs/commands/GetSnapshotsCommand.js +36 -0
  12. package/dist-cjs/commands/ListEntityPersonasCommand.js +36 -0
  13. package/dist-cjs/commands/ListExperienceEntitiesCommand.js +36 -0
  14. package/dist-cjs/commands/ListExperiencesCommand.js +36 -0
  15. package/dist-cjs/commands/UpdateExperienceCommand.js +36 -0
  16. package/dist-cjs/commands/index.js +12 -0
  17. package/dist-cjs/endpoints.js +8 -0
  18. package/dist-cjs/models/models_0.js +345 -89
  19. package/dist-cjs/pagination/ListEntityPersonasPaginator.js +35 -0
  20. package/dist-cjs/pagination/ListExperienceEntitiesPaginator.js +34 -0
  21. package/dist-cjs/pagination/ListExperiencesPaginator.js +35 -0
  22. package/dist-cjs/pagination/index.js +3 -0
  23. package/dist-cjs/protocols/Aws_json1_1.js +2055 -280
  24. package/dist-es/Kendra.js +180 -0
  25. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +39 -0
  26. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +39 -0
  27. package/dist-es/commands/CreateExperienceCommand.js +39 -0
  28. package/dist-es/commands/DeleteExperienceCommand.js +39 -0
  29. package/dist-es/commands/DescribeExperienceCommand.js +39 -0
  30. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +39 -0
  31. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +39 -0
  32. package/dist-es/commands/GetSnapshotsCommand.js +39 -0
  33. package/dist-es/commands/ListEntityPersonasCommand.js +39 -0
  34. package/dist-es/commands/ListExperienceEntitiesCommand.js +39 -0
  35. package/dist-es/commands/ListExperiencesCommand.js +39 -0
  36. package/dist-es/commands/UpdateExperienceCommand.js +39 -0
  37. package/dist-es/commands/index.js +12 -0
  38. package/dist-es/endpoints.js +8 -0
  39. package/dist-es/models/models_0.js +248 -68
  40. package/dist-es/pagination/ListEntityPersonasPaginator.js +74 -0
  41. package/dist-es/pagination/ListExperienceEntitiesPaginator.js +73 -0
  42. package/dist-es/pagination/ListExperiencesPaginator.js +74 -0
  43. package/dist-es/pagination/index.js +3 -0
  44. package/dist-es/protocols/Aws_json1_1.js +2067 -271
  45. package/dist-types/Kendra.d.ts +164 -1
  46. package/dist-types/KendraClient.d.ts +14 -2
  47. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +39 -0
  48. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +39 -0
  49. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +1 -1
  50. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +1 -1
  51. package/dist-types/commands/BatchPutDocumentCommand.d.ts +1 -1
  52. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +4 -1
  53. package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -1
  54. package/dist-types/commands/CreateExperienceCommand.d.ts +37 -0
  55. package/dist-types/commands/CreateFaqCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIndexCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +4 -1
  58. package/dist-types/commands/CreateThesaurusCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteExperienceCommand.d.ts +37 -0
  61. package/dist-types/commands/DeleteFaqCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteIndexCommand.d.ts +1 -1
  63. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +4 -1
  64. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +4 -1
  65. package/dist-types/commands/DeleteThesaurusCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeDataSourceCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeExperienceCommand.d.ts +38 -0
  68. package/dist-types/commands/DescribeFaqCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeIndexCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +4 -1
  71. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +4 -1
  72. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +4 -1
  73. package/dist-types/commands/DescribeThesaurusCommand.d.ts +1 -1
  74. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +39 -0
  75. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +39 -0
  76. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +4 -1
  77. package/dist-types/commands/GetSnapshotsCommand.d.ts +37 -0
  78. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +1 -1
  79. package/dist-types/commands/ListDataSourcesCommand.d.ts +1 -1
  80. package/dist-types/commands/ListEntityPersonasCommand.d.ts +36 -0
  81. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +39 -0
  82. package/dist-types/commands/ListExperiencesCommand.d.ts +38 -0
  83. package/dist-types/commands/ListFaqsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +4 -1
  85. package/dist-types/commands/ListIndicesCommand.d.ts +1 -1
  86. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +4 -1
  87. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  88. package/dist-types/commands/ListThesauriCommand.d.ts +1 -1
  89. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +4 -1
  90. package/dist-types/commands/QueryCommand.d.ts +1 -1
  91. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +1 -1
  92. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +1 -1
  93. package/dist-types/commands/SubmitFeedbackCommand.d.ts +5 -2
  94. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  95. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  96. package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -1
  97. package/dist-types/commands/UpdateExperienceCommand.d.ts +37 -0
  98. package/dist-types/commands/UpdateIndexCommand.d.ts +1 -1
  99. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +4 -1
  100. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +4 -1
  101. package/dist-types/commands/UpdateThesaurusCommand.d.ts +1 -1
  102. package/dist-types/commands/index.d.ts +12 -0
  103. package/dist-types/models/models_0.d.ts +1323 -225
  104. package/dist-types/pagination/ListEntityPersonasPaginator.d.ts +4 -0
  105. package/dist-types/pagination/ListExperienceEntitiesPaginator.d.ts +4 -0
  106. package/dist-types/pagination/ListExperiencesPaginator.d.ts +4 -0
  107. package/dist-types/pagination/index.d.ts +3 -0
  108. package/dist-types/protocols/Aws_json1_1.d.ts +36 -0
  109. package/dist-types/ts3.4/Kendra.d.ts +60 -0
  110. package/dist-types/ts3.4/KendraClient.d.ts +14 -2
  111. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +17 -0
  112. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +17 -0
  113. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +17 -0
  114. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +17 -0
  115. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +17 -0
  116. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +17 -0
  117. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +17 -0
  118. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +17 -0
  119. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +17 -0
  120. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +17 -0
  121. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +17 -0
  122. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +17 -0
  123. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  124. package/dist-types/ts3.4/models/models_0.d.ts +613 -108
  125. package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +4 -0
  126. package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +4 -0
  127. package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +4 -0
  128. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  129. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  130. package/package.json +4 -4
@@ -20,7 +20,7 @@ export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBeare
20
20
  *
21
21
  * @see {@link ListFaqsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListFaqsCommandOutput} for command's `response` shape.
23
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListFaqsCommand extends $Command<ListFaqsCommandInput, ListFaqsCommandOutput, KendraClientResolvedConfig> {
@@ -9,6 +9,9 @@ export interface ListGroupsOlderThanOrderingIdCommandOutput extends ListGroupsOl
9
9
  /**
10
10
  * <p>Provides a list of groups that are mapped to users before a
11
11
  * given ordering or timestamp identifier.</p>
12
+ * <p>
13
+ * <code>ListGroupsOlderThanOrderingId</code> is currently not supported in the
14
+ * Amazon Web Services GovCloud (US-West) region.</p>
12
15
  * @example
13
16
  * Use a bare-bones client and the command you need to make an API call.
14
17
  * ```javascript
@@ -21,7 +24,7 @@ export interface ListGroupsOlderThanOrderingIdCommandOutput extends ListGroupsOl
21
24
  *
22
25
  * @see {@link ListGroupsOlderThanOrderingIdCommandInput} for command's `input` shape.
23
26
  * @see {@link ListGroupsOlderThanOrderingIdCommandOutput} for command's `response` shape.
24
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
25
28
  *
26
29
  */
27
30
  export declare class ListGroupsOlderThanOrderingIdCommand extends $Command<ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListIndicesCommandOutput extends ListIndicesResponse, __Metadat
20
20
  *
21
21
  * @see {@link ListIndicesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListIndicesCommandOutput} for command's `response` shape.
23
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListIndicesCommand extends $Command<ListIndicesCommandInput, ListIndicesCommandOutput, KendraClientResolvedConfig> {
@@ -11,6 +11,9 @@ export interface ListQuerySuggestionsBlockListsCommandOutput extends ListQuerySu
11
11
  * <p>For information on the current quota limits for block lists, see
12
12
  * <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas
13
13
  * for Amazon Kendra</a>.</p>
14
+ * <p>
15
+ * <code>ListQuerySuggestionsBlockLists</code> is currently not supported in the
16
+ * Amazon Web Services GovCloud (US-West) region.</p>
14
17
  * @example
15
18
  * Use a bare-bones client and the command you need to make an API call.
16
19
  * ```javascript
@@ -23,7 +26,7 @@ export interface ListQuerySuggestionsBlockListsCommandOutput extends ListQuerySu
23
26
  *
24
27
  * @see {@link ListQuerySuggestionsBlockListsCommandInput} for command's `input` shape.
25
28
  * @see {@link ListQuerySuggestionsBlockListsCommandOutput} for command's `response` shape.
26
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
27
30
  *
28
31
  */
29
32
  export declare class ListQuerySuggestionsBlockListsCommand extends $Command<ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput, KendraClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
21
21
  *
22
22
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
23
23
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
24
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListThesauriCommandOutput extends ListThesauriResponse, __Metad
20
20
  *
21
21
  * @see {@link ListThesauriCommandInput} for command's `input` shape.
22
22
  * @see {@link ListThesauriCommandOutput} for command's `response` shape.
23
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListThesauriCommand extends $Command<ListThesauriCommandInput, ListThesauriCommandOutput, KendraClientResolvedConfig> {
@@ -23,6 +23,9 @@ export interface PutPrincipalMappingCommandOutput extends __MetadataBearer {
23
23
  * on user context</a>.</p>
24
24
  * <p>If more than five <code>PUT</code> actions for a group are currently
25
25
  * processing, a validation exception is thrown.</p>
26
+ * <p>
27
+ * <code>PutPrincipalMapping</code> is currently not supported in the
28
+ * Amazon Web Services GovCloud (US-West) region.</p>
26
29
  * @example
27
30
  * Use a bare-bones client and the command you need to make an API call.
28
31
  * ```javascript
@@ -35,7 +38,7 @@ export interface PutPrincipalMappingCommandOutput extends __MetadataBearer {
35
38
  *
36
39
  * @see {@link PutPrincipalMappingCommandInput} for command's `input` shape.
37
40
  * @see {@link PutPrincipalMappingCommandOutput} for command's `response` shape.
38
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
39
42
  *
40
43
  */
41
44
  export declare class PutPrincipalMappingCommand extends $Command<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput, KendraClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface QueryCommandOutput extends QueryResult, __MetadataBearer {
41
41
  *
42
42
  * @see {@link QueryCommandInput} for command's `input` shape.
43
43
  * @see {@link QueryCommandOutput} for command's `response` shape.
44
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class QueryCommand extends $Command<QueryCommandInput, QueryCommandOutput, KendraClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface StartDataSourceSyncJobCommandOutput extends StartDataSourceSync
22
22
  *
23
23
  * @see {@link StartDataSourceSyncJobCommandInput} for command's `input` shape.
24
24
  * @see {@link StartDataSourceSyncJobCommandOutput} for command's `response` shape.
25
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class StartDataSourceSyncJobCommand extends $Command<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, KendraClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link StopDataSourceSyncJobCommandInput} for command's `input` shape.
23
23
  * @see {@link StopDataSourceSyncJobCommandOutput} for command's `response` shape.
24
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class StopDataSourceSyncJobCommand extends $Command<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, KendraClientResolvedConfig> {
@@ -8,7 +8,10 @@ export interface SubmitFeedbackCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
10
  * <p>Enables you to provide feedback to Amazon Kendra to improve the
11
- * performance of your index. </p>
11
+ * performance of your index.</p>
12
+ * <p>
13
+ * <code>SubmitFeedback</code> is currently not supported in the
14
+ * Amazon Web Services GovCloud (US-West) region.</p>
12
15
  * @example
13
16
  * Use a bare-bones client and the command you need to make an API call.
14
17
  * ```javascript
@@ -21,7 +24,7 @@ export interface SubmitFeedbackCommandOutput extends __MetadataBearer {
21
24
  *
22
25
  * @see {@link SubmitFeedbackCommandInput} for command's `input` shape.
23
26
  * @see {@link SubmitFeedbackCommandOutput} for command's `response` shape.
24
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
25
28
  *
26
29
  */
27
30
  export declare class SubmitFeedbackCommand extends $Command<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, KendraClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  *
23
23
  * @see {@link TagResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDataSourceCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateDataSourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDataSourceCommandOutput} for command's `response` shape.
23
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, KendraClientResolvedConfig> {
@@ -0,0 +1,37 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KendraClient";
4
+ import { UpdateExperienceRequest } from "../models/models_0";
5
+ export interface UpdateExperienceCommandInput extends UpdateExperienceRequest {
6
+ }
7
+ export interface UpdateExperienceCommandOutput extends __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Updates your Amazon Kendra experience such as a search application. For more information on
11
+ * creating a search application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building a
12
+ * search experience with no code</a>.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { KendraClient, UpdateExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
17
+ * // const { KendraClient, UpdateExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
18
+ * const client = new KendraClient(config);
19
+ * const command = new UpdateExperienceCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link UpdateExperienceCommandInput} for command's `input` shape.
24
+ * @see {@link UpdateExperienceCommandOutput} for command's `response` shape.
25
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class UpdateExperienceCommand extends $Command<UpdateExperienceCommandInput, UpdateExperienceCommandOutput, KendraClientResolvedConfig> {
29
+ readonly input: UpdateExperienceCommandInput;
30
+ constructor(input: UpdateExperienceCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExperienceCommandInput, UpdateExperienceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -20,7 +20,7 @@ export interface UpdateIndexCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateIndexCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateIndexCommandOutput} for command's `response` shape.
23
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateIndexCommand extends $Command<UpdateIndexCommandInput, UpdateIndexCommandOutput, KendraClientResolvedConfig> {
@@ -15,6 +15,9 @@ export interface UpdateQuerySuggestionsBlockListCommandOutput extends __Metadata
15
15
  * finish before submitting another update.</p>
16
16
  * <p>Amazon Kendra supports partial updates, so you only need to provide the fields
17
17
  * you want to update.</p>
18
+ * <p>
19
+ * <code>UpdateQuerySuggestionsBlockList</code> is currently not supported in the
20
+ * Amazon Web Services GovCloud (US-West) region.</p>
18
21
  * @example
19
22
  * Use a bare-bones client and the command you need to make an API call.
20
23
  * ```javascript
@@ -27,7 +30,7 @@ export interface UpdateQuerySuggestionsBlockListCommandOutput extends __Metadata
27
30
  *
28
31
  * @see {@link UpdateQuerySuggestionsBlockListCommandInput} for command's `input` shape.
29
32
  * @see {@link UpdateQuerySuggestionsBlockListCommandOutput} for command's `response` shape.
30
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
31
34
  *
32
35
  */
33
36
  export declare class UpdateQuerySuggestionsBlockListCommand extends $Command<UpdateQuerySuggestionsBlockListCommandInput, UpdateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
@@ -16,6 +16,9 @@ export interface UpdateQuerySuggestionsConfigCommandOutput extends __MetadataBea
16
16
  * The time for your updated settings to take effect depends on the updates
17
17
  * made and the number of search queries in your index.</p>
18
18
  * <p>You can still enable/disable query suggestions at any time.</p>
19
+ * <p>
20
+ * <code>UpdateQuerySuggestionsConfig</code> is currently not supported in the
21
+ * Amazon Web Services GovCloud (US-West) region.</p>
19
22
  * @example
20
23
  * Use a bare-bones client and the command you need to make an API call.
21
24
  * ```javascript
@@ -28,7 +31,7 @@ export interface UpdateQuerySuggestionsConfigCommandOutput extends __MetadataBea
28
31
  *
29
32
  * @see {@link UpdateQuerySuggestionsConfigCommandInput} for command's `input` shape.
30
33
  * @see {@link UpdateQuerySuggestionsConfigCommandOutput} for command's `response` shape.
31
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
32
35
  *
33
36
  */
34
37
  export declare class UpdateQuerySuggestionsConfigCommand extends $Command<UpdateQuerySuggestionsConfigCommandInput, UpdateQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateThesaurusCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link UpdateThesaurusCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateThesaurusCommandOutput} for command's `response` shape.
23
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateThesaurusCommand extends $Command<UpdateThesaurusCommandInput, UpdateThesaurusCommandOutput, KendraClientResolvedConfig> {
@@ -1,28 +1,39 @@
1
+ export * from "./AssociateEntitiesToExperienceCommand";
2
+ export * from "./AssociatePersonasToEntitiesCommand";
1
3
  export * from "./BatchDeleteDocumentCommand";
2
4
  export * from "./BatchGetDocumentStatusCommand";
3
5
  export * from "./BatchPutDocumentCommand";
4
6
  export * from "./ClearQuerySuggestionsCommand";
5
7
  export * from "./CreateDataSourceCommand";
8
+ export * from "./CreateExperienceCommand";
6
9
  export * from "./CreateFaqCommand";
7
10
  export * from "./CreateIndexCommand";
8
11
  export * from "./CreateQuerySuggestionsBlockListCommand";
9
12
  export * from "./CreateThesaurusCommand";
10
13
  export * from "./DeleteDataSourceCommand";
14
+ export * from "./DeleteExperienceCommand";
11
15
  export * from "./DeleteFaqCommand";
12
16
  export * from "./DeleteIndexCommand";
13
17
  export * from "./DeletePrincipalMappingCommand";
14
18
  export * from "./DeleteQuerySuggestionsBlockListCommand";
15
19
  export * from "./DeleteThesaurusCommand";
16
20
  export * from "./DescribeDataSourceCommand";
21
+ export * from "./DescribeExperienceCommand";
17
22
  export * from "./DescribeFaqCommand";
18
23
  export * from "./DescribeIndexCommand";
19
24
  export * from "./DescribePrincipalMappingCommand";
20
25
  export * from "./DescribeQuerySuggestionsBlockListCommand";
21
26
  export * from "./DescribeQuerySuggestionsConfigCommand";
22
27
  export * from "./DescribeThesaurusCommand";
28
+ export * from "./DisassociateEntitiesFromExperienceCommand";
29
+ export * from "./DisassociatePersonasFromEntitiesCommand";
23
30
  export * from "./GetQuerySuggestionsCommand";
31
+ export * from "./GetSnapshotsCommand";
24
32
  export * from "./ListDataSourceSyncJobsCommand";
25
33
  export * from "./ListDataSourcesCommand";
34
+ export * from "./ListEntityPersonasCommand";
35
+ export * from "./ListExperienceEntitiesCommand";
36
+ export * from "./ListExperiencesCommand";
26
37
  export * from "./ListFaqsCommand";
27
38
  export * from "./ListGroupsOlderThanOrderingIdCommand";
28
39
  export * from "./ListIndicesCommand";
@@ -37,6 +48,7 @@ export * from "./SubmitFeedbackCommand";
37
48
  export * from "./TagResourceCommand";
38
49
  export * from "./UntagResourceCommand";
39
50
  export * from "./UpdateDataSourceCommand";
51
+ export * from "./UpdateExperienceCommand";
40
52
  export * from "./UpdateIndexCommand";
41
53
  export * from "./UpdateQuerySuggestionsBlockListCommand";
42
54
  export * from "./UpdateQuerySuggestionsConfigCommand";