@aws-sdk/client-wisdom 3.50.0 → 3.53.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 (66) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/WisdomServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +97 -2
  5. package/dist-cjs/protocols/Aws_restJson1.js +282 -930
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/WisdomServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +88 -1
  9. package/dist-es/protocols/Aws_restJson1.js +611 -1063
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/WisdomServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +51 -29
  13. package/dist-types/ts3.4/Wisdom.d.ts +156 -0
  14. package/dist-types/ts3.4/WisdomClient.d.ts +104 -0
  15. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +8 -0
  46. package/dist-types/ts3.4/commands/index.d.ts +31 -0
  47. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  48. package/dist-types/ts3.4/index.d.ts +6 -0
  49. package/dist-types/ts3.4/models/WisdomServiceException.d.ts +6 -0
  50. package/dist-types/ts3.4/models/index.d.ts +1 -0
  51. package/dist-types/ts3.4/models/models_0.d.ts +1235 -0
  52. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  53. package/dist-types/ts3.4/pagination/ListAssistantAssociationsPaginator.d.ts +4 -0
  54. package/dist-types/ts3.4/pagination/ListAssistantsPaginator.d.ts +4 -0
  55. package/dist-types/ts3.4/pagination/ListContentsPaginator.d.ts +4 -0
  56. package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +4 -0
  57. package/dist-types/ts3.4/pagination/QueryAssistantPaginator.d.ts +4 -0
  58. package/dist-types/ts3.4/pagination/SearchContentPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/SearchSessionsPaginator.d.ts +4 -0
  60. package/dist-types/ts3.4/pagination/index.d.ts +8 -0
  61. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +95 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  66. package/package.json +33 -33
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetContentRequest, GetContentResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface GetContentCommandInput extends GetContentRequest {
6
+ }
7
+ export interface GetContentCommandOutput extends GetContentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetContentCommand extends $Command<GetContentCommandInput, GetContentCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: GetContentCommandInput;
12
+ constructor(input: GetContentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContentCommandInput, GetContentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetContentSummaryRequest, GetContentSummaryResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface GetContentSummaryCommandInput extends GetContentSummaryRequest {
6
+ }
7
+ export interface GetContentSummaryCommandOutput extends GetContentSummaryResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetContentSummaryCommand extends $Command<GetContentSummaryCommandInput, GetContentSummaryCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: GetContentSummaryCommandInput;
12
+ constructor(input: GetContentSummaryCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContentSummaryCommandInput, GetContentSummaryCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface GetKnowledgeBaseCommandInput extends GetKnowledgeBaseRequest {
6
+ }
7
+ export interface GetKnowledgeBaseCommandOutput extends GetKnowledgeBaseResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetKnowledgeBaseCommand extends $Command<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: GetKnowledgeBaseCommandInput;
12
+ constructor(input: GetKnowledgeBaseCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface GetRecommendationsCommandInput extends GetRecommendationsRequest {
6
+ }
7
+ export interface GetRecommendationsCommandOutput extends GetRecommendationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetRecommendationsCommand extends $Command<GetRecommendationsCommandInput, GetRecommendationsCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: GetRecommendationsCommandInput;
12
+ constructor(input: GetRecommendationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRecommendationsCommandInput, GetRecommendationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetSessionRequest, GetSessionResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface GetSessionCommandInput extends GetSessionRequest {
6
+ }
7
+ export interface GetSessionCommandOutput extends GetSessionResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSessionCommand extends $Command<GetSessionCommandInput, GetSessionCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: GetSessionCommandInput;
12
+ constructor(input: GetSessionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSessionCommandInput, GetSessionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAssistantAssociationsRequest, ListAssistantAssociationsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface ListAssistantAssociationsCommandInput extends ListAssistantAssociationsRequest {
6
+ }
7
+ export interface ListAssistantAssociationsCommandOutput extends ListAssistantAssociationsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssistantAssociationsCommand extends $Command<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: ListAssistantAssociationsCommandInput;
12
+ constructor(input: ListAssistantAssociationsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAssistantsRequest, ListAssistantsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface ListAssistantsCommandInput extends ListAssistantsRequest {
6
+ }
7
+ export interface ListAssistantsCommandOutput extends ListAssistantsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListAssistantsCommand extends $Command<ListAssistantsCommandInput, ListAssistantsCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: ListAssistantsCommandInput;
12
+ constructor(input: ListAssistantsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAssistantsCommandInput, ListAssistantsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListContentsRequest, ListContentsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface ListContentsCommandInput extends ListContentsRequest {
6
+ }
7
+ export interface ListContentsCommandOutput extends ListContentsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListContentsCommand extends $Command<ListContentsCommandInput, ListContentsCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: ListContentsCommandInput;
12
+ constructor(input: ListContentsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListContentsCommandInput, ListContentsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListKnowledgeBasesRequest, ListKnowledgeBasesResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface ListKnowledgeBasesCommandInput extends ListKnowledgeBasesRequest {
6
+ }
7
+ export interface ListKnowledgeBasesCommandOutput extends ListKnowledgeBasesResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListKnowledgeBasesCommand extends $Command<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: ListKnowledgeBasesCommandInput;
12
+ constructor(input: ListKnowledgeBasesCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
+ }
7
+ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: ListTagsForResourceCommandInput;
12
+ constructor(input: ListTagsForResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { NotifyRecommendationsReceivedRequest, NotifyRecommendationsReceivedResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface NotifyRecommendationsReceivedCommandInput extends NotifyRecommendationsReceivedRequest {
6
+ }
7
+ export interface NotifyRecommendationsReceivedCommandOutput extends NotifyRecommendationsReceivedResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class NotifyRecommendationsReceivedCommand extends $Command<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: NotifyRecommendationsReceivedCommandInput;
12
+ constructor(input: NotifyRecommendationsReceivedCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { QueryAssistantRequest, QueryAssistantResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface QueryAssistantCommandInput extends QueryAssistantRequest {
6
+ }
7
+ export interface QueryAssistantCommandOutput extends QueryAssistantResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class QueryAssistantCommand extends $Command<QueryAssistantCommandInput, QueryAssistantCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: QueryAssistantCommandInput;
12
+ constructor(input: QueryAssistantCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<QueryAssistantCommandInput, QueryAssistantCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { RemoveKnowledgeBaseTemplateUriRequest, RemoveKnowledgeBaseTemplateUriResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface RemoveKnowledgeBaseTemplateUriCommandInput extends RemoveKnowledgeBaseTemplateUriRequest {
6
+ }
7
+ export interface RemoveKnowledgeBaseTemplateUriCommandOutput extends RemoveKnowledgeBaseTemplateUriResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class RemoveKnowledgeBaseTemplateUriCommand extends $Command<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: RemoveKnowledgeBaseTemplateUriCommandInput;
12
+ constructor(input: RemoveKnowledgeBaseTemplateUriCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SearchContentRequest, SearchContentResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface SearchContentCommandInput extends SearchContentRequest {
6
+ }
7
+ export interface SearchContentCommandOutput extends SearchContentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SearchContentCommand extends $Command<SearchContentCommandInput, SearchContentCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: SearchContentCommandInput;
12
+ constructor(input: SearchContentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchContentCommandInput, SearchContentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SearchSessionsRequest, SearchSessionsResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface SearchSessionsCommandInput extends SearchSessionsRequest {
6
+ }
7
+ export interface SearchSessionsCommandOutput extends SearchSessionsResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class SearchSessionsCommand extends $Command<SearchSessionsCommandInput, SearchSessionsCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: SearchSessionsCommandInput;
12
+ constructor(input: SearchSessionsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchSessionsCommandInput, SearchSessionsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { StartContentUploadRequest, StartContentUploadResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface StartContentUploadCommandInput extends StartContentUploadRequest {
6
+ }
7
+ export interface StartContentUploadCommandOutput extends StartContentUploadResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class StartContentUploadCommand extends $Command<StartContentUploadCommandInput, StartContentUploadCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: StartContentUploadCommandInput;
12
+ constructor(input: StartContentUploadCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartContentUploadCommandInput, StartContentUploadCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface TagResourceCommandInput extends TagResourceRequest {
6
+ }
7
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: TagResourceCommandInput;
12
+ constructor(input: TagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface UntagResourceCommandInput extends UntagResourceRequest {
6
+ }
7
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: UntagResourceCommandInput;
12
+ constructor(input: UntagResourceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateContentRequest, UpdateContentResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface UpdateContentCommandInput extends UpdateContentRequest {
6
+ }
7
+ export interface UpdateContentCommandOutput extends UpdateContentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class UpdateContentCommand extends $Command<UpdateContentCommandInput, UpdateContentCommandOutput, WisdomClientResolvedConfig> {
11
+ readonly input: UpdateContentCommandInput;
12
+ constructor(input: UpdateContentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WisdomClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateContentCommandInput, UpdateContentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,8 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateKnowledgeBaseTemplateUriRequest, UpdateKnowledgeBaseTemplateUriResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient";
5
+ export interface UpdateKnowledgeBaseTemplateUriCommandInput extends UpdateKnowledgeBaseTemplateUriRequest {
6
+ }
7
+ export interface UpdateKnowledgeBaseTemplateUriCommandOutput extends UpdateKnowledgeBaseTemplateUriResponse, __MetadataBearer {
8
+ }
@@ -0,0 +1,31 @@
1
+ export * from "./CreateAssistantAssociationCommand";
2
+ export * from "./CreateAssistantCommand";
3
+ export * from "./CreateContentCommand";
4
+ export * from "./CreateKnowledgeBaseCommand";
5
+ export * from "./CreateSessionCommand";
6
+ export * from "./DeleteAssistantAssociationCommand";
7
+ export * from "./DeleteAssistantCommand";
8
+ export * from "./DeleteContentCommand";
9
+ export * from "./DeleteKnowledgeBaseCommand";
10
+ export * from "./GetAssistantAssociationCommand";
11
+ export * from "./GetAssistantCommand";
12
+ export * from "./GetContentCommand";
13
+ export * from "./GetContentSummaryCommand";
14
+ export * from "./GetKnowledgeBaseCommand";
15
+ export * from "./GetRecommendationsCommand";
16
+ export * from "./GetSessionCommand";
17
+ export * from "./ListAssistantAssociationsCommand";
18
+ export * from "./ListAssistantsCommand";
19
+ export * from "./ListContentsCommand";
20
+ export * from "./ListKnowledgeBasesCommand";
21
+ export * from "./ListTagsForResourceCommand";
22
+ export * from "./NotifyRecommendationsReceivedCommand";
23
+ export * from "./QueryAssistantCommand";
24
+ export * from "./RemoveKnowledgeBaseTemplateUriCommand";
25
+ export * from "./SearchContentCommand";
26
+ export * from "./SearchSessionsCommand";
27
+ export * from "./StartContentUploadCommand";
28
+ export * from "./TagResourceCommand";
29
+ export * from "./UntagResourceCommand";
30
+ export * from "./UpdateContentCommand";
31
+ export * from "./UpdateKnowledgeBaseTemplateUriCommand";
@@ -0,0 +1,2 @@
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -0,0 +1,6 @@
1
+ export * from "./Wisdom";
2
+ export * from "./WisdomClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { WisdomServiceException } from "./models/WisdomServiceException";
@@ -0,0 +1,6 @@
1
+ import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+
3
+ export declare class WisdomServiceException extends __ServiceException {
4
+
5
+ constructor(options: __ServiceExceptionOptions);
6
+ }
@@ -0,0 +1 @@
1
+ export * from "./models_0";