@aws-sdk/client-kendra 3.131.0 → 3.141.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/AssociateEntitiesToExperienceCommand.js +2 -2
- package/dist-cjs/commands/AssociatePersonasToEntitiesCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteDocumentCommand.js +2 -2
- package/dist-cjs/commands/BatchGetDocumentStatusCommand.js +2 -2
- package/dist-cjs/commands/BatchPutDocumentCommand.js +2 -2
- package/dist-cjs/commands/ClearQuerySuggestionsCommand.js +1 -1
- package/dist-cjs/commands/CreateAccessControlConfigurationCommand.js +2 -2
- package/dist-cjs/commands/CreateDataSourceCommand.js +2 -2
- package/dist-cjs/commands/CreateExperienceCommand.js +2 -2
- package/dist-cjs/commands/CreateFaqCommand.js +2 -2
- package/dist-cjs/commands/CreateIndexCommand.js +2 -2
- package/dist-cjs/commands/CreateQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-cjs/commands/CreateThesaurusCommand.js +2 -2
- package/dist-cjs/commands/DeleteAccessControlConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-cjs/commands/DeleteExperienceCommand.js +2 -2
- package/dist-cjs/commands/DeleteFaqCommand.js +1 -1
- package/dist-cjs/commands/DeleteIndexCommand.js +1 -1
- package/dist-cjs/commands/DeletePrincipalMappingCommand.js +1 -1
- package/dist-cjs/commands/DeleteQuerySuggestionsBlockListCommand.js +1 -1
- package/dist-cjs/commands/DeleteThesaurusCommand.js +1 -1
- package/dist-cjs/commands/DescribeAccessControlConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeDataSourceCommand.js +2 -2
- package/dist-cjs/commands/DescribeExperienceCommand.js +2 -2
- package/dist-cjs/commands/DescribeFaqCommand.js +2 -2
- package/dist-cjs/commands/DescribeIndexCommand.js +2 -2
- package/dist-cjs/commands/DescribePrincipalMappingCommand.js +2 -2
- package/dist-cjs/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-cjs/commands/DescribeQuerySuggestionsConfigCommand.js +2 -2
- package/dist-cjs/commands/DescribeThesaurusCommand.js +2 -2
- package/dist-cjs/commands/DisassociateEntitiesFromExperienceCommand.js +2 -2
- package/dist-cjs/commands/DisassociatePersonasFromEntitiesCommand.js +2 -2
- package/dist-cjs/commands/GetQuerySuggestionsCommand.js +2 -2
- package/dist-cjs/commands/GetSnapshotsCommand.js +2 -2
- package/dist-cjs/commands/ListAccessControlConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourceSyncJobsCommand.js +2 -2
- package/dist-cjs/commands/ListDataSourcesCommand.js +2 -2
- package/dist-cjs/commands/ListEntityPersonasCommand.js +2 -2
- package/dist-cjs/commands/ListExperienceEntitiesCommand.js +2 -2
- package/dist-cjs/commands/ListExperiencesCommand.js +2 -2
- package/dist-cjs/commands/ListFaqsCommand.js +2 -2
- package/dist-cjs/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -2
- package/dist-cjs/commands/ListIndicesCommand.js +2 -2
- package/dist-cjs/commands/ListQuerySuggestionsBlockListsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListThesauriCommand.js +2 -2
- package/dist-cjs/commands/PutPrincipalMappingCommand.js +1 -1
- package/dist-cjs/commands/QueryCommand.js +2 -3
- package/dist-cjs/commands/StartDataSourceSyncJobCommand.js +2 -2
- package/dist-cjs/commands/StopDataSourceSyncJobCommand.js +1 -1
- package/dist-cjs/commands/SubmitFeedbackCommand.js +1 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateAccessControlConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-cjs/commands/UpdateExperienceCommand.js +1 -1
- package/dist-cjs/commands/UpdateIndexCommand.js +1 -1
- package/dist-cjs/commands/UpdateQuerySuggestionsBlockListCommand.js +1 -1
- package/dist-cjs/commands/UpdateQuerySuggestionsConfigCommand.js +1 -1
- package/dist-cjs/commands/UpdateThesaurusCommand.js +1 -1
- package/dist-cjs/models/models_0.js +959 -1426
- package/dist-cjs/models/models_1.js +9 -7
- package/dist-cjs/protocols/Aws_json1_1.js +2 -0
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +3 -3
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +3 -3
- package/dist-es/commands/BatchDeleteDocumentCommand.js +3 -3
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +3 -3
- package/dist-es/commands/BatchPutDocumentCommand.js +3 -3
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -2
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +3 -3
- package/dist-es/commands/CreateDataSourceCommand.js +3 -3
- package/dist-es/commands/CreateExperienceCommand.js +3 -3
- package/dist-es/commands/CreateFaqCommand.js +3 -3
- package/dist-es/commands/CreateIndexCommand.js +3 -3
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +3 -3
- package/dist-es/commands/CreateThesaurusCommand.js +3 -3
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +3 -3
- package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
- package/dist-es/commands/DeleteExperienceCommand.js +3 -3
- package/dist-es/commands/DeleteFaqCommand.js +2 -2
- package/dist-es/commands/DeleteIndexCommand.js +2 -2
- package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -2
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/DeleteThesaurusCommand.js +2 -2
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeDataSourceCommand.js +3 -3
- package/dist-es/commands/DescribeExperienceCommand.js +3 -3
- package/dist-es/commands/DescribeFaqCommand.js +3 -3
- package/dist-es/commands/DescribeIndexCommand.js +3 -3
- package/dist-es/commands/DescribePrincipalMappingCommand.js +3 -3
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +3 -3
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +3 -3
- package/dist-es/commands/DescribeThesaurusCommand.js +3 -3
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +3 -3
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +3 -3
- package/dist-es/commands/GetQuerySuggestionsCommand.js +3 -3
- package/dist-es/commands/GetSnapshotsCommand.js +3 -3
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +3 -3
- package/dist-es/commands/ListDataSourcesCommand.js +3 -3
- package/dist-es/commands/ListEntityPersonasCommand.js +3 -3
- package/dist-es/commands/ListExperienceEntitiesCommand.js +3 -3
- package/dist-es/commands/ListExperiencesCommand.js +3 -3
- package/dist-es/commands/ListFaqsCommand.js +3 -3
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +3 -3
- package/dist-es/commands/ListIndicesCommand.js +3 -3
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListThesauriCommand.js +3 -3
- package/dist-es/commands/PutPrincipalMappingCommand.js +2 -2
- package/dist-es/commands/QueryCommand.js +3 -4
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +3 -3
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
- package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
- package/dist-es/commands/UpdateExperienceCommand.js +2 -2
- package/dist-es/commands/UpdateIndexCommand.js +2 -2
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -2
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -2
- package/dist-es/commands/UpdateThesaurusCommand.js +2 -2
- package/dist-es/models/models_0.js +244 -942
- package/dist-es/models/models_1.js +2 -4
- package/dist-es/protocols/Aws_json1_1.js +2 -1
- package/dist-types/Kendra.d.ts +14 -16
- package/dist-types/commands/CreateAccessControlConfigurationCommand.d.ts +10 -12
- package/dist-types/commands/QueryCommand.d.ts +1 -2
- package/dist-types/commands/UpdateAccessControlConfigurationCommand.d.ts +4 -4
- package/dist-types/models/models_0.d.ts +958 -1449
- package/dist-types/models/models_1.d.ts +44 -7
- package/dist-types/ts3.4/commands/QueryCommand.d.ts +1 -2
- package/dist-types/ts3.4/models/models_0.d.ts +470 -948
- package/dist-types/ts3.4/models/models_1.d.ts +19 -5
- package/package.json +6 -6
|
@@ -1,14 +1,6 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { KendraServiceException as __BaseException } from "./KendraServiceException";
|
|
4
|
-
export var AccessControlConfigurationSummary;
|
|
5
|
-
(function (AccessControlConfigurationSummary) {
|
|
6
|
-
AccessControlConfigurationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
7
|
-
})(AccessControlConfigurationSummary || (AccessControlConfigurationSummary = {}));
|
|
8
|
-
export var AccessControlListConfiguration;
|
|
9
|
-
(function (AccessControlListConfiguration) {
|
|
10
|
-
AccessControlListConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
11
|
-
})(AccessControlListConfiguration || (AccessControlListConfiguration = {}));
|
|
12
4
|
var AccessDeniedException = (function (_super) {
|
|
13
5
|
__extends(AccessDeniedException, _super);
|
|
14
6
|
function AccessDeniedException(opts) {
|
|
@@ -22,78 +14,26 @@ var AccessDeniedException = (function (_super) {
|
|
|
22
14
|
return AccessDeniedException;
|
|
23
15
|
}(__BaseException));
|
|
24
16
|
export { AccessDeniedException };
|
|
25
|
-
export var AclConfiguration;
|
|
26
|
-
(function (AclConfiguration) {
|
|
27
|
-
AclConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
|
-
})(AclConfiguration || (AclConfiguration = {}));
|
|
29
17
|
export var HighlightType;
|
|
30
18
|
(function (HighlightType) {
|
|
31
19
|
HighlightType["STANDARD"] = "STANDARD";
|
|
32
20
|
HighlightType["THESAURUS_SYNONYM"] = "THESAURUS_SYNONYM";
|
|
33
21
|
})(HighlightType || (HighlightType = {}));
|
|
34
|
-
export var Highlight;
|
|
35
|
-
(function (Highlight) {
|
|
36
|
-
Highlight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
37
|
-
})(Highlight || (Highlight = {}));
|
|
38
|
-
export var TextWithHighlights;
|
|
39
|
-
(function (TextWithHighlights) {
|
|
40
|
-
TextWithHighlights.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
41
|
-
})(TextWithHighlights || (TextWithHighlights = {}));
|
|
42
|
-
export var AdditionalResultAttributeValue;
|
|
43
|
-
(function (AdditionalResultAttributeValue) {
|
|
44
|
-
AdditionalResultAttributeValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
45
|
-
})(AdditionalResultAttributeValue || (AdditionalResultAttributeValue = {}));
|
|
46
22
|
export var AdditionalResultAttributeValueType;
|
|
47
23
|
(function (AdditionalResultAttributeValueType) {
|
|
48
24
|
AdditionalResultAttributeValueType["TEXT_WITH_HIGHLIGHTS_VALUE"] = "TEXT_WITH_HIGHLIGHTS_VALUE";
|
|
49
25
|
})(AdditionalResultAttributeValueType || (AdditionalResultAttributeValueType = {}));
|
|
50
|
-
export var AdditionalResultAttribute;
|
|
51
|
-
(function (AdditionalResultAttribute) {
|
|
52
|
-
AdditionalResultAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
53
|
-
})(AdditionalResultAttribute || (AdditionalResultAttribute = {}));
|
|
54
|
-
export var DataSourceToIndexFieldMapping;
|
|
55
|
-
(function (DataSourceToIndexFieldMapping) {
|
|
56
|
-
DataSourceToIndexFieldMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
|
-
})(DataSourceToIndexFieldMapping || (DataSourceToIndexFieldMapping = {}));
|
|
58
26
|
export var AlfrescoEntity;
|
|
59
27
|
(function (AlfrescoEntity) {
|
|
60
28
|
AlfrescoEntity["blog"] = "blog";
|
|
61
29
|
AlfrescoEntity["documentLibrary"] = "documentLibrary";
|
|
62
30
|
AlfrescoEntity["wiki"] = "wiki";
|
|
63
31
|
})(AlfrescoEntity || (AlfrescoEntity = {}));
|
|
64
|
-
export var S3Path;
|
|
65
|
-
(function (S3Path) {
|
|
66
|
-
S3Path.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
-
})(S3Path || (S3Path = {}));
|
|
68
|
-
export var DataSourceVpcConfiguration;
|
|
69
|
-
(function (DataSourceVpcConfiguration) {
|
|
70
|
-
DataSourceVpcConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
-
})(DataSourceVpcConfiguration || (DataSourceVpcConfiguration = {}));
|
|
72
|
-
export var AlfrescoConfiguration;
|
|
73
|
-
(function (AlfrescoConfiguration) {
|
|
74
|
-
AlfrescoConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
-
})(AlfrescoConfiguration || (AlfrescoConfiguration = {}));
|
|
76
32
|
export var EntityType;
|
|
77
33
|
(function (EntityType) {
|
|
78
34
|
EntityType["GROUP"] = "GROUP";
|
|
79
35
|
EntityType["USER"] = "USER";
|
|
80
36
|
})(EntityType || (EntityType = {}));
|
|
81
|
-
export var EntityConfiguration;
|
|
82
|
-
(function (EntityConfiguration) {
|
|
83
|
-
EntityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(EntityConfiguration || (EntityConfiguration = {}));
|
|
85
|
-
export var AssociateEntitiesToExperienceRequest;
|
|
86
|
-
(function (AssociateEntitiesToExperienceRequest) {
|
|
87
|
-
AssociateEntitiesToExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
88
|
-
})(AssociateEntitiesToExperienceRequest || (AssociateEntitiesToExperienceRequest = {}));
|
|
89
|
-
export var FailedEntity;
|
|
90
|
-
(function (FailedEntity) {
|
|
91
|
-
FailedEntity.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
|
-
})(FailedEntity || (FailedEntity = {}));
|
|
93
|
-
export var AssociateEntitiesToExperienceResponse;
|
|
94
|
-
(function (AssociateEntitiesToExperienceResponse) {
|
|
95
|
-
AssociateEntitiesToExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
|
-
})(AssociateEntitiesToExperienceResponse || (AssociateEntitiesToExperienceResponse = {}));
|
|
97
37
|
var InternalServerException = (function (_super) {
|
|
98
38
|
__extends(InternalServerException, _super);
|
|
99
39
|
function InternalServerException(opts) {
|
|
@@ -164,55 +104,11 @@ export var Persona;
|
|
|
164
104
|
Persona["OWNER"] = "OWNER";
|
|
165
105
|
Persona["VIEWER"] = "VIEWER";
|
|
166
106
|
})(Persona || (Persona = {}));
|
|
167
|
-
export var EntityPersonaConfiguration;
|
|
168
|
-
(function (EntityPersonaConfiguration) {
|
|
169
|
-
EntityPersonaConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(EntityPersonaConfiguration || (EntityPersonaConfiguration = {}));
|
|
171
|
-
export var AssociatePersonasToEntitiesRequest;
|
|
172
|
-
(function (AssociatePersonasToEntitiesRequest) {
|
|
173
|
-
AssociatePersonasToEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
-
})(AssociatePersonasToEntitiesRequest || (AssociatePersonasToEntitiesRequest = {}));
|
|
175
|
-
export var AssociatePersonasToEntitiesResponse;
|
|
176
|
-
(function (AssociatePersonasToEntitiesResponse) {
|
|
177
|
-
AssociatePersonasToEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(AssociatePersonasToEntitiesResponse || (AssociatePersonasToEntitiesResponse = {}));
|
|
179
|
-
export var DocumentAttributeValue;
|
|
180
|
-
(function (DocumentAttributeValue) {
|
|
181
|
-
DocumentAttributeValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(DocumentAttributeValue || (DocumentAttributeValue = {}));
|
|
183
|
-
export var DocumentAttribute;
|
|
184
|
-
(function (DocumentAttribute) {
|
|
185
|
-
DocumentAttribute.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
-
})(DocumentAttribute || (DocumentAttribute = {}));
|
|
187
|
-
export var BasicAuthenticationConfiguration;
|
|
188
|
-
(function (BasicAuthenticationConfiguration) {
|
|
189
|
-
BasicAuthenticationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
-
})(BasicAuthenticationConfiguration || (BasicAuthenticationConfiguration = {}));
|
|
191
|
-
export var AuthenticationConfiguration;
|
|
192
|
-
(function (AuthenticationConfiguration) {
|
|
193
|
-
AuthenticationConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
-
})(AuthenticationConfiguration || (AuthenticationConfiguration = {}));
|
|
195
|
-
export var DataSourceSyncJobMetricTarget;
|
|
196
|
-
(function (DataSourceSyncJobMetricTarget) {
|
|
197
|
-
DataSourceSyncJobMetricTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
-
})(DataSourceSyncJobMetricTarget || (DataSourceSyncJobMetricTarget = {}));
|
|
199
|
-
export var BatchDeleteDocumentRequest;
|
|
200
|
-
(function (BatchDeleteDocumentRequest) {
|
|
201
|
-
BatchDeleteDocumentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
-
})(BatchDeleteDocumentRequest || (BatchDeleteDocumentRequest = {}));
|
|
203
107
|
export var ErrorCode;
|
|
204
108
|
(function (ErrorCode) {
|
|
205
109
|
ErrorCode["INTERNAL_ERROR"] = "InternalError";
|
|
206
110
|
ErrorCode["INVALID_REQUEST"] = "InvalidRequest";
|
|
207
111
|
})(ErrorCode || (ErrorCode = {}));
|
|
208
|
-
export var BatchDeleteDocumentResponseFailedDocument;
|
|
209
|
-
(function (BatchDeleteDocumentResponseFailedDocument) {
|
|
210
|
-
BatchDeleteDocumentResponseFailedDocument.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
-
})(BatchDeleteDocumentResponseFailedDocument || (BatchDeleteDocumentResponseFailedDocument = {}));
|
|
212
|
-
export var BatchDeleteDocumentResponse;
|
|
213
|
-
(function (BatchDeleteDocumentResponse) {
|
|
214
|
-
BatchDeleteDocumentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
-
})(BatchDeleteDocumentResponse || (BatchDeleteDocumentResponse = {}));
|
|
216
112
|
var ConflictException = (function (_super) {
|
|
217
113
|
__extends(ConflictException, _super);
|
|
218
114
|
function ConflictException(opts) {
|
|
@@ -226,14 +122,6 @@ var ConflictException = (function (_super) {
|
|
|
226
122
|
return ConflictException;
|
|
227
123
|
}(__BaseException));
|
|
228
124
|
export { ConflictException };
|
|
229
|
-
export var DocumentInfo;
|
|
230
|
-
(function (DocumentInfo) {
|
|
231
|
-
DocumentInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
-
})(DocumentInfo || (DocumentInfo = {}));
|
|
233
|
-
export var BatchGetDocumentStatusRequest;
|
|
234
|
-
(function (BatchGetDocumentStatusRequest) {
|
|
235
|
-
BatchGetDocumentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
-
})(BatchGetDocumentStatusRequest || (BatchGetDocumentStatusRequest = {}));
|
|
237
125
|
export var DocumentStatus;
|
|
238
126
|
(function (DocumentStatus) {
|
|
239
127
|
DocumentStatus["FAILED"] = "FAILED";
|
|
@@ -243,18 +131,6 @@ export var DocumentStatus;
|
|
|
243
131
|
DocumentStatus["UPDATED"] = "UPDATED";
|
|
244
132
|
DocumentStatus["UPDATE_FAILED"] = "UPDATE_FAILED";
|
|
245
133
|
})(DocumentStatus || (DocumentStatus = {}));
|
|
246
|
-
export var Status;
|
|
247
|
-
(function (Status) {
|
|
248
|
-
Status.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
-
})(Status || (Status = {}));
|
|
250
|
-
export var BatchGetDocumentStatusResponseError;
|
|
251
|
-
(function (BatchGetDocumentStatusResponseError) {
|
|
252
|
-
BatchGetDocumentStatusResponseError.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(BatchGetDocumentStatusResponseError || (BatchGetDocumentStatusResponseError = {}));
|
|
254
|
-
export var BatchGetDocumentStatusResponse;
|
|
255
|
-
(function (BatchGetDocumentStatusResponse) {
|
|
256
|
-
BatchGetDocumentStatusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
-
})(BatchGetDocumentStatusResponse || (BatchGetDocumentStatusResponse = {}));
|
|
258
134
|
export var ConditionOperator;
|
|
259
135
|
(function (ConditionOperator) {
|
|
260
136
|
ConditionOperator["BeginsWith"] = "BeginsWith";
|
|
@@ -269,26 +145,6 @@ export var ConditionOperator;
|
|
|
269
145
|
ConditionOperator["NotEquals"] = "NotEquals";
|
|
270
146
|
ConditionOperator["NotExists"] = "NotExists";
|
|
271
147
|
})(ConditionOperator || (ConditionOperator = {}));
|
|
272
|
-
export var DocumentAttributeCondition;
|
|
273
|
-
(function (DocumentAttributeCondition) {
|
|
274
|
-
DocumentAttributeCondition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
-
})(DocumentAttributeCondition || (DocumentAttributeCondition = {}));
|
|
276
|
-
export var DocumentAttributeTarget;
|
|
277
|
-
(function (DocumentAttributeTarget) {
|
|
278
|
-
DocumentAttributeTarget.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
-
})(DocumentAttributeTarget || (DocumentAttributeTarget = {}));
|
|
280
|
-
export var InlineCustomDocumentEnrichmentConfiguration;
|
|
281
|
-
(function (InlineCustomDocumentEnrichmentConfiguration) {
|
|
282
|
-
InlineCustomDocumentEnrichmentConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
-
})(InlineCustomDocumentEnrichmentConfiguration || (InlineCustomDocumentEnrichmentConfiguration = {}));
|
|
284
|
-
export var HookConfiguration;
|
|
285
|
-
(function (HookConfiguration) {
|
|
286
|
-
HookConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
-
})(HookConfiguration || (HookConfiguration = {}));
|
|
288
|
-
export var CustomDocumentEnrichmentConfiguration;
|
|
289
|
-
(function (CustomDocumentEnrichmentConfiguration) {
|
|
290
|
-
CustomDocumentEnrichmentConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(CustomDocumentEnrichmentConfiguration || (CustomDocumentEnrichmentConfiguration = {}));
|
|
292
148
|
export var ReadAccessType;
|
|
293
149
|
(function (ReadAccessType) {
|
|
294
150
|
ReadAccessType["ALLOW"] = "ALLOW";
|
|
@@ -299,10 +155,6 @@ export var PrincipalType;
|
|
|
299
155
|
PrincipalType["GROUP"] = "GROUP";
|
|
300
156
|
PrincipalType["USER"] = "USER";
|
|
301
157
|
})(PrincipalType || (PrincipalType = {}));
|
|
302
|
-
export var Principal;
|
|
303
|
-
(function (Principal) {
|
|
304
|
-
Principal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
-
})(Principal || (Principal = {}));
|
|
306
158
|
export var ContentType;
|
|
307
159
|
(function (ContentType) {
|
|
308
160
|
ContentType["HTML"] = "HTML";
|
|
@@ -311,26 +163,6 @@ export var ContentType;
|
|
|
311
163
|
ContentType["PLAIN_TEXT"] = "PLAIN_TEXT";
|
|
312
164
|
ContentType["PPT"] = "PPT";
|
|
313
165
|
})(ContentType || (ContentType = {}));
|
|
314
|
-
export var HierarchicalPrincipal;
|
|
315
|
-
(function (HierarchicalPrincipal) {
|
|
316
|
-
HierarchicalPrincipal.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
317
|
-
})(HierarchicalPrincipal || (HierarchicalPrincipal = {}));
|
|
318
|
-
export var Document;
|
|
319
|
-
(function (Document) {
|
|
320
|
-
Document.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(Document || (Document = {}));
|
|
322
|
-
export var BatchPutDocumentRequest;
|
|
323
|
-
(function (BatchPutDocumentRequest) {
|
|
324
|
-
BatchPutDocumentRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
325
|
-
})(BatchPutDocumentRequest || (BatchPutDocumentRequest = {}));
|
|
326
|
-
export var BatchPutDocumentResponseFailedDocument;
|
|
327
|
-
(function (BatchPutDocumentResponseFailedDocument) {
|
|
328
|
-
BatchPutDocumentResponseFailedDocument.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
329
|
-
})(BatchPutDocumentResponseFailedDocument || (BatchPutDocumentResponseFailedDocument = {}));
|
|
330
|
-
export var BatchPutDocumentResponse;
|
|
331
|
-
(function (BatchPutDocumentResponse) {
|
|
332
|
-
BatchPutDocumentResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
333
|
-
})(BatchPutDocumentResponse || (BatchPutDocumentResponse = {}));
|
|
334
166
|
var ServiceQuotaExceededException = (function (_super) {
|
|
335
167
|
__extends(ServiceQuotaExceededException, _super);
|
|
336
168
|
function ServiceQuotaExceededException(opts) {
|
|
@@ -344,22 +176,6 @@ var ServiceQuotaExceededException = (function (_super) {
|
|
|
344
176
|
return ServiceQuotaExceededException;
|
|
345
177
|
}(__BaseException));
|
|
346
178
|
export { ServiceQuotaExceededException };
|
|
347
|
-
export var ClearQuerySuggestionsRequest;
|
|
348
|
-
(function (ClearQuerySuggestionsRequest) {
|
|
349
|
-
ClearQuerySuggestionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
-
})(ClearQuerySuggestionsRequest || (ClearQuerySuggestionsRequest = {}));
|
|
351
|
-
export var CreateAccessControlConfigurationRequest;
|
|
352
|
-
(function (CreateAccessControlConfigurationRequest) {
|
|
353
|
-
CreateAccessControlConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
354
|
-
})(CreateAccessControlConfigurationRequest || (CreateAccessControlConfigurationRequest = {}));
|
|
355
|
-
export var CreateAccessControlConfigurationResponse;
|
|
356
|
-
(function (CreateAccessControlConfigurationResponse) {
|
|
357
|
-
CreateAccessControlConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
|
-
})(CreateAccessControlConfigurationResponse || (CreateAccessControlConfigurationResponse = {}));
|
|
359
|
-
export var BoxConfiguration;
|
|
360
|
-
(function (BoxConfiguration) {
|
|
361
|
-
BoxConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
362
|
-
})(BoxConfiguration || (BoxConfiguration = {}));
|
|
363
179
|
export var ConfluenceAttachmentFieldName;
|
|
364
180
|
(function (ConfluenceAttachmentFieldName) {
|
|
365
181
|
ConfluenceAttachmentFieldName["AUTHOR"] = "AUTHOR";
|
|
@@ -374,14 +190,6 @@ export var ConfluenceAttachmentFieldName;
|
|
|
374
190
|
ConfluenceAttachmentFieldName["URL"] = "URL";
|
|
375
191
|
ConfluenceAttachmentFieldName["VERSION"] = "VERSION";
|
|
376
192
|
})(ConfluenceAttachmentFieldName || (ConfluenceAttachmentFieldName = {}));
|
|
377
|
-
export var ConfluenceAttachmentToIndexFieldMapping;
|
|
378
|
-
(function (ConfluenceAttachmentToIndexFieldMapping) {
|
|
379
|
-
ConfluenceAttachmentToIndexFieldMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(ConfluenceAttachmentToIndexFieldMapping || (ConfluenceAttachmentToIndexFieldMapping = {}));
|
|
381
|
-
export var ConfluenceAttachmentConfiguration;
|
|
382
|
-
(function (ConfluenceAttachmentConfiguration) {
|
|
383
|
-
ConfluenceAttachmentConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
384
|
-
})(ConfluenceAttachmentConfiguration || (ConfluenceAttachmentConfiguration = {}));
|
|
385
193
|
export var ConfluenceBlogFieldName;
|
|
386
194
|
(function (ConfluenceBlogFieldName) {
|
|
387
195
|
ConfluenceBlogFieldName["AUTHOR"] = "AUTHOR";
|
|
@@ -394,14 +202,6 @@ export var ConfluenceBlogFieldName;
|
|
|
394
202
|
ConfluenceBlogFieldName["URL"] = "URL";
|
|
395
203
|
ConfluenceBlogFieldName["VERSION"] = "VERSION";
|
|
396
204
|
})(ConfluenceBlogFieldName || (ConfluenceBlogFieldName = {}));
|
|
397
|
-
export var ConfluenceBlogToIndexFieldMapping;
|
|
398
|
-
(function (ConfluenceBlogToIndexFieldMapping) {
|
|
399
|
-
ConfluenceBlogToIndexFieldMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
|
-
})(ConfluenceBlogToIndexFieldMapping || (ConfluenceBlogToIndexFieldMapping = {}));
|
|
401
|
-
export var ConfluenceBlogConfiguration;
|
|
402
|
-
(function (ConfluenceBlogConfiguration) {
|
|
403
|
-
ConfluenceBlogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
404
|
-
})(ConfluenceBlogConfiguration || (ConfluenceBlogConfiguration = {}));
|
|
405
205
|
export var ConfluencePageFieldName;
|
|
406
206
|
(function (ConfluencePageFieldName) {
|
|
407
207
|
ConfluencePageFieldName["AUTHOR"] = "AUTHOR";
|
|
@@ -417,14 +217,6 @@ export var ConfluencePageFieldName;
|
|
|
417
217
|
ConfluencePageFieldName["URL"] = "URL";
|
|
418
218
|
ConfluencePageFieldName["VERSION"] = "VERSION";
|
|
419
219
|
})(ConfluencePageFieldName || (ConfluencePageFieldName = {}));
|
|
420
|
-
export var ConfluencePageToIndexFieldMapping;
|
|
421
|
-
(function (ConfluencePageToIndexFieldMapping) {
|
|
422
|
-
ConfluencePageToIndexFieldMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
423
|
-
})(ConfluencePageToIndexFieldMapping || (ConfluencePageToIndexFieldMapping = {}));
|
|
424
|
-
export var ConfluencePageConfiguration;
|
|
425
|
-
(function (ConfluencePageConfiguration) {
|
|
426
|
-
ConfluencePageConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
427
|
-
})(ConfluencePageConfiguration || (ConfluencePageConfiguration = {}));
|
|
428
220
|
export var ConfluenceSpaceFieldName;
|
|
429
221
|
(function (ConfluenceSpaceFieldName) {
|
|
430
222
|
ConfluenceSpaceFieldName["DISPLAY_URL"] = "DISPLAY_URL";
|
|
@@ -432,31 +224,11 @@ export var ConfluenceSpaceFieldName;
|
|
|
432
224
|
ConfluenceSpaceFieldName["SPACE_KEY"] = "SPACE_KEY";
|
|
433
225
|
ConfluenceSpaceFieldName["URL"] = "URL";
|
|
434
226
|
})(ConfluenceSpaceFieldName || (ConfluenceSpaceFieldName = {}));
|
|
435
|
-
export var ConfluenceSpaceToIndexFieldMapping;
|
|
436
|
-
(function (ConfluenceSpaceToIndexFieldMapping) {
|
|
437
|
-
ConfluenceSpaceToIndexFieldMapping.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(ConfluenceSpaceToIndexFieldMapping || (ConfluenceSpaceToIndexFieldMapping = {}));
|
|
439
|
-
export var ConfluenceSpaceConfiguration;
|
|
440
|
-
(function (ConfluenceSpaceConfiguration) {
|
|
441
|
-
ConfluenceSpaceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(ConfluenceSpaceConfiguration || (ConfluenceSpaceConfiguration = {}));
|
|
443
227
|
export var ConfluenceVersion;
|
|
444
228
|
(function (ConfluenceVersion) {
|
|
445
229
|
ConfluenceVersion["CLOUD"] = "CLOUD";
|
|
446
230
|
ConfluenceVersion["SERVER"] = "SERVER";
|
|
447
231
|
})(ConfluenceVersion || (ConfluenceVersion = {}));
|
|
448
|
-
export var ConfluenceConfiguration;
|
|
449
|
-
(function (ConfluenceConfiguration) {
|
|
450
|
-
ConfluenceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
451
|
-
})(ConfluenceConfiguration || (ConfluenceConfiguration = {}));
|
|
452
|
-
export var ColumnConfiguration;
|
|
453
|
-
(function (ColumnConfiguration) {
|
|
454
|
-
ColumnConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
455
|
-
})(ColumnConfiguration || (ColumnConfiguration = {}));
|
|
456
|
-
export var ConnectionConfiguration;
|
|
457
|
-
(function (ConnectionConfiguration) {
|
|
458
|
-
ConnectionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
459
|
-
})(ConnectionConfiguration || (ConnectionConfiguration = {}));
|
|
460
232
|
export var DatabaseEngineType;
|
|
461
233
|
(function (DatabaseEngineType) {
|
|
462
234
|
DatabaseEngineType["RDS_AURORA_MYSQL"] = "RDS_AURORA_MYSQL";
|
|
@@ -469,108 +241,32 @@ export var QueryIdentifiersEnclosingOption;
|
|
|
469
241
|
QueryIdentifiersEnclosingOption["DOUBLE_QUOTES"] = "DOUBLE_QUOTES";
|
|
470
242
|
QueryIdentifiersEnclosingOption["NONE"] = "NONE";
|
|
471
243
|
})(QueryIdentifiersEnclosingOption || (QueryIdentifiersEnclosingOption = {}));
|
|
472
|
-
export var SqlConfiguration;
|
|
473
|
-
(function (SqlConfiguration) {
|
|
474
|
-
SqlConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
475
|
-
})(SqlConfiguration || (SqlConfiguration = {}));
|
|
476
|
-
export var DatabaseConfiguration;
|
|
477
|
-
(function (DatabaseConfiguration) {
|
|
478
|
-
DatabaseConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
479
|
-
})(DatabaseConfiguration || (DatabaseConfiguration = {}));
|
|
480
244
|
export var FsxFileSystemType;
|
|
481
245
|
(function (FsxFileSystemType) {
|
|
482
246
|
FsxFileSystemType["WINDOWS"] = "WINDOWS";
|
|
483
247
|
})(FsxFileSystemType || (FsxFileSystemType = {}));
|
|
484
|
-
export var FsxConfiguration;
|
|
485
|
-
(function (FsxConfiguration) {
|
|
486
|
-
FsxConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
487
|
-
})(FsxConfiguration || (FsxConfiguration = {}));
|
|
488
|
-
export var GitHubDocumentCrawlProperties;
|
|
489
|
-
(function (GitHubDocumentCrawlProperties) {
|
|
490
|
-
GitHubDocumentCrawlProperties.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
|
-
})(GitHubDocumentCrawlProperties || (GitHubDocumentCrawlProperties = {}));
|
|
492
|
-
export var OnPremiseConfiguration;
|
|
493
|
-
(function (OnPremiseConfiguration) {
|
|
494
|
-
OnPremiseConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
-
})(OnPremiseConfiguration || (OnPremiseConfiguration = {}));
|
|
496
|
-
export var SaaSConfiguration;
|
|
497
|
-
(function (SaaSConfiguration) {
|
|
498
|
-
SaaSConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
|
-
})(SaaSConfiguration || (SaaSConfiguration = {}));
|
|
500
248
|
export var Type;
|
|
501
249
|
(function (Type) {
|
|
502
250
|
Type["ON_PREMISE"] = "ON_PREMISE";
|
|
503
251
|
Type["SAAS"] = "SAAS";
|
|
504
252
|
})(Type || (Type = {}));
|
|
505
|
-
export var GitHubConfiguration;
|
|
506
|
-
(function (GitHubConfiguration) {
|
|
507
|
-
GitHubConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
508
|
-
})(GitHubConfiguration || (GitHubConfiguration = {}));
|
|
509
|
-
export var GoogleDriveConfiguration;
|
|
510
|
-
(function (GoogleDriveConfiguration) {
|
|
511
|
-
GoogleDriveConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
|
-
})(GoogleDriveConfiguration || (GoogleDriveConfiguration = {}));
|
|
513
253
|
export var IssueSubEntity;
|
|
514
254
|
(function (IssueSubEntity) {
|
|
515
255
|
IssueSubEntity["ATTACHMENTS"] = "ATTACHMENTS";
|
|
516
256
|
IssueSubEntity["COMMENTS"] = "COMMENTS";
|
|
517
257
|
IssueSubEntity["WORKLOGS"] = "WORKLOGS";
|
|
518
258
|
})(IssueSubEntity || (IssueSubEntity = {}));
|
|
519
|
-
export var JiraConfiguration;
|
|
520
|
-
(function (JiraConfiguration) {
|
|
521
|
-
JiraConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
|
-
})(JiraConfiguration || (JiraConfiguration = {}));
|
|
523
|
-
export var OneDriveUsers;
|
|
524
|
-
(function (OneDriveUsers) {
|
|
525
|
-
OneDriveUsers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
|
-
})(OneDriveUsers || (OneDriveUsers = {}));
|
|
527
|
-
export var OneDriveConfiguration;
|
|
528
|
-
(function (OneDriveConfiguration) {
|
|
529
|
-
OneDriveConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
-
})(OneDriveConfiguration || (OneDriveConfiguration = {}));
|
|
531
|
-
export var QuipConfiguration;
|
|
532
|
-
(function (QuipConfiguration) {
|
|
533
|
-
QuipConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(QuipConfiguration || (QuipConfiguration = {}));
|
|
535
|
-
export var DocumentsMetadataConfiguration;
|
|
536
|
-
(function (DocumentsMetadataConfiguration) {
|
|
537
|
-
DocumentsMetadataConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
-
})(DocumentsMetadataConfiguration || (DocumentsMetadataConfiguration = {}));
|
|
539
|
-
export var S3DataSourceConfiguration;
|
|
540
|
-
(function (S3DataSourceConfiguration) {
|
|
541
|
-
S3DataSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
-
})(S3DataSourceConfiguration || (S3DataSourceConfiguration = {}));
|
|
543
259
|
export var SalesforceChatterFeedIncludeFilterType;
|
|
544
260
|
(function (SalesforceChatterFeedIncludeFilterType) {
|
|
545
261
|
SalesforceChatterFeedIncludeFilterType["ACTIVE_USER"] = "ACTIVE_USER";
|
|
546
262
|
SalesforceChatterFeedIncludeFilterType["STANDARD_USER"] = "STANDARD_USER";
|
|
547
263
|
})(SalesforceChatterFeedIncludeFilterType || (SalesforceChatterFeedIncludeFilterType = {}));
|
|
548
|
-
export var SalesforceChatterFeedConfiguration;
|
|
549
|
-
(function (SalesforceChatterFeedConfiguration) {
|
|
550
|
-
SalesforceChatterFeedConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
-
})(SalesforceChatterFeedConfiguration || (SalesforceChatterFeedConfiguration = {}));
|
|
552
|
-
export var SalesforceCustomKnowledgeArticleTypeConfiguration;
|
|
553
|
-
(function (SalesforceCustomKnowledgeArticleTypeConfiguration) {
|
|
554
|
-
SalesforceCustomKnowledgeArticleTypeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
-
})(SalesforceCustomKnowledgeArticleTypeConfiguration || (SalesforceCustomKnowledgeArticleTypeConfiguration = {}));
|
|
556
264
|
export var SalesforceKnowledgeArticleState;
|
|
557
265
|
(function (SalesforceKnowledgeArticleState) {
|
|
558
266
|
SalesforceKnowledgeArticleState["ARCHIVED"] = "ARCHIVED";
|
|
559
267
|
SalesforceKnowledgeArticleState["DRAFT"] = "DRAFT";
|
|
560
268
|
SalesforceKnowledgeArticleState["PUBLISHED"] = "PUBLISHED";
|
|
561
269
|
})(SalesforceKnowledgeArticleState || (SalesforceKnowledgeArticleState = {}));
|
|
562
|
-
export var SalesforceStandardKnowledgeArticleTypeConfiguration;
|
|
563
|
-
(function (SalesforceStandardKnowledgeArticleTypeConfiguration) {
|
|
564
|
-
SalesforceStandardKnowledgeArticleTypeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
-
})(SalesforceStandardKnowledgeArticleTypeConfiguration || (SalesforceStandardKnowledgeArticleTypeConfiguration = {}));
|
|
566
|
-
export var SalesforceKnowledgeArticleConfiguration;
|
|
567
|
-
(function (SalesforceKnowledgeArticleConfiguration) {
|
|
568
|
-
SalesforceKnowledgeArticleConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
-
})(SalesforceKnowledgeArticleConfiguration || (SalesforceKnowledgeArticleConfiguration = {}));
|
|
570
|
-
export var SalesforceStandardObjectAttachmentConfiguration;
|
|
571
|
-
(function (SalesforceStandardObjectAttachmentConfiguration) {
|
|
572
|
-
SalesforceStandardObjectAttachmentConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
-
})(SalesforceStandardObjectAttachmentConfiguration || (SalesforceStandardObjectAttachmentConfiguration = {}));
|
|
574
270
|
export var SalesforceStandardObjectName;
|
|
575
271
|
(function (SalesforceStandardObjectName) {
|
|
576
272
|
SalesforceStandardObjectName["ACCOUNT"] = "ACCOUNT";
|
|
@@ -591,46 +287,27 @@ export var SalesforceStandardObjectName;
|
|
|
591
287
|
SalesforceStandardObjectName["TASK"] = "TASK";
|
|
592
288
|
SalesforceStandardObjectName["USER"] = "USER";
|
|
593
289
|
})(SalesforceStandardObjectName || (SalesforceStandardObjectName = {}));
|
|
594
|
-
export var SalesforceStandardObjectConfiguration;
|
|
595
|
-
(function (SalesforceStandardObjectConfiguration) {
|
|
596
|
-
SalesforceStandardObjectConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
-
})(SalesforceStandardObjectConfiguration || (SalesforceStandardObjectConfiguration = {}));
|
|
598
|
-
export var SalesforceConfiguration;
|
|
599
|
-
(function (SalesforceConfiguration) {
|
|
600
|
-
SalesforceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
-
})(SalesforceConfiguration || (SalesforceConfiguration = {}));
|
|
602
290
|
export var ServiceNowAuthenticationType;
|
|
603
291
|
(function (ServiceNowAuthenticationType) {
|
|
604
292
|
ServiceNowAuthenticationType["HTTP_BASIC"] = "HTTP_BASIC";
|
|
605
293
|
ServiceNowAuthenticationType["OAUTH2"] = "OAUTH2";
|
|
606
294
|
})(ServiceNowAuthenticationType || (ServiceNowAuthenticationType = {}));
|
|
607
|
-
export var ServiceNowKnowledgeArticleConfiguration;
|
|
608
|
-
(function (ServiceNowKnowledgeArticleConfiguration) {
|
|
609
|
-
ServiceNowKnowledgeArticleConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(ServiceNowKnowledgeArticleConfiguration || (ServiceNowKnowledgeArticleConfiguration = {}));
|
|
611
|
-
export var ServiceNowServiceCatalogConfiguration;
|
|
612
|
-
(function (ServiceNowServiceCatalogConfiguration) {
|
|
613
|
-
ServiceNowServiceCatalogConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(ServiceNowServiceCatalogConfiguration || (ServiceNowServiceCatalogConfiguration = {}));
|
|
615
295
|
export var ServiceNowBuildVersionType;
|
|
616
296
|
(function (ServiceNowBuildVersionType) {
|
|
617
297
|
ServiceNowBuildVersionType["LONDON"] = "LONDON";
|
|
618
298
|
ServiceNowBuildVersionType["OTHERS"] = "OTHERS";
|
|
619
299
|
})(ServiceNowBuildVersionType || (ServiceNowBuildVersionType = {}));
|
|
620
|
-
export var
|
|
621
|
-
(function (
|
|
622
|
-
|
|
623
|
-
|
|
300
|
+
export var SharePointOnlineAuthenticationType;
|
|
301
|
+
(function (SharePointOnlineAuthenticationType) {
|
|
302
|
+
SharePointOnlineAuthenticationType["HTTP_BASIC"] = "HTTP_BASIC";
|
|
303
|
+
SharePointOnlineAuthenticationType["OAUTH2"] = "OAUTH2";
|
|
304
|
+
})(SharePointOnlineAuthenticationType || (SharePointOnlineAuthenticationType = {}));
|
|
624
305
|
export var SharePointVersion;
|
|
625
306
|
(function (SharePointVersion) {
|
|
626
307
|
SharePointVersion["SHAREPOINT_2013"] = "SHAREPOINT_2013";
|
|
627
308
|
SharePointVersion["SHAREPOINT_2016"] = "SHAREPOINT_2016";
|
|
628
309
|
SharePointVersion["SHAREPOINT_ONLINE"] = "SHAREPOINT_ONLINE";
|
|
629
310
|
})(SharePointVersion || (SharePointVersion = {}));
|
|
630
|
-
export var SharePointConfiguration;
|
|
631
|
-
(function (SharePointConfiguration) {
|
|
632
|
-
SharePointConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
-
})(SharePointConfiguration || (SharePointConfiguration = {}));
|
|
634
311
|
export var SlackEntity;
|
|
635
312
|
(function (SlackEntity) {
|
|
636
313
|
SlackEntity["DIRECT_MESSAGE"] = "DIRECT_MESSAGE";
|
|
@@ -638,48 +315,12 @@ export var SlackEntity;
|
|
|
638
315
|
SlackEntity["PRIVATE_CHANNEL"] = "PRIVATE_CHANNEL";
|
|
639
316
|
SlackEntity["PUBLIC_CHANNEL"] = "PUBLIC_CHANNEL";
|
|
640
317
|
})(SlackEntity || (SlackEntity = {}));
|
|
641
|
-
export var SlackConfiguration;
|
|
642
|
-
(function (SlackConfiguration) {
|
|
643
|
-
SlackConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
-
})(SlackConfiguration || (SlackConfiguration = {}));
|
|
645
|
-
export var ProxyConfiguration;
|
|
646
|
-
(function (ProxyConfiguration) {
|
|
647
|
-
ProxyConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
-
})(ProxyConfiguration || (ProxyConfiguration = {}));
|
|
649
318
|
export var WebCrawlerMode;
|
|
650
319
|
(function (WebCrawlerMode) {
|
|
651
320
|
WebCrawlerMode["EVERYTHING"] = "EVERYTHING";
|
|
652
321
|
WebCrawlerMode["HOST_ONLY"] = "HOST_ONLY";
|
|
653
322
|
WebCrawlerMode["SUBDOMAINS"] = "SUBDOMAINS";
|
|
654
323
|
})(WebCrawlerMode || (WebCrawlerMode = {}));
|
|
655
|
-
export var SeedUrlConfiguration;
|
|
656
|
-
(function (SeedUrlConfiguration) {
|
|
657
|
-
SeedUrlConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(SeedUrlConfiguration || (SeedUrlConfiguration = {}));
|
|
659
|
-
export var SiteMapsConfiguration;
|
|
660
|
-
(function (SiteMapsConfiguration) {
|
|
661
|
-
SiteMapsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
-
})(SiteMapsConfiguration || (SiteMapsConfiguration = {}));
|
|
663
|
-
export var Urls;
|
|
664
|
-
(function (Urls) {
|
|
665
|
-
Urls.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
-
})(Urls || (Urls = {}));
|
|
667
|
-
export var WebCrawlerConfiguration;
|
|
668
|
-
(function (WebCrawlerConfiguration) {
|
|
669
|
-
WebCrawlerConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
-
})(WebCrawlerConfiguration || (WebCrawlerConfiguration = {}));
|
|
671
|
-
export var WorkDocsConfiguration;
|
|
672
|
-
(function (WorkDocsConfiguration) {
|
|
673
|
-
WorkDocsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(WorkDocsConfiguration || (WorkDocsConfiguration = {}));
|
|
675
|
-
export var DataSourceConfiguration;
|
|
676
|
-
(function (DataSourceConfiguration) {
|
|
677
|
-
DataSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
-
})(DataSourceConfiguration || (DataSourceConfiguration = {}));
|
|
679
|
-
export var Tag;
|
|
680
|
-
(function (Tag) {
|
|
681
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
-
})(Tag || (Tag = {}));
|
|
683
324
|
export var DataSourceType;
|
|
684
325
|
(function (DataSourceType) {
|
|
685
326
|
DataSourceType["ALFRESCO"] = "ALFRESCO";
|
|
@@ -701,57 +342,17 @@ export var DataSourceType;
|
|
|
701
342
|
DataSourceType["WEBCRAWLER"] = "WEBCRAWLER";
|
|
702
343
|
DataSourceType["WORKDOCS"] = "WORKDOCS";
|
|
703
344
|
})(DataSourceType || (DataSourceType = {}));
|
|
704
|
-
export var CreateDataSourceRequest;
|
|
705
|
-
(function (CreateDataSourceRequest) {
|
|
706
|
-
CreateDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
-
})(CreateDataSourceRequest || (CreateDataSourceRequest = {}));
|
|
708
|
-
export var CreateDataSourceResponse;
|
|
709
|
-
(function (CreateDataSourceResponse) {
|
|
710
|
-
CreateDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
-
})(CreateDataSourceResponse || (CreateDataSourceResponse = {}));
|
|
712
|
-
export var ContentSourceConfiguration;
|
|
713
|
-
(function (ContentSourceConfiguration) {
|
|
714
|
-
ContentSourceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
-
})(ContentSourceConfiguration || (ContentSourceConfiguration = {}));
|
|
716
|
-
export var UserIdentityConfiguration;
|
|
717
|
-
(function (UserIdentityConfiguration) {
|
|
718
|
-
UserIdentityConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
-
})(UserIdentityConfiguration || (UserIdentityConfiguration = {}));
|
|
720
|
-
export var ExperienceConfiguration;
|
|
721
|
-
(function (ExperienceConfiguration) {
|
|
722
|
-
ExperienceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
-
})(ExperienceConfiguration || (ExperienceConfiguration = {}));
|
|
724
|
-
export var CreateExperienceRequest;
|
|
725
|
-
(function (CreateExperienceRequest) {
|
|
726
|
-
CreateExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
-
})(CreateExperienceRequest || (CreateExperienceRequest = {}));
|
|
728
|
-
export var CreateExperienceResponse;
|
|
729
|
-
(function (CreateExperienceResponse) {
|
|
730
|
-
CreateExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
-
})(CreateExperienceResponse || (CreateExperienceResponse = {}));
|
|
732
345
|
export var FaqFileFormat;
|
|
733
346
|
(function (FaqFileFormat) {
|
|
734
347
|
FaqFileFormat["CSV"] = "CSV";
|
|
735
348
|
FaqFileFormat["CSV_WITH_HEADER"] = "CSV_WITH_HEADER";
|
|
736
349
|
FaqFileFormat["JSON"] = "JSON";
|
|
737
350
|
})(FaqFileFormat || (FaqFileFormat = {}));
|
|
738
|
-
export var CreateFaqRequest;
|
|
739
|
-
(function (CreateFaqRequest) {
|
|
740
|
-
CreateFaqRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
-
})(CreateFaqRequest || (CreateFaqRequest = {}));
|
|
742
|
-
export var CreateFaqResponse;
|
|
743
|
-
(function (CreateFaqResponse) {
|
|
744
|
-
CreateFaqResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
-
})(CreateFaqResponse || (CreateFaqResponse = {}));
|
|
746
351
|
export var IndexEdition;
|
|
747
352
|
(function (IndexEdition) {
|
|
748
353
|
IndexEdition["DEVELOPER_EDITION"] = "DEVELOPER_EDITION";
|
|
749
354
|
IndexEdition["ENTERPRISE_EDITION"] = "ENTERPRISE_EDITION";
|
|
750
355
|
})(IndexEdition || (IndexEdition = {}));
|
|
751
|
-
export var ServerSideEncryptionConfiguration;
|
|
752
|
-
(function (ServerSideEncryptionConfiguration) {
|
|
753
|
-
ServerSideEncryptionConfiguration.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KmsKeyId && { KmsKeyId: SENSITIVE_STRING }))); };
|
|
754
|
-
})(ServerSideEncryptionConfiguration || (ServerSideEncryptionConfiguration = {}));
|
|
755
356
|
export var UserContextPolicy;
|
|
756
357
|
(function (UserContextPolicy) {
|
|
757
358
|
UserContextPolicy["ATTRIBUTE_FILTER"] = "ATTRIBUTE_FILTER";
|
|
@@ -762,105 +363,11 @@ export var UserGroupResolutionMode;
|
|
|
762
363
|
UserGroupResolutionMode["AWS_SSO"] = "AWS_SSO";
|
|
763
364
|
UserGroupResolutionMode["NONE"] = "NONE";
|
|
764
365
|
})(UserGroupResolutionMode || (UserGroupResolutionMode = {}));
|
|
765
|
-
export var UserGroupResolutionConfiguration;
|
|
766
|
-
(function (UserGroupResolutionConfiguration) {
|
|
767
|
-
UserGroupResolutionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
-
})(UserGroupResolutionConfiguration || (UserGroupResolutionConfiguration = {}));
|
|
769
|
-
export var JsonTokenTypeConfiguration;
|
|
770
|
-
(function (JsonTokenTypeConfiguration) {
|
|
771
|
-
JsonTokenTypeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
-
})(JsonTokenTypeConfiguration || (JsonTokenTypeConfiguration = {}));
|
|
773
366
|
export var KeyLocation;
|
|
774
367
|
(function (KeyLocation) {
|
|
775
368
|
KeyLocation["SECRET_MANAGER"] = "SECRET_MANAGER";
|
|
776
369
|
KeyLocation["URL"] = "URL";
|
|
777
370
|
})(KeyLocation || (KeyLocation = {}));
|
|
778
|
-
export var JwtTokenTypeConfiguration;
|
|
779
|
-
(function (JwtTokenTypeConfiguration) {
|
|
780
|
-
JwtTokenTypeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
-
})(JwtTokenTypeConfiguration || (JwtTokenTypeConfiguration = {}));
|
|
782
|
-
export var UserTokenConfiguration;
|
|
783
|
-
(function (UserTokenConfiguration) {
|
|
784
|
-
UserTokenConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
-
})(UserTokenConfiguration || (UserTokenConfiguration = {}));
|
|
786
|
-
export var CreateIndexRequest;
|
|
787
|
-
(function (CreateIndexRequest) {
|
|
788
|
-
CreateIndexRequest.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServerSideEncryptionConfiguration && {
|
|
789
|
-
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration.filterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
790
|
-
}))); };
|
|
791
|
-
})(CreateIndexRequest || (CreateIndexRequest = {}));
|
|
792
|
-
export var CreateIndexResponse;
|
|
793
|
-
(function (CreateIndexResponse) {
|
|
794
|
-
CreateIndexResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
795
|
-
})(CreateIndexResponse || (CreateIndexResponse = {}));
|
|
796
|
-
export var CreateQuerySuggestionsBlockListRequest;
|
|
797
|
-
(function (CreateQuerySuggestionsBlockListRequest) {
|
|
798
|
-
CreateQuerySuggestionsBlockListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
|
-
})(CreateQuerySuggestionsBlockListRequest || (CreateQuerySuggestionsBlockListRequest = {}));
|
|
800
|
-
export var CreateQuerySuggestionsBlockListResponse;
|
|
801
|
-
(function (CreateQuerySuggestionsBlockListResponse) {
|
|
802
|
-
CreateQuerySuggestionsBlockListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
-
})(CreateQuerySuggestionsBlockListResponse || (CreateQuerySuggestionsBlockListResponse = {}));
|
|
804
|
-
export var CreateThesaurusRequest;
|
|
805
|
-
(function (CreateThesaurusRequest) {
|
|
806
|
-
CreateThesaurusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
807
|
-
})(CreateThesaurusRequest || (CreateThesaurusRequest = {}));
|
|
808
|
-
export var CreateThesaurusResponse;
|
|
809
|
-
(function (CreateThesaurusResponse) {
|
|
810
|
-
CreateThesaurusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
811
|
-
})(CreateThesaurusResponse || (CreateThesaurusResponse = {}));
|
|
812
|
-
export var DeleteAccessControlConfigurationRequest;
|
|
813
|
-
(function (DeleteAccessControlConfigurationRequest) {
|
|
814
|
-
DeleteAccessControlConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
|
-
})(DeleteAccessControlConfigurationRequest || (DeleteAccessControlConfigurationRequest = {}));
|
|
816
|
-
export var DeleteAccessControlConfigurationResponse;
|
|
817
|
-
(function (DeleteAccessControlConfigurationResponse) {
|
|
818
|
-
DeleteAccessControlConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
819
|
-
})(DeleteAccessControlConfigurationResponse || (DeleteAccessControlConfigurationResponse = {}));
|
|
820
|
-
export var DeleteDataSourceRequest;
|
|
821
|
-
(function (DeleteDataSourceRequest) {
|
|
822
|
-
DeleteDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
823
|
-
})(DeleteDataSourceRequest || (DeleteDataSourceRequest = {}));
|
|
824
|
-
export var DeleteExperienceRequest;
|
|
825
|
-
(function (DeleteExperienceRequest) {
|
|
826
|
-
DeleteExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
|
-
})(DeleteExperienceRequest || (DeleteExperienceRequest = {}));
|
|
828
|
-
export var DeleteExperienceResponse;
|
|
829
|
-
(function (DeleteExperienceResponse) {
|
|
830
|
-
DeleteExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
-
})(DeleteExperienceResponse || (DeleteExperienceResponse = {}));
|
|
832
|
-
export var DeleteFaqRequest;
|
|
833
|
-
(function (DeleteFaqRequest) {
|
|
834
|
-
DeleteFaqRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
|
-
})(DeleteFaqRequest || (DeleteFaqRequest = {}));
|
|
836
|
-
export var DeleteIndexRequest;
|
|
837
|
-
(function (DeleteIndexRequest) {
|
|
838
|
-
DeleteIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
839
|
-
})(DeleteIndexRequest || (DeleteIndexRequest = {}));
|
|
840
|
-
export var DeletePrincipalMappingRequest;
|
|
841
|
-
(function (DeletePrincipalMappingRequest) {
|
|
842
|
-
DeletePrincipalMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
843
|
-
})(DeletePrincipalMappingRequest || (DeletePrincipalMappingRequest = {}));
|
|
844
|
-
export var DeleteQuerySuggestionsBlockListRequest;
|
|
845
|
-
(function (DeleteQuerySuggestionsBlockListRequest) {
|
|
846
|
-
DeleteQuerySuggestionsBlockListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
847
|
-
})(DeleteQuerySuggestionsBlockListRequest || (DeleteQuerySuggestionsBlockListRequest = {}));
|
|
848
|
-
export var DeleteThesaurusRequest;
|
|
849
|
-
(function (DeleteThesaurusRequest) {
|
|
850
|
-
DeleteThesaurusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
851
|
-
})(DeleteThesaurusRequest || (DeleteThesaurusRequest = {}));
|
|
852
|
-
export var DescribeAccessControlConfigurationRequest;
|
|
853
|
-
(function (DescribeAccessControlConfigurationRequest) {
|
|
854
|
-
DescribeAccessControlConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
|
-
})(DescribeAccessControlConfigurationRequest || (DescribeAccessControlConfigurationRequest = {}));
|
|
856
|
-
export var DescribeAccessControlConfigurationResponse;
|
|
857
|
-
(function (DescribeAccessControlConfigurationResponse) {
|
|
858
|
-
DescribeAccessControlConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
859
|
-
})(DescribeAccessControlConfigurationResponse || (DescribeAccessControlConfigurationResponse = {}));
|
|
860
|
-
export var DescribeDataSourceRequest;
|
|
861
|
-
(function (DescribeDataSourceRequest) {
|
|
862
|
-
DescribeDataSourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
|
-
})(DescribeDataSourceRequest || (DescribeDataSourceRequest = {}));
|
|
864
371
|
export var DataSourceStatus;
|
|
865
372
|
(function (DataSourceStatus) {
|
|
866
373
|
DataSourceStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -869,22 +376,10 @@ export var DataSourceStatus;
|
|
|
869
376
|
DataSourceStatus["FAILED"] = "FAILED";
|
|
870
377
|
DataSourceStatus["UPDATING"] = "UPDATING";
|
|
871
378
|
})(DataSourceStatus || (DataSourceStatus = {}));
|
|
872
|
-
export var DescribeDataSourceResponse;
|
|
873
|
-
(function (DescribeDataSourceResponse) {
|
|
874
|
-
DescribeDataSourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
875
|
-
})(DescribeDataSourceResponse || (DescribeDataSourceResponse = {}));
|
|
876
|
-
export var DescribeExperienceRequest;
|
|
877
|
-
(function (DescribeExperienceRequest) {
|
|
878
|
-
DescribeExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
879
|
-
})(DescribeExperienceRequest || (DescribeExperienceRequest = {}));
|
|
880
379
|
export var EndpointType;
|
|
881
380
|
(function (EndpointType) {
|
|
882
381
|
EndpointType["HOME"] = "HOME";
|
|
883
382
|
})(EndpointType || (EndpointType = {}));
|
|
884
|
-
export var ExperienceEndpoint;
|
|
885
|
-
(function (ExperienceEndpoint) {
|
|
886
|
-
ExperienceEndpoint.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
-
})(ExperienceEndpoint || (ExperienceEndpoint = {}));
|
|
888
383
|
export var ExperienceStatus;
|
|
889
384
|
(function (ExperienceStatus) {
|
|
890
385
|
ExperienceStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -892,14 +387,6 @@ export var ExperienceStatus;
|
|
|
892
387
|
ExperienceStatus["DELETING"] = "DELETING";
|
|
893
388
|
ExperienceStatus["FAILED"] = "FAILED";
|
|
894
389
|
})(ExperienceStatus || (ExperienceStatus = {}));
|
|
895
|
-
export var DescribeExperienceResponse;
|
|
896
|
-
(function (DescribeExperienceResponse) {
|
|
897
|
-
DescribeExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
|
-
})(DescribeExperienceResponse || (DescribeExperienceResponse = {}));
|
|
899
|
-
export var DescribeFaqRequest;
|
|
900
|
-
(function (DescribeFaqRequest) {
|
|
901
|
-
DescribeFaqRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
902
|
-
})(DescribeFaqRequest || (DescribeFaqRequest = {}));
|
|
903
390
|
export var FaqStatus;
|
|
904
391
|
(function (FaqStatus) {
|
|
905
392
|
FaqStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -908,31 +395,11 @@ export var FaqStatus;
|
|
|
908
395
|
FaqStatus["FAILED"] = "FAILED";
|
|
909
396
|
FaqStatus["UPDATING"] = "UPDATING";
|
|
910
397
|
})(FaqStatus || (FaqStatus = {}));
|
|
911
|
-
export var DescribeFaqResponse;
|
|
912
|
-
(function (DescribeFaqResponse) {
|
|
913
|
-
DescribeFaqResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
914
|
-
})(DescribeFaqResponse || (DescribeFaqResponse = {}));
|
|
915
|
-
export var DescribeIndexRequest;
|
|
916
|
-
(function (DescribeIndexRequest) {
|
|
917
|
-
DescribeIndexRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
|
-
})(DescribeIndexRequest || (DescribeIndexRequest = {}));
|
|
919
|
-
export var CapacityUnitsConfiguration;
|
|
920
|
-
(function (CapacityUnitsConfiguration) {
|
|
921
|
-
CapacityUnitsConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
-
})(CapacityUnitsConfiguration || (CapacityUnitsConfiguration = {}));
|
|
923
398
|
export var Order;
|
|
924
399
|
(function (Order) {
|
|
925
400
|
Order["ASCENDING"] = "ASCENDING";
|
|
926
401
|
Order["DESCENDING"] = "DESCENDING";
|
|
927
402
|
})(Order || (Order = {}));
|
|
928
|
-
export var Relevance;
|
|
929
|
-
(function (Relevance) {
|
|
930
|
-
Relevance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
931
|
-
})(Relevance || (Relevance = {}));
|
|
932
|
-
export var Search;
|
|
933
|
-
(function (Search) {
|
|
934
|
-
Search.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
935
|
-
})(Search || (Search = {}));
|
|
936
403
|
export var DocumentAttributeValueType;
|
|
937
404
|
(function (DocumentAttributeValueType) {
|
|
938
405
|
DocumentAttributeValueType["DATE_VALUE"] = "DATE_VALUE";
|
|
@@ -940,22 +407,6 @@ export var DocumentAttributeValueType;
|
|
|
940
407
|
DocumentAttributeValueType["STRING_LIST_VALUE"] = "STRING_LIST_VALUE";
|
|
941
408
|
DocumentAttributeValueType["STRING_VALUE"] = "STRING_VALUE";
|
|
942
409
|
})(DocumentAttributeValueType || (DocumentAttributeValueType = {}));
|
|
943
|
-
export var DocumentMetadataConfiguration;
|
|
944
|
-
(function (DocumentMetadataConfiguration) {
|
|
945
|
-
DocumentMetadataConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
|
-
})(DocumentMetadataConfiguration || (DocumentMetadataConfiguration = {}));
|
|
947
|
-
export var FaqStatistics;
|
|
948
|
-
(function (FaqStatistics) {
|
|
949
|
-
FaqStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
950
|
-
})(FaqStatistics || (FaqStatistics = {}));
|
|
951
|
-
export var TextDocumentStatistics;
|
|
952
|
-
(function (TextDocumentStatistics) {
|
|
953
|
-
TextDocumentStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
|
-
})(TextDocumentStatistics || (TextDocumentStatistics = {}));
|
|
955
|
-
export var IndexStatistics;
|
|
956
|
-
(function (IndexStatistics) {
|
|
957
|
-
IndexStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
958
|
-
})(IndexStatistics || (IndexStatistics = {}));
|
|
959
410
|
export var IndexStatus;
|
|
960
411
|
(function (IndexStatus) {
|
|
961
412
|
IndexStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -965,16 +416,6 @@ export var IndexStatus;
|
|
|
965
416
|
IndexStatus["SYSTEM_UPDATING"] = "SYSTEM_UPDATING";
|
|
966
417
|
IndexStatus["UPDATING"] = "UPDATING";
|
|
967
418
|
})(IndexStatus || (IndexStatus = {}));
|
|
968
|
-
export var DescribeIndexResponse;
|
|
969
|
-
(function (DescribeIndexResponse) {
|
|
970
|
-
DescribeIndexResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServerSideEncryptionConfiguration && {
|
|
971
|
-
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration.filterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
972
|
-
}))); };
|
|
973
|
-
})(DescribeIndexResponse || (DescribeIndexResponse = {}));
|
|
974
|
-
export var DescribePrincipalMappingRequest;
|
|
975
|
-
(function (DescribePrincipalMappingRequest) {
|
|
976
|
-
DescribePrincipalMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
977
|
-
})(DescribePrincipalMappingRequest || (DescribePrincipalMappingRequest = {}));
|
|
978
419
|
export var PrincipalMappingStatus;
|
|
979
420
|
(function (PrincipalMappingStatus) {
|
|
980
421
|
PrincipalMappingStatus["DELETED"] = "DELETED";
|
|
@@ -983,18 +424,6 @@ export var PrincipalMappingStatus;
|
|
|
983
424
|
PrincipalMappingStatus["PROCESSING"] = "PROCESSING";
|
|
984
425
|
PrincipalMappingStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
985
426
|
})(PrincipalMappingStatus || (PrincipalMappingStatus = {}));
|
|
986
|
-
export var GroupOrderingIdSummary;
|
|
987
|
-
(function (GroupOrderingIdSummary) {
|
|
988
|
-
GroupOrderingIdSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
|
-
})(GroupOrderingIdSummary || (GroupOrderingIdSummary = {}));
|
|
990
|
-
export var DescribePrincipalMappingResponse;
|
|
991
|
-
(function (DescribePrincipalMappingResponse) {
|
|
992
|
-
DescribePrincipalMappingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
993
|
-
})(DescribePrincipalMappingResponse || (DescribePrincipalMappingResponse = {}));
|
|
994
|
-
export var DescribeQuerySuggestionsBlockListRequest;
|
|
995
|
-
(function (DescribeQuerySuggestionsBlockListRequest) {
|
|
996
|
-
DescribeQuerySuggestionsBlockListRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
997
|
-
})(DescribeQuerySuggestionsBlockListRequest || (DescribeQuerySuggestionsBlockListRequest = {}));
|
|
998
427
|
export var QuerySuggestionsBlockListStatus;
|
|
999
428
|
(function (QuerySuggestionsBlockListStatus) {
|
|
1000
429
|
QuerySuggestionsBlockListStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -1004,14 +433,6 @@ export var QuerySuggestionsBlockListStatus;
|
|
|
1004
433
|
QuerySuggestionsBlockListStatus["FAILED"] = "FAILED";
|
|
1005
434
|
QuerySuggestionsBlockListStatus["UPDATING"] = "UPDATING";
|
|
1006
435
|
})(QuerySuggestionsBlockListStatus || (QuerySuggestionsBlockListStatus = {}));
|
|
1007
|
-
export var DescribeQuerySuggestionsBlockListResponse;
|
|
1008
|
-
(function (DescribeQuerySuggestionsBlockListResponse) {
|
|
1009
|
-
DescribeQuerySuggestionsBlockListResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1010
|
-
})(DescribeQuerySuggestionsBlockListResponse || (DescribeQuerySuggestionsBlockListResponse = {}));
|
|
1011
|
-
export var DescribeQuerySuggestionsConfigRequest;
|
|
1012
|
-
(function (DescribeQuerySuggestionsConfigRequest) {
|
|
1013
|
-
DescribeQuerySuggestionsConfigRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1014
|
-
})(DescribeQuerySuggestionsConfigRequest || (DescribeQuerySuggestionsConfigRequest = {}));
|
|
1015
436
|
export var Mode;
|
|
1016
437
|
(function (Mode) {
|
|
1017
438
|
Mode["ENABLED"] = "ENABLED";
|
|
@@ -1022,14 +443,6 @@ export var QuerySuggestionsStatus;
|
|
|
1022
443
|
QuerySuggestionsStatus["ACTIVE"] = "ACTIVE";
|
|
1023
444
|
QuerySuggestionsStatus["UPDATING"] = "UPDATING";
|
|
1024
445
|
})(QuerySuggestionsStatus || (QuerySuggestionsStatus = {}));
|
|
1025
|
-
export var DescribeQuerySuggestionsConfigResponse;
|
|
1026
|
-
(function (DescribeQuerySuggestionsConfigResponse) {
|
|
1027
|
-
DescribeQuerySuggestionsConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1028
|
-
})(DescribeQuerySuggestionsConfigResponse || (DescribeQuerySuggestionsConfigResponse = {}));
|
|
1029
|
-
export var DescribeThesaurusRequest;
|
|
1030
|
-
(function (DescribeThesaurusRequest) {
|
|
1031
|
-
DescribeThesaurusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1032
|
-
})(DescribeThesaurusRequest || (DescribeThesaurusRequest = {}));
|
|
1033
446
|
export var ThesaurusStatus;
|
|
1034
447
|
(function (ThesaurusStatus) {
|
|
1035
448
|
ThesaurusStatus["ACTIVE"] = "ACTIVE";
|
|
@@ -1039,50 +452,6 @@ export var ThesaurusStatus;
|
|
|
1039
452
|
ThesaurusStatus["FAILED"] = "FAILED";
|
|
1040
453
|
ThesaurusStatus["UPDATING"] = "UPDATING";
|
|
1041
454
|
})(ThesaurusStatus || (ThesaurusStatus = {}));
|
|
1042
|
-
export var DescribeThesaurusResponse;
|
|
1043
|
-
(function (DescribeThesaurusResponse) {
|
|
1044
|
-
DescribeThesaurusResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
|
-
})(DescribeThesaurusResponse || (DescribeThesaurusResponse = {}));
|
|
1046
|
-
export var DisassociateEntitiesFromExperienceRequest;
|
|
1047
|
-
(function (DisassociateEntitiesFromExperienceRequest) {
|
|
1048
|
-
DisassociateEntitiesFromExperienceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1049
|
-
})(DisassociateEntitiesFromExperienceRequest || (DisassociateEntitiesFromExperienceRequest = {}));
|
|
1050
|
-
export var DisassociateEntitiesFromExperienceResponse;
|
|
1051
|
-
(function (DisassociateEntitiesFromExperienceResponse) {
|
|
1052
|
-
DisassociateEntitiesFromExperienceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
-
})(DisassociateEntitiesFromExperienceResponse || (DisassociateEntitiesFromExperienceResponse = {}));
|
|
1054
|
-
export var DisassociatePersonasFromEntitiesRequest;
|
|
1055
|
-
(function (DisassociatePersonasFromEntitiesRequest) {
|
|
1056
|
-
DisassociatePersonasFromEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
|
-
})(DisassociatePersonasFromEntitiesRequest || (DisassociatePersonasFromEntitiesRequest = {}));
|
|
1058
|
-
export var DisassociatePersonasFromEntitiesResponse;
|
|
1059
|
-
(function (DisassociatePersonasFromEntitiesResponse) {
|
|
1060
|
-
DisassociatePersonasFromEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1061
|
-
})(DisassociatePersonasFromEntitiesResponse || (DisassociatePersonasFromEntitiesResponse = {}));
|
|
1062
|
-
export var GetQuerySuggestionsRequest;
|
|
1063
|
-
(function (GetQuerySuggestionsRequest) {
|
|
1064
|
-
GetQuerySuggestionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1065
|
-
})(GetQuerySuggestionsRequest || (GetQuerySuggestionsRequest = {}));
|
|
1066
|
-
export var SuggestionHighlight;
|
|
1067
|
-
(function (SuggestionHighlight) {
|
|
1068
|
-
SuggestionHighlight.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1069
|
-
})(SuggestionHighlight || (SuggestionHighlight = {}));
|
|
1070
|
-
export var SuggestionTextWithHighlights;
|
|
1071
|
-
(function (SuggestionTextWithHighlights) {
|
|
1072
|
-
SuggestionTextWithHighlights.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1073
|
-
})(SuggestionTextWithHighlights || (SuggestionTextWithHighlights = {}));
|
|
1074
|
-
export var SuggestionValue;
|
|
1075
|
-
(function (SuggestionValue) {
|
|
1076
|
-
SuggestionValue.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1077
|
-
})(SuggestionValue || (SuggestionValue = {}));
|
|
1078
|
-
export var Suggestion;
|
|
1079
|
-
(function (Suggestion) {
|
|
1080
|
-
Suggestion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(Suggestion || (Suggestion = {}));
|
|
1082
|
-
export var GetQuerySuggestionsResponse;
|
|
1083
|
-
(function (GetQuerySuggestionsResponse) {
|
|
1084
|
-
GetQuerySuggestionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1085
|
-
})(GetQuerySuggestionsResponse || (GetQuerySuggestionsResponse = {}));
|
|
1086
455
|
export var Interval;
|
|
1087
456
|
(function (Interval) {
|
|
1088
457
|
Interval["ONE_MONTH_AGO"] = "ONE_MONTH_AGO";
|
|
@@ -1101,18 +470,6 @@ export var MetricType;
|
|
|
1101
470
|
MetricType["QUERIES_BY_ZERO_RESULT_RATE"] = "QUERIES_BY_ZERO_RESULT_RATE";
|
|
1102
471
|
MetricType["TREND_QUERY_DOC_METRICS"] = "TREND_QUERY_DOC_METRICS";
|
|
1103
472
|
})(MetricType || (MetricType = {}));
|
|
1104
|
-
export var GetSnapshotsRequest;
|
|
1105
|
-
(function (GetSnapshotsRequest) {
|
|
1106
|
-
GetSnapshotsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1107
|
-
})(GetSnapshotsRequest || (GetSnapshotsRequest = {}));
|
|
1108
|
-
export var TimeRange;
|
|
1109
|
-
(function (TimeRange) {
|
|
1110
|
-
TimeRange.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1111
|
-
})(TimeRange || (TimeRange = {}));
|
|
1112
|
-
export var GetSnapshotsResponse;
|
|
1113
|
-
(function (GetSnapshotsResponse) {
|
|
1114
|
-
GetSnapshotsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1115
|
-
})(GetSnapshotsResponse || (GetSnapshotsResponse = {}));
|
|
1116
473
|
var InvalidRequestException = (function (_super) {
|
|
1117
474
|
__extends(InvalidRequestException, _super);
|
|
1118
475
|
function InvalidRequestException(opts) {
|
|
@@ -1126,26 +483,6 @@ var InvalidRequestException = (function (_super) {
|
|
|
1126
483
|
return InvalidRequestException;
|
|
1127
484
|
}(__BaseException));
|
|
1128
485
|
export { InvalidRequestException };
|
|
1129
|
-
export var ListAccessControlConfigurationsRequest;
|
|
1130
|
-
(function (ListAccessControlConfigurationsRequest) {
|
|
1131
|
-
ListAccessControlConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1132
|
-
})(ListAccessControlConfigurationsRequest || (ListAccessControlConfigurationsRequest = {}));
|
|
1133
|
-
export var ListAccessControlConfigurationsResponse;
|
|
1134
|
-
(function (ListAccessControlConfigurationsResponse) {
|
|
1135
|
-
ListAccessControlConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1136
|
-
})(ListAccessControlConfigurationsResponse || (ListAccessControlConfigurationsResponse = {}));
|
|
1137
|
-
export var ListDataSourcesRequest;
|
|
1138
|
-
(function (ListDataSourcesRequest) {
|
|
1139
|
-
ListDataSourcesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1140
|
-
})(ListDataSourcesRequest || (ListDataSourcesRequest = {}));
|
|
1141
|
-
export var DataSourceSummary;
|
|
1142
|
-
(function (DataSourceSummary) {
|
|
1143
|
-
DataSourceSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1144
|
-
})(DataSourceSummary || (DataSourceSummary = {}));
|
|
1145
|
-
export var ListDataSourcesResponse;
|
|
1146
|
-
(function (ListDataSourcesResponse) {
|
|
1147
|
-
ListDataSourcesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1148
|
-
})(ListDataSourcesResponse || (ListDataSourcesResponse = {}));
|
|
1149
486
|
export var DataSourceSyncJobStatus;
|
|
1150
487
|
(function (DataSourceSyncJobStatus) {
|
|
1151
488
|
DataSourceSyncJobStatus["ABORTED"] = "ABORTED";
|
|
@@ -1156,120 +493,6 @@ export var DataSourceSyncJobStatus;
|
|
|
1156
493
|
DataSourceSyncJobStatus["SYNCING"] = "SYNCING";
|
|
1157
494
|
DataSourceSyncJobStatus["SYNCING_INDEXING"] = "SYNCING_INDEXING";
|
|
1158
495
|
})(DataSourceSyncJobStatus || (DataSourceSyncJobStatus = {}));
|
|
1159
|
-
export var ListDataSourceSyncJobsRequest;
|
|
1160
|
-
(function (ListDataSourceSyncJobsRequest) {
|
|
1161
|
-
ListDataSourceSyncJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1162
|
-
})(ListDataSourceSyncJobsRequest || (ListDataSourceSyncJobsRequest = {}));
|
|
1163
|
-
export var DataSourceSyncJobMetrics;
|
|
1164
|
-
(function (DataSourceSyncJobMetrics) {
|
|
1165
|
-
DataSourceSyncJobMetrics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1166
|
-
})(DataSourceSyncJobMetrics || (DataSourceSyncJobMetrics = {}));
|
|
1167
|
-
export var DataSourceSyncJob;
|
|
1168
|
-
(function (DataSourceSyncJob) {
|
|
1169
|
-
DataSourceSyncJob.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1170
|
-
})(DataSourceSyncJob || (DataSourceSyncJob = {}));
|
|
1171
|
-
export var ListDataSourceSyncJobsResponse;
|
|
1172
|
-
(function (ListDataSourceSyncJobsResponse) {
|
|
1173
|
-
ListDataSourceSyncJobsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1174
|
-
})(ListDataSourceSyncJobsResponse || (ListDataSourceSyncJobsResponse = {}));
|
|
1175
|
-
export var ListEntityPersonasRequest;
|
|
1176
|
-
(function (ListEntityPersonasRequest) {
|
|
1177
|
-
ListEntityPersonasRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1178
|
-
})(ListEntityPersonasRequest || (ListEntityPersonasRequest = {}));
|
|
1179
|
-
export var PersonasSummary;
|
|
1180
|
-
(function (PersonasSummary) {
|
|
1181
|
-
PersonasSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1182
|
-
})(PersonasSummary || (PersonasSummary = {}));
|
|
1183
|
-
export var ListEntityPersonasResponse;
|
|
1184
|
-
(function (ListEntityPersonasResponse) {
|
|
1185
|
-
ListEntityPersonasResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1186
|
-
})(ListEntityPersonasResponse || (ListEntityPersonasResponse = {}));
|
|
1187
|
-
export var ListExperienceEntitiesRequest;
|
|
1188
|
-
(function (ListExperienceEntitiesRequest) {
|
|
1189
|
-
ListExperienceEntitiesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1190
|
-
})(ListExperienceEntitiesRequest || (ListExperienceEntitiesRequest = {}));
|
|
1191
|
-
export var EntityDisplayData;
|
|
1192
|
-
(function (EntityDisplayData) {
|
|
1193
|
-
EntityDisplayData.filterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING })), (obj.GroupName && { GroupName: SENSITIVE_STRING })), (obj.IdentifiedUserName && { IdentifiedUserName: SENSITIVE_STRING })), (obj.FirstName && { FirstName: SENSITIVE_STRING })), (obj.LastName && { LastName: SENSITIVE_STRING }))); };
|
|
1194
|
-
})(EntityDisplayData || (EntityDisplayData = {}));
|
|
1195
|
-
export var ExperienceEntitiesSummary;
|
|
1196
|
-
(function (ExperienceEntitiesSummary) {
|
|
1197
|
-
ExperienceEntitiesSummary.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DisplayData && { DisplayData: EntityDisplayData.filterSensitiveLog(obj.DisplayData) }))); };
|
|
1198
|
-
})(ExperienceEntitiesSummary || (ExperienceEntitiesSummary = {}));
|
|
1199
|
-
export var ListExperienceEntitiesResponse;
|
|
1200
|
-
(function (ListExperienceEntitiesResponse) {
|
|
1201
|
-
ListExperienceEntitiesResponse.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SummaryItems && {
|
|
1202
|
-
SummaryItems: obj.SummaryItems.map(function (item) { return ExperienceEntitiesSummary.filterSensitiveLog(item); }),
|
|
1203
|
-
}))); };
|
|
1204
|
-
})(ListExperienceEntitiesResponse || (ListExperienceEntitiesResponse = {}));
|
|
1205
|
-
export var ListExperiencesRequest;
|
|
1206
|
-
(function (ListExperiencesRequest) {
|
|
1207
|
-
ListExperiencesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1208
|
-
})(ListExperiencesRequest || (ListExperiencesRequest = {}));
|
|
1209
|
-
export var ExperiencesSummary;
|
|
1210
|
-
(function (ExperiencesSummary) {
|
|
1211
|
-
ExperiencesSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1212
|
-
})(ExperiencesSummary || (ExperiencesSummary = {}));
|
|
1213
|
-
export var ListExperiencesResponse;
|
|
1214
|
-
(function (ListExperiencesResponse) {
|
|
1215
|
-
ListExperiencesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1216
|
-
})(ListExperiencesResponse || (ListExperiencesResponse = {}));
|
|
1217
|
-
export var ListFaqsRequest;
|
|
1218
|
-
(function (ListFaqsRequest) {
|
|
1219
|
-
ListFaqsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1220
|
-
})(ListFaqsRequest || (ListFaqsRequest = {}));
|
|
1221
|
-
export var FaqSummary;
|
|
1222
|
-
(function (FaqSummary) {
|
|
1223
|
-
FaqSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1224
|
-
})(FaqSummary || (FaqSummary = {}));
|
|
1225
|
-
export var ListFaqsResponse;
|
|
1226
|
-
(function (ListFaqsResponse) {
|
|
1227
|
-
ListFaqsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1228
|
-
})(ListFaqsResponse || (ListFaqsResponse = {}));
|
|
1229
|
-
export var ListGroupsOlderThanOrderingIdRequest;
|
|
1230
|
-
(function (ListGroupsOlderThanOrderingIdRequest) {
|
|
1231
|
-
ListGroupsOlderThanOrderingIdRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1232
|
-
})(ListGroupsOlderThanOrderingIdRequest || (ListGroupsOlderThanOrderingIdRequest = {}));
|
|
1233
|
-
export var GroupSummary;
|
|
1234
|
-
(function (GroupSummary) {
|
|
1235
|
-
GroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1236
|
-
})(GroupSummary || (GroupSummary = {}));
|
|
1237
|
-
export var ListGroupsOlderThanOrderingIdResponse;
|
|
1238
|
-
(function (ListGroupsOlderThanOrderingIdResponse) {
|
|
1239
|
-
ListGroupsOlderThanOrderingIdResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1240
|
-
})(ListGroupsOlderThanOrderingIdResponse || (ListGroupsOlderThanOrderingIdResponse = {}));
|
|
1241
|
-
export var ListIndicesRequest;
|
|
1242
|
-
(function (ListIndicesRequest) {
|
|
1243
|
-
ListIndicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1244
|
-
})(ListIndicesRequest || (ListIndicesRequest = {}));
|
|
1245
|
-
export var IndexConfigurationSummary;
|
|
1246
|
-
(function (IndexConfigurationSummary) {
|
|
1247
|
-
IndexConfigurationSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1248
|
-
})(IndexConfigurationSummary || (IndexConfigurationSummary = {}));
|
|
1249
|
-
export var ListIndicesResponse;
|
|
1250
|
-
(function (ListIndicesResponse) {
|
|
1251
|
-
ListIndicesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1252
|
-
})(ListIndicesResponse || (ListIndicesResponse = {}));
|
|
1253
|
-
export var ListQuerySuggestionsBlockListsRequest;
|
|
1254
|
-
(function (ListQuerySuggestionsBlockListsRequest) {
|
|
1255
|
-
ListQuerySuggestionsBlockListsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1256
|
-
})(ListQuerySuggestionsBlockListsRequest || (ListQuerySuggestionsBlockListsRequest = {}));
|
|
1257
|
-
export var QuerySuggestionsBlockListSummary;
|
|
1258
|
-
(function (QuerySuggestionsBlockListSummary) {
|
|
1259
|
-
QuerySuggestionsBlockListSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1260
|
-
})(QuerySuggestionsBlockListSummary || (QuerySuggestionsBlockListSummary = {}));
|
|
1261
|
-
export var ListQuerySuggestionsBlockListsResponse;
|
|
1262
|
-
(function (ListQuerySuggestionsBlockListsResponse) {
|
|
1263
|
-
ListQuerySuggestionsBlockListsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1264
|
-
})(ListQuerySuggestionsBlockListsResponse || (ListQuerySuggestionsBlockListsResponse = {}));
|
|
1265
|
-
export var ListTagsForResourceRequest;
|
|
1266
|
-
(function (ListTagsForResourceRequest) {
|
|
1267
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1268
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1269
|
-
export var ListTagsForResourceResponse;
|
|
1270
|
-
(function (ListTagsForResourceResponse) {
|
|
1271
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1272
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1273
496
|
var ResourceUnavailableException = (function (_super) {
|
|
1274
497
|
__extends(ResourceUnavailableException, _super);
|
|
1275
498
|
function ResourceUnavailableException(opts) {
|
|
@@ -1283,38 +506,6 @@ var ResourceUnavailableException = (function (_super) {
|
|
|
1283
506
|
return ResourceUnavailableException;
|
|
1284
507
|
}(__BaseException));
|
|
1285
508
|
export { ResourceUnavailableException };
|
|
1286
|
-
export var ListThesauriRequest;
|
|
1287
|
-
(function (ListThesauriRequest) {
|
|
1288
|
-
ListThesauriRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1289
|
-
})(ListThesauriRequest || (ListThesauriRequest = {}));
|
|
1290
|
-
export var ThesaurusSummary;
|
|
1291
|
-
(function (ThesaurusSummary) {
|
|
1292
|
-
ThesaurusSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
|
-
})(ThesaurusSummary || (ThesaurusSummary = {}));
|
|
1294
|
-
export var ListThesauriResponse;
|
|
1295
|
-
(function (ListThesauriResponse) {
|
|
1296
|
-
ListThesauriResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1297
|
-
})(ListThesauriResponse || (ListThesauriResponse = {}));
|
|
1298
|
-
export var MemberGroup;
|
|
1299
|
-
(function (MemberGroup) {
|
|
1300
|
-
MemberGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1301
|
-
})(MemberGroup || (MemberGroup = {}));
|
|
1302
|
-
export var MemberUser;
|
|
1303
|
-
(function (MemberUser) {
|
|
1304
|
-
MemberUser.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1305
|
-
})(MemberUser || (MemberUser = {}));
|
|
1306
|
-
export var GroupMembers;
|
|
1307
|
-
(function (GroupMembers) {
|
|
1308
|
-
GroupMembers.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1309
|
-
})(GroupMembers || (GroupMembers = {}));
|
|
1310
|
-
export var PutPrincipalMappingRequest;
|
|
1311
|
-
(function (PutPrincipalMappingRequest) {
|
|
1312
|
-
PutPrincipalMappingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1313
|
-
})(PutPrincipalMappingRequest || (PutPrincipalMappingRequest = {}));
|
|
1314
|
-
export var DocumentRelevanceConfiguration;
|
|
1315
|
-
(function (DocumentRelevanceConfiguration) {
|
|
1316
|
-
DocumentRelevanceConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1317
|
-
})(DocumentRelevanceConfiguration || (DocumentRelevanceConfiguration = {}));
|
|
1318
509
|
export var QueryResultType;
|
|
1319
510
|
(function (QueryResultType) {
|
|
1320
511
|
QueryResultType["ANSWER"] = "ANSWER";
|
|
@@ -1326,22 +517,6 @@ export var SortOrder;
|
|
|
1326
517
|
SortOrder["ASC"] = "ASC";
|
|
1327
518
|
SortOrder["DESC"] = "DESC";
|
|
1328
519
|
})(SortOrder || (SortOrder = {}));
|
|
1329
|
-
export var SortingConfiguration;
|
|
1330
|
-
(function (SortingConfiguration) {
|
|
1331
|
-
SortingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1332
|
-
})(SortingConfiguration || (SortingConfiguration = {}));
|
|
1333
|
-
export var SpellCorrectionConfiguration;
|
|
1334
|
-
(function (SpellCorrectionConfiguration) {
|
|
1335
|
-
SpellCorrectionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1336
|
-
})(SpellCorrectionConfiguration || (SpellCorrectionConfiguration = {}));
|
|
1337
|
-
export var DataSourceGroup;
|
|
1338
|
-
(function (DataSourceGroup) {
|
|
1339
|
-
DataSourceGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1340
|
-
})(DataSourceGroup || (DataSourceGroup = {}));
|
|
1341
|
-
export var UserContext;
|
|
1342
|
-
(function (UserContext) {
|
|
1343
|
-
UserContext.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1344
|
-
})(UserContext || (UserContext = {}));
|
|
1345
520
|
export var ScoreConfidence;
|
|
1346
521
|
(function (ScoreConfidence) {
|
|
1347
522
|
ScoreConfidence["HIGH"] = "HIGH";
|
|
@@ -1350,30 +525,10 @@ export var ScoreConfidence;
|
|
|
1350
525
|
ScoreConfidence["NOT_AVAILABLE"] = "NOT_AVAILABLE";
|
|
1351
526
|
ScoreConfidence["VERY_HIGH"] = "VERY_HIGH";
|
|
1352
527
|
})(ScoreConfidence || (ScoreConfidence = {}));
|
|
1353
|
-
export var ScoreAttributes;
|
|
1354
|
-
(function (ScoreAttributes) {
|
|
1355
|
-
ScoreAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1356
|
-
})(ScoreAttributes || (ScoreAttributes = {}));
|
|
1357
|
-
export var QueryResultItem;
|
|
1358
|
-
(function (QueryResultItem) {
|
|
1359
|
-
QueryResultItem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1360
|
-
})(QueryResultItem || (QueryResultItem = {}));
|
|
1361
|
-
export var Correction;
|
|
1362
|
-
(function (Correction) {
|
|
1363
|
-
Correction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1364
|
-
})(Correction || (Correction = {}));
|
|
1365
|
-
export var SpellCorrectedQuery;
|
|
1366
|
-
(function (SpellCorrectedQuery) {
|
|
1367
|
-
SpellCorrectedQuery.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1368
|
-
})(SpellCorrectedQuery || (SpellCorrectedQuery = {}));
|
|
1369
528
|
export var WarningCode;
|
|
1370
529
|
(function (WarningCode) {
|
|
1371
530
|
WarningCode["QUERY_LANGUAGE_INVALID_SYNTAX"] = "QUERY_LANGUAGE_INVALID_SYNTAX";
|
|
1372
531
|
})(WarningCode || (WarningCode = {}));
|
|
1373
|
-
export var Warning;
|
|
1374
|
-
(function (Warning) {
|
|
1375
|
-
Warning.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1376
|
-
})(Warning || (Warning = {}));
|
|
1377
532
|
var ResourceInUseException = (function (_super) {
|
|
1378
533
|
__extends(ResourceInUseException, _super);
|
|
1379
534
|
function ResourceInUseException(opts) {
|
|
@@ -1387,100 +542,247 @@ var ResourceInUseException = (function (_super) {
|
|
|
1387
542
|
return ResourceInUseException;
|
|
1388
543
|
}(__BaseException));
|
|
1389
544
|
export { ResourceInUseException };
|
|
1390
|
-
export var StartDataSourceSyncJobRequest;
|
|
1391
|
-
(function (StartDataSourceSyncJobRequest) {
|
|
1392
|
-
StartDataSourceSyncJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1393
|
-
})(StartDataSourceSyncJobRequest || (StartDataSourceSyncJobRequest = {}));
|
|
1394
|
-
export var StartDataSourceSyncJobResponse;
|
|
1395
|
-
(function (StartDataSourceSyncJobResponse) {
|
|
1396
|
-
StartDataSourceSyncJobResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1397
|
-
})(StartDataSourceSyncJobResponse || (StartDataSourceSyncJobResponse = {}));
|
|
1398
|
-
export var StopDataSourceSyncJobRequest;
|
|
1399
|
-
(function (StopDataSourceSyncJobRequest) {
|
|
1400
|
-
StopDataSourceSyncJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1401
|
-
})(StopDataSourceSyncJobRequest || (StopDataSourceSyncJobRequest = {}));
|
|
1402
|
-
export var ClickFeedback;
|
|
1403
|
-
(function (ClickFeedback) {
|
|
1404
|
-
ClickFeedback.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1405
|
-
})(ClickFeedback || (ClickFeedback = {}));
|
|
1406
545
|
export var RelevanceType;
|
|
1407
546
|
(function (RelevanceType) {
|
|
1408
547
|
RelevanceType["NOT_RELEVANT"] = "NOT_RELEVANT";
|
|
1409
548
|
RelevanceType["RELEVANT"] = "RELEVANT";
|
|
1410
549
|
})(RelevanceType || (RelevanceType = {}));
|
|
1411
|
-
export var
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
export var
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
export var
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
export var
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
export var
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
export var
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
export var
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
export var
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
export var
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
export var
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
export var
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
export var
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
export var
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
export var
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
export var
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
export var
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
export var
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
export var
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
export var
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
550
|
+
export var AccessControlConfigurationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var AccessControlListConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var AclConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var HighlightFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var TextWithHighlightsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var AdditionalResultAttributeValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var AdditionalResultAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var DataSourceToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var S3PathFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var DataSourceVpcConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var AlfrescoConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var EntityConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var AssociateEntitiesToExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var FailedEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var AssociateEntitiesToExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var EntityPersonaConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var AssociatePersonasToEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var AssociatePersonasToEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var DocumentAttributeValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var DocumentAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var BasicAuthenticationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var AuthenticationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var DataSourceSyncJobMetricTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var BatchDeleteDocumentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var BatchDeleteDocumentResponseFailedDocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var BatchDeleteDocumentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var DocumentInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var BatchGetDocumentStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var StatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var BatchGetDocumentStatusResponseErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var BatchGetDocumentStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var DocumentAttributeConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var DocumentAttributeTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var InlineCustomDocumentEnrichmentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var HookConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var CustomDocumentEnrichmentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var PrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var HierarchicalPrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var DocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var BatchPutDocumentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var BatchPutDocumentResponseFailedDocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var BatchPutDocumentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var ClearQuerySuggestionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var CreateAccessControlConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var CreateAccessControlConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var BoxConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var ConfluenceAttachmentToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var ConfluenceAttachmentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var ConfluenceBlogToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var ConfluenceBlogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var ConfluencePageToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var ConfluencePageConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var ConfluenceSpaceToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var ConfluenceSpaceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var ConfluenceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var ColumnConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var ConnectionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var SqlConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var DatabaseConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var FsxConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var GitHubDocumentCrawlPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var OnPremiseConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var SaaSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var GitHubConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var GoogleDriveConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var JiraConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var OneDriveUsersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var OneDriveConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var QuipConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var DocumentsMetadataConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var S3DataSourceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var SalesforceChatterFeedConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var SalesforceCustomKnowledgeArticleTypeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var SalesforceStandardKnowledgeArticleTypeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var SalesforceKnowledgeArticleConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var SalesforceStandardObjectAttachmentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var SalesforceStandardObjectConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var SalesforceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var ServiceNowKnowledgeArticleConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var ServiceNowServiceCatalogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var ServiceNowConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var SharePointConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var SlackConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var ProxyConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var SeedUrlConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var SiteMapsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var UrlsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var WebCrawlerConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var WorkDocsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var DataSourceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var CreateDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var CreateDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var ContentSourceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var UserIdentityConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var ExperienceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var CreateExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var CreateExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var CreateFaqRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var CreateFaqResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var ServerSideEncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KmsKeyId && { KmsKeyId: SENSITIVE_STRING }))); };
|
|
651
|
+
export var UserGroupResolutionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var JsonTokenTypeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var JwtTokenTypeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var UserTokenConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var CreateIndexRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServerSideEncryptionConfiguration && {
|
|
656
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
657
|
+
}))); };
|
|
658
|
+
export var CreateIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var CreateQuerySuggestionsBlockListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var CreateQuerySuggestionsBlockListResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var CreateThesaurusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var CreateThesaurusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var DeleteAccessControlConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var DeleteAccessControlConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var DeleteDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var DeleteExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var DeleteExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var DeleteFaqRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var DeleteIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var DeletePrincipalMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var DeleteQuerySuggestionsBlockListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
export var DeleteThesaurusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var DescribeAccessControlConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var DescribeAccessControlConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var DescribeDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var DescribeDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
export var DescribeExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
export var ExperienceEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
export var DescribeExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var DescribeFaqRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var DescribeFaqResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var DescribeIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var CapacityUnitsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var RelevanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var SearchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var DocumentMetadataConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
export var FaqStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
export var TextDocumentStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
+
export var IndexStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
export var DescribeIndexResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServerSideEncryptionConfiguration && {
|
|
691
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
692
|
+
}))); };
|
|
693
|
+
export var DescribePrincipalMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
+
export var GroupOrderingIdSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
export var DescribePrincipalMappingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
export var DescribeQuerySuggestionsBlockListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
+
export var DescribeQuerySuggestionsBlockListResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
+
export var DescribeQuerySuggestionsConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
export var DescribeQuerySuggestionsConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
700
|
+
export var DescribeThesaurusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
|
+
export var DescribeThesaurusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
+
export var DisassociateEntitiesFromExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
export var DisassociateEntitiesFromExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
+
export var DisassociatePersonasFromEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
+
export var DisassociatePersonasFromEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
+
export var GetQuerySuggestionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
export var SuggestionHighlightFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
+
export var SuggestionTextWithHighlightsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
+
export var SuggestionValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
export var SuggestionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
export var GetQuerySuggestionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var GetSnapshotsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var TimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var GetSnapshotsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var ListAccessControlConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var ListAccessControlConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var ListDataSourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var DataSourceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var ListDataSourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var ListDataSourceSyncJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var DataSourceSyncJobMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var DataSourceSyncJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var ListDataSourceSyncJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var ListEntityPersonasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var PersonasSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var ListEntityPersonasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var ListExperienceEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var EntityDisplayDataFilterSensitiveLog = function (obj) { return (__assign(__assign(__assign(__assign(__assign(__assign({}, obj), (obj.UserName && { UserName: SENSITIVE_STRING })), (obj.GroupName && { GroupName: SENSITIVE_STRING })), (obj.IdentifiedUserName && { IdentifiedUserName: SENSITIVE_STRING })), (obj.FirstName && { FirstName: SENSITIVE_STRING })), (obj.LastName && { LastName: SENSITIVE_STRING }))); };
|
|
729
|
+
export var ExperienceEntitiesSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DisplayData && { DisplayData: EntityDisplayDataFilterSensitiveLog(obj.DisplayData) }))); };
|
|
730
|
+
export var ListExperienceEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SummaryItems && {
|
|
731
|
+
SummaryItems: obj.SummaryItems.map(function (item) { return ExperienceEntitiesSummaryFilterSensitiveLog(item); }),
|
|
732
|
+
}))); };
|
|
733
|
+
export var ListExperiencesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var ExperiencesSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
export var ListExperiencesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
export var ListFaqsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
737
|
+
export var FaqSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
738
|
+
export var ListFaqsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
739
|
+
export var ListGroupsOlderThanOrderingIdRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
740
|
+
export var GroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
741
|
+
export var ListGroupsOlderThanOrderingIdResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var ListIndicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var IndexConfigurationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var ListIndicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
export var ListQuerySuggestionsBlockListsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var QuerySuggestionsBlockListSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
export var ListQuerySuggestionsBlockListsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
export var ListThesauriRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
export var ThesaurusSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
+
export var ListThesauriResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
export var MemberGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
export var MemberUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
export var GroupMembersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
+
export var PutPrincipalMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
export var DocumentRelevanceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
export var SortingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
export var SpellCorrectionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
+
export var DataSourceGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var UserContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var ScoreAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var QueryResultItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
+
export var CorrectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
export var SpellCorrectedQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
export var WarningFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
export var StartDataSourceSyncJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var StartDataSourceSyncJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
export var StopDataSourceSyncJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
export var ClickFeedbackFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
export var RelevanceFeedbackFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
+
export var SubmitFeedbackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var UpdateAccessControlConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var UpdateAccessControlConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var UpdateDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
export var UpdateExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
export var UpdateIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
export var UpdateQuerySuggestionsBlockListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
+
export var UpdateQuerySuggestionsConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var UpdateThesaurusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
export var FacetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
export var DocumentAttributeValueCountPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
export var FacetResultFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
export var AttributeFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|