@aws-sdk/client-wisdom 3.489.0 → 3.495.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.
- package/dist-cjs/Wisdom.js +1 -93
- package/dist-cjs/WisdomClient.js +1 -43
- package/dist-cjs/commands/CreateAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/CreateAssistantCommand.js +1 -28
- package/dist-cjs/commands/CreateContentCommand.js +1 -29
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/CreateQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/CreateSessionCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/DeleteAssistantCommand.js +1 -28
- package/dist-cjs/commands/DeleteContentCommand.js +1 -28
- package/dist-cjs/commands/DeleteImportJobCommand.js +1 -28
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/DeleteQuickResponseCommand.js +1 -28
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +1 -28
- package/dist-cjs/commands/GetAssistantCommand.js +1 -28
- package/dist-cjs/commands/GetContentCommand.js +1 -29
- package/dist-cjs/commands/GetContentSummaryCommand.js +1 -28
- package/dist-cjs/commands/GetImportJobCommand.js +1 -29
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +1 -28
- package/dist-cjs/commands/GetQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/GetRecommendationsCommand.js +1 -29
- package/dist-cjs/commands/GetSessionCommand.js +1 -28
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +1 -28
- package/dist-cjs/commands/ListAssistantsCommand.js +1 -28
- package/dist-cjs/commands/ListContentsCommand.js +1 -28
- package/dist-cjs/commands/ListImportJobsCommand.js +1 -28
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +1 -28
- package/dist-cjs/commands/ListQuickResponsesCommand.js +1 -29
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +1 -28
- package/dist-cjs/commands/QueryAssistantCommand.js +1 -29
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +1 -28
- package/dist-cjs/commands/SearchContentCommand.js +1 -28
- package/dist-cjs/commands/SearchQuickResponsesCommand.js +1 -29
- package/dist-cjs/commands/SearchSessionsCommand.js +1 -28
- package/dist-cjs/commands/StartContentUploadCommand.js +1 -29
- package/dist-cjs/commands/StartImportJobCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateContentCommand.js +1 -29
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +1 -28
- package/dist-cjs/commands/UpdateQuickResponseCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -44
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4179 -11
- package/dist-cjs/models/WisdomServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -467
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAssistantAssociationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListAssistantsPaginator.js +1 -7
- package/dist-cjs/pagination/ListContentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListImportJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKnowledgeBasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListQuickResponsesPaginator.js +1 -7
- package/dist-cjs/pagination/QueryAssistantPaginator.js +1 -7
- package/dist-cjs/pagination/SearchContentPaginator.js +1 -7
- package/dist-cjs/pagination/SearchQuickResponsesPaginator.js +1 -7
- package/dist-cjs/pagination/SearchSessionsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -14
- package/dist-cjs/protocols/Aws_restJson1.js +1 -2612
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.WisdomServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class WisdomServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, WisdomServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.WisdomServiceException = WisdomServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,467 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.QuickResponseDataProviderFilterSensitiveLog = exports.UpdateContentResponseFilterSensitiveLog = exports.GetContentResponseFilterSensitiveLog = exports.CreateContentResponseFilterSensitiveLog = exports.ContentDataFilterSensitiveLog = exports.QueryAssistantResponseFilterSensitiveLog = exports.ResultDataFilterSensitiveLog = exports.QueryAssistantRequestFilterSensitiveLog = exports.GetRecommendationsResponseFilterSensitiveLog = exports.RecommendationTriggerFilterSensitiveLog = exports.RecommendationTriggerDataFilterSensitiveLog = exports.QueryRecommendationTriggerDataFilterSensitiveLog = exports.RecommendationDataFilterSensitiveLog = exports.DocumentFilterSensitiveLog = exports.DocumentTextFilterSensitiveLog = exports.TooManyTagsException = exports.Priority = exports.QuickResponseQueryOperator = exports.Order = exports.QuickResponseFilterOperator = exports.ImportJobStatus = exports.ImportJobType = exports.ExternalSource = exports.QuickResponseStatus = exports.QuickResponseContentProvider = exports.QuickResponseDataProvider = exports.KnowledgeBaseStatus = exports.SourceConfiguration = exports.KnowledgeBaseType = exports.PreconditionFailedException = exports.ContentStatus = exports.Configuration = exports.FilterOperator = exports.FilterField = exports.RequestTimeoutException = exports.RecommendationTriggerType = exports.RecommendationSourceType = exports.RecommendationTriggerData = exports.RecommendationType = exports.RelevanceLevel = exports.AssistantStatus = exports.AssistantType = exports.ValidationException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.AssistantAssociationOutputData = exports.AssociationType = exports.AssistantAssociationInputData = exports.ConflictException = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.StartImportJobResponseFilterSensitiveLog = exports.StartContentUploadResponseFilterSensitiveLog = exports.SearchQuickResponsesResponseFilterSensitiveLog = exports.QuickResponseSearchResultDataFilterSensitiveLog = exports.SearchQuickResponsesRequestFilterSensitiveLog = exports.UpdateQuickResponseResponseFilterSensitiveLog = exports.UpdateQuickResponseRequestFilterSensitiveLog = exports.ListQuickResponsesResponseFilterSensitiveLog = exports.QuickResponseSummaryFilterSensitiveLog = exports.GetQuickResponseResponseFilterSensitiveLog = exports.GetImportJobResponseFilterSensitiveLog = exports.ImportJobDataFilterSensitiveLog = exports.CreateQuickResponseResponseFilterSensitiveLog = exports.QuickResponseDataFilterSensitiveLog = exports.QuickResponseContentsFilterSensitiveLog = exports.QuickResponseContentProviderFilterSensitiveLog = exports.CreateQuickResponseRequestFilterSensitiveLog = exports.GroupingConfigurationFilterSensitiveLog = void 0;
|
|
5
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
6
|
-
const WisdomServiceException_1 = require("./WisdomServiceException");
|
|
7
|
-
class AccessDeniedException extends WisdomServiceException_1.WisdomServiceException {
|
|
8
|
-
constructor(opts) {
|
|
9
|
-
super({
|
|
10
|
-
name: "AccessDeniedException",
|
|
11
|
-
$fault: "client",
|
|
12
|
-
...opts,
|
|
13
|
-
});
|
|
14
|
-
this.name = "AccessDeniedException";
|
|
15
|
-
this.$fault = "client";
|
|
16
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
exports.AccessDeniedException = AccessDeniedException;
|
|
20
|
-
class ConflictException extends WisdomServiceException_1.WisdomServiceException {
|
|
21
|
-
constructor(opts) {
|
|
22
|
-
super({
|
|
23
|
-
name: "ConflictException",
|
|
24
|
-
$fault: "client",
|
|
25
|
-
...opts,
|
|
26
|
-
});
|
|
27
|
-
this.name = "ConflictException";
|
|
28
|
-
this.$fault = "client";
|
|
29
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
exports.ConflictException = ConflictException;
|
|
33
|
-
var AssistantAssociationInputData;
|
|
34
|
-
(function (AssistantAssociationInputData) {
|
|
35
|
-
AssistantAssociationInputData.visit = (value, visitor) => {
|
|
36
|
-
if (value.knowledgeBaseId !== undefined)
|
|
37
|
-
return visitor.knowledgeBaseId(value.knowledgeBaseId);
|
|
38
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
39
|
-
};
|
|
40
|
-
})(AssistantAssociationInputData = exports.AssistantAssociationInputData || (exports.AssistantAssociationInputData = {}));
|
|
41
|
-
exports.AssociationType = {
|
|
42
|
-
KNOWLEDGE_BASE: "KNOWLEDGE_BASE",
|
|
43
|
-
};
|
|
44
|
-
var AssistantAssociationOutputData;
|
|
45
|
-
(function (AssistantAssociationOutputData) {
|
|
46
|
-
AssistantAssociationOutputData.visit = (value, visitor) => {
|
|
47
|
-
if (value.knowledgeBaseAssociation !== undefined)
|
|
48
|
-
return visitor.knowledgeBaseAssociation(value.knowledgeBaseAssociation);
|
|
49
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
50
|
-
};
|
|
51
|
-
})(AssistantAssociationOutputData = exports.AssistantAssociationOutputData || (exports.AssistantAssociationOutputData = {}));
|
|
52
|
-
class ResourceNotFoundException extends WisdomServiceException_1.WisdomServiceException {
|
|
53
|
-
constructor(opts) {
|
|
54
|
-
super({
|
|
55
|
-
name: "ResourceNotFoundException",
|
|
56
|
-
$fault: "client",
|
|
57
|
-
...opts,
|
|
58
|
-
});
|
|
59
|
-
this.name = "ResourceNotFoundException";
|
|
60
|
-
this.$fault = "client";
|
|
61
|
-
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
62
|
-
this.resourceName = opts.resourceName;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
66
|
-
class ServiceQuotaExceededException extends WisdomServiceException_1.WisdomServiceException {
|
|
67
|
-
constructor(opts) {
|
|
68
|
-
super({
|
|
69
|
-
name: "ServiceQuotaExceededException",
|
|
70
|
-
$fault: "client",
|
|
71
|
-
...opts,
|
|
72
|
-
});
|
|
73
|
-
this.name = "ServiceQuotaExceededException";
|
|
74
|
-
this.$fault = "client";
|
|
75
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
79
|
-
class ValidationException extends WisdomServiceException_1.WisdomServiceException {
|
|
80
|
-
constructor(opts) {
|
|
81
|
-
super({
|
|
82
|
-
name: "ValidationException",
|
|
83
|
-
$fault: "client",
|
|
84
|
-
...opts,
|
|
85
|
-
});
|
|
86
|
-
this.name = "ValidationException";
|
|
87
|
-
this.$fault = "client";
|
|
88
|
-
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
exports.ValidationException = ValidationException;
|
|
92
|
-
exports.AssistantType = {
|
|
93
|
-
AGENT: "AGENT",
|
|
94
|
-
};
|
|
95
|
-
exports.AssistantStatus = {
|
|
96
|
-
ACTIVE: "ACTIVE",
|
|
97
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
98
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
99
|
-
DELETED: "DELETED",
|
|
100
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
101
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
102
|
-
};
|
|
103
|
-
exports.RelevanceLevel = {
|
|
104
|
-
HIGH: "HIGH",
|
|
105
|
-
LOW: "LOW",
|
|
106
|
-
MEDIUM: "MEDIUM",
|
|
107
|
-
};
|
|
108
|
-
exports.RecommendationType = {
|
|
109
|
-
KNOWLEDGE_CONTENT: "KNOWLEDGE_CONTENT",
|
|
110
|
-
};
|
|
111
|
-
var RecommendationTriggerData;
|
|
112
|
-
(function (RecommendationTriggerData) {
|
|
113
|
-
RecommendationTriggerData.visit = (value, visitor) => {
|
|
114
|
-
if (value.query !== undefined)
|
|
115
|
-
return visitor.query(value.query);
|
|
116
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
117
|
-
};
|
|
118
|
-
})(RecommendationTriggerData = exports.RecommendationTriggerData || (exports.RecommendationTriggerData = {}));
|
|
119
|
-
exports.RecommendationSourceType = {
|
|
120
|
-
ISSUE_DETECTION: "ISSUE_DETECTION",
|
|
121
|
-
OTHER: "OTHER",
|
|
122
|
-
RULE_EVALUATION: "RULE_EVALUATION",
|
|
123
|
-
};
|
|
124
|
-
exports.RecommendationTriggerType = {
|
|
125
|
-
QUERY: "QUERY",
|
|
126
|
-
};
|
|
127
|
-
class RequestTimeoutException extends WisdomServiceException_1.WisdomServiceException {
|
|
128
|
-
constructor(opts) {
|
|
129
|
-
super({
|
|
130
|
-
name: "RequestTimeoutException",
|
|
131
|
-
$fault: "client",
|
|
132
|
-
...opts,
|
|
133
|
-
});
|
|
134
|
-
this.name = "RequestTimeoutException";
|
|
135
|
-
this.$fault = "client";
|
|
136
|
-
this.$retryable = {};
|
|
137
|
-
Object.setPrototypeOf(this, RequestTimeoutException.prototype);
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
exports.RequestTimeoutException = RequestTimeoutException;
|
|
141
|
-
exports.FilterField = {
|
|
142
|
-
NAME: "NAME",
|
|
143
|
-
};
|
|
144
|
-
exports.FilterOperator = {
|
|
145
|
-
EQUALS: "EQUALS",
|
|
146
|
-
};
|
|
147
|
-
var Configuration;
|
|
148
|
-
(function (Configuration) {
|
|
149
|
-
Configuration.visit = (value, visitor) => {
|
|
150
|
-
if (value.connectConfiguration !== undefined)
|
|
151
|
-
return visitor.connectConfiguration(value.connectConfiguration);
|
|
152
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
153
|
-
};
|
|
154
|
-
})(Configuration = exports.Configuration || (exports.Configuration = {}));
|
|
155
|
-
exports.ContentStatus = {
|
|
156
|
-
ACTIVE: "ACTIVE",
|
|
157
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
158
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
159
|
-
DELETED: "DELETED",
|
|
160
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
161
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
162
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
163
|
-
};
|
|
164
|
-
class PreconditionFailedException extends WisdomServiceException_1.WisdomServiceException {
|
|
165
|
-
constructor(opts) {
|
|
166
|
-
super({
|
|
167
|
-
name: "PreconditionFailedException",
|
|
168
|
-
$fault: "client",
|
|
169
|
-
...opts,
|
|
170
|
-
});
|
|
171
|
-
this.name = "PreconditionFailedException";
|
|
172
|
-
this.$fault = "client";
|
|
173
|
-
Object.setPrototypeOf(this, PreconditionFailedException.prototype);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
exports.PreconditionFailedException = PreconditionFailedException;
|
|
177
|
-
exports.KnowledgeBaseType = {
|
|
178
|
-
CUSTOM: "CUSTOM",
|
|
179
|
-
EXTERNAL: "EXTERNAL",
|
|
180
|
-
QUICK_RESPONSES: "QUICK_RESPONSES",
|
|
181
|
-
};
|
|
182
|
-
var SourceConfiguration;
|
|
183
|
-
(function (SourceConfiguration) {
|
|
184
|
-
SourceConfiguration.visit = (value, visitor) => {
|
|
185
|
-
if (value.appIntegrations !== undefined)
|
|
186
|
-
return visitor.appIntegrations(value.appIntegrations);
|
|
187
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
188
|
-
};
|
|
189
|
-
})(SourceConfiguration = exports.SourceConfiguration || (exports.SourceConfiguration = {}));
|
|
190
|
-
exports.KnowledgeBaseStatus = {
|
|
191
|
-
ACTIVE: "ACTIVE",
|
|
192
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
193
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
194
|
-
DELETED: "DELETED",
|
|
195
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
196
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
197
|
-
};
|
|
198
|
-
var QuickResponseDataProvider;
|
|
199
|
-
(function (QuickResponseDataProvider) {
|
|
200
|
-
QuickResponseDataProvider.visit = (value, visitor) => {
|
|
201
|
-
if (value.content !== undefined)
|
|
202
|
-
return visitor.content(value.content);
|
|
203
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
204
|
-
};
|
|
205
|
-
})(QuickResponseDataProvider = exports.QuickResponseDataProvider || (exports.QuickResponseDataProvider = {}));
|
|
206
|
-
var QuickResponseContentProvider;
|
|
207
|
-
(function (QuickResponseContentProvider) {
|
|
208
|
-
QuickResponseContentProvider.visit = (value, visitor) => {
|
|
209
|
-
if (value.content !== undefined)
|
|
210
|
-
return visitor.content(value.content);
|
|
211
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
212
|
-
};
|
|
213
|
-
})(QuickResponseContentProvider = exports.QuickResponseContentProvider || (exports.QuickResponseContentProvider = {}));
|
|
214
|
-
exports.QuickResponseStatus = {
|
|
215
|
-
CREATED: "CREATED",
|
|
216
|
-
CREATE_FAILED: "CREATE_FAILED",
|
|
217
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
218
|
-
DELETED: "DELETED",
|
|
219
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
220
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
221
|
-
UPDATE_FAILED: "UPDATE_FAILED",
|
|
222
|
-
UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS",
|
|
223
|
-
};
|
|
224
|
-
exports.ExternalSource = {
|
|
225
|
-
AMAZON_CONNECT: "AMAZON_CONNECT",
|
|
226
|
-
};
|
|
227
|
-
exports.ImportJobType = {
|
|
228
|
-
QUICK_RESPONSES: "QUICK_RESPONSES",
|
|
229
|
-
};
|
|
230
|
-
exports.ImportJobStatus = {
|
|
231
|
-
COMPLETE: "COMPLETE",
|
|
232
|
-
DELETED: "DELETED",
|
|
233
|
-
DELETE_FAILED: "DELETE_FAILED",
|
|
234
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
235
|
-
FAILED: "FAILED",
|
|
236
|
-
START_IN_PROGRESS: "START_IN_PROGRESS",
|
|
237
|
-
};
|
|
238
|
-
exports.QuickResponseFilterOperator = {
|
|
239
|
-
EQUALS: "EQUALS",
|
|
240
|
-
PREFIX: "PREFIX",
|
|
241
|
-
};
|
|
242
|
-
exports.Order = {
|
|
243
|
-
ASC: "ASC",
|
|
244
|
-
DESC: "DESC",
|
|
245
|
-
};
|
|
246
|
-
exports.QuickResponseQueryOperator = {
|
|
247
|
-
CONTAINS: "CONTAINS",
|
|
248
|
-
CONTAINS_AND_PREFIX: "CONTAINS_AND_PREFIX",
|
|
249
|
-
};
|
|
250
|
-
exports.Priority = {
|
|
251
|
-
HIGH: "HIGH",
|
|
252
|
-
LOW: "LOW",
|
|
253
|
-
MEDIUM: "MEDIUM",
|
|
254
|
-
};
|
|
255
|
-
class TooManyTagsException extends WisdomServiceException_1.WisdomServiceException {
|
|
256
|
-
constructor(opts) {
|
|
257
|
-
super({
|
|
258
|
-
name: "TooManyTagsException",
|
|
259
|
-
$fault: "client",
|
|
260
|
-
...opts,
|
|
261
|
-
});
|
|
262
|
-
this.name = "TooManyTagsException";
|
|
263
|
-
this.$fault = "client";
|
|
264
|
-
Object.setPrototypeOf(this, TooManyTagsException.prototype);
|
|
265
|
-
this.resourceName = opts.resourceName;
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
exports.TooManyTagsException = TooManyTagsException;
|
|
269
|
-
const DocumentTextFilterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
...(obj.text && { text: smithy_client_1.SENSITIVE_STRING }),
|
|
272
|
-
});
|
|
273
|
-
exports.DocumentTextFilterSensitiveLog = DocumentTextFilterSensitiveLog;
|
|
274
|
-
const DocumentFilterSensitiveLog = (obj) => ({
|
|
275
|
-
...obj,
|
|
276
|
-
...(obj.title && { title: (0, exports.DocumentTextFilterSensitiveLog)(obj.title) }),
|
|
277
|
-
...(obj.excerpt && { excerpt: (0, exports.DocumentTextFilterSensitiveLog)(obj.excerpt) }),
|
|
278
|
-
});
|
|
279
|
-
exports.DocumentFilterSensitiveLog = DocumentFilterSensitiveLog;
|
|
280
|
-
const RecommendationDataFilterSensitiveLog = (obj) => ({
|
|
281
|
-
...obj,
|
|
282
|
-
...(obj.document && { document: (0, exports.DocumentFilterSensitiveLog)(obj.document) }),
|
|
283
|
-
});
|
|
284
|
-
exports.RecommendationDataFilterSensitiveLog = RecommendationDataFilterSensitiveLog;
|
|
285
|
-
const QueryRecommendationTriggerDataFilterSensitiveLog = (obj) => ({
|
|
286
|
-
...obj,
|
|
287
|
-
...(obj.text && { text: smithy_client_1.SENSITIVE_STRING }),
|
|
288
|
-
});
|
|
289
|
-
exports.QueryRecommendationTriggerDataFilterSensitiveLog = QueryRecommendationTriggerDataFilterSensitiveLog;
|
|
290
|
-
const RecommendationTriggerDataFilterSensitiveLog = (obj) => {
|
|
291
|
-
if (obj.query !== undefined)
|
|
292
|
-
return { query: (0, exports.QueryRecommendationTriggerDataFilterSensitiveLog)(obj.query) };
|
|
293
|
-
if (obj.$unknown !== undefined)
|
|
294
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
295
|
-
};
|
|
296
|
-
exports.RecommendationTriggerDataFilterSensitiveLog = RecommendationTriggerDataFilterSensitiveLog;
|
|
297
|
-
const RecommendationTriggerFilterSensitiveLog = (obj) => ({
|
|
298
|
-
...obj,
|
|
299
|
-
...(obj.data && { data: (0, exports.RecommendationTriggerDataFilterSensitiveLog)(obj.data) }),
|
|
300
|
-
});
|
|
301
|
-
exports.RecommendationTriggerFilterSensitiveLog = RecommendationTriggerFilterSensitiveLog;
|
|
302
|
-
const GetRecommendationsResponseFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
...(obj.recommendations && {
|
|
305
|
-
recommendations: obj.recommendations.map((item) => (0, exports.RecommendationDataFilterSensitiveLog)(item)),
|
|
306
|
-
}),
|
|
307
|
-
...(obj.triggers && { triggers: obj.triggers.map((item) => (0, exports.RecommendationTriggerFilterSensitiveLog)(item)) }),
|
|
308
|
-
});
|
|
309
|
-
exports.GetRecommendationsResponseFilterSensitiveLog = GetRecommendationsResponseFilterSensitiveLog;
|
|
310
|
-
const QueryAssistantRequestFilterSensitiveLog = (obj) => ({
|
|
311
|
-
...obj,
|
|
312
|
-
...(obj.queryText && { queryText: smithy_client_1.SENSITIVE_STRING }),
|
|
313
|
-
});
|
|
314
|
-
exports.QueryAssistantRequestFilterSensitiveLog = QueryAssistantRequestFilterSensitiveLog;
|
|
315
|
-
const ResultDataFilterSensitiveLog = (obj) => ({
|
|
316
|
-
...obj,
|
|
317
|
-
...(obj.document && { document: (0, exports.DocumentFilterSensitiveLog)(obj.document) }),
|
|
318
|
-
});
|
|
319
|
-
exports.ResultDataFilterSensitiveLog = ResultDataFilterSensitiveLog;
|
|
320
|
-
const QueryAssistantResponseFilterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
...(obj.results && { results: obj.results.map((item) => (0, exports.ResultDataFilterSensitiveLog)(item)) }),
|
|
323
|
-
});
|
|
324
|
-
exports.QueryAssistantResponseFilterSensitiveLog = QueryAssistantResponseFilterSensitiveLog;
|
|
325
|
-
const ContentDataFilterSensitiveLog = (obj) => ({
|
|
326
|
-
...obj,
|
|
327
|
-
...(obj.url && { url: smithy_client_1.SENSITIVE_STRING }),
|
|
328
|
-
});
|
|
329
|
-
exports.ContentDataFilterSensitiveLog = ContentDataFilterSensitiveLog;
|
|
330
|
-
const CreateContentResponseFilterSensitiveLog = (obj) => ({
|
|
331
|
-
...obj,
|
|
332
|
-
...(obj.content && { content: (0, exports.ContentDataFilterSensitiveLog)(obj.content) }),
|
|
333
|
-
});
|
|
334
|
-
exports.CreateContentResponseFilterSensitiveLog = CreateContentResponseFilterSensitiveLog;
|
|
335
|
-
const GetContentResponseFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
...(obj.content && { content: (0, exports.ContentDataFilterSensitiveLog)(obj.content) }),
|
|
338
|
-
});
|
|
339
|
-
exports.GetContentResponseFilterSensitiveLog = GetContentResponseFilterSensitiveLog;
|
|
340
|
-
const UpdateContentResponseFilterSensitiveLog = (obj) => ({
|
|
341
|
-
...obj,
|
|
342
|
-
...(obj.content && { content: (0, exports.ContentDataFilterSensitiveLog)(obj.content) }),
|
|
343
|
-
});
|
|
344
|
-
exports.UpdateContentResponseFilterSensitiveLog = UpdateContentResponseFilterSensitiveLog;
|
|
345
|
-
const QuickResponseDataProviderFilterSensitiveLog = (obj) => {
|
|
346
|
-
if (obj.content !== undefined)
|
|
347
|
-
return { content: smithy_client_1.SENSITIVE_STRING };
|
|
348
|
-
if (obj.$unknown !== undefined)
|
|
349
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
350
|
-
};
|
|
351
|
-
exports.QuickResponseDataProviderFilterSensitiveLog = QuickResponseDataProviderFilterSensitiveLog;
|
|
352
|
-
const GroupingConfigurationFilterSensitiveLog = (obj) => ({
|
|
353
|
-
...obj,
|
|
354
|
-
...(obj.criteria && { criteria: smithy_client_1.SENSITIVE_STRING }),
|
|
355
|
-
...(obj.values && { values: smithy_client_1.SENSITIVE_STRING }),
|
|
356
|
-
});
|
|
357
|
-
exports.GroupingConfigurationFilterSensitiveLog = GroupingConfigurationFilterSensitiveLog;
|
|
358
|
-
const CreateQuickResponseRequestFilterSensitiveLog = (obj) => ({
|
|
359
|
-
...obj,
|
|
360
|
-
...(obj.content && { content: (0, exports.QuickResponseDataProviderFilterSensitiveLog)(obj.content) }),
|
|
361
|
-
...(obj.groupingConfiguration && {
|
|
362
|
-
groupingConfiguration: (0, exports.GroupingConfigurationFilterSensitiveLog)(obj.groupingConfiguration),
|
|
363
|
-
}),
|
|
364
|
-
...(obj.channels && { channels: smithy_client_1.SENSITIVE_STRING }),
|
|
365
|
-
});
|
|
366
|
-
exports.CreateQuickResponseRequestFilterSensitiveLog = CreateQuickResponseRequestFilterSensitiveLog;
|
|
367
|
-
const QuickResponseContentProviderFilterSensitiveLog = (obj) => {
|
|
368
|
-
if (obj.content !== undefined)
|
|
369
|
-
return { content: smithy_client_1.SENSITIVE_STRING };
|
|
370
|
-
if (obj.$unknown !== undefined)
|
|
371
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
372
|
-
};
|
|
373
|
-
exports.QuickResponseContentProviderFilterSensitiveLog = QuickResponseContentProviderFilterSensitiveLog;
|
|
374
|
-
const QuickResponseContentsFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
...(obj.plainText && { plainText: (0, exports.QuickResponseContentProviderFilterSensitiveLog)(obj.plainText) }),
|
|
377
|
-
...(obj.markdown && { markdown: (0, exports.QuickResponseContentProviderFilterSensitiveLog)(obj.markdown) }),
|
|
378
|
-
});
|
|
379
|
-
exports.QuickResponseContentsFilterSensitiveLog = QuickResponseContentsFilterSensitiveLog;
|
|
380
|
-
const QuickResponseDataFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
...(obj.contents && { contents: (0, exports.QuickResponseContentsFilterSensitiveLog)(obj.contents) }),
|
|
383
|
-
...(obj.groupingConfiguration && {
|
|
384
|
-
groupingConfiguration: (0, exports.GroupingConfigurationFilterSensitiveLog)(obj.groupingConfiguration),
|
|
385
|
-
}),
|
|
386
|
-
...(obj.channels && { channels: smithy_client_1.SENSITIVE_STRING }),
|
|
387
|
-
});
|
|
388
|
-
exports.QuickResponseDataFilterSensitiveLog = QuickResponseDataFilterSensitiveLog;
|
|
389
|
-
const CreateQuickResponseResponseFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
...(obj.quickResponse && { quickResponse: (0, exports.QuickResponseDataFilterSensitiveLog)(obj.quickResponse) }),
|
|
392
|
-
});
|
|
393
|
-
exports.CreateQuickResponseResponseFilterSensitiveLog = CreateQuickResponseResponseFilterSensitiveLog;
|
|
394
|
-
const ImportJobDataFilterSensitiveLog = (obj) => ({
|
|
395
|
-
...obj,
|
|
396
|
-
...(obj.url && { url: smithy_client_1.SENSITIVE_STRING }),
|
|
397
|
-
...(obj.failedRecordReport && { failedRecordReport: smithy_client_1.SENSITIVE_STRING }),
|
|
398
|
-
...(obj.externalSourceConfiguration && { externalSourceConfiguration: obj.externalSourceConfiguration }),
|
|
399
|
-
});
|
|
400
|
-
exports.ImportJobDataFilterSensitiveLog = ImportJobDataFilterSensitiveLog;
|
|
401
|
-
const GetImportJobResponseFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
...(obj.importJob && { importJob: (0, exports.ImportJobDataFilterSensitiveLog)(obj.importJob) }),
|
|
404
|
-
});
|
|
405
|
-
exports.GetImportJobResponseFilterSensitiveLog = GetImportJobResponseFilterSensitiveLog;
|
|
406
|
-
const GetQuickResponseResponseFilterSensitiveLog = (obj) => ({
|
|
407
|
-
...obj,
|
|
408
|
-
...(obj.quickResponse && { quickResponse: (0, exports.QuickResponseDataFilterSensitiveLog)(obj.quickResponse) }),
|
|
409
|
-
});
|
|
410
|
-
exports.GetQuickResponseResponseFilterSensitiveLog = GetQuickResponseResponseFilterSensitiveLog;
|
|
411
|
-
const QuickResponseSummaryFilterSensitiveLog = (obj) => ({
|
|
412
|
-
...obj,
|
|
413
|
-
...(obj.channels && { channels: smithy_client_1.SENSITIVE_STRING }),
|
|
414
|
-
});
|
|
415
|
-
exports.QuickResponseSummaryFilterSensitiveLog = QuickResponseSummaryFilterSensitiveLog;
|
|
416
|
-
const ListQuickResponsesResponseFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
...(obj.quickResponseSummaries && {
|
|
419
|
-
quickResponseSummaries: obj.quickResponseSummaries.map((item) => (0, exports.QuickResponseSummaryFilterSensitiveLog)(item)),
|
|
420
|
-
}),
|
|
421
|
-
});
|
|
422
|
-
exports.ListQuickResponsesResponseFilterSensitiveLog = ListQuickResponsesResponseFilterSensitiveLog;
|
|
423
|
-
const UpdateQuickResponseRequestFilterSensitiveLog = (obj) => ({
|
|
424
|
-
...obj,
|
|
425
|
-
...(obj.content && { content: (0, exports.QuickResponseDataProviderFilterSensitiveLog)(obj.content) }),
|
|
426
|
-
...(obj.groupingConfiguration && {
|
|
427
|
-
groupingConfiguration: (0, exports.GroupingConfigurationFilterSensitiveLog)(obj.groupingConfiguration),
|
|
428
|
-
}),
|
|
429
|
-
...(obj.channels && { channels: smithy_client_1.SENSITIVE_STRING }),
|
|
430
|
-
});
|
|
431
|
-
exports.UpdateQuickResponseRequestFilterSensitiveLog = UpdateQuickResponseRequestFilterSensitiveLog;
|
|
432
|
-
const UpdateQuickResponseResponseFilterSensitiveLog = (obj) => ({
|
|
433
|
-
...obj,
|
|
434
|
-
...(obj.quickResponse && { quickResponse: (0, exports.QuickResponseDataFilterSensitiveLog)(obj.quickResponse) }),
|
|
435
|
-
});
|
|
436
|
-
exports.UpdateQuickResponseResponseFilterSensitiveLog = UpdateQuickResponseResponseFilterSensitiveLog;
|
|
437
|
-
const SearchQuickResponsesRequestFilterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
...(obj.attributes && { attributes: smithy_client_1.SENSITIVE_STRING }),
|
|
440
|
-
});
|
|
441
|
-
exports.SearchQuickResponsesRequestFilterSensitiveLog = SearchQuickResponsesRequestFilterSensitiveLog;
|
|
442
|
-
const QuickResponseSearchResultDataFilterSensitiveLog = (obj) => ({
|
|
443
|
-
...obj,
|
|
444
|
-
...(obj.contents && { contents: (0, exports.QuickResponseContentsFilterSensitiveLog)(obj.contents) }),
|
|
445
|
-
...(obj.groupingConfiguration && {
|
|
446
|
-
groupingConfiguration: (0, exports.GroupingConfigurationFilterSensitiveLog)(obj.groupingConfiguration),
|
|
447
|
-
}),
|
|
448
|
-
...(obj.channels && { channels: smithy_client_1.SENSITIVE_STRING }),
|
|
449
|
-
...(obj.attributesNotInterpolated && { attributesNotInterpolated: smithy_client_1.SENSITIVE_STRING }),
|
|
450
|
-
...(obj.attributesInterpolated && { attributesInterpolated: smithy_client_1.SENSITIVE_STRING }),
|
|
451
|
-
});
|
|
452
|
-
exports.QuickResponseSearchResultDataFilterSensitiveLog = QuickResponseSearchResultDataFilterSensitiveLog;
|
|
453
|
-
const SearchQuickResponsesResponseFilterSensitiveLog = (obj) => ({
|
|
454
|
-
...obj,
|
|
455
|
-
...(obj.results && { results: obj.results.map((item) => (0, exports.QuickResponseSearchResultDataFilterSensitiveLog)(item)) }),
|
|
456
|
-
});
|
|
457
|
-
exports.SearchQuickResponsesResponseFilterSensitiveLog = SearchQuickResponsesResponseFilterSensitiveLog;
|
|
458
|
-
const StartContentUploadResponseFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
...(obj.url && { url: smithy_client_1.SENSITIVE_STRING }),
|
|
461
|
-
});
|
|
462
|
-
exports.StartContentUploadResponseFilterSensitiveLog = StartContentUploadResponseFilterSensitiveLog;
|
|
463
|
-
const StartImportJobResponseFilterSensitiveLog = (obj) => ({
|
|
464
|
-
...obj,
|
|
465
|
-
...(obj.importJob && { importJob: (0, exports.ImportJobDataFilterSensitiveLog)(obj.importJob) }),
|
|
466
|
-
});
|
|
467
|
-
exports.StartImportJobResponseFilterSensitiveLog = StartImportJobResponseFilterSensitiveLog;
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAssistantAssociations = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAssistantAssociationsCommand_1 = require("../commands/ListAssistantAssociationsCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateListAssistantAssociations = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListAssistantAssociationsCommand_1.ListAssistantAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAssistants = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAssistantsCommand_1 = require("../commands/ListAssistantsCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateListAssistants = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListAssistantsCommand_1.ListAssistantsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListContents = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListContentsCommand_1 = require("../commands/ListContentsCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateListContents = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListContentsCommand_1.ListContentsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListImportJobs = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListImportJobsCommand_1 = require("../commands/ListImportJobsCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateListImportJobs = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListImportJobsCommand_1.ListImportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListKnowledgeBases = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListKnowledgeBasesCommand_1 = require("../commands/ListKnowledgeBasesCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateListKnowledgeBases = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListKnowledgeBasesCommand_1.ListKnowledgeBasesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListQuickResponses = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListQuickResponsesCommand_1 = require("../commands/ListQuickResponsesCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateListQuickResponses = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, ListQuickResponsesCommand_1.ListQuickResponsesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateQueryAssistant = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const QueryAssistantCommand_1 = require("../commands/QueryAssistantCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateQueryAssistant = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, QueryAssistantCommand_1.QueryAssistantCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchContent = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchContentCommand_1 = require("../commands/SearchContentCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateSearchContent = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, SearchContentCommand_1.SearchContentCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchQuickResponses = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchQuickResponsesCommand_1 = require("../commands/SearchQuickResponsesCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateSearchQuickResponses = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, SearchQuickResponsesCommand_1.SearchQuickResponsesCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateSearchSessions = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const SearchSessionsCommand_1 = require("../commands/SearchSessionsCommand");
|
|
6
|
-
const WisdomClient_1 = require("../WisdomClient");
|
|
7
|
-
exports.paginateSearchSessions = (0, core_1.createPaginator)(WisdomClient_1.WisdomClient, SearchSessionsCommand_1.SearchSessionsCommand, "nextToken", "nextToken", "maxResults");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,14 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./ListAssistantAssociationsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListAssistantsPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListContentsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListImportJobsPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListKnowledgeBasesPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListQuickResponsesPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./QueryAssistantPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./SearchContentPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./SearchQuickResponsesPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./SearchSessionsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|