@aws-sdk/client-wisdom 3.337.0 → 3.338.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 (137) hide show
  1. package/dist-cjs/WisdomClient.js +2 -1
  2. package/dist-cjs/commands/CreateAssistantAssociationCommand.js +2 -1
  3. package/dist-cjs/commands/CreateAssistantCommand.js +2 -1
  4. package/dist-cjs/commands/CreateContentCommand.js +2 -1
  5. package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +2 -1
  6. package/dist-cjs/commands/CreateSessionCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteAssistantCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteContentCommand.js +2 -1
  10. package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +2 -1
  11. package/dist-cjs/commands/GetAssistantAssociationCommand.js +2 -1
  12. package/dist-cjs/commands/GetAssistantCommand.js +2 -1
  13. package/dist-cjs/commands/GetContentCommand.js +2 -1
  14. package/dist-cjs/commands/GetContentSummaryCommand.js +2 -1
  15. package/dist-cjs/commands/GetKnowledgeBaseCommand.js +2 -1
  16. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -1
  17. package/dist-cjs/commands/GetSessionCommand.js +2 -1
  18. package/dist-cjs/commands/ListAssistantAssociationsCommand.js +2 -1
  19. package/dist-cjs/commands/ListAssistantsCommand.js +2 -1
  20. package/dist-cjs/commands/ListContentsCommand.js +2 -1
  21. package/dist-cjs/commands/ListKnowledgeBasesCommand.js +2 -1
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  23. package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +2 -1
  24. package/dist-cjs/commands/QueryAssistantCommand.js +2 -1
  25. package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -1
  26. package/dist-cjs/commands/SearchContentCommand.js +2 -1
  27. package/dist-cjs/commands/SearchSessionsCommand.js +2 -1
  28. package/dist-cjs/commands/StartContentUploadCommand.js +2 -1
  29. package/dist-cjs/commands/TagResourceCommand.js +2 -1
  30. package/dist-cjs/commands/UntagResourceCommand.js +2 -1
  31. package/dist-cjs/commands/UpdateContentCommand.js +2 -1
  32. package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -1
  33. package/dist-cjs/index.js +2 -2
  34. package/dist-cjs/models/WisdomServiceException.js +2 -1
  35. package/dist-es/WisdomClient.js +1 -0
  36. package/dist-es/commands/CreateAssistantAssociationCommand.js +1 -0
  37. package/dist-es/commands/CreateAssistantCommand.js +1 -0
  38. package/dist-es/commands/CreateContentCommand.js +1 -0
  39. package/dist-es/commands/CreateKnowledgeBaseCommand.js +1 -0
  40. package/dist-es/commands/CreateSessionCommand.js +1 -0
  41. package/dist-es/commands/DeleteAssistantAssociationCommand.js +1 -0
  42. package/dist-es/commands/DeleteAssistantCommand.js +1 -0
  43. package/dist-es/commands/DeleteContentCommand.js +1 -0
  44. package/dist-es/commands/DeleteKnowledgeBaseCommand.js +1 -0
  45. package/dist-es/commands/GetAssistantAssociationCommand.js +1 -0
  46. package/dist-es/commands/GetAssistantCommand.js +1 -0
  47. package/dist-es/commands/GetContentCommand.js +1 -0
  48. package/dist-es/commands/GetContentSummaryCommand.js +1 -0
  49. package/dist-es/commands/GetKnowledgeBaseCommand.js +1 -0
  50. package/dist-es/commands/GetRecommendationsCommand.js +1 -0
  51. package/dist-es/commands/GetSessionCommand.js +1 -0
  52. package/dist-es/commands/ListAssistantAssociationsCommand.js +1 -0
  53. package/dist-es/commands/ListAssistantsCommand.js +1 -0
  54. package/dist-es/commands/ListContentsCommand.js +1 -0
  55. package/dist-es/commands/ListKnowledgeBasesCommand.js +1 -0
  56. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  57. package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +1 -0
  58. package/dist-es/commands/QueryAssistantCommand.js +1 -0
  59. package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +1 -0
  60. package/dist-es/commands/SearchContentCommand.js +1 -0
  61. package/dist-es/commands/SearchSessionsCommand.js +1 -0
  62. package/dist-es/commands/StartContentUploadCommand.js +1 -0
  63. package/dist-es/commands/TagResourceCommand.js +1 -0
  64. package/dist-es/commands/UntagResourceCommand.js +1 -0
  65. package/dist-es/commands/UpdateContentCommand.js +1 -0
  66. package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -0
  67. package/dist-es/index.js +2 -2
  68. package/dist-es/models/WisdomServiceException.js +1 -0
  69. package/dist-types/WisdomClient.d.ts +3 -3
  70. package/dist-types/commands/CreateAssistantAssociationCommand.d.ts +4 -0
  71. package/dist-types/commands/CreateAssistantCommand.d.ts +4 -0
  72. package/dist-types/commands/CreateContentCommand.d.ts +4 -0
  73. package/dist-types/commands/CreateKnowledgeBaseCommand.d.ts +4 -0
  74. package/dist-types/commands/CreateSessionCommand.d.ts +4 -0
  75. package/dist-types/commands/DeleteAssistantAssociationCommand.d.ts +4 -0
  76. package/dist-types/commands/DeleteAssistantCommand.d.ts +4 -0
  77. package/dist-types/commands/DeleteContentCommand.d.ts +4 -0
  78. package/dist-types/commands/DeleteKnowledgeBaseCommand.d.ts +4 -0
  79. package/dist-types/commands/GetAssistantAssociationCommand.d.ts +4 -0
  80. package/dist-types/commands/GetAssistantCommand.d.ts +4 -0
  81. package/dist-types/commands/GetContentCommand.d.ts +4 -0
  82. package/dist-types/commands/GetContentSummaryCommand.d.ts +4 -0
  83. package/dist-types/commands/GetKnowledgeBaseCommand.d.ts +4 -0
  84. package/dist-types/commands/GetRecommendationsCommand.d.ts +4 -0
  85. package/dist-types/commands/GetSessionCommand.d.ts +4 -0
  86. package/dist-types/commands/ListAssistantAssociationsCommand.d.ts +4 -0
  87. package/dist-types/commands/ListAssistantsCommand.d.ts +4 -0
  88. package/dist-types/commands/ListContentsCommand.d.ts +4 -0
  89. package/dist-types/commands/ListKnowledgeBasesCommand.d.ts +4 -0
  90. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  91. package/dist-types/commands/NotifyRecommendationsReceivedCommand.d.ts +4 -0
  92. package/dist-types/commands/QueryAssistantCommand.d.ts +4 -0
  93. package/dist-types/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +4 -0
  94. package/dist-types/commands/SearchContentCommand.d.ts +4 -0
  95. package/dist-types/commands/SearchSessionsCommand.d.ts +4 -0
  96. package/dist-types/commands/StartContentUploadCommand.d.ts +4 -0
  97. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  98. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  99. package/dist-types/commands/UpdateContentCommand.d.ts +4 -0
  100. package/dist-types/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +4 -0
  101. package/dist-types/index.d.ts +10 -2
  102. package/dist-types/models/WisdomServiceException.d.ts +1 -0
  103. package/dist-types/ts3.4/WisdomClient.d.ts +3 -3
  104. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +1 -0
  112. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +1 -0
  113. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +1 -0
  114. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +1 -0
  115. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +1 -0
  116. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +1 -0
  117. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +1 -0
  118. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +1 -0
  119. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +1 -0
  120. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +1 -0
  121. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +1 -0
  122. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/index.d.ts +2 -2
  136. package/dist-types/ts3.4/models/WisdomServiceException.d.ts +1 -0
  137. package/package.json +28 -28
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAssistantAssociationsCommand, se_ListAssistantAssociationsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListAssistantAssociationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListAssistantsCommand, se_ListAssistantsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListAssistantsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListContentsCommand, se_ListContentsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListContentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListKnowledgeBasesCommand, se_ListKnowledgeBasesCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListKnowledgeBasesCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class ListTagsForResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_NotifyRecommendationsReceivedCommand, se_NotifyRecommendationsReceivedCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class NotifyRecommendationsReceivedCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { QueryAssistantRequestFilterSensitiveLog, QueryAssistantResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_QueryAssistantCommand, se_QueryAssistantCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class QueryAssistantCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_RemoveKnowledgeBaseTemplateUriCommand, se_RemoveKnowledgeBaseTemplateUriCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class RemoveKnowledgeBaseTemplateUriCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SearchContentCommand, se_SearchContentCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class SearchContentCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_SearchSessionsCommand, se_SearchSessionsCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class SearchSessionsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { StartContentUploadResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_StartContentUploadCommand, se_StartContentUploadCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class StartContentUploadCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class TagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UntagResourceCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { UpdateContentResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { de_UpdateContentCommand, se_UpdateContentCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
6
7
  export class UpdateContentCommand extends $Command {
7
8
  static getEndpointParameterInstructions() {
8
9
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_UpdateKnowledgeBaseTemplateUriCommand, se_UpdateKnowledgeBaseTemplateUriCommand, } from "../protocols/Aws_restJson1";
5
+ export { $Command };
5
6
  export class UpdateKnowledgeBaseTemplateUriCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
package/dist-es/index.js CHANGED
@@ -1,6 +1,6 @@
1
- export * from "./Wisdom";
2
1
  export * from "./WisdomClient";
2
+ export * from "./Wisdom";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { WisdomServiceException } from "./models/WisdomServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException };
2
3
  export class WisdomServiceException extends __ServiceException {
3
4
  constructor(options) {
4
5
  super(options);
@@ -40,6 +40,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
40
40
  import { UpdateContentCommandInput, UpdateContentCommandOutput } from "./commands/UpdateContentCommand";
41
41
  import { UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput } from "./commands/UpdateKnowledgeBaseTemplateUriCommand";
42
42
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
43
+ export { __Client };
43
44
  /**
44
45
  * @public
45
46
  */
@@ -154,7 +155,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
154
155
  /**
155
156
  * @public
156
157
  */
157
- type WisdomClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
158
+ export type WisdomClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
158
159
  /**
159
160
  * @public
160
161
  *
@@ -165,7 +166,7 @@ export interface WisdomClientConfig extends WisdomClientConfigType {
165
166
  /**
166
167
  * @public
167
168
  */
168
- type WisdomClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
169
+ export type WisdomClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
169
170
  /**
170
171
  * @public
171
172
  *
@@ -193,4 +194,3 @@ export declare class WisdomClient extends __Client<__HttpHandlerOptions, Service
193
194
  */
194
195
  destroy(): void;
195
196
  }
196
- export {};
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateAssistantAssociationRequest, CreateAssistantAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateAssistantRequest, CreateAssistantResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateContentRequest, CreateContentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateKnowledgeBaseRequest, CreateKnowledgeBaseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CreateSessionRequest, CreateSessionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAssistantAssociationRequest, DeleteAssistantAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteAssistantRequest, DeleteAssistantResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteContentRequest, DeleteContentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAssistantAssociationRequest, GetAssistantAssociationResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetAssistantRequest, GetAssistantResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetContentRequest, GetContentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetContentSummaryRequest, GetContentSummaryResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAssistantAssociationsRequest, ListAssistantAssociationsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListAssistantsRequest, ListAssistantsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListContentsRequest, ListContentsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListKnowledgeBasesRequest, ListKnowledgeBasesResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { NotifyRecommendationsReceivedRequest, NotifyRecommendationsReceivedResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { QueryAssistantRequest, QueryAssistantResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { RemoveKnowledgeBaseTemplateUriRequest, RemoveKnowledgeBaseTemplateUriResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SearchContentRequest, SearchContentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { SearchSessionsRequest, SearchSessionsResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { StartContentUploadRequest, StartContentUploadResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateContentRequest, UpdateContentResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { UpdateKnowledgeBaseTemplateUriRequest, UpdateKnowledgeBaseTemplateUriResponse } from "../models/models_0";
5
5
  import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,14 @@
1
- export * from "./Wisdom";
1
+ /**
2
+ * <p>Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're
3
+ * actively speaking with customers. Agents can search across connected repositories from within
4
+ * their agent desktop to find answers quickly. Use Amazon Connect Wisdom to create an assistant and a
5
+ * knowledge base, for example, or manage content by uploading custom files.</p>
6
+ *
7
+ * @packageDocumentation
8
+ */
2
9
  export * from "./WisdomClient";
10
+ export * from "./Wisdom";
3
11
  export * from "./commands";
4
- export * from "./models";
5
12
  export * from "./pagination";
13
+ export * from "./models";
6
14
  export { WisdomServiceException } from "./models/WisdomServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -175,6 +175,7 @@ import {
175
175
  ClientResolvedEndpointParameters,
176
176
  EndpointParameters,
177
177
  } from "./endpoint/EndpointParameters";
178
+ export { __Client };
178
179
  export type ServiceInputTypes =
179
180
  | CreateAssistantAssociationCommandInput
180
181
  | CreateAssistantCommandInput
@@ -263,7 +264,7 @@ export interface ClientDefaults
263
264
  logger?: __Logger;
264
265
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
265
266
  }
266
- type WisdomClientConfigType = Partial<
267
+ export type WisdomClientConfigType = Partial<
267
268
  __SmithyConfiguration<__HttpHandlerOptions>
268
269
  > &
269
270
  ClientDefaults &
@@ -275,7 +276,7 @@ type WisdomClientConfigType = Partial<
275
276
  UserAgentInputConfig &
276
277
  ClientInputEndpointParameters;
277
278
  export interface WisdomClientConfig extends WisdomClientConfigType {}
278
- type WisdomClientResolvedConfigType =
279
+ export type WisdomClientResolvedConfigType =
279
280
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
280
281
  Required<ClientDefaults> &
281
282
  RegionResolvedConfig &
@@ -297,4 +298,3 @@ export declare class WisdomClient extends __Client<
297
298
  constructor(configuration: WisdomClientConfig);
298
299
  destroy(): void;
299
300
  }
300
- export {};