@aws-sdk/client-kendra 3.1077.0 → 3.1079.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 (206) hide show
  1. package/dist-cjs/index.js +74 -663
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +2 -14
  4. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +2 -14
  5. package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -14
  6. package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -14
  7. package/dist-es/commands/BatchGetDocumentStatusCommand.js +2 -14
  8. package/dist-es/commands/BatchPutDocumentCommand.js +2 -14
  9. package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -14
  10. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +2 -14
  11. package/dist-es/commands/CreateDataSourceCommand.js +2 -14
  12. package/dist-es/commands/CreateExperienceCommand.js +2 -14
  13. package/dist-es/commands/CreateFaqCommand.js +2 -14
  14. package/dist-es/commands/CreateFeaturedResultsSetCommand.js +2 -14
  15. package/dist-es/commands/CreateIndexCommand.js +2 -14
  16. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +2 -14
  17. package/dist-es/commands/CreateThesaurusCommand.js +2 -14
  18. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +2 -14
  19. package/dist-es/commands/DeleteDataSourceCommand.js +2 -14
  20. package/dist-es/commands/DeleteExperienceCommand.js +2 -14
  21. package/dist-es/commands/DeleteFaqCommand.js +2 -14
  22. package/dist-es/commands/DeleteIndexCommand.js +2 -14
  23. package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -14
  24. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -14
  25. package/dist-es/commands/DeleteThesaurusCommand.js +2 -14
  26. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +2 -14
  27. package/dist-es/commands/DescribeDataSourceCommand.js +2 -14
  28. package/dist-es/commands/DescribeExperienceCommand.js +2 -14
  29. package/dist-es/commands/DescribeFaqCommand.js +2 -14
  30. package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +2 -14
  31. package/dist-es/commands/DescribeIndexCommand.js +2 -14
  32. package/dist-es/commands/DescribePrincipalMappingCommand.js +2 -14
  33. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -14
  34. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +2 -14
  35. package/dist-es/commands/DescribeThesaurusCommand.js +2 -14
  36. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +2 -14
  37. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +2 -14
  38. package/dist-es/commands/GetQuerySuggestionsCommand.js +2 -14
  39. package/dist-es/commands/GetSnapshotsCommand.js +2 -14
  40. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +2 -14
  41. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -14
  42. package/dist-es/commands/ListDataSourcesCommand.js +2 -14
  43. package/dist-es/commands/ListEntityPersonasCommand.js +2 -14
  44. package/dist-es/commands/ListExperienceEntitiesCommand.js +2 -14
  45. package/dist-es/commands/ListExperiencesCommand.js +2 -14
  46. package/dist-es/commands/ListFaqsCommand.js +2 -14
  47. package/dist-es/commands/ListFeaturedResultsSetsCommand.js +2 -14
  48. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -14
  49. package/dist-es/commands/ListIndicesCommand.js +2 -14
  50. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +2 -14
  51. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  52. package/dist-es/commands/ListThesauriCommand.js +2 -14
  53. package/dist-es/commands/PutPrincipalMappingCommand.js +2 -14
  54. package/dist-es/commands/QueryCommand.js +2 -14
  55. package/dist-es/commands/RetrieveCommand.js +2 -14
  56. package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -14
  57. package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -14
  58. package/dist-es/commands/SubmitFeedbackCommand.js +2 -14
  59. package/dist-es/commands/TagResourceCommand.js +2 -14
  60. package/dist-es/commands/UntagResourceCommand.js +2 -14
  61. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +2 -14
  62. package/dist-es/commands/UpdateDataSourceCommand.js +2 -14
  63. package/dist-es/commands/UpdateExperienceCommand.js +2 -14
  64. package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +2 -14
  65. package/dist-es/commands/UpdateIndexCommand.js +2 -14
  66. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -14
  67. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -14
  68. package/dist-es/commands/UpdateThesaurusCommand.js +2 -14
  69. package/dist-es/index.js +1 -0
  70. package/dist-types/commandBuilder.d.ts +18 -0
  71. package/dist-types/commands/AssociateEntitiesToExperienceCommand.d.ts +3 -8
  72. package/dist-types/commands/AssociatePersonasToEntitiesCommand.d.ts +3 -8
  73. package/dist-types/commands/BatchDeleteDocumentCommand.d.ts +3 -8
  74. package/dist-types/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +3 -8
  75. package/dist-types/commands/BatchGetDocumentStatusCommand.d.ts +3 -8
  76. package/dist-types/commands/BatchPutDocumentCommand.d.ts +3 -8
  77. package/dist-types/commands/ClearQuerySuggestionsCommand.d.ts +3 -8
  78. package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +3 -8
  79. package/dist-types/commands/CreateDataSourceCommand.d.ts +3 -8
  80. package/dist-types/commands/CreateExperienceCommand.d.ts +3 -8
  81. package/dist-types/commands/CreateFaqCommand.d.ts +3 -8
  82. package/dist-types/commands/CreateFeaturedResultsSetCommand.d.ts +3 -8
  83. package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
  84. package/dist-types/commands/CreateQuerySuggestionsBlockListCommand.d.ts +3 -8
  85. package/dist-types/commands/CreateThesaurusCommand.d.ts +3 -8
  86. package/dist-types/commands/DeleteAccessControlConfigurationCommand.d.ts +3 -8
  87. package/dist-types/commands/DeleteDataSourceCommand.d.ts +3 -8
  88. package/dist-types/commands/DeleteExperienceCommand.d.ts +3 -8
  89. package/dist-types/commands/DeleteFaqCommand.d.ts +3 -8
  90. package/dist-types/commands/DeleteIndexCommand.d.ts +3 -8
  91. package/dist-types/commands/DeletePrincipalMappingCommand.d.ts +3 -8
  92. package/dist-types/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +3 -8
  93. package/dist-types/commands/DeleteThesaurusCommand.d.ts +3 -8
  94. package/dist-types/commands/DescribeAccessControlConfigurationCommand.d.ts +3 -8
  95. package/dist-types/commands/DescribeDataSourceCommand.d.ts +3 -8
  96. package/dist-types/commands/DescribeExperienceCommand.d.ts +3 -8
  97. package/dist-types/commands/DescribeFaqCommand.d.ts +3 -8
  98. package/dist-types/commands/DescribeFeaturedResultsSetCommand.d.ts +3 -8
  99. package/dist-types/commands/DescribeIndexCommand.d.ts +3 -8
  100. package/dist-types/commands/DescribePrincipalMappingCommand.d.ts +3 -8
  101. package/dist-types/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +3 -8
  102. package/dist-types/commands/DescribeQuerySuggestionsConfigCommand.d.ts +3 -8
  103. package/dist-types/commands/DescribeThesaurusCommand.d.ts +3 -8
  104. package/dist-types/commands/DisassociateEntitiesFromExperienceCommand.d.ts +3 -8
  105. package/dist-types/commands/DisassociatePersonasFromEntitiesCommand.d.ts +3 -8
  106. package/dist-types/commands/GetQuerySuggestionsCommand.d.ts +3 -8
  107. package/dist-types/commands/GetSnapshotsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListAccessControlConfigurationsCommand.d.ts +3 -8
  109. package/dist-types/commands/ListDataSourceSyncJobsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListDataSourcesCommand.d.ts +3 -8
  111. package/dist-types/commands/ListEntityPersonasCommand.d.ts +3 -8
  112. package/dist-types/commands/ListExperienceEntitiesCommand.d.ts +3 -8
  113. package/dist-types/commands/ListExperiencesCommand.d.ts +3 -8
  114. package/dist-types/commands/ListFaqsCommand.d.ts +3 -8
  115. package/dist-types/commands/ListFeaturedResultsSetsCommand.d.ts +3 -8
  116. package/dist-types/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +3 -8
  117. package/dist-types/commands/ListIndicesCommand.d.ts +3 -8
  118. package/dist-types/commands/ListQuerySuggestionsBlockListsCommand.d.ts +3 -8
  119. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  120. package/dist-types/commands/ListThesauriCommand.d.ts +3 -8
  121. package/dist-types/commands/PutPrincipalMappingCommand.d.ts +3 -8
  122. package/dist-types/commands/QueryCommand.d.ts +3 -8
  123. package/dist-types/commands/RetrieveCommand.d.ts +3 -8
  124. package/dist-types/commands/StartDataSourceSyncJobCommand.d.ts +3 -8
  125. package/dist-types/commands/StopDataSourceSyncJobCommand.d.ts +3 -8
  126. package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -8
  127. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  128. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  129. package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +3 -8
  130. package/dist-types/commands/UpdateDataSourceCommand.d.ts +3 -8
  131. package/dist-types/commands/UpdateExperienceCommand.d.ts +3 -8
  132. package/dist-types/commands/UpdateFeaturedResultsSetCommand.d.ts +3 -8
  133. package/dist-types/commands/UpdateIndexCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +3 -8
  135. package/dist-types/commands/UpdateQuerySuggestionsConfigCommand.d.ts +3 -8
  136. package/dist-types/commands/UpdateThesaurusCommand.d.ts +3 -8
  137. package/dist-types/index.d.ts +1 -0
  138. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  139. package/dist-types/ts3.4/commands/AssociateEntitiesToExperienceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/AssociatePersonasToEntitiesCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/BatchDeleteDocumentCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/BatchDeleteFeaturedResultsSetCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/BatchGetDocumentStatusCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/BatchPutDocumentCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/ClearQuerySuggestionsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/CreateAccessControlConfigurationCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/CreateExperienceCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/CreateFaqCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/CreateFeaturedResultsSetCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/CreateQuerySuggestionsBlockListCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/CreateThesaurusCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DeleteAccessControlConfigurationCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DeleteExperienceCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/DeleteFaqCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DeleteIndexCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DeletePrincipalMappingCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/DeleteQuerySuggestionsBlockListCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/DeleteThesaurusCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/DescribeAccessControlConfigurationCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/DescribeDataSourceCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/DescribeExperienceCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/DescribeFaqCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DescribeFeaturedResultsSetCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DescribeIndexCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DescribePrincipalMappingCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsBlockListCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DescribeQuerySuggestionsConfigCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DescribeThesaurusCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DisassociateEntitiesFromExperienceCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DisassociatePersonasFromEntitiesCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/GetQuerySuggestionsCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/GetSnapshotsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListAccessControlConfigurationsCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListDataSourceSyncJobsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/ListEntityPersonasCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/ListExperienceEntitiesCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/ListExperiencesCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/ListFaqsCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/ListFeaturedResultsSetsCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/ListGroupsOlderThanOrderingIdCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/ListIndicesCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/ListQuerySuggestionsBlockListsCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/ListThesauriCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/PutPrincipalMappingCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/QueryCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/StartDataSourceSyncJobCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/StopDataSourceSyncJobCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/UpdateAccessControlConfigurationCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/UpdateExperienceCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/UpdateFeaturedResultsSetCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/UpdateIndexCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsBlockListCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/UpdateQuerySuggestionsConfigCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/UpdateThesaurusCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/index.d.ts +1 -0
  206. package/package.json +8 -8
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import { GetSnapshotsRequest, GetSnapshotsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface GetSnapshotsCommandInput extends GetSnapshotsRequest {}
12
5
  export interface GetSnapshotsCommandOutput
13
6
  extends GetSnapshotsResponse,
@@ -18,22 +11,20 @@ declare const GetSnapshotsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  GetSnapshotsCommandInput,
20
13
  GetSnapshotsCommandOutput,
21
- KendraClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KendraClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: GetSnapshotsCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  GetSnapshotsCommandInput,
29
22
  GetSnapshotsCommandOutput,
30
- KendraClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").KendraClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class GetSnapshotsCommand extends GetSnapshotsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListAccessControlConfigurationsRequest,
10
4
  ListAccessControlConfigurationsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListAccessControlConfigurationsCommandInput
15
8
  extends ListAccessControlConfigurationsRequest {}
16
9
  export interface ListAccessControlConfigurationsCommandOutput
@@ -22,22 +15,20 @@ declare const ListAccessControlConfigurationsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListAccessControlConfigurationsCommandInput,
24
17
  ListAccessControlConfigurationsCommandOutput,
25
- KendraClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KendraClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListAccessControlConfigurationsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListAccessControlConfigurationsCommandInput,
33
26
  ListAccessControlConfigurationsCommandOutput,
34
- KendraClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KendraClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListAccessControlConfigurationsCommand extends ListAccessControlConfigurationsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListDataSourceSyncJobsRequest,
10
4
  ListDataSourceSyncJobsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListDataSourceSyncJobsCommandInput
15
8
  extends ListDataSourceSyncJobsRequest {}
16
9
  export interface ListDataSourceSyncJobsCommandOutput
@@ -22,22 +15,20 @@ declare const ListDataSourceSyncJobsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListDataSourceSyncJobsCommandInput,
24
17
  ListDataSourceSyncJobsCommandOutput,
25
- KendraClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KendraClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListDataSourceSyncJobsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListDataSourceSyncJobsCommandInput,
33
26
  ListDataSourceSyncJobsCommandOutput,
34
- KendraClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KendraClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListDataSourceSyncJobsCommand extends ListDataSourceSyncJobsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListDataSourcesRequest,
10
4
  ListDataSourcesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListDataSourcesCommandInput extends ListDataSourcesRequest {}
15
8
  export interface ListDataSourcesCommandOutput
16
9
  extends ListDataSourcesResponse,
@@ -21,22 +14,20 @@ declare const ListDataSourcesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListDataSourcesCommandInput,
23
16
  ListDataSourcesCommandOutput,
24
- KendraClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").KendraClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListDataSourcesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListDataSourcesCommandInput,
32
25
  ListDataSourcesCommandOutput,
33
- KendraClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").KendraClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListDataSourcesCommand extends ListDataSourcesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListEntityPersonasRequest,
10
4
  ListEntityPersonasResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListEntityPersonasCommandInput
15
8
  extends ListEntityPersonasRequest {}
16
9
  export interface ListEntityPersonasCommandOutput
@@ -22,22 +15,20 @@ declare const ListEntityPersonasCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListEntityPersonasCommandInput,
24
17
  ListEntityPersonasCommandOutput,
25
- KendraClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KendraClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListEntityPersonasCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListEntityPersonasCommandInput,
33
26
  ListEntityPersonasCommandOutput,
34
- KendraClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KendraClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListEntityPersonasCommand extends ListEntityPersonasCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListExperienceEntitiesRequest,
10
4
  ListExperienceEntitiesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListExperienceEntitiesCommandInput
15
8
  extends ListExperienceEntitiesRequest {}
16
9
  export interface ListExperienceEntitiesCommandOutput
@@ -22,22 +15,20 @@ declare const ListExperienceEntitiesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListExperienceEntitiesCommandInput,
24
17
  ListExperienceEntitiesCommandOutput,
25
- KendraClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KendraClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListExperienceEntitiesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListExperienceEntitiesCommandInput,
33
26
  ListExperienceEntitiesCommandOutput,
34
- KendraClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KendraClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListExperienceEntitiesCommand extends ListExperienceEntitiesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListExperiencesRequest,
10
4
  ListExperiencesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListExperiencesCommandInput extends ListExperiencesRequest {}
15
8
  export interface ListExperiencesCommandOutput
16
9
  extends ListExperiencesResponse,
@@ -21,22 +14,20 @@ declare const ListExperiencesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  ListExperiencesCommandInput,
23
16
  ListExperiencesCommandOutput,
24
- KendraClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").KendraClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: ListExperiencesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  ListExperiencesCommandInput,
32
25
  ListExperiencesCommandOutput,
33
- KendraClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").KendraClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class ListExperiencesCommand extends ListExperiencesCommand_base {
42
33
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import { ListFaqsRequest, ListFaqsResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListFaqsCommandInput extends ListFaqsRequest {}
12
5
  export interface ListFaqsCommandOutput
13
6
  extends ListFaqsResponse,
@@ -16,20 +9,18 @@ declare const ListFaqsCommand_base: {
16
9
  new (input: ListFaqsCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  ListFaqsCommandInput,
18
11
  ListFaqsCommandOutput,
19
- KendraClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").KendraClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: ListFaqsCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  ListFaqsCommandInput,
25
18
  ListFaqsCommandOutput,
26
- KendraClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").KendraClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class ListFaqsCommand extends ListFaqsCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListFeaturedResultsSetsRequest,
10
4
  ListFeaturedResultsSetsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListFeaturedResultsSetsCommandInput
15
8
  extends ListFeaturedResultsSetsRequest {}
16
9
  export interface ListFeaturedResultsSetsCommandOutput
@@ -22,22 +15,20 @@ declare const ListFeaturedResultsSetsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListFeaturedResultsSetsCommandInput,
24
17
  ListFeaturedResultsSetsCommandOutput,
25
- KendraClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KendraClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListFeaturedResultsSetsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListFeaturedResultsSetsCommandInput,
33
26
  ListFeaturedResultsSetsCommandOutput,
34
- KendraClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KendraClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListFeaturedResultsSetsCommand extends ListFeaturedResultsSetsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListGroupsOlderThanOrderingIdRequest,
10
4
  ListGroupsOlderThanOrderingIdResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListGroupsOlderThanOrderingIdCommandInput
15
8
  extends ListGroupsOlderThanOrderingIdRequest {}
16
9
  export interface ListGroupsOlderThanOrderingIdCommandOutput
@@ -22,22 +15,20 @@ declare const ListGroupsOlderThanOrderingIdCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListGroupsOlderThanOrderingIdCommandInput,
24
17
  ListGroupsOlderThanOrderingIdCommandOutput,
25
- KendraClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KendraClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListGroupsOlderThanOrderingIdCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListGroupsOlderThanOrderingIdCommandInput,
33
26
  ListGroupsOlderThanOrderingIdCommandOutput,
34
- KendraClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KendraClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListGroupsOlderThanOrderingIdCommand extends ListGroupsOlderThanOrderingIdCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import { ListIndicesRequest, ListIndicesResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListIndicesCommandInput extends ListIndicesRequest {}
12
5
  export interface ListIndicesCommandOutput
13
6
  extends ListIndicesResponse,
@@ -18,22 +11,20 @@ declare const ListIndicesCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListIndicesCommandInput,
20
13
  ListIndicesCommandOutput,
21
- KendraClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KendraClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [ListIndicesCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListIndicesCommandInput,
29
22
  ListIndicesCommandOutput,
30
- KendraClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").KendraClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListIndicesCommand extends ListIndicesCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListQuerySuggestionsBlockListsRequest,
10
4
  ListQuerySuggestionsBlockListsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListQuerySuggestionsBlockListsCommandInput
15
8
  extends ListQuerySuggestionsBlockListsRequest {}
16
9
  export interface ListQuerySuggestionsBlockListsCommandOutput
@@ -22,22 +15,20 @@ declare const ListQuerySuggestionsBlockListsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListQuerySuggestionsBlockListsCommandInput,
24
17
  ListQuerySuggestionsBlockListsCommandOutput,
25
- KendraClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KendraClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListQuerySuggestionsBlockListsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListQuerySuggestionsBlockListsCommandInput,
33
26
  ListQuerySuggestionsBlockListsCommandOutput,
34
- KendraClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KendraClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListQuerySuggestionsBlockListsCommand extends ListQuerySuggestionsBlockListsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- KendraClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").KendraClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- KendraClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").KendraClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- KendraClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../KendraClient";
8
2
  import { ListThesauriRequest, ListThesauriResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface ListThesauriCommandInput extends ListThesauriRequest {}
12
5
  export interface ListThesauriCommandOutput
13
6
  extends ListThesauriResponse,
@@ -18,22 +11,20 @@ declare const ListThesauriCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  ListThesauriCommandInput,
20
13
  ListThesauriCommandOutput,
21
- KendraClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").KendraClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: ListThesauriCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  ListThesauriCommandInput,
29
22
  ListThesauriCommandOutput,
30
- KendraClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").KendraClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class ListThesauriCommand extends ListThesauriCommand_base {
39
30
  protected static __types: {