@aws-sdk/client-wisdom 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/Wisdom.d.ts +161 -33
  3. package/dist-types/ts3.4/WisdomClient.d.ts +321 -105
  4. package/dist-types/ts3.4/commands/CreateAssistantAssociationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CreateAssistantCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateContentCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateKnowledgeBaseCommand.d.ts +38 -17
  8. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/DeleteAssistantAssociationCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DeleteAssistantCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteContentCommand.d.ts +37 -17
  12. package/dist-types/ts3.4/commands/DeleteKnowledgeBaseCommand.d.ts +38 -17
  13. package/dist-types/ts3.4/commands/GetAssistantAssociationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/GetAssistantCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/GetContentCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetContentSummaryCommand.d.ts +38 -17
  17. package/dist-types/ts3.4/commands/GetKnowledgeBaseCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +34 -17
  20. package/dist-types/ts3.4/commands/ListAssistantAssociationsCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/ListAssistantsCommand.d.ts +37 -17
  22. package/dist-types/ts3.4/commands/ListContentsCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ListKnowledgeBasesCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/NotifyRecommendationsReceivedCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/QueryAssistantCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/RemoveKnowledgeBaseTemplateUriCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/SearchContentCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/SearchSessionsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/StartContentUploadCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/UpdateContentCommand.d.ts +37 -17
  35. package/dist-types/ts3.4/commands/UpdateKnowledgeBaseTemplateUriCommand.d.ts +21 -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 +8 -6
  40. package/dist-types/ts3.4/models/index.d.ts +1 -1
  41. package/dist-types/ts3.4/models/models_0.d.ts +1216 -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 +66 -38
  53. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  54. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  55. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  56. package/package.json +34 -34
