@aws-sdk/client-wisdom 3.131.0 → 3.142.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateAssistantCommand.js +2 -2
- package/dist-cjs/commands/CreateContentCommand.js +2 -2
- package/dist-cjs/commands/CreateKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/CreateSessionCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteAssistantCommand.js +2 -2
- package/dist-cjs/commands/DeleteContentCommand.js +2 -2
- package/dist-cjs/commands/DeleteKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/GetAssistantAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetAssistantCommand.js +2 -2
- package/dist-cjs/commands/GetContentCommand.js +2 -2
- package/dist-cjs/commands/GetContentSummaryCommand.js +2 -2
- package/dist-cjs/commands/GetKnowledgeBaseCommand.js +2 -2
- package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
- package/dist-cjs/commands/GetSessionCommand.js +2 -2
- package/dist-cjs/commands/ListAssistantAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListAssistantsCommand.js +2 -2
- package/dist-cjs/commands/ListContentsCommand.js +2 -2
- package/dist-cjs/commands/ListKnowledgeBasesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/NotifyRecommendationsReceivedCommand.js +2 -2
- package/dist-cjs/commands/QueryAssistantCommand.js +2 -2
- package/dist-cjs/commands/RemoveKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-cjs/commands/SearchContentCommand.js +2 -2
- package/dist-cjs/commands/SearchSessionsCommand.js +2 -2
- package/dist-cjs/commands/StartContentUploadCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateContentCommand.js +2 -2
- package/dist-cjs/commands/UpdateKnowledgeBaseTemplateUriCommand.js +2 -2
- package/dist-cjs/models/models_0.js +428 -600
- package/dist-cjs/protocols/Aws_restJson1.js +371 -832
- package/dist-es/commands/CreateAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/CreateAssistantCommand.js +3 -3
- package/dist-es/commands/CreateContentCommand.js +3 -3
- package/dist-es/commands/CreateKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/CreateSessionCommand.js +3 -3
- package/dist-es/commands/DeleteAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteAssistantCommand.js +3 -3
- package/dist-es/commands/DeleteContentCommand.js +3 -3
- package/dist-es/commands/DeleteKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/GetAssistantAssociationCommand.js +3 -3
- package/dist-es/commands/GetAssistantCommand.js +3 -3
- package/dist-es/commands/GetContentCommand.js +3 -3
- package/dist-es/commands/GetContentSummaryCommand.js +3 -3
- package/dist-es/commands/GetKnowledgeBaseCommand.js +3 -3
- package/dist-es/commands/GetRecommendationsCommand.js +3 -3
- package/dist-es/commands/GetSessionCommand.js +3 -3
- package/dist-es/commands/ListAssistantAssociationsCommand.js +3 -3
- package/dist-es/commands/ListAssistantsCommand.js +3 -3
- package/dist-es/commands/ListContentsCommand.js +3 -3
- package/dist-es/commands/ListKnowledgeBasesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/NotifyRecommendationsReceivedCommand.js +3 -3
- package/dist-es/commands/QueryAssistantCommand.js +3 -3
- package/dist-es/commands/RemoveKnowledgeBaseTemplateUriCommand.js +3 -3
- package/dist-es/commands/SearchContentCommand.js +3 -3
- package/dist-es/commands/SearchSessionsCommand.js +3 -3
- package/dist-es/commands/StartContentUploadCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateContentCommand.js +3 -3
- package/dist-es/commands/UpdateKnowledgeBaseTemplateUriCommand.js +3 -3
- package/dist-es/models/models_0.js +137 -400
- package/dist-es/protocols/Aws_restJson1.js +492 -837
- package/dist-types/models/models_0.d.ts +364 -538
- package/dist-types/ts3.4/models/models_0.d.ts +182 -356
- package/package.json +6 -6
|
@@ -13,10 +13,6 @@ var AccessDeniedException = (function (_super) {
|
|
|
13
13
|
return AccessDeniedException;
|
|
14
14
|
}(__BaseException));
|
|
15
15
|
export { AccessDeniedException };
|
|
16
|
-
export var AppIntegrationsConfiguration;
|
|
17
|
-
(function (AppIntegrationsConfiguration) {
|
|
18
|
-
AppIntegrationsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
19
|
-
})(AppIntegrationsConfiguration || (AppIntegrationsConfiguration = {}));
|
|
20
16
|
var ConflictException = (function (_super) {
|
|
21
17
|
__extends(ConflictException, _super);
|
|
22
18
|
function ConflictException(opts) {
|
|
@@ -36,26 +32,11 @@ export var AssistantAssociationInputData;
|
|
|
36
32
|
return visitor.knowledgeBaseId(value.knowledgeBaseId);
|
|
37
33
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
38
34
|
};
|
|
39
|
-
AssistantAssociationInputData.filterSensitiveLog = function (obj) {
|
|
40
|
-
var _a;
|
|
41
|
-
if (obj.knowledgeBaseId !== undefined)
|
|
42
|
-
return { knowledgeBaseId: obj.knowledgeBaseId };
|
|
43
|
-
if (obj.$unknown !== undefined)
|
|
44
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
45
|
-
};
|
|
46
35
|
})(AssistantAssociationInputData || (AssistantAssociationInputData = {}));
|
|
47
36
|
export var AssociationType;
|
|
48
37
|
(function (AssociationType) {
|
|
49
38
|
AssociationType["KNOWLEDGE_BASE"] = "KNOWLEDGE_BASE";
|
|
50
39
|
})(AssociationType || (AssociationType = {}));
|
|
51
|
-
export var CreateAssistantAssociationRequest;
|
|
52
|
-
(function (CreateAssistantAssociationRequest) {
|
|
53
|
-
CreateAssistantAssociationRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.association && { association: AssistantAssociationInputData.filterSensitiveLog(obj.association) }))); };
|
|
54
|
-
})(CreateAssistantAssociationRequest || (CreateAssistantAssociationRequest = {}));
|
|
55
|
-
export var KnowledgeBaseAssociationData;
|
|
56
|
-
(function (KnowledgeBaseAssociationData) {
|
|
57
|
-
KnowledgeBaseAssociationData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
58
|
-
})(KnowledgeBaseAssociationData || (KnowledgeBaseAssociationData = {}));
|
|
59
40
|
export var AssistantAssociationOutputData;
|
|
60
41
|
(function (AssistantAssociationOutputData) {
|
|
61
42
|
AssistantAssociationOutputData.visit = function (value, visitor) {
|
|
@@ -63,28 +44,7 @@ export var AssistantAssociationOutputData;
|
|
|
63
44
|
return visitor.knowledgeBaseAssociation(value.knowledgeBaseAssociation);
|
|
64
45
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
65
46
|
};
|
|
66
|
-
AssistantAssociationOutputData.filterSensitiveLog = function (obj) {
|
|
67
|
-
var _a;
|
|
68
|
-
if (obj.knowledgeBaseAssociation !== undefined)
|
|
69
|
-
return {
|
|
70
|
-
knowledgeBaseAssociation: KnowledgeBaseAssociationData.filterSensitiveLog(obj.knowledgeBaseAssociation),
|
|
71
|
-
};
|
|
72
|
-
if (obj.$unknown !== undefined)
|
|
73
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
74
|
-
};
|
|
75
47
|
})(AssistantAssociationOutputData || (AssistantAssociationOutputData = {}));
|
|
76
|
-
export var AssistantAssociationData;
|
|
77
|
-
(function (AssistantAssociationData) {
|
|
78
|
-
AssistantAssociationData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.associationData && {
|
|
79
|
-
associationData: AssistantAssociationOutputData.filterSensitiveLog(obj.associationData),
|
|
80
|
-
}))); };
|
|
81
|
-
})(AssistantAssociationData || (AssistantAssociationData = {}));
|
|
82
|
-
export var CreateAssistantAssociationResponse;
|
|
83
|
-
(function (CreateAssistantAssociationResponse) {
|
|
84
|
-
CreateAssistantAssociationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.assistantAssociation && {
|
|
85
|
-
assistantAssociation: AssistantAssociationData.filterSensitiveLog(obj.assistantAssociation),
|
|
86
|
-
}))); };
|
|
87
|
-
})(CreateAssistantAssociationResponse || (CreateAssistantAssociationResponse = {}));
|
|
88
48
|
var ResourceNotFoundException = (function (_super) {
|
|
89
49
|
__extends(ResourceNotFoundException, _super);
|
|
90
50
|
function ResourceNotFoundException(opts) {
|
|
@@ -122,54 +82,10 @@ var ValidationException = (function (_super) {
|
|
|
122
82
|
return ValidationException;
|
|
123
83
|
}(__BaseException));
|
|
124
84
|
export { ValidationException };
|
|
125
|
-
export var DeleteAssistantAssociationRequest;
|
|
126
|
-
(function (DeleteAssistantAssociationRequest) {
|
|
127
|
-
DeleteAssistantAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
128
|
-
})(DeleteAssistantAssociationRequest || (DeleteAssistantAssociationRequest = {}));
|
|
129
|
-
export var DeleteAssistantAssociationResponse;
|
|
130
|
-
(function (DeleteAssistantAssociationResponse) {
|
|
131
|
-
DeleteAssistantAssociationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(DeleteAssistantAssociationResponse || (DeleteAssistantAssociationResponse = {}));
|
|
133
|
-
export var GetAssistantAssociationRequest;
|
|
134
|
-
(function (GetAssistantAssociationRequest) {
|
|
135
|
-
GetAssistantAssociationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
136
|
-
})(GetAssistantAssociationRequest || (GetAssistantAssociationRequest = {}));
|
|
137
|
-
export var GetAssistantAssociationResponse;
|
|
138
|
-
(function (GetAssistantAssociationResponse) {
|
|
139
|
-
GetAssistantAssociationResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.assistantAssociation && {
|
|
140
|
-
assistantAssociation: AssistantAssociationData.filterSensitiveLog(obj.assistantAssociation),
|
|
141
|
-
}))); };
|
|
142
|
-
})(GetAssistantAssociationResponse || (GetAssistantAssociationResponse = {}));
|
|
143
|
-
export var ListAssistantAssociationsRequest;
|
|
144
|
-
(function (ListAssistantAssociationsRequest) {
|
|
145
|
-
ListAssistantAssociationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
146
|
-
})(ListAssistantAssociationsRequest || (ListAssistantAssociationsRequest = {}));
|
|
147
|
-
export var AssistantAssociationSummary;
|
|
148
|
-
(function (AssistantAssociationSummary) {
|
|
149
|
-
AssistantAssociationSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.associationData && {
|
|
150
|
-
associationData: AssistantAssociationOutputData.filterSensitiveLog(obj.associationData),
|
|
151
|
-
}))); };
|
|
152
|
-
})(AssistantAssociationSummary || (AssistantAssociationSummary = {}));
|
|
153
|
-
export var ListAssistantAssociationsResponse;
|
|
154
|
-
(function (ListAssistantAssociationsResponse) {
|
|
155
|
-
ListAssistantAssociationsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.assistantAssociationSummaries && {
|
|
156
|
-
assistantAssociationSummaries: obj.assistantAssociationSummaries.map(function (item) {
|
|
157
|
-
return AssistantAssociationSummary.filterSensitiveLog(item);
|
|
158
|
-
}),
|
|
159
|
-
}))); };
|
|
160
|
-
})(ListAssistantAssociationsResponse || (ListAssistantAssociationsResponse = {}));
|
|
161
|
-
export var ServerSideEncryptionConfiguration;
|
|
162
|
-
(function (ServerSideEncryptionConfiguration) {
|
|
163
|
-
ServerSideEncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
-
})(ServerSideEncryptionConfiguration || (ServerSideEncryptionConfiguration = {}));
|
|
165
85
|
export var AssistantType;
|
|
166
86
|
(function (AssistantType) {
|
|
167
87
|
AssistantType["AGENT"] = "AGENT";
|
|
168
88
|
})(AssistantType || (AssistantType = {}));
|
|
169
|
-
export var CreateAssistantRequest;
|
|
170
|
-
(function (CreateAssistantRequest) {
|
|
171
|
-
CreateAssistantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(CreateAssistantRequest || (CreateAssistantRequest = {}));
|
|
173
89
|
export var AssistantStatus;
|
|
174
90
|
(function (AssistantStatus) {
|
|
175
91
|
AssistantStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -179,50 +95,6 @@ export var AssistantStatus;
|
|
|
179
95
|
AssistantStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
180
96
|
AssistantStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
181
97
|
})(AssistantStatus || (AssistantStatus = {}));
|
|
182
|
-
export var AssistantData;
|
|
183
|
-
(function (AssistantData) {
|
|
184
|
-
AssistantData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
185
|
-
})(AssistantData || (AssistantData = {}));
|
|
186
|
-
export var CreateAssistantResponse;
|
|
187
|
-
(function (CreateAssistantResponse) {
|
|
188
|
-
CreateAssistantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
-
})(CreateAssistantResponse || (CreateAssistantResponse = {}));
|
|
190
|
-
export var DeleteAssistantRequest;
|
|
191
|
-
(function (DeleteAssistantRequest) {
|
|
192
|
-
DeleteAssistantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(DeleteAssistantRequest || (DeleteAssistantRequest = {}));
|
|
194
|
-
export var DeleteAssistantResponse;
|
|
195
|
-
(function (DeleteAssistantResponse) {
|
|
196
|
-
DeleteAssistantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
-
})(DeleteAssistantResponse || (DeleteAssistantResponse = {}));
|
|
198
|
-
export var GetAssistantRequest;
|
|
199
|
-
(function (GetAssistantRequest) {
|
|
200
|
-
GetAssistantRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
-
})(GetAssistantRequest || (GetAssistantRequest = {}));
|
|
202
|
-
export var GetAssistantResponse;
|
|
203
|
-
(function (GetAssistantResponse) {
|
|
204
|
-
GetAssistantResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
-
})(GetAssistantResponse || (GetAssistantResponse = {}));
|
|
206
|
-
export var GetRecommendationsRequest;
|
|
207
|
-
(function (GetRecommendationsRequest) {
|
|
208
|
-
GetRecommendationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
-
})(GetRecommendationsRequest || (GetRecommendationsRequest = {}));
|
|
210
|
-
export var ContentReference;
|
|
211
|
-
(function (ContentReference) {
|
|
212
|
-
ContentReference.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
-
})(ContentReference || (ContentReference = {}));
|
|
214
|
-
export var Highlight;
|
|
215
|
-
(function (Highlight) {
|
|
216
|
-
Highlight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
-
})(Highlight || (Highlight = {}));
|
|
218
|
-
export var DocumentText;
|
|
219
|
-
(function (DocumentText) {
|
|
220
|
-
DocumentText.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.text && { text: SENSITIVE_STRING }))); };
|
|
221
|
-
})(DocumentText || (DocumentText = {}));
|
|
222
|
-
export var Document;
|
|
223
|
-
(function (Document) {
|
|
224
|
-
Document.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.title && { title: DocumentText.filterSensitiveLog(obj.title) })), (obj.excerpt && { excerpt: DocumentText.filterSensitiveLog(obj.excerpt) }))); };
|
|
225
|
-
})(Document || (Document = {}));
|
|
226
98
|
export var RelevanceLevel;
|
|
227
99
|
(function (RelevanceLevel) {
|
|
228
100
|
RelevanceLevel["HIGH"] = "HIGH";
|
|
@@ -233,14 +105,6 @@ export var RecommendationType;
|
|
|
233
105
|
(function (RecommendationType) {
|
|
234
106
|
RecommendationType["KNOWLEDGE_CONTENT"] = "KNOWLEDGE_CONTENT";
|
|
235
107
|
})(RecommendationType || (RecommendationType = {}));
|
|
236
|
-
export var RecommendationData;
|
|
237
|
-
(function (RecommendationData) {
|
|
238
|
-
RecommendationData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.document && { document: Document.filterSensitiveLog(obj.document) }))); };
|
|
239
|
-
})(RecommendationData || (RecommendationData = {}));
|
|
240
|
-
export var QueryRecommendationTriggerData;
|
|
241
|
-
(function (QueryRecommendationTriggerData) {
|
|
242
|
-
QueryRecommendationTriggerData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.text && { text: SENSITIVE_STRING }))); };
|
|
243
|
-
})(QueryRecommendationTriggerData || (QueryRecommendationTriggerData = {}));
|
|
244
108
|
export var RecommendationTriggerData;
|
|
245
109
|
(function (RecommendationTriggerData) {
|
|
246
110
|
RecommendationTriggerData.visit = function (value, visitor) {
|
|
@@ -248,13 +112,6 @@ export var RecommendationTriggerData;
|
|
|
248
112
|
return visitor.query(value.query);
|
|
249
113
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
250
114
|
};
|
|
251
|
-
RecommendationTriggerData.filterSensitiveLog = function (obj) {
|
|
252
|
-
var _a;
|
|
253
|
-
if (obj.query !== undefined)
|
|
254
|
-
return { query: QueryRecommendationTriggerData.filterSensitiveLog(obj.query) };
|
|
255
|
-
if (obj.$unknown !== undefined)
|
|
256
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
257
|
-
};
|
|
258
115
|
})(RecommendationTriggerData || (RecommendationTriggerData = {}));
|
|
259
116
|
export var RecommendationSourceType;
|
|
260
117
|
(function (RecommendationSourceType) {
|
|
@@ -266,52 +123,6 @@ export var RecommendationTriggerType;
|
|
|
266
123
|
(function (RecommendationTriggerType) {
|
|
267
124
|
RecommendationTriggerType["QUERY"] = "QUERY";
|
|
268
125
|
})(RecommendationTriggerType || (RecommendationTriggerType = {}));
|
|
269
|
-
export var RecommendationTrigger;
|
|
270
|
-
(function (RecommendationTrigger) {
|
|
271
|
-
RecommendationTrigger.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.data && { data: RecommendationTriggerData.filterSensitiveLog(obj.data) }))); };
|
|
272
|
-
})(RecommendationTrigger || (RecommendationTrigger = {}));
|
|
273
|
-
export var GetRecommendationsResponse;
|
|
274
|
-
(function (GetRecommendationsResponse) {
|
|
275
|
-
GetRecommendationsResponse.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.recommendations && {
|
|
276
|
-
recommendations: obj.recommendations.map(function (item) { return RecommendationData.filterSensitiveLog(item); }),
|
|
277
|
-
})), (obj.triggers && { triggers: obj.triggers.map(function (item) { return RecommendationTrigger.filterSensitiveLog(item); }) }))); };
|
|
278
|
-
})(GetRecommendationsResponse || (GetRecommendationsResponse = {}));
|
|
279
|
-
export var ListAssistantsRequest;
|
|
280
|
-
(function (ListAssistantsRequest) {
|
|
281
|
-
ListAssistantsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
-
})(ListAssistantsRequest || (ListAssistantsRequest = {}));
|
|
283
|
-
export var AssistantSummary;
|
|
284
|
-
(function (AssistantSummary) {
|
|
285
|
-
AssistantSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
-
})(AssistantSummary || (AssistantSummary = {}));
|
|
287
|
-
export var ListAssistantsResponse;
|
|
288
|
-
(function (ListAssistantsResponse) {
|
|
289
|
-
ListAssistantsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
-
})(ListAssistantsResponse || (ListAssistantsResponse = {}));
|
|
291
|
-
export var NotifyRecommendationsReceivedRequest;
|
|
292
|
-
(function (NotifyRecommendationsReceivedRequest) {
|
|
293
|
-
NotifyRecommendationsReceivedRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
-
})(NotifyRecommendationsReceivedRequest || (NotifyRecommendationsReceivedRequest = {}));
|
|
295
|
-
export var NotifyRecommendationsReceivedError;
|
|
296
|
-
(function (NotifyRecommendationsReceivedError) {
|
|
297
|
-
NotifyRecommendationsReceivedError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
-
})(NotifyRecommendationsReceivedError || (NotifyRecommendationsReceivedError = {}));
|
|
299
|
-
export var NotifyRecommendationsReceivedResponse;
|
|
300
|
-
(function (NotifyRecommendationsReceivedResponse) {
|
|
301
|
-
NotifyRecommendationsReceivedResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
-
})(NotifyRecommendationsReceivedResponse || (NotifyRecommendationsReceivedResponse = {}));
|
|
303
|
-
export var QueryAssistantRequest;
|
|
304
|
-
(function (QueryAssistantRequest) {
|
|
305
|
-
QueryAssistantRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.queryText && { queryText: SENSITIVE_STRING }))); };
|
|
306
|
-
})(QueryAssistantRequest || (QueryAssistantRequest = {}));
|
|
307
|
-
export var ResultData;
|
|
308
|
-
(function (ResultData) {
|
|
309
|
-
ResultData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.document && { document: Document.filterSensitiveLog(obj.document) }))); };
|
|
310
|
-
})(ResultData || (ResultData = {}));
|
|
311
|
-
export var QueryAssistantResponse;
|
|
312
|
-
(function (QueryAssistantResponse) {
|
|
313
|
-
QueryAssistantResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.results && { results: obj.results.map(function (item) { return ResultData.filterSensitiveLog(item); }) }))); };
|
|
314
|
-
})(QueryAssistantResponse || (QueryAssistantResponse = {}));
|
|
315
126
|
export var FilterField;
|
|
316
127
|
(function (FilterField) {
|
|
317
128
|
FilterField["NAME"] = "NAME";
|
|
@@ -320,50 +131,6 @@ export var FilterOperator;
|
|
|
320
131
|
(function (FilterOperator) {
|
|
321
132
|
FilterOperator["EQUALS"] = "EQUALS";
|
|
322
133
|
})(FilterOperator || (FilterOperator = {}));
|
|
323
|
-
export var Filter;
|
|
324
|
-
(function (Filter) {
|
|
325
|
-
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
-
})(Filter || (Filter = {}));
|
|
327
|
-
export var SearchExpression;
|
|
328
|
-
(function (SearchExpression) {
|
|
329
|
-
SearchExpression.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
|
-
})(SearchExpression || (SearchExpression = {}));
|
|
331
|
-
export var SearchSessionsRequest;
|
|
332
|
-
(function (SearchSessionsRequest) {
|
|
333
|
-
SearchSessionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
334
|
-
})(SearchSessionsRequest || (SearchSessionsRequest = {}));
|
|
335
|
-
export var SessionSummary;
|
|
336
|
-
(function (SessionSummary) {
|
|
337
|
-
SessionSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
338
|
-
})(SessionSummary || (SessionSummary = {}));
|
|
339
|
-
export var SearchSessionsResponse;
|
|
340
|
-
(function (SearchSessionsResponse) {
|
|
341
|
-
SearchSessionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
342
|
-
})(SearchSessionsResponse || (SearchSessionsResponse = {}));
|
|
343
|
-
export var CreateSessionRequest;
|
|
344
|
-
(function (CreateSessionRequest) {
|
|
345
|
-
CreateSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
346
|
-
})(CreateSessionRequest || (CreateSessionRequest = {}));
|
|
347
|
-
export var SessionData;
|
|
348
|
-
(function (SessionData) {
|
|
349
|
-
SessionData.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
-
})(SessionData || (SessionData = {}));
|
|
351
|
-
export var CreateSessionResponse;
|
|
352
|
-
(function (CreateSessionResponse) {
|
|
353
|
-
CreateSessionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
-
})(CreateSessionResponse || (CreateSessionResponse = {}));
|
|
355
|
-
export var GetSessionRequest;
|
|
356
|
-
(function (GetSessionRequest) {
|
|
357
|
-
GetSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
-
})(GetSessionRequest || (GetSessionRequest = {}));
|
|
359
|
-
export var GetSessionResponse;
|
|
360
|
-
(function (GetSessionResponse) {
|
|
361
|
-
GetSessionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
-
})(GetSessionResponse || (GetSessionResponse = {}));
|
|
363
|
-
export var CreateContentRequest;
|
|
364
|
-
(function (CreateContentRequest) {
|
|
365
|
-
CreateContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
366
|
-
})(CreateContentRequest || (CreateContentRequest = {}));
|
|
367
134
|
export var ContentStatus;
|
|
368
135
|
(function (ContentStatus) {
|
|
369
136
|
ContentStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -374,50 +141,6 @@ export var ContentStatus;
|
|
|
374
141
|
ContentStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
375
142
|
ContentStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
376
143
|
})(ContentStatus || (ContentStatus = {}));
|
|
377
|
-
export var ContentData;
|
|
378
|
-
(function (ContentData) {
|
|
379
|
-
ContentData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
380
|
-
})(ContentData || (ContentData = {}));
|
|
381
|
-
export var CreateContentResponse;
|
|
382
|
-
(function (CreateContentResponse) {
|
|
383
|
-
CreateContentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.content && { content: ContentData.filterSensitiveLog(obj.content) }))); };
|
|
384
|
-
})(CreateContentResponse || (CreateContentResponse = {}));
|
|
385
|
-
export var DeleteContentRequest;
|
|
386
|
-
(function (DeleteContentRequest) {
|
|
387
|
-
DeleteContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
388
|
-
})(DeleteContentRequest || (DeleteContentRequest = {}));
|
|
389
|
-
export var DeleteContentResponse;
|
|
390
|
-
(function (DeleteContentResponse) {
|
|
391
|
-
DeleteContentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(DeleteContentResponse || (DeleteContentResponse = {}));
|
|
393
|
-
export var GetContentRequest;
|
|
394
|
-
(function (GetContentRequest) {
|
|
395
|
-
GetContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
396
|
-
})(GetContentRequest || (GetContentRequest = {}));
|
|
397
|
-
export var GetContentResponse;
|
|
398
|
-
(function (GetContentResponse) {
|
|
399
|
-
GetContentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.content && { content: ContentData.filterSensitiveLog(obj.content) }))); };
|
|
400
|
-
})(GetContentResponse || (GetContentResponse = {}));
|
|
401
|
-
export var GetContentSummaryRequest;
|
|
402
|
-
(function (GetContentSummaryRequest) {
|
|
403
|
-
GetContentSummaryRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(GetContentSummaryRequest || (GetContentSummaryRequest = {}));
|
|
405
|
-
export var ContentSummary;
|
|
406
|
-
(function (ContentSummary) {
|
|
407
|
-
ContentSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
408
|
-
})(ContentSummary || (ContentSummary = {}));
|
|
409
|
-
export var GetContentSummaryResponse;
|
|
410
|
-
(function (GetContentSummaryResponse) {
|
|
411
|
-
GetContentSummaryResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
412
|
-
})(GetContentSummaryResponse || (GetContentSummaryResponse = {}));
|
|
413
|
-
export var ListContentsRequest;
|
|
414
|
-
(function (ListContentsRequest) {
|
|
415
|
-
ListContentsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
416
|
-
})(ListContentsRequest || (ListContentsRequest = {}));
|
|
417
|
-
export var ListContentsResponse;
|
|
418
|
-
(function (ListContentsResponse) {
|
|
419
|
-
ListContentsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
-
})(ListContentsResponse || (ListContentsResponse = {}));
|
|
421
144
|
var PreconditionFailedException = (function (_super) {
|
|
422
145
|
__extends(PreconditionFailedException, _super);
|
|
423
146
|
function PreconditionFailedException(opts) {
|
|
@@ -430,23 +153,11 @@ var PreconditionFailedException = (function (_super) {
|
|
|
430
153
|
return PreconditionFailedException;
|
|
431
154
|
}(__BaseException));
|
|
432
155
|
export { PreconditionFailedException };
|
|
433
|
-
export var UpdateContentRequest;
|
|
434
|
-
(function (UpdateContentRequest) {
|
|
435
|
-
UpdateContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
436
|
-
})(UpdateContentRequest || (UpdateContentRequest = {}));
|
|
437
|
-
export var UpdateContentResponse;
|
|
438
|
-
(function (UpdateContentResponse) {
|
|
439
|
-
UpdateContentResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.content && { content: ContentData.filterSensitiveLog(obj.content) }))); };
|
|
440
|
-
})(UpdateContentResponse || (UpdateContentResponse = {}));
|
|
441
156
|
export var KnowledgeBaseType;
|
|
442
157
|
(function (KnowledgeBaseType) {
|
|
443
158
|
KnowledgeBaseType["CUSTOM"] = "CUSTOM";
|
|
444
159
|
KnowledgeBaseType["EXTERNAL"] = "EXTERNAL";
|
|
445
160
|
})(KnowledgeBaseType || (KnowledgeBaseType = {}));
|
|
446
|
-
export var RenderingConfiguration;
|
|
447
|
-
(function (RenderingConfiguration) {
|
|
448
|
-
RenderingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
|
-
})(RenderingConfiguration || (RenderingConfiguration = {}));
|
|
450
161
|
export var SourceConfiguration;
|
|
451
162
|
(function (SourceConfiguration) {
|
|
452
163
|
SourceConfiguration.visit = function (value, visitor) {
|
|
@@ -454,20 +165,7 @@ export var SourceConfiguration;
|
|
|
454
165
|
return visitor.appIntegrations(value.appIntegrations);
|
|
455
166
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
456
167
|
};
|
|
457
|
-
SourceConfiguration.filterSensitiveLog = function (obj) {
|
|
458
|
-
var _a;
|
|
459
|
-
if (obj.appIntegrations !== undefined)
|
|
460
|
-
return { appIntegrations: AppIntegrationsConfiguration.filterSensitiveLog(obj.appIntegrations) };
|
|
461
|
-
if (obj.$unknown !== undefined)
|
|
462
|
-
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
463
|
-
};
|
|
464
168
|
})(SourceConfiguration || (SourceConfiguration = {}));
|
|
465
|
-
export var CreateKnowledgeBaseRequest;
|
|
466
|
-
(function (CreateKnowledgeBaseRequest) {
|
|
467
|
-
CreateKnowledgeBaseRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.sourceConfiguration && {
|
|
468
|
-
sourceConfiguration: SourceConfiguration.filterSensitiveLog(obj.sourceConfiguration),
|
|
469
|
-
}))); };
|
|
470
|
-
})(CreateKnowledgeBaseRequest || (CreateKnowledgeBaseRequest = {}));
|
|
471
169
|
export var KnowledgeBaseStatus;
|
|
472
170
|
(function (KnowledgeBaseStatus) {
|
|
473
171
|
KnowledgeBaseStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -477,96 +175,6 @@ export var KnowledgeBaseStatus;
|
|
|
477
175
|
KnowledgeBaseStatus["DELETE_FAILED"] = "DELETE_FAILED";
|
|
478
176
|
KnowledgeBaseStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS";
|
|
479
177
|
})(KnowledgeBaseStatus || (KnowledgeBaseStatus = {}));
|
|
480
|
-
export var KnowledgeBaseData;
|
|
481
|
-
(function (KnowledgeBaseData) {
|
|
482
|
-
KnowledgeBaseData.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.sourceConfiguration && {
|
|
483
|
-
sourceConfiguration: SourceConfiguration.filterSensitiveLog(obj.sourceConfiguration),
|
|
484
|
-
}))); };
|
|
485
|
-
})(KnowledgeBaseData || (KnowledgeBaseData = {}));
|
|
486
|
-
export var CreateKnowledgeBaseResponse;
|
|
487
|
-
(function (CreateKnowledgeBaseResponse) {
|
|
488
|
-
CreateKnowledgeBaseResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.knowledgeBase && { knowledgeBase: KnowledgeBaseData.filterSensitiveLog(obj.knowledgeBase) }))); };
|
|
489
|
-
})(CreateKnowledgeBaseResponse || (CreateKnowledgeBaseResponse = {}));
|
|
490
|
-
export var DeleteKnowledgeBaseRequest;
|
|
491
|
-
(function (DeleteKnowledgeBaseRequest) {
|
|
492
|
-
DeleteKnowledgeBaseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
493
|
-
})(DeleteKnowledgeBaseRequest || (DeleteKnowledgeBaseRequest = {}));
|
|
494
|
-
export var DeleteKnowledgeBaseResponse;
|
|
495
|
-
(function (DeleteKnowledgeBaseResponse) {
|
|
496
|
-
DeleteKnowledgeBaseResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
497
|
-
})(DeleteKnowledgeBaseResponse || (DeleteKnowledgeBaseResponse = {}));
|
|
498
|
-
export var GetKnowledgeBaseRequest;
|
|
499
|
-
(function (GetKnowledgeBaseRequest) {
|
|
500
|
-
GetKnowledgeBaseRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
501
|
-
})(GetKnowledgeBaseRequest || (GetKnowledgeBaseRequest = {}));
|
|
502
|
-
export var GetKnowledgeBaseResponse;
|
|
503
|
-
(function (GetKnowledgeBaseResponse) {
|
|
504
|
-
GetKnowledgeBaseResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.knowledgeBase && { knowledgeBase: KnowledgeBaseData.filterSensitiveLog(obj.knowledgeBase) }))); };
|
|
505
|
-
})(GetKnowledgeBaseResponse || (GetKnowledgeBaseResponse = {}));
|
|
506
|
-
export var ListKnowledgeBasesRequest;
|
|
507
|
-
(function (ListKnowledgeBasesRequest) {
|
|
508
|
-
ListKnowledgeBasesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
509
|
-
})(ListKnowledgeBasesRequest || (ListKnowledgeBasesRequest = {}));
|
|
510
|
-
export var KnowledgeBaseSummary;
|
|
511
|
-
(function (KnowledgeBaseSummary) {
|
|
512
|
-
KnowledgeBaseSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.sourceConfiguration && {
|
|
513
|
-
sourceConfiguration: SourceConfiguration.filterSensitiveLog(obj.sourceConfiguration),
|
|
514
|
-
}))); };
|
|
515
|
-
})(KnowledgeBaseSummary || (KnowledgeBaseSummary = {}));
|
|
516
|
-
export var ListKnowledgeBasesResponse;
|
|
517
|
-
(function (ListKnowledgeBasesResponse) {
|
|
518
|
-
ListKnowledgeBasesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.knowledgeBaseSummaries && {
|
|
519
|
-
knowledgeBaseSummaries: obj.knowledgeBaseSummaries.map(function (item) { return KnowledgeBaseSummary.filterSensitiveLog(item); }),
|
|
520
|
-
}))); };
|
|
521
|
-
})(ListKnowledgeBasesResponse || (ListKnowledgeBasesResponse = {}));
|
|
522
|
-
export var RemoveKnowledgeBaseTemplateUriRequest;
|
|
523
|
-
(function (RemoveKnowledgeBaseTemplateUriRequest) {
|
|
524
|
-
RemoveKnowledgeBaseTemplateUriRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
525
|
-
})(RemoveKnowledgeBaseTemplateUriRequest || (RemoveKnowledgeBaseTemplateUriRequest = {}));
|
|
526
|
-
export var RemoveKnowledgeBaseTemplateUriResponse;
|
|
527
|
-
(function (RemoveKnowledgeBaseTemplateUriResponse) {
|
|
528
|
-
RemoveKnowledgeBaseTemplateUriResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
|
-
})(RemoveKnowledgeBaseTemplateUriResponse || (RemoveKnowledgeBaseTemplateUriResponse = {}));
|
|
530
|
-
export var SearchContentRequest;
|
|
531
|
-
(function (SearchContentRequest) {
|
|
532
|
-
SearchContentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
-
})(SearchContentRequest || (SearchContentRequest = {}));
|
|
534
|
-
export var SearchContentResponse;
|
|
535
|
-
(function (SearchContentResponse) {
|
|
536
|
-
SearchContentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
-
})(SearchContentResponse || (SearchContentResponse = {}));
|
|
538
|
-
export var StartContentUploadRequest;
|
|
539
|
-
(function (StartContentUploadRequest) {
|
|
540
|
-
StartContentUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
-
})(StartContentUploadRequest || (StartContentUploadRequest = {}));
|
|
542
|
-
export var StartContentUploadResponse;
|
|
543
|
-
(function (StartContentUploadResponse) {
|
|
544
|
-
StartContentUploadResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
545
|
-
})(StartContentUploadResponse || (StartContentUploadResponse = {}));
|
|
546
|
-
export var UpdateKnowledgeBaseTemplateUriRequest;
|
|
547
|
-
(function (UpdateKnowledgeBaseTemplateUriRequest) {
|
|
548
|
-
UpdateKnowledgeBaseTemplateUriRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
-
})(UpdateKnowledgeBaseTemplateUriRequest || (UpdateKnowledgeBaseTemplateUriRequest = {}));
|
|
550
|
-
export var UpdateKnowledgeBaseTemplateUriResponse;
|
|
551
|
-
(function (UpdateKnowledgeBaseTemplateUriResponse) {
|
|
552
|
-
UpdateKnowledgeBaseTemplateUriResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.knowledgeBase && { knowledgeBase: KnowledgeBaseData.filterSensitiveLog(obj.knowledgeBase) }))); };
|
|
553
|
-
})(UpdateKnowledgeBaseTemplateUriResponse || (UpdateKnowledgeBaseTemplateUriResponse = {}));
|
|
554
|
-
export var ListTagsForResourceRequest;
|
|
555
|
-
(function (ListTagsForResourceRequest) {
|
|
556
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
558
|
-
export var ListTagsForResourceResponse;
|
|
559
|
-
(function (ListTagsForResourceResponse) {
|
|
560
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
562
|
-
export var TagResourceRequest;
|
|
563
|
-
(function (TagResourceRequest) {
|
|
564
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
566
|
-
export var TagResourceResponse;
|
|
567
|
-
(function (TagResourceResponse) {
|
|
568
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
570
178
|
var TooManyTagsException = (function (_super) {
|
|
571
179
|
__extends(TooManyTagsException, _super);
|
|
572
180
|
function TooManyTagsException(opts) {
|
|
@@ -580,11 +188,140 @@ var TooManyTagsException = (function (_super) {
|
|
|
580
188
|
return TooManyTagsException;
|
|
581
189
|
}(__BaseException));
|
|
582
190
|
export { TooManyTagsException };
|
|
583
|
-
export var
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
(
|
|
589
|
-
|
|
590
|
-
}
|
|
191
|
+
export var AppIntegrationsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var AssistantAssociationInputDataFilterSensitiveLog = function (obj) {
|
|
193
|
+
var _a;
|
|
194
|
+
if (obj.knowledgeBaseId !== undefined)
|
|
195
|
+
return { knowledgeBaseId: obj.knowledgeBaseId };
|
|
196
|
+
if (obj.$unknown !== undefined)
|
|
197
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
198
|
+
};
|
|
199
|
+
export var CreateAssistantAssociationRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.association && { association: AssistantAssociationInputDataFilterSensitiveLog(obj.association) }))); };
|
|
200
|
+
export var KnowledgeBaseAssociationDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var AssistantAssociationOutputDataFilterSensitiveLog = function (obj) {
|
|
202
|
+
var _a;
|
|
203
|
+
if (obj.knowledgeBaseAssociation !== undefined)
|
|
204
|
+
return { knowledgeBaseAssociation: KnowledgeBaseAssociationDataFilterSensitiveLog(obj.knowledgeBaseAssociation) };
|
|
205
|
+
if (obj.$unknown !== undefined)
|
|
206
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
207
|
+
};
|
|
208
|
+
export var AssistantAssociationDataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.associationData && {
|
|
209
|
+
associationData: AssistantAssociationOutputDataFilterSensitiveLog(obj.associationData),
|
|
210
|
+
}))); };
|
|
211
|
+
export var CreateAssistantAssociationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.assistantAssociation && {
|
|
212
|
+
assistantAssociation: AssistantAssociationDataFilterSensitiveLog(obj.assistantAssociation),
|
|
213
|
+
}))); };
|
|
214
|
+
export var DeleteAssistantAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var DeleteAssistantAssociationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var GetAssistantAssociationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var GetAssistantAssociationResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.assistantAssociation && {
|
|
218
|
+
assistantAssociation: AssistantAssociationDataFilterSensitiveLog(obj.assistantAssociation),
|
|
219
|
+
}))); };
|
|
220
|
+
export var ListAssistantAssociationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var AssistantAssociationSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.associationData && {
|
|
222
|
+
associationData: AssistantAssociationOutputDataFilterSensitiveLog(obj.associationData),
|
|
223
|
+
}))); };
|
|
224
|
+
export var ListAssistantAssociationsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.assistantAssociationSummaries && {
|
|
225
|
+
assistantAssociationSummaries: obj.assistantAssociationSummaries.map(function (item) {
|
|
226
|
+
return AssistantAssociationSummaryFilterSensitiveLog(item);
|
|
227
|
+
}),
|
|
228
|
+
}))); };
|
|
229
|
+
export var ServerSideEncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var CreateAssistantRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var AssistantDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var CreateAssistantResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var DeleteAssistantRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var DeleteAssistantResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var GetAssistantRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var GetAssistantResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var GetRecommendationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var ContentReferenceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var HighlightFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var DocumentTextFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.text && { text: SENSITIVE_STRING }))); };
|
|
241
|
+
export var DocumentFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.title && { title: DocumentTextFilterSensitiveLog(obj.title) })), (obj.excerpt && { excerpt: DocumentTextFilterSensitiveLog(obj.excerpt) }))); };
|
|
242
|
+
export var RecommendationDataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.document && { document: DocumentFilterSensitiveLog(obj.document) }))); };
|
|
243
|
+
export var QueryRecommendationTriggerDataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.text && { text: SENSITIVE_STRING }))); };
|
|
244
|
+
export var RecommendationTriggerDataFilterSensitiveLog = function (obj) {
|
|
245
|
+
var _a;
|
|
246
|
+
if (obj.query !== undefined)
|
|
247
|
+
return { query: QueryRecommendationTriggerDataFilterSensitiveLog(obj.query) };
|
|
248
|
+
if (obj.$unknown !== undefined)
|
|
249
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
250
|
+
};
|
|
251
|
+
export var RecommendationTriggerFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.data && { data: RecommendationTriggerDataFilterSensitiveLog(obj.data) }))); };
|
|
252
|
+
export var GetRecommendationsResponseFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign({}, obj), (obj.recommendations && {
|
|
253
|
+
recommendations: obj.recommendations.map(function (item) { return RecommendationDataFilterSensitiveLog(item); }),
|
|
254
|
+
})), (obj.triggers && { triggers: obj.triggers.map(function (item) { return RecommendationTriggerFilterSensitiveLog(item); }) }))); };
|
|
255
|
+
export var ListAssistantsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var AssistantSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var ListAssistantsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var NotifyRecommendationsReceivedRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var NotifyRecommendationsReceivedErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var NotifyRecommendationsReceivedResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var QueryAssistantRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.queryText && { queryText: SENSITIVE_STRING }))); };
|
|
262
|
+
export var ResultDataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.document && { document: DocumentFilterSensitiveLog(obj.document) }))); };
|
|
263
|
+
export var QueryAssistantResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.results && { results: obj.results.map(function (item) { return ResultDataFilterSensitiveLog(item); }) }))); };
|
|
264
|
+
export var FilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var SearchExpressionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var SearchSessionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var SessionSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var SearchSessionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var CreateSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var SessionDataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var CreateSessionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var GetSessionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var GetSessionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var CreateContentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var ContentDataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
276
|
+
export var CreateContentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.content && { content: ContentDataFilterSensitiveLog(obj.content) }))); };
|
|
277
|
+
export var DeleteContentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var DeleteContentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var GetContentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var GetContentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.content && { content: ContentDataFilterSensitiveLog(obj.content) }))); };
|
|
281
|
+
export var GetContentSummaryRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var ContentSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var GetContentSummaryResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var ListContentsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var ListContentsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var UpdateContentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var UpdateContentResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.content && { content: ContentDataFilterSensitiveLog(obj.content) }))); };
|
|
288
|
+
export var RenderingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var SourceConfigurationFilterSensitiveLog = function (obj) {
|
|
290
|
+
var _a;
|
|
291
|
+
if (obj.appIntegrations !== undefined)
|
|
292
|
+
return { appIntegrations: AppIntegrationsConfigurationFilterSensitiveLog(obj.appIntegrations) };
|
|
293
|
+
if (obj.$unknown !== undefined)
|
|
294
|
+
return _a = {}, _a[obj.$unknown[0]] = "UNKNOWN", _a;
|
|
295
|
+
};
|
|
296
|
+
export var CreateKnowledgeBaseRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.sourceConfiguration && {
|
|
297
|
+
sourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.sourceConfiguration),
|
|
298
|
+
}))); };
|
|
299
|
+
export var KnowledgeBaseDataFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.sourceConfiguration && {
|
|
300
|
+
sourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.sourceConfiguration),
|
|
301
|
+
}))); };
|
|
302
|
+
export var CreateKnowledgeBaseResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.knowledgeBase && { knowledgeBase: KnowledgeBaseDataFilterSensitiveLog(obj.knowledgeBase) }))); };
|
|
303
|
+
export var DeleteKnowledgeBaseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var DeleteKnowledgeBaseResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var GetKnowledgeBaseRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var GetKnowledgeBaseResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.knowledgeBase && { knowledgeBase: KnowledgeBaseDataFilterSensitiveLog(obj.knowledgeBase) }))); };
|
|
307
|
+
export var ListKnowledgeBasesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
308
|
+
export var KnowledgeBaseSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.sourceConfiguration && {
|
|
309
|
+
sourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.sourceConfiguration),
|
|
310
|
+
}))); };
|
|
311
|
+
export var ListKnowledgeBasesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.knowledgeBaseSummaries && {
|
|
312
|
+
knowledgeBaseSummaries: obj.knowledgeBaseSummaries.map(function (item) { return KnowledgeBaseSummaryFilterSensitiveLog(item); }),
|
|
313
|
+
}))); };
|
|
314
|
+
export var RemoveKnowledgeBaseTemplateUriRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
+
export var RemoveKnowledgeBaseTemplateUriResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
|
+
export var SearchContentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
+
export var SearchContentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
318
|
+
export var StartContentUploadRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
+
export var StartContentUploadResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
320
|
+
export var UpdateKnowledgeBaseTemplateUriRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
+
export var UpdateKnowledgeBaseTemplateUriResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.knowledgeBase && { knowledgeBase: KnowledgeBaseDataFilterSensitiveLog(obj.knowledgeBase) }))); };
|
|
322
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
324
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
326
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|