@aws-sdk/client-kendra 3.169.0 → 3.171.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 +19 -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 +1039 -305
  7. package/dist-types/ts3.4/KendraClient.d.ts +461 -133
  8. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +35 -17
  13. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +35 -17
  17. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +30 -17
  23. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +35 -17
  24. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +30 -17
  25. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +30 -17
  26. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +36 -17
  46. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +39 -17
  47. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +35 -17
  48. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +39 -17
  52. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  53. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +31 -17
  55. package/dist-types/ts3.4/commands/QueryCommand.d.ts +30 -17
  56. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +39 -17
  57. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +34 -17
  58. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +30 -17
  59. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  60. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  61. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +39 -17
  62. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +30 -17
  63. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +30 -17
  64. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +30 -17
  65. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +30 -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 +7 -6
  72. package/dist-types/ts3.4/models/index.d.ts +2 -2
  73. package/dist-types/ts3.4/models/models_0.d.ts +2457 -3308
  74. package/dist-types/ts3.4/models/models_1.d.ts +60 -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 +65 -38
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  94. package/package.json +34 -34
@@ -1,17 +1,32 @@
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 { ListThesauriRequest, ListThesauriResponse } from "../models/models_0";
5
- export interface ListThesauriCommandInput extends ListThesauriRequest {
6
- }
7
- export interface ListThesauriCommandOutput extends ListThesauriResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListThesauriCommand extends $Command<ListThesauriCommandInput, ListThesauriCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListThesauriCommandInput;
12
- constructor(input: ListThesauriCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListThesauriCommandInput, ListThesauriCommandOutput>;
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 { ListThesauriRequest, ListThesauriResponse } from "../models/models_0";
14
+ export interface ListThesauriCommandInput extends ListThesauriRequest {}
15
+ export interface ListThesauriCommandOutput
16
+ extends ListThesauriResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListThesauriCommand extends $Command<
19
+ ListThesauriCommandInput,
20
+ ListThesauriCommandOutput,
21
+ KendraClientResolvedConfig
22
+ > {
23
+ readonly input: ListThesauriCommandInput;
24
+ constructor(input: ListThesauriCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KendraClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListThesauriCommandInput, ListThesauriCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,31 @@
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 { PutPrincipalMappingRequest } from "../models/models_0";
5
- export interface PutPrincipalMappingCommandInput extends PutPrincipalMappingRequest {
6
- }
7
- export interface PutPrincipalMappingCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class PutPrincipalMappingCommand extends $Command<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: PutPrincipalMappingCommandInput;
12
- constructor(input: PutPrincipalMappingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput>;
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 { PutPrincipalMappingRequest } from "../models/models_0";
14
+ export interface PutPrincipalMappingCommandInput
15
+ extends PutPrincipalMappingRequest {}
16
+ export interface PutPrincipalMappingCommandOutput extends __MetadataBearer {}
17
+ export declare class PutPrincipalMappingCommand extends $Command<
18
+ PutPrincipalMappingCommandInput,
19
+ PutPrincipalMappingCommandOutput,
20
+ KendraClientResolvedConfig
21
+ > {
22
+ readonly input: PutPrincipalMappingCommandInput;
23
+ constructor(input: PutPrincipalMappingCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: KendraClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<PutPrincipalMappingCommandInput, PutPrincipalMappingCommandOutput>;
29
+ private serialize;
30
+ private deserialize;
31
+ }
@@ -1,17 +1,30 @@
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 { QueryRequest, QueryResult } from "../models/models_1";
5
- export interface QueryCommandInput extends QueryRequest {
6
- }
7
- export interface QueryCommandOutput extends QueryResult, __MetadataBearer {
8
- }
9
-
10
- export declare class QueryCommand extends $Command<QueryCommandInput, QueryCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: QueryCommandInput;
12
- constructor(input: QueryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<QueryCommandInput, QueryCommandOutput>;
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 { QueryRequest, QueryResult } from "../models/models_1";
14
+ export interface QueryCommandInput extends QueryRequest {}
15
+ export interface QueryCommandOutput extends QueryResult, __MetadataBearer {}
16
+ export declare class QueryCommand extends $Command<
17
+ QueryCommandInput,
18
+ QueryCommandOutput,
19
+ KendraClientResolvedConfig
20
+ > {
21
+ readonly input: QueryCommandInput;
22
+ constructor(input: QueryCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KendraClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<QueryCommandInput, QueryCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +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 { StartDataSourceSyncJobRequest, StartDataSourceSyncJobResponse } from "../models/models_0";
5
- export interface StartDataSourceSyncJobCommandInput extends StartDataSourceSyncJobRequest {
6
- }
7
- export interface StartDataSourceSyncJobCommandOutput extends StartDataSourceSyncJobResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartDataSourceSyncJobCommand extends $Command<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: StartDataSourceSyncJobCommandInput;
12
- constructor(input: StartDataSourceSyncJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataSourceSyncJobCommandInput, StartDataSourceSyncJobCommandOutput>;
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
+ StartDataSourceSyncJobRequest,
15
+ StartDataSourceSyncJobResponse,
16
+ } from "../models/models_0";
17
+ export interface StartDataSourceSyncJobCommandInput
18
+ extends StartDataSourceSyncJobRequest {}
19
+ export interface StartDataSourceSyncJobCommandOutput
20
+ extends StartDataSourceSyncJobResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartDataSourceSyncJobCommand extends $Command<
23
+ StartDataSourceSyncJobCommandInput,
24
+ StartDataSourceSyncJobCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: StartDataSourceSyncJobCommandInput;
28
+ constructor(input: StartDataSourceSyncJobCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StartDataSourceSyncJobCommandInput,
35
+ StartDataSourceSyncJobCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { StopDataSourceSyncJobRequest } from "../models/models_0";
5
- export interface StopDataSourceSyncJobCommandInput extends StopDataSourceSyncJobRequest {
6
- }
7
- export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class StopDataSourceSyncJobCommand extends $Command<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: StopDataSourceSyncJobCommandInput;
12
- constructor(input: StopDataSourceSyncJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopDataSourceSyncJobCommandInput, StopDataSourceSyncJobCommandOutput>;
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 { StopDataSourceSyncJobRequest } from "../models/models_0";
14
+ export interface StopDataSourceSyncJobCommandInput
15
+ extends StopDataSourceSyncJobRequest {}
16
+ export interface StopDataSourceSyncJobCommandOutput extends __MetadataBearer {}
17
+ export declare class StopDataSourceSyncJobCommand extends $Command<
18
+ StopDataSourceSyncJobCommandInput,
19
+ StopDataSourceSyncJobCommandOutput,
20
+ KendraClientResolvedConfig
21
+ > {
22
+ readonly input: StopDataSourceSyncJobCommandInput;
23
+ constructor(input: StopDataSourceSyncJobCommandInput);
24
+ resolveMiddleware(
25
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
26
+ configuration: KendraClientResolvedConfig,
27
+ options?: __HttpHandlerOptions
28
+ ): Handler<
29
+ StopDataSourceSyncJobCommandInput,
30
+ StopDataSourceSyncJobCommandOutput
31
+ >;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,30 @@
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 { SubmitFeedbackRequest } from "../models/models_0";
5
- export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {
6
- }
7
- export interface SubmitFeedbackCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class SubmitFeedbackCommand extends $Command<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: SubmitFeedbackCommandInput;
12
- constructor(input: SubmitFeedbackCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput>;
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 { SubmitFeedbackRequest } from "../models/models_0";
14
+ export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {}
15
+ export interface SubmitFeedbackCommandOutput extends __MetadataBearer {}
16
+ export declare class SubmitFeedbackCommand extends $Command<
17
+ SubmitFeedbackCommandInput,
18
+ SubmitFeedbackCommandOutput,
19
+ KendraClientResolvedConfig
20
+ > {
21
+ readonly input: SubmitFeedbackCommandInput;
22
+ constructor(input: SubmitFeedbackCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KendraClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<SubmitFeedbackCommandInput, SubmitFeedbackCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,32 @@
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ KendraClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KendraClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ KendraClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KendraClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +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 { UpdateAccessControlConfigurationRequest, UpdateAccessControlConfigurationResponse } from "../models/models_0";
5
- export interface UpdateAccessControlConfigurationCommandInput extends UpdateAccessControlConfigurationRequest {
6
- }
7
- export interface UpdateAccessControlConfigurationCommandOutput extends UpdateAccessControlConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAccessControlConfigurationCommand extends $Command<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: UpdateAccessControlConfigurationCommandInput;
12
- constructor(input: UpdateAccessControlConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAccessControlConfigurationCommandInput, UpdateAccessControlConfigurationCommandOutput>;
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
+ UpdateAccessControlConfigurationRequest,
15
+ UpdateAccessControlConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface UpdateAccessControlConfigurationCommandInput
18
+ extends UpdateAccessControlConfigurationRequest {}
19
+ export interface UpdateAccessControlConfigurationCommandOutput
20
+ extends UpdateAccessControlConfigurationResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateAccessControlConfigurationCommand extends $Command<
23
+ UpdateAccessControlConfigurationCommandInput,
24
+ UpdateAccessControlConfigurationCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateAccessControlConfigurationCommandInput;
28
+ constructor(input: UpdateAccessControlConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateAccessControlConfigurationCommandInput,
35
+ UpdateAccessControlConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,30 @@
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 { UpdateDataSourceRequest } from "../models/models_0";
5
- export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {
6
- }
7
- export interface UpdateDataSourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: UpdateDataSourceCommandInput;
12
- constructor(input: UpdateDataSourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
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 { UpdateDataSourceRequest } from "../models/models_0";
14
+ export interface UpdateDataSourceCommandInput extends UpdateDataSourceRequest {}
15
+ export interface UpdateDataSourceCommandOutput extends __MetadataBearer {}
16
+ export declare class UpdateDataSourceCommand extends $Command<
17
+ UpdateDataSourceCommandInput,
18
+ UpdateDataSourceCommandOutput,
19
+ KendraClientResolvedConfig
20
+ > {
21
+ readonly input: UpdateDataSourceCommandInput;
22
+ constructor(input: UpdateDataSourceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KendraClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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
- export declare class UpdateExperienceCommand extends $Command<UpdateExperienceCommandInput, UpdateExperienceCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: UpdateExperienceCommandInput;
12
- constructor(input: UpdateExperienceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateExperienceCommandInput, UpdateExperienceCommandOutput>;
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 { UpdateExperienceRequest } from "../models/models_0";
14
+ export interface UpdateExperienceCommandInput extends UpdateExperienceRequest {}
15
+ export interface UpdateExperienceCommandOutput extends __MetadataBearer {}
16
+ export declare class UpdateExperienceCommand extends $Command<
17
+ UpdateExperienceCommandInput,
18
+ UpdateExperienceCommandOutput,
19
+ KendraClientResolvedConfig
20
+ > {
21
+ readonly input: UpdateExperienceCommandInput;
22
+ constructor(input: UpdateExperienceCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KendraClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UpdateExperienceCommandInput, UpdateExperienceCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,30 @@
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 { UpdateIndexRequest } from "../models/models_0";
5
- export interface UpdateIndexCommandInput extends UpdateIndexRequest {
6
- }
7
- export interface UpdateIndexCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateIndexCommand extends $Command<UpdateIndexCommandInput, UpdateIndexCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: UpdateIndexCommandInput;
12
- constructor(input: UpdateIndexCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIndexCommandInput, UpdateIndexCommandOutput>;
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 { UpdateIndexRequest } from "../models/models_0";
14
+ export interface UpdateIndexCommandInput extends UpdateIndexRequest {}
15
+ export interface UpdateIndexCommandOutput extends __MetadataBearer {}
16
+ export declare class UpdateIndexCommand extends $Command<
17
+ UpdateIndexCommandInput,
18
+ UpdateIndexCommandOutput,
19
+ KendraClientResolvedConfig
20
+ > {
21
+ readonly input: UpdateIndexCommandInput;
22
+ constructor(input: UpdateIndexCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: KendraClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<UpdateIndexCommandInput, UpdateIndexCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }