@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,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 { ListAccessControlConfigurationsRequest, ListAccessControlConfigurationsResponse } from "../models/models_0";
5
- export interface ListAccessControlConfigurationsCommandInput extends ListAccessControlConfigurationsRequest {
6
- }
7
- export interface ListAccessControlConfigurationsCommandOutput extends ListAccessControlConfigurationsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListAccessControlConfigurationsCommand extends $Command<ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListAccessControlConfigurationsCommandInput;
12
- constructor(input: ListAccessControlConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAccessControlConfigurationsCommandInput, ListAccessControlConfigurationsCommandOutput>;
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
+ ListAccessControlConfigurationsRequest,
15
+ ListAccessControlConfigurationsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListAccessControlConfigurationsCommandInput
18
+ extends ListAccessControlConfigurationsRequest {}
19
+ export interface ListAccessControlConfigurationsCommandOutput
20
+ extends ListAccessControlConfigurationsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListAccessControlConfigurationsCommand extends $Command<
23
+ ListAccessControlConfigurationsCommandInput,
24
+ ListAccessControlConfigurationsCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: ListAccessControlConfigurationsCommandInput;
28
+ constructor(input: ListAccessControlConfigurationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListAccessControlConfigurationsCommandInput,
35
+ ListAccessControlConfigurationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0";
5
- export interface ListDataSourceSyncJobsCommandInput extends ListDataSourceSyncJobsRequest {
6
- }
7
- export interface ListDataSourceSyncJobsCommandOutput extends ListDataSourceSyncJobsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDataSourceSyncJobsCommand extends $Command<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListDataSourceSyncJobsCommandInput;
12
- constructor(input: ListDataSourceSyncJobsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourceSyncJobsCommandInput, ListDataSourceSyncJobsCommandOutput>;
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
+ ListDataSourceSyncJobsRequest,
15
+ ListDataSourceSyncJobsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDataSourceSyncJobsCommandInput
18
+ extends ListDataSourceSyncJobsRequest {}
19
+ export interface ListDataSourceSyncJobsCommandOutput
20
+ extends ListDataSourceSyncJobsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListDataSourceSyncJobsCommand extends $Command<
23
+ ListDataSourceSyncJobsCommandInput,
24
+ ListDataSourceSyncJobsCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: ListDataSourceSyncJobsCommandInput;
28
+ constructor(input: ListDataSourceSyncJobsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListDataSourceSyncJobsCommandInput,
35
+ ListDataSourceSyncJobsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0";
5
- export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {
6
- }
7
- export interface ListDataSourcesCommandOutput extends ListDataSourcesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListDataSourcesCommand extends $Command<ListDataSourcesCommandInput, ListDataSourcesCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListDataSourcesCommandInput;
12
- constructor(input: ListDataSourcesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
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
+ ListDataSourcesRequest,
15
+ ListDataSourcesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
18
+ export interface ListDataSourcesCommandOutput
19
+ extends ListDataSourcesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListDataSourcesCommand extends $Command<
22
+ ListDataSourcesCommandInput,
23
+ ListDataSourcesCommandOutput,
24
+ KendraClientResolvedConfig
25
+ > {
26
+ readonly input: ListDataSourcesCommandInput;
27
+ constructor(input: ListDataSourcesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KendraClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListDataSourcesCommandInput, ListDataSourcesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListEntityPersonasRequest, ListEntityPersonasResponse } from "../models/models_0";
5
- export interface ListEntityPersonasCommandInput extends ListEntityPersonasRequest {
6
- }
7
- export interface ListEntityPersonasCommandOutput extends ListEntityPersonasResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListEntityPersonasCommand extends $Command<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListEntityPersonasCommandInput;
12
- constructor(input: ListEntityPersonasCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput>;
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
+ ListEntityPersonasRequest,
15
+ ListEntityPersonasResponse,
16
+ } from "../models/models_0";
17
+ export interface ListEntityPersonasCommandInput
18
+ extends ListEntityPersonasRequest {}
19
+ export interface ListEntityPersonasCommandOutput
20
+ extends ListEntityPersonasResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListEntityPersonasCommand extends $Command<
23
+ ListEntityPersonasCommandInput,
24
+ ListEntityPersonasCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: ListEntityPersonasCommandInput;
28
+ constructor(input: ListEntityPersonasCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListEntityPersonasCommandInput, ListEntityPersonasCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -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 { ListExperienceEntitiesRequest, ListExperienceEntitiesResponse } from "../models/models_0";
5
- export interface ListExperienceEntitiesCommandInput extends ListExperienceEntitiesRequest {
6
- }
7
- export interface ListExperienceEntitiesCommandOutput extends ListExperienceEntitiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListExperienceEntitiesCommand extends $Command<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListExperienceEntitiesCommandInput;
12
- constructor(input: ListExperienceEntitiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperienceEntitiesCommandInput, ListExperienceEntitiesCommandOutput>;
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
+ ListExperienceEntitiesRequest,
15
+ ListExperienceEntitiesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListExperienceEntitiesCommandInput
18
+ extends ListExperienceEntitiesRequest {}
19
+ export interface ListExperienceEntitiesCommandOutput
20
+ extends ListExperienceEntitiesResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListExperienceEntitiesCommand extends $Command<
23
+ ListExperienceEntitiesCommandInput,
24
+ ListExperienceEntitiesCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: ListExperienceEntitiesCommandInput;
28
+ constructor(input: ListExperienceEntitiesCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListExperienceEntitiesCommandInput,
35
+ ListExperienceEntitiesCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListExperiencesRequest, ListExperiencesResponse } from "../models/models_0";
5
- export interface ListExperiencesCommandInput extends ListExperiencesRequest {
6
- }
7
- export interface ListExperiencesCommandOutput extends ListExperiencesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListExperiencesCommand extends $Command<ListExperiencesCommandInput, ListExperiencesCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListExperiencesCommandInput;
12
- constructor(input: ListExperiencesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListExperiencesCommandInput, ListExperiencesCommandOutput>;
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
+ ListExperiencesRequest,
15
+ ListExperiencesResponse,
16
+ } from "../models/models_0";
17
+ export interface ListExperiencesCommandInput extends ListExperiencesRequest {}
18
+ export interface ListExperiencesCommandOutput
19
+ extends ListExperiencesResponse,
20
+ __MetadataBearer {}
21
+ export declare class ListExperiencesCommand extends $Command<
22
+ ListExperiencesCommandInput,
23
+ ListExperiencesCommandOutput,
24
+ KendraClientResolvedConfig
25
+ > {
26
+ readonly input: ListExperiencesCommandInput;
27
+ constructor(input: ListExperiencesCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: KendraClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListExperiencesCommandInput, ListExperiencesCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ListFaqsRequest, ListFaqsResponse } from "../models/models_0";
5
- export interface ListFaqsCommandInput extends ListFaqsRequest {
6
- }
7
- export interface ListFaqsCommandOutput extends ListFaqsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListFaqsCommand extends $Command<ListFaqsCommandInput, ListFaqsCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListFaqsCommandInput;
12
- constructor(input: ListFaqsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFaqsCommandInput, ListFaqsCommandOutput>;
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 { ListFaqsRequest, ListFaqsResponse } from "../models/models_0";
14
+ export interface ListFaqsCommandInput extends ListFaqsRequest {}
15
+ export interface ListFaqsCommandOutput
16
+ extends ListFaqsResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListFaqsCommand extends $Command<
19
+ ListFaqsCommandInput,
20
+ ListFaqsCommandOutput,
21
+ KendraClientResolvedConfig
22
+ > {
23
+ readonly input: ListFaqsCommandInput;
24
+ constructor(input: ListFaqsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KendraClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListFaqsCommandInput, ListFaqsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { ListGroupsOlderThanOrderingIdRequest, ListGroupsOlderThanOrderingIdResponse } from "../models/models_0";
5
- export interface ListGroupsOlderThanOrderingIdCommandInput extends ListGroupsOlderThanOrderingIdRequest {
6
- }
7
- export interface ListGroupsOlderThanOrderingIdCommandOutput extends ListGroupsOlderThanOrderingIdResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListGroupsOlderThanOrderingIdCommand extends $Command<ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListGroupsOlderThanOrderingIdCommandInput;
12
- constructor(input: ListGroupsOlderThanOrderingIdCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListGroupsOlderThanOrderingIdCommandInput, ListGroupsOlderThanOrderingIdCommandOutput>;
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
+ ListGroupsOlderThanOrderingIdRequest,
15
+ ListGroupsOlderThanOrderingIdResponse,
16
+ } from "../models/models_0";
17
+ export interface ListGroupsOlderThanOrderingIdCommandInput
18
+ extends ListGroupsOlderThanOrderingIdRequest {}
19
+ export interface ListGroupsOlderThanOrderingIdCommandOutput
20
+ extends ListGroupsOlderThanOrderingIdResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListGroupsOlderThanOrderingIdCommand extends $Command<
23
+ ListGroupsOlderThanOrderingIdCommandInput,
24
+ ListGroupsOlderThanOrderingIdCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: ListGroupsOlderThanOrderingIdCommandInput;
28
+ constructor(input: ListGroupsOlderThanOrderingIdCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListGroupsOlderThanOrderingIdCommandInput,
35
+ ListGroupsOlderThanOrderingIdCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListIndicesRequest, ListIndicesResponse } from "../models/models_0";
5
- export interface ListIndicesCommandInput extends ListIndicesRequest {
6
- }
7
- export interface ListIndicesCommandOutput extends ListIndicesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListIndicesCommand extends $Command<ListIndicesCommandInput, ListIndicesCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListIndicesCommandInput;
12
- constructor(input: ListIndicesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListIndicesCommandInput, ListIndicesCommandOutput>;
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 { ListIndicesRequest, ListIndicesResponse } from "../models/models_0";
14
+ export interface ListIndicesCommandInput extends ListIndicesRequest {}
15
+ export interface ListIndicesCommandOutput
16
+ extends ListIndicesResponse,
17
+ __MetadataBearer {}
18
+ export declare class ListIndicesCommand extends $Command<
19
+ ListIndicesCommandInput,
20
+ ListIndicesCommandOutput,
21
+ KendraClientResolvedConfig
22
+ > {
23
+ readonly input: ListIndicesCommandInput;
24
+ constructor(input: ListIndicesCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: KendraClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListIndicesCommandInput, ListIndicesCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -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 { ListQuerySuggestionsBlockListsRequest, ListQuerySuggestionsBlockListsResponse } from "../models/models_0";
5
- export interface ListQuerySuggestionsBlockListsCommandInput extends ListQuerySuggestionsBlockListsRequest {
6
- }
7
- export interface ListQuerySuggestionsBlockListsCommandOutput extends ListQuerySuggestionsBlockListsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListQuerySuggestionsBlockListsCommand extends $Command<ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListQuerySuggestionsBlockListsCommandInput;
12
- constructor(input: ListQuerySuggestionsBlockListsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListQuerySuggestionsBlockListsCommandInput, ListQuerySuggestionsBlockListsCommandOutput>;
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
+ ListQuerySuggestionsBlockListsRequest,
15
+ ListQuerySuggestionsBlockListsResponse,
16
+ } from "../models/models_0";
17
+ export interface ListQuerySuggestionsBlockListsCommandInput
18
+ extends ListQuerySuggestionsBlockListsRequest {}
19
+ export interface ListQuerySuggestionsBlockListsCommandOutput
20
+ extends ListQuerySuggestionsBlockListsResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListQuerySuggestionsBlockListsCommand extends $Command<
23
+ ListQuerySuggestionsBlockListsCommandInput,
24
+ ListQuerySuggestionsBlockListsCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: ListQuerySuggestionsBlockListsCommandInput;
28
+ constructor(input: ListQuerySuggestionsBlockListsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListQuerySuggestionsBlockListsCommandInput,
35
+ ListQuerySuggestionsBlockListsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KendraClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: KendraClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+ export declare class ListTagsForResourceCommand extends $Command<
23
+ ListTagsForResourceCommandInput,
24
+ ListTagsForResourceCommandOutput,
25
+ KendraClientResolvedConfig
26
+ > {
27
+ readonly input: ListTagsForResourceCommandInput;
28
+ constructor(input: ListTagsForResourceCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: KendraClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }