@aws-sdk/client-wisdom 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/Wisdom.d.ts +548 -161
  3. package/dist-types/ts3.4/WisdomClient.d.ts +296 -105
  4. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +36 -17
  8. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +35 -17
  12. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +36 -17
  13. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +36 -17
  17. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +35 -17
  35. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +39 -8
  36. package/dist-types/ts3.4/commands/index.d.ts +32 -32
  37. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  38. package/dist-types/ts3.4/index.d.ts +6 -6
  39. package/dist-types/ts3.4/models/WisdomServiceException.d.ts +7 -6
  40. package/dist-types/ts3.4/models/index.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +896 -1124
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  43. package/dist-types/ts3.4/pagination/ListAssistantAssociationsPaginator.d.ts +11 -4
  44. package/dist-types/ts3.4/pagination/ListAssistantsPaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/ListContentsPaginator.d.ts +11 -4
  46. package/dist-types/ts3.4/pagination/ListKnowledgeBasesPaginator.d.ts +11 -4
  47. package/dist-types/ts3.4/pagination/QueryAssistantPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/SearchContentPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/SearchSessionsPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  51. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +389 -98
  52. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  56. package/package.json +34 -34
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ SearchSessionsRequest,
10
+ SearchSessionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WisdomClientResolvedConfig,
16
+ } from "../WisdomClient";
17
+ export interface SearchSessionsCommandInput extends SearchSessionsRequest {}
18
+ export interface SearchSessionsCommandOutput
19
+ extends SearchSessionsResponse,
20
+ __MetadataBearer {}
21
+ export declare class SearchSessionsCommand extends $Command<
22
+ SearchSessionsCommandInput,
23
+ SearchSessionsCommandOutput,
24
+ WisdomClientResolvedConfig
25
+ > {
26
+ readonly input: SearchSessionsCommandInput;
27
+ constructor(input: SearchSessionsCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WisdomClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<SearchSessionsCommandInput, SearchSessionsCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ StartContentUploadRequest,
10
+ StartContentUploadResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WisdomClientResolvedConfig,
16
+ } from "../WisdomClient";
17
+ export interface StartContentUploadCommandInput
18
+ extends StartContentUploadRequest {}
19
+ export interface StartContentUploadCommandOutput
20
+ extends StartContentUploadResponse,
21
+ __MetadataBearer {}
22
+ export declare class StartContentUploadCommand extends $Command<
23
+ StartContentUploadCommandInput,
24
+ StartContentUploadCommandOutput,
25
+ WisdomClientResolvedConfig
26
+ > {
27
+ readonly input: StartContentUploadCommandInput;
28
+ constructor(input: StartContentUploadCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WisdomClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<StartContentUploadCommandInput, StartContentUploadCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WisdomClientResolvedConfig,
13
+ } from "../WisdomClient";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ WisdomClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: WisdomClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UntagResourceRequest,
10
+ UntagResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WisdomClientResolvedConfig,
16
+ } from "../WisdomClient";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+ export declare class UntagResourceCommand extends $Command<
22
+ UntagResourceCommandInput,
23
+ UntagResourceCommandOutput,
24
+ WisdomClientResolvedConfig
25
+ > {
26
+ readonly input: UntagResourceCommandInput;
27
+ constructor(input: UntagResourceCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WisdomClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateContentRequest,
10
+ UpdateContentResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WisdomClientResolvedConfig,
16
+ } from "../WisdomClient";
17
+ export interface UpdateContentCommandInput extends UpdateContentRequest {}
18
+ export interface UpdateContentCommandOutput
19
+ extends UpdateContentResponse,
20
+ __MetadataBearer {}
21
+ export declare class UpdateContentCommand extends $Command<
22
+ UpdateContentCommandInput,
23
+ UpdateContentCommandOutput,
24
+ WisdomClientResolvedConfig
25
+ > {
26
+ readonly input: UpdateContentCommandInput;
27
+ constructor(input: UpdateContentCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: WisdomClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<UpdateContentCommandInput, UpdateContentCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,8 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { 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
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateKnowledgeBaseTemplateUriRequest,
10
+ UpdateKnowledgeBaseTemplateUriResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WisdomClientResolvedConfig,
16
+ } from "../WisdomClient";
17
+ export interface UpdateKnowledgeBaseTemplateUriCommandInput
18
+ extends UpdateKnowledgeBaseTemplateUriRequest {}
19
+ export interface UpdateKnowledgeBaseTemplateUriCommandOutput
20
+ extends UpdateKnowledgeBaseTemplateUriResponse,
21
+ __MetadataBearer {}
22
+ export declare class UpdateKnowledgeBaseTemplateUriCommand extends $Command<
23
+ UpdateKnowledgeBaseTemplateUriCommandInput,
24
+ UpdateKnowledgeBaseTemplateUriCommandOutput,
25
+ WisdomClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateKnowledgeBaseTemplateUriCommandInput;
28
+ constructor(input: UpdateKnowledgeBaseTemplateUriCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: WisdomClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ UpdateKnowledgeBaseTemplateUriCommandInput,
35
+ UpdateKnowledgeBaseTemplateUriCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,32 +1,32 @@
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 "./PutFeedbackCommand";
24
- export * from "./QueryAssistantCommand";
25
- export * from "./RemoveKnowledgeBaseTemplateUriCommand";
26
- export * from "./SearchContentCommand";
27
- export * from "./SearchSessionsCommand";
28
- export * from "./StartContentUploadCommand";
29
- export * from "./TagResourceCommand";
30
- export * from "./UntagResourceCommand";
31
- export * from "./UpdateContentCommand";
32
- export * from "./UpdateKnowledgeBaseTemplateUriCommand";
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 "./PutFeedbackCommand";
24
+ export * from "./QueryAssistantCommand";
25
+ export * from "./RemoveKnowledgeBaseTemplateUriCommand";
26
+ export * from "./SearchContentCommand";
27
+ export * from "./SearchSessionsCommand";
28
+ export * from "./StartContentUploadCommand";
29
+ export * from "./TagResourceCommand";
30
+ export * from "./UntagResourceCommand";
31
+ export * from "./UpdateContentCommand";
32
+ export * from "./UpdateKnowledgeBaseTemplateUriCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +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";
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";
@@ -1,6 +1,7 @@
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
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+ export declare class WisdomServiceException extends __ServiceException {
6
+ constructor(options: __ServiceExceptionOptions);
7
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";