@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
@@ -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 { CreateExperienceRequest, CreateExperienceResponse } from "../models/models_0";
5
+ export interface CreateExperienceCommandInput extends CreateExperienceRequest {
6
+ }
7
+ export interface CreateExperienceCommandOutput extends CreateExperienceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates an Amazon Kendra experience such as a search application. For more information
11
+ * on 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, CreateExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
17
+ * // const { KendraClient, CreateExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
18
+ * const client = new KendraClient(config);
19
+ * const command = new CreateExperienceCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link CreateExperienceCommandInput} for command's `input` shape.
24
+ * @see {@link CreateExperienceCommandOutput} for command's `response` shape.
25
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class CreateExperienceCommand extends $Command<CreateExperienceCommandInput, CreateExperienceCommandOutput, KendraClientResolvedConfig> {
29
+ readonly input: CreateExperienceCommandInput;
30
+ constructor(input: CreateExperienceCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExperienceCommandInput, CreateExperienceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -20,7 +20,7 @@ export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBea
20
20
  *
21
21
  * @see {@link CreateFaqCommandInput} for command's `input` shape.
22
22
  * @see {@link CreateFaqCommandOutput} 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 CreateFaqCommand extends $Command<CreateFaqCommandInput, CreateFaqCommandOutput, KendraClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface CreateIndexCommandOutput extends CreateIndexResponse, __Metadat
27
27
  *
28
28
  * @see {@link CreateIndexCommandInput} for command's `input` shape.
29
29
  * @see {@link CreateIndexCommandOutput} for command's `response` shape.
30
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, KendraClientResolvedConfig> {
@@ -16,6 +16,9 @@ export interface CreateQuerySuggestionsBlockListCommandOutput extends CreateQuer
16
16
  * <p>For information on the current quota limits for block lists, see
17
17
  * <a href="https://docs.aws.amazon.com/kendra/latest/dg/quotas.html">Quotas
18
18
  * for Amazon Kendra</a>.</p>
19
+ * <p>
20
+ * <code>CreateQuerySuggestionsBlockList</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 CreateQuerySuggestionsBlockListCommandOutput extends CreateQuer
28
31
  *
29
32
  * @see {@link CreateQuerySuggestionsBlockListCommandInput} for command's `input` shape.
30
33
  * @see {@link CreateQuerySuggestionsBlockListCommandOutput} 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 CreateQuerySuggestionsBlockListCommand extends $Command<CreateQuerySuggestionsBlockListCommandInput, CreateQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface CreateThesaurusCommandOutput extends CreateThesaurusResponse, _
21
21
  *
22
22
  * @see {@link CreateThesaurusCommandInput} for command's `input` shape.
23
23
  * @see {@link CreateThesaurusCommandOutput} 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 CreateThesaurusCommand extends $Command<CreateThesaurusCommandInput, CreateThesaurusCommandOutput, KendraClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteDataSourceCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link DeleteDataSourceCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteDataSourceCommandOutput} for command's `response` shape.
27
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, 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 { DeleteExperienceRequest, DeleteExperienceResponse } from "../models/models_0";
5
+ export interface DeleteExperienceCommandInput extends DeleteExperienceRequest {
6
+ }
7
+ export interface DeleteExperienceCommandOutput extends DeleteExperienceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes 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 search
12
+ * 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, DeleteExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
17
+ * // const { KendraClient, DeleteExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
18
+ * const client = new KendraClient(config);
19
+ * const command = new DeleteExperienceCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link DeleteExperienceCommandInput} for command's `input` shape.
24
+ * @see {@link DeleteExperienceCommandOutput} for command's `response` shape.
25
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class DeleteExperienceCommand extends $Command<DeleteExperienceCommandInput, DeleteExperienceCommandOutput, KendraClientResolvedConfig> {
29
+ readonly input: DeleteExperienceCommandInput;
30
+ constructor(input: DeleteExperienceCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteExperienceCommandInput, DeleteExperienceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -20,7 +20,7 @@ export interface DeleteFaqCommandOutput extends __MetadataBearer {
20
20
  *
21
21
  * @see {@link DeleteFaqCommandInput} for command's `input` shape.
22
22
  * @see {@link DeleteFaqCommandOutput} 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 DeleteFaqCommand extends $Command<DeleteFaqCommandInput, DeleteFaqCommandOutput, KendraClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DeleteIndexCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link DeleteIndexCommandInput} for command's `input` shape.
26
26
  * @see {@link DeleteIndexCommandOutput} for command's `response` shape.
27
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class DeleteIndexCommand extends $Command<DeleteIndexCommandInput, DeleteIndexCommandOutput, KendraClientResolvedConfig> {
@@ -19,6 +19,9 @@ export interface DeletePrincipalMappingCommandOutput extends __MetadataBearer {
19
19
  * to the "Engineering" group when calling <code>PutPrincipalMapping</code>. You
20
20
  * can update your internal list of users or sub groups and input this list
21
21
  * when calling <code>PutPrincipalMapping</code>.</p>
22
+ * <p>
23
+ * <code>DeletePrincipalMapping</code> is currently not supported in the
24
+ * Amazon Web Services GovCloud (US-West) region.</p>
22
25
  * @example
23
26
  * Use a bare-bones client and the command you need to make an API call.
24
27
  * ```javascript
@@ -31,7 +34,7 @@ export interface DeletePrincipalMappingCommandOutput extends __MetadataBearer {
31
34
  *
32
35
  * @see {@link DeletePrincipalMappingCommandInput} for command's `input` shape.
33
36
  * @see {@link DeletePrincipalMappingCommandOutput} for command's `response` shape.
34
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
35
38
  *
36
39
  */
37
40
  export declare class DeletePrincipalMappingCommand extends $Command<DeletePrincipalMappingCommandInput, DeletePrincipalMappingCommandOutput, KendraClientResolvedConfig> {
@@ -11,6 +11,9 @@ export interface DeleteQuerySuggestionsBlockListCommandOutput extends __Metadata
11
11
  * <p>A deleted block list might not take effect right away. Amazon Kendra
12
12
  * needs to refresh the entire suggestions list to add back the
13
13
  * queries that were previously blocked.</p>
14
+ * <p>
15
+ * <code>DeleteQuerySuggestionsBlockList</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 DeleteQuerySuggestionsBlockListCommandOutput extends __Metadata
23
26
  *
24
27
  * @see {@link DeleteQuerySuggestionsBlockListCommandInput} for command's `input` shape.
25
28
  * @see {@link DeleteQuerySuggestionsBlockListCommandOutput} 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 DeleteQuerySuggestionsBlockListCommand extends $Command<DeleteQuerySuggestionsBlockListCommandInput, DeleteQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DeleteThesaurusCommandOutput extends __MetadataBearer {
21
21
  *
22
22
  * @see {@link DeleteThesaurusCommandInput} for command's `input` shape.
23
23
  * @see {@link DeleteThesaurusCommandOutput} 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 DeleteThesaurusCommand extends $Command<DeleteThesaurusCommandInput, DeleteThesaurusCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDataSourceCommandOutput extends DescribeDataSourceRespo
20
20
  *
21
21
  * @see {@link DescribeDataSourceCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDataSourceCommandOutput} 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 DescribeDataSourceCommand extends $Command<DescribeDataSourceCommandInput, DescribeDataSourceCommandOutput, KendraClientResolvedConfig> {
@@ -0,0 +1,38 @@
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 { DescribeExperienceRequest, DescribeExperienceResponse } from "../models/models_0";
5
+ export interface DescribeExperienceCommandInput extends DescribeExperienceRequest {
6
+ }
7
+ export interface DescribeExperienceCommandOutput extends DescribeExperienceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Gets information about your Amazon Kendra experience such as a search application.
11
+ * For more information on creating a search application experience,
12
+ * see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building
13
+ * a search experience with no code</a>.</p>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { KendraClient, DescribeExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
18
+ * // const { KendraClient, DescribeExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
19
+ * const client = new KendraClient(config);
20
+ * const command = new DescribeExperienceCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link DescribeExperienceCommandInput} for command's `input` shape.
25
+ * @see {@link DescribeExperienceCommandOutput} for command's `response` shape.
26
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class DescribeExperienceCommand extends $Command<DescribeExperienceCommandInput, DescribeExperienceCommandOutput, KendraClientResolvedConfig> {
30
+ readonly input: DescribeExperienceCommandInput;
31
+ constructor(input: DescribeExperienceCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExperienceCommandInput, DescribeExperienceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -20,7 +20,7 @@ export interface DescribeFaqCommandOutput extends DescribeFaqResponse, __Metadat
20
20
  *
21
21
  * @see {@link DescribeFaqCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeFaqCommandOutput} 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 DescribeFaqCommand extends $Command<DescribeFaqCommandInput, DescribeFaqCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeIndexCommandOutput extends DescribeIndexResponse, __Met
20
20
  *
21
21
  * @see {@link DescribeIndexCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeIndexCommandOutput} 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 DescribeIndexCommand extends $Command<DescribeIndexCommandInput, DescribeIndexCommandOutput, KendraClientResolvedConfig> {
@@ -13,6 +13,9 @@ export interface DescribePrincipalMappingCommandOutput extends DescribePrincipal
13
13
  * when actions were received by Amazon Kendra, the latest action that should process
14
14
  * and apply after other actions, and useful error messages if an action could
15
15
  * not be processed.</p>
16
+ * <p>
17
+ * <code>DescribePrincipalMapping</code> is currently not supported in the
18
+ * Amazon Web Services GovCloud (US-West) region.</p>
16
19
  * @example
17
20
  * Use a bare-bones client and the command you need to make an API call.
18
21
  * ```javascript
@@ -25,7 +28,7 @@ export interface DescribePrincipalMappingCommandOutput extends DescribePrincipal
25
28
  *
26
29
  * @see {@link DescribePrincipalMappingCommandInput} for command's `input` shape.
27
30
  * @see {@link DescribePrincipalMappingCommandOutput} for command's `response` shape.
28
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
29
32
  *
30
33
  */
31
34
  export declare class DescribePrincipalMappingCommand extends $Command<DescribePrincipalMappingCommandInput, DescribePrincipalMappingCommandOutput, KendraClientResolvedConfig> {
@@ -10,6 +10,9 @@ export interface DescribeQuerySuggestionsBlockListCommandOutput extends Describe
10
10
  * <p>Describes a block list used for query suggestions for an index.</p>
11
11
  * <p>This is used to check the current settings that are applied to a
12
12
  * block list.</p>
13
+ * <p>
14
+ * <code>DescribeQuerySuggestionsBlockList</code> is currently not supported in the
15
+ * Amazon Web Services GovCloud (US-West) region.</p>
13
16
  * @example
14
17
  * Use a bare-bones client and the command you need to make an API call.
15
18
  * ```javascript
@@ -22,7 +25,7 @@ export interface DescribeQuerySuggestionsBlockListCommandOutput extends Describe
22
25
  *
23
26
  * @see {@link DescribeQuerySuggestionsBlockListCommandInput} for command's `input` shape.
24
27
  * @see {@link DescribeQuerySuggestionsBlockListCommandOutput} for command's `response` shape.
25
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
26
29
  *
27
30
  */
28
31
  export declare class DescribeQuerySuggestionsBlockListCommand extends $Command<DescribeQuerySuggestionsBlockListCommandInput, DescribeQuerySuggestionsBlockListCommandOutput, KendraClientResolvedConfig> {
@@ -10,6 +10,9 @@ export interface DescribeQuerySuggestionsConfigCommandOutput extends DescribeQue
10
10
  * <p>Describes the settings of query suggestions for an index.</p>
11
11
  * <p>This is used to check the current settings applied
12
12
  * to query suggestions.</p>
13
+ * <p>
14
+ * <code>DescribeQuerySuggestionsConfig</code> is currently not supported in the
15
+ * Amazon Web Services GovCloud (US-West) region.</p>
13
16
  * @example
14
17
  * Use a bare-bones client and the command you need to make an API call.
15
18
  * ```javascript
@@ -22,7 +25,7 @@ export interface DescribeQuerySuggestionsConfigCommandOutput extends DescribeQue
22
25
  *
23
26
  * @see {@link DescribeQuerySuggestionsConfigCommandInput} for command's `input` shape.
24
27
  * @see {@link DescribeQuerySuggestionsConfigCommandOutput} for command's `response` shape.
25
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
26
29
  *
27
30
  */
28
31
  export declare class DescribeQuerySuggestionsConfigCommand extends $Command<DescribeQuerySuggestionsConfigCommandInput, DescribeQuerySuggestionsConfigCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeThesaurusCommandOutput extends DescribeThesaurusRespons
20
20
  *
21
21
  * @see {@link DescribeThesaurusCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeThesaurusCommandOutput} 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 DescribeThesaurusCommand extends $Command<DescribeThesaurusCommandInput, DescribeThesaurusCommandOutput, KendraClientResolvedConfig> {
@@ -0,0 +1,39 @@
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 { DisassociateEntitiesFromExperienceRequest, DisassociateEntitiesFromExperienceResponse } from "../models/models_0";
5
+ export interface DisassociateEntitiesFromExperienceCommandInput extends DisassociateEntitiesFromExperienceRequest {
6
+ }
7
+ export interface DisassociateEntitiesFromExperienceCommandOutput extends DisassociateEntitiesFromExperienceResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Prevents users or groups in your Amazon Web Services SSO identity source
11
+ * from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience
12
+ * such as a search application. For more information on creating a search
13
+ * application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building
14
+ * a search experience with no code</a>.</p>
15
+ * @example
16
+ * Use a bare-bones client and the command you need to make an API call.
17
+ * ```javascript
18
+ * import { KendraClient, DisassociateEntitiesFromExperienceCommand } from "@aws-sdk/client-kendra"; // ES Modules import
19
+ * // const { KendraClient, DisassociateEntitiesFromExperienceCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
20
+ * const client = new KendraClient(config);
21
+ * const command = new DisassociateEntitiesFromExperienceCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link DisassociateEntitiesFromExperienceCommandInput} for command's `input` shape.
26
+ * @see {@link DisassociateEntitiesFromExperienceCommandOutput} for command's `response` shape.
27
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class DisassociateEntitiesFromExperienceCommand extends $Command<DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput, KendraClientResolvedConfig> {
31
+ readonly input: DisassociateEntitiesFromExperienceCommandInput;
32
+ constructor(input: DisassociateEntitiesFromExperienceCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateEntitiesFromExperienceCommandInput, DisassociateEntitiesFromExperienceCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,39 @@
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 { DisassociatePersonasFromEntitiesRequest, DisassociatePersonasFromEntitiesResponse } from "../models/models_0";
5
+ export interface DisassociatePersonasFromEntitiesCommandInput extends DisassociatePersonasFromEntitiesRequest {
6
+ }
7
+ export interface DisassociatePersonasFromEntitiesCommandOutput extends DisassociatePersonasFromEntitiesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Removes the specific permissions of users or groups in your Amazon Web Services SSO
11
+ * identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra
12
+ * experience such as a search application. For more information on creating a
13
+ * search application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building a
14
+ * search experience with no code</a>.</p>
15
+ * @example
16
+ * Use a bare-bones client and the command you need to make an API call.
17
+ * ```javascript
18
+ * import { KendraClient, DisassociatePersonasFromEntitiesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
19
+ * // const { KendraClient, DisassociatePersonasFromEntitiesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
20
+ * const client = new KendraClient(config);
21
+ * const command = new DisassociatePersonasFromEntitiesCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link DisassociatePersonasFromEntitiesCommandInput} for command's `input` shape.
26
+ * @see {@link DisassociatePersonasFromEntitiesCommandOutput} for command's `response` shape.
27
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class DisassociatePersonasFromEntitiesCommand extends $Command<DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput, KendraClientResolvedConfig> {
31
+ readonly input: DisassociatePersonasFromEntitiesCommandInput;
32
+ constructor(input: DisassociatePersonasFromEntitiesCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociatePersonasFromEntitiesCommandInput, DisassociatePersonasFromEntitiesCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -8,6 +8,9 @@ export interface GetQuerySuggestionsCommandOutput extends GetQuerySuggestionsRes
8
8
  }
9
9
  /**
10
10
  * <p>Fetches the queries that are suggested to your users.</p>
11
+ * <p>
12
+ * <code>GetQuerySuggestions</code> is currently not supported in the
13
+ * Amazon Web Services GovCloud (US-West) region.</p>
11
14
  * @example
12
15
  * Use a bare-bones client and the command you need to make an API call.
13
16
  * ```javascript
@@ -20,7 +23,7 @@ export interface GetQuerySuggestionsCommandOutput extends GetQuerySuggestionsRes
20
23
  *
21
24
  * @see {@link GetQuerySuggestionsCommandInput} for command's `input` shape.
22
25
  * @see {@link GetQuerySuggestionsCommandOutput} for command's `response` shape.
23
- * @see {@link KendraClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
24
27
  *
25
28
  */
26
29
  export declare class GetQuerySuggestionsCommand extends $Command<GetQuerySuggestionsCommandInput, GetQuerySuggestionsCommandOutput, 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 { GetSnapshotsRequest, GetSnapshotsResponse } from "../models/models_0";
5
+ export interface GetSnapshotsCommandInput extends GetSnapshotsRequest {
6
+ }
7
+ export interface GetSnapshotsCommandOutput extends GetSnapshotsResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Retrieves search metrics data. The data provides a snapshot of how
11
+ * your users interact with your search application and how effective
12
+ * the application is.</p>
13
+ * @example
14
+ * Use a bare-bones client and the command you need to make an API call.
15
+ * ```javascript
16
+ * import { KendraClient, GetSnapshotsCommand } from "@aws-sdk/client-kendra"; // ES Modules import
17
+ * // const { KendraClient, GetSnapshotsCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
18
+ * const client = new KendraClient(config);
19
+ * const command = new GetSnapshotsCommand(input);
20
+ * const response = await client.send(command);
21
+ * ```
22
+ *
23
+ * @see {@link GetSnapshotsCommandInput} for command's `input` shape.
24
+ * @see {@link GetSnapshotsCommandOutput} for command's `response` shape.
25
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
26
+ *
27
+ */
28
+ export declare class GetSnapshotsCommand extends $Command<GetSnapshotsCommandInput, GetSnapshotsCommandOutput, KendraClientResolvedConfig> {
29
+ readonly input: GetSnapshotsCommandInput;
30
+ constructor(input: GetSnapshotsCommandInput);
31
+ /**
32
+ * @internal
33
+ */
34
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSnapshotsCommandInput, GetSnapshotsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -21,7 +21,7 @@ export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJ
21
21
  *
22
22
  * @see {@link ListDataSourceSyncJobsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListDataSourceSyncJobsCommandOutput} 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 ListDataSourceSyncJobsCommand extends $Command<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, KendraClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, _
20
20
  *
21
21
  * @see {@link ListDataSourcesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDataSourcesCommandOutput} 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 ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, KendraClientResolvedConfig> {
@@ -0,0 +1,36 @@
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 { ListEntityPersonasRequest, ListEntityPersonasResponse } from "../models/models_0";
5
+ export interface ListEntityPersonasCommandInput extends ListEntityPersonasRequest {
6
+ }
7
+ export interface ListEntityPersonasCommandOutput extends ListEntityPersonasResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists specific permissions of users and groups with access to your
11
+ * Amazon Kendra experience.</p>
12
+ * @example
13
+ * Use a bare-bones client and the command you need to make an API call.
14
+ * ```javascript
15
+ * import { KendraClient, ListEntityPersonasCommand } from "@aws-sdk/client-kendra"; // ES Modules import
16
+ * // const { KendraClient, ListEntityPersonasCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
17
+ * const client = new KendraClient(config);
18
+ * const command = new ListEntityPersonasCommand(input);
19
+ * const response = await client.send(command);
20
+ * ```
21
+ *
22
+ * @see {@link ListEntityPersonasCommandInput} for command's `input` shape.
23
+ * @see {@link ListEntityPersonasCommandOutput} for command's `response` shape.
24
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
25
+ *
26
+ */
27
+ export declare class ListEntityPersonasCommand extends $Command<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput, KendraClientResolvedConfig> {
28
+ readonly input: ListEntityPersonasCommandInput;
29
+ constructor(input: ListEntityPersonasCommandInput);
30
+ /**
31
+ * @internal
32
+ */
33
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -0,0 +1,39 @@
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 { ListExperienceEntitiesRequest, ListExperienceEntitiesResponse } from "../models/models_0";
5
+ export interface ListExperienceEntitiesCommandInput extends ListExperienceEntitiesRequest {
6
+ }
7
+ export interface ListExperienceEntitiesCommandOutput extends ListExperienceEntitiesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists users or groups in your Amazon Web Services SSO identity source that are
11
+ * granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience
12
+ * such as a search application. For more information on creating a search
13
+ * application experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building
14
+ * a search experience with no code</a>.</p>
15
+ * @example
16
+ * Use a bare-bones client and the command you need to make an API call.
17
+ * ```javascript
18
+ * import { KendraClient, ListExperienceEntitiesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
19
+ * // const { KendraClient, ListExperienceEntitiesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
20
+ * const client = new KendraClient(config);
21
+ * const command = new ListExperienceEntitiesCommand(input);
22
+ * const response = await client.send(command);
23
+ * ```
24
+ *
25
+ * @see {@link ListExperienceEntitiesCommandInput} for command's `input` shape.
26
+ * @see {@link ListExperienceEntitiesCommandOutput} for command's `response` shape.
27
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
28
+ *
29
+ */
30
+ export declare class ListExperienceEntitiesCommand extends $Command<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput, KendraClientResolvedConfig> {
31
+ readonly input: ListExperienceEntitiesCommandInput;
32
+ constructor(input: ListExperienceEntitiesCommandInput);
33
+ /**
34
+ * @internal
35
+ */
36
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput>;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -0,0 +1,38 @@
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 { ListExperiencesRequest, ListExperiencesResponse } from "../models/models_0";
5
+ export interface ListExperiencesCommandInput extends ListExperiencesRequest {
6
+ }
7
+ export interface ListExperiencesCommandOutput extends ListExperiencesResponse, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such
11
+ * as a search application. For more information on creating a search application
12
+ * experience, see <a href="https://docs.aws.amazon.com/kendra/latest/dg/deploying-search-experience-no-code.html">Building a
13
+ * search experience with no code</a>.</p>
14
+ * @example
15
+ * Use a bare-bones client and the command you need to make an API call.
16
+ * ```javascript
17
+ * import { KendraClient, ListExperiencesCommand } from "@aws-sdk/client-kendra"; // ES Modules import
18
+ * // const { KendraClient, ListExperiencesCommand } = require("@aws-sdk/client-kendra"); // CommonJS import
19
+ * const client = new KendraClient(config);
20
+ * const command = new ListExperiencesCommand(input);
21
+ * const response = await client.send(command);
22
+ * ```
23
+ *
24
+ * @see {@link ListExperiencesCommandInput} for command's `input` shape.
25
+ * @see {@link ListExperiencesCommandOutput} for command's `response` shape.
26
+ * @see {@link KendraClientResolvedConfig | config} for KendraClient's `config` shape.
27
+ *
28
+ */
29
+ export declare class ListExperiencesCommand extends $Command<ListExperiencesCommandInput, ListExperiencesCommandOutput, KendraClientResolvedConfig> {
30
+ readonly input: ListExperiencesCommandInput;
31
+ constructor(input: ListExperiencesCommandInput);
32
+ /**
33
+ * @internal
34
+ */
35
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperiencesCommandInput, ListExperiencesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }