@aws-sdk/client-kendra 3.183.0 → 3.185.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 +11 -0
- package/dist-cjs/protocols/Aws_json1_1.js +2 -2
- package/dist-es/Kendra.js +249 -242
- package/dist-es/KendraClient.js +28 -22
- package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +28 -21
- package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +28 -21
- package/dist-es/commands/BatchDeleteDocumentCommand.js +28 -21
- package/dist-es/commands/BatchGetDocumentStatusCommand.js +28 -21
- package/dist-es/commands/BatchPutDocumentCommand.js +28 -21
- package/dist-es/commands/ClearQuerySuggestionsCommand.js +29 -22
- package/dist-es/commands/CreateAccessControlConfigurationCommand.js +28 -21
- package/dist-es/commands/CreateDataSourceCommand.js +28 -21
- package/dist-es/commands/CreateExperienceCommand.js +28 -21
- package/dist-es/commands/CreateFaqCommand.js +28 -21
- package/dist-es/commands/CreateIndexCommand.js +28 -21
- package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +28 -21
- package/dist-es/commands/CreateThesaurusCommand.js +28 -21
- package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +28 -21
- package/dist-es/commands/DeleteDataSourceCommand.js +29 -22
- package/dist-es/commands/DeleteExperienceCommand.js +28 -21
- package/dist-es/commands/DeleteFaqCommand.js +29 -22
- package/dist-es/commands/DeleteIndexCommand.js +29 -22
- package/dist-es/commands/DeletePrincipalMappingCommand.js +29 -22
- package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +29 -22
- package/dist-es/commands/DeleteThesaurusCommand.js +29 -22
- package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +28 -21
- package/dist-es/commands/DescribeDataSourceCommand.js +28 -21
- package/dist-es/commands/DescribeExperienceCommand.js +28 -21
- package/dist-es/commands/DescribeFaqCommand.js +28 -21
- package/dist-es/commands/DescribeIndexCommand.js +28 -21
- package/dist-es/commands/DescribePrincipalMappingCommand.js +28 -21
- package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +28 -21
- package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +28 -21
- package/dist-es/commands/DescribeThesaurusCommand.js +28 -21
- package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +28 -21
- package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +28 -21
- package/dist-es/commands/GetQuerySuggestionsCommand.js +28 -21
- package/dist-es/commands/GetSnapshotsCommand.js +28 -21
- package/dist-es/commands/ListAccessControlConfigurationsCommand.js +28 -21
- package/dist-es/commands/ListDataSourceSyncJobsCommand.js +28 -21
- package/dist-es/commands/ListDataSourcesCommand.js +28 -21
- package/dist-es/commands/ListEntityPersonasCommand.js +28 -21
- package/dist-es/commands/ListExperienceEntitiesCommand.js +28 -21
- package/dist-es/commands/ListExperiencesCommand.js +28 -21
- package/dist-es/commands/ListFaqsCommand.js +28 -21
- package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +28 -21
- package/dist-es/commands/ListIndicesCommand.js +28 -21
- package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +28 -21
- package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
- package/dist-es/commands/ListThesauriCommand.js +28 -21
- package/dist-es/commands/PutPrincipalMappingCommand.js +29 -22
- package/dist-es/commands/QueryCommand.js +28 -21
- package/dist-es/commands/StartDataSourceSyncJobCommand.js +28 -21
- package/dist-es/commands/StopDataSourceSyncJobCommand.js +29 -22
- package/dist-es/commands/SubmitFeedbackCommand.js +29 -22
- package/dist-es/commands/TagResourceCommand.js +28 -21
- package/dist-es/commands/UntagResourceCommand.js +28 -21
- package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +28 -21
- package/dist-es/commands/UpdateDataSourceCommand.js +29 -22
- package/dist-es/commands/UpdateExperienceCommand.js +29 -22
- package/dist-es/commands/UpdateIndexCommand.js +29 -22
- package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +29 -22
- package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +29 -22
- package/dist-es/commands/UpdateThesaurusCommand.js +29 -22
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/KendraServiceException.js +10 -5
- package/dist-es/models/models_0.js +371 -844
- package/dist-es/models/models_1.js +5 -12
- package/dist-es/pagination/GetSnapshotsPaginator.js +68 -25
- package/dist-es/pagination/ListAccessControlConfigurationsPaginator.js +68 -25
- package/dist-es/pagination/ListDataSourceSyncJobsPaginator.js +68 -25
- package/dist-es/pagination/ListDataSourcesPaginator.js +68 -25
- package/dist-es/pagination/ListEntityPersonasPaginator.js +68 -25
- package/dist-es/pagination/ListExperienceEntitiesPaginator.js +67 -24
- package/dist-es/pagination/ListExperiencesPaginator.js +68 -25
- package/dist-es/pagination/ListFaqsPaginator.js +68 -25
- package/dist-es/pagination/ListGroupsOlderThanOrderingIdPaginator.js +68 -25
- package/dist-es/pagination/ListIndicesPaginator.js +68 -25
- package/dist-es/pagination/ListQuerySuggestionsBlockListsPaginator.js +68 -25
- package/dist-es/pagination/ListThesauriPaginator.js +68 -25
- package/dist-es/protocols/Aws_json1_1.js +6541 -5784
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/package.json +5 -5
|
@@ -1,18 +1,19 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { KendraServiceException as __BaseException } from "./KendraServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
13
|
-
this.Message = opts.Message;
|
|
4
|
+
var AccessDeniedException = (function (_super) {
|
|
5
|
+
__extends(AccessDeniedException, _super);
|
|
6
|
+
function AccessDeniedException(opts) {
|
|
7
|
+
var _this = _super.call(this, __assign({ name: "AccessDeniedException", $fault: "client" }, opts)) || this;
|
|
8
|
+
_this.name = "AccessDeniedException";
|
|
9
|
+
_this.$fault = "client";
|
|
10
|
+
Object.setPrototypeOf(_this, AccessDeniedException.prototype);
|
|
11
|
+
_this.Message = opts.Message;
|
|
12
|
+
return _this;
|
|
14
13
|
}
|
|
15
|
-
|
|
14
|
+
return AccessDeniedException;
|
|
15
|
+
}(__BaseException));
|
|
16
|
+
export { AccessDeniedException };
|
|
16
17
|
export var HighlightType;
|
|
17
18
|
(function (HighlightType) {
|
|
18
19
|
HighlightType["STANDARD"] = "STANDARD";
|
|
@@ -33,71 +34,71 @@ export var EntityType;
|
|
|
33
34
|
EntityType["GROUP"] = "GROUP";
|
|
34
35
|
EntityType["USER"] = "USER";
|
|
35
36
|
})(EntityType || (EntityType = {}));
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
46
|
-
this.Message = opts.Message;
|
|
37
|
+
var InternalServerException = (function (_super) {
|
|
38
|
+
__extends(InternalServerException, _super);
|
|
39
|
+
function InternalServerException(opts) {
|
|
40
|
+
var _this = _super.call(this, __assign({ name: "InternalServerException", $fault: "server" }, opts)) || this;
|
|
41
|
+
_this.name = "InternalServerException";
|
|
42
|
+
_this.$fault = "server";
|
|
43
|
+
Object.setPrototypeOf(_this, InternalServerException.prototype);
|
|
44
|
+
_this.Message = opts.Message;
|
|
45
|
+
return _this;
|
|
47
46
|
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
47
|
+
return InternalServerException;
|
|
48
|
+
}(__BaseException));
|
|
49
|
+
export { InternalServerException };
|
|
50
|
+
var ResourceAlreadyExistException = (function (_super) {
|
|
51
|
+
__extends(ResourceAlreadyExistException, _super);
|
|
52
|
+
function ResourceAlreadyExistException(opts) {
|
|
53
|
+
var _this = _super.call(this, __assign({ name: "ResourceAlreadyExistException", $fault: "client" }, opts)) || this;
|
|
54
|
+
_this.name = "ResourceAlreadyExistException";
|
|
55
|
+
_this.$fault = "client";
|
|
56
|
+
Object.setPrototypeOf(_this, ResourceAlreadyExistException.prototype);
|
|
57
|
+
_this.Message = opts.Message;
|
|
58
|
+
return _this;
|
|
60
59
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
60
|
+
return ResourceAlreadyExistException;
|
|
61
|
+
}(__BaseException));
|
|
62
|
+
export { ResourceAlreadyExistException };
|
|
63
|
+
var ResourceNotFoundException = (function (_super) {
|
|
64
|
+
__extends(ResourceNotFoundException, _super);
|
|
65
|
+
function ResourceNotFoundException(opts) {
|
|
66
|
+
var _this = _super.call(this, __assign({ name: "ResourceNotFoundException", $fault: "client" }, opts)) || this;
|
|
67
|
+
_this.name = "ResourceNotFoundException";
|
|
68
|
+
_this.$fault = "client";
|
|
69
|
+
Object.setPrototypeOf(_this, ResourceNotFoundException.prototype);
|
|
70
|
+
_this.Message = opts.Message;
|
|
71
|
+
return _this;
|
|
73
72
|
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
73
|
+
return ResourceNotFoundException;
|
|
74
|
+
}(__BaseException));
|
|
75
|
+
export { ResourceNotFoundException };
|
|
76
|
+
var ThrottlingException = (function (_super) {
|
|
77
|
+
__extends(ThrottlingException, _super);
|
|
78
|
+
function ThrottlingException(opts) {
|
|
79
|
+
var _this = _super.call(this, __assign({ name: "ThrottlingException", $fault: "client" }, opts)) || this;
|
|
80
|
+
_this.name = "ThrottlingException";
|
|
81
|
+
_this.$fault = "client";
|
|
82
|
+
Object.setPrototypeOf(_this, ThrottlingException.prototype);
|
|
83
|
+
_this.Message = opts.Message;
|
|
84
|
+
return _this;
|
|
86
85
|
}
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
86
|
+
return ThrottlingException;
|
|
87
|
+
}(__BaseException));
|
|
88
|
+
export { ThrottlingException };
|
|
89
|
+
var ValidationException = (function (_super) {
|
|
90
|
+
__extends(ValidationException, _super);
|
|
91
|
+
function ValidationException(opts) {
|
|
92
|
+
var _this = _super.call(this, __assign({ name: "ValidationException", $fault: "client" }, opts)) || this;
|
|
93
|
+
_this.name = "ValidationException";
|
|
94
|
+
_this.$fault = "client";
|
|
95
|
+
Object.setPrototypeOf(_this, ValidationException.prototype);
|
|
96
|
+
_this.Message = opts.Message;
|
|
97
|
+
return _this;
|
|
99
98
|
}
|
|
100
|
-
|
|
99
|
+
return ValidationException;
|
|
100
|
+
}(__BaseException));
|
|
101
|
+
export { ValidationException };
|
|
101
102
|
export var Persona;
|
|
102
103
|
(function (Persona) {
|
|
103
104
|
Persona["OWNER"] = "OWNER";
|
|
@@ -108,19 +109,19 @@ export var ErrorCode;
|
|
|
108
109
|
ErrorCode["INTERNAL_ERROR"] = "InternalError";
|
|
109
110
|
ErrorCode["INVALID_REQUEST"] = "InvalidRequest";
|
|
110
111
|
})(ErrorCode || (ErrorCode = {}));
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
121
|
-
this.Message = opts.Message;
|
|
112
|
+
var ConflictException = (function (_super) {
|
|
113
|
+
__extends(ConflictException, _super);
|
|
114
|
+
function ConflictException(opts) {
|
|
115
|
+
var _this = _super.call(this, __assign({ name: "ConflictException", $fault: "client" }, opts)) || this;
|
|
116
|
+
_this.name = "ConflictException";
|
|
117
|
+
_this.$fault = "client";
|
|
118
|
+
Object.setPrototypeOf(_this, ConflictException.prototype);
|
|
119
|
+
_this.Message = opts.Message;
|
|
120
|
+
return _this;
|
|
122
121
|
}
|
|
123
|
-
|
|
122
|
+
return ConflictException;
|
|
123
|
+
}(__BaseException));
|
|
124
|
+
export { ConflictException };
|
|
124
125
|
export var DocumentStatus;
|
|
125
126
|
(function (DocumentStatus) {
|
|
126
127
|
DocumentStatus["FAILED"] = "FAILED";
|
|
@@ -162,19 +163,19 @@ export var ContentType;
|
|
|
162
163
|
ContentType["PLAIN_TEXT"] = "PLAIN_TEXT";
|
|
163
164
|
ContentType["PPT"] = "PPT";
|
|
164
165
|
})(ContentType || (ContentType = {}));
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
175
|
-
this.Message = opts.Message;
|
|
166
|
+
var ServiceQuotaExceededException = (function (_super) {
|
|
167
|
+
__extends(ServiceQuotaExceededException, _super);
|
|
168
|
+
function ServiceQuotaExceededException(opts) {
|
|
169
|
+
var _this = _super.call(this, __assign({ name: "ServiceQuotaExceededException", $fault: "client" }, opts)) || this;
|
|
170
|
+
_this.name = "ServiceQuotaExceededException";
|
|
171
|
+
_this.$fault = "client";
|
|
172
|
+
Object.setPrototypeOf(_this, ServiceQuotaExceededException.prototype);
|
|
173
|
+
_this.Message = opts.Message;
|
|
174
|
+
return _this;
|
|
176
175
|
}
|
|
177
|
-
|
|
176
|
+
return ServiceQuotaExceededException;
|
|
177
|
+
}(__BaseException));
|
|
178
|
+
export { ServiceQuotaExceededException };
|
|
178
179
|
export var ConfluenceAttachmentFieldName;
|
|
179
180
|
(function (ConfluenceAttachmentFieldName) {
|
|
180
181
|
ConfluenceAttachmentFieldName["AUTHOR"] = "AUTHOR";
|
|
@@ -476,19 +477,19 @@ export var MetricType;
|
|
|
476
477
|
MetricType["QUERIES_BY_ZERO_RESULT_RATE"] = "QUERIES_BY_ZERO_RESULT_RATE";
|
|
477
478
|
MetricType["TREND_QUERY_DOC_METRICS"] = "TREND_QUERY_DOC_METRICS";
|
|
478
479
|
})(MetricType || (MetricType = {}));
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
Object.setPrototypeOf(this, InvalidRequestException.prototype);
|
|
489
|
-
this.Message = opts.Message;
|
|
480
|
+
var InvalidRequestException = (function (_super) {
|
|
481
|
+
__extends(InvalidRequestException, _super);
|
|
482
|
+
function InvalidRequestException(opts) {
|
|
483
|
+
var _this = _super.call(this, __assign({ name: "InvalidRequestException", $fault: "client" }, opts)) || this;
|
|
484
|
+
_this.name = "InvalidRequestException";
|
|
485
|
+
_this.$fault = "client";
|
|
486
|
+
Object.setPrototypeOf(_this, InvalidRequestException.prototype);
|
|
487
|
+
_this.Message = opts.Message;
|
|
488
|
+
return _this;
|
|
490
489
|
}
|
|
491
|
-
|
|
490
|
+
return InvalidRequestException;
|
|
491
|
+
}(__BaseException));
|
|
492
|
+
export { InvalidRequestException };
|
|
492
493
|
export var DataSourceSyncJobStatus;
|
|
493
494
|
(function (DataSourceSyncJobStatus) {
|
|
494
495
|
DataSourceSyncJobStatus["ABORTED"] = "ABORTED";
|
|
@@ -499,19 +500,19 @@ export var DataSourceSyncJobStatus;
|
|
|
499
500
|
DataSourceSyncJobStatus["SYNCING"] = "SYNCING";
|
|
500
501
|
DataSourceSyncJobStatus["SYNCING_INDEXING"] = "SYNCING_INDEXING";
|
|
501
502
|
})(DataSourceSyncJobStatus || (DataSourceSyncJobStatus = {}));
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
|
|
512
|
-
this.Message = opts.Message;
|
|
503
|
+
var ResourceUnavailableException = (function (_super) {
|
|
504
|
+
__extends(ResourceUnavailableException, _super);
|
|
505
|
+
function ResourceUnavailableException(opts) {
|
|
506
|
+
var _this = _super.call(this, __assign({ name: "ResourceUnavailableException", $fault: "client" }, opts)) || this;
|
|
507
|
+
_this.name = "ResourceUnavailableException";
|
|
508
|
+
_this.$fault = "client";
|
|
509
|
+
Object.setPrototypeOf(_this, ResourceUnavailableException.prototype);
|
|
510
|
+
_this.Message = opts.Message;
|
|
511
|
+
return _this;
|
|
513
512
|
}
|
|
514
|
-
|
|
513
|
+
return ResourceUnavailableException;
|
|
514
|
+
}(__BaseException));
|
|
515
|
+
export { ResourceUnavailableException };
|
|
515
516
|
export var QueryResultType;
|
|
516
517
|
(function (QueryResultType) {
|
|
517
518
|
QueryResultType["ANSWER"] = "ANSWER";
|
|
@@ -535,733 +536,259 @@ export var WarningCode;
|
|
|
535
536
|
(function (WarningCode) {
|
|
536
537
|
WarningCode["QUERY_LANGUAGE_INVALID_SYNTAX"] = "QUERY_LANGUAGE_INVALID_SYNTAX";
|
|
537
538
|
})(WarningCode || (WarningCode = {}));
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
548
|
-
this.Message = opts.Message;
|
|
539
|
+
var ResourceInUseException = (function (_super) {
|
|
540
|
+
__extends(ResourceInUseException, _super);
|
|
541
|
+
function ResourceInUseException(opts) {
|
|
542
|
+
var _this = _super.call(this, __assign({ name: "ResourceInUseException", $fault: "client" }, opts)) || this;
|
|
543
|
+
_this.name = "ResourceInUseException";
|
|
544
|
+
_this.$fault = "client";
|
|
545
|
+
Object.setPrototypeOf(_this, ResourceInUseException.prototype);
|
|
546
|
+
_this.Message = opts.Message;
|
|
547
|
+
return _this;
|
|
549
548
|
}
|
|
550
|
-
|
|
549
|
+
return ResourceInUseException;
|
|
550
|
+
}(__BaseException));
|
|
551
|
+
export { ResourceInUseException };
|
|
551
552
|
export var RelevanceType;
|
|
552
553
|
(function (RelevanceType) {
|
|
553
554
|
RelevanceType["NOT_RELEVANT"] = "NOT_RELEVANT";
|
|
554
555
|
RelevanceType["RELEVANT"] = "RELEVANT";
|
|
555
556
|
})(RelevanceType || (RelevanceType = {}));
|
|
556
|
-
export
|
|
557
|
-
|
|
558
|
-
});
|
|
559
|
-
export
|
|
560
|
-
|
|
561
|
-
});
|
|
562
|
-
export
|
|
563
|
-
|
|
564
|
-
});
|
|
565
|
-
export
|
|
566
|
-
|
|
567
|
-
});
|
|
568
|
-
export
|
|
569
|
-
|
|
570
|
-
});
|
|
571
|
-
export
|
|
572
|
-
|
|
573
|
-
});
|
|
574
|
-
export
|
|
575
|
-
|
|
576
|
-
});
|
|
577
|
-
export
|
|
578
|
-
|
|
579
|
-
});
|
|
580
|
-
export
|
|
581
|
-
|
|
582
|
-
});
|
|
583
|
-
export
|
|
584
|
-
|
|
585
|
-
});
|
|
586
|
-
export
|
|
587
|
-
|
|
588
|
-
});
|
|
589
|
-
export
|
|
590
|
-
|
|
591
|
-
});
|
|
592
|
-
export
|
|
593
|
-
|
|
594
|
-
});
|
|
595
|
-
export
|
|
596
|
-
|
|
597
|
-
});
|
|
598
|
-
export
|
|
599
|
-
|
|
600
|
-
});
|
|
601
|
-
export
|
|
602
|
-
|
|
603
|
-
});
|
|
604
|
-
export
|
|
605
|
-
|
|
606
|
-
});
|
|
607
|
-
export
|
|
608
|
-
|
|
609
|
-
});
|
|
610
|
-
export
|
|
611
|
-
|
|
612
|
-
});
|
|
613
|
-
export
|
|
614
|
-
|
|
615
|
-
});
|
|
616
|
-
export
|
|
617
|
-
|
|
618
|
-
});
|
|
619
|
-
export
|
|
620
|
-
|
|
621
|
-
});
|
|
622
|
-
export
|
|
623
|
-
|
|
624
|
-
});
|
|
625
|
-
export
|
|
626
|
-
|
|
627
|
-
});
|
|
628
|
-
export
|
|
629
|
-
|
|
630
|
-
});
|
|
631
|
-
export
|
|
632
|
-
|
|
633
|
-
});
|
|
634
|
-
export
|
|
635
|
-
|
|
636
|
-
});
|
|
637
|
-
export
|
|
638
|
-
|
|
639
|
-
});
|
|
640
|
-
export
|
|
641
|
-
|
|
642
|
-
});
|
|
643
|
-
export
|
|
644
|
-
|
|
645
|
-
});
|
|
646
|
-
export
|
|
647
|
-
|
|
648
|
-
});
|
|
649
|
-
export
|
|
650
|
-
|
|
651
|
-
});
|
|
652
|
-
export
|
|
653
|
-
|
|
654
|
-
});
|
|
655
|
-
export
|
|
656
|
-
|
|
657
|
-
});
|
|
658
|
-
export
|
|
659
|
-
|
|
660
|
-
});
|
|
661
|
-
export
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
});
|
|
667
|
-
export
|
|
668
|
-
|
|
669
|
-
});
|
|
670
|
-
export
|
|
671
|
-
|
|
672
|
-
});
|
|
673
|
-
export
|
|
674
|
-
|
|
675
|
-
});
|
|
676
|
-
export
|
|
677
|
-
|
|
678
|
-
});
|
|
679
|
-
export
|
|
680
|
-
|
|
681
|
-
});
|
|
682
|
-
export
|
|
683
|
-
|
|
684
|
-
});
|
|
685
|
-
export
|
|
686
|
-
|
|
687
|
-
});
|
|
688
|
-
export
|
|
689
|
-
|
|
690
|
-
});
|
|
691
|
-
export
|
|
692
|
-
|
|
693
|
-
});
|
|
694
|
-
export
|
|
695
|
-
|
|
696
|
-
});
|
|
697
|
-
export
|
|
698
|
-
|
|
699
|
-
});
|
|
700
|
-
export
|
|
701
|
-
|
|
702
|
-
});
|
|
703
|
-
export
|
|
704
|
-
|
|
705
|
-
});
|
|
706
|
-
export
|
|
707
|
-
|
|
708
|
-
});
|
|
709
|
-
export
|
|
710
|
-
|
|
711
|
-
});
|
|
712
|
-
export
|
|
713
|
-
|
|
714
|
-
});
|
|
715
|
-
export
|
|
716
|
-
|
|
717
|
-
});
|
|
718
|
-
export
|
|
719
|
-
|
|
720
|
-
});
|
|
721
|
-
export
|
|
722
|
-
|
|
723
|
-
});
|
|
724
|
-
export
|
|
725
|
-
|
|
726
|
-
});
|
|
727
|
-
export
|
|
728
|
-
|
|
729
|
-
});
|
|
730
|
-
export
|
|
731
|
-
|
|
732
|
-
});
|
|
733
|
-
export
|
|
734
|
-
|
|
735
|
-
});
|
|
736
|
-
export
|
|
737
|
-
|
|
738
|
-
})
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
});
|
|
742
|
-
export
|
|
743
|
-
|
|
744
|
-
});
|
|
745
|
-
export
|
|
746
|
-
|
|
747
|
-
});
|
|
748
|
-
export
|
|
749
|
-
|
|
750
|
-
});
|
|
751
|
-
export
|
|
752
|
-
|
|
753
|
-
});
|
|
754
|
-
export
|
|
755
|
-
|
|
756
|
-
});
|
|
757
|
-
export
|
|
758
|
-
|
|
759
|
-
});
|
|
760
|
-
export
|
|
761
|
-
|
|
762
|
-
});
|
|
763
|
-
export
|
|
764
|
-
|
|
765
|
-
});
|
|
766
|
-
export
|
|
767
|
-
|
|
768
|
-
});
|
|
769
|
-
export
|
|
770
|
-
|
|
771
|
-
});
|
|
772
|
-
export
|
|
773
|
-
|
|
774
|
-
});
|
|
775
|
-
export
|
|
776
|
-
|
|
777
|
-
});
|
|
778
|
-
export
|
|
779
|
-
|
|
780
|
-
});
|
|
781
|
-
export
|
|
782
|
-
|
|
783
|
-
});
|
|
784
|
-
export
|
|
785
|
-
|
|
786
|
-
});
|
|
787
|
-
export
|
|
788
|
-
|
|
789
|
-
});
|
|
790
|
-
export
|
|
791
|
-
|
|
792
|
-
});
|
|
793
|
-
export
|
|
794
|
-
...obj,
|
|
795
|
-
});
|
|
796
|
-
export const ServiceNowServiceCatalogConfigurationFilterSensitiveLog = (obj) => ({
|
|
797
|
-
...obj,
|
|
798
|
-
});
|
|
799
|
-
export const ServiceNowConfigurationFilterSensitiveLog = (obj) => ({
|
|
800
|
-
...obj,
|
|
801
|
-
});
|
|
802
|
-
export const SharePointConfigurationFilterSensitiveLog = (obj) => ({
|
|
803
|
-
...obj,
|
|
804
|
-
});
|
|
805
|
-
export const SlackConfigurationFilterSensitiveLog = (obj) => ({
|
|
806
|
-
...obj,
|
|
807
|
-
});
|
|
808
|
-
export const TemplateConfigurationFilterSensitiveLog = (obj) => ({
|
|
809
|
-
...obj,
|
|
810
|
-
});
|
|
811
|
-
export const SeedUrlConfigurationFilterSensitiveLog = (obj) => ({
|
|
812
|
-
...obj,
|
|
813
|
-
});
|
|
814
|
-
export const SiteMapsConfigurationFilterSensitiveLog = (obj) => ({
|
|
815
|
-
...obj,
|
|
816
|
-
});
|
|
817
|
-
export const UrlsFilterSensitiveLog = (obj) => ({
|
|
818
|
-
...obj,
|
|
819
|
-
});
|
|
820
|
-
export const WebCrawlerConfigurationFilterSensitiveLog = (obj) => ({
|
|
821
|
-
...obj,
|
|
822
|
-
});
|
|
823
|
-
export const WorkDocsConfigurationFilterSensitiveLog = (obj) => ({
|
|
824
|
-
...obj,
|
|
825
|
-
});
|
|
826
|
-
export const DataSourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
827
|
-
...obj,
|
|
828
|
-
});
|
|
829
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
830
|
-
...obj,
|
|
831
|
-
});
|
|
832
|
-
export const CreateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
833
|
-
...obj,
|
|
834
|
-
});
|
|
835
|
-
export const CreateDataSourceResponseFilterSensitiveLog = (obj) => ({
|
|
836
|
-
...obj,
|
|
837
|
-
});
|
|
838
|
-
export const ContentSourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
839
|
-
...obj,
|
|
840
|
-
});
|
|
841
|
-
export const UserIdentityConfigurationFilterSensitiveLog = (obj) => ({
|
|
842
|
-
...obj,
|
|
843
|
-
});
|
|
844
|
-
export const ExperienceConfigurationFilterSensitiveLog = (obj) => ({
|
|
845
|
-
...obj,
|
|
846
|
-
});
|
|
847
|
-
export const CreateExperienceRequestFilterSensitiveLog = (obj) => ({
|
|
848
|
-
...obj,
|
|
849
|
-
});
|
|
850
|
-
export const CreateExperienceResponseFilterSensitiveLog = (obj) => ({
|
|
851
|
-
...obj,
|
|
852
|
-
});
|
|
853
|
-
export const CreateFaqRequestFilterSensitiveLog = (obj) => ({
|
|
854
|
-
...obj,
|
|
855
|
-
});
|
|
856
|
-
export const CreateFaqResponseFilterSensitiveLog = (obj) => ({
|
|
857
|
-
...obj,
|
|
858
|
-
});
|
|
859
|
-
export const ServerSideEncryptionConfigurationFilterSensitiveLog = (obj) => ({
|
|
860
|
-
...obj,
|
|
861
|
-
...(obj.KmsKeyId && { KmsKeyId: SENSITIVE_STRING }),
|
|
862
|
-
});
|
|
863
|
-
export const UserGroupResolutionConfigurationFilterSensitiveLog = (obj) => ({
|
|
864
|
-
...obj,
|
|
865
|
-
});
|
|
866
|
-
export const JsonTokenTypeConfigurationFilterSensitiveLog = (obj) => ({
|
|
867
|
-
...obj,
|
|
868
|
-
});
|
|
869
|
-
export const JwtTokenTypeConfigurationFilterSensitiveLog = (obj) => ({
|
|
870
|
-
...obj,
|
|
871
|
-
});
|
|
872
|
-
export const UserTokenConfigurationFilterSensitiveLog = (obj) => ({
|
|
873
|
-
...obj,
|
|
874
|
-
});
|
|
875
|
-
export const CreateIndexRequestFilterSensitiveLog = (obj) => ({
|
|
876
|
-
...obj,
|
|
877
|
-
...(obj.ServerSideEncryptionConfiguration && {
|
|
878
|
-
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
879
|
-
}),
|
|
880
|
-
});
|
|
881
|
-
export const CreateIndexResponseFilterSensitiveLog = (obj) => ({
|
|
882
|
-
...obj,
|
|
883
|
-
});
|
|
884
|
-
export const CreateQuerySuggestionsBlockListRequestFilterSensitiveLog = (obj) => ({
|
|
885
|
-
...obj,
|
|
886
|
-
});
|
|
887
|
-
export const CreateQuerySuggestionsBlockListResponseFilterSensitiveLog = (obj) => ({
|
|
888
|
-
...obj,
|
|
889
|
-
});
|
|
890
|
-
export const CreateThesaurusRequestFilterSensitiveLog = (obj) => ({
|
|
891
|
-
...obj,
|
|
892
|
-
});
|
|
893
|
-
export const CreateThesaurusResponseFilterSensitiveLog = (obj) => ({
|
|
894
|
-
...obj,
|
|
895
|
-
});
|
|
896
|
-
export const DeleteAccessControlConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
897
|
-
...obj,
|
|
898
|
-
});
|
|
899
|
-
export const DeleteAccessControlConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
900
|
-
...obj,
|
|
901
|
-
});
|
|
902
|
-
export const DeleteDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
903
|
-
...obj,
|
|
904
|
-
});
|
|
905
|
-
export const DeleteExperienceRequestFilterSensitiveLog = (obj) => ({
|
|
906
|
-
...obj,
|
|
907
|
-
});
|
|
908
|
-
export const DeleteExperienceResponseFilterSensitiveLog = (obj) => ({
|
|
909
|
-
...obj,
|
|
910
|
-
});
|
|
911
|
-
export const DeleteFaqRequestFilterSensitiveLog = (obj) => ({
|
|
912
|
-
...obj,
|
|
913
|
-
});
|
|
914
|
-
export const DeleteIndexRequestFilterSensitiveLog = (obj) => ({
|
|
915
|
-
...obj,
|
|
916
|
-
});
|
|
917
|
-
export const DeletePrincipalMappingRequestFilterSensitiveLog = (obj) => ({
|
|
918
|
-
...obj,
|
|
919
|
-
});
|
|
920
|
-
export const DeleteQuerySuggestionsBlockListRequestFilterSensitiveLog = (obj) => ({
|
|
921
|
-
...obj,
|
|
922
|
-
});
|
|
923
|
-
export const DeleteThesaurusRequestFilterSensitiveLog = (obj) => ({
|
|
924
|
-
...obj,
|
|
925
|
-
});
|
|
926
|
-
export const DescribeAccessControlConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
927
|
-
...obj,
|
|
928
|
-
});
|
|
929
|
-
export const DescribeAccessControlConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
930
|
-
...obj,
|
|
931
|
-
});
|
|
932
|
-
export const DescribeDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
933
|
-
...obj,
|
|
934
|
-
});
|
|
935
|
-
export const DescribeDataSourceResponseFilterSensitiveLog = (obj) => ({
|
|
936
|
-
...obj,
|
|
937
|
-
});
|
|
938
|
-
export const DescribeExperienceRequestFilterSensitiveLog = (obj) => ({
|
|
939
|
-
...obj,
|
|
940
|
-
});
|
|
941
|
-
export const ExperienceEndpointFilterSensitiveLog = (obj) => ({
|
|
942
|
-
...obj,
|
|
943
|
-
});
|
|
944
|
-
export const DescribeExperienceResponseFilterSensitiveLog = (obj) => ({
|
|
945
|
-
...obj,
|
|
946
|
-
});
|
|
947
|
-
export const DescribeFaqRequestFilterSensitiveLog = (obj) => ({
|
|
948
|
-
...obj,
|
|
949
|
-
});
|
|
950
|
-
export const DescribeFaqResponseFilterSensitiveLog = (obj) => ({
|
|
951
|
-
...obj,
|
|
952
|
-
});
|
|
953
|
-
export const DescribeIndexRequestFilterSensitiveLog = (obj) => ({
|
|
954
|
-
...obj,
|
|
955
|
-
});
|
|
956
|
-
export const CapacityUnitsConfigurationFilterSensitiveLog = (obj) => ({
|
|
957
|
-
...obj,
|
|
958
|
-
});
|
|
959
|
-
export const RelevanceFilterSensitiveLog = (obj) => ({
|
|
960
|
-
...obj,
|
|
961
|
-
});
|
|
962
|
-
export const SearchFilterSensitiveLog = (obj) => ({
|
|
963
|
-
...obj,
|
|
964
|
-
});
|
|
965
|
-
export const DocumentMetadataConfigurationFilterSensitiveLog = (obj) => ({
|
|
966
|
-
...obj,
|
|
967
|
-
});
|
|
968
|
-
export const FaqStatisticsFilterSensitiveLog = (obj) => ({
|
|
969
|
-
...obj,
|
|
970
|
-
});
|
|
971
|
-
export const TextDocumentStatisticsFilterSensitiveLog = (obj) => ({
|
|
972
|
-
...obj,
|
|
973
|
-
});
|
|
974
|
-
export const IndexStatisticsFilterSensitiveLog = (obj) => ({
|
|
975
|
-
...obj,
|
|
976
|
-
});
|
|
977
|
-
export const DescribeIndexResponseFilterSensitiveLog = (obj) => ({
|
|
978
|
-
...obj,
|
|
979
|
-
...(obj.ServerSideEncryptionConfiguration && {
|
|
980
|
-
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
981
|
-
}),
|
|
982
|
-
});
|
|
983
|
-
export const DescribePrincipalMappingRequestFilterSensitiveLog = (obj) => ({
|
|
984
|
-
...obj,
|
|
985
|
-
});
|
|
986
|
-
export const GroupOrderingIdSummaryFilterSensitiveLog = (obj) => ({
|
|
987
|
-
...obj,
|
|
988
|
-
});
|
|
989
|
-
export const DescribePrincipalMappingResponseFilterSensitiveLog = (obj) => ({
|
|
990
|
-
...obj,
|
|
991
|
-
});
|
|
992
|
-
export const DescribeQuerySuggestionsBlockListRequestFilterSensitiveLog = (obj) => ({
|
|
993
|
-
...obj,
|
|
994
|
-
});
|
|
995
|
-
export const DescribeQuerySuggestionsBlockListResponseFilterSensitiveLog = (obj) => ({
|
|
996
|
-
...obj,
|
|
997
|
-
});
|
|
998
|
-
export const DescribeQuerySuggestionsConfigRequestFilterSensitiveLog = (obj) => ({
|
|
999
|
-
...obj,
|
|
1000
|
-
});
|
|
1001
|
-
export const DescribeQuerySuggestionsConfigResponseFilterSensitiveLog = (obj) => ({
|
|
1002
|
-
...obj,
|
|
1003
|
-
});
|
|
1004
|
-
export const DescribeThesaurusRequestFilterSensitiveLog = (obj) => ({
|
|
1005
|
-
...obj,
|
|
1006
|
-
});
|
|
1007
|
-
export const DescribeThesaurusResponseFilterSensitiveLog = (obj) => ({
|
|
1008
|
-
...obj,
|
|
1009
|
-
});
|
|
1010
|
-
export const DisassociateEntitiesFromExperienceRequestFilterSensitiveLog = (obj) => ({
|
|
1011
|
-
...obj,
|
|
1012
|
-
});
|
|
1013
|
-
export const DisassociateEntitiesFromExperienceResponseFilterSensitiveLog = (obj) => ({
|
|
1014
|
-
...obj,
|
|
1015
|
-
});
|
|
1016
|
-
export const DisassociatePersonasFromEntitiesRequestFilterSensitiveLog = (obj) => ({
|
|
1017
|
-
...obj,
|
|
1018
|
-
});
|
|
1019
|
-
export const DisassociatePersonasFromEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
1020
|
-
...obj,
|
|
1021
|
-
});
|
|
1022
|
-
export const GetQuerySuggestionsRequestFilterSensitiveLog = (obj) => ({
|
|
1023
|
-
...obj,
|
|
1024
|
-
});
|
|
1025
|
-
export const SuggestionHighlightFilterSensitiveLog = (obj) => ({
|
|
1026
|
-
...obj,
|
|
1027
|
-
});
|
|
1028
|
-
export const SuggestionTextWithHighlightsFilterSensitiveLog = (obj) => ({
|
|
1029
|
-
...obj,
|
|
1030
|
-
});
|
|
1031
|
-
export const SuggestionValueFilterSensitiveLog = (obj) => ({
|
|
1032
|
-
...obj,
|
|
1033
|
-
});
|
|
1034
|
-
export const SuggestionFilterSensitiveLog = (obj) => ({
|
|
1035
|
-
...obj,
|
|
1036
|
-
});
|
|
1037
|
-
export const GetQuerySuggestionsResponseFilterSensitiveLog = (obj) => ({
|
|
1038
|
-
...obj,
|
|
1039
|
-
});
|
|
1040
|
-
export const GetSnapshotsRequestFilterSensitiveLog = (obj) => ({
|
|
1041
|
-
...obj,
|
|
1042
|
-
});
|
|
1043
|
-
export const TimeRangeFilterSensitiveLog = (obj) => ({
|
|
1044
|
-
...obj,
|
|
1045
|
-
});
|
|
1046
|
-
export const GetSnapshotsResponseFilterSensitiveLog = (obj) => ({
|
|
1047
|
-
...obj,
|
|
1048
|
-
});
|
|
1049
|
-
export const ListAccessControlConfigurationsRequestFilterSensitiveLog = (obj) => ({
|
|
1050
|
-
...obj,
|
|
1051
|
-
});
|
|
1052
|
-
export const ListAccessControlConfigurationsResponseFilterSensitiveLog = (obj) => ({
|
|
1053
|
-
...obj,
|
|
1054
|
-
});
|
|
1055
|
-
export const ListDataSourcesRequestFilterSensitiveLog = (obj) => ({
|
|
1056
|
-
...obj,
|
|
1057
|
-
});
|
|
1058
|
-
export const DataSourceSummaryFilterSensitiveLog = (obj) => ({
|
|
1059
|
-
...obj,
|
|
1060
|
-
});
|
|
1061
|
-
export const ListDataSourcesResponseFilterSensitiveLog = (obj) => ({
|
|
1062
|
-
...obj,
|
|
1063
|
-
});
|
|
1064
|
-
export const ListDataSourceSyncJobsRequestFilterSensitiveLog = (obj) => ({
|
|
1065
|
-
...obj,
|
|
1066
|
-
});
|
|
1067
|
-
export const DataSourceSyncJobMetricsFilterSensitiveLog = (obj) => ({
|
|
1068
|
-
...obj,
|
|
1069
|
-
});
|
|
1070
|
-
export const DataSourceSyncJobFilterSensitiveLog = (obj) => ({
|
|
1071
|
-
...obj,
|
|
1072
|
-
});
|
|
1073
|
-
export const ListDataSourceSyncJobsResponseFilterSensitiveLog = (obj) => ({
|
|
1074
|
-
...obj,
|
|
1075
|
-
});
|
|
1076
|
-
export const ListEntityPersonasRequestFilterSensitiveLog = (obj) => ({
|
|
1077
|
-
...obj,
|
|
1078
|
-
});
|
|
1079
|
-
export const PersonasSummaryFilterSensitiveLog = (obj) => ({
|
|
1080
|
-
...obj,
|
|
1081
|
-
});
|
|
1082
|
-
export const ListEntityPersonasResponseFilterSensitiveLog = (obj) => ({
|
|
1083
|
-
...obj,
|
|
1084
|
-
});
|
|
1085
|
-
export const ListExperienceEntitiesRequestFilterSensitiveLog = (obj) => ({
|
|
1086
|
-
...obj,
|
|
1087
|
-
});
|
|
1088
|
-
export const EntityDisplayDataFilterSensitiveLog = (obj) => ({
|
|
1089
|
-
...obj,
|
|
1090
|
-
...(obj.UserName && { UserName: SENSITIVE_STRING }),
|
|
1091
|
-
...(obj.GroupName && { GroupName: SENSITIVE_STRING }),
|
|
1092
|
-
...(obj.IdentifiedUserName && { IdentifiedUserName: SENSITIVE_STRING }),
|
|
1093
|
-
...(obj.FirstName && { FirstName: SENSITIVE_STRING }),
|
|
1094
|
-
...(obj.LastName && { LastName: SENSITIVE_STRING }),
|
|
1095
|
-
});
|
|
1096
|
-
export const ExperienceEntitiesSummaryFilterSensitiveLog = (obj) => ({
|
|
1097
|
-
...obj,
|
|
1098
|
-
...(obj.DisplayData && { DisplayData: EntityDisplayDataFilterSensitiveLog(obj.DisplayData) }),
|
|
1099
|
-
});
|
|
1100
|
-
export const ListExperienceEntitiesResponseFilterSensitiveLog = (obj) => ({
|
|
1101
|
-
...obj,
|
|
1102
|
-
...(obj.SummaryItems && {
|
|
1103
|
-
SummaryItems: obj.SummaryItems.map((item) => ExperienceEntitiesSummaryFilterSensitiveLog(item)),
|
|
1104
|
-
}),
|
|
1105
|
-
});
|
|
1106
|
-
export const ListExperiencesRequestFilterSensitiveLog = (obj) => ({
|
|
1107
|
-
...obj,
|
|
1108
|
-
});
|
|
1109
|
-
export const ExperiencesSummaryFilterSensitiveLog = (obj) => ({
|
|
1110
|
-
...obj,
|
|
1111
|
-
});
|
|
1112
|
-
export const ListExperiencesResponseFilterSensitiveLog = (obj) => ({
|
|
1113
|
-
...obj,
|
|
1114
|
-
});
|
|
1115
|
-
export const ListFaqsRequestFilterSensitiveLog = (obj) => ({
|
|
1116
|
-
...obj,
|
|
1117
|
-
});
|
|
1118
|
-
export const FaqSummaryFilterSensitiveLog = (obj) => ({
|
|
1119
|
-
...obj,
|
|
1120
|
-
});
|
|
1121
|
-
export const ListFaqsResponseFilterSensitiveLog = (obj) => ({
|
|
1122
|
-
...obj,
|
|
1123
|
-
});
|
|
1124
|
-
export const ListGroupsOlderThanOrderingIdRequestFilterSensitiveLog = (obj) => ({
|
|
1125
|
-
...obj,
|
|
1126
|
-
});
|
|
1127
|
-
export const GroupSummaryFilterSensitiveLog = (obj) => ({
|
|
1128
|
-
...obj,
|
|
1129
|
-
});
|
|
1130
|
-
export const ListGroupsOlderThanOrderingIdResponseFilterSensitiveLog = (obj) => ({
|
|
1131
|
-
...obj,
|
|
1132
|
-
});
|
|
1133
|
-
export const ListIndicesRequestFilterSensitiveLog = (obj) => ({
|
|
1134
|
-
...obj,
|
|
1135
|
-
});
|
|
1136
|
-
export const IndexConfigurationSummaryFilterSensitiveLog = (obj) => ({
|
|
1137
|
-
...obj,
|
|
1138
|
-
});
|
|
1139
|
-
export const ListIndicesResponseFilterSensitiveLog = (obj) => ({
|
|
1140
|
-
...obj,
|
|
1141
|
-
});
|
|
1142
|
-
export const ListQuerySuggestionsBlockListsRequestFilterSensitiveLog = (obj) => ({
|
|
1143
|
-
...obj,
|
|
1144
|
-
});
|
|
1145
|
-
export const QuerySuggestionsBlockListSummaryFilterSensitiveLog = (obj) => ({
|
|
1146
|
-
...obj,
|
|
1147
|
-
});
|
|
1148
|
-
export const ListQuerySuggestionsBlockListsResponseFilterSensitiveLog = (obj) => ({
|
|
1149
|
-
...obj,
|
|
1150
|
-
});
|
|
1151
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1152
|
-
...obj,
|
|
1153
|
-
});
|
|
1154
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1155
|
-
...obj,
|
|
1156
|
-
});
|
|
1157
|
-
export const ListThesauriRequestFilterSensitiveLog = (obj) => ({
|
|
1158
|
-
...obj,
|
|
1159
|
-
});
|
|
1160
|
-
export const ThesaurusSummaryFilterSensitiveLog = (obj) => ({
|
|
1161
|
-
...obj,
|
|
1162
|
-
});
|
|
1163
|
-
export const ListThesauriResponseFilterSensitiveLog = (obj) => ({
|
|
1164
|
-
...obj,
|
|
1165
|
-
});
|
|
1166
|
-
export const MemberGroupFilterSensitiveLog = (obj) => ({
|
|
1167
|
-
...obj,
|
|
1168
|
-
});
|
|
1169
|
-
export const MemberUserFilterSensitiveLog = (obj) => ({
|
|
1170
|
-
...obj,
|
|
1171
|
-
});
|
|
1172
|
-
export const GroupMembersFilterSensitiveLog = (obj) => ({
|
|
1173
|
-
...obj,
|
|
1174
|
-
});
|
|
1175
|
-
export const PutPrincipalMappingRequestFilterSensitiveLog = (obj) => ({
|
|
1176
|
-
...obj,
|
|
1177
|
-
});
|
|
1178
|
-
export const DocumentRelevanceConfigurationFilterSensitiveLog = (obj) => ({
|
|
1179
|
-
...obj,
|
|
1180
|
-
});
|
|
1181
|
-
export const SortingConfigurationFilterSensitiveLog = (obj) => ({
|
|
1182
|
-
...obj,
|
|
1183
|
-
});
|
|
1184
|
-
export const SpellCorrectionConfigurationFilterSensitiveLog = (obj) => ({
|
|
1185
|
-
...obj,
|
|
1186
|
-
});
|
|
1187
|
-
export const DataSourceGroupFilterSensitiveLog = (obj) => ({
|
|
1188
|
-
...obj,
|
|
1189
|
-
});
|
|
1190
|
-
export const UserContextFilterSensitiveLog = (obj) => ({
|
|
1191
|
-
...obj,
|
|
1192
|
-
});
|
|
1193
|
-
export const ScoreAttributesFilterSensitiveLog = (obj) => ({
|
|
1194
|
-
...obj,
|
|
1195
|
-
});
|
|
1196
|
-
export const QueryResultItemFilterSensitiveLog = (obj) => ({
|
|
1197
|
-
...obj,
|
|
1198
|
-
});
|
|
1199
|
-
export const CorrectionFilterSensitiveLog = (obj) => ({
|
|
1200
|
-
...obj,
|
|
1201
|
-
});
|
|
1202
|
-
export const SpellCorrectedQueryFilterSensitiveLog = (obj) => ({
|
|
1203
|
-
...obj,
|
|
1204
|
-
});
|
|
1205
|
-
export const WarningFilterSensitiveLog = (obj) => ({
|
|
1206
|
-
...obj,
|
|
1207
|
-
});
|
|
1208
|
-
export const StartDataSourceSyncJobRequestFilterSensitiveLog = (obj) => ({
|
|
1209
|
-
...obj,
|
|
1210
|
-
});
|
|
1211
|
-
export const StartDataSourceSyncJobResponseFilterSensitiveLog = (obj) => ({
|
|
1212
|
-
...obj,
|
|
1213
|
-
});
|
|
1214
|
-
export const StopDataSourceSyncJobRequestFilterSensitiveLog = (obj) => ({
|
|
1215
|
-
...obj,
|
|
1216
|
-
});
|
|
1217
|
-
export const ClickFeedbackFilterSensitiveLog = (obj) => ({
|
|
1218
|
-
...obj,
|
|
1219
|
-
});
|
|
1220
|
-
export const RelevanceFeedbackFilterSensitiveLog = (obj) => ({
|
|
1221
|
-
...obj,
|
|
1222
|
-
});
|
|
1223
|
-
export const SubmitFeedbackRequestFilterSensitiveLog = (obj) => ({
|
|
1224
|
-
...obj,
|
|
1225
|
-
});
|
|
1226
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1227
|
-
...obj,
|
|
1228
|
-
});
|
|
1229
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1230
|
-
...obj,
|
|
1231
|
-
});
|
|
1232
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
1233
|
-
...obj,
|
|
1234
|
-
});
|
|
1235
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
1236
|
-
...obj,
|
|
1237
|
-
});
|
|
1238
|
-
export const UpdateAccessControlConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
1239
|
-
...obj,
|
|
1240
|
-
});
|
|
1241
|
-
export const UpdateAccessControlConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
1242
|
-
...obj,
|
|
1243
|
-
});
|
|
1244
|
-
export const UpdateDataSourceRequestFilterSensitiveLog = (obj) => ({
|
|
1245
|
-
...obj,
|
|
1246
|
-
});
|
|
1247
|
-
export const UpdateExperienceRequestFilterSensitiveLog = (obj) => ({
|
|
1248
|
-
...obj,
|
|
1249
|
-
});
|
|
1250
|
-
export const UpdateIndexRequestFilterSensitiveLog = (obj) => ({
|
|
1251
|
-
...obj,
|
|
1252
|
-
});
|
|
1253
|
-
export const UpdateQuerySuggestionsBlockListRequestFilterSensitiveLog = (obj) => ({
|
|
1254
|
-
...obj,
|
|
1255
|
-
});
|
|
1256
|
-
export const UpdateQuerySuggestionsConfigRequestFilterSensitiveLog = (obj) => ({
|
|
1257
|
-
...obj,
|
|
1258
|
-
});
|
|
1259
|
-
export const UpdateThesaurusRequestFilterSensitiveLog = (obj) => ({
|
|
1260
|
-
...obj,
|
|
1261
|
-
});
|
|
1262
|
-
export const FacetFilterSensitiveLog = (obj) => ({
|
|
1263
|
-
...obj,
|
|
1264
|
-
});
|
|
1265
|
-
export const DocumentAttributeValueCountPairFilterSensitiveLog = (obj) => ({
|
|
1266
|
-
...obj,
|
|
1267
|
-
});
|
|
557
|
+
export var AccessControlConfigurationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var AccessControlListConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var AclConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var HighlightFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var TextWithHighlightsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var AdditionalResultAttributeValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var AdditionalResultAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var DataSourceToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var S3PathFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var DataSourceVpcConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var AlfrescoConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var EntityConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var AssociateEntitiesToExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var FailedEntityFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var AssociateEntitiesToExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var EntityPersonaConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var AssociatePersonasToEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var AssociatePersonasToEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var DocumentAttributeValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var DocumentAttributeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var BasicAuthenticationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var AuthenticationConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var DataSourceSyncJobMetricTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var BatchDeleteDocumentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var BatchDeleteDocumentResponseFailedDocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var BatchDeleteDocumentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var DocumentInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var BatchGetDocumentStatusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var StatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var BatchGetDocumentStatusResponseErrorFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var BatchGetDocumentStatusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var DocumentAttributeConditionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var DocumentAttributeTargetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var InlineCustomDocumentEnrichmentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var HookConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var CustomDocumentEnrichmentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var PrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var HierarchicalPrincipalFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var DocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var BatchPutDocumentRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var BatchPutDocumentResponseFailedDocumentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var BatchPutDocumentResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var ClearQuerySuggestionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var CreateAccessControlConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var CreateAccessControlConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var BoxConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var ConfluenceAttachmentToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var ConfluenceAttachmentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var ConfluenceBlogToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var ConfluenceBlogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var ConfluencePageToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var ConfluencePageConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var ProxyConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var ConfluenceSpaceToIndexFieldMappingFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var ConfluenceSpaceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var ConfluenceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var ColumnConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var ConnectionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var SqlConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var DatabaseConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var FsxConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var GitHubDocumentCrawlPropertiesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var OnPremiseConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var SaaSConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var GitHubConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var GoogleDriveConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var JiraConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var OneDriveUsersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var OneDriveConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var QuipConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var DocumentsMetadataConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var S3DataSourceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var SalesforceChatterFeedConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var SalesforceCustomKnowledgeArticleTypeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var SalesforceStandardKnowledgeArticleTypeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var SalesforceKnowledgeArticleConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var SalesforceStandardObjectAttachmentConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var SalesforceStandardObjectConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var SalesforceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var ServiceNowKnowledgeArticleConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var ServiceNowServiceCatalogConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var ServiceNowConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var SharePointConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var SlackConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var TemplateConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var SeedUrlConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var SiteMapsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var UrlsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var WebCrawlerConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var WorkDocsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var DataSourceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var CreateDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var CreateDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var ContentSourceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var UserIdentityConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var ExperienceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var CreateExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var CreateExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var CreateFaqRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var CreateFaqResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var ServerSideEncryptionConfigurationFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.KmsKeyId && { KmsKeyId: SENSITIVE_STRING }))); };
|
|
659
|
+
export var UserGroupResolutionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var JsonTokenTypeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var JwtTokenTypeConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var UserTokenConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var CreateIndexRequestFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServerSideEncryptionConfiguration && {
|
|
664
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
665
|
+
}))); };
|
|
666
|
+
export var CreateIndexResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var CreateQuerySuggestionsBlockListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var CreateQuerySuggestionsBlockListResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var CreateThesaurusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var CreateThesaurusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var DeleteAccessControlConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
export var DeleteAccessControlConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var DeleteDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var DeleteExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var DeleteExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var DeleteFaqRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
export var DeleteIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
export var DeletePrincipalMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
export var DeleteQuerySuggestionsBlockListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var DeleteThesaurusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var DescribeAccessControlConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var DescribeAccessControlConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var DescribeDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var DescribeDataSourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var DescribeExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var ExperienceEndpointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
export var DescribeExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
export var DescribeFaqRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
+
export var DescribeFaqResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
export var DescribeIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
export var CapacityUnitsConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
+
export var RelevanceFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
+
export var SearchFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
+
export var DocumentMetadataConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
export var FaqStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
export var TextDocumentStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
+
export var IndexStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
+
export var DescribeIndexResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.ServerSideEncryptionConfiguration && {
|
|
699
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfigurationFilterSensitiveLog(obj.ServerSideEncryptionConfiguration),
|
|
700
|
+
}))); };
|
|
701
|
+
export var DescribePrincipalMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
+
export var GroupOrderingIdSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
703
|
+
export var DescribePrincipalMappingResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
704
|
+
export var DescribeQuerySuggestionsBlockListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
|
+
export var DescribeQuerySuggestionsBlockListResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
706
|
+
export var DescribeQuerySuggestionsConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
707
|
+
export var DescribeQuerySuggestionsConfigResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
|
+
export var DescribeThesaurusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
+
export var DescribeThesaurusResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
710
|
+
export var DisassociateEntitiesFromExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
711
|
+
export var DisassociateEntitiesFromExperienceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
|
+
export var DisassociatePersonasFromEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
713
|
+
export var DisassociatePersonasFromEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
714
|
+
export var GetQuerySuggestionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
|
+
export var SuggestionHighlightFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
+
export var SuggestionTextWithHighlightsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
717
|
+
export var SuggestionValueFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
718
|
+
export var SuggestionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
|
+
export var GetQuerySuggestionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
720
|
+
export var GetSnapshotsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
721
|
+
export var TimeRangeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
|
+
export var GetSnapshotsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
723
|
+
export var ListAccessControlConfigurationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
724
|
+
export var ListAccessControlConfigurationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
725
|
+
export var ListDataSourcesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
|
+
export var DataSourceSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
727
|
+
export var ListDataSourcesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
728
|
+
export var ListDataSourceSyncJobsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
|
+
export var DataSourceSyncJobMetricsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
730
|
+
export var DataSourceSyncJobFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
731
|
+
export var ListDataSourceSyncJobsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
732
|
+
export var ListEntityPersonasRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
|
+
export var PersonasSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
734
|
+
export var ListEntityPersonasResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
735
|
+
export var ListExperienceEntitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
|
+
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 }))); };
|
|
737
|
+
export var ExperienceEntitiesSummaryFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.DisplayData && { DisplayData: EntityDisplayDataFilterSensitiveLog(obj.DisplayData) }))); };
|
|
738
|
+
export var ListExperienceEntitiesResponseFilterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.SummaryItems && {
|
|
739
|
+
SummaryItems: obj.SummaryItems.map(function (item) { return ExperienceEntitiesSummaryFilterSensitiveLog(item); }),
|
|
740
|
+
}))); };
|
|
741
|
+
export var ListExperiencesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
742
|
+
export var ExperiencesSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
|
+
export var ListExperiencesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
744
|
+
export var ListFaqsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
|
+
export var FaqSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
746
|
+
export var ListFaqsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
+
export var ListGroupsOlderThanOrderingIdRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
748
|
+
export var GroupSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
749
|
+
export var ListGroupsOlderThanOrderingIdResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
|
+
export var ListIndicesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
751
|
+
export var IndexConfigurationSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
|
+
export var ListIndicesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
753
|
+
export var ListQuerySuggestionsBlockListsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
+
export var QuerySuggestionsBlockListSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
755
|
+
export var ListQuerySuggestionsBlockListsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
756
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
758
|
+
export var ListThesauriRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
|
+
export var ThesaurusSummaryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
760
|
+
export var ListThesauriResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
+
export var MemberGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
762
|
+
export var MemberUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
763
|
+
export var GroupMembersFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
|
+
export var PutPrincipalMappingRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
765
|
+
export var DocumentRelevanceConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
|
+
export var SortingConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
767
|
+
export var SpellCorrectionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
+
export var DataSourceGroupFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
769
|
+
export var UserContextFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
770
|
+
export var ScoreAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
|
+
export var QueryResultItemFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
772
|
+
export var CorrectionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
|
+
export var SpellCorrectedQueryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
774
|
+
export var WarningFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
+
export var StartDataSourceSyncJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
776
|
+
export var StartDataSourceSyncJobResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
777
|
+
export var StopDataSourceSyncJobRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
|
+
export var ClickFeedbackFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
779
|
+
export var RelevanceFeedbackFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
|
+
export var SubmitFeedbackRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
781
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
783
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
784
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
|
+
export var UpdateAccessControlConfigurationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
786
|
+
export var UpdateAccessControlConfigurationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
|
+
export var UpdateDataSourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
788
|
+
export var UpdateExperienceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
+
export var UpdateIndexRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
790
|
+
export var UpdateQuerySuggestionsBlockListRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
791
|
+
export var UpdateQuerySuggestionsConfigRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
|
+
export var UpdateThesaurusRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
793
|
+
export var FacetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
|
+
export var DocumentAttributeValueCountPairFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|