@aws-sdk/client-kendra 3.169.0 → 3.170.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 (94) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/models/models_0.js +1 -0
  3. package/dist-es/models/models_0.js +1 -0
  4. package/dist-types/models/models_0.d.ts +1 -0
  5. package/dist-types/models/models_1.d.ts +8 -8
  6. package/dist-types/ts3.4/Kendra.d.ts +1099 -305
  7. package/dist-types/ts3.4/KendraClient.d.ts +486 -133
  8. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +36 -17
  14. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +37 -17
  24. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +41 -17
  36. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +37 -17
  48. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +34 -17
  49. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  53. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +33 -17
  55. package/dist-types/ts3.4/commands/QueryCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +36 -17
  58. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +32 -17
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  61. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +41 -17
  62. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +32 -17
  63. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +32 -17
  65. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +37 -17
  67. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/index.d.ts +60 -60
  69. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  70. package/dist-types/ts3.4/index.d.ts +6 -6
  71. package/dist-types/ts3.4/models/KendraServiceException.d.ts +8 -6
  72. package/dist-types/ts3.4/models/index.d.ts +2 -2
  73. package/dist-types/ts3.4/models/models_0.d.ts +3517 -3308
  74. package/dist-types/ts3.4/models/models_1.d.ts +94 -83
  75. package/dist-types/ts3.4/pagination/GetSnapshotsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  77. package/dist-types/ts3.4/pagination/ListAccessControlConfigurationsPaginator.d.ts +11 -4
  78. package/dist-types/ts3.4/pagination/ListDataSourceSyncJobsPaginator.d.ts +11 -4
  79. package/dist-types/ts3.4/pagination/ListDataSourcesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListEntityPersonasPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListExperienceEntitiesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListExperiencesPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListFaqsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListGroupsOlderThanOrderingIdPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListIndicesPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListQuerySuggestionsBlockListsPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListThesauriPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  89. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +725 -182
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  94. package/package.json +34 -34
@@ -1,17 +1,41 @@
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 { AssociateEntitiesToExperienceRequest, AssociateEntitiesToExperienceResponse } from "../models/models_0";
5
- export interface AssociateEntitiesToExperienceCommandInput extends AssociateEntitiesToExperienceRequest {
6
- }
7
- export interface AssociateEntitiesToExperienceCommandOutput extends AssociateEntitiesToExperienceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateEntitiesToExperienceCommand extends $Command<AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: AssociateEntitiesToExperienceCommandInput;
12
- constructor(input: AssociateEntitiesToExperienceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateEntitiesToExperienceCommandInput, AssociateEntitiesToExperienceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import {
14
+ AssociateEntitiesToExperienceRequest,
15
+ AssociateEntitiesToExperienceResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociateEntitiesToExperienceCommandInput
18
+ extends AssociateEntitiesToExperienceRequest {}
19
+ export interface AssociateEntitiesToExperienceCommandOutput
20
+ extends AssociateEntitiesToExperienceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociateEntitiesToExperienceCommand extends $Command<
24
+ AssociateEntitiesToExperienceCommandInput,
25
+ AssociateEntitiesToExperienceCommandOutput,
26
+ KendraClientResolvedConfig
27
+ > {
28
+ readonly input: AssociateEntitiesToExperienceCommandInput;
29
+ constructor(input: AssociateEntitiesToExperienceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KendraClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociateEntitiesToExperienceCommandInput,
37
+ AssociateEntitiesToExperienceCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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 { AssociatePersonasToEntitiesRequest, AssociatePersonasToEntitiesResponse } from "../models/models_0";
5
- export interface AssociatePersonasToEntitiesCommandInput extends AssociatePersonasToEntitiesRequest {
6
- }
7
- export interface AssociatePersonasToEntitiesCommandOutput extends AssociatePersonasToEntitiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociatePersonasToEntitiesCommand extends $Command<AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: AssociatePersonasToEntitiesCommandInput;
12
- constructor(input: AssociatePersonasToEntitiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociatePersonasToEntitiesCommandInput, AssociatePersonasToEntitiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import {
14
+ AssociatePersonasToEntitiesRequest,
15
+ AssociatePersonasToEntitiesResponse,
16
+ } from "../models/models_0";
17
+ export interface AssociatePersonasToEntitiesCommandInput
18
+ extends AssociatePersonasToEntitiesRequest {}
19
+ export interface AssociatePersonasToEntitiesCommandOutput
20
+ extends AssociatePersonasToEntitiesResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class AssociatePersonasToEntitiesCommand extends $Command<
24
+ AssociatePersonasToEntitiesCommandInput,
25
+ AssociatePersonasToEntitiesCommandOutput,
26
+ KendraClientResolvedConfig
27
+ > {
28
+ readonly input: AssociatePersonasToEntitiesCommandInput;
29
+ constructor(input: AssociatePersonasToEntitiesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KendraClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ AssociatePersonasToEntitiesCommandInput,
37
+ AssociatePersonasToEntitiesCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +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 { BatchDeleteDocumentRequest, BatchDeleteDocumentResponse } from "../models/models_0";
5
- export interface BatchDeleteDocumentCommandInput extends BatchDeleteDocumentRequest {
6
- }
7
- export interface BatchDeleteDocumentCommandOutput extends BatchDeleteDocumentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchDeleteDocumentCommand extends $Command<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: BatchDeleteDocumentCommandInput;
12
- constructor(input: BatchDeleteDocumentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import {
14
+ BatchDeleteDocumentRequest,
15
+ BatchDeleteDocumentResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchDeleteDocumentCommandInput
18
+ extends BatchDeleteDocumentRequest {}
19
+ export interface BatchDeleteDocumentCommandOutput
20
+ extends BatchDeleteDocumentResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchDeleteDocumentCommand extends $Command<
24
+ BatchDeleteDocumentCommandInput,
25
+ BatchDeleteDocumentCommandOutput,
26
+ KendraClientResolvedConfig
27
+ > {
28
+ readonly input: BatchDeleteDocumentCommandInput;
29
+ constructor(input: BatchDeleteDocumentCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KendraClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<BatchDeleteDocumentCommandInput, BatchDeleteDocumentCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
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 { BatchGetDocumentStatusRequest, BatchGetDocumentStatusResponse } from "../models/models_0";
5
- export interface BatchGetDocumentStatusCommandInput extends BatchGetDocumentStatusRequest {
6
- }
7
- export interface BatchGetDocumentStatusCommandOutput extends BatchGetDocumentStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetDocumentStatusCommand extends $Command<BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: BatchGetDocumentStatusCommandInput;
12
- constructor(input: BatchGetDocumentStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetDocumentStatusCommandInput, BatchGetDocumentStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import {
14
+ BatchGetDocumentStatusRequest,
15
+ BatchGetDocumentStatusResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetDocumentStatusCommandInput
18
+ extends BatchGetDocumentStatusRequest {}
19
+ export interface BatchGetDocumentStatusCommandOutput
20
+ extends BatchGetDocumentStatusResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchGetDocumentStatusCommand extends $Command<
24
+ BatchGetDocumentStatusCommandInput,
25
+ BatchGetDocumentStatusCommandOutput,
26
+ KendraClientResolvedConfig
27
+ > {
28
+ readonly input: BatchGetDocumentStatusCommandInput;
29
+ constructor(input: BatchGetDocumentStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KendraClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchGetDocumentStatusCommandInput,
37
+ BatchGetDocumentStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +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 { BatchPutDocumentRequest, BatchPutDocumentResponse } from "../models/models_0";
5
- export interface BatchPutDocumentCommandInput extends BatchPutDocumentRequest {
6
- }
7
- export interface BatchPutDocumentCommandOutput extends BatchPutDocumentResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchPutDocumentCommand extends $Command<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: BatchPutDocumentCommandInput;
12
- constructor(input: BatchPutDocumentCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import {
14
+ BatchPutDocumentRequest,
15
+ BatchPutDocumentResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchPutDocumentCommandInput extends BatchPutDocumentRequest {}
18
+ export interface BatchPutDocumentCommandOutput
19
+ extends BatchPutDocumentResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class BatchPutDocumentCommand extends $Command<
23
+ BatchPutDocumentCommandInput,
24
+ BatchPutDocumentCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: BatchPutDocumentCommandInput;
28
+ constructor(input: BatchPutDocumentCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: KendraClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<BatchPutDocumentCommandInput, BatchPutDocumentCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +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 { ClearQuerySuggestionsRequest } from "../models/models_0";
5
- export interface ClearQuerySuggestionsCommandInput extends ClearQuerySuggestionsRequest {
6
- }
7
- export interface ClearQuerySuggestionsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class ClearQuerySuggestionsCommand extends $Command<ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ClearQuerySuggestionsCommandInput;
12
- constructor(input: ClearQuerySuggestionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ClearQuerySuggestionsCommandInput, ClearQuerySuggestionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import { ClearQuerySuggestionsRequest } from "../models/models_0";
14
+ export interface ClearQuerySuggestionsCommandInput
15
+ extends ClearQuerySuggestionsRequest {}
16
+ export interface ClearQuerySuggestionsCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class ClearQuerySuggestionsCommand extends $Command<
19
+ ClearQuerySuggestionsCommandInput,
20
+ ClearQuerySuggestionsCommandOutput,
21
+ KendraClientResolvedConfig
22
+ > {
23
+ readonly input: ClearQuerySuggestionsCommandInput;
24
+ constructor(input: ClearQuerySuggestionsCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: KendraClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ ClearQuerySuggestionsCommandInput,
32
+ ClearQuerySuggestionsCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,41 @@
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 { CreateAccessControlConfigurationRequest, CreateAccessControlConfigurationResponse } from "../models/models_0";
5
- export interface CreateAccessControlConfigurationCommandInput extends CreateAccessControlConfigurationRequest {
6
- }
7
- export interface CreateAccessControlConfigurationCommandOutput extends CreateAccessControlConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAccessControlConfigurationCommand extends $Command<CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: CreateAccessControlConfigurationCommandInput;
12
- constructor(input: CreateAccessControlConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessControlConfigurationCommandInput, CreateAccessControlConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import {
14
+ CreateAccessControlConfigurationRequest,
15
+ CreateAccessControlConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateAccessControlConfigurationCommandInput
18
+ extends CreateAccessControlConfigurationRequest {}
19
+ export interface CreateAccessControlConfigurationCommandOutput
20
+ extends CreateAccessControlConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateAccessControlConfigurationCommand extends $Command<
24
+ CreateAccessControlConfigurationCommandInput,
25
+ CreateAccessControlConfigurationCommandOutput,
26
+ KendraClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAccessControlConfigurationCommandInput;
29
+ constructor(input: CreateAccessControlConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: KendraClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateAccessControlConfigurationCommandInput,
37
+ CreateAccessControlConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +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 { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0";
5
- export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {
6
- }
7
- export interface CreateDataSourceCommandOutput extends CreateDataSourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDataSourceCommand extends $Command<CreateDataSourceCommandInput, CreateDataSourceCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: CreateDataSourceCommandInput;
12
- constructor(input: CreateDataSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import {
14
+ CreateDataSourceRequest,
15
+ CreateDataSourceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateDataSourceCommandInput extends CreateDataSourceRequest {}
18
+ export interface CreateDataSourceCommandOutput
19
+ extends CreateDataSourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateDataSourceCommand extends $Command<
23
+ CreateDataSourceCommandInput,
24
+ CreateDataSourceCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: CreateDataSourceCommandInput;
28
+ constructor(input: CreateDataSourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: KendraClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateDataSourceCommandInput, CreateDataSourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +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
- export declare class CreateExperienceCommand extends $Command<CreateExperienceCommandInput, CreateExperienceCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: CreateExperienceCommandInput;
12
- constructor(input: CreateExperienceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateExperienceCommandInput, CreateExperienceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import {
14
+ CreateExperienceRequest,
15
+ CreateExperienceResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateExperienceCommandInput extends CreateExperienceRequest {}
18
+ export interface CreateExperienceCommandOutput
19
+ extends CreateExperienceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateExperienceCommand extends $Command<
23
+ CreateExperienceCommandInput,
24
+ CreateExperienceCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: CreateExperienceCommandInput;
28
+ constructor(input: CreateExperienceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: KendraClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateExperienceCommandInput, CreateExperienceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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 { CreateFaqRequest, CreateFaqResponse } from "../models/models_0";
5
- export interface CreateFaqCommandInput extends CreateFaqRequest {
6
- }
7
- export interface CreateFaqCommandOutput extends CreateFaqResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFaqCommand extends $Command<CreateFaqCommandInput, CreateFaqCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: CreateFaqCommandInput;
12
- constructor(input: CreateFaqCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFaqCommandInput, CreateFaqCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import { CreateFaqRequest, CreateFaqResponse } from "../models/models_0";
14
+ export interface CreateFaqCommandInput extends CreateFaqRequest {}
15
+ export interface CreateFaqCommandOutput
16
+ extends CreateFaqResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateFaqCommand extends $Command<
20
+ CreateFaqCommandInput,
21
+ CreateFaqCommandOutput,
22
+ KendraClientResolvedConfig
23
+ > {
24
+ readonly input: CreateFaqCommandInput;
25
+ constructor(input: CreateFaqCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: KendraClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateFaqCommandInput, CreateFaqCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
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 { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
5
- export interface CreateIndexCommandInput extends CreateIndexRequest {
6
- }
7
- export interface CreateIndexCommandOutput extends CreateIndexResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateIndexCommand extends $Command<CreateIndexCommandInput, CreateIndexCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: CreateIndexCommandInput;
12
- constructor(input: CreateIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIndexCommandInput, CreateIndexCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ KendraClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../KendraClient";
13
+ import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0";
14
+ export interface CreateIndexCommandInput extends CreateIndexRequest {}
15
+ export interface CreateIndexCommandOutput
16
+ extends CreateIndexResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateIndexCommand extends $Command<
20
+ CreateIndexCommandInput,
21
+ CreateIndexCommandOutput,
22
+ KendraClientResolvedConfig
23
+ > {
24
+ readonly input: CreateIndexCommandInput;
25
+ constructor(input: CreateIndexCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: KendraClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateIndexCommandInput, CreateIndexCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }