@aws-sdk/client-wisdom 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 (131) hide show
  1. package/dist-cjs/index.js +49 -413
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAssistantAssociationCommand.js +2 -14
  4. package/dist-es/commands/CreateAssistantCommand.js +2 -14
  5. package/dist-es/commands/CreateContentCommand.js +2 -14
  6. package/dist-es/commands/CreateKnowledgeBaseCommand.js +2 -14
  7. package/dist-es/commands/CreateQuickResponseCommand.js +2 -14
  8. package/dist-es/commands/CreateSessionCommand.js +2 -14
  9. package/dist-es/commands/DeleteAssistantAssociationCommand.js +2 -14
  10. package/dist-es/commands/DeleteAssistantCommand.js +2 -14
  11. package/dist-es/commands/DeleteContentCommand.js +2 -14
  12. package/dist-es/commands/DeleteImportJobCommand.js +2 -14
  13. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +2 -14
  14. package/dist-es/commands/DeleteQuickResponseCommand.js +2 -14
  15. package/dist-es/commands/GetAssistantAssociationCommand.js +2 -14
  16. package/dist-es/commands/GetAssistantCommand.js +2 -14
  17. package/dist-es/commands/GetContentCommand.js +2 -14
  18. package/dist-es/commands/GetContentSummaryCommand.js +2 -14
  19. package/dist-es/commands/GetImportJobCommand.js +2 -14
  20. package/dist-es/commands/GetKnowledgeBaseCommand.js +2 -14
  21. package/dist-es/commands/GetQuickResponseCommand.js +2 -14
  22. package/dist-es/commands/GetRecommendationsCommand.js +2 -14
  23. package/dist-es/commands/GetSessionCommand.js +2 -14
  24. package/dist-es/commands/ListAssistantAssociationsCommand.js +2 -14
  25. package/dist-es/commands/ListAssistantsCommand.js +2 -14
  26. package/dist-es/commands/ListContentsCommand.js +2 -14
  27. package/dist-es/commands/ListImportJobsCommand.js +2 -14
  28. package/dist-es/commands/ListKnowledgeBasesCommand.js +2 -14
  29. package/dist-es/commands/ListQuickResponsesCommand.js +2 -14
  30. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  31. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +2 -14
  32. package/dist-es/commands/QueryAssistantCommand.js +2 -14
  33. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -14
  34. package/dist-es/commands/SearchContentCommand.js +2 -14
  35. package/dist-es/commands/SearchQuickResponsesCommand.js +2 -14
  36. package/dist-es/commands/SearchSessionsCommand.js +2 -14
  37. package/dist-es/commands/StartContentUploadCommand.js +2 -14
  38. package/dist-es/commands/StartImportJobCommand.js +2 -14
  39. package/dist-es/commands/TagResourceCommand.js +2 -14
  40. package/dist-es/commands/UntagResourceCommand.js +2 -14
  41. package/dist-es/commands/UpdateContentCommand.js +2 -14
  42. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -14
  43. package/dist-es/commands/UpdateQuickResponseCommand.js +2 -14
  44. package/dist-es/index.js +1 -0
  45. package/dist-types/commandBuilder.d.ts +18 -0
  46. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +3 -8
  47. package/dist-types/commands/CreateAssistantCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateContentCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +3 -8
  50. package/dist-types/commands/CreateQuickResponseCommand.d.ts +3 -8
  51. package/dist-types/commands/CreateSessionCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteAssistantCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteContentCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteImportJobCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteQuickResponseCommand.d.ts +3 -8
  58. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +3 -8
  59. package/dist-types/commands/GetAssistantCommand.d.ts +3 -8
  60. package/dist-types/commands/GetContentCommand.d.ts +3 -8
  61. package/dist-types/commands/GetContentSummaryCommand.d.ts +3 -8
  62. package/dist-types/commands/GetImportJobCommand.d.ts +3 -8
  63. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +3 -8
  64. package/dist-types/commands/GetQuickResponseCommand.d.ts +3 -8
  65. package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetSessionCommand.d.ts +3 -8
  67. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +3 -8
  68. package/dist-types/commands/ListAssistantsCommand.d.ts +3 -8
  69. package/dist-types/commands/ListContentsCommand.d.ts +3 -8
  70. package/dist-types/commands/ListImportJobsCommand.d.ts +3 -8
  71. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +3 -8
  72. package/dist-types/commands/ListQuickResponsesCommand.d.ts +3 -8
  73. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  74. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +3 -8
  75. package/dist-types/commands/QueryAssistantCommand.d.ts +3 -8
  76. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +3 -8
  77. package/dist-types/commands/SearchContentCommand.d.ts +3 -8
  78. package/dist-types/commands/SearchQuickResponsesCommand.d.ts +3 -8
  79. package/dist-types/commands/SearchSessionsCommand.d.ts +3 -8
  80. package/dist-types/commands/StartContentUploadCommand.d.ts +3 -8
  81. package/dist-types/commands/StartImportJobCommand.d.ts +3 -8
  82. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  83. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  84. package/dist-types/commands/UpdateContentCommand.d.ts +3 -8
  85. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +3 -8
  86. package/dist-types/commands/UpdateQuickResponseCommand.d.ts +3 -8
  87. package/dist-types/index.d.ts +1 -0
  88. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  89. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateQuickResponseCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteImportJobCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteQuickResponseCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetImportJobCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetQuickResponseCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/ListImportJobsCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/ListQuickResponsesCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/SearchQuickResponsesCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/StartImportJobCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/UpdateQuickResponseCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/index.d.ts +1 -0
  131. package/package.json +8 -8
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetImportJobRequest, GetImportJobResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetImportJobCommandInput extends GetImportJobRequest {
22
19
  export interface GetImportJobCommandOutput extends GetImportJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetImportJobCommand_base: {
25
- new (input: GetImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetImportJobCommandInput): import("@smithy/core/client").CommandImpl<GetImportJobCommandInput, GetImportJobCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the started import job.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetKnowledgeBaseCommandInput extends GetKnowledgeBaseRequest {
22
19
  export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetKnowledgeBaseCommand_base: {
25
- new (input: GetKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetKnowledgeBaseCommandInput): import("@smithy/core/client").CommandImpl<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information about the knowledge base.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetQuickResponseRequest, GetQuickResponseResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetQuickResponseCommandInput extends GetQuickResponseRequest {
22
19
  export interface GetQuickResponseCommandOutput extends GetQuickResponseResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetQuickResponseCommand_base: {
25
- new (input: GetQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetQuickResponseCommandInput): import("@smithy/core/client").CommandImpl<GetQuickResponseCommandInput, GetQuickResponseCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the quick response.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetRecommendationsCommandInput extends GetRecommendationsReques
22
19
  export interface GetRecommendationsCommandOutput extends GetRecommendationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRecommendationsCommand_base: {
25
- new (input: GetRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRecommendationsCommandInput): import("@smithy/core/client").CommandImpl<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves recommendations for the specified session. To avoid retrieving the same
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSessionRequest, GetSessionResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSessionCommandInput extends GetSessionRequest {
22
19
  export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSessionCommand_base: {
25
- new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSessionCommandInput): import("@smithy/core/client").CommandImpl<GetSessionCommandInput, GetSessionCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves information for a specified session.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAssistantAssociationsRequest, ListAssistantAssociationsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAssistantAssociationsCommandInput extends ListAssistantAsso
22
19
  export interface ListAssistantAssociationsCommandOutput extends ListAssistantAssociationsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAssistantAssociationsCommand_base: {
25
- new (input: ListAssistantAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssistantAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAssistantAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAssistantAssociationsCommandInput): import("@smithy/core/client").CommandImpl<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about assistant associations.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAssistantsRequest, ListAssistantsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAssistantsCommandInput extends ListAssistantsRequest {
22
19
  export interface ListAssistantsCommandOutput extends ListAssistantsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAssistantsCommand_base: {
25
- new (input: ListAssistantsCommandInput): import("@smithy/core/client").CommandImpl<ListAssistantsCommandInput, ListAssistantsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAssistantsCommandInput]): import("@smithy/core/client").CommandImpl<ListAssistantsCommandInput, ListAssistantsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAssistantsCommandInput): import("@smithy/core/client").CommandImpl<ListAssistantsCommandInput, ListAssistantsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAssistantsCommandInput]): import("@smithy/core/client").CommandImpl<ListAssistantsCommandInput, ListAssistantsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about assistants.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListContentsRequest, ListContentsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListContentsCommandInput extends ListContentsRequest {
22
19
  export interface ListContentsCommandOutput extends ListContentsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListContentsCommand_base: {
25
- new (input: ListContentsCommandInput): import("@smithy/core/client").CommandImpl<ListContentsCommandInput, ListContentsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListContentsCommandInput): import("@smithy/core/client").CommandImpl<ListContentsCommandInput, ListContentsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListContentsCommandInput): import("@smithy/core/client").CommandImpl<ListContentsCommandInput, ListContentsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListContentsCommandInput): import("@smithy/core/client").CommandImpl<ListContentsCommandInput, ListContentsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the content.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListImportJobsRequest, ListImportJobsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListImportJobsCommandInput extends ListImportJobsRequest {
22
19
  export interface ListImportJobsCommandOutput extends ListImportJobsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListImportJobsCommand_base: {
25
- new (input: ListImportJobsCommandInput): import("@smithy/core/client").CommandImpl<ListImportJobsCommandInput, ListImportJobsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListImportJobsCommandInput): import("@smithy/core/client").CommandImpl<ListImportJobsCommandInput, ListImportJobsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListImportJobsCommandInput): import("@smithy/core/client").CommandImpl<ListImportJobsCommandInput, ListImportJobsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListImportJobsCommandInput): import("@smithy/core/client").CommandImpl<ListImportJobsCommandInput, ListImportJobsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about import jobs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListKnowledgeBasesRequest, ListKnowledgeBasesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListKnowledgeBasesCommandInput extends ListKnowledgeBasesReques
22
19
  export interface ListKnowledgeBasesCommandOutput extends ListKnowledgeBasesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListKnowledgeBasesCommand_base: {
25
- new (input: ListKnowledgeBasesCommandInput): import("@smithy/core/client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListKnowledgeBasesCommandInput]): import("@smithy/core/client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListKnowledgeBasesCommandInput): import("@smithy/core/client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListKnowledgeBasesCommandInput]): import("@smithy/core/client").CommandImpl<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the knowledge bases.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListQuickResponsesRequest, ListQuickResponsesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListQuickResponsesCommandInput extends ListQuickResponsesReques
22
19
  export interface ListQuickResponsesCommandOutput extends ListQuickResponsesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListQuickResponsesCommand_base: {
25
- new (input: ListQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<ListQuickResponsesCommandInput, ListQuickResponsesCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists information about quick response.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists the tags for the specified resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { NotifyRecommendationsReceivedRequest, NotifyRecommendationsReceivedResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface NotifyRecommendationsReceivedCommandInput extends NotifyRecomme
22
19
  export interface NotifyRecommendationsReceivedCommandOutput extends NotifyRecommendationsReceivedResponse, __MetadataBearer {
23
20
  }
24
21
  declare const NotifyRecommendationsReceivedCommand_base: {
25
- new (input: NotifyRecommendationsReceivedCommandInput): import("@smithy/core/client").CommandImpl<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: NotifyRecommendationsReceivedCommandInput): import("@smithy/core/client").CommandImpl<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: NotifyRecommendationsReceivedCommandInput): import("@smithy/core/client").CommandImpl<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: NotifyRecommendationsReceivedCommandInput): import("@smithy/core/client").CommandImpl<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes the specified recommendations from the specified assistant's queue of newly
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { QueryAssistantRequest, QueryAssistantResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface QueryAssistantCommandInput extends QueryAssistantRequest {
22
19
  export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __MetadataBearer {
23
20
  }
24
21
  declare const QueryAssistantCommand_base: {
25
- new (input: QueryAssistantCommandInput): import("@smithy/core/client").CommandImpl<QueryAssistantCommandInput, QueryAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: QueryAssistantCommandInput): import("@smithy/core/client").CommandImpl<QueryAssistantCommandInput, QueryAssistantCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: QueryAssistantCommandInput): import("@smithy/core/client").CommandImpl<QueryAssistantCommandInput, QueryAssistantCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: QueryAssistantCommandInput): import("@smithy/core/client").CommandImpl<QueryAssistantCommandInput, QueryAssistantCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Performs a manual search against the specified assistant. To retrieve recommendations for
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { RemoveKnowledgeBaseTemplateUriRequest, RemoveKnowledgeBaseTemplateUriResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface RemoveKnowledgeBaseTemplateUriCommandInput extends RemoveKnowle
22
19
  export interface RemoveKnowledgeBaseTemplateUriCommandOutput extends RemoveKnowledgeBaseTemplateUriResponse, __MetadataBearer {
23
20
  }
24
21
  declare const RemoveKnowledgeBaseTemplateUriCommand_base: {
25
- new (input: RemoveKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: RemoveKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: RemoveKnowledgeBaseTemplateUriCommandInput): import("@smithy/core/client").CommandImpl<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Removes a URI template from a knowledge base.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SearchContentRequest, SearchContentResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchContentCommandInput extends SearchContentRequest {
22
19
  export interface SearchContentCommandOutput extends SearchContentResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SearchContentCommand_base: {
25
- new (input: SearchContentCommandInput): import("@smithy/core/client").CommandImpl<SearchContentCommandInput, SearchContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchContentCommandInput): import("@smithy/core/client").CommandImpl<SearchContentCommandInput, SearchContentCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchContentCommandInput): import("@smithy/core/client").CommandImpl<SearchContentCommandInput, SearchContentCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchContentCommandInput): import("@smithy/core/client").CommandImpl<SearchContentCommandInput, SearchContentCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Searches for content in a specified knowledge base. Can be used to get a specific content
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SearchQuickResponsesRequest, SearchQuickResponsesResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchQuickResponsesCommandInput extends SearchQuickResponsesRe
22
19
  export interface SearchQuickResponsesCommandOutput extends SearchQuickResponsesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SearchQuickResponsesCommand_base: {
25
- new (input: SearchQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchQuickResponsesCommandInput): import("@smithy/core/client").CommandImpl<SearchQuickResponsesCommandInput, SearchQuickResponsesCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Searches existing Wisdom quick responses in a Wisdom knowledge base.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { SearchSessionsRequest, SearchSessionsResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SearchSessionsCommandInput extends SearchSessionsRequest {
22
19
  export interface SearchSessionsCommandOutput extends SearchSessionsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SearchSessionsCommand_base: {
25
- new (input: SearchSessionsCommandInput): import("@smithy/core/client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SearchSessionsCommandInput): import("@smithy/core/client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SearchSessionsCommandInput): import("@smithy/core/client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SearchSessionsCommandInput): import("@smithy/core/client").CommandImpl<SearchSessionsCommandInput, SearchSessionsCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Searches for sessions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartContentUploadRequest, StartContentUploadResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartContentUploadCommandInput extends StartContentUploadReques
22
19
  export interface StartContentUploadCommandOutput extends StartContentUploadResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartContentUploadCommand_base: {
25
- new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartContentUploadCommandInput): import("@smithy/core/client").CommandImpl<StartContentUploadCommandInput, StartContentUploadCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Get a URL to upload content to a knowledge base. To upload content, first make a PUT
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { StartImportJobRequest, StartImportJobResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface StartImportJobCommandInput extends StartImportJobRequest {
22
19
  export interface StartImportJobCommandOutput extends StartImportJobResponse, __MetadataBearer {
23
20
  }
24
21
  declare const StartImportJobCommand_base: {
25
- new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: StartImportJobCommandInput): import("@smithy/core/client").CommandImpl<StartImportJobCommandInput, StartImportJobCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Start an asynchronous job to import Wisdom resources from an uploaded source file. Before calling this API, use <a href="https://docs.aws.amazon.com/wisdom/latest/APIReference/API_StartContentUpload.html">StartContentUpload</a> to
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import type { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WisdomClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").WisdomClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds the specified tags to the specified resource.</p>