@@ -1,98 +1,389 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CreateAssistantAssociationCommandInput, CreateAssistantAssociationCommandOutput } from "../commands/CreateAssistantAssociationCommand";
4
- import { CreateAssistantCommandInput, CreateAssistantCommandOutput } from "../commands/CreateAssistantCommand";
5
- import { CreateContentCommandInput, CreateContentCommandOutput } from "../commands/CreateContentCommand";
6
- import { CreateKnowledgeBaseCommandInput, CreateKnowledgeBaseCommandOutput } from "../commands/CreateKnowledgeBaseCommand";
7
- import { CreateSessionCommandInput, CreateSessionCommandOutput } from "../commands/CreateSessionCommand";
8
- import { DeleteAssistantAssociationCommandInput, DeleteAssistantAssociationCommandOutput } from "../commands/DeleteAssistantAssociationCommand";
9
- import { DeleteAssistantCommandInput, DeleteAssistantCommandOutput } from "../commands/DeleteAssistantCommand";
10
- import { DeleteContentCommandInput, DeleteContentCommandOutput } from "../commands/DeleteContentCommand";
11
- import { DeleteKnowledgeBaseCommandInput, DeleteKnowledgeBaseCommandOutput } from "../commands/DeleteKnowledgeBaseCommand";
12
- import { GetAssistantAssociationCommandInput, GetAssistantAssociationCommandOutput } from "../commands/GetAssistantAssociationCommand";
13
- import { GetAssistantCommandInput, GetAssistantCommandOutput } from "../commands/GetAssistantCommand";
14
- import { GetContentCommandInput, GetContentCommandOutput } from "../commands/GetContentCommand";
15
- import { GetContentSummaryCommandInput, GetContentSummaryCommandOutput } from "../commands/GetContentSummaryCommand";
16
- import { GetKnowledgeBaseCommandInput, GetKnowledgeBaseCommandOutput } from "../commands/GetKnowledgeBaseCommand";
17
- import { GetRecommendationsCommandInput, GetRecommendationsCommandOutput } from "../commands/GetRecommendationsCommand";
18
- import { GetSessionCommandInput, GetSessionCommandOutput } from "../commands/GetSessionCommand";
19
- import { ListAssistantAssociationsCommandInput, ListAssistantAssociationsCommandOutput } from "../commands/ListAssistantAssociationsCommand";
20
- import { ListAssistantsCommandInput, ListAssistantsCommandOutput } from "../commands/ListAssistantsCommand";
21
- import { ListContentsCommandInput, ListContentsCommandOutput } from "../commands/ListContentsCommand";
22
- import { ListKnowledgeBasesCommandInput, ListKnowledgeBasesCommandOutput } from "../commands/ListKnowledgeBasesCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
24
- import { NotifyRecommendationsReceivedCommandInput, NotifyRecommendationsReceivedCommandOutput } from "../commands/NotifyRecommendationsReceivedCommand";
25
- import { PutFeedbackCommandInput, PutFeedbackCommandOutput } from "../commands/PutFeedbackCommand";
26
- import { QueryAssistantCommandInput, QueryAssistantCommandOutput } from "../commands/QueryAssistantCommand";
27
- import { RemoveKnowledgeBaseTemplateUriCommandInput, RemoveKnowledgeBaseTemplateUriCommandOutput } from "../commands/RemoveKnowledgeBaseTemplateUriCommand";
28
- import { SearchContentCommandInput, SearchContentCommandOutput } from "../commands/SearchContentCommand";
29
- import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "../commands/SearchSessionsCommand";
30
- import { StartContentUploadCommandInput, StartContentUploadCommandOutput } from "../commands/StartContentUploadCommand";
31
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
32
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
33
- import { UpdateContentCommandInput, UpdateContentCommandOutput } from "../commands/UpdateContentCommand";
34
- import { UpdateKnowledgeBaseTemplateUriCommandInput, UpdateKnowledgeBaseTemplateUriCommandOutput } from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
35
- export declare const serializeAws_restJson1CreateAssistantCommand: (input: CreateAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1CreateAssistantAssociationCommand: (input: CreateAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1CreateContentCommand: (input: CreateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CreateKnowledgeBaseCommand: (input: CreateKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateSessionCommand: (input: CreateSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1DeleteAssistantCommand: (input: DeleteAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteAssistantAssociationCommand: (input: DeleteAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DeleteContentCommand: (input: DeleteContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DeleteKnowledgeBaseCommand: (input: DeleteKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1GetAssistantCommand: (input: GetAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1GetAssistantAssociationCommand: (input: GetAssistantAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1GetContentCommand: (input: GetContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1GetContentSummaryCommand: (input: GetContentSummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetKnowledgeBaseCommand: (input: GetKnowledgeBaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetRecommendationsCommand: (input: GetRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1GetSessionCommand: (input: GetSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1ListAssistantAssociationsCommand: (input: ListAssistantAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListAssistantsCommand: (input: ListAssistantsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListContentsCommand: (input: ListContentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListKnowledgeBasesCommand: (input: ListKnowledgeBasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1NotifyRecommendationsReceivedCommand: (input: NotifyRecommendationsReceivedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1PutFeedbackCommand: (input: PutFeedbackCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1QueryAssistantCommand: (input: QueryAssistantCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand: (input: RemoveKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1SearchContentCommand: (input: SearchContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1SearchSessionsCommand: (input: SearchSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1StartContentUploadCommand: (input: StartContentUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UpdateContentCommand: (input: UpdateContentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand: (input: UpdateKnowledgeBaseTemplateUriCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const deserializeAws_restJson1CreateAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssistantCommandOutput>;
68
- export declare const deserializeAws_restJson1CreateAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssistantAssociationCommandOutput>;
69
- export declare const deserializeAws_restJson1CreateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateContentCommandOutput>;
70
- export declare const deserializeAws_restJson1CreateKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKnowledgeBaseCommandOutput>;
71
- export declare const deserializeAws_restJson1CreateSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSessionCommandOutput>;
72
- export declare const deserializeAws_restJson1DeleteAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssistantCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssistantAssociationCommandOutput>;
74
- export declare const deserializeAws_restJson1DeleteContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteContentCommandOutput>;
75
- export declare const deserializeAws_restJson1DeleteKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKnowledgeBaseCommandOutput>;
76
- export declare const deserializeAws_restJson1GetAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssistantCommandOutput>;
77
- export declare const deserializeAws_restJson1GetAssistantAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssistantAssociationCommandOutput>;
78
- export declare const deserializeAws_restJson1GetContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentCommandOutput>;
79
- export declare const deserializeAws_restJson1GetContentSummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetContentSummaryCommandOutput>;
80
- export declare const deserializeAws_restJson1GetKnowledgeBaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetKnowledgeBaseCommandOutput>;
81
- export declare const deserializeAws_restJson1GetRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRecommendationsCommandOutput>;
82
- export declare const deserializeAws_restJson1GetSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSessionCommandOutput>;
83
- export declare const deserializeAws_restJson1ListAssistantAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssistantAssociationsCommandOutput>;
84
- export declare const deserializeAws_restJson1ListAssistantsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssistantsCommandOutput>;
85
- export declare const deserializeAws_restJson1ListContentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListContentsCommandOutput>;
86
- export declare const deserializeAws_restJson1ListKnowledgeBasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKnowledgeBasesCommandOutput>;
87
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
88
- export declare const deserializeAws_restJson1NotifyRecommendationsReceivedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<NotifyRecommendationsReceivedCommandOutput>;
89
- export declare const deserializeAws_restJson1PutFeedbackCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFeedbackCommandOutput>;
90
- export declare const deserializeAws_restJson1QueryAssistantCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<QueryAssistantCommandOutput>;
91
- export declare const deserializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
92
- export declare const deserializeAws_restJson1SearchContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchContentCommandOutput>;
93
- export declare const deserializeAws_restJson1SearchSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchSessionsCommandOutput>;
94
- export declare const deserializeAws_restJson1StartContentUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContentUploadCommandOutput>;
95
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
96
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
97
- export declare const deserializeAws_restJson1UpdateContentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateContentCommandOutput>;
98
- export declare const deserializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateAssistantAssociationCommandInput,
8
+ CreateAssistantAssociationCommandOutput,
9
+ } from "../commands/CreateAssistantAssociationCommand";
10
+ import {
11
+ CreateAssistantCommandInput,
12
+ CreateAssistantCommandOutput,
13
+ } from "../commands/CreateAssistantCommand";
14
+ import {
15
+ CreateContentCommandInput,
16
+ CreateContentCommandOutput,
17
+ } from "../commands/CreateContentCommand";
18
+ import {
19
+ CreateKnowledgeBaseCommandInput,
20
+ CreateKnowledgeBaseCommandOutput,
21
+ } from "../commands/CreateKnowledgeBaseCommand";
22
+ import {
23
+ CreateSessionCommandInput,
24
+ CreateSessionCommandOutput,
25
+ } from "../commands/CreateSessionCommand";
26
+ import {
27
+ DeleteAssistantAssociationCommandInput,
28
+ DeleteAssistantAssociationCommandOutput,
29
+ } from "../commands/DeleteAssistantAssociationCommand";
30
+ import {
31
+ DeleteAssistantCommandInput,
32
+ DeleteAssistantCommandOutput,
33
+ } from "../commands/DeleteAssistantCommand";
34
+ import {
35
+ DeleteContentCommandInput,
36
+ DeleteContentCommandOutput,
37
+ } from "../commands/DeleteContentCommand";
38
+ import {
39
+ DeleteKnowledgeBaseCommandInput,
40
+ DeleteKnowledgeBaseCommandOutput,
41
+ } from "../commands/DeleteKnowledgeBaseCommand";
42
+ import {
43
+ GetAssistantAssociationCommandInput,
44
+ GetAssistantAssociationCommandOutput,
45
+ } from "../commands/GetAssistantAssociationCommand";
46
+ import {
47
+ GetAssistantCommandInput,
48
+ GetAssistantCommandOutput,
49
+ } from "../commands/GetAssistantCommand";
50
+ import {
51
+ GetContentCommandInput,
52
+ GetContentCommandOutput,
53
+ } from "../commands/GetContentCommand";
54
+ import {
55
+ GetContentSummaryCommandInput,
56
+ GetContentSummaryCommandOutput,
57
+ } from "../commands/GetContentSummaryCommand";
58
+ import {
59
+ GetKnowledgeBaseCommandInput,
60
+ GetKnowledgeBaseCommandOutput,
61
+ } from "../commands/GetKnowledgeBaseCommand";
62
+ import {
63
+ GetRecommendationsCommandInput,
64
+ GetRecommendationsCommandOutput,
65
+ } from "../commands/GetRecommendationsCommand";
66
+ import {
67
+ GetSessionCommandInput,
68
+ GetSessionCommandOutput,
69
+ } from "../commands/GetSessionCommand";
70
+ import {
71
+ ListAssistantAssociationsCommandInput,
72
+ ListAssistantAssociationsCommandOutput,
73
+ } from "../commands/ListAssistantAssociationsCommand";
74
+ import {
75
+ ListAssistantsCommandInput,
76
+ ListAssistantsCommandOutput,
77
+ } from "../commands/ListAssistantsCommand";
78
+ import {
79
+ ListContentsCommandInput,
80
+ ListContentsCommandOutput,
81
+ } from "../commands/ListContentsCommand";
82
+ import {
83
+ ListKnowledgeBasesCommandInput,
84
+ ListKnowledgeBasesCommandOutput,
85
+ } from "../commands/ListKnowledgeBasesCommand";
86
+ import {
87
+ ListTagsForResourceCommandInput,
88
+ ListTagsForResourceCommandOutput,
89
+ } from "../commands/ListTagsForResourceCommand";
90
+ import {
91
+ NotifyRecommendationsReceivedCommandInput,
92
+ NotifyRecommendationsReceivedCommandOutput,
93
+ } from "../commands/NotifyRecommendationsReceivedCommand";
94
+ import {
95
+ PutFeedbackCommandInput,
96
+ PutFeedbackCommandOutput,
97
+ } from "../commands/PutFeedbackCommand";
98
+ import {
99
+ QueryAssistantCommandInput,
100
+ QueryAssistantCommandOutput,
101
+ } from "../commands/QueryAssistantCommand";
102
+ import {
103
+ RemoveKnowledgeBaseTemplateUriCommandInput,
104
+ RemoveKnowledgeBaseTemplateUriCommandOutput,
105
+ } from "../commands/RemoveKnowledgeBaseTemplateUriCommand";
106
+ import {
107
+ SearchContentCommandInput,
108
+ SearchContentCommandOutput,
109
+ } from "../commands/SearchContentCommand";
110
+ import {
111
+ SearchSessionsCommandInput,
112
+ SearchSessionsCommandOutput,
113
+ } from "../commands/SearchSessionsCommand";
114
+ import {
115
+ StartContentUploadCommandInput,
116
+ StartContentUploadCommandOutput,
117
+ } from "../commands/StartContentUploadCommand";
118
+ import {
119
+ TagResourceCommandInput,
120
+ TagResourceCommandOutput,
121
+ } from "../commands/TagResourceCommand";
122
+ import {
123
+ UntagResourceCommandInput,
124
+ UntagResourceCommandOutput,
125
+ } from "../commands/UntagResourceCommand";
126
+ import {
127
+ UpdateContentCommandInput,
128
+ UpdateContentCommandOutput,
129
+ } from "../commands/UpdateContentCommand";
130
+ import {
131
+ UpdateKnowledgeBaseTemplateUriCommandInput,
132
+ UpdateKnowledgeBaseTemplateUriCommandOutput,
133
+ } from "../commands/UpdateKnowledgeBaseTemplateUriCommand";
134
+ export declare const serializeAws_restJson1CreateAssistantCommand: (
135
+ input: CreateAssistantCommandInput,
136
+ context: __SerdeContext
137
+ ) => Promise<__HttpRequest>;
138
+ export declare const serializeAws_restJson1CreateAssistantAssociationCommand: (
139
+ input: CreateAssistantAssociationCommandInput,
140
+ context: __SerdeContext
141
+ ) => Promise<__HttpRequest>;
142
+ export declare const serializeAws_restJson1CreateContentCommand: (
143
+ input: CreateContentCommandInput,
144
+ context: __SerdeContext
145
+ ) => Promise<__HttpRequest>;
146
+ export declare const serializeAws_restJson1CreateKnowledgeBaseCommand: (
147
+ input: CreateKnowledgeBaseCommandInput,
148
+ context: __SerdeContext
149
+ ) => Promise<__HttpRequest>;
150
+ export declare const serializeAws_restJson1CreateSessionCommand: (
151
+ input: CreateSessionCommandInput,
152
+ context: __SerdeContext
153
+ ) => Promise<__HttpRequest>;
154
+ export declare const serializeAws_restJson1DeleteAssistantCommand: (
155
+ input: DeleteAssistantCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_restJson1DeleteAssistantAssociationCommand: (
159
+ input: DeleteAssistantAssociationCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_restJson1DeleteContentCommand: (
163
+ input: DeleteContentCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_restJson1DeleteKnowledgeBaseCommand: (
167
+ input: DeleteKnowledgeBaseCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_restJson1GetAssistantCommand: (
171
+ input: GetAssistantCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_restJson1GetAssistantAssociationCommand: (
175
+ input: GetAssistantAssociationCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_restJson1GetContentCommand: (
179
+ input: GetContentCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_restJson1GetContentSummaryCommand: (
183
+ input: GetContentSummaryCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_restJson1GetKnowledgeBaseCommand: (
187
+ input: GetKnowledgeBaseCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_restJson1GetRecommendationsCommand: (
191
+ input: GetRecommendationsCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_restJson1GetSessionCommand: (
195
+ input: GetSessionCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_restJson1ListAssistantAssociationsCommand: (
199
+ input: ListAssistantAssociationsCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_restJson1ListAssistantsCommand: (
203
+ input: ListAssistantsCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_restJson1ListContentsCommand: (
207
+ input: ListContentsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_restJson1ListKnowledgeBasesCommand: (
211
+ input: ListKnowledgeBasesCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
215
+ input: ListTagsForResourceCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_restJson1NotifyRecommendationsReceivedCommand: (
219
+ input: NotifyRecommendationsReceivedCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_restJson1PutFeedbackCommand: (
223
+ input: PutFeedbackCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_restJson1QueryAssistantCommand: (
227
+ input: QueryAssistantCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand: (
231
+ input: RemoveKnowledgeBaseTemplateUriCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_restJson1SearchContentCommand: (
235
+ input: SearchContentCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_restJson1SearchSessionsCommand: (
239
+ input: SearchSessionsCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_restJson1StartContentUploadCommand: (
243
+ input: StartContentUploadCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_restJson1TagResourceCommand: (
247
+ input: TagResourceCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_restJson1UntagResourceCommand: (
251
+ input: UntagResourceCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_restJson1UpdateContentCommand: (
255
+ input: UpdateContentCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand: (
259
+ input: UpdateKnowledgeBaseTemplateUriCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const deserializeAws_restJson1CreateAssistantCommand: (
263
+ output: __HttpResponse,
264
+ context: __SerdeContext
265
+ ) => Promise<CreateAssistantCommandOutput>;
266
+ export declare const deserializeAws_restJson1CreateAssistantAssociationCommand: (
267
+ output: __HttpResponse,
268
+ context: __SerdeContext
269
+ ) => Promise<CreateAssistantAssociationCommandOutput>;
270
+ export declare const deserializeAws_restJson1CreateContentCommand: (
271
+ output: __HttpResponse,
272
+ context: __SerdeContext
273
+ ) => Promise<CreateContentCommandOutput>;
274
+ export declare const deserializeAws_restJson1CreateKnowledgeBaseCommand: (
275
+ output: __HttpResponse,
276
+ context: __SerdeContext
277
+ ) => Promise<CreateKnowledgeBaseCommandOutput>;
278
+ export declare const deserializeAws_restJson1CreateSessionCommand: (
279
+ output: __HttpResponse,
280
+ context: __SerdeContext
281
+ ) => Promise<CreateSessionCommandOutput>;
282
+ export declare const deserializeAws_restJson1DeleteAssistantCommand: (
283
+ output: __HttpResponse,
284
+ context: __SerdeContext
285
+ ) => Promise<DeleteAssistantCommandOutput>;
286
+ export declare const deserializeAws_restJson1DeleteAssistantAssociationCommand: (
287
+ output: __HttpResponse,
288
+ context: __SerdeContext
289
+ ) => Promise<DeleteAssistantAssociationCommandOutput>;
290
+ export declare const deserializeAws_restJson1DeleteContentCommand: (
291
+ output: __HttpResponse,
292
+ context: __SerdeContext
293
+ ) => Promise<DeleteContentCommandOutput>;
294
+ export declare const deserializeAws_restJson1DeleteKnowledgeBaseCommand: (
295
+ output: __HttpResponse,
296
+ context: __SerdeContext
297
+ ) => Promise<DeleteKnowledgeBaseCommandOutput>;
298
+ export declare const deserializeAws_restJson1GetAssistantCommand: (
299
+ output: __HttpResponse,
300
+ context: __SerdeContext
301
+ ) => Promise<GetAssistantCommandOutput>;
302
+ export declare const deserializeAws_restJson1GetAssistantAssociationCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<GetAssistantAssociationCommandOutput>;
306
+ export declare const deserializeAws_restJson1GetContentCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<GetContentCommandOutput>;
310
+ export declare const deserializeAws_restJson1GetContentSummaryCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<GetContentSummaryCommandOutput>;
314
+ export declare const deserializeAws_restJson1GetKnowledgeBaseCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<GetKnowledgeBaseCommandOutput>;
318
+ export declare const deserializeAws_restJson1GetRecommendationsCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<GetRecommendationsCommandOutput>;
322
+ export declare const deserializeAws_restJson1GetSessionCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<GetSessionCommandOutput>;
326
+ export declare const deserializeAws_restJson1ListAssistantAssociationsCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<ListAssistantAssociationsCommandOutput>;
330
+ export declare const deserializeAws_restJson1ListAssistantsCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<ListAssistantsCommandOutput>;
334
+ export declare const deserializeAws_restJson1ListContentsCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<ListContentsCommandOutput>;
338
+ export declare const deserializeAws_restJson1ListKnowledgeBasesCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<ListKnowledgeBasesCommandOutput>;
342
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<ListTagsForResourceCommandOutput>;
346
+ export declare const deserializeAws_restJson1NotifyRecommendationsReceivedCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<NotifyRecommendationsReceivedCommandOutput>;
350
+ export declare const deserializeAws_restJson1PutFeedbackCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<PutFeedbackCommandOutput>;
354
+ export declare const deserializeAws_restJson1QueryAssistantCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<QueryAssistantCommandOutput>;
358
+ export declare const deserializeAws_restJson1RemoveKnowledgeBaseTemplateUriCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<RemoveKnowledgeBaseTemplateUriCommandOutput>;
362
+ export declare const deserializeAws_restJson1SearchContentCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<SearchContentCommandOutput>;
366
+ export declare const deserializeAws_restJson1SearchSessionsCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<SearchSessionsCommandOutput>;
370
+ export declare const deserializeAws_restJson1StartContentUploadCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<StartContentUploadCommandOutput>;
374
+ export declare const deserializeAws_restJson1TagResourceCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<TagResourceCommandOutput>;
378
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<UntagResourceCommandOutput>;
382
+ export declare const deserializeAws_restJson1UpdateContentCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<UpdateContentCommandOutput>;
386
+ export declare const deserializeAws_restJson1UpdateKnowledgeBaseTemplateUriCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<UpdateKnowledgeBaseTemplateUriCommandOutput>;
@@ -1,38 +1,66 @@
1
- import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
- import { WisdomClientConfig } from "./WisdomClient";
3
-
4
- export declare const getRuntimeConfig: (config: WisdomClientConfig) => {
5
- runtime: string;
6
- defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
- base64Decoder: import("@aws-sdk/types").Decoder;
8
- base64Encoder: import("@aws-sdk/types").Encoder;
9
- bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
10
- credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
- region: string | import("@aws-sdk/types").Provider<any>;
14
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
- retryMode: string | import("@aws-sdk/types").Provider<string>;
16
- sha256: import("@aws-sdk/types").HashConstructor;
17
- streamCollector: import("@aws-sdk/types").StreamCollector;
18
- useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
- useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
- utf8Decoder: import("@aws-sdk/types").Decoder;
21
- utf8Encoder: import("@aws-sdk/types").Encoder;
22
- apiVersion: string;
23
- urlParser: import("@aws-sdk/types").UrlParser;
24
- disableHostPrefix: boolean;
25
- logger: import("@aws-sdk/types").Logger;
26
- serviceId: string;
27
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
- tls?: boolean | undefined;
30
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
- signingEscapePath?: boolean | undefined;
34
- systemClockOffset?: number | undefined;
35
- signingRegion?: string | undefined;
36
- signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
- };
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { WisdomClientConfig } from "./WisdomClient";
3
+
4
+ export declare const getRuntimeConfig: (config: WisdomClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<
7
+ import("@aws-sdk/smithy-client").ResolvedDefaultsMode
8
+ >;
9
+ base64Decoder: import("@aws-sdk/types").Decoder;
10
+ base64Encoder: import("@aws-sdk/types").Encoder;
11
+ bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
12
+ credentialDefaultProvider: (
13
+ input: any
14
+ ) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
15
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<
16
+ import("@aws-sdk/types").UserAgent
17
+ >;
18
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
+ region: string | import("@aws-sdk/types").Provider<any>;
20
+ requestHandler:
21
+ | (import("@aws-sdk/types").RequestHandler<
22
+ any,
23
+ any,
24
+ import("@aws-sdk/types").HttpHandlerOptions
25
+ > &
26
+ import("@aws-sdk/protocol-http").HttpHandler)
27
+ | RequestHandler;
28
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
29
+ sha256: import("@aws-sdk/types").HashConstructor;
30
+ streamCollector: import("@aws-sdk/types").StreamCollector;
31
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
32
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
33
+ utf8Decoder: import("@aws-sdk/types").Decoder;
34
+ utf8Encoder: import("@aws-sdk/types").Encoder;
35
+ apiVersion: string;
36
+ urlParser: import("@aws-sdk/types").UrlParser;
37
+ disableHostPrefix: boolean;
38
+ logger: import("@aws-sdk/types").Logger;
39
+ serviceId: string;
40
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
41
+ endpoint?:
42
+ | string
43
+ | import("@aws-sdk/types").Endpoint
44
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
45
+ | undefined;
46
+ tls?: boolean | undefined;
47
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
48
+ credentials?:
49
+ | import("@aws-sdk/types").Credentials
50
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
51
+ | undefined;
52
+ signer?:
53
+ | import("@aws-sdk/types").RequestSigner
54
+ | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
55
+ | undefined;
56
+ signingEscapePath?: boolean | undefined;
57
+ systemClockOffset?: number | undefined;
58
+ signingRegion?: string | undefined;
59
+ signerConstructor?:
60
+ | (new (
61
+ options: import("@aws-sdk/signature-v4").SignatureV4Init &
62
+ import("@aws-sdk/signature-v4").SignatureV4CryptoInit
63
+ ) => import("@aws-sdk/types").RequestSigner)
64
+ | undefined;
65
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
66
+ };