@aws-sdk/client-kendra 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. package/dist-cjs/index.js +1140 -800
  2. package/dist-cjs/runtimeConfig.shared.js +6 -6
  3. package/dist-es/commands/AssociateEntitiesToExperienceCommand.js +2 -2
  4. package/dist-es/commands/AssociatePersonasToEntitiesCommand.js +2 -2
  5. package/dist-es/commands/BatchDeleteDocumentCommand.js +2 -2
  6. package/dist-es/commands/BatchDeleteFeaturedResultsSetCommand.js +2 -2
  7. package/dist-es/commands/BatchGetDocumentStatusCommand.js +2 -2
  8. package/dist-es/commands/BatchPutDocumentCommand.js +2 -2
  9. package/dist-es/commands/ClearQuerySuggestionsCommand.js +2 -2
  10. package/dist-es/commands/CreateAccessControlConfigurationCommand.js +2 -2
  11. package/dist-es/commands/CreateDataSourceCommand.js +2 -2
  12. package/dist-es/commands/CreateExperienceCommand.js +2 -2
  13. package/dist-es/commands/CreateFaqCommand.js +2 -2
  14. package/dist-es/commands/CreateFeaturedResultsSetCommand.js +2 -2
  15. package/dist-es/commands/CreateIndexCommand.js +2 -2
  16. package/dist-es/commands/CreateQuerySuggestionsBlockListCommand.js +2 -2
  17. package/dist-es/commands/CreateThesaurusCommand.js +2 -2
  18. package/dist-es/commands/DeleteAccessControlConfigurationCommand.js +2 -2
  19. package/dist-es/commands/DeleteDataSourceCommand.js +2 -2
  20. package/dist-es/commands/DeleteExperienceCommand.js +2 -2
  21. package/dist-es/commands/DeleteFaqCommand.js +2 -2
  22. package/dist-es/commands/DeleteIndexCommand.js +2 -2
  23. package/dist-es/commands/DeletePrincipalMappingCommand.js +2 -2
  24. package/dist-es/commands/DeleteQuerySuggestionsBlockListCommand.js +2 -2
  25. package/dist-es/commands/DeleteThesaurusCommand.js +2 -2
  26. package/dist-es/commands/DescribeAccessControlConfigurationCommand.js +2 -2
  27. package/dist-es/commands/DescribeDataSourceCommand.js +2 -2
  28. package/dist-es/commands/DescribeExperienceCommand.js +2 -2
  29. package/dist-es/commands/DescribeFaqCommand.js +2 -2
  30. package/dist-es/commands/DescribeFeaturedResultsSetCommand.js +2 -2
  31. package/dist-es/commands/DescribeIndexCommand.js +2 -2
  32. package/dist-es/commands/DescribePrincipalMappingCommand.js +2 -2
  33. package/dist-es/commands/DescribeQuerySuggestionsBlockListCommand.js +2 -2
  34. package/dist-es/commands/DescribeQuerySuggestionsConfigCommand.js +2 -2
  35. package/dist-es/commands/DescribeThesaurusCommand.js +2 -2
  36. package/dist-es/commands/DisassociateEntitiesFromExperienceCommand.js +2 -2
  37. package/dist-es/commands/DisassociatePersonasFromEntitiesCommand.js +2 -2
  38. package/dist-es/commands/GetQuerySuggestionsCommand.js +2 -2
  39. package/dist-es/commands/GetSnapshotsCommand.js +2 -2
  40. package/dist-es/commands/ListAccessControlConfigurationsCommand.js +2 -2
  41. package/dist-es/commands/ListDataSourceSyncJobsCommand.js +2 -2
  42. package/dist-es/commands/ListDataSourcesCommand.js +2 -2
  43. package/dist-es/commands/ListEntityPersonasCommand.js +2 -2
  44. package/dist-es/commands/ListExperienceEntitiesCommand.js +2 -2
  45. package/dist-es/commands/ListExperiencesCommand.js +2 -2
  46. package/dist-es/commands/ListFaqsCommand.js +2 -2
  47. package/dist-es/commands/ListFeaturedResultsSetsCommand.js +2 -2
  48. package/dist-es/commands/ListGroupsOlderThanOrderingIdCommand.js +2 -2
  49. package/dist-es/commands/ListIndicesCommand.js +2 -2
  50. package/dist-es/commands/ListQuerySuggestionsBlockListsCommand.js +2 -2
  51. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  52. package/dist-es/commands/ListThesauriCommand.js +2 -2
  53. package/dist-es/commands/PutPrincipalMappingCommand.js +2 -2
  54. package/dist-es/commands/QueryCommand.js +2 -2
  55. package/dist-es/commands/RetrieveCommand.js +2 -2
  56. package/dist-es/commands/StartDataSourceSyncJobCommand.js +2 -2
  57. package/dist-es/commands/StopDataSourceSyncJobCommand.js +2 -2
  58. package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
  59. package/dist-es/commands/TagResourceCommand.js +2 -2
  60. package/dist-es/commands/UntagResourceCommand.js +2 -2
  61. package/dist-es/commands/UpdateAccessControlConfigurationCommand.js +2 -2
  62. package/dist-es/commands/UpdateDataSourceCommand.js +2 -2
  63. package/dist-es/commands/UpdateExperienceCommand.js +2 -2
  64. package/dist-es/commands/UpdateFeaturedResultsSetCommand.js +2 -2
  65. package/dist-es/commands/UpdateIndexCommand.js +2 -2
  66. package/dist-es/commands/UpdateQuerySuggestionsBlockListCommand.js +2 -2
  67. package/dist-es/commands/UpdateQuerySuggestionsConfigCommand.js +2 -2
  68. package/dist-es/commands/UpdateThesaurusCommand.js +2 -2
  69. package/dist-es/index.js +1 -0
  70. package/dist-es/runtimeConfig.shared.js +6 -6
  71. package/dist-es/schemas/schemas_0.js +744 -752
  72. package/dist-types/KendraClient.d.ts +1 -10
  73. package/dist-types/index.d.ts +1 -0
  74. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  75. package/dist-types/runtimeConfig.d.ts +6 -2
  76. package/dist-types/runtimeConfig.native.d.ts +6 -2
  77. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  78. package/dist-types/schemas/schemas_0.d.ts +349 -463
  79. package/dist-types/ts3.4/KendraClient.d.ts +0 -4
  80. package/dist-types/ts3.4/index.d.ts +1 -0
  81. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  82. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  83. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  84. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  85. package/dist-types/ts3.4/schemas/schemas_0.d.ts +348 -464
  86. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class KendraClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let KendraServiceException$1 = class KendraServiceException extends smithyClient.ServiceException {
113
+ class KendraServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, KendraServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let AccessDeniedException$1 = class AccessDeniedException extends KendraServiceException$1 {
120
+ class AccessDeniedException extends KendraServiceException {
121
121
  name = "AccessDeniedException";
122
122
  $fault = "client";
123
123
  Message;
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends KendraServiceE
130
130
  Object.setPrototypeOf(this, AccessDeniedException.prototype);
131
131
  this.Message = opts.Message;
132
132
  }
133
- };
134
- let InternalServerException$1 = class InternalServerException extends KendraServiceException$1 {
133
+ }
134
+ class InternalServerException extends KendraServiceException {
135
135
  name = "InternalServerException";
136
136
  $fault = "server";
137
137
  Message;
@@ -144,8 +144,8 @@ let InternalServerException$1 = class InternalServerException extends KendraServ
144
144
  Object.setPrototypeOf(this, InternalServerException.prototype);
145
145
  this.Message = opts.Message;
146
146
  }
147
- };
148
- let ResourceAlreadyExistException$1 = class ResourceAlreadyExistException extends KendraServiceException$1 {
147
+ }
148
+ class ResourceAlreadyExistException extends KendraServiceException {
149
149
  name = "ResourceAlreadyExistException";
150
150
  $fault = "client";
151
151
  Message;
@@ -158,8 +158,8 @@ let ResourceAlreadyExistException$1 = class ResourceAlreadyExistException extend
158
158
  Object.setPrototypeOf(this, ResourceAlreadyExistException.prototype);
159
159
  this.Message = opts.Message;
160
160
  }
161
- };
162
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends KendraServiceException$1 {
161
+ }
162
+ class ResourceNotFoundException extends KendraServiceException {
163
163
  name = "ResourceNotFoundException";
164
164
  $fault = "client";
165
165
  Message;
@@ -172,8 +172,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Kendra
172
172
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
173
173
  this.Message = opts.Message;
174
174
  }
175
- };
176
- let ThrottlingException$1 = class ThrottlingException extends KendraServiceException$1 {
175
+ }
176
+ class ThrottlingException extends KendraServiceException {
177
177
  name = "ThrottlingException";
178
178
  $fault = "client";
179
179
  Message;
@@ -186,8 +186,8 @@ let ThrottlingException$1 = class ThrottlingException extends KendraServiceExcep
186
186
  Object.setPrototypeOf(this, ThrottlingException.prototype);
187
187
  this.Message = opts.Message;
188
188
  }
189
- };
190
- let ValidationException$1 = class ValidationException extends KendraServiceException$1 {
189
+ }
190
+ class ValidationException extends KendraServiceException {
191
191
  name = "ValidationException";
192
192
  $fault = "client";
193
193
  Message;
@@ -200,8 +200,8 @@ let ValidationException$1 = class ValidationException extends KendraServiceExcep
200
200
  Object.setPrototypeOf(this, ValidationException.prototype);
201
201
  this.Message = opts.Message;
202
202
  }
203
- };
204
- let ConflictException$1 = class ConflictException extends KendraServiceException$1 {
203
+ }
204
+ class ConflictException extends KendraServiceException {
205
205
  name = "ConflictException";
206
206
  $fault = "client";
207
207
  Message;
@@ -214,8 +214,8 @@ let ConflictException$1 = class ConflictException extends KendraServiceException
214
214
  Object.setPrototypeOf(this, ConflictException.prototype);
215
215
  this.Message = opts.Message;
216
216
  }
217
- };
218
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends KendraServiceException$1 {
217
+ }
218
+ class ServiceQuotaExceededException extends KendraServiceException {
219
219
  name = "ServiceQuotaExceededException";
220
220
  $fault = "client";
221
221
  Message;
@@ -228,8 +228,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
228
228
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
229
229
  this.Message = opts.Message;
230
230
  }
231
- };
232
- let FeaturedResultsConflictException$1 = class FeaturedResultsConflictException extends KendraServiceException$1 {
231
+ }
232
+ class FeaturedResultsConflictException extends KendraServiceException {
233
233
  name = "FeaturedResultsConflictException";
234
234
  $fault = "client";
235
235
  Message;
@@ -244,8 +244,8 @@ let FeaturedResultsConflictException$1 = class FeaturedResultsConflictException
244
244
  this.Message = opts.Message;
245
245
  this.ConflictingItems = opts.ConflictingItems;
246
246
  }
247
- };
248
- let InvalidRequestException$1 = class InvalidRequestException extends KendraServiceException$1 {
247
+ }
248
+ class InvalidRequestException extends KendraServiceException {
249
249
  name = "InvalidRequestException";
250
250
  $fault = "client";
251
251
  Message;
@@ -258,8 +258,8 @@ let InvalidRequestException$1 = class InvalidRequestException extends KendraServ
258
258
  Object.setPrototypeOf(this, InvalidRequestException.prototype);
259
259
  this.Message = opts.Message;
260
260
  }
261
- };
262
- let ResourceUnavailableException$1 = class ResourceUnavailableException extends KendraServiceException$1 {
261
+ }
262
+ class ResourceUnavailableException extends KendraServiceException {
263
263
  name = "ResourceUnavailableException";
264
264
  $fault = "client";
265
265
  Message;
@@ -272,8 +272,8 @@ let ResourceUnavailableException$1 = class ResourceUnavailableException extends
272
272
  Object.setPrototypeOf(this, ResourceUnavailableException.prototype);
273
273
  this.Message = opts.Message;
274
274
  }
275
- };
276
- let ResourceInUseException$1 = class ResourceInUseException extends KendraServiceException$1 {
275
+ }
276
+ class ResourceInUseException extends KendraServiceException {
277
277
  name = "ResourceInUseException";
278
278
  $fault = "client";
279
279
  Message;
@@ -286,7 +286,7 @@ let ResourceInUseException$1 = class ResourceInUseException extends KendraServic
286
286
  Object.setPrototypeOf(this, ResourceInUseException.prototype);
287
287
  this.Message = opts.Message;
288
288
  }
289
- };
289
+ }
290
290
 
291
291
  const _A = "Attributes";
292
292
  const _AA = "AdditionalAttributes";
@@ -1102,28 +1102,28 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.kendra";
1102
1102
  const n0 = "com.amazonaws.kendra";
1103
1103
  var KmsKeyId = [0, n0, _KKI, 8, 0];
1104
1104
  var NameType = [0, n0, _NT, 8, 0];
1105
- var AccessControlConfigurationSummary = [3, n0, _ACCS, 0, [_I], [0]];
1106
- var AccessControlListConfiguration = [3, n0, _ACLC, 0, [_KP], [0]];
1107
- var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
1108
- schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
1109
- var AclConfiguration = [3, n0, _AC, 0, [_AGCN], [0]];
1110
- var AdditionalResultAttribute = [
1105
+ var AccessControlConfigurationSummary$ = [3, n0, _ACCS, 0, [_I], [0]];
1106
+ var AccessControlListConfiguration$ = [3, n0, _ACLC, 0, [_KP], [0]];
1107
+ var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
1108
+ schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
1109
+ var AclConfiguration$ = [3, n0, _AC, 0, [_AGCN], [0]];
1110
+ var AdditionalResultAttribute$ = [
1111
1111
  3,
1112
1112
  n0,
1113
1113
  _ARA,
1114
1114
  0,
1115
1115
  [_K, _VT, _V],
1116
- [0, 0, () => AdditionalResultAttributeValue],
1116
+ [0, 0, () => AdditionalResultAttributeValue$],
1117
1117
  ];
1118
- var AdditionalResultAttributeValue = [
1118
+ var AdditionalResultAttributeValue$ = [
1119
1119
  3,
1120
1120
  n0,
1121
1121
  _ARAV,
1122
1122
  0,
1123
1123
  [_TWHV],
1124
- [() => TextWithHighlights],
1124
+ [() => TextWithHighlights$],
1125
1125
  ];
1126
- var AlfrescoConfiguration = [
1126
+ var AlfrescoConfiguration$ = [
1127
1127
  3,
1128
1128
  n0,
1129
1129
  _ACl,
@@ -1133,7 +1133,7 @@ var AlfrescoConfiguration = [
1133
1133
  0,
1134
1134
  0,
1135
1135
  0,
1136
- () => S3Path,
1136
+ () => S3Path$,
1137
1137
  2,
1138
1138
  2,
1139
1139
  64 | 0,
@@ -1142,10 +1142,10 @@ var AlfrescoConfiguration = [
1142
1142
  () => DataSourceToIndexFieldMappingList,
1143
1143
  64 | 0,
1144
1144
  64 | 0,
1145
- () => DataSourceVpcConfiguration,
1145
+ () => DataSourceVpcConfiguration$,
1146
1146
  ],
1147
1147
  ];
1148
- var AssociateEntitiesToExperienceRequest = [
1148
+ var AssociateEntitiesToExperienceRequest$ = [
1149
1149
  3,
1150
1150
  n0,
1151
1151
  _AETER,
@@ -1153,7 +1153,7 @@ var AssociateEntitiesToExperienceRequest = [
1153
1153
  [_I, _II, _EL],
1154
1154
  [0, 0, () => AssociateEntityList],
1155
1155
  ];
1156
- var AssociateEntitiesToExperienceResponse = [
1156
+ var AssociateEntitiesToExperienceResponse$ = [
1157
1157
  3,
1158
1158
  n0,
1159
1159
  _AETERs,
@@ -1161,7 +1161,7 @@ var AssociateEntitiesToExperienceResponse = [
1161
1161
  [_FEL],
1162
1162
  [() => AssociateEntitiesToExperienceFailedEntityList],
1163
1163
  ];
1164
- var AssociatePersonasToEntitiesRequest = [
1164
+ var AssociatePersonasToEntitiesRequest$ = [
1165
1165
  3,
1166
1166
  n0,
1167
1167
  _APTER,
@@ -1169,7 +1169,7 @@ var AssociatePersonasToEntitiesRequest = [
1169
1169
  [_I, _II, _P],
1170
1170
  [0, 0, () => EntityPersonaConfigurationList],
1171
1171
  ];
1172
- var AssociatePersonasToEntitiesResponse = [
1172
+ var AssociatePersonasToEntitiesResponse$ = [
1173
1173
  3,
1174
1174
  n0,
1175
1175
  _APTERs,
@@ -1177,7 +1177,7 @@ var AssociatePersonasToEntitiesResponse = [
1177
1177
  [_FEL],
1178
1178
  [() => FailedEntityList],
1179
1179
  ];
1180
- var AttributeFilter = [
1180
+ var AttributeFilter$ = [
1181
1181
  3,
1182
1182
  n0,
1183
1183
  _AF,
@@ -1186,17 +1186,17 @@ var AttributeFilter = [
1186
1186
  [
1187
1187
  () => AttributeFilterList,
1188
1188
  () => AttributeFilterList,
1189
- () => AttributeFilter,
1190
- () => DocumentAttribute,
1191
- () => DocumentAttribute,
1192
- () => DocumentAttribute,
1193
- () => DocumentAttribute,
1194
- () => DocumentAttribute,
1195
- () => DocumentAttribute,
1196
- () => DocumentAttribute,
1189
+ () => AttributeFilter$,
1190
+ () => DocumentAttribute$,
1191
+ () => DocumentAttribute$,
1192
+ () => DocumentAttribute$,
1193
+ () => DocumentAttribute$,
1194
+ () => DocumentAttribute$,
1195
+ () => DocumentAttribute$,
1196
+ () => DocumentAttribute$,
1197
1197
  ],
1198
1198
  ];
1199
- var AttributeSuggestionsDescribeConfig = [
1199
+ var AttributeSuggestionsDescribeConfig$ = [
1200
1200
  3,
1201
1201
  n0,
1202
1202
  _ASDC,
@@ -1204,15 +1204,15 @@ var AttributeSuggestionsDescribeConfig = [
1204
1204
  [_SCL, _ASM],
1205
1205
  [() => SuggestableConfigList, 0],
1206
1206
  ];
1207
- var AttributeSuggestionsGetConfig = [
1207
+ var AttributeSuggestionsGetConfig$ = [
1208
1208
  3,
1209
1209
  n0,
1210
1210
  _ASGC,
1211
1211
  0,
1212
1212
  [_SAu, _ARAd, _AF, _UC],
1213
- [64 | 0, 64 | 0, () => AttributeFilter, () => UserContext],
1213
+ [64 | 0, 64 | 0, () => AttributeFilter$, () => UserContext$],
1214
1214
  ];
1215
- var AttributeSuggestionsUpdateConfig = [
1215
+ var AttributeSuggestionsUpdateConfig$ = [
1216
1216
  3,
1217
1217
  n0,
1218
1218
  _ASUC,
@@ -1220,7 +1220,7 @@ var AttributeSuggestionsUpdateConfig = [
1220
1220
  [_SCL, _ASM],
1221
1221
  [() => SuggestableConfigList, 0],
1222
1222
  ];
1223
- var AuthenticationConfiguration = [
1223
+ var AuthenticationConfiguration$ = [
1224
1224
  3,
1225
1225
  n0,
1226
1226
  _ACu,
@@ -1228,16 +1228,16 @@ var AuthenticationConfiguration = [
1228
1228
  [_BA],
1229
1229
  [() => BasicAuthenticationConfigurationList],
1230
1230
  ];
1231
- var BasicAuthenticationConfiguration = [3, n0, _BAC, 0, [_H, _Po, _C], [0, 1, 0]];
1232
- var BatchDeleteDocumentRequest = [
1231
+ var BasicAuthenticationConfiguration$ = [3, n0, _BAC, 0, [_H, _Po, _C], [0, 1, 0]];
1232
+ var BatchDeleteDocumentRequest$ = [
1233
1233
  3,
1234
1234
  n0,
1235
1235
  _BDDR,
1236
1236
  0,
1237
1237
  [_II, _DIL, _DSSJMT],
1238
- [0, 64 | 0, () => DataSourceSyncJobMetricTarget],
1238
+ [0, 64 | 0, () => DataSourceSyncJobMetricTarget$],
1239
1239
  ];
1240
- var BatchDeleteDocumentResponse = [
1240
+ var BatchDeleteDocumentResponse$ = [
1241
1241
  3,
1242
1242
  n0,
1243
1243
  _BDDRa,
@@ -1245,7 +1245,7 @@ var BatchDeleteDocumentResponse = [
1245
1245
  [_FD],
1246
1246
  [() => BatchDeleteDocumentResponseFailedDocuments],
1247
1247
  ];
1248
- var BatchDeleteDocumentResponseFailedDocument = [
1248
+ var BatchDeleteDocumentResponseFailedDocument$ = [
1249
1249
  3,
1250
1250
  n0,
1251
1251
  _BDDRFD,
@@ -1253,9 +1253,16 @@ var BatchDeleteDocumentResponseFailedDocument = [
1253
1253
  [_I, _DSI, _EC, _EM],
1254
1254
  [0, 0, 0, 0],
1255
1255
  ];
1256
- var BatchDeleteFeaturedResultsSetError = [3, n0, _BDFRSE, 0, [_I, _EC, _EM], [0, 0, 0]];
1257
- var BatchDeleteFeaturedResultsSetRequest = [3, n0, _BDFRSR, 0, [_II, _FRSI], [0, 64 | 0]];
1258
- var BatchDeleteFeaturedResultsSetResponse = [
1256
+ var BatchDeleteFeaturedResultsSetError$ = [3, n0, _BDFRSE, 0, [_I, _EC, _EM], [0, 0, 0]];
1257
+ var BatchDeleteFeaturedResultsSetRequest$ = [
1258
+ 3,
1259
+ n0,
1260
+ _BDFRSR,
1261
+ 0,
1262
+ [_II, _FRSI],
1263
+ [0, 64 | 0],
1264
+ ];
1265
+ var BatchDeleteFeaturedResultsSetResponse$ = [
1259
1266
  3,
1260
1267
  n0,
1261
1268
  _BDFRSRa,
@@ -1263,7 +1270,7 @@ var BatchDeleteFeaturedResultsSetResponse = [
1263
1270
  [_E],
1264
1271
  [() => BatchDeleteFeaturedResultsSetErrors],
1265
1272
  ];
1266
- var BatchGetDocumentStatusRequest = [
1273
+ var BatchGetDocumentStatusRequest$ = [
1267
1274
  3,
1268
1275
  n0,
1269
1276
  _BGDSR,
@@ -1271,7 +1278,7 @@ var BatchGetDocumentStatusRequest = [
1271
1278
  [_II, _DILo],
1272
1279
  [0, () => DocumentInfoList],
1273
1280
  ];
1274
- var BatchGetDocumentStatusResponse = [
1281
+ var BatchGetDocumentStatusResponse$ = [
1275
1282
  3,
1276
1283
  n0,
1277
1284
  _BGDSRa,
@@ -1279,7 +1286,7 @@ var BatchGetDocumentStatusResponse = [
1279
1286
  [_E, _DSL],
1280
1287
  [() => BatchGetDocumentStatusResponseErrors, () => DocumentStatusList],
1281
1288
  ];
1282
- var BatchGetDocumentStatusResponseError = [
1289
+ var BatchGetDocumentStatusResponseError$ = [
1283
1290
  3,
1284
1291
  n0,
1285
1292
  _BGDSRE,
@@ -1287,15 +1294,15 @@ var BatchGetDocumentStatusResponseError = [
1287
1294
  [_DI, _DSI, _EC, _EM],
1288
1295
  [0, 0, 0, 0],
1289
1296
  ];
1290
- var BatchPutDocumentRequest = [
1297
+ var BatchPutDocumentRequest$ = [
1291
1298
  3,
1292
1299
  n0,
1293
1300
  _BPDR,
1294
1301
  0,
1295
1302
  [_II, _RA, _D, _CDEC],
1296
- [0, 0, () => DocumentList, () => CustomDocumentEnrichmentConfiguration],
1303
+ [0, 0, () => DocumentList, () => CustomDocumentEnrichmentConfiguration$],
1297
1304
  ];
1298
- var BatchPutDocumentResponse = [
1305
+ var BatchPutDocumentResponse$ = [
1299
1306
  3,
1300
1307
  n0,
1301
1308
  _BPDRa,
@@ -1303,7 +1310,7 @@ var BatchPutDocumentResponse = [
1303
1310
  [_FD],
1304
1311
  [() => BatchPutDocumentResponseFailedDocuments],
1305
1312
  ];
1306
- var BatchPutDocumentResponseFailedDocument = [
1313
+ var BatchPutDocumentResponseFailedDocument$ = [
1307
1314
  3,
1308
1315
  n0,
1309
1316
  _BPDRFD,
@@ -1311,7 +1318,7 @@ var BatchPutDocumentResponseFailedDocument = [
1311
1318
  [_I, _DSI, _EC, _EM],
1312
1319
  [0, 0, 0, 0],
1313
1320
  ];
1314
- var BoxConfiguration = [
1321
+ var BoxConfiguration$ = [
1315
1322
  3,
1316
1323
  n0,
1317
1324
  _BC,
@@ -1330,29 +1337,29 @@ var BoxConfiguration = [
1330
1337
  () => DataSourceToIndexFieldMappingList,
1331
1338
  64 | 0,
1332
1339
  64 | 0,
1333
- () => DataSourceVpcConfiguration,
1340
+ () => DataSourceVpcConfiguration$,
1334
1341
  ],
1335
1342
  ];
1336
- var CapacityUnitsConfiguration = [3, n0, _CUC, 0, [_SCU, _QCU], [1, 1]];
1337
- var ClearQuerySuggestionsRequest = [3, n0, _CQSR, 0, [_II], [0]];
1338
- var ClickFeedback = [3, n0, _CF, 0, [_RI, _CTl], [0, 4]];
1339
- var CollapseConfiguration = [
1343
+ var CapacityUnitsConfiguration$ = [3, n0, _CUC, 0, [_SCU, _QCU], [1, 1]];
1344
+ var ClearQuerySuggestionsRequest$ = [3, n0, _CQSR, 0, [_II], [0]];
1345
+ var ClickFeedback$ = [3, n0, _CF, 0, [_RI, _CTl], [0, 4]];
1346
+ var CollapseConfiguration$ = [
1340
1347
  3,
1341
1348
  n0,
1342
1349
  _CCo,
1343
1350
  0,
1344
1351
  [_DAK, _SC, _MAKS, _Ex, _ECx],
1345
- [0, () => SortingConfigurationList, 0, 2, () => ExpandConfiguration],
1352
+ [0, () => SortingConfigurationList, 0, 2, () => ExpandConfiguration$],
1346
1353
  ];
1347
- var CollapsedResultDetail = [
1354
+ var CollapsedResultDetail$ = [
1348
1355
  3,
1349
1356
  n0,
1350
1357
  _CRD,
1351
1358
  0,
1352
1359
  [_DA, _ER],
1353
- [() => DocumentAttribute, () => ExpandedResultList],
1360
+ [() => DocumentAttribute$, () => ExpandedResultList],
1354
1361
  ];
1355
- var ColumnConfiguration = [
1362
+ var ColumnConfiguration$ = [
1356
1363
  3,
1357
1364
  n0,
1358
1365
  _CCol,
@@ -1360,10 +1367,10 @@ var ColumnConfiguration = [
1360
1367
  [_DICN, _DDCN, _DTCN, _FM, _CDC],
1361
1368
  [0, 0, 0, () => DataSourceToIndexFieldMappingList, 64 | 0],
1362
1369
  ];
1363
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
1364
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
1365
- var ConflictingItem = [3, n0, _CI, 0, [_QT, _SN, _SIe], [0, 0, 0]];
1366
- var ConfluenceAttachmentConfiguration = [
1370
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
1371
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1372
+ var ConflictingItem$ = [3, n0, _CI, 0, [_QT, _SN, _SIe], [0, 0, 0]];
1373
+ var ConfluenceAttachmentConfiguration$ = [
1367
1374
  3,
1368
1375
  n0,
1369
1376
  _CAC,
@@ -1371,7 +1378,7 @@ var ConfluenceAttachmentConfiguration = [
1371
1378
  [_CAr, _AFM],
1372
1379
  [2, () => ConfluenceAttachmentFieldMappingsList],
1373
1380
  ];
1374
- var ConfluenceAttachmentToIndexFieldMapping = [
1381
+ var ConfluenceAttachmentToIndexFieldMapping$ = [
1375
1382
  3,
1376
1383
  n0,
1377
1384
  _CATIFM,
@@ -1379,7 +1386,7 @@ var ConfluenceAttachmentToIndexFieldMapping = [
1379
1386
  [_DSFN, _DFF, _IFN],
1380
1387
  [0, 0, 0],
1381
1388
  ];
1382
- var ConfluenceBlogConfiguration = [
1389
+ var ConfluenceBlogConfiguration$ = [
1383
1390
  3,
1384
1391
  n0,
1385
1392
  _CBC,
@@ -1387,7 +1394,7 @@ var ConfluenceBlogConfiguration = [
1387
1394
  [_BFM],
1388
1395
  [() => ConfluenceBlogFieldMappingsList],
1389
1396
  ];
1390
- var ConfluenceBlogToIndexFieldMapping = [
1397
+ var ConfluenceBlogToIndexFieldMapping$ = [
1391
1398
  3,
1392
1399
  n0,
1393
1400
  _CBTIFM,
@@ -1395,7 +1402,7 @@ var ConfluenceBlogToIndexFieldMapping = [
1395
1402
  [_DSFN, _DFF, _IFN],
1396
1403
  [0, 0, 0],
1397
1404
  ];
1398
- var ConfluenceConfiguration = [
1405
+ var ConfluenceConfiguration$ = [
1399
1406
  3,
1400
1407
  n0,
1401
1408
  _CCon,
@@ -1405,18 +1412,18 @@ var ConfluenceConfiguration = [
1405
1412
  0,
1406
1413
  0,
1407
1414
  0,
1408
- () => ConfluenceSpaceConfiguration,
1409
- () => ConfluencePageConfiguration,
1410
- () => ConfluenceBlogConfiguration,
1411
- () => ConfluenceAttachmentConfiguration,
1412
- () => DataSourceVpcConfiguration,
1415
+ () => ConfluenceSpaceConfiguration$,
1416
+ () => ConfluencePageConfiguration$,
1417
+ () => ConfluenceBlogConfiguration$,
1418
+ () => ConfluenceAttachmentConfiguration$,
1419
+ () => DataSourceVpcConfiguration$,
1413
1420
  64 | 0,
1414
1421
  64 | 0,
1415
- () => ProxyConfiguration,
1422
+ () => ProxyConfiguration$,
1416
1423
  0,
1417
1424
  ],
1418
1425
  ];
1419
- var ConfluencePageConfiguration = [
1426
+ var ConfluencePageConfiguration$ = [
1420
1427
  3,
1421
1428
  n0,
1422
1429
  _CPC,
@@ -1424,7 +1431,7 @@ var ConfluencePageConfiguration = [
1424
1431
  [_PFM],
1425
1432
  [() => ConfluencePageFieldMappingsList],
1426
1433
  ];
1427
- var ConfluencePageToIndexFieldMapping = [
1434
+ var ConfluencePageToIndexFieldMapping$ = [
1428
1435
  3,
1429
1436
  n0,
1430
1437
  _CPTIFM,
@@ -1432,7 +1439,7 @@ var ConfluencePageToIndexFieldMapping = [
1432
1439
  [_DSFN, _DFF, _IFN],
1433
1440
  [0, 0, 0],
1434
1441
  ];
1435
- var ConfluenceSpaceConfiguration = [
1442
+ var ConfluenceSpaceConfiguration$ = [
1436
1443
  3,
1437
1444
  n0,
1438
1445
  _CSC,
@@ -1440,7 +1447,7 @@ var ConfluenceSpaceConfiguration = [
1440
1447
  [_CPS, _CAS, _IS, _ES, _SFM],
1441
1448
  [2, 2, 64 | 0, 64 | 0, () => ConfluenceSpaceFieldMappingsList],
1442
1449
  ];
1443
- var ConfluenceSpaceToIndexFieldMapping = [
1450
+ var ConfluenceSpaceToIndexFieldMapping$ = [
1444
1451
  3,
1445
1452
  n0,
1446
1453
  _CSTIFM,
@@ -1448,7 +1455,7 @@ var ConfluenceSpaceToIndexFieldMapping = [
1448
1455
  [_DSFN, _DFF, _IFN],
1449
1456
  [0, 0, 0],
1450
1457
  ];
1451
- var ConnectionConfiguration = [
1458
+ var ConnectionConfiguration$ = [
1452
1459
  3,
1453
1460
  n0,
1454
1461
  _CConn,
@@ -1456,7 +1463,7 @@ var ConnectionConfiguration = [
1456
1463
  [_DH, _DP, _DN, _TN, _SA],
1457
1464
  [0, 1, 0, 0, 0],
1458
1465
  ];
1459
- var ContentSourceConfiguration = [
1466
+ var ContentSourceConfiguration$ = [
1460
1467
  3,
1461
1468
  n0,
1462
1469
  _CSCo,
@@ -1464,8 +1471,8 @@ var ContentSourceConfiguration = [
1464
1471
  [_DSIa, _FI, _DPC],
1465
1472
  [64 | 0, 64 | 0, 2],
1466
1473
  ];
1467
- var Correction = [3, n0, _Co, 0, [_BO, _EO, _T, _CTo], [1, 1, 0, 0]];
1468
- var CreateAccessControlConfigurationRequest = [
1474
+ var Correction$ = [3, n0, _Co, 0, [_BO, _EO, _T, _CTo], [1, 1, 0, 0]];
1475
+ var CreateAccessControlConfigurationRequest$ = [
1469
1476
  3,
1470
1477
  n0,
1471
1478
  _CACCR,
@@ -1473,8 +1480,8 @@ var CreateAccessControlConfigurationRequest = [
1473
1480
  [_II, _N, _De, _ACL, _HACL, _CTli],
1474
1481
  [0, 0, 0, () => PrincipalList, () => HierarchicalPrincipalList, [0, 4]],
1475
1482
  ];
1476
- var CreateAccessControlConfigurationResponse = [3, n0, _CACCRr, 0, [_I], [0]];
1477
- var CreateDataSourceRequest = [
1483
+ var CreateAccessControlConfigurationResponse$ = [3, n0, _CACCRr, 0, [_I], [0]];
1484
+ var CreateDataSourceRequest$ = [
1478
1485
  3,
1479
1486
  n0,
1480
1487
  _CDSR,
@@ -1484,37 +1491,37 @@ var CreateDataSourceRequest = [
1484
1491
  0,
1485
1492
  0,
1486
1493
  0,
1487
- () => DataSourceConfiguration,
1488
- () => DataSourceVpcConfiguration,
1494
+ () => DataSourceConfiguration$,
1495
+ () => DataSourceVpcConfiguration$,
1489
1496
  0,
1490
1497
  0,
1491
1498
  0,
1492
1499
  () => TagList,
1493
1500
  [0, 4],
1494
1501
  0,
1495
- () => CustomDocumentEnrichmentConfiguration,
1502
+ () => CustomDocumentEnrichmentConfiguration$,
1496
1503
  ],
1497
1504
  ];
1498
- var CreateDataSourceResponse = [3, n0, _CDSRr, 0, [_I], [0]];
1499
- var CreateExperienceRequest = [
1505
+ var CreateDataSourceResponse$ = [3, n0, _CDSRr, 0, [_I], [0]];
1506
+ var CreateExperienceRequest$ = [
1500
1507
  3,
1501
1508
  n0,
1502
1509
  _CER,
1503
1510
  0,
1504
1511
  [_N, _II, _RA, _Con, _De, _CTli],
1505
- [0, 0, 0, () => ExperienceConfiguration, 0, [0, 4]],
1512
+ [0, 0, 0, () => ExperienceConfiguration$, 0, [0, 4]],
1506
1513
  ];
1507
- var CreateExperienceResponse = [3, n0, _CERr, 0, [_I], [0]];
1508
- var CreateFaqRequest = [
1514
+ var CreateExperienceResponse$ = [3, n0, _CERr, 0, [_I], [0]];
1515
+ var CreateFaqRequest$ = [
1509
1516
  3,
1510
1517
  n0,
1511
1518
  _CFR,
1512
1519
  0,
1513
1520
  [_II, _N, _De, _SP, _RA, _Ta, _FF, _CTli, _LC],
1514
- [0, 0, 0, () => S3Path, 0, () => TagList, 0, [0, 4], 0],
1521
+ [0, 0, 0, () => S3Path$, 0, () => TagList, 0, [0, 4], 0],
1515
1522
  ];
1516
- var CreateFaqResponse = [3, n0, _CFRr, 0, [_I], [0]];
1517
- var CreateFeaturedResultsSetRequest = [
1523
+ var CreateFaqResponse$ = [3, n0, _CFRr, 0, [_I], [0]];
1524
+ var CreateFeaturedResultsSetRequest$ = [
1518
1525
  3,
1519
1526
  n0,
1520
1527
  _CFRSR,
@@ -1522,15 +1529,15 @@ var CreateFeaturedResultsSetRequest = [
1522
1529
  [_II, _FRSN, _De, _CTli, _St, _QTu, _FDe, _Ta],
1523
1530
  [0, 0, 0, 0, 0, 64 | 0, () => FeaturedDocumentList, () => TagList],
1524
1531
  ];
1525
- var CreateFeaturedResultsSetResponse = [
1532
+ var CreateFeaturedResultsSetResponse$ = [
1526
1533
  3,
1527
1534
  n0,
1528
1535
  _CFRSRr,
1529
1536
  0,
1530
1537
  [_FRS],
1531
- [() => FeaturedResultsSet],
1538
+ [() => FeaturedResultsSet$],
1532
1539
  ];
1533
- var CreateIndexRequest = [
1540
+ var CreateIndexRequest$ = [
1534
1541
  3,
1535
1542
  n0,
1536
1543
  _CIR,
@@ -1540,43 +1547,43 @@ var CreateIndexRequest = [
1540
1547
  0,
1541
1548
  0,
1542
1549
  0,
1543
- [() => ServerSideEncryptionConfiguration, 0],
1550
+ [() => ServerSideEncryptionConfiguration$, 0],
1544
1551
  0,
1545
1552
  [0, 4],
1546
1553
  () => TagList,
1547
1554
  () => UserTokenConfigurationList,
1548
1555
  0,
1549
- () => UserGroupResolutionConfiguration,
1556
+ () => UserGroupResolutionConfiguration$,
1550
1557
  ],
1551
1558
  ];
1552
- var CreateIndexResponse = [3, n0, _CIRr, 0, [_I], [0]];
1553
- var CreateQuerySuggestionsBlockListRequest = [
1559
+ var CreateIndexResponse$ = [3, n0, _CIRr, 0, [_I], [0]];
1560
+ var CreateQuerySuggestionsBlockListRequest$ = [
1554
1561
  3,
1555
1562
  n0,
1556
1563
  _CQSBLR,
1557
1564
  0,
1558
1565
  [_II, _N, _De, _SSP, _CTli, _RA, _Ta],
1559
- [0, 0, 0, () => S3Path, [0, 4], 0, () => TagList],
1566
+ [0, 0, 0, () => S3Path$, [0, 4], 0, () => TagList],
1560
1567
  ];
1561
- var CreateQuerySuggestionsBlockListResponse = [3, n0, _CQSBLRr, 0, [_I], [0]];
1562
- var CreateThesaurusRequest = [
1568
+ var CreateQuerySuggestionsBlockListResponse$ = [3, n0, _CQSBLRr, 0, [_I], [0]];
1569
+ var CreateThesaurusRequest$ = [
1563
1570
  3,
1564
1571
  n0,
1565
1572
  _CTR,
1566
1573
  0,
1567
1574
  [_II, _N, _De, _RA, _Ta, _SSP, _CTli],
1568
- [0, 0, 0, 0, () => TagList, () => S3Path, [0, 4]],
1575
+ [0, 0, 0, 0, () => TagList, () => S3Path$, [0, 4]],
1569
1576
  ];
1570
- var CreateThesaurusResponse = [3, n0, _CTRr, 0, [_I], [0]];
1571
- var CustomDocumentEnrichmentConfiguration = [
1577
+ var CreateThesaurusResponse$ = [3, n0, _CTRr, 0, [_I], [0]];
1578
+ var CustomDocumentEnrichmentConfiguration$ = [
1572
1579
  3,
1573
1580
  n0,
1574
1581
  _CDEC,
1575
1582
  0,
1576
1583
  [_IC, _PEHC, _PEHCo, _RA],
1577
- [() => InlineCustomDocumentEnrichmentConfigurationList, () => HookConfiguration, () => HookConfiguration, 0],
1584
+ [() => InlineCustomDocumentEnrichmentConfigurationList, () => HookConfiguration$, () => HookConfiguration$, 0],
1578
1585
  ];
1579
- var DatabaseConfiguration = [
1586
+ var DatabaseConfiguration$ = [
1580
1587
  3,
1581
1588
  n0,
1582
1589
  _DC,
@@ -1584,42 +1591,42 @@ var DatabaseConfiguration = [
1584
1591
  [_DET, _CConn, _VC, _CCol, _AC, _SCq],
1585
1592
  [
1586
1593
  0,
1587
- () => ConnectionConfiguration,
1588
- () => DataSourceVpcConfiguration,
1589
- () => ColumnConfiguration,
1590
- () => AclConfiguration,
1591
- () => SqlConfiguration,
1594
+ () => ConnectionConfiguration$,
1595
+ () => DataSourceVpcConfiguration$,
1596
+ () => ColumnConfiguration$,
1597
+ () => AclConfiguration$,
1598
+ () => SqlConfiguration$,
1592
1599
  ],
1593
1600
  ];
1594
- var DataSourceConfiguration = [
1601
+ var DataSourceConfiguration$ = [
1595
1602
  3,
1596
1603
  n0,
1597
1604
  _DSC,
1598
1605
  0,
1599
1606
  [_SCo, _SPC, _DC, _SCa, _ODC, _SNC, _CCon, _GDC, _WCC, _WDC, _FC, _SCl, _BC, _QC, _JC, _GHC, _ACl, _TC],
1600
1607
  [
1601
- () => S3DataSourceConfiguration,
1602
- () => SharePointConfiguration,
1603
- () => DatabaseConfiguration,
1604
- () => SalesforceConfiguration,
1605
- () => OneDriveConfiguration,
1606
- () => ServiceNowConfiguration,
1607
- () => ConfluenceConfiguration,
1608
- () => GoogleDriveConfiguration,
1609
- () => WebCrawlerConfiguration,
1610
- () => WorkDocsConfiguration,
1611
- () => FsxConfiguration,
1612
- () => SlackConfiguration,
1613
- () => BoxConfiguration,
1614
- () => QuipConfiguration,
1615
- () => JiraConfiguration,
1616
- () => GitHubConfiguration,
1617
- () => AlfrescoConfiguration,
1618
- () => TemplateConfiguration,
1608
+ () => S3DataSourceConfiguration$,
1609
+ () => SharePointConfiguration$,
1610
+ () => DatabaseConfiguration$,
1611
+ () => SalesforceConfiguration$,
1612
+ () => OneDriveConfiguration$,
1613
+ () => ServiceNowConfiguration$,
1614
+ () => ConfluenceConfiguration$,
1615
+ () => GoogleDriveConfiguration$,
1616
+ () => WebCrawlerConfiguration$,
1617
+ () => WorkDocsConfiguration$,
1618
+ () => FsxConfiguration$,
1619
+ () => SlackConfiguration$,
1620
+ () => BoxConfiguration$,
1621
+ () => QuipConfiguration$,
1622
+ () => JiraConfiguration$,
1623
+ () => GitHubConfiguration$,
1624
+ () => AlfrescoConfiguration$,
1625
+ () => TemplateConfiguration$,
1619
1626
  ],
1620
1627
  ];
1621
- var DataSourceGroup = [3, n0, _DSG, 0, [_GI, _DSI], [0, 0]];
1622
- var DataSourceSummary = [
1628
+ var DataSourceGroup$ = [3, n0, _DSG, 0, [_GI, _DSI], [0, 0]];
1629
+ var DataSourceSummary$ = [
1623
1630
  3,
1624
1631
  n0,
1625
1632
  _DSS,
@@ -1627,15 +1634,15 @@ var DataSourceSummary = [
1627
1634
  [_N, _I, _Ty, _CAre, _UA, _St, _LC],
1628
1635
  [0, 0, 0, 4, 4, 0, 0],
1629
1636
  ];
1630
- var DataSourceSyncJob = [
1637
+ var DataSourceSyncJob$ = [
1631
1638
  3,
1632
1639
  n0,
1633
1640
  _DSSJ,
1634
1641
  0,
1635
1642
  [_EIx, _ST, _ETn, _St, _EM, _EC, _DSEC, _Me],
1636
- [0, 4, 4, 0, 0, 0, 0, () => DataSourceSyncJobMetrics],
1643
+ [0, 4, 4, 0, 0, 0, 0, () => DataSourceSyncJobMetrics$],
1637
1644
  ];
1638
- var DataSourceSyncJobMetrics = [
1645
+ var DataSourceSyncJobMetrics$ = [
1639
1646
  3,
1640
1647
  n0,
1641
1648
  _DSSJM,
@@ -1643,17 +1650,17 @@ var DataSourceSyncJobMetrics = [
1643
1650
  [_DAo, _DM, _DD, _DF, _DS],
1644
1651
  [0, 0, 0, 0, 0],
1645
1652
  ];
1646
- var DataSourceSyncJobMetricTarget = [3, n0, _DSSJMT, 0, [_DSI, _DSSJI], [0, 0]];
1647
- var DataSourceToIndexFieldMapping = [3, n0, _DSTIFM, 0, [_DSFN, _DFF, _IFN], [0, 0, 0]];
1648
- var DataSourceVpcConfiguration = [3, n0, _DSVC, 0, [_SIu, _SGI], [64 | 0, 64 | 0]];
1649
- var DeleteAccessControlConfigurationRequest = [3, n0, _DACCR, 0, [_II, _I], [0, 0]];
1650
- var DeleteAccessControlConfigurationResponse = [3, n0, _DACCRe, 0, [], []];
1651
- var DeleteDataSourceRequest = [3, n0, _DDSR, 0, [_I, _II], [0, 0]];
1652
- var DeleteExperienceRequest = [3, n0, _DER, 0, [_I, _II], [0, 0]];
1653
- var DeleteExperienceResponse = [3, n0, _DERe, 0, [], []];
1654
- var DeleteFaqRequest = [3, n0, _DFR, 0, [_I, _II], [0, 0]];
1655
- var DeleteIndexRequest = [3, n0, _DIR, 0, [_I], [0]];
1656
- var DeletePrincipalMappingRequest = [
1653
+ var DataSourceSyncJobMetricTarget$ = [3, n0, _DSSJMT, 0, [_DSI, _DSSJI], [0, 0]];
1654
+ var DataSourceToIndexFieldMapping$ = [3, n0, _DSTIFM, 0, [_DSFN, _DFF, _IFN], [0, 0, 0]];
1655
+ var DataSourceVpcConfiguration$ = [3, n0, _DSVC, 0, [_SIu, _SGI], [64 | 0, 64 | 0]];
1656
+ var DeleteAccessControlConfigurationRequest$ = [3, n0, _DACCR, 0, [_II, _I], [0, 0]];
1657
+ var DeleteAccessControlConfigurationResponse$ = [3, n0, _DACCRe, 0, [], []];
1658
+ var DeleteDataSourceRequest$ = [3, n0, _DDSR, 0, [_I, _II], [0, 0]];
1659
+ var DeleteExperienceRequest$ = [3, n0, _DER, 0, [_I, _II], [0, 0]];
1660
+ var DeleteExperienceResponse$ = [3, n0, _DERe, 0, [], []];
1661
+ var DeleteFaqRequest$ = [3, n0, _DFR, 0, [_I, _II], [0, 0]];
1662
+ var DeleteIndexRequest$ = [3, n0, _DIR, 0, [_I], [0]];
1663
+ var DeletePrincipalMappingRequest$ = [
1657
1664
  3,
1658
1665
  n0,
1659
1666
  _DPMR,
@@ -1661,10 +1668,10 @@ var DeletePrincipalMappingRequest = [
1661
1668
  [_II, _DSI, _GI, _OI],
1662
1669
  [0, 0, 0, 1],
1663
1670
  ];
1664
- var DeleteQuerySuggestionsBlockListRequest = [3, n0, _DQSBLR, 0, [_II, _I], [0, 0]];
1665
- var DeleteThesaurusRequest = [3, n0, _DTR, 0, [_I, _II], [0, 0]];
1666
- var DescribeAccessControlConfigurationRequest = [3, n0, _DACCRes, 0, [_II, _I], [0, 0]];
1667
- var DescribeAccessControlConfigurationResponse = [
1671
+ var DeleteQuerySuggestionsBlockListRequest$ = [3, n0, _DQSBLR, 0, [_II, _I], [0, 0]];
1672
+ var DeleteThesaurusRequest$ = [3, n0, _DTR, 0, [_I, _II], [0, 0]];
1673
+ var DescribeAccessControlConfigurationRequest$ = [3, n0, _DACCRes, 0, [_II, _I], [0, 0]];
1674
+ var DescribeAccessControlConfigurationResponse$ = [
1668
1675
  3,
1669
1676
  n0,
1670
1677
  _DACCResc,
@@ -1672,8 +1679,8 @@ var DescribeAccessControlConfigurationResponse = [
1672
1679
  [_N, _De, _EM, _ACL, _HACL],
1673
1680
  [0, 0, 0, () => PrincipalList, () => HierarchicalPrincipalList],
1674
1681
  ];
1675
- var DescribeDataSourceRequest = [3, n0, _DDSRe, 0, [_I, _II], [0, 0]];
1676
- var DescribeDataSourceResponse = [
1682
+ var DescribeDataSourceRequest$ = [3, n0, _DDSRe, 0, [_I, _II], [0, 0]];
1683
+ var DescribeDataSourceResponse$ = [
1677
1684
  3,
1678
1685
  n0,
1679
1686
  _DDSRes,
@@ -1684,8 +1691,8 @@ var DescribeDataSourceResponse = [
1684
1691
  0,
1685
1692
  0,
1686
1693
  0,
1687
- () => DataSourceConfiguration,
1688
- () => DataSourceVpcConfiguration,
1694
+ () => DataSourceConfiguration$,
1695
+ () => DataSourceVpcConfiguration$,
1689
1696
  4,
1690
1697
  4,
1691
1698
  0,
@@ -1694,29 +1701,29 @@ var DescribeDataSourceResponse = [
1694
1701
  0,
1695
1702
  0,
1696
1703
  0,
1697
- () => CustomDocumentEnrichmentConfiguration,
1704
+ () => CustomDocumentEnrichmentConfiguration$,
1698
1705
  ],
1699
1706
  ];
1700
- var DescribeExperienceRequest = [3, n0, _DERes, 0, [_I, _II], [0, 0]];
1701
- var DescribeExperienceResponse = [
1707
+ var DescribeExperienceRequest$ = [3, n0, _DERes, 0, [_I, _II], [0, 0]];
1708
+ var DescribeExperienceResponse$ = [
1702
1709
  3,
1703
1710
  n0,
1704
1711
  _DEResc,
1705
1712
  0,
1706
1713
  [_I, _II, _N, _En, _Con, _CAre, _UA, _De, _St, _RA, _EM],
1707
- [0, 0, 0, () => ExperienceEndpoints, () => ExperienceConfiguration, 4, 4, 0, 0, 0, 0],
1714
+ [0, 0, 0, () => ExperienceEndpoints, () => ExperienceConfiguration$, 4, 4, 0, 0, 0, 0],
1708
1715
  ];
1709
- var DescribeFaqRequest = [3, n0, _DFRe, 0, [_I, _II], [0, 0]];
1710
- var DescribeFaqResponse = [
1716
+ var DescribeFaqRequest$ = [3, n0, _DFRe, 0, [_I, _II], [0, 0]];
1717
+ var DescribeFaqResponse$ = [
1711
1718
  3,
1712
1719
  n0,
1713
1720
  _DFRes,
1714
1721
  0,
1715
1722
  [_I, _II, _N, _De, _CAre, _UA, _SP, _St, _RA, _EM, _FF, _LC],
1716
- [0, 0, 0, 0, 4, 4, () => S3Path, 0, 0, 0, 0, 0],
1723
+ [0, 0, 0, 0, 4, 4, () => S3Path$, 0, 0, 0, 0, 0],
1717
1724
  ];
1718
- var DescribeFeaturedResultsSetRequest = [3, n0, _DFRSR, 0, [_II, _FRSIe], [0, 0]];
1719
- var DescribeFeaturedResultsSetResponse = [
1725
+ var DescribeFeaturedResultsSetRequest$ = [3, n0, _DFRSR, 0, [_II, _FRSIe], [0, 0]];
1726
+ var DescribeFeaturedResultsSetResponse$ = [
1720
1727
  3,
1721
1728
  n0,
1722
1729
  _DFRSRe,
@@ -1724,8 +1731,8 @@ var DescribeFeaturedResultsSetResponse = [
1724
1731
  [_FRSIe, _FRSN, _De, _St, _QTu, _FDWM, _FDM, _LUT, _CTr],
1725
1732
  [0, 0, 0, 0, 64 | 0, () => FeaturedDocumentWithMetadataList, () => FeaturedDocumentMissingList, 1, 1],
1726
1733
  ];
1727
- var DescribeIndexRequest = [3, n0, _DIRe, 0, [_I], [0]];
1728
- var DescribeIndexResponse = [
1734
+ var DescribeIndexRequest$ = [3, n0, _DIRe, 0, [_I], [0]];
1735
+ var DescribeIndexResponse$ = [
1729
1736
  3,
1730
1737
  n0,
1731
1738
  _DIRes,
@@ -1736,22 +1743,22 @@ var DescribeIndexResponse = [
1736
1743
  0,
1737
1744
  0,
1738
1745
  0,
1739
- [() => ServerSideEncryptionConfiguration, 0],
1746
+ [() => ServerSideEncryptionConfiguration$, 0],
1740
1747
  0,
1741
1748
  0,
1742
1749
  4,
1743
1750
  4,
1744
1751
  () => DocumentMetadataConfigurationList,
1745
- () => IndexStatistics,
1752
+ () => IndexStatistics$,
1746
1753
  0,
1747
- () => CapacityUnitsConfiguration,
1754
+ () => CapacityUnitsConfiguration$,
1748
1755
  () => UserTokenConfigurationList,
1749
1756
  0,
1750
- () => UserGroupResolutionConfiguration,
1757
+ () => UserGroupResolutionConfiguration$,
1751
1758
  ],
1752
1759
  ];
1753
- var DescribePrincipalMappingRequest = [3, n0, _DPMRe, 0, [_II, _DSI, _GI], [0, 0, 0]];
1754
- var DescribePrincipalMappingResponse = [
1760
+ var DescribePrincipalMappingRequest$ = [3, n0, _DPMRe, 0, [_II, _DSI, _GI], [0, 0, 0]];
1761
+ var DescribePrincipalMappingResponse$ = [
1755
1762
  3,
1756
1763
  n0,
1757
1764
  _DPMRes,
@@ -1759,34 +1766,34 @@ var DescribePrincipalMappingResponse = [
1759
1766
  [_II, _DSI, _GI, _GOIS],
1760
1767
  [0, 0, 0, () => GroupOrderingIdSummaries],
1761
1768
  ];
1762
- var DescribeQuerySuggestionsBlockListRequest = [3, n0, _DQSBLRe, 0, [_II, _I], [0, 0]];
1763
- var DescribeQuerySuggestionsBlockListResponse = [
1769
+ var DescribeQuerySuggestionsBlockListRequest$ = [3, n0, _DQSBLRe, 0, [_II, _I], [0, 0]];
1770
+ var DescribeQuerySuggestionsBlockListResponse$ = [
1764
1771
  3,
1765
1772
  n0,
1766
1773
  _DQSBLRes,
1767
1774
  0,
1768
1775
  [_II, _I, _N, _De, _St, _EM, _CAre, _UA, _SSP, _ICt, _FSB, _RA],
1769
- [0, 0, 0, 0, 0, 0, 4, 4, () => S3Path, 1, 1, 0],
1776
+ [0, 0, 0, 0, 0, 0, 4, 4, () => S3Path$, 1, 1, 0],
1770
1777
  ];
1771
- var DescribeQuerySuggestionsConfigRequest = [3, n0, _DQSCR, 0, [_II], [0]];
1772
- var DescribeQuerySuggestionsConfigResponse = [
1778
+ var DescribeQuerySuggestionsConfigRequest$ = [3, n0, _DQSCR, 0, [_II], [0]];
1779
+ var DescribeQuerySuggestionsConfigResponse$ = [
1773
1780
  3,
1774
1781
  n0,
1775
1782
  _DQSCRe,
1776
1783
  0,
1777
1784
  [_Mo, _St, _QLLBWID, _IQWUI, _MNOQU, _MQC, _LSBT, _LCT, _TSC, _ASC],
1778
- [0, 0, 1, 2, 1, 1, 4, 4, 1, () => AttributeSuggestionsDescribeConfig],
1785
+ [0, 0, 1, 2, 1, 1, 4, 4, 1, () => AttributeSuggestionsDescribeConfig$],
1779
1786
  ];
1780
- var DescribeThesaurusRequest = [3, n0, _DTRe, 0, [_I, _II], [0, 0]];
1781
- var DescribeThesaurusResponse = [
1787
+ var DescribeThesaurusRequest$ = [3, n0, _DTRe, 0, [_I, _II], [0, 0]];
1788
+ var DescribeThesaurusResponse$ = [
1782
1789
  3,
1783
1790
  n0,
1784
1791
  _DTRes,
1785
1792
  0,
1786
1793
  [_I, _II, _N, _De, _St, _EM, _CAre, _UA, _RA, _SSP, _FSB, _TCe, _SRC],
1787
- [0, 0, 0, 0, 0, 0, 4, 4, 0, () => S3Path, 1, 1, 1],
1794
+ [0, 0, 0, 0, 0, 0, 4, 4, 0, () => S3Path$, 1, 1, 1],
1788
1795
  ];
1789
- var DisassociateEntitiesFromExperienceRequest = [
1796
+ var DisassociateEntitiesFromExperienceRequest$ = [
1790
1797
  3,
1791
1798
  n0,
1792
1799
  _DEFER,
@@ -1794,7 +1801,7 @@ var DisassociateEntitiesFromExperienceRequest = [
1794
1801
  [_I, _II, _EL],
1795
1802
  [0, 0, () => DisassociateEntityList],
1796
1803
  ];
1797
- var DisassociateEntitiesFromExperienceResponse = [
1804
+ var DisassociateEntitiesFromExperienceResponse$ = [
1798
1805
  3,
1799
1806
  n0,
1800
1807
  _DEFERi,
@@ -1802,7 +1809,7 @@ var DisassociateEntitiesFromExperienceResponse = [
1802
1809
  [_FEL],
1803
1810
  [() => FailedEntityList],
1804
1811
  ];
1805
- var DisassociatePersonasFromEntitiesRequest = [
1812
+ var DisassociatePersonasFromEntitiesRequest$ = [
1806
1813
  3,
1807
1814
  n0,
1808
1815
  _DPFER,
@@ -1810,7 +1817,7 @@ var DisassociatePersonasFromEntitiesRequest = [
1810
1817
  [_I, _II, _EIn],
1811
1818
  [0, 0, 64 | 0],
1812
1819
  ];
1813
- var DisassociatePersonasFromEntitiesResponse = [
1820
+ var DisassociatePersonasFromEntitiesResponse$ = [
1814
1821
  3,
1815
1822
  n0,
1816
1823
  _DPFERi,
@@ -1818,53 +1825,53 @@ var DisassociatePersonasFromEntitiesResponse = [
1818
1825
  [_FEL],
1819
1826
  [() => FailedEntityList],
1820
1827
  ];
1821
- var Document = [
1828
+ var Document$ = [
1822
1829
  3,
1823
1830
  n0,
1824
1831
  _Do,
1825
1832
  0,
1826
1833
  [_I, _Ti, _B, _SP, _A, _ACL, _HACL, _CTon, _ACCI],
1827
- [0, 0, 21, () => S3Path, () => DocumentAttributeList, () => PrincipalList, () => HierarchicalPrincipalList, 0, 0],
1834
+ [0, 0, 21, () => S3Path$, () => DocumentAttributeList, () => PrincipalList, () => HierarchicalPrincipalList, 0, 0],
1828
1835
  ];
1829
- var DocumentAttribute = [3, n0, _DA, 0, [_K, _V], [0, () => DocumentAttributeValue]];
1830
- var DocumentAttributeCondition = [
1836
+ var DocumentAttribute$ = [3, n0, _DA, 0, [_K, _V], [0, () => DocumentAttributeValue$]];
1837
+ var DocumentAttributeCondition$ = [
1831
1838
  3,
1832
1839
  n0,
1833
1840
  _DAC,
1834
1841
  0,
1835
1842
  [_CDAK, _O, _COV],
1836
- [0, 0, () => DocumentAttributeValue],
1843
+ [0, 0, () => DocumentAttributeValue$],
1837
1844
  ];
1838
- var DocumentAttributeTarget = [
1845
+ var DocumentAttributeTarget$ = [
1839
1846
  3,
1840
1847
  n0,
1841
1848
  _DAT,
1842
1849
  0,
1843
1850
  [_TDAK, _TDAVD, _TDAV],
1844
- [0, 2, () => DocumentAttributeValue],
1851
+ [0, 2, () => DocumentAttributeValue$],
1845
1852
  ];
1846
- var DocumentAttributeValue = [3, n0, _DAV, 0, [_SV, _SLV, _LV, _DV], [0, 64 | 0, 1, 4]];
1847
- var DocumentAttributeValueCountPair = [
1853
+ var DocumentAttributeValue$ = [3, n0, _DAV, 0, [_SV, _SLV, _LV, _DV], [0, 64 | 0, 1, 4]];
1854
+ var DocumentAttributeValueCountPair$ = [
1848
1855
  3,
1849
1856
  n0,
1850
1857
  _DAVCP,
1851
1858
  0,
1852
1859
  [_DAV, _Cou, _FR],
1853
- [() => DocumentAttributeValue, 1, () => FacetResultList],
1860
+ [() => DocumentAttributeValue$, 1, () => FacetResultList],
1854
1861
  ];
1855
- var DocumentInfo = [3, n0, _DIo, 0, [_DI, _A], [0, () => DocumentAttributeList]];
1856
- var DocumentMetadataConfiguration = [
1862
+ var DocumentInfo$ = [3, n0, _DIo, 0, [_DI, _A], [0, () => DocumentAttributeList]];
1863
+ var DocumentMetadataConfiguration$ = [
1857
1864
  3,
1858
1865
  n0,
1859
1866
  _DMCo,
1860
1867
  0,
1861
1868
  [_N, _Ty, _R, _Se],
1862
- [0, 0, () => Relevance, () => Search],
1869
+ [0, 0, () => Relevance$, () => Search$],
1863
1870
  ];
1864
- var DocumentRelevanceConfiguration = [3, n0, _DRC, 0, [_N, _R], [0, () => Relevance]];
1865
- var DocumentsMetadataConfiguration = [3, n0, _DMCoc, 0, [_SPr], [0]];
1866
- var EntityConfiguration = [3, n0, _ECn, 0, [_EInt, _ETnt], [0, 0]];
1867
- var EntityDisplayData = [
1871
+ var DocumentRelevanceConfiguration$ = [3, n0, _DRC, 0, [_N, _R], [0, () => Relevance$]];
1872
+ var DocumentsMetadataConfiguration$ = [3, n0, _DMCoc, 0, [_SPr], [0]];
1873
+ var EntityConfiguration$ = [3, n0, _ECn, 0, [_EInt, _ETnt], [0, 0]];
1874
+ var EntityDisplayData$ = [
1868
1875
  3,
1869
1876
  n0,
1870
1877
  _EDD,
@@ -1878,34 +1885,34 @@ var EntityDisplayData = [
1878
1885
  [() => NameType, 0],
1879
1886
  ],
1880
1887
  ];
1881
- var EntityPersonaConfiguration = [3, n0, _EPC, 0, [_EInt, _Pe], [0, 0]];
1882
- var ExpandConfiguration = [3, n0, _ECx, 0, [_MRITE, _MERPI], [1, 1]];
1883
- var ExpandedResultItem = [
1888
+ var EntityPersonaConfiguration$ = [3, n0, _EPC, 0, [_EInt, _Pe], [0, 0]];
1889
+ var ExpandConfiguration$ = [3, n0, _ECx, 0, [_MRITE, _MERPI], [1, 1]];
1890
+ var ExpandedResultItem$ = [
1884
1891
  3,
1885
1892
  n0,
1886
1893
  _ERI,
1887
1894
  0,
1888
1895
  [_I, _DI, _DT, _DE, _DURI, _DAoc],
1889
- [0, 0, () => TextWithHighlights, () => TextWithHighlights, 0, () => DocumentAttributeList],
1896
+ [0, 0, () => TextWithHighlights$, () => TextWithHighlights$, 0, () => DocumentAttributeList],
1890
1897
  ];
1891
- var ExperienceConfiguration = [
1898
+ var ExperienceConfiguration$ = [
1892
1899
  3,
1893
1900
  n0,
1894
1901
  _ECxp,
1895
1902
  0,
1896
1903
  [_CSCo, _UIC],
1897
- [() => ContentSourceConfiguration, () => UserIdentityConfiguration],
1904
+ [() => ContentSourceConfiguration$, () => UserIdentityConfiguration$],
1898
1905
  ];
1899
- var ExperienceEndpoint = [3, n0, _EE, 0, [_ETnd, _End], [0, 0]];
1900
- var ExperienceEntitiesSummary = [
1906
+ var ExperienceEndpoint$ = [3, n0, _EE, 0, [_ETnd, _End], [0, 0]];
1907
+ var ExperienceEntitiesSummary$ = [
1901
1908
  3,
1902
1909
  n0,
1903
1910
  _EES,
1904
1911
  0,
1905
1912
  [_EInt, _ETnt, _DDi],
1906
- [0, 0, [() => EntityDisplayData, 0]],
1913
+ [0, 0, [() => EntityDisplayData$, 0]],
1907
1914
  ];
1908
- var ExperiencesSummary = [
1915
+ var ExperiencesSummary$ = [
1909
1916
  3,
1910
1917
  n0,
1911
1918
  _ESx,
@@ -1913,8 +1920,8 @@ var ExperiencesSummary = [
1913
1920
  [_N, _I, _CAre, _St, _En],
1914
1921
  [0, 0, 4, 0, () => ExperienceEndpoints],
1915
1922
  ];
1916
- var Facet = [3, n0, _F, 0, [_DAK, _Fa, _MR], [0, () => FacetList, 1]];
1917
- var FacetResult = [
1923
+ var Facet$ = [3, n0, _F, 0, [_DAK, _Fa, _MR], [0, () => FacetList, 1]];
1924
+ var FacetResult$ = [
1918
1925
  3,
1919
1926
  n0,
1920
1927
  _FRa,
@@ -1922,9 +1929,9 @@ var FacetResult = [
1922
1929
  [_DAK, _DAVT, _DAVCPo],
1923
1930
  [0, 0, () => DocumentAttributeValueCountPairList],
1924
1931
  ];
1925
- var FailedEntity = [3, n0, _FE, 0, [_EInt, _EM], [0, 0]];
1926
- var FaqStatistics = [3, n0, _FS, 0, [_IQAC], [1]];
1927
- var FaqSummary = [
1932
+ var FailedEntity$ = [3, n0, _FE, 0, [_EInt, _EM], [0, 0]];
1933
+ var FaqStatistics$ = [3, n0, _FS, 0, [_IQAC], [1]];
1934
+ var FaqSummary$ = [
1928
1935
  3,
1929
1936
  n0,
1930
1937
  _FSa,
@@ -1932,10 +1939,10 @@ var FaqSummary = [
1932
1939
  [_I, _N, _St, _CAre, _UA, _FF, _LC],
1933
1940
  [0, 0, 0, 4, 4, 0, 0],
1934
1941
  ];
1935
- var FeaturedDocument = [3, n0, _FDea, 0, [_I], [0]];
1936
- var FeaturedDocumentMissing = [3, n0, _FDMe, 0, [_I], [0]];
1937
- var FeaturedDocumentWithMetadata = [3, n0, _FDWMe, 0, [_I, _Ti, _URI], [0, 0, 0]];
1938
- var FeaturedResultsConflictException = [
1942
+ var FeaturedDocument$ = [3, n0, _FDea, 0, [_I], [0]];
1943
+ var FeaturedDocumentMissing$ = [3, n0, _FDMe, 0, [_I], [0]];
1944
+ var FeaturedDocumentWithMetadata$ = [3, n0, _FDWMe, 0, [_I, _Ti, _URI], [0, 0, 0]];
1945
+ var FeaturedResultsConflictException$ = [
1939
1946
  -3,
1940
1947
  n0,
1941
1948
  _FRCE,
@@ -1943,8 +1950,8 @@ var FeaturedResultsConflictException = [
1943
1950
  [_M, _CIo],
1944
1951
  [0, () => ConflictingItems],
1945
1952
  ];
1946
- schema.TypeRegistry.for(n0).registerError(FeaturedResultsConflictException, FeaturedResultsConflictException$1);
1947
- var FeaturedResultsItem = [
1953
+ schema.TypeRegistry.for(n0).registerError(FeaturedResultsConflictException$, FeaturedResultsConflictException);
1954
+ var FeaturedResultsItem$ = [
1948
1955
  3,
1949
1956
  n0,
1950
1957
  _FRI,
@@ -1955,14 +1962,14 @@ var FeaturedResultsItem = [
1955
1962
  0,
1956
1963
  () => AdditionalResultAttributeList,
1957
1964
  0,
1958
- () => TextWithHighlights,
1959
- () => TextWithHighlights,
1965
+ () => TextWithHighlights$,
1966
+ () => TextWithHighlights$,
1960
1967
  0,
1961
1968
  () => DocumentAttributeList,
1962
1969
  0,
1963
1970
  ],
1964
1971
  ];
1965
- var FeaturedResultsSet = [
1972
+ var FeaturedResultsSet$ = [
1966
1973
  3,
1967
1974
  n0,
1968
1975
  _FRS,
@@ -1970,7 +1977,7 @@ var FeaturedResultsSet = [
1970
1977
  [_FRSIe, _FRSN, _De, _St, _QTu, _FDe, _LUT, _CTr],
1971
1978
  [0, 0, 0, 0, 64 | 0, () => FeaturedDocumentList, 1, 1],
1972
1979
  ];
1973
- var FeaturedResultsSetSummary = [
1980
+ var FeaturedResultsSetSummary$ = [
1974
1981
  3,
1975
1982
  n0,
1976
1983
  _FRSS,
@@ -1978,23 +1985,23 @@ var FeaturedResultsSetSummary = [
1978
1985
  [_FRSIe, _FRSN, _St, _LUT, _CTr],
1979
1986
  [0, 0, 0, 1, 1],
1980
1987
  ];
1981
- var FsxConfiguration = [
1988
+ var FsxConfiguration$ = [
1982
1989
  3,
1983
1990
  n0,
1984
1991
  _FC,
1985
1992
  0,
1986
1993
  [_FSI, _FST, _VC, _SA, _IP, _EP, _FM],
1987
- [0, 0, () => DataSourceVpcConfiguration, 0, 64 | 0, 64 | 0, () => DataSourceToIndexFieldMappingList],
1994
+ [0, 0, () => DataSourceVpcConfiguration$, 0, 64 | 0, 64 | 0, () => DataSourceToIndexFieldMappingList],
1988
1995
  ];
1989
- var GetQuerySuggestionsRequest = [
1996
+ var GetQuerySuggestionsRequest$ = [
1990
1997
  3,
1991
1998
  n0,
1992
1999
  _GQSR,
1993
2000
  0,
1994
2001
  [_II, _QT, _MSC, _STu, _ASC],
1995
- [0, 0, 1, 64 | 0, () => AttributeSuggestionsGetConfig],
2002
+ [0, 0, 1, 64 | 0, () => AttributeSuggestionsGetConfig$],
1996
2003
  ];
1997
- var GetQuerySuggestionsResponse = [
2004
+ var GetQuerySuggestionsResponse$ = [
1998
2005
  3,
1999
2006
  n0,
2000
2007
  _GQSRe,
@@ -2002,16 +2009,16 @@ var GetQuerySuggestionsResponse = [
2002
2009
  [_QSI, _Su],
2003
2010
  [0, () => SuggestionList],
2004
2011
  ];
2005
- var GetSnapshotsRequest = [3, n0, _GSR, 0, [_II, _In, _MT, _NTe, _MR], [0, 0, 0, 0, 1]];
2006
- var GetSnapshotsResponse = [
2012
+ var GetSnapshotsRequest$ = [3, n0, _GSR, 0, [_II, _In, _MT, _NTe, _MR], [0, 0, 0, 0, 1]];
2013
+ var GetSnapshotsResponse$ = [
2007
2014
  3,
2008
2015
  n0,
2009
2016
  _GSRe,
2010
2017
  0,
2011
2018
  [_SSTF, _SDH, _SD, _NTe],
2012
- [() => TimeRange, 64 | 0, [1, n0, _SDR, 0, 64 | 0], 0],
2019
+ [() => TimeRange$, 64 | 0, [1, n0, _SDR, 0, 64 | 0], 0],
2013
2020
  ];
2014
- var GitHubConfiguration = [
2021
+ var GitHubConfiguration$ = [
2015
2022
  3,
2016
2023
  n0,
2017
2024
  _GHC,
@@ -2041,12 +2048,12 @@ var GitHubConfiguration = [
2041
2048
  _GHPRDACFM,
2042
2049
  ],
2043
2050
  [
2044
- () => SaaSConfiguration,
2045
- () => OnPremiseConfiguration,
2051
+ () => SaaSConfiguration$,
2052
+ () => OnPremiseConfiguration$,
2046
2053
  0,
2047
2054
  0,
2048
2055
  2,
2049
- () => GitHubDocumentCrawlProperties,
2056
+ () => GitHubDocumentCrawlProperties$,
2050
2057
  64 | 0,
2051
2058
  64 | 0,
2052
2059
  64 | 0,
@@ -2054,7 +2061,7 @@ var GitHubConfiguration = [
2054
2061
  64 | 0,
2055
2062
  64 | 0,
2056
2063
  64 | 0,
2057
- () => DataSourceVpcConfiguration,
2064
+ () => DataSourceVpcConfiguration$,
2058
2065
  () => DataSourceToIndexFieldMappingList,
2059
2066
  () => DataSourceToIndexFieldMappingList,
2060
2067
  () => DataSourceToIndexFieldMappingList,
@@ -2065,7 +2072,7 @@ var GitHubConfiguration = [
2065
2072
  () => DataSourceToIndexFieldMappingList,
2066
2073
  ],
2067
2074
  ];
2068
- var GitHubDocumentCrawlProperties = [
2075
+ var GitHubDocumentCrawlProperties$ = [
2069
2076
  3,
2070
2077
  n0,
2071
2078
  _GHDCP,
@@ -2073,7 +2080,7 @@ var GitHubDocumentCrawlProperties = [
2073
2080
  [_CRDr, _CIr, _CIC, _CICA, _CPR, _CPRC, _CPRCA],
2074
2081
  [2, 2, 2, 2, 2, 2, 2],
2075
2082
  ];
2076
- var GoogleDriveConfiguration = [
2083
+ var GoogleDriveConfiguration$ = [
2077
2084
  3,
2078
2085
  n0,
2079
2086
  _GDC,
@@ -2081,15 +2088,15 @@ var GoogleDriveConfiguration = [
2081
2088
  [_SA, _IP, _EP, _FM, _EMT, _EUA, _ESD],
2082
2089
  [0, 64 | 0, 64 | 0, () => DataSourceToIndexFieldMappingList, 64 | 0, 64 | 0, 64 | 0],
2083
2090
  ];
2084
- var GroupMembers = [
2091
+ var GroupMembers$ = [
2085
2092
  3,
2086
2093
  n0,
2087
2094
  _GM,
2088
2095
  0,
2089
2096
  [_MG, _MU, _SPGM],
2090
- [() => MemberGroups, () => MemberUsers, () => S3Path],
2097
+ [() => MemberGroups, () => MemberUsers, () => S3Path$],
2091
2098
  ];
2092
- var GroupOrderingIdSummary = [
2099
+ var GroupOrderingIdSummary$ = [
2093
2100
  3,
2094
2101
  n0,
2095
2102
  _GOISr,
@@ -2097,18 +2104,18 @@ var GroupOrderingIdSummary = [
2097
2104
  [_St, _LUA, _RAe, _OI, _FRai],
2098
2105
  [0, 4, 4, 1, 0],
2099
2106
  ];
2100
- var GroupSummary = [3, n0, _GS, 0, [_GI, _OI], [0, 1]];
2101
- var HierarchicalPrincipal = [3, n0, _HP, 0, [_PL], [() => PrincipalList]];
2102
- var Highlight = [3, n0, _Hi, 0, [_BO, _EO, _TA, _Ty], [1, 1, 2, 0]];
2103
- var HookConfiguration = [
2107
+ var GroupSummary$ = [3, n0, _GS, 0, [_GI, _OI], [0, 1]];
2108
+ var HierarchicalPrincipal$ = [3, n0, _HP, 0, [_PL], [() => PrincipalList]];
2109
+ var Highlight$ = [3, n0, _Hi, 0, [_BO, _EO, _TA, _Ty], [1, 1, 2, 0]];
2110
+ var HookConfiguration$ = [
2104
2111
  3,
2105
2112
  n0,
2106
2113
  _HC,
2107
2114
  0,
2108
2115
  [_ICn, _LA, _SB],
2109
- [() => DocumentAttributeCondition, 0, 0],
2116
+ [() => DocumentAttributeCondition$, 0, 0],
2110
2117
  ];
2111
- var IndexConfigurationSummary = [
2118
+ var IndexConfigurationSummary$ = [
2112
2119
  3,
2113
2120
  n0,
2114
2121
  _ICS,
@@ -2116,27 +2123,27 @@ var IndexConfigurationSummary = [
2116
2123
  [_N, _I, _Ed, _CAre, _UA, _St],
2117
2124
  [0, 0, 0, 4, 4, 0],
2118
2125
  ];
2119
- var IndexStatistics = [
2126
+ var IndexStatistics$ = [
2120
2127
  3,
2121
2128
  n0,
2122
2129
  _ISn,
2123
2130
  0,
2124
2131
  [_FS, _TDS],
2125
- [() => FaqStatistics, () => TextDocumentStatistics],
2132
+ [() => FaqStatistics$, () => TextDocumentStatistics$],
2126
2133
  ];
2127
- var InlineCustomDocumentEnrichmentConfiguration = [
2134
+ var InlineCustomDocumentEnrichmentConfiguration$ = [
2128
2135
  3,
2129
2136
  n0,
2130
2137
  _ICDEC,
2131
2138
  0,
2132
2139
  [_Cond, _Tar, _DCD],
2133
- [() => DocumentAttributeCondition, () => DocumentAttributeTarget, 2],
2140
+ [() => DocumentAttributeCondition$, () => DocumentAttributeTarget$, 2],
2134
2141
  ];
2135
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
2136
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
2137
- var InvalidRequestException = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2138
- schema.TypeRegistry.for(n0).registerError(InvalidRequestException, InvalidRequestException$1);
2139
- var JiraConfiguration = [
2142
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
2143
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
2144
+ var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2145
+ schema.TypeRegistry.for(n0).registerError(InvalidRequestException$, InvalidRequestException);
2146
+ var JiraConfiguration$ = [
2140
2147
  3,
2141
2148
  n0,
2142
2149
  _JC,
@@ -2157,11 +2164,11 @@ var JiraConfiguration = [
2157
2164
  () => DataSourceToIndexFieldMappingList,
2158
2165
  64 | 0,
2159
2166
  64 | 0,
2160
- () => DataSourceVpcConfiguration,
2167
+ () => DataSourceVpcConfiguration$,
2161
2168
  ],
2162
2169
  ];
2163
- var JsonTokenTypeConfiguration = [3, n0, _JTTC, 0, [_UNAF, _GAF], [0, 0]];
2164
- var JwtTokenTypeConfiguration = [
2170
+ var JsonTokenTypeConfiguration$ = [3, n0, _JTTC, 0, [_UNAF, _GAF], [0, 0]];
2171
+ var JwtTokenTypeConfiguration$ = [
2165
2172
  3,
2166
2173
  n0,
2167
2174
  _JTTCw,
@@ -2169,7 +2176,7 @@ var JwtTokenTypeConfiguration = [
2169
2176
  [_KL, _URL, _SMA, _UNAF, _GAF, _Is, _CR],
2170
2177
  [0, 0, 0, 0, 0, 0, 0],
2171
2178
  ];
2172
- var ListAccessControlConfigurationsRequest = [
2179
+ var ListAccessControlConfigurationsRequest$ = [
2173
2180
  3,
2174
2181
  n0,
2175
2182
  _LACCR,
@@ -2177,7 +2184,7 @@ var ListAccessControlConfigurationsRequest = [
2177
2184
  [_II, _NTe, _MR],
2178
2185
  [0, 0, 1],
2179
2186
  ];
2180
- var ListAccessControlConfigurationsResponse = [
2187
+ var ListAccessControlConfigurationsResponse$ = [
2181
2188
  3,
2182
2189
  n0,
2183
2190
  _LACCRi,
@@ -2185,8 +2192,8 @@ var ListAccessControlConfigurationsResponse = [
2185
2192
  [_NTe, _ACC],
2186
2193
  [0, () => AccessControlConfigurationSummaryList],
2187
2194
  ];
2188
- var ListDataSourcesRequest = [3, n0, _LDSR, 0, [_II, _NTe, _MR], [0, 0, 1]];
2189
- var ListDataSourcesResponse = [
2195
+ var ListDataSourcesRequest$ = [3, n0, _LDSR, 0, [_II, _NTe, _MR], [0, 0, 1]];
2196
+ var ListDataSourcesResponse$ = [
2190
2197
  3,
2191
2198
  n0,
2192
2199
  _LDSRi,
@@ -2194,15 +2201,15 @@ var ListDataSourcesResponse = [
2194
2201
  [_SIum, _NTe],
2195
2202
  [() => DataSourceSummaryList, 0],
2196
2203
  ];
2197
- var ListDataSourceSyncJobsRequest = [
2204
+ var ListDataSourceSyncJobsRequest$ = [
2198
2205
  3,
2199
2206
  n0,
2200
2207
  _LDSSJR,
2201
2208
  0,
2202
2209
  [_I, _II, _NTe, _MR, _STF, _SF],
2203
- [0, 0, 0, 1, () => TimeRange, 0],
2210
+ [0, 0, 0, 1, () => TimeRange$, 0],
2204
2211
  ];
2205
- var ListDataSourceSyncJobsResponse = [
2212
+ var ListDataSourceSyncJobsResponse$ = [
2206
2213
  3,
2207
2214
  n0,
2208
2215
  _LDSSJRi,
@@ -2210,8 +2217,8 @@ var ListDataSourceSyncJobsResponse = [
2210
2217
  [_His, _NTe],
2211
2218
  [() => DataSourceSyncJobHistoryList, 0],
2212
2219
  ];
2213
- var ListEntityPersonasRequest = [3, n0, _LEPR, 0, [_I, _II, _NTe, _MR], [0, 0, 0, 1]];
2214
- var ListEntityPersonasResponse = [
2220
+ var ListEntityPersonasRequest$ = [3, n0, _LEPR, 0, [_I, _II, _NTe, _MR], [0, 0, 0, 1]];
2221
+ var ListEntityPersonasResponse$ = [
2215
2222
  3,
2216
2223
  n0,
2217
2224
  _LEPRi,
@@ -2219,8 +2226,8 @@ var ListEntityPersonasResponse = [
2219
2226
  [_SIum, _NTe],
2220
2227
  [() => PersonasSummaryList, 0],
2221
2228
  ];
2222
- var ListExperienceEntitiesRequest = [3, n0, _LEER, 0, [_I, _II, _NTe], [0, 0, 0]];
2223
- var ListExperienceEntitiesResponse = [
2229
+ var ListExperienceEntitiesRequest$ = [3, n0, _LEER, 0, [_I, _II, _NTe], [0, 0, 0]];
2230
+ var ListExperienceEntitiesResponse$ = [
2224
2231
  3,
2225
2232
  n0,
2226
2233
  _LEERi,
@@ -2228,8 +2235,8 @@ var ListExperienceEntitiesResponse = [
2228
2235
  [_SIum, _NTe],
2229
2236
  [[() => ExperienceEntitiesSummaryList, 0], 0],
2230
2237
  ];
2231
- var ListExperiencesRequest = [3, n0, _LER, 0, [_II, _NTe, _MR], [0, 0, 1]];
2232
- var ListExperiencesResponse = [
2238
+ var ListExperiencesRequest$ = [3, n0, _LER, 0, [_II, _NTe, _MR], [0, 0, 1]];
2239
+ var ListExperiencesResponse$ = [
2233
2240
  3,
2234
2241
  n0,
2235
2242
  _LERi,
@@ -2237,10 +2244,10 @@ var ListExperiencesResponse = [
2237
2244
  [_SIum, _NTe],
2238
2245
  [() => ExperiencesSummaryList, 0],
2239
2246
  ];
2240
- var ListFaqsRequest = [3, n0, _LFR, 0, [_II, _NTe, _MR], [0, 0, 1]];
2241
- var ListFaqsResponse = [3, n0, _LFRi, 0, [_NTe, _FSIa], [0, () => FaqSummaryItems]];
2242
- var ListFeaturedResultsSetsRequest = [3, n0, _LFRSR, 0, [_II, _NTe, _MR], [0, 0, 1]];
2243
- var ListFeaturedResultsSetsResponse = [
2247
+ var ListFaqsRequest$ = [3, n0, _LFR, 0, [_II, _NTe, _MR], [0, 0, 1]];
2248
+ var ListFaqsResponse$ = [3, n0, _LFRi, 0, [_NTe, _FSIa], [0, () => FaqSummaryItems]];
2249
+ var ListFeaturedResultsSetsRequest$ = [3, n0, _LFRSR, 0, [_II, _NTe, _MR], [0, 0, 1]];
2250
+ var ListFeaturedResultsSetsResponse$ = [
2244
2251
  3,
2245
2252
  n0,
2246
2253
  _LFRSRi,
@@ -2248,7 +2255,7 @@ var ListFeaturedResultsSetsResponse = [
2248
2255
  [_FRSSI, _NTe],
2249
2256
  [() => FeaturedResultsSetSummaryItems, 0],
2250
2257
  ];
2251
- var ListGroupsOlderThanOrderingIdRequest = [
2258
+ var ListGroupsOlderThanOrderingIdRequest$ = [
2252
2259
  3,
2253
2260
  n0,
2254
2261
  _LGOTOIR,
@@ -2256,7 +2263,7 @@ var ListGroupsOlderThanOrderingIdRequest = [
2256
2263
  [_II, _DSI, _OI, _NTe, _MR],
2257
2264
  [0, 0, 1, 0, 1],
2258
2265
  ];
2259
- var ListGroupsOlderThanOrderingIdResponse = [
2266
+ var ListGroupsOlderThanOrderingIdResponse$ = [
2260
2267
  3,
2261
2268
  n0,
2262
2269
  _LGOTOIRi,
@@ -2264,8 +2271,8 @@ var ListGroupsOlderThanOrderingIdResponse = [
2264
2271
  [_GSr, _NTe],
2265
2272
  [() => ListOfGroupSummaries, 0],
2266
2273
  ];
2267
- var ListIndicesRequest = [3, n0, _LIR, 0, [_NTe, _MR], [0, 1]];
2268
- var ListIndicesResponse = [
2274
+ var ListIndicesRequest$ = [3, n0, _LIR, 0, [_NTe, _MR], [0, 1]];
2275
+ var ListIndicesResponse$ = [
2269
2276
  3,
2270
2277
  n0,
2271
2278
  _LIRi,
@@ -2273,7 +2280,7 @@ var ListIndicesResponse = [
2273
2280
  [_ICSI, _NTe],
2274
2281
  [() => IndexConfigurationSummaryList, 0],
2275
2282
  ];
2276
- var ListQuerySuggestionsBlockListsRequest = [
2283
+ var ListQuerySuggestionsBlockListsRequest$ = [
2277
2284
  3,
2278
2285
  n0,
2279
2286
  _LQSBLR,
@@ -2281,7 +2288,7 @@ var ListQuerySuggestionsBlockListsRequest = [
2281
2288
  [_II, _NTe, _MR],
2282
2289
  [0, 0, 1],
2283
2290
  ];
2284
- var ListQuerySuggestionsBlockListsResponse = [
2291
+ var ListQuerySuggestionsBlockListsResponse$ = [
2285
2292
  3,
2286
2293
  n0,
2287
2294
  _LQSBLRi,
@@ -2289,10 +2296,10 @@ var ListQuerySuggestionsBlockListsResponse = [
2289
2296
  [_BLSI, _NTe],
2290
2297
  [() => QuerySuggestionsBlockListSummaryItems, 0],
2291
2298
  ];
2292
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_RARN], [0]];
2293
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
2294
- var ListThesauriRequest = [3, n0, _LTR, 0, [_II, _NTe, _MR], [0, 0, 1]];
2295
- var ListThesauriResponse = [
2299
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_RARN], [0]];
2300
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_Ta], [() => TagList]];
2301
+ var ListThesauriRequest$ = [3, n0, _LTR, 0, [_II, _NTe, _MR], [0, 0, 1]];
2302
+ var ListThesauriResponse$ = [
2296
2303
  3,
2297
2304
  n0,
2298
2305
  _LTRi,
@@ -2300,30 +2307,30 @@ var ListThesauriResponse = [
2300
2307
  [_NTe, _TSI],
2301
2308
  [0, () => ThesaurusSummaryItems],
2302
2309
  ];
2303
- var MemberGroup = [3, n0, _MGe, 0, [_GI, _DSI], [0, 0]];
2304
- var MemberUser = [3, n0, _MUe, 0, [_UI], [0]];
2305
- var OneDriveConfiguration = [
2310
+ var MemberGroup$ = [3, n0, _MGe, 0, [_GI, _DSI], [0, 0]];
2311
+ var MemberUser$ = [3, n0, _MUe, 0, [_UI], [0]];
2312
+ var OneDriveConfiguration$ = [
2306
2313
  3,
2307
2314
  n0,
2308
2315
  _ODC,
2309
2316
  0,
2310
2317
  [_TD, _SA, _ODU, _IP, _EP, _FM, _DLG],
2311
- [0, 0, () => OneDriveUsers, 64 | 0, 64 | 0, () => DataSourceToIndexFieldMappingList, 2],
2318
+ [0, 0, () => OneDriveUsers$, 64 | 0, 64 | 0, () => DataSourceToIndexFieldMappingList, 2],
2312
2319
  ];
2313
- var OneDriveUsers = [3, n0, _ODU, 0, [_ODUL, _ODUSP], [64 | 0, () => S3Path]];
2314
- var OnPremiseConfiguration = [3, n0, _OPC, 0, [_HU, _ON, _SCSP], [0, 0, () => S3Path]];
2315
- var PersonasSummary = [3, n0, _PS, 0, [_EInt, _Pe, _CAre, _UA], [0, 0, 4, 4]];
2316
- var Principal = [3, n0, _Pri, 0, [_N, _Ty, _Ac, _DSI], [0, 0, 0, 0]];
2317
- var ProxyConfiguration = [3, n0, _PCr, 0, [_H, _Po, _C], [0, 1, 0]];
2318
- var PutPrincipalMappingRequest = [
2320
+ var OneDriveUsers$ = [3, n0, _ODU, 0, [_ODUL, _ODUSP], [64 | 0, () => S3Path$]];
2321
+ var OnPremiseConfiguration$ = [3, n0, _OPC, 0, [_HU, _ON, _SCSP], [0, 0, () => S3Path$]];
2322
+ var PersonasSummary$ = [3, n0, _PS, 0, [_EInt, _Pe, _CAre, _UA], [0, 0, 4, 4]];
2323
+ var Principal$ = [3, n0, _Pri, 0, [_N, _Ty, _Ac, _DSI], [0, 0, 0, 0]];
2324
+ var ProxyConfiguration$ = [3, n0, _PCr, 0, [_H, _Po, _C], [0, 1, 0]];
2325
+ var PutPrincipalMappingRequest$ = [
2319
2326
  3,
2320
2327
  n0,
2321
2328
  _PPMR,
2322
2329
  0,
2323
2330
  [_II, _DSI, _GI, _GM, _OI, _RA],
2324
- [0, 0, 0, () => GroupMembers, 1, 0],
2331
+ [0, 0, 0, () => GroupMembers$, 1, 0],
2325
2332
  ];
2326
- var QueryRequest = [
2333
+ var QueryRequest$ = [
2327
2334
  3,
2328
2335
  n0,
2329
2336
  _QR,
@@ -2332,22 +2339,22 @@ var QueryRequest = [
2332
2339
  [
2333
2340
  0,
2334
2341
  0,
2335
- () => AttributeFilter,
2342
+ () => AttributeFilter$,
2336
2343
  () => FacetList,
2337
2344
  64 | 0,
2338
2345
  0,
2339
2346
  () => DocumentRelevanceOverrideConfigurationList,
2340
2347
  1,
2341
2348
  1,
2342
- () => SortingConfiguration,
2349
+ () => SortingConfiguration$,
2343
2350
  () => SortingConfigurationList,
2344
- () => UserContext,
2351
+ () => UserContext$,
2345
2352
  0,
2346
- () => SpellCorrectionConfiguration,
2347
- () => CollapseConfiguration,
2353
+ () => SpellCorrectionConfiguration$,
2354
+ () => CollapseConfiguration$,
2348
2355
  ],
2349
2356
  ];
2350
- var QueryResult = [
2357
+ var QueryResult$ = [
2351
2358
  3,
2352
2359
  n0,
2353
2360
  _QRu,
@@ -2363,7 +2370,7 @@ var QueryResult = [
2363
2370
  () => FeaturedResultsItemList,
2364
2371
  ],
2365
2372
  ];
2366
- var QueryResultItem = [
2373
+ var QueryResultItem$ = [
2367
2374
  3,
2368
2375
  n0,
2369
2376
  _QRI,
@@ -2375,17 +2382,17 @@ var QueryResultItem = [
2375
2382
  0,
2376
2383
  () => AdditionalResultAttributeList,
2377
2384
  0,
2378
- () => TextWithHighlights,
2379
- () => TextWithHighlights,
2385
+ () => TextWithHighlights$,
2386
+ () => TextWithHighlights$,
2380
2387
  0,
2381
2388
  () => DocumentAttributeList,
2382
- () => ScoreAttributes,
2389
+ () => ScoreAttributes$,
2383
2390
  0,
2384
- () => TableExcerpt,
2385
- () => CollapsedResultDetail,
2391
+ () => TableExcerpt$,
2392
+ () => CollapsedResultDetail$,
2386
2393
  ],
2387
2394
  ];
2388
- var QuerySuggestionsBlockListSummary = [
2395
+ var QuerySuggestionsBlockListSummary$ = [
2389
2396
  3,
2390
2397
  n0,
2391
2398
  _QSBLS,
@@ -2393,7 +2400,7 @@ var QuerySuggestionsBlockListSummary = [
2393
2400
  [_I, _N, _St, _CAre, _UA, _ICt],
2394
2401
  [0, 0, 0, 4, 4, 1],
2395
2402
  ];
2396
- var QuipConfiguration = [
2403
+ var QuipConfiguration$ = [
2397
2404
  3,
2398
2405
  n0,
2399
2406
  _QC,
@@ -2411,47 +2418,47 @@ var QuipConfiguration = [
2411
2418
  () => DataSourceToIndexFieldMappingList,
2412
2419
  64 | 0,
2413
2420
  64 | 0,
2414
- () => DataSourceVpcConfiguration,
2421
+ () => DataSourceVpcConfiguration$,
2415
2422
  ],
2416
2423
  ];
2417
- var Relevance = [3, n0, _R, 0, [_Fr, _Im, _Du, _RO, _VIM], [2, 1, 0, 0, 128 | 1]];
2418
- var RelevanceFeedback = [3, n0, _RFe, 0, [_RI, _RV], [0, 0]];
2419
- var ResourceAlreadyExistException = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2420
- schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistException, ResourceAlreadyExistException$1);
2421
- var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2422
- schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
2423
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2424
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
2425
- var ResourceUnavailableException = [-3, n0, _RUE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2426
- schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException, ResourceUnavailableException$1);
2427
- var RetrieveRequest = [
2424
+ var Relevance$ = [3, n0, _R, 0, [_Fr, _Im, _Du, _RO, _VIM], [2, 1, 0, 0, 128 | 1]];
2425
+ var RelevanceFeedback$ = [3, n0, _RFe, 0, [_RI, _RV], [0, 0]];
2426
+ var ResourceAlreadyExistException$ = [-3, n0, _RAEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2427
+ schema.TypeRegistry.for(n0).registerError(ResourceAlreadyExistException$, ResourceAlreadyExistException);
2428
+ var ResourceInUseException$ = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2429
+ schema.TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
2430
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2431
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2432
+ var ResourceUnavailableException$ = [-3, n0, _RUE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
2433
+ schema.TypeRegistry.for(n0).registerError(ResourceUnavailableException$, ResourceUnavailableException);
2434
+ var RetrieveRequest$ = [
2428
2435
  3,
2429
2436
  n0,
2430
2437
  _RR,
2431
2438
  0,
2432
2439
  [_II, _QT, _AF, _RDA, _DROC, _PN, _PSa, _UC],
2433
- [0, 0, () => AttributeFilter, 64 | 0, () => DocumentRelevanceOverrideConfigurationList, 1, 1, () => UserContext],
2440
+ [0, 0, () => AttributeFilter$, 64 | 0, () => DocumentRelevanceOverrideConfigurationList, 1, 1, () => UserContext$],
2434
2441
  ];
2435
- var RetrieveResult = [3, n0, _RRe, 0, [_QI, _RIe], [0, () => RetrieveResultItemList]];
2436
- var RetrieveResultItem = [
2442
+ var RetrieveResult$ = [3, n0, _RRe, 0, [_QI, _RIe], [0, () => RetrieveResultItemList]];
2443
+ var RetrieveResultItem$ = [
2437
2444
  3,
2438
2445
  n0,
2439
2446
  _RRI,
2440
2447
  0,
2441
2448
  [_I, _DI, _DT, _Cont, _DURI, _DAoc, _SAc],
2442
- [0, 0, 0, 0, 0, () => DocumentAttributeList, () => ScoreAttributes],
2449
+ [0, 0, 0, 0, 0, () => DocumentAttributeList, () => ScoreAttributes$],
2443
2450
  ];
2444
- var S3DataSourceConfiguration = [
2451
+ var S3DataSourceConfiguration$ = [
2445
2452
  3,
2446
2453
  n0,
2447
2454
  _SDSC,
2448
2455
  0,
2449
2456
  [_BN, _IPn, _IP, _EP, _DMCoc, _ACLC],
2450
- [0, 64 | 0, 64 | 0, 64 | 0, () => DocumentsMetadataConfiguration, () => AccessControlListConfiguration],
2457
+ [0, 64 | 0, 64 | 0, 64 | 0, () => DocumentsMetadataConfiguration$, () => AccessControlListConfiguration$],
2451
2458
  ];
2452
- var S3Path = [3, n0, _SP, 0, [_Bu, _K], [0, 0]];
2453
- var SaaSConfiguration = [3, n0, _SSC, 0, [_ON, _HU], [0, 0]];
2454
- var SalesforceChatterFeedConfiguration = [
2459
+ var S3Path$ = [3, n0, _SP, 0, [_Bu, _K], [0, 0]];
2460
+ var SaaSConfiguration$ = [3, n0, _SSC, 0, [_ON, _HU], [0, 0]];
2461
+ var SalesforceChatterFeedConfiguration$ = [
2455
2462
  3,
2456
2463
  n0,
2457
2464
  _SCFC,
@@ -2459,7 +2466,7 @@ var SalesforceChatterFeedConfiguration = [
2459
2466
  [_DDFN, _DTFN, _FM, _IFT],
2460
2467
  [0, 0, () => DataSourceToIndexFieldMappingList, 64 | 0],
2461
2468
  ];
2462
- var SalesforceConfiguration = [
2469
+ var SalesforceConfiguration$ = [
2463
2470
  3,
2464
2471
  n0,
2465
2472
  _SCa,
@@ -2469,15 +2476,15 @@ var SalesforceConfiguration = [
2469
2476
  0,
2470
2477
  0,
2471
2478
  () => SalesforceStandardObjectConfigurationList,
2472
- () => SalesforceKnowledgeArticleConfiguration,
2473
- () => SalesforceChatterFeedConfiguration,
2479
+ () => SalesforceKnowledgeArticleConfiguration$,
2480
+ () => SalesforceChatterFeedConfiguration$,
2474
2481
  2,
2475
- () => SalesforceStandardObjectAttachmentConfiguration,
2482
+ () => SalesforceStandardObjectAttachmentConfiguration$,
2476
2483
  64 | 0,
2477
2484
  64 | 0,
2478
2485
  ],
2479
2486
  ];
2480
- var SalesforceCustomKnowledgeArticleTypeConfiguration = [
2487
+ var SalesforceCustomKnowledgeArticleTypeConfiguration$ = [
2481
2488
  3,
2482
2489
  n0,
2483
2490
  _SCKATC,
@@ -2485,7 +2492,7 @@ var SalesforceCustomKnowledgeArticleTypeConfiguration = [
2485
2492
  [_N, _DDFN, _DTFN, _FM],
2486
2493
  [0, 0, 0, () => DataSourceToIndexFieldMappingList],
2487
2494
  ];
2488
- var SalesforceKnowledgeArticleConfiguration = [
2495
+ var SalesforceKnowledgeArticleConfiguration$ = [
2489
2496
  3,
2490
2497
  n0,
2491
2498
  _SKAC,
@@ -2493,11 +2500,11 @@ var SalesforceKnowledgeArticleConfiguration = [
2493
2500
  [_ISnc, _SKATC, _CKATC],
2494
2501
  [
2495
2502
  64 | 0,
2496
- () => SalesforceStandardKnowledgeArticleTypeConfiguration,
2503
+ () => SalesforceStandardKnowledgeArticleTypeConfiguration$,
2497
2504
  () => SalesforceCustomKnowledgeArticleTypeConfigurationList,
2498
2505
  ],
2499
2506
  ];
2500
- var SalesforceStandardKnowledgeArticleTypeConfiguration = [
2507
+ var SalesforceStandardKnowledgeArticleTypeConfiguration$ = [
2501
2508
  3,
2502
2509
  n0,
2503
2510
  _SSKATC,
@@ -2505,7 +2512,7 @@ var SalesforceStandardKnowledgeArticleTypeConfiguration = [
2505
2512
  [_DDFN, _DTFN, _FM],
2506
2513
  [0, 0, () => DataSourceToIndexFieldMappingList],
2507
2514
  ];
2508
- var SalesforceStandardObjectAttachmentConfiguration = [
2515
+ var SalesforceStandardObjectAttachmentConfiguration$ = [
2509
2516
  3,
2510
2517
  n0,
2511
2518
  _SSOAC,
@@ -2513,7 +2520,7 @@ var SalesforceStandardObjectAttachmentConfiguration = [
2513
2520
  [_DTFN, _FM],
2514
2521
  [0, () => DataSourceToIndexFieldMappingList],
2515
2522
  ];
2516
- var SalesforceStandardObjectConfiguration = [
2523
+ var SalesforceStandardObjectConfiguration$ = [
2517
2524
  3,
2518
2525
  n0,
2519
2526
  _SSOC,
@@ -2521,19 +2528,19 @@ var SalesforceStandardObjectConfiguration = [
2521
2528
  [_N, _DDFN, _DTFN, _FM],
2522
2529
  [0, 0, 0, () => DataSourceToIndexFieldMappingList],
2523
2530
  ];
2524
- var ScoreAttributes = [3, n0, _SAc, 0, [_SCc], [0]];
2525
- var Search = [3, n0, _Se, 0, [_Fac, _Sea, _Di, _So], [2, 2, 2, 2]];
2526
- var SeedUrlConfiguration = [3, n0, _SUC, 0, [_SUee, _WCM], [64 | 0, 0]];
2527
- var ServerSideEncryptionConfiguration = [3, n0, _SSEC, 0, [_KKI], [[() => KmsKeyId, 0]]];
2528
- var ServiceNowConfiguration = [
2531
+ var ScoreAttributes$ = [3, n0, _SAc, 0, [_SCc], [0]];
2532
+ var Search$ = [3, n0, _Se, 0, [_Fac, _Sea, _Di, _So], [2, 2, 2, 2]];
2533
+ var SeedUrlConfiguration$ = [3, n0, _SUC, 0, [_SUee, _WCM], [64 | 0, 0]];
2534
+ var ServerSideEncryptionConfiguration$ = [3, n0, _SSEC, 0, [_KKI], [[() => KmsKeyId, 0]]];
2535
+ var ServiceNowConfiguration$ = [
2529
2536
  3,
2530
2537
  n0,
2531
2538
  _SNC,
2532
2539
  0,
2533
2540
  [_HU, _SA, _SNBV, _KAC, _SCCe, _AT],
2534
- [0, 0, 0, () => ServiceNowKnowledgeArticleConfiguration, () => ServiceNowServiceCatalogConfiguration, 0],
2541
+ [0, 0, 0, () => ServiceNowKnowledgeArticleConfiguration$, () => ServiceNowServiceCatalogConfiguration$, 0],
2535
2542
  ];
2536
- var ServiceNowKnowledgeArticleConfiguration = [
2543
+ var ServiceNowKnowledgeArticleConfiguration$ = [
2537
2544
  3,
2538
2545
  n0,
2539
2546
  _SNKAC,
@@ -2541,7 +2548,7 @@ var ServiceNowKnowledgeArticleConfiguration = [
2541
2548
  [_CAr, _IAFP, _EAFP, _DDFN, _DTFN, _FM, _FQ],
2542
2549
  [2, 64 | 0, 64 | 0, 0, 0, () => DataSourceToIndexFieldMappingList, 0],
2543
2550
  ];
2544
- var ServiceNowServiceCatalogConfiguration = [
2551
+ var ServiceNowServiceCatalogConfiguration$ = [
2545
2552
  3,
2546
2553
  n0,
2547
2554
  _SNSCC,
@@ -2549,9 +2556,9 @@ var ServiceNowServiceCatalogConfiguration = [
2549
2556
  [_CAr, _IAFP, _EAFP, _DDFN, _DTFN, _FM],
2550
2557
  [2, 64 | 0, 64 | 0, 0, 0, () => DataSourceToIndexFieldMappingList],
2551
2558
  ];
2552
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
2553
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
2554
- var SharePointConfiguration = [
2559
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
2560
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2561
+ var SharePointConfiguration$ = [
2555
2562
  3,
2556
2563
  n0,
2557
2564
  _SPC,
@@ -2565,17 +2572,17 @@ var SharePointConfiguration = [
2565
2572
  2,
2566
2573
  64 | 0,
2567
2574
  64 | 0,
2568
- () => DataSourceVpcConfiguration,
2575
+ () => DataSourceVpcConfiguration$,
2569
2576
  () => DataSourceToIndexFieldMappingList,
2570
2577
  0,
2571
2578
  2,
2572
- () => S3Path,
2579
+ () => S3Path$,
2573
2580
  0,
2574
- () => ProxyConfiguration,
2581
+ () => ProxyConfiguration$,
2575
2582
  ],
2576
2583
  ];
2577
- var SiteMapsConfiguration = [3, n0, _SMC, 0, [_SM], [64 | 0]];
2578
- var SlackConfiguration = [
2584
+ var SiteMapsConfiguration$ = [3, n0, _SMC, 0, [_SM], [64 | 0]];
2585
+ var SlackConfiguration$ = [
2579
2586
  3,
2580
2587
  n0,
2581
2588
  _SCl,
@@ -2584,7 +2591,7 @@ var SlackConfiguration = [
2584
2591
  [
2585
2592
  0,
2586
2593
  0,
2587
- () => DataSourceVpcConfiguration,
2594
+ () => DataSourceVpcConfiguration$,
2588
2595
  64 | 0,
2589
2596
  2,
2590
2597
  2,
@@ -2598,8 +2605,8 @@ var SlackConfiguration = [
2598
2605
  () => DataSourceToIndexFieldMappingList,
2599
2606
  ],
2600
2607
  ];
2601
- var SortingConfiguration = [3, n0, _SCor, 0, [_DAK, _SO], [0, 0]];
2602
- var SourceDocument = [
2608
+ var SortingConfiguration$ = [3, n0, _SCor, 0, [_DAK, _SO], [0, 0]];
2609
+ var SourceDocument$ = [
2603
2610
  3,
2604
2611
  n0,
2605
2612
  _SDo,
@@ -2607,14 +2614,14 @@ var SourceDocument = [
2607
2614
  [_DI, _SAu, _AA],
2608
2615
  [0, 64 | 0, () => DocumentAttributeList],
2609
2616
  ];
2610
- var SpellCorrectedQuery = [3, n0, _SCQp, 0, [_SQT, _Cor], [0, () => CorrectionList]];
2611
- var SpellCorrectionConfiguration = [3, n0, _SCC, 0, [_IQSCS], [2]];
2612
- var SqlConfiguration = [3, n0, _SCq, 0, [_QIEO], [0]];
2613
- var StartDataSourceSyncJobRequest = [3, n0, _SDSSJR, 0, [_I, _II], [0, 0]];
2614
- var StartDataSourceSyncJobResponse = [3, n0, _SDSSJRt, 0, [_EIx], [0]];
2615
- var Status = [3, n0, _St, 0, [_DI, _DSo, _FCa, _FRai], [0, 0, 0, 0]];
2616
- var StopDataSourceSyncJobRequest = [3, n0, _SDSSJRto, 0, [_I, _II], [0, 0]];
2617
- var SubmitFeedbackRequest = [
2617
+ var SpellCorrectedQuery$ = [3, n0, _SCQp, 0, [_SQT, _Cor], [0, () => CorrectionList]];
2618
+ var SpellCorrectionConfiguration$ = [3, n0, _SCC, 0, [_IQSCS], [2]];
2619
+ var SqlConfiguration$ = [3, n0, _SCq, 0, [_QIEO], [0]];
2620
+ var StartDataSourceSyncJobRequest$ = [3, n0, _SDSSJR, 0, [_I, _II], [0, 0]];
2621
+ var StartDataSourceSyncJobResponse$ = [3, n0, _SDSSJRt, 0, [_EIx], [0]];
2622
+ var Status$ = [3, n0, _St, 0, [_DI, _DSo, _FCa, _FRai], [0, 0, 0, 0]];
2623
+ var StopDataSourceSyncJobRequest$ = [3, n0, _SDSSJRto, 0, [_I, _II], [0, 0]];
2624
+ var SubmitFeedbackRequest$ = [
2618
2625
  3,
2619
2626
  n0,
2620
2627
  _SFR,
@@ -2622,17 +2629,17 @@ var SubmitFeedbackRequest = [
2622
2629
  [_II, _QI, _CFI, _RFI],
2623
2630
  [0, 0, () => ClickFeedbackList, () => RelevanceFeedbackList],
2624
2631
  ];
2625
- var SuggestableConfig = [3, n0, _SCu, 0, [_AN, _Sug], [0, 2]];
2626
- var Suggestion = [
2632
+ var SuggestableConfig$ = [3, n0, _SCu, 0, [_AN, _Sug], [0, 2]];
2633
+ var Suggestion$ = [
2627
2634
  3,
2628
2635
  n0,
2629
2636
  _Sugg,
2630
2637
  0,
2631
2638
  [_I, _V, _SDou],
2632
- [0, () => SuggestionValue, () => SourceDocuments],
2639
+ [0, () => SuggestionValue$, () => SourceDocuments],
2633
2640
  ];
2634
- var SuggestionHighlight = [3, n0, _SH, 0, [_BO, _EO], [1, 1]];
2635
- var SuggestionTextWithHighlights = [
2641
+ var SuggestionHighlight$ = [3, n0, _SH, 0, [_BO, _EO], [1, 1]];
2642
+ var SuggestionTextWithHighlights$ = [
2636
2643
  3,
2637
2644
  n0,
2638
2645
  _STWH,
@@ -2640,23 +2647,23 @@ var SuggestionTextWithHighlights = [
2640
2647
  [_Te, _Hig],
2641
2648
  [0, () => SuggestionHighlightList],
2642
2649
  ];
2643
- var SuggestionValue = [3, n0, _SVu, 0, [_Te], [() => SuggestionTextWithHighlights]];
2644
- var TableCell = [3, n0, _TCa, 0, [_V, _TA, _High, _He], [0, 2, 2, 2]];
2645
- var TableExcerpt = [3, n0, _TE, 0, [_Ro, _TNORo], [() => TableRowList, 1]];
2646
- var TableRow = [3, n0, _TR, 0, [_Ce], [() => TableCellList]];
2647
- var Tag = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2648
- var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
2649
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2650
- var TemplateConfiguration = [3, n0, _TC, 0, [_Tem], [15]];
2651
- var TextDocumentStatistics = [3, n0, _TDS, 0, [_ITDC, _ITB], [1, 1]];
2652
- var TextWithHighlights = [3, n0, _TWH, 0, [_Te, _Hig], [0, () => HighlightList]];
2653
- var ThesaurusSummary = [3, n0, _TS, 0, [_I, _N, _St, _CAre, _UA], [0, 0, 0, 4, 4]];
2654
- var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
2655
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
2656
- var TimeRange = [3, n0, _TRi, 0, [_ST, _ETn], [4, 4]];
2657
- var UntagResourceRequest = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
2658
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2659
- var UpdateAccessControlConfigurationRequest = [
2650
+ var SuggestionValue$ = [3, n0, _SVu, 0, [_Te], [() => SuggestionTextWithHighlights$]];
2651
+ var TableCell$ = [3, n0, _TCa, 0, [_V, _TA, _High, _He], [0, 2, 2, 2]];
2652
+ var TableExcerpt$ = [3, n0, _TE, 0, [_Ro, _TNORo], [() => TableRowList, 1]];
2653
+ var TableRow$ = [3, n0, _TR, 0, [_Ce], [() => TableCellList]];
2654
+ var Tag$ = [3, n0, _Tag, 0, [_K, _V], [0, 0]];
2655
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_RARN, _Ta], [0, () => TagList]];
2656
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2657
+ var TemplateConfiguration$ = [3, n0, _TC, 0, [_Tem], [15]];
2658
+ var TextDocumentStatistics$ = [3, n0, _TDS, 0, [_ITDC, _ITB], [1, 1]];
2659
+ var TextWithHighlights$ = [3, n0, _TWH, 0, [_Te, _Hig], [0, () => HighlightList]];
2660
+ var ThesaurusSummary$ = [3, n0, _TS, 0, [_I, _N, _St, _CAre, _UA], [0, 0, 0, 4, 4]];
2661
+ var ThrottlingException$ = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M], [0]];
2662
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2663
+ var TimeRange$ = [3, n0, _TRi, 0, [_ST, _ETn], [4, 4]];
2664
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_RARN, _TK], [0, 64 | 0]];
2665
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2666
+ var UpdateAccessControlConfigurationRequest$ = [
2660
2667
  3,
2661
2668
  n0,
2662
2669
  _UACCR,
@@ -2664,8 +2671,8 @@ var UpdateAccessControlConfigurationRequest = [
2664
2671
  [_II, _I, _N, _De, _ACL, _HACL],
2665
2672
  [0, 0, 0, 0, () => PrincipalList, () => HierarchicalPrincipalList],
2666
2673
  ];
2667
- var UpdateAccessControlConfigurationResponse = [3, n0, _UACCRp, 0, [], []];
2668
- var UpdateDataSourceRequest = [
2674
+ var UpdateAccessControlConfigurationResponse$ = [3, n0, _UACCRp, 0, [], []];
2675
+ var UpdateDataSourceRequest$ = [
2669
2676
  3,
2670
2677
  n0,
2671
2678
  _UDSR,
@@ -2675,24 +2682,24 @@ var UpdateDataSourceRequest = [
2675
2682
  0,
2676
2683
  0,
2677
2684
  0,
2678
- () => DataSourceConfiguration,
2679
- () => DataSourceVpcConfiguration,
2685
+ () => DataSourceConfiguration$,
2686
+ () => DataSourceVpcConfiguration$,
2680
2687
  0,
2681
2688
  0,
2682
2689
  0,
2683
2690
  0,
2684
- () => CustomDocumentEnrichmentConfiguration,
2691
+ () => CustomDocumentEnrichmentConfiguration$,
2685
2692
  ],
2686
2693
  ];
2687
- var UpdateExperienceRequest = [
2694
+ var UpdateExperienceRequest$ = [
2688
2695
  3,
2689
2696
  n0,
2690
2697
  _UER,
2691
2698
  0,
2692
2699
  [_I, _N, _II, _RA, _Con, _De],
2693
- [0, 0, 0, 0, () => ExperienceConfiguration, 0],
2700
+ [0, 0, 0, 0, () => ExperienceConfiguration$, 0],
2694
2701
  ];
2695
- var UpdateFeaturedResultsSetRequest = [
2702
+ var UpdateFeaturedResultsSetRequest$ = [
2696
2703
  3,
2697
2704
  n0,
2698
2705
  _UFRSR,
@@ -2700,15 +2707,15 @@ var UpdateFeaturedResultsSetRequest = [
2700
2707
  [_II, _FRSIe, _FRSN, _De, _St, _QTu, _FDe],
2701
2708
  [0, 0, 0, 0, 0, 64 | 0, () => FeaturedDocumentList],
2702
2709
  ];
2703
- var UpdateFeaturedResultsSetResponse = [
2710
+ var UpdateFeaturedResultsSetResponse$ = [
2704
2711
  3,
2705
2712
  n0,
2706
2713
  _UFRSRp,
2707
2714
  0,
2708
2715
  [_FRS],
2709
- [() => FeaturedResultsSet],
2716
+ [() => FeaturedResultsSet$],
2710
2717
  ];
2711
- var UpdateIndexRequest = [
2718
+ var UpdateIndexRequest$ = [
2712
2719
  3,
2713
2720
  n0,
2714
2721
  _UIR,
@@ -2720,45 +2727,45 @@ var UpdateIndexRequest = [
2720
2727
  0,
2721
2728
  0,
2722
2729
  () => DocumentMetadataConfigurationList,
2723
- () => CapacityUnitsConfiguration,
2730
+ () => CapacityUnitsConfiguration$,
2724
2731
  () => UserTokenConfigurationList,
2725
2732
  0,
2726
- () => UserGroupResolutionConfiguration,
2733
+ () => UserGroupResolutionConfiguration$,
2727
2734
  ],
2728
2735
  ];
2729
- var UpdateQuerySuggestionsBlockListRequest = [
2736
+ var UpdateQuerySuggestionsBlockListRequest$ = [
2730
2737
  3,
2731
2738
  n0,
2732
2739
  _UQSBLR,
2733
2740
  0,
2734
2741
  [_II, _I, _N, _De, _SSP, _RA],
2735
- [0, 0, 0, 0, () => S3Path, 0],
2742
+ [0, 0, 0, 0, () => S3Path$, 0],
2736
2743
  ];
2737
- var UpdateQuerySuggestionsConfigRequest = [
2744
+ var UpdateQuerySuggestionsConfigRequest$ = [
2738
2745
  3,
2739
2746
  n0,
2740
2747
  _UQSCR,
2741
2748
  0,
2742
2749
  [_II, _Mo, _QLLBWID, _IQWUI, _MNOQU, _MQC, _ASC],
2743
- [0, 0, 1, 2, 1, 1, () => AttributeSuggestionsUpdateConfig],
2750
+ [0, 0, 1, 2, 1, 1, () => AttributeSuggestionsUpdateConfig$],
2744
2751
  ];
2745
- var UpdateThesaurusRequest = [
2752
+ var UpdateThesaurusRequest$ = [
2746
2753
  3,
2747
2754
  n0,
2748
2755
  _UTR,
2749
2756
  0,
2750
2757
  [_I, _N, _II, _De, _RA, _SSP],
2751
- [0, 0, 0, 0, 0, () => S3Path],
2758
+ [0, 0, 0, 0, 0, () => S3Path$],
2752
2759
  ];
2753
- var Urls = [
2760
+ var Urls$ = [
2754
2761
  3,
2755
2762
  n0,
2756
2763
  _U,
2757
2764
  0,
2758
2765
  [_SUC, _SMC],
2759
- [() => SeedUrlConfiguration, () => SiteMapsConfiguration],
2766
+ [() => SeedUrlConfiguration$, () => SiteMapsConfiguration$],
2760
2767
  ];
2761
- var UserContext = [
2768
+ var UserContext$ = [
2762
2769
  3,
2763
2770
  n0,
2764
2771
  _UC,
@@ -2766,28 +2773,28 @@ var UserContext = [
2766
2773
  [_To, _UI, _G, _DSGa],
2767
2774
  [0, 0, 64 | 0, () => DataSourceGroups],
2768
2775
  ];
2769
- var UserGroupResolutionConfiguration = [3, n0, _UGRC, 0, [_UGRM], [0]];
2770
- var UserIdentityConfiguration = [3, n0, _UIC, 0, [_IAN], [0]];
2771
- var UserTokenConfiguration = [
2776
+ var UserGroupResolutionConfiguration$ = [3, n0, _UGRC, 0, [_UGRM], [0]];
2777
+ var UserIdentityConfiguration$ = [3, n0, _UIC, 0, [_IAN], [0]];
2778
+ var UserTokenConfiguration$ = [
2772
2779
  3,
2773
2780
  n0,
2774
2781
  _UTCs,
2775
2782
  0,
2776
2783
  [_JTTCw, _JTTC],
2777
- [() => JwtTokenTypeConfiguration, () => JsonTokenTypeConfiguration],
2784
+ [() => JwtTokenTypeConfiguration$, () => JsonTokenTypeConfiguration$],
2778
2785
  ];
2779
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2780
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
2781
- var Warning = [3, n0, _Wa, 0, [_M, _Cod], [0, 0]];
2782
- var WebCrawlerConfiguration = [
2786
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
2787
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2788
+ var Warning$ = [3, n0, _Wa, 0, [_M, _Cod], [0, 0]];
2789
+ var WebCrawlerConfiguration$ = [
2783
2790
  3,
2784
2791
  n0,
2785
2792
  _WCC,
2786
2793
  0,
2787
2794
  [_U, _CD, _MLPP, _MCSPPIMB, _MUPMCR, _UIP, _UEP, _PCr, _ACu],
2788
- [() => Urls, 1, 1, 1, 1, 64 | 0, 64 | 0, () => ProxyConfiguration, () => AuthenticationConfiguration],
2795
+ [() => Urls$, 1, 1, 1, 1, 64 | 0, 64 | 0, () => ProxyConfiguration$, () => AuthenticationConfiguration$],
2789
2796
  ];
2790
- var WorkDocsConfiguration = [
2797
+ var WorkDocsConfiguration$ = [
2791
2798
  3,
2792
2799
  n0,
2793
2800
  _WDC,
@@ -2796,590 +2803,575 @@ var WorkDocsConfiguration = [
2796
2803
  [0, 2, 2, 64 | 0, 64 | 0, () => DataSourceToIndexFieldMappingList],
2797
2804
  ];
2798
2805
  var __Unit = "unit";
2799
- var KendraServiceException = [-3, _sm, "KendraServiceException", 0, [], []];
2800
- schema.TypeRegistry.for(_sm).registerError(KendraServiceException, KendraServiceException$1);
2806
+ var KendraServiceException$ = [-3, _sm, "KendraServiceException", 0, [], []];
2807
+ schema.TypeRegistry.for(_sm).registerError(KendraServiceException$, KendraServiceException);
2801
2808
  var AccessControlConfigurationSummaryList = [
2802
2809
  1,
2803
2810
  n0,
2804
2811
  _ACCSL,
2805
2812
  0,
2806
- () => AccessControlConfigurationSummary,
2807
- ];
2808
- var AdditionalResultAttributeList = [1, n0, _ARAL, 0, () => AdditionalResultAttribute];
2809
- var AssociateEntitiesToExperienceFailedEntityList = [1, n0, _AETEFEL, 0, () => FailedEntity];
2810
- var AssociateEntityList = [1, n0, _AEL, 0, () => EntityConfiguration];
2811
- var AttributeFilterList = [1, n0, _AFL, 0, () => AttributeFilter];
2812
- var BasicAuthenticationConfigurationList = [
2813
- 1,
2814
- n0,
2815
- _BACL,
2816
- 0,
2817
- () => BasicAuthenticationConfiguration,
2813
+ () => AccessControlConfigurationSummary$,
2818
2814
  ];
2815
+ var AdditionalResultAttributeList = [1, n0, _ARAL, 0, () => AdditionalResultAttribute$];
2816
+ var AssociateEntitiesToExperienceFailedEntityList = [1, n0, _AETEFEL, 0, () => FailedEntity$];
2817
+ var AssociateEntityList = [1, n0, _AEL, 0, () => EntityConfiguration$];
2818
+ var AttributeFilterList = [1, n0, _AFL, 0, () => AttributeFilter$];
2819
+ var BasicAuthenticationConfigurationList = [1, n0, _BACL, 0, () => BasicAuthenticationConfiguration$];
2819
2820
  var BatchDeleteDocumentResponseFailedDocuments = [
2820
2821
  1,
2821
2822
  n0,
2822
2823
  _BDDRFDa,
2823
2824
  0,
2824
- () => BatchDeleteDocumentResponseFailedDocument,
2825
+ () => BatchDeleteDocumentResponseFailedDocument$,
2825
2826
  ];
2826
2827
  var BatchDeleteFeaturedResultsSetErrors = [
2827
2828
  1,
2828
2829
  n0,
2829
2830
  _BDFRSEa,
2830
2831
  0,
2831
- () => BatchDeleteFeaturedResultsSetError,
2832
+ () => BatchDeleteFeaturedResultsSetError$,
2832
2833
  ];
2833
2834
  var BatchGetDocumentStatusResponseErrors = [
2834
2835
  1,
2835
2836
  n0,
2836
2837
  _BGDSREa,
2837
2838
  0,
2838
- () => BatchGetDocumentStatusResponseError,
2839
+ () => BatchGetDocumentStatusResponseError$,
2839
2840
  ];
2840
2841
  var BatchPutDocumentResponseFailedDocuments = [
2841
2842
  1,
2842
2843
  n0,
2843
2844
  _BPDRFDa,
2844
2845
  0,
2845
- () => BatchPutDocumentResponseFailedDocument,
2846
+ () => BatchPutDocumentResponseFailedDocument$,
2846
2847
  ];
2847
- var ClickFeedbackList = [1, n0, _CFL, 0, () => ClickFeedback];
2848
- var ConflictingItems = [1, n0, _CIo, 0, () => ConflictingItem];
2848
+ var ClickFeedbackList = [1, n0, _CFL, 0, () => ClickFeedback$];
2849
+ var ConflictingItems = [1, n0, _CIo, 0, () => ConflictingItem$];
2849
2850
  var ConfluenceAttachmentFieldMappingsList = [
2850
2851
  1,
2851
2852
  n0,
2852
2853
  _CAFML,
2853
2854
  0,
2854
- () => ConfluenceAttachmentToIndexFieldMapping,
2855
- ];
2856
- var ConfluenceBlogFieldMappingsList = [
2857
- 1,
2858
- n0,
2859
- _CBFML,
2860
- 0,
2861
- () => ConfluenceBlogToIndexFieldMapping,
2862
- ];
2863
- var ConfluencePageFieldMappingsList = [
2864
- 1,
2865
- n0,
2866
- _CPFML,
2867
- 0,
2868
- () => ConfluencePageToIndexFieldMapping,
2869
- ];
2870
- var ConfluenceSpaceFieldMappingsList = [
2871
- 1,
2872
- n0,
2873
- _CSFML,
2874
- 0,
2875
- () => ConfluenceSpaceToIndexFieldMapping,
2876
- ];
2877
- var CorrectionList = [1, n0, _CL, 0, () => Correction];
2878
- var DataSourceGroups = [1, n0, _DSGa, 0, () => DataSourceGroup];
2879
- var DataSourceSummaryList = [1, n0, _DSSL, 0, () => DataSourceSummary];
2880
- var DataSourceSyncJobHistoryList = [1, n0, _DSSJHL, 0, () => DataSourceSyncJob];
2881
- var DataSourceToIndexFieldMappingList = [
2882
- 1,
2883
- n0,
2884
- _DSTIFML,
2885
- 0,
2886
- () => DataSourceToIndexFieldMapping,
2887
- ];
2888
- var DisassociateEntityList = [1, n0, _DEL, 0, () => EntityConfiguration];
2889
- var DocumentAttributeList = [1, n0, _DAL, 0, () => DocumentAttribute];
2890
- var DocumentAttributeValueCountPairList = [
2891
- 1,
2892
- n0,
2893
- _DAVCPL,
2894
- 0,
2895
- () => DocumentAttributeValueCountPair,
2896
- ];
2897
- var DocumentInfoList = [1, n0, _DILo, 0, () => DocumentInfo];
2898
- var DocumentList = [1, n0, _DL, 0, () => Document];
2899
- var DocumentMetadataConfigurationList = [1, n0, _DMCL, 0, () => DocumentMetadataConfiguration];
2855
+ () => ConfluenceAttachmentToIndexFieldMapping$,
2856
+ ];
2857
+ var ConfluenceBlogFieldMappingsList = [1, n0, _CBFML, 0, () => ConfluenceBlogToIndexFieldMapping$];
2858
+ var ConfluencePageFieldMappingsList = [1, n0, _CPFML, 0, () => ConfluencePageToIndexFieldMapping$];
2859
+ var ConfluenceSpaceFieldMappingsList = [1, n0, _CSFML, 0, () => ConfluenceSpaceToIndexFieldMapping$];
2860
+ var CorrectionList = [1, n0, _CL, 0, () => Correction$];
2861
+ var DataSourceGroups = [1, n0, _DSGa, 0, () => DataSourceGroup$];
2862
+ var DataSourceSummaryList = [1, n0, _DSSL, 0, () => DataSourceSummary$];
2863
+ var DataSourceSyncJobHistoryList = [1, n0, _DSSJHL, 0, () => DataSourceSyncJob$];
2864
+ var DataSourceToIndexFieldMappingList = [1, n0, _DSTIFML, 0, () => DataSourceToIndexFieldMapping$];
2865
+ var DisassociateEntityList = [1, n0, _DEL, 0, () => EntityConfiguration$];
2866
+ var DocumentAttributeList = [1, n0, _DAL, 0, () => DocumentAttribute$];
2867
+ var DocumentAttributeValueCountPairList = [1, n0, _DAVCPL, 0, () => DocumentAttributeValueCountPair$];
2868
+ var DocumentInfoList = [1, n0, _DILo, 0, () => DocumentInfo$];
2869
+ var DocumentList = [1, n0, _DL, 0, () => Document$];
2870
+ var DocumentMetadataConfigurationList = [1, n0, _DMCL, 0, () => DocumentMetadataConfiguration$];
2900
2871
  var DocumentRelevanceOverrideConfigurationList = [
2901
2872
  1,
2902
2873
  n0,
2903
2874
  _DROCL,
2904
2875
  0,
2905
- () => DocumentRelevanceConfiguration,
2906
- ];
2907
- var DocumentStatusList = [1, n0, _DSL, 0, () => Status];
2908
- var EntityPersonaConfigurationList = [1, n0, _EPCL, 0, () => EntityPersonaConfiguration];
2909
- var ExpandedResultList = [1, n0, _ERL, 0, () => ExpandedResultItem];
2910
- var ExperienceEndpoints = [1, n0, _EEx, 0, () => ExperienceEndpoint];
2911
- var ExperienceEntitiesSummaryList = [1, n0, _EESL, 0, [() => ExperienceEntitiesSummary, 0]];
2912
- var ExperiencesSummaryList = [1, n0, _ESL, 0, () => ExperiencesSummary];
2913
- var FacetList = [1, n0, _FL, 0, () => Facet];
2914
- var FacetResultList = [1, n0, _FRL, 0, () => FacetResult];
2915
- var FailedEntityList = [1, n0, _FEL, 0, () => FailedEntity];
2916
- var FaqSummaryItems = [1, n0, _FSIa, 0, () => FaqSummary];
2917
- var FeaturedDocumentList = [1, n0, _FDL, 0, () => FeaturedDocument];
2918
- var FeaturedDocumentMissingList = [1, n0, _FDML, 0, () => FeaturedDocumentMissing];
2919
- var FeaturedDocumentWithMetadataList = [1, n0, _FDWML, 0, () => FeaturedDocumentWithMetadata];
2920
- var FeaturedResultsItemList = [1, n0, _FRIL, 0, () => FeaturedResultsItem];
2921
- var FeaturedResultsSetSummaryItems = [1, n0, _FRSSI, 0, () => FeaturedResultsSetSummary];
2922
- var GroupOrderingIdSummaries = [1, n0, _GOIS, 0, () => GroupOrderingIdSummary];
2923
- var HierarchicalPrincipalList = [1, n0, _HPL, 0, () => HierarchicalPrincipal];
2924
- var HighlightList = [1, n0, _HL, 0, () => Highlight];
2925
- var IndexConfigurationSummaryList = [1, n0, _ICSL, 0, () => IndexConfigurationSummary];
2876
+ () => DocumentRelevanceConfiguration$,
2877
+ ];
2878
+ var DocumentStatusList = [1, n0, _DSL, 0, () => Status$];
2879
+ var EntityPersonaConfigurationList = [1, n0, _EPCL, 0, () => EntityPersonaConfiguration$];
2880
+ var ExpandedResultList = [1, n0, _ERL, 0, () => ExpandedResultItem$];
2881
+ var ExperienceEndpoints = [1, n0, _EEx, 0, () => ExperienceEndpoint$];
2882
+ var ExperienceEntitiesSummaryList = [1, n0, _EESL, 0, [() => ExperienceEntitiesSummary$, 0]];
2883
+ var ExperiencesSummaryList = [1, n0, _ESL, 0, () => ExperiencesSummary$];
2884
+ var FacetList = [1, n0, _FL, 0, () => Facet$];
2885
+ var FacetResultList = [1, n0, _FRL, 0, () => FacetResult$];
2886
+ var FailedEntityList = [1, n0, _FEL, 0, () => FailedEntity$];
2887
+ var FaqSummaryItems = [1, n0, _FSIa, 0, () => FaqSummary$];
2888
+ var FeaturedDocumentList = [1, n0, _FDL, 0, () => FeaturedDocument$];
2889
+ var FeaturedDocumentMissingList = [1, n0, _FDML, 0, () => FeaturedDocumentMissing$];
2890
+ var FeaturedDocumentWithMetadataList = [1, n0, _FDWML, 0, () => FeaturedDocumentWithMetadata$];
2891
+ var FeaturedResultsItemList = [1, n0, _FRIL, 0, () => FeaturedResultsItem$];
2892
+ var FeaturedResultsSetSummaryItems = [1, n0, _FRSSI, 0, () => FeaturedResultsSetSummary$];
2893
+ var GroupOrderingIdSummaries = [1, n0, _GOIS, 0, () => GroupOrderingIdSummary$];
2894
+ var HierarchicalPrincipalList = [1, n0, _HPL, 0, () => HierarchicalPrincipal$];
2895
+ var HighlightList = [1, n0, _HL, 0, () => Highlight$];
2896
+ var IndexConfigurationSummaryList = [1, n0, _ICSL, 0, () => IndexConfigurationSummary$];
2926
2897
  var InlineCustomDocumentEnrichmentConfigurationList = [
2927
2898
  1,
2928
2899
  n0,
2929
2900
  _ICDECL,
2930
2901
  0,
2931
- () => InlineCustomDocumentEnrichmentConfiguration,
2902
+ () => InlineCustomDocumentEnrichmentConfiguration$,
2932
2903
  ];
2933
- var ListOfGroupSummaries = [1, n0, _LOGS, 0, () => GroupSummary];
2934
- var MemberGroups = [1, n0, _MG, 0, () => MemberGroup];
2935
- var MemberUsers = [1, n0, _MU, 0, () => MemberUser];
2936
- var PersonasSummaryList = [1, n0, _PSL, 0, () => PersonasSummary];
2937
- var PrincipalList = [1, n0, _PL, 0, () => Principal];
2938
- var QueryResultItemList = [1, n0, _QRIL, 0, () => QueryResultItem];
2904
+ var ListOfGroupSummaries = [1, n0, _LOGS, 0, () => GroupSummary$];
2905
+ var MemberGroups = [1, n0, _MG, 0, () => MemberGroup$];
2906
+ var MemberUsers = [1, n0, _MU, 0, () => MemberUser$];
2907
+ var PersonasSummaryList = [1, n0, _PSL, 0, () => PersonasSummary$];
2908
+ var PrincipalList = [1, n0, _PL, 0, () => Principal$];
2909
+ var QueryResultItemList = [1, n0, _QRIL, 0, () => QueryResultItem$];
2939
2910
  var QuerySuggestionsBlockListSummaryItems = [
2940
2911
  1,
2941
2912
  n0,
2942
2913
  _QSBLSI,
2943
2914
  0,
2944
- () => QuerySuggestionsBlockListSummary,
2915
+ () => QuerySuggestionsBlockListSummary$,
2945
2916
  ];
2946
- var RelevanceFeedbackList = [1, n0, _RFL, 0, () => RelevanceFeedback];
2947
- var RetrieveResultItemList = [1, n0, _RRIL, 0, () => RetrieveResultItem];
2917
+ var RelevanceFeedbackList = [1, n0, _RFL, 0, () => RelevanceFeedback$];
2918
+ var RetrieveResultItemList = [1, n0, _RRIL, 0, () => RetrieveResultItem$];
2948
2919
  var SalesforceCustomKnowledgeArticleTypeConfigurationList = [
2949
2920
  1,
2950
2921
  n0,
2951
2922
  _SCKATCL,
2952
2923
  0,
2953
- () => SalesforceCustomKnowledgeArticleTypeConfiguration,
2924
+ () => SalesforceCustomKnowledgeArticleTypeConfiguration$,
2954
2925
  ];
2955
2926
  var SalesforceStandardObjectConfigurationList = [
2956
2927
  1,
2957
2928
  n0,
2958
2929
  _SSOCL,
2959
2930
  0,
2960
- () => SalesforceStandardObjectConfiguration,
2961
- ];
2962
- var SortingConfigurationList = [1, n0, _SCLo, 0, () => SortingConfiguration];
2963
- var SourceDocuments = [1, n0, _SDou, 0, () => SourceDocument];
2964
- var SpellCorrectedQueryList = [1, n0, _SCQL, 0, () => SpellCorrectedQuery];
2965
- var SuggestableConfigList = [1, n0, _SCL, 0, () => SuggestableConfig];
2966
- var SuggestionHighlightList = [1, n0, _SHL, 0, () => SuggestionHighlight];
2967
- var SuggestionList = [1, n0, _SL, 0, () => Suggestion];
2968
- var TableCellList = [1, n0, _TCL, 0, () => TableCell];
2969
- var TableRowList = [1, n0, _TRL, 0, () => TableRow];
2970
- var TagList = [1, n0, _TL, 0, () => Tag];
2971
- var ThesaurusSummaryItems = [1, n0, _TSI, 0, () => ThesaurusSummary];
2972
- var UserTokenConfigurationList = [1, n0, _UTCL, 0, () => UserTokenConfiguration];
2973
- var WarningList = [1, n0, _WL, 0, () => Warning];
2974
- var AssociateEntitiesToExperience = [
2931
+ () => SalesforceStandardObjectConfiguration$,
2932
+ ];
2933
+ var SortingConfigurationList = [1, n0, _SCLo, 0, () => SortingConfiguration$];
2934
+ var SourceDocuments = [1, n0, _SDou, 0, () => SourceDocument$];
2935
+ var SpellCorrectedQueryList = [1, n0, _SCQL, 0, () => SpellCorrectedQuery$];
2936
+ var SuggestableConfigList = [1, n0, _SCL, 0, () => SuggestableConfig$];
2937
+ var SuggestionHighlightList = [1, n0, _SHL, 0, () => SuggestionHighlight$];
2938
+ var SuggestionList = [1, n0, _SL, 0, () => Suggestion$];
2939
+ var TableCellList = [1, n0, _TCL, 0, () => TableCell$];
2940
+ var TableRowList = [1, n0, _TRL, 0, () => TableRow$];
2941
+ var TagList = [1, n0, _TL, 0, () => Tag$];
2942
+ var ThesaurusSummaryItems = [1, n0, _TSI, 0, () => ThesaurusSummary$];
2943
+ var UserTokenConfigurationList = [1, n0, _UTCL, 0, () => UserTokenConfiguration$];
2944
+ var WarningList = [1, n0, _WL, 0, () => Warning$];
2945
+ var AssociateEntitiesToExperience$ = [
2975
2946
  9,
2976
2947
  n0,
2977
2948
  _AETE,
2978
2949
  0,
2979
- () => AssociateEntitiesToExperienceRequest,
2980
- () => AssociateEntitiesToExperienceResponse,
2950
+ () => AssociateEntitiesToExperienceRequest$,
2951
+ () => AssociateEntitiesToExperienceResponse$,
2981
2952
  ];
2982
- var AssociatePersonasToEntities = [
2953
+ var AssociatePersonasToEntities$ = [
2983
2954
  9,
2984
2955
  n0,
2985
2956
  _APTE,
2986
2957
  0,
2987
- () => AssociatePersonasToEntitiesRequest,
2988
- () => AssociatePersonasToEntitiesResponse,
2958
+ () => AssociatePersonasToEntitiesRequest$,
2959
+ () => AssociatePersonasToEntitiesResponse$,
2989
2960
  ];
2990
- var BatchDeleteDocument = [
2961
+ var BatchDeleteDocument$ = [
2991
2962
  9,
2992
2963
  n0,
2993
2964
  _BDD,
2994
2965
  0,
2995
- () => BatchDeleteDocumentRequest,
2996
- () => BatchDeleteDocumentResponse,
2966
+ () => BatchDeleteDocumentRequest$,
2967
+ () => BatchDeleteDocumentResponse$,
2997
2968
  ];
2998
- var BatchDeleteFeaturedResultsSet = [
2969
+ var BatchDeleteFeaturedResultsSet$ = [
2999
2970
  9,
3000
2971
  n0,
3001
2972
  _BDFRS,
3002
2973
  0,
3003
- () => BatchDeleteFeaturedResultsSetRequest,
3004
- () => BatchDeleteFeaturedResultsSetResponse,
2974
+ () => BatchDeleteFeaturedResultsSetRequest$,
2975
+ () => BatchDeleteFeaturedResultsSetResponse$,
3005
2976
  ];
3006
- var BatchGetDocumentStatus = [
2977
+ var BatchGetDocumentStatus$ = [
3007
2978
  9,
3008
2979
  n0,
3009
2980
  _BGDS,
3010
2981
  0,
3011
- () => BatchGetDocumentStatusRequest,
3012
- () => BatchGetDocumentStatusResponse,
2982
+ () => BatchGetDocumentStatusRequest$,
2983
+ () => BatchGetDocumentStatusResponse$,
3013
2984
  ];
3014
- var BatchPutDocument = [
2985
+ var BatchPutDocument$ = [
3015
2986
  9,
3016
2987
  n0,
3017
2988
  _BPD,
3018
2989
  0,
3019
- () => BatchPutDocumentRequest,
3020
- () => BatchPutDocumentResponse,
2990
+ () => BatchPutDocumentRequest$,
2991
+ () => BatchPutDocumentResponse$,
3021
2992
  ];
3022
- var ClearQuerySuggestions = [
2993
+ var ClearQuerySuggestions$ = [
3023
2994
  9,
3024
2995
  n0,
3025
2996
  _CQS,
3026
2997
  0,
3027
- () => ClearQuerySuggestionsRequest,
2998
+ () => ClearQuerySuggestionsRequest$,
3028
2999
  () => __Unit,
3029
3000
  ];
3030
- var CreateAccessControlConfiguration = [
3001
+ var CreateAccessControlConfiguration$ = [
3031
3002
  9,
3032
3003
  n0,
3033
3004
  _CACC,
3034
3005
  0,
3035
- () => CreateAccessControlConfigurationRequest,
3036
- () => CreateAccessControlConfigurationResponse,
3006
+ () => CreateAccessControlConfigurationRequest$,
3007
+ () => CreateAccessControlConfigurationResponse$,
3037
3008
  ];
3038
- var CreateDataSource = [
3009
+ var CreateDataSource$ = [
3039
3010
  9,
3040
3011
  n0,
3041
3012
  _CDS,
3042
3013
  0,
3043
- () => CreateDataSourceRequest,
3044
- () => CreateDataSourceResponse,
3014
+ () => CreateDataSourceRequest$,
3015
+ () => CreateDataSourceResponse$,
3045
3016
  ];
3046
- var CreateExperience = [
3017
+ var CreateExperience$ = [
3047
3018
  9,
3048
3019
  n0,
3049
3020
  _CEr,
3050
3021
  0,
3051
- () => CreateExperienceRequest,
3052
- () => CreateExperienceResponse,
3022
+ () => CreateExperienceRequest$,
3023
+ () => CreateExperienceResponse$,
3053
3024
  ];
3054
- var CreateFaq = [9, n0, _CFr, 0, () => CreateFaqRequest, () => CreateFaqResponse];
3055
- var CreateFeaturedResultsSet = [
3025
+ var CreateFaq$ = [9, n0, _CFr, 0, () => CreateFaqRequest$, () => CreateFaqResponse$];
3026
+ var CreateFeaturedResultsSet$ = [
3056
3027
  9,
3057
3028
  n0,
3058
3029
  _CFRS,
3059
3030
  0,
3060
- () => CreateFeaturedResultsSetRequest,
3061
- () => CreateFeaturedResultsSetResponse,
3031
+ () => CreateFeaturedResultsSetRequest$,
3032
+ () => CreateFeaturedResultsSetResponse$,
3033
+ ];
3034
+ var CreateIndex$ = [
3035
+ 9,
3036
+ n0,
3037
+ _CIre,
3038
+ 0,
3039
+ () => CreateIndexRequest$,
3040
+ () => CreateIndexResponse$,
3062
3041
  ];
3063
- var CreateIndex = [9, n0, _CIre, 0, () => CreateIndexRequest, () => CreateIndexResponse];
3064
- var CreateQuerySuggestionsBlockList = [
3042
+ var CreateQuerySuggestionsBlockList$ = [
3065
3043
  9,
3066
3044
  n0,
3067
3045
  _CQSBL,
3068
3046
  0,
3069
- () => CreateQuerySuggestionsBlockListRequest,
3070
- () => CreateQuerySuggestionsBlockListResponse,
3047
+ () => CreateQuerySuggestionsBlockListRequest$,
3048
+ () => CreateQuerySuggestionsBlockListResponse$,
3071
3049
  ];
3072
- var CreateThesaurus = [
3050
+ var CreateThesaurus$ = [
3073
3051
  9,
3074
3052
  n0,
3075
3053
  _CTre,
3076
3054
  0,
3077
- () => CreateThesaurusRequest,
3078
- () => CreateThesaurusResponse,
3055
+ () => CreateThesaurusRequest$,
3056
+ () => CreateThesaurusResponse$,
3079
3057
  ];
3080
- var DeleteAccessControlConfiguration = [
3058
+ var DeleteAccessControlConfiguration$ = [
3081
3059
  9,
3082
3060
  n0,
3083
3061
  _DACC,
3084
3062
  0,
3085
- () => DeleteAccessControlConfigurationRequest,
3086
- () => DeleteAccessControlConfigurationResponse,
3063
+ () => DeleteAccessControlConfigurationRequest$,
3064
+ () => DeleteAccessControlConfigurationResponse$,
3087
3065
  ];
3088
- var DeleteDataSource = [9, n0, _DDS, 0, () => DeleteDataSourceRequest, () => __Unit];
3089
- var DeleteExperience = [
3066
+ var DeleteDataSource$ = [9, n0, _DDS, 0, () => DeleteDataSourceRequest$, () => __Unit];
3067
+ var DeleteExperience$ = [
3090
3068
  9,
3091
3069
  n0,
3092
3070
  _DEe,
3093
3071
  0,
3094
- () => DeleteExperienceRequest,
3095
- () => DeleteExperienceResponse,
3072
+ () => DeleteExperienceRequest$,
3073
+ () => DeleteExperienceResponse$,
3096
3074
  ];
3097
- var DeleteFaq = [9, n0, _DFe, 0, () => DeleteFaqRequest, () => __Unit];
3098
- var DeleteIndex = [9, n0, _DIe, 0, () => DeleteIndexRequest, () => __Unit];
3099
- var DeletePrincipalMapping = [
3075
+ var DeleteFaq$ = [9, n0, _DFe, 0, () => DeleteFaqRequest$, () => __Unit];
3076
+ var DeleteIndex$ = [9, n0, _DIe, 0, () => DeleteIndexRequest$, () => __Unit];
3077
+ var DeletePrincipalMapping$ = [
3100
3078
  9,
3101
3079
  n0,
3102
3080
  _DPM,
3103
3081
  0,
3104
- () => DeletePrincipalMappingRequest,
3082
+ () => DeletePrincipalMappingRequest$,
3105
3083
  () => __Unit,
3106
3084
  ];
3107
- var DeleteQuerySuggestionsBlockList = [
3085
+ var DeleteQuerySuggestionsBlockList$ = [
3108
3086
  9,
3109
3087
  n0,
3110
3088
  _DQSBL,
3111
3089
  0,
3112
- () => DeleteQuerySuggestionsBlockListRequest,
3090
+ () => DeleteQuerySuggestionsBlockListRequest$,
3113
3091
  () => __Unit,
3114
3092
  ];
3115
- var DeleteThesaurus = [9, n0, _DTe, 0, () => DeleteThesaurusRequest, () => __Unit];
3116
- var DescribeAccessControlConfiguration = [
3093
+ var DeleteThesaurus$ = [9, n0, _DTe, 0, () => DeleteThesaurusRequest$, () => __Unit];
3094
+ var DescribeAccessControlConfiguration$ = [
3117
3095
  9,
3118
3096
  n0,
3119
3097
  _DACCe,
3120
3098
  0,
3121
- () => DescribeAccessControlConfigurationRequest,
3122
- () => DescribeAccessControlConfigurationResponse,
3099
+ () => DescribeAccessControlConfigurationRequest$,
3100
+ () => DescribeAccessControlConfigurationResponse$,
3123
3101
  ];
3124
- var DescribeDataSource = [
3102
+ var DescribeDataSource$ = [
3125
3103
  9,
3126
3104
  n0,
3127
3105
  _DDSe,
3128
3106
  0,
3129
- () => DescribeDataSourceRequest,
3130
- () => DescribeDataSourceResponse,
3107
+ () => DescribeDataSourceRequest$,
3108
+ () => DescribeDataSourceResponse$,
3131
3109
  ];
3132
- var DescribeExperience = [
3110
+ var DescribeExperience$ = [
3133
3111
  9,
3134
3112
  n0,
3135
3113
  _DEes,
3136
3114
  0,
3137
- () => DescribeExperienceRequest,
3138
- () => DescribeExperienceResponse,
3115
+ () => DescribeExperienceRequest$,
3116
+ () => DescribeExperienceResponse$,
3139
3117
  ];
3140
- var DescribeFaq = [9, n0, _DFes, 0, () => DescribeFaqRequest, () => DescribeFaqResponse];
3141
- var DescribeFeaturedResultsSet = [
3118
+ var DescribeFaq$ = [
3119
+ 9,
3120
+ n0,
3121
+ _DFes,
3122
+ 0,
3123
+ () => DescribeFaqRequest$,
3124
+ () => DescribeFaqResponse$,
3125
+ ];
3126
+ var DescribeFeaturedResultsSet$ = [
3142
3127
  9,
3143
3128
  n0,
3144
3129
  _DFRS,
3145
3130
  0,
3146
- () => DescribeFeaturedResultsSetRequest,
3147
- () => DescribeFeaturedResultsSetResponse,
3131
+ () => DescribeFeaturedResultsSetRequest$,
3132
+ () => DescribeFeaturedResultsSetResponse$,
3148
3133
  ];
3149
- var DescribeIndex = [
3134
+ var DescribeIndex$ = [
3150
3135
  9,
3151
3136
  n0,
3152
3137
  _DIes,
3153
3138
  0,
3154
- () => DescribeIndexRequest,
3155
- () => DescribeIndexResponse,
3139
+ () => DescribeIndexRequest$,
3140
+ () => DescribeIndexResponse$,
3156
3141
  ];
3157
- var DescribePrincipalMapping = [
3142
+ var DescribePrincipalMapping$ = [
3158
3143
  9,
3159
3144
  n0,
3160
3145
  _DPMe,
3161
3146
  0,
3162
- () => DescribePrincipalMappingRequest,
3163
- () => DescribePrincipalMappingResponse,
3147
+ () => DescribePrincipalMappingRequest$,
3148
+ () => DescribePrincipalMappingResponse$,
3164
3149
  ];
3165
- var DescribeQuerySuggestionsBlockList = [
3150
+ var DescribeQuerySuggestionsBlockList$ = [
3166
3151
  9,
3167
3152
  n0,
3168
3153
  _DQSBLe,
3169
3154
  0,
3170
- () => DescribeQuerySuggestionsBlockListRequest,
3171
- () => DescribeQuerySuggestionsBlockListResponse,
3155
+ () => DescribeQuerySuggestionsBlockListRequest$,
3156
+ () => DescribeQuerySuggestionsBlockListResponse$,
3172
3157
  ];
3173
- var DescribeQuerySuggestionsConfig = [
3158
+ var DescribeQuerySuggestionsConfig$ = [
3174
3159
  9,
3175
3160
  n0,
3176
3161
  _DQSC,
3177
3162
  0,
3178
- () => DescribeQuerySuggestionsConfigRequest,
3179
- () => DescribeQuerySuggestionsConfigResponse,
3163
+ () => DescribeQuerySuggestionsConfigRequest$,
3164
+ () => DescribeQuerySuggestionsConfigResponse$,
3180
3165
  ];
3181
- var DescribeThesaurus = [
3166
+ var DescribeThesaurus$ = [
3182
3167
  9,
3183
3168
  n0,
3184
3169
  _DTes,
3185
3170
  0,
3186
- () => DescribeThesaurusRequest,
3187
- () => DescribeThesaurusResponse,
3171
+ () => DescribeThesaurusRequest$,
3172
+ () => DescribeThesaurusResponse$,
3188
3173
  ];
3189
- var DisassociateEntitiesFromExperience = [
3174
+ var DisassociateEntitiesFromExperience$ = [
3190
3175
  9,
3191
3176
  n0,
3192
3177
  _DEFE,
3193
3178
  0,
3194
- () => DisassociateEntitiesFromExperienceRequest,
3195
- () => DisassociateEntitiesFromExperienceResponse,
3179
+ () => DisassociateEntitiesFromExperienceRequest$,
3180
+ () => DisassociateEntitiesFromExperienceResponse$,
3196
3181
  ];
3197
- var DisassociatePersonasFromEntities = [
3182
+ var DisassociatePersonasFromEntities$ = [
3198
3183
  9,
3199
3184
  n0,
3200
3185
  _DPFE,
3201
3186
  0,
3202
- () => DisassociatePersonasFromEntitiesRequest,
3203
- () => DisassociatePersonasFromEntitiesResponse,
3187
+ () => DisassociatePersonasFromEntitiesRequest$,
3188
+ () => DisassociatePersonasFromEntitiesResponse$,
3204
3189
  ];
3205
- var GetQuerySuggestions = [
3190
+ var GetQuerySuggestions$ = [
3206
3191
  9,
3207
3192
  n0,
3208
3193
  _GQS,
3209
3194
  0,
3210
- () => GetQuerySuggestionsRequest,
3211
- () => GetQuerySuggestionsResponse,
3195
+ () => GetQuerySuggestionsRequest$,
3196
+ () => GetQuerySuggestionsResponse$,
3212
3197
  ];
3213
- var GetSnapshots = [
3198
+ var GetSnapshots$ = [
3214
3199
  9,
3215
3200
  n0,
3216
3201
  _GSe,
3217
3202
  0,
3218
- () => GetSnapshotsRequest,
3219
- () => GetSnapshotsResponse,
3203
+ () => GetSnapshotsRequest$,
3204
+ () => GetSnapshotsResponse$,
3220
3205
  ];
3221
- var ListAccessControlConfigurations = [
3206
+ var ListAccessControlConfigurations$ = [
3222
3207
  9,
3223
3208
  n0,
3224
3209
  _LACC,
3225
3210
  0,
3226
- () => ListAccessControlConfigurationsRequest,
3227
- () => ListAccessControlConfigurationsResponse,
3211
+ () => ListAccessControlConfigurationsRequest$,
3212
+ () => ListAccessControlConfigurationsResponse$,
3228
3213
  ];
3229
- var ListDataSources = [
3214
+ var ListDataSources$ = [
3230
3215
  9,
3231
3216
  n0,
3232
3217
  _LDS,
3233
3218
  0,
3234
- () => ListDataSourcesRequest,
3235
- () => ListDataSourcesResponse,
3219
+ () => ListDataSourcesRequest$,
3220
+ () => ListDataSourcesResponse$,
3236
3221
  ];
3237
- var ListDataSourceSyncJobs = [
3222
+ var ListDataSourceSyncJobs$ = [
3238
3223
  9,
3239
3224
  n0,
3240
3225
  _LDSSJ,
3241
3226
  0,
3242
- () => ListDataSourceSyncJobsRequest,
3243
- () => ListDataSourceSyncJobsResponse,
3227
+ () => ListDataSourceSyncJobsRequest$,
3228
+ () => ListDataSourceSyncJobsResponse$,
3244
3229
  ];
3245
- var ListEntityPersonas = [
3230
+ var ListEntityPersonas$ = [
3246
3231
  9,
3247
3232
  n0,
3248
3233
  _LEP,
3249
3234
  0,
3250
- () => ListEntityPersonasRequest,
3251
- () => ListEntityPersonasResponse,
3235
+ () => ListEntityPersonasRequest$,
3236
+ () => ListEntityPersonasResponse$,
3252
3237
  ];
3253
- var ListExperienceEntities = [
3238
+ var ListExperienceEntities$ = [
3254
3239
  9,
3255
3240
  n0,
3256
3241
  _LEE,
3257
3242
  0,
3258
- () => ListExperienceEntitiesRequest,
3259
- () => ListExperienceEntitiesResponse,
3243
+ () => ListExperienceEntitiesRequest$,
3244
+ () => ListExperienceEntitiesResponse$,
3260
3245
  ];
3261
- var ListExperiences = [
3246
+ var ListExperiences$ = [
3262
3247
  9,
3263
3248
  n0,
3264
3249
  _LE,
3265
3250
  0,
3266
- () => ListExperiencesRequest,
3267
- () => ListExperiencesResponse,
3251
+ () => ListExperiencesRequest$,
3252
+ () => ListExperiencesResponse$,
3268
3253
  ];
3269
- var ListFaqs = [9, n0, _LF, 0, () => ListFaqsRequest, () => ListFaqsResponse];
3270
- var ListFeaturedResultsSets = [
3254
+ var ListFaqs$ = [9, n0, _LF, 0, () => ListFaqsRequest$, () => ListFaqsResponse$];
3255
+ var ListFeaturedResultsSets$ = [
3271
3256
  9,
3272
3257
  n0,
3273
3258
  _LFRS,
3274
3259
  0,
3275
- () => ListFeaturedResultsSetsRequest,
3276
- () => ListFeaturedResultsSetsResponse,
3260
+ () => ListFeaturedResultsSetsRequest$,
3261
+ () => ListFeaturedResultsSetsResponse$,
3277
3262
  ];
3278
- var ListGroupsOlderThanOrderingId = [
3263
+ var ListGroupsOlderThanOrderingId$ = [
3279
3264
  9,
3280
3265
  n0,
3281
3266
  _LGOTOI,
3282
3267
  0,
3283
- () => ListGroupsOlderThanOrderingIdRequest,
3284
- () => ListGroupsOlderThanOrderingIdResponse,
3268
+ () => ListGroupsOlderThanOrderingIdRequest$,
3269
+ () => ListGroupsOlderThanOrderingIdResponse$,
3285
3270
  ];
3286
- var ListIndices = [9, n0, _LI, 0, () => ListIndicesRequest, () => ListIndicesResponse];
3287
- var ListQuerySuggestionsBlockLists = [
3271
+ var ListIndices$ = [9, n0, _LI, 0, () => ListIndicesRequest$, () => ListIndicesResponse$];
3272
+ var ListQuerySuggestionsBlockLists$ = [
3288
3273
  9,
3289
3274
  n0,
3290
3275
  _LQSBL,
3291
3276
  0,
3292
- () => ListQuerySuggestionsBlockListsRequest,
3293
- () => ListQuerySuggestionsBlockListsResponse,
3277
+ () => ListQuerySuggestionsBlockListsRequest$,
3278
+ () => ListQuerySuggestionsBlockListsResponse$,
3294
3279
  ];
3295
- var ListTagsForResource = [
3280
+ var ListTagsForResource$ = [
3296
3281
  9,
3297
3282
  n0,
3298
3283
  _LTFR,
3299
3284
  0,
3300
- () => ListTagsForResourceRequest,
3301
- () => ListTagsForResourceResponse,
3285
+ () => ListTagsForResourceRequest$,
3286
+ () => ListTagsForResourceResponse$,
3302
3287
  ];
3303
- var ListThesauri = [
3288
+ var ListThesauri$ = [
3304
3289
  9,
3305
3290
  n0,
3306
3291
  _LTi,
3307
3292
  0,
3308
- () => ListThesauriRequest,
3309
- () => ListThesauriResponse,
3293
+ () => ListThesauriRequest$,
3294
+ () => ListThesauriResponse$,
3310
3295
  ];
3311
- var PutPrincipalMapping = [
3296
+ var PutPrincipalMapping$ = [
3312
3297
  9,
3313
3298
  n0,
3314
3299
  _PPM,
3315
3300
  0,
3316
- () => PutPrincipalMappingRequest,
3301
+ () => PutPrincipalMappingRequest$,
3317
3302
  () => __Unit,
3318
3303
  ];
3319
- var Query = [9, n0, _Q, 0, () => QueryRequest, () => QueryResult];
3320
- var Retrieve = [9, n0, _Re, 0, () => RetrieveRequest, () => RetrieveResult];
3321
- var StartDataSourceSyncJob = [
3304
+ var Query$ = [9, n0, _Q, 0, () => QueryRequest$, () => QueryResult$];
3305
+ var Retrieve$ = [9, n0, _Re, 0, () => RetrieveRequest$, () => RetrieveResult$];
3306
+ var StartDataSourceSyncJob$ = [
3322
3307
  9,
3323
3308
  n0,
3324
3309
  _SDSSJ,
3325
3310
  0,
3326
- () => StartDataSourceSyncJobRequest,
3327
- () => StartDataSourceSyncJobResponse,
3311
+ () => StartDataSourceSyncJobRequest$,
3312
+ () => StartDataSourceSyncJobResponse$,
3328
3313
  ];
3329
- var StopDataSourceSyncJob = [
3314
+ var StopDataSourceSyncJob$ = [
3330
3315
  9,
3331
3316
  n0,
3332
3317
  _SDSSJt,
3333
3318
  0,
3334
- () => StopDataSourceSyncJobRequest,
3319
+ () => StopDataSourceSyncJobRequest$,
3335
3320
  () => __Unit,
3336
3321
  ];
3337
- var SubmitFeedback = [9, n0, _SFu, 0, () => SubmitFeedbackRequest, () => __Unit];
3338
- var TagResource = [9, n0, _TRa, 0, () => TagResourceRequest, () => TagResourceResponse];
3339
- var UntagResource = [
3322
+ var SubmitFeedback$ = [9, n0, _SFu, 0, () => SubmitFeedbackRequest$, () => __Unit];
3323
+ var TagResource$ = [
3324
+ 9,
3325
+ n0,
3326
+ _TRa,
3327
+ 0,
3328
+ () => TagResourceRequest$,
3329
+ () => TagResourceResponse$,
3330
+ ];
3331
+ var UntagResource$ = [
3340
3332
  9,
3341
3333
  n0,
3342
3334
  _UR,
3343
3335
  0,
3344
- () => UntagResourceRequest,
3345
- () => UntagResourceResponse,
3336
+ () => UntagResourceRequest$,
3337
+ () => UntagResourceResponse$,
3346
3338
  ];
3347
- var UpdateAccessControlConfiguration = [
3339
+ var UpdateAccessControlConfiguration$ = [
3348
3340
  9,
3349
3341
  n0,
3350
3342
  _UACC,
3351
3343
  0,
3352
- () => UpdateAccessControlConfigurationRequest,
3353
- () => UpdateAccessControlConfigurationResponse,
3344
+ () => UpdateAccessControlConfigurationRequest$,
3345
+ () => UpdateAccessControlConfigurationResponse$,
3354
3346
  ];
3355
- var UpdateDataSource = [9, n0, _UDS, 0, () => UpdateDataSourceRequest, () => __Unit];
3356
- var UpdateExperience = [9, n0, _UE, 0, () => UpdateExperienceRequest, () => __Unit];
3357
- var UpdateFeaturedResultsSet = [
3347
+ var UpdateDataSource$ = [9, n0, _UDS, 0, () => UpdateDataSourceRequest$, () => __Unit];
3348
+ var UpdateExperience$ = [9, n0, _UE, 0, () => UpdateExperienceRequest$, () => __Unit];
3349
+ var UpdateFeaturedResultsSet$ = [
3358
3350
  9,
3359
3351
  n0,
3360
3352
  _UFRS,
3361
3353
  0,
3362
- () => UpdateFeaturedResultsSetRequest,
3363
- () => UpdateFeaturedResultsSetResponse,
3354
+ () => UpdateFeaturedResultsSetRequest$,
3355
+ () => UpdateFeaturedResultsSetResponse$,
3364
3356
  ];
3365
- var UpdateIndex = [9, n0, _UIp, 0, () => UpdateIndexRequest, () => __Unit];
3366
- var UpdateQuerySuggestionsBlockList = [
3357
+ var UpdateIndex$ = [9, n0, _UIp, 0, () => UpdateIndexRequest$, () => __Unit];
3358
+ var UpdateQuerySuggestionsBlockList$ = [
3367
3359
  9,
3368
3360
  n0,
3369
3361
  _UQSBL,
3370
3362
  0,
3371
- () => UpdateQuerySuggestionsBlockListRequest,
3363
+ () => UpdateQuerySuggestionsBlockListRequest$,
3372
3364
  () => __Unit,
3373
3365
  ];
3374
- var UpdateQuerySuggestionsConfig = [
3366
+ var UpdateQuerySuggestionsConfig$ = [
3375
3367
  9,
3376
3368
  n0,
3377
3369
  _UQSC,
3378
3370
  0,
3379
- () => UpdateQuerySuggestionsConfigRequest,
3371
+ () => UpdateQuerySuggestionsConfigRequest$,
3380
3372
  () => __Unit,
3381
3373
  ];
3382
- var UpdateThesaurus = [9, n0, _UT, 0, () => UpdateThesaurusRequest, () => __Unit];
3374
+ var UpdateThesaurus$ = [9, n0, _UT, 0, () => UpdateThesaurusRequest$, () => __Unit];
3383
3375
 
3384
3376
  class AssociateEntitiesToExperienceCommand extends smithyClient.Command
3385
3377
  .classBuilder()
@@ -3389,7 +3381,7 @@ class AssociateEntitiesToExperienceCommand extends smithyClient.Command
3389
3381
  })
3390
3382
  .s("AWSKendraFrontendService", "AssociateEntitiesToExperience", {})
3391
3383
  .n("KendraClient", "AssociateEntitiesToExperienceCommand")
3392
- .sc(AssociateEntitiesToExperience)
3384
+ .sc(AssociateEntitiesToExperience$)
3393
3385
  .build() {
3394
3386
  }
3395
3387
 
@@ -3401,7 +3393,7 @@ class AssociatePersonasToEntitiesCommand extends smithyClient.Command
3401
3393
  })
3402
3394
  .s("AWSKendraFrontendService", "AssociatePersonasToEntities", {})
3403
3395
  .n("KendraClient", "AssociatePersonasToEntitiesCommand")
3404
- .sc(AssociatePersonasToEntities)
3396
+ .sc(AssociatePersonasToEntities$)
3405
3397
  .build() {
3406
3398
  }
3407
3399
 
@@ -3413,7 +3405,7 @@ class BatchDeleteDocumentCommand extends smithyClient.Command
3413
3405
  })
3414
3406
  .s("AWSKendraFrontendService", "BatchDeleteDocument", {})
3415
3407
  .n("KendraClient", "BatchDeleteDocumentCommand")
3416
- .sc(BatchDeleteDocument)
3408
+ .sc(BatchDeleteDocument$)
3417
3409
  .build() {
3418
3410
  }
3419
3411
 
@@ -3425,7 +3417,7 @@ class BatchDeleteFeaturedResultsSetCommand extends smithyClient.Command
3425
3417
  })
3426
3418
  .s("AWSKendraFrontendService", "BatchDeleteFeaturedResultsSet", {})
3427
3419
  .n("KendraClient", "BatchDeleteFeaturedResultsSetCommand")
3428
- .sc(BatchDeleteFeaturedResultsSet)
3420
+ .sc(BatchDeleteFeaturedResultsSet$)
3429
3421
  .build() {
3430
3422
  }
3431
3423
 
@@ -3437,7 +3429,7 @@ class BatchGetDocumentStatusCommand extends smithyClient.Command
3437
3429
  })
3438
3430
  .s("AWSKendraFrontendService", "BatchGetDocumentStatus", {})
3439
3431
  .n("KendraClient", "BatchGetDocumentStatusCommand")
3440
- .sc(BatchGetDocumentStatus)
3432
+ .sc(BatchGetDocumentStatus$)
3441
3433
  .build() {
3442
3434
  }
3443
3435
 
@@ -3449,7 +3441,7 @@ class BatchPutDocumentCommand extends smithyClient.Command
3449
3441
  })
3450
3442
  .s("AWSKendraFrontendService", "BatchPutDocument", {})
3451
3443
  .n("KendraClient", "BatchPutDocumentCommand")
3452
- .sc(BatchPutDocument)
3444
+ .sc(BatchPutDocument$)
3453
3445
  .build() {
3454
3446
  }
3455
3447
 
@@ -3461,7 +3453,7 @@ class ClearQuerySuggestionsCommand extends smithyClient.Command
3461
3453
  })
3462
3454
  .s("AWSKendraFrontendService", "ClearQuerySuggestions", {})
3463
3455
  .n("KendraClient", "ClearQuerySuggestionsCommand")
3464
- .sc(ClearQuerySuggestions)
3456
+ .sc(ClearQuerySuggestions$)
3465
3457
  .build() {
3466
3458
  }
3467
3459
 
@@ -3473,7 +3465,7 @@ class CreateAccessControlConfigurationCommand extends smithyClient.Command
3473
3465
  })
3474
3466
  .s("AWSKendraFrontendService", "CreateAccessControlConfiguration", {})
3475
3467
  .n("KendraClient", "CreateAccessControlConfigurationCommand")
3476
- .sc(CreateAccessControlConfiguration)
3468
+ .sc(CreateAccessControlConfiguration$)
3477
3469
  .build() {
3478
3470
  }
3479
3471
 
@@ -3485,7 +3477,7 @@ class CreateDataSourceCommand extends smithyClient.Command
3485
3477
  })
3486
3478
  .s("AWSKendraFrontendService", "CreateDataSource", {})
3487
3479
  .n("KendraClient", "CreateDataSourceCommand")
3488
- .sc(CreateDataSource)
3480
+ .sc(CreateDataSource$)
3489
3481
  .build() {
3490
3482
  }
3491
3483
 
@@ -3497,7 +3489,7 @@ class CreateExperienceCommand extends smithyClient.Command
3497
3489
  })
3498
3490
  .s("AWSKendraFrontendService", "CreateExperience", {})
3499
3491
  .n("KendraClient", "CreateExperienceCommand")
3500
- .sc(CreateExperience)
3492
+ .sc(CreateExperience$)
3501
3493
  .build() {
3502
3494
  }
3503
3495
 
@@ -3509,7 +3501,7 @@ class CreateFaqCommand extends smithyClient.Command
3509
3501
  })
3510
3502
  .s("AWSKendraFrontendService", "CreateFaq", {})
3511
3503
  .n("KendraClient", "CreateFaqCommand")
3512
- .sc(CreateFaq)
3504
+ .sc(CreateFaq$)
3513
3505
  .build() {
3514
3506
  }
3515
3507
 
@@ -3521,7 +3513,7 @@ class CreateFeaturedResultsSetCommand extends smithyClient.Command
3521
3513
  })
3522
3514
  .s("AWSKendraFrontendService", "CreateFeaturedResultsSet", {})
3523
3515
  .n("KendraClient", "CreateFeaturedResultsSetCommand")
3524
- .sc(CreateFeaturedResultsSet)
3516
+ .sc(CreateFeaturedResultsSet$)
3525
3517
  .build() {
3526
3518
  }
3527
3519
 
@@ -3533,7 +3525,7 @@ class CreateIndexCommand extends smithyClient.Command
3533
3525
  })
3534
3526
  .s("AWSKendraFrontendService", "CreateIndex", {})
3535
3527
  .n("KendraClient", "CreateIndexCommand")
3536
- .sc(CreateIndex)
3528
+ .sc(CreateIndex$)
3537
3529
  .build() {
3538
3530
  }
3539
3531
 
@@ -3545,7 +3537,7 @@ class CreateQuerySuggestionsBlockListCommand extends smithyClient.Command
3545
3537
  })
3546
3538
  .s("AWSKendraFrontendService", "CreateQuerySuggestionsBlockList", {})
3547
3539
  .n("KendraClient", "CreateQuerySuggestionsBlockListCommand")
3548
- .sc(CreateQuerySuggestionsBlockList)
3540
+ .sc(CreateQuerySuggestionsBlockList$)
3549
3541
  .build() {
3550
3542
  }
3551
3543
 
@@ -3557,7 +3549,7 @@ class CreateThesaurusCommand extends smithyClient.Command
3557
3549
  })
3558
3550
  .s("AWSKendraFrontendService", "CreateThesaurus", {})
3559
3551
  .n("KendraClient", "CreateThesaurusCommand")
3560
- .sc(CreateThesaurus)
3552
+ .sc(CreateThesaurus$)
3561
3553
  .build() {
3562
3554
  }
3563
3555
 
@@ -3569,7 +3561,7 @@ class DeleteAccessControlConfigurationCommand extends smithyClient.Command
3569
3561
  })
3570
3562
  .s("AWSKendraFrontendService", "DeleteAccessControlConfiguration", {})
3571
3563
  .n("KendraClient", "DeleteAccessControlConfigurationCommand")
3572
- .sc(DeleteAccessControlConfiguration)
3564
+ .sc(DeleteAccessControlConfiguration$)
3573
3565
  .build() {
3574
3566
  }
3575
3567
 
@@ -3581,7 +3573,7 @@ class DeleteDataSourceCommand extends smithyClient.Command
3581
3573
  })
3582
3574
  .s("AWSKendraFrontendService", "DeleteDataSource", {})
3583
3575
  .n("KendraClient", "DeleteDataSourceCommand")
3584
- .sc(DeleteDataSource)
3576
+ .sc(DeleteDataSource$)
3585
3577
  .build() {
3586
3578
  }
3587
3579
 
@@ -3593,7 +3585,7 @@ class DeleteExperienceCommand extends smithyClient.Command
3593
3585
  })
3594
3586
  .s("AWSKendraFrontendService", "DeleteExperience", {})
3595
3587
  .n("KendraClient", "DeleteExperienceCommand")
3596
- .sc(DeleteExperience)
3588
+ .sc(DeleteExperience$)
3597
3589
  .build() {
3598
3590
  }
3599
3591
 
@@ -3605,7 +3597,7 @@ class DeleteFaqCommand extends smithyClient.Command
3605
3597
  })
3606
3598
  .s("AWSKendraFrontendService", "DeleteFaq", {})
3607
3599
  .n("KendraClient", "DeleteFaqCommand")
3608
- .sc(DeleteFaq)
3600
+ .sc(DeleteFaq$)
3609
3601
  .build() {
3610
3602
  }
3611
3603
 
@@ -3617,7 +3609,7 @@ class DeleteIndexCommand extends smithyClient.Command
3617
3609
  })
3618
3610
  .s("AWSKendraFrontendService", "DeleteIndex", {})
3619
3611
  .n("KendraClient", "DeleteIndexCommand")
3620
- .sc(DeleteIndex)
3612
+ .sc(DeleteIndex$)
3621
3613
  .build() {
3622
3614
  }
3623
3615
 
@@ -3629,7 +3621,7 @@ class DeletePrincipalMappingCommand extends smithyClient.Command
3629
3621
  })
3630
3622
  .s("AWSKendraFrontendService", "DeletePrincipalMapping", {})
3631
3623
  .n("KendraClient", "DeletePrincipalMappingCommand")
3632
- .sc(DeletePrincipalMapping)
3624
+ .sc(DeletePrincipalMapping$)
3633
3625
  .build() {
3634
3626
  }
3635
3627
 
@@ -3641,7 +3633,7 @@ class DeleteQuerySuggestionsBlockListCommand extends smithyClient.Command
3641
3633
  })
3642
3634
  .s("AWSKendraFrontendService", "DeleteQuerySuggestionsBlockList", {})
3643
3635
  .n("KendraClient", "DeleteQuerySuggestionsBlockListCommand")
3644
- .sc(DeleteQuerySuggestionsBlockList)
3636
+ .sc(DeleteQuerySuggestionsBlockList$)
3645
3637
  .build() {
3646
3638
  }
3647
3639
 
@@ -3653,7 +3645,7 @@ class DeleteThesaurusCommand extends smithyClient.Command
3653
3645
  })
3654
3646
  .s("AWSKendraFrontendService", "DeleteThesaurus", {})
3655
3647
  .n("KendraClient", "DeleteThesaurusCommand")
3656
- .sc(DeleteThesaurus)
3648
+ .sc(DeleteThesaurus$)
3657
3649
  .build() {
3658
3650
  }
3659
3651
 
@@ -3665,7 +3657,7 @@ class DescribeAccessControlConfigurationCommand extends smithyClient.Command
3665
3657
  })
3666
3658
  .s("AWSKendraFrontendService", "DescribeAccessControlConfiguration", {})
3667
3659
  .n("KendraClient", "DescribeAccessControlConfigurationCommand")
3668
- .sc(DescribeAccessControlConfiguration)
3660
+ .sc(DescribeAccessControlConfiguration$)
3669
3661
  .build() {
3670
3662
  }
3671
3663
 
@@ -3677,7 +3669,7 @@ class DescribeDataSourceCommand extends smithyClient.Command
3677
3669
  })
3678
3670
  .s("AWSKendraFrontendService", "DescribeDataSource", {})
3679
3671
  .n("KendraClient", "DescribeDataSourceCommand")
3680
- .sc(DescribeDataSource)
3672
+ .sc(DescribeDataSource$)
3681
3673
  .build() {
3682
3674
  }
3683
3675
 
@@ -3689,7 +3681,7 @@ class DescribeExperienceCommand extends smithyClient.Command
3689
3681
  })
3690
3682
  .s("AWSKendraFrontendService", "DescribeExperience", {})
3691
3683
  .n("KendraClient", "DescribeExperienceCommand")
3692
- .sc(DescribeExperience)
3684
+ .sc(DescribeExperience$)
3693
3685
  .build() {
3694
3686
  }
3695
3687
 
@@ -3701,7 +3693,7 @@ class DescribeFaqCommand extends smithyClient.Command
3701
3693
  })
3702
3694
  .s("AWSKendraFrontendService", "DescribeFaq", {})
3703
3695
  .n("KendraClient", "DescribeFaqCommand")
3704
- .sc(DescribeFaq)
3696
+ .sc(DescribeFaq$)
3705
3697
  .build() {
3706
3698
  }
3707
3699
 
@@ -3713,7 +3705,7 @@ class DescribeFeaturedResultsSetCommand extends smithyClient.Command
3713
3705
  })
3714
3706
  .s("AWSKendraFrontendService", "DescribeFeaturedResultsSet", {})
3715
3707
  .n("KendraClient", "DescribeFeaturedResultsSetCommand")
3716
- .sc(DescribeFeaturedResultsSet)
3708
+ .sc(DescribeFeaturedResultsSet$)
3717
3709
  .build() {
3718
3710
  }
3719
3711
 
@@ -3725,7 +3717,7 @@ class DescribeIndexCommand extends smithyClient.Command
3725
3717
  })
3726
3718
  .s("AWSKendraFrontendService", "DescribeIndex", {})
3727
3719
  .n("KendraClient", "DescribeIndexCommand")
3728
- .sc(DescribeIndex)
3720
+ .sc(DescribeIndex$)
3729
3721
  .build() {
3730
3722
  }
3731
3723
 
@@ -3737,7 +3729,7 @@ class DescribePrincipalMappingCommand extends smithyClient.Command
3737
3729
  })
3738
3730
  .s("AWSKendraFrontendService", "DescribePrincipalMapping", {})
3739
3731
  .n("KendraClient", "DescribePrincipalMappingCommand")
3740
- .sc(DescribePrincipalMapping)
3732
+ .sc(DescribePrincipalMapping$)
3741
3733
  .build() {
3742
3734
  }
3743
3735
 
@@ -3749,7 +3741,7 @@ class DescribeQuerySuggestionsBlockListCommand extends smithyClient.Command
3749
3741
  })
3750
3742
  .s("AWSKendraFrontendService", "DescribeQuerySuggestionsBlockList", {})
3751
3743
  .n("KendraClient", "DescribeQuerySuggestionsBlockListCommand")
3752
- .sc(DescribeQuerySuggestionsBlockList)
3744
+ .sc(DescribeQuerySuggestionsBlockList$)
3753
3745
  .build() {
3754
3746
  }
3755
3747
 
@@ -3761,7 +3753,7 @@ class DescribeQuerySuggestionsConfigCommand extends smithyClient.Command
3761
3753
  })
3762
3754
  .s("AWSKendraFrontendService", "DescribeQuerySuggestionsConfig", {})
3763
3755
  .n("KendraClient", "DescribeQuerySuggestionsConfigCommand")
3764
- .sc(DescribeQuerySuggestionsConfig)
3756
+ .sc(DescribeQuerySuggestionsConfig$)
3765
3757
  .build() {
3766
3758
  }
3767
3759
 
@@ -3773,7 +3765,7 @@ class DescribeThesaurusCommand extends smithyClient.Command
3773
3765
  })
3774
3766
  .s("AWSKendraFrontendService", "DescribeThesaurus", {})
3775
3767
  .n("KendraClient", "DescribeThesaurusCommand")
3776
- .sc(DescribeThesaurus)
3768
+ .sc(DescribeThesaurus$)
3777
3769
  .build() {
3778
3770
  }
3779
3771
 
@@ -3785,7 +3777,7 @@ class DisassociateEntitiesFromExperienceCommand extends smithyClient.Command
3785
3777
  })
3786
3778
  .s("AWSKendraFrontendService", "DisassociateEntitiesFromExperience", {})
3787
3779
  .n("KendraClient", "DisassociateEntitiesFromExperienceCommand")
3788
- .sc(DisassociateEntitiesFromExperience)
3780
+ .sc(DisassociateEntitiesFromExperience$)
3789
3781
  .build() {
3790
3782
  }
3791
3783
 
@@ -3797,7 +3789,7 @@ class DisassociatePersonasFromEntitiesCommand extends smithyClient.Command
3797
3789
  })
3798
3790
  .s("AWSKendraFrontendService", "DisassociatePersonasFromEntities", {})
3799
3791
  .n("KendraClient", "DisassociatePersonasFromEntitiesCommand")
3800
- .sc(DisassociatePersonasFromEntities)
3792
+ .sc(DisassociatePersonasFromEntities$)
3801
3793
  .build() {
3802
3794
  }
3803
3795
 
@@ -3809,7 +3801,7 @@ class GetQuerySuggestionsCommand extends smithyClient.Command
3809
3801
  })
3810
3802
  .s("AWSKendraFrontendService", "GetQuerySuggestions", {})
3811
3803
  .n("KendraClient", "GetQuerySuggestionsCommand")
3812
- .sc(GetQuerySuggestions)
3804
+ .sc(GetQuerySuggestions$)
3813
3805
  .build() {
3814
3806
  }
3815
3807
 
@@ -3821,7 +3813,7 @@ class GetSnapshotsCommand extends smithyClient.Command
3821
3813
  })
3822
3814
  .s("AWSKendraFrontendService", "GetSnapshots", {})
3823
3815
  .n("KendraClient", "GetSnapshotsCommand")
3824
- .sc(GetSnapshots)
3816
+ .sc(GetSnapshots$)
3825
3817
  .build() {
3826
3818
  }
3827
3819
 
@@ -3833,7 +3825,7 @@ class ListAccessControlConfigurationsCommand extends smithyClient.Command
3833
3825
  })
3834
3826
  .s("AWSKendraFrontendService", "ListAccessControlConfigurations", {})
3835
3827
  .n("KendraClient", "ListAccessControlConfigurationsCommand")
3836
- .sc(ListAccessControlConfigurations)
3828
+ .sc(ListAccessControlConfigurations$)
3837
3829
  .build() {
3838
3830
  }
3839
3831
 
@@ -3845,7 +3837,7 @@ class ListDataSourcesCommand extends smithyClient.Command
3845
3837
  })
3846
3838
  .s("AWSKendraFrontendService", "ListDataSources", {})
3847
3839
  .n("KendraClient", "ListDataSourcesCommand")
3848
- .sc(ListDataSources)
3840
+ .sc(ListDataSources$)
3849
3841
  .build() {
3850
3842
  }
3851
3843
 
@@ -3857,7 +3849,7 @@ class ListDataSourceSyncJobsCommand extends smithyClient.Command
3857
3849
  })
3858
3850
  .s("AWSKendraFrontendService", "ListDataSourceSyncJobs", {})
3859
3851
  .n("KendraClient", "ListDataSourceSyncJobsCommand")
3860
- .sc(ListDataSourceSyncJobs)
3852
+ .sc(ListDataSourceSyncJobs$)
3861
3853
  .build() {
3862
3854
  }
3863
3855
 
@@ -3869,7 +3861,7 @@ class ListEntityPersonasCommand extends smithyClient.Command
3869
3861
  })
3870
3862
  .s("AWSKendraFrontendService", "ListEntityPersonas", {})
3871
3863
  .n("KendraClient", "ListEntityPersonasCommand")
3872
- .sc(ListEntityPersonas)
3864
+ .sc(ListEntityPersonas$)
3873
3865
  .build() {
3874
3866
  }
3875
3867
 
@@ -3881,7 +3873,7 @@ class ListExperienceEntitiesCommand extends smithyClient.Command
3881
3873
  })
3882
3874
  .s("AWSKendraFrontendService", "ListExperienceEntities", {})
3883
3875
  .n("KendraClient", "ListExperienceEntitiesCommand")
3884
- .sc(ListExperienceEntities)
3876
+ .sc(ListExperienceEntities$)
3885
3877
  .build() {
3886
3878
  }
3887
3879
 
@@ -3893,7 +3885,7 @@ class ListExperiencesCommand extends smithyClient.Command
3893
3885
  })
3894
3886
  .s("AWSKendraFrontendService", "ListExperiences", {})
3895
3887
  .n("KendraClient", "ListExperiencesCommand")
3896
- .sc(ListExperiences)
3888
+ .sc(ListExperiences$)
3897
3889
  .build() {
3898
3890
  }
3899
3891
 
@@ -3905,7 +3897,7 @@ class ListFaqsCommand extends smithyClient.Command
3905
3897
  })
3906
3898
  .s("AWSKendraFrontendService", "ListFaqs", {})
3907
3899
  .n("KendraClient", "ListFaqsCommand")
3908
- .sc(ListFaqs)
3900
+ .sc(ListFaqs$)
3909
3901
  .build() {
3910
3902
  }
3911
3903
 
@@ -3917,7 +3909,7 @@ class ListFeaturedResultsSetsCommand extends smithyClient.Command
3917
3909
  })
3918
3910
  .s("AWSKendraFrontendService", "ListFeaturedResultsSets", {})
3919
3911
  .n("KendraClient", "ListFeaturedResultsSetsCommand")
3920
- .sc(ListFeaturedResultsSets)
3912
+ .sc(ListFeaturedResultsSets$)
3921
3913
  .build() {
3922
3914
  }
3923
3915
 
@@ -3929,7 +3921,7 @@ class ListGroupsOlderThanOrderingIdCommand extends smithyClient.Command
3929
3921
  })
3930
3922
  .s("AWSKendraFrontendService", "ListGroupsOlderThanOrderingId", {})
3931
3923
  .n("KendraClient", "ListGroupsOlderThanOrderingIdCommand")
3932
- .sc(ListGroupsOlderThanOrderingId)
3924
+ .sc(ListGroupsOlderThanOrderingId$)
3933
3925
  .build() {
3934
3926
  }
3935
3927
 
@@ -3941,7 +3933,7 @@ class ListIndicesCommand extends smithyClient.Command
3941
3933
  })
3942
3934
  .s("AWSKendraFrontendService", "ListIndices", {})
3943
3935
  .n("KendraClient", "ListIndicesCommand")
3944
- .sc(ListIndices)
3936
+ .sc(ListIndices$)
3945
3937
  .build() {
3946
3938
  }
3947
3939
 
@@ -3953,7 +3945,7 @@ class ListQuerySuggestionsBlockListsCommand extends smithyClient.Command
3953
3945
  })
3954
3946
  .s("AWSKendraFrontendService", "ListQuerySuggestionsBlockLists", {})
3955
3947
  .n("KendraClient", "ListQuerySuggestionsBlockListsCommand")
3956
- .sc(ListQuerySuggestionsBlockLists)
3948
+ .sc(ListQuerySuggestionsBlockLists$)
3957
3949
  .build() {
3958
3950
  }
3959
3951
 
@@ -3965,7 +3957,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3965
3957
  })
3966
3958
  .s("AWSKendraFrontendService", "ListTagsForResource", {})
3967
3959
  .n("KendraClient", "ListTagsForResourceCommand")
3968
- .sc(ListTagsForResource)
3960
+ .sc(ListTagsForResource$)
3969
3961
  .build() {
3970
3962
  }
3971
3963
 
@@ -3977,7 +3969,7 @@ class ListThesauriCommand extends smithyClient.Command
3977
3969
  })
3978
3970
  .s("AWSKendraFrontendService", "ListThesauri", {})
3979
3971
  .n("KendraClient", "ListThesauriCommand")
3980
- .sc(ListThesauri)
3972
+ .sc(ListThesauri$)
3981
3973
  .build() {
3982
3974
  }
3983
3975
 
@@ -3989,7 +3981,7 @@ class PutPrincipalMappingCommand extends smithyClient.Command
3989
3981
  })
3990
3982
  .s("AWSKendraFrontendService", "PutPrincipalMapping", {})
3991
3983
  .n("KendraClient", "PutPrincipalMappingCommand")
3992
- .sc(PutPrincipalMapping)
3984
+ .sc(PutPrincipalMapping$)
3993
3985
  .build() {
3994
3986
  }
3995
3987
 
@@ -4001,7 +3993,7 @@ class QueryCommand extends smithyClient.Command
4001
3993
  })
4002
3994
  .s("AWSKendraFrontendService", "Query", {})
4003
3995
  .n("KendraClient", "QueryCommand")
4004
- .sc(Query)
3996
+ .sc(Query$)
4005
3997
  .build() {
4006
3998
  }
4007
3999
 
@@ -4013,7 +4005,7 @@ class RetrieveCommand extends smithyClient.Command
4013
4005
  })
4014
4006
  .s("AWSKendraFrontendService", "Retrieve", {})
4015
4007
  .n("KendraClient", "RetrieveCommand")
4016
- .sc(Retrieve)
4008
+ .sc(Retrieve$)
4017
4009
  .build() {
4018
4010
  }
4019
4011
 
@@ -4025,7 +4017,7 @@ class StartDataSourceSyncJobCommand extends smithyClient.Command
4025
4017
  })
4026
4018
  .s("AWSKendraFrontendService", "StartDataSourceSyncJob", {})
4027
4019
  .n("KendraClient", "StartDataSourceSyncJobCommand")
4028
- .sc(StartDataSourceSyncJob)
4020
+ .sc(StartDataSourceSyncJob$)
4029
4021
  .build() {
4030
4022
  }
4031
4023
 
@@ -4037,7 +4029,7 @@ class StopDataSourceSyncJobCommand extends smithyClient.Command
4037
4029
  })
4038
4030
  .s("AWSKendraFrontendService", "StopDataSourceSyncJob", {})
4039
4031
  .n("KendraClient", "StopDataSourceSyncJobCommand")
4040
- .sc(StopDataSourceSyncJob)
4032
+ .sc(StopDataSourceSyncJob$)
4041
4033
  .build() {
4042
4034
  }
4043
4035
 
@@ -4049,7 +4041,7 @@ class SubmitFeedbackCommand extends smithyClient.Command
4049
4041
  })
4050
4042
  .s("AWSKendraFrontendService", "SubmitFeedback", {})
4051
4043
  .n("KendraClient", "SubmitFeedbackCommand")
4052
- .sc(SubmitFeedback)
4044
+ .sc(SubmitFeedback$)
4053
4045
  .build() {
4054
4046
  }
4055
4047
 
@@ -4061,7 +4053,7 @@ class TagResourceCommand extends smithyClient.Command
4061
4053
  })
4062
4054
  .s("AWSKendraFrontendService", "TagResource", {})
4063
4055
  .n("KendraClient", "TagResourceCommand")
4064
- .sc(TagResource)
4056
+ .sc(TagResource$)
4065
4057
  .build() {
4066
4058
  }
4067
4059
 
@@ -4073,7 +4065,7 @@ class UntagResourceCommand extends smithyClient.Command
4073
4065
  })
4074
4066
  .s("AWSKendraFrontendService", "UntagResource", {})
4075
4067
  .n("KendraClient", "UntagResourceCommand")
4076
- .sc(UntagResource)
4068
+ .sc(UntagResource$)
4077
4069
  .build() {
4078
4070
  }
4079
4071
 
@@ -4085,7 +4077,7 @@ class UpdateAccessControlConfigurationCommand extends smithyClient.Command
4085
4077
  })
4086
4078
  .s("AWSKendraFrontendService", "UpdateAccessControlConfiguration", {})
4087
4079
  .n("KendraClient", "UpdateAccessControlConfigurationCommand")
4088
- .sc(UpdateAccessControlConfiguration)
4080
+ .sc(UpdateAccessControlConfiguration$)
4089
4081
  .build() {
4090
4082
  }
4091
4083
 
@@ -4097,7 +4089,7 @@ class UpdateDataSourceCommand extends smithyClient.Command
4097
4089
  })
4098
4090
  .s("AWSKendraFrontendService", "UpdateDataSource", {})
4099
4091
  .n("KendraClient", "UpdateDataSourceCommand")
4100
- .sc(UpdateDataSource)
4092
+ .sc(UpdateDataSource$)
4101
4093
  .build() {
4102
4094
  }
4103
4095
 
@@ -4109,7 +4101,7 @@ class UpdateExperienceCommand extends smithyClient.Command
4109
4101
  })
4110
4102
  .s("AWSKendraFrontendService", "UpdateExperience", {})
4111
4103
  .n("KendraClient", "UpdateExperienceCommand")
4112
- .sc(UpdateExperience)
4104
+ .sc(UpdateExperience$)
4113
4105
  .build() {
4114
4106
  }
4115
4107
 
@@ -4121,7 +4113,7 @@ class UpdateFeaturedResultsSetCommand extends smithyClient.Command
4121
4113
  })
4122
4114
  .s("AWSKendraFrontendService", "UpdateFeaturedResultsSet", {})
4123
4115
  .n("KendraClient", "UpdateFeaturedResultsSetCommand")
4124
- .sc(UpdateFeaturedResultsSet)
4116
+ .sc(UpdateFeaturedResultsSet$)
4125
4117
  .build() {
4126
4118
  }
4127
4119
 
@@ -4133,7 +4125,7 @@ class UpdateIndexCommand extends smithyClient.Command
4133
4125
  })
4134
4126
  .s("AWSKendraFrontendService", "UpdateIndex", {})
4135
4127
  .n("KendraClient", "UpdateIndexCommand")
4136
- .sc(UpdateIndex)
4128
+ .sc(UpdateIndex$)
4137
4129
  .build() {
4138
4130
  }
4139
4131
 
@@ -4145,7 +4137,7 @@ class UpdateQuerySuggestionsBlockListCommand extends smithyClient.Command
4145
4137
  })
4146
4138
  .s("AWSKendraFrontendService", "UpdateQuerySuggestionsBlockList", {})
4147
4139
  .n("KendraClient", "UpdateQuerySuggestionsBlockListCommand")
4148
- .sc(UpdateQuerySuggestionsBlockList)
4140
+ .sc(UpdateQuerySuggestionsBlockList$)
4149
4141
  .build() {
4150
4142
  }
4151
4143
 
@@ -4157,7 +4149,7 @@ class UpdateQuerySuggestionsConfigCommand extends smithyClient.Command
4157
4149
  })
4158
4150
  .s("AWSKendraFrontendService", "UpdateQuerySuggestionsConfig", {})
4159
4151
  .n("KendraClient", "UpdateQuerySuggestionsConfigCommand")
4160
- .sc(UpdateQuerySuggestionsConfig)
4152
+ .sc(UpdateQuerySuggestionsConfig$)
4161
4153
  .build() {
4162
4154
  }
4163
4155
 
@@ -4169,7 +4161,7 @@ class UpdateThesaurusCommand extends smithyClient.Command
4169
4161
  })
4170
4162
  .s("AWSKendraFrontendService", "UpdateThesaurus", {})
4171
4163
  .n("KendraClient", "UpdateThesaurusCommand")
4172
- .sc(UpdateThesaurus)
4164
+ .sc(UpdateThesaurus$)
4173
4165
  .build() {
4174
4166
  }
4175
4167
 
@@ -4660,149 +4652,497 @@ Object.defineProperty(exports, "__Client", {
4660
4652
  enumerable: true,
4661
4653
  get: function () { return smithyClient.Client; }
4662
4654
  });
4663
- exports.AccessDeniedException = AccessDeniedException$1;
4655
+ exports.AccessControlConfigurationSummary$ = AccessControlConfigurationSummary$;
4656
+ exports.AccessControlListConfiguration$ = AccessControlListConfiguration$;
4657
+ exports.AccessDeniedException = AccessDeniedException;
4658
+ exports.AccessDeniedException$ = AccessDeniedException$;
4659
+ exports.AclConfiguration$ = AclConfiguration$;
4660
+ exports.AdditionalResultAttribute$ = AdditionalResultAttribute$;
4661
+ exports.AdditionalResultAttributeValue$ = AdditionalResultAttributeValue$;
4664
4662
  exports.AdditionalResultAttributeValueType = AdditionalResultAttributeValueType;
4663
+ exports.AlfrescoConfiguration$ = AlfrescoConfiguration$;
4665
4664
  exports.AlfrescoEntity = AlfrescoEntity;
4665
+ exports.AssociateEntitiesToExperience$ = AssociateEntitiesToExperience$;
4666
4666
  exports.AssociateEntitiesToExperienceCommand = AssociateEntitiesToExperienceCommand;
4667
+ exports.AssociateEntitiesToExperienceRequest$ = AssociateEntitiesToExperienceRequest$;
4668
+ exports.AssociateEntitiesToExperienceResponse$ = AssociateEntitiesToExperienceResponse$;
4669
+ exports.AssociatePersonasToEntities$ = AssociatePersonasToEntities$;
4667
4670
  exports.AssociatePersonasToEntitiesCommand = AssociatePersonasToEntitiesCommand;
4671
+ exports.AssociatePersonasToEntitiesRequest$ = AssociatePersonasToEntitiesRequest$;
4672
+ exports.AssociatePersonasToEntitiesResponse$ = AssociatePersonasToEntitiesResponse$;
4673
+ exports.AttributeFilter$ = AttributeFilter$;
4674
+ exports.AttributeSuggestionsDescribeConfig$ = AttributeSuggestionsDescribeConfig$;
4675
+ exports.AttributeSuggestionsGetConfig$ = AttributeSuggestionsGetConfig$;
4668
4676
  exports.AttributeSuggestionsMode = AttributeSuggestionsMode;
4677
+ exports.AttributeSuggestionsUpdateConfig$ = AttributeSuggestionsUpdateConfig$;
4678
+ exports.AuthenticationConfiguration$ = AuthenticationConfiguration$;
4679
+ exports.BasicAuthenticationConfiguration$ = BasicAuthenticationConfiguration$;
4680
+ exports.BatchDeleteDocument$ = BatchDeleteDocument$;
4669
4681
  exports.BatchDeleteDocumentCommand = BatchDeleteDocumentCommand;
4682
+ exports.BatchDeleteDocumentRequest$ = BatchDeleteDocumentRequest$;
4683
+ exports.BatchDeleteDocumentResponse$ = BatchDeleteDocumentResponse$;
4684
+ exports.BatchDeleteDocumentResponseFailedDocument$ = BatchDeleteDocumentResponseFailedDocument$;
4685
+ exports.BatchDeleteFeaturedResultsSet$ = BatchDeleteFeaturedResultsSet$;
4670
4686
  exports.BatchDeleteFeaturedResultsSetCommand = BatchDeleteFeaturedResultsSetCommand;
4687
+ exports.BatchDeleteFeaturedResultsSetError$ = BatchDeleteFeaturedResultsSetError$;
4688
+ exports.BatchDeleteFeaturedResultsSetRequest$ = BatchDeleteFeaturedResultsSetRequest$;
4689
+ exports.BatchDeleteFeaturedResultsSetResponse$ = BatchDeleteFeaturedResultsSetResponse$;
4690
+ exports.BatchGetDocumentStatus$ = BatchGetDocumentStatus$;
4671
4691
  exports.BatchGetDocumentStatusCommand = BatchGetDocumentStatusCommand;
4692
+ exports.BatchGetDocumentStatusRequest$ = BatchGetDocumentStatusRequest$;
4693
+ exports.BatchGetDocumentStatusResponse$ = BatchGetDocumentStatusResponse$;
4694
+ exports.BatchGetDocumentStatusResponseError$ = BatchGetDocumentStatusResponseError$;
4695
+ exports.BatchPutDocument$ = BatchPutDocument$;
4672
4696
  exports.BatchPutDocumentCommand = BatchPutDocumentCommand;
4697
+ exports.BatchPutDocumentRequest$ = BatchPutDocumentRequest$;
4698
+ exports.BatchPutDocumentResponse$ = BatchPutDocumentResponse$;
4699
+ exports.BatchPutDocumentResponseFailedDocument$ = BatchPutDocumentResponseFailedDocument$;
4700
+ exports.BoxConfiguration$ = BoxConfiguration$;
4701
+ exports.CapacityUnitsConfiguration$ = CapacityUnitsConfiguration$;
4702
+ exports.ClearQuerySuggestions$ = ClearQuerySuggestions$;
4673
4703
  exports.ClearQuerySuggestionsCommand = ClearQuerySuggestionsCommand;
4704
+ exports.ClearQuerySuggestionsRequest$ = ClearQuerySuggestionsRequest$;
4705
+ exports.ClickFeedback$ = ClickFeedback$;
4706
+ exports.CollapseConfiguration$ = CollapseConfiguration$;
4707
+ exports.CollapsedResultDetail$ = CollapsedResultDetail$;
4708
+ exports.ColumnConfiguration$ = ColumnConfiguration$;
4674
4709
  exports.ConditionOperator = ConditionOperator;
4675
- exports.ConflictException = ConflictException$1;
4710
+ exports.ConflictException = ConflictException;
4711
+ exports.ConflictException$ = ConflictException$;
4712
+ exports.ConflictingItem$ = ConflictingItem$;
4713
+ exports.ConfluenceAttachmentConfiguration$ = ConfluenceAttachmentConfiguration$;
4676
4714
  exports.ConfluenceAttachmentFieldName = ConfluenceAttachmentFieldName;
4715
+ exports.ConfluenceAttachmentToIndexFieldMapping$ = ConfluenceAttachmentToIndexFieldMapping$;
4677
4716
  exports.ConfluenceAuthenticationType = ConfluenceAuthenticationType;
4717
+ exports.ConfluenceBlogConfiguration$ = ConfluenceBlogConfiguration$;
4678
4718
  exports.ConfluenceBlogFieldName = ConfluenceBlogFieldName;
4719
+ exports.ConfluenceBlogToIndexFieldMapping$ = ConfluenceBlogToIndexFieldMapping$;
4720
+ exports.ConfluenceConfiguration$ = ConfluenceConfiguration$;
4721
+ exports.ConfluencePageConfiguration$ = ConfluencePageConfiguration$;
4679
4722
  exports.ConfluencePageFieldName = ConfluencePageFieldName;
4723
+ exports.ConfluencePageToIndexFieldMapping$ = ConfluencePageToIndexFieldMapping$;
4724
+ exports.ConfluenceSpaceConfiguration$ = ConfluenceSpaceConfiguration$;
4680
4725
  exports.ConfluenceSpaceFieldName = ConfluenceSpaceFieldName;
4726
+ exports.ConfluenceSpaceToIndexFieldMapping$ = ConfluenceSpaceToIndexFieldMapping$;
4681
4727
  exports.ConfluenceVersion = ConfluenceVersion;
4728
+ exports.ConnectionConfiguration$ = ConnectionConfiguration$;
4729
+ exports.ContentSourceConfiguration$ = ContentSourceConfiguration$;
4682
4730
  exports.ContentType = ContentType;
4731
+ exports.Correction$ = Correction$;
4732
+ exports.CreateAccessControlConfiguration$ = CreateAccessControlConfiguration$;
4683
4733
  exports.CreateAccessControlConfigurationCommand = CreateAccessControlConfigurationCommand;
4734
+ exports.CreateAccessControlConfigurationRequest$ = CreateAccessControlConfigurationRequest$;
4735
+ exports.CreateAccessControlConfigurationResponse$ = CreateAccessControlConfigurationResponse$;
4736
+ exports.CreateDataSource$ = CreateDataSource$;
4684
4737
  exports.CreateDataSourceCommand = CreateDataSourceCommand;
4738
+ exports.CreateDataSourceRequest$ = CreateDataSourceRequest$;
4739
+ exports.CreateDataSourceResponse$ = CreateDataSourceResponse$;
4740
+ exports.CreateExperience$ = CreateExperience$;
4685
4741
  exports.CreateExperienceCommand = CreateExperienceCommand;
4742
+ exports.CreateExperienceRequest$ = CreateExperienceRequest$;
4743
+ exports.CreateExperienceResponse$ = CreateExperienceResponse$;
4744
+ exports.CreateFaq$ = CreateFaq$;
4686
4745
  exports.CreateFaqCommand = CreateFaqCommand;
4746
+ exports.CreateFaqRequest$ = CreateFaqRequest$;
4747
+ exports.CreateFaqResponse$ = CreateFaqResponse$;
4748
+ exports.CreateFeaturedResultsSet$ = CreateFeaturedResultsSet$;
4687
4749
  exports.CreateFeaturedResultsSetCommand = CreateFeaturedResultsSetCommand;
4750
+ exports.CreateFeaturedResultsSetRequest$ = CreateFeaturedResultsSetRequest$;
4751
+ exports.CreateFeaturedResultsSetResponse$ = CreateFeaturedResultsSetResponse$;
4752
+ exports.CreateIndex$ = CreateIndex$;
4688
4753
  exports.CreateIndexCommand = CreateIndexCommand;
4754
+ exports.CreateIndexRequest$ = CreateIndexRequest$;
4755
+ exports.CreateIndexResponse$ = CreateIndexResponse$;
4756
+ exports.CreateQuerySuggestionsBlockList$ = CreateQuerySuggestionsBlockList$;
4689
4757
  exports.CreateQuerySuggestionsBlockListCommand = CreateQuerySuggestionsBlockListCommand;
4758
+ exports.CreateQuerySuggestionsBlockListRequest$ = CreateQuerySuggestionsBlockListRequest$;
4759
+ exports.CreateQuerySuggestionsBlockListResponse$ = CreateQuerySuggestionsBlockListResponse$;
4760
+ exports.CreateThesaurus$ = CreateThesaurus$;
4690
4761
  exports.CreateThesaurusCommand = CreateThesaurusCommand;
4762
+ exports.CreateThesaurusRequest$ = CreateThesaurusRequest$;
4763
+ exports.CreateThesaurusResponse$ = CreateThesaurusResponse$;
4764
+ exports.CustomDocumentEnrichmentConfiguration$ = CustomDocumentEnrichmentConfiguration$;
4765
+ exports.DataSourceConfiguration$ = DataSourceConfiguration$;
4766
+ exports.DataSourceGroup$ = DataSourceGroup$;
4691
4767
  exports.DataSourceStatus = DataSourceStatus;
4768
+ exports.DataSourceSummary$ = DataSourceSummary$;
4769
+ exports.DataSourceSyncJob$ = DataSourceSyncJob$;
4770
+ exports.DataSourceSyncJobMetricTarget$ = DataSourceSyncJobMetricTarget$;
4771
+ exports.DataSourceSyncJobMetrics$ = DataSourceSyncJobMetrics$;
4692
4772
  exports.DataSourceSyncJobStatus = DataSourceSyncJobStatus;
4773
+ exports.DataSourceToIndexFieldMapping$ = DataSourceToIndexFieldMapping$;
4693
4774
  exports.DataSourceType = DataSourceType;
4775
+ exports.DataSourceVpcConfiguration$ = DataSourceVpcConfiguration$;
4776
+ exports.DatabaseConfiguration$ = DatabaseConfiguration$;
4694
4777
  exports.DatabaseEngineType = DatabaseEngineType;
4778
+ exports.DeleteAccessControlConfiguration$ = DeleteAccessControlConfiguration$;
4695
4779
  exports.DeleteAccessControlConfigurationCommand = DeleteAccessControlConfigurationCommand;
4780
+ exports.DeleteAccessControlConfigurationRequest$ = DeleteAccessControlConfigurationRequest$;
4781
+ exports.DeleteAccessControlConfigurationResponse$ = DeleteAccessControlConfigurationResponse$;
4782
+ exports.DeleteDataSource$ = DeleteDataSource$;
4696
4783
  exports.DeleteDataSourceCommand = DeleteDataSourceCommand;
4784
+ exports.DeleteDataSourceRequest$ = DeleteDataSourceRequest$;
4785
+ exports.DeleteExperience$ = DeleteExperience$;
4697
4786
  exports.DeleteExperienceCommand = DeleteExperienceCommand;
4787
+ exports.DeleteExperienceRequest$ = DeleteExperienceRequest$;
4788
+ exports.DeleteExperienceResponse$ = DeleteExperienceResponse$;
4789
+ exports.DeleteFaq$ = DeleteFaq$;
4698
4790
  exports.DeleteFaqCommand = DeleteFaqCommand;
4791
+ exports.DeleteFaqRequest$ = DeleteFaqRequest$;
4792
+ exports.DeleteIndex$ = DeleteIndex$;
4699
4793
  exports.DeleteIndexCommand = DeleteIndexCommand;
4794
+ exports.DeleteIndexRequest$ = DeleteIndexRequest$;
4795
+ exports.DeletePrincipalMapping$ = DeletePrincipalMapping$;
4700
4796
  exports.DeletePrincipalMappingCommand = DeletePrincipalMappingCommand;
4797
+ exports.DeletePrincipalMappingRequest$ = DeletePrincipalMappingRequest$;
4798
+ exports.DeleteQuerySuggestionsBlockList$ = DeleteQuerySuggestionsBlockList$;
4701
4799
  exports.DeleteQuerySuggestionsBlockListCommand = DeleteQuerySuggestionsBlockListCommand;
4800
+ exports.DeleteQuerySuggestionsBlockListRequest$ = DeleteQuerySuggestionsBlockListRequest$;
4801
+ exports.DeleteThesaurus$ = DeleteThesaurus$;
4702
4802
  exports.DeleteThesaurusCommand = DeleteThesaurusCommand;
4803
+ exports.DeleteThesaurusRequest$ = DeleteThesaurusRequest$;
4804
+ exports.DescribeAccessControlConfiguration$ = DescribeAccessControlConfiguration$;
4703
4805
  exports.DescribeAccessControlConfigurationCommand = DescribeAccessControlConfigurationCommand;
4806
+ exports.DescribeAccessControlConfigurationRequest$ = DescribeAccessControlConfigurationRequest$;
4807
+ exports.DescribeAccessControlConfigurationResponse$ = DescribeAccessControlConfigurationResponse$;
4808
+ exports.DescribeDataSource$ = DescribeDataSource$;
4704
4809
  exports.DescribeDataSourceCommand = DescribeDataSourceCommand;
4810
+ exports.DescribeDataSourceRequest$ = DescribeDataSourceRequest$;
4811
+ exports.DescribeDataSourceResponse$ = DescribeDataSourceResponse$;
4812
+ exports.DescribeExperience$ = DescribeExperience$;
4705
4813
  exports.DescribeExperienceCommand = DescribeExperienceCommand;
4814
+ exports.DescribeExperienceRequest$ = DescribeExperienceRequest$;
4815
+ exports.DescribeExperienceResponse$ = DescribeExperienceResponse$;
4816
+ exports.DescribeFaq$ = DescribeFaq$;
4706
4817
  exports.DescribeFaqCommand = DescribeFaqCommand;
4818
+ exports.DescribeFaqRequest$ = DescribeFaqRequest$;
4819
+ exports.DescribeFaqResponse$ = DescribeFaqResponse$;
4820
+ exports.DescribeFeaturedResultsSet$ = DescribeFeaturedResultsSet$;
4707
4821
  exports.DescribeFeaturedResultsSetCommand = DescribeFeaturedResultsSetCommand;
4822
+ exports.DescribeFeaturedResultsSetRequest$ = DescribeFeaturedResultsSetRequest$;
4823
+ exports.DescribeFeaturedResultsSetResponse$ = DescribeFeaturedResultsSetResponse$;
4824
+ exports.DescribeIndex$ = DescribeIndex$;
4708
4825
  exports.DescribeIndexCommand = DescribeIndexCommand;
4826
+ exports.DescribeIndexRequest$ = DescribeIndexRequest$;
4827
+ exports.DescribeIndexResponse$ = DescribeIndexResponse$;
4828
+ exports.DescribePrincipalMapping$ = DescribePrincipalMapping$;
4709
4829
  exports.DescribePrincipalMappingCommand = DescribePrincipalMappingCommand;
4830
+ exports.DescribePrincipalMappingRequest$ = DescribePrincipalMappingRequest$;
4831
+ exports.DescribePrincipalMappingResponse$ = DescribePrincipalMappingResponse$;
4832
+ exports.DescribeQuerySuggestionsBlockList$ = DescribeQuerySuggestionsBlockList$;
4710
4833
  exports.DescribeQuerySuggestionsBlockListCommand = DescribeQuerySuggestionsBlockListCommand;
4834
+ exports.DescribeQuerySuggestionsBlockListRequest$ = DescribeQuerySuggestionsBlockListRequest$;
4835
+ exports.DescribeQuerySuggestionsBlockListResponse$ = DescribeQuerySuggestionsBlockListResponse$;
4836
+ exports.DescribeQuerySuggestionsConfig$ = DescribeQuerySuggestionsConfig$;
4711
4837
  exports.DescribeQuerySuggestionsConfigCommand = DescribeQuerySuggestionsConfigCommand;
4838
+ exports.DescribeQuerySuggestionsConfigRequest$ = DescribeQuerySuggestionsConfigRequest$;
4839
+ exports.DescribeQuerySuggestionsConfigResponse$ = DescribeQuerySuggestionsConfigResponse$;
4840
+ exports.DescribeThesaurus$ = DescribeThesaurus$;
4712
4841
  exports.DescribeThesaurusCommand = DescribeThesaurusCommand;
4842
+ exports.DescribeThesaurusRequest$ = DescribeThesaurusRequest$;
4843
+ exports.DescribeThesaurusResponse$ = DescribeThesaurusResponse$;
4844
+ exports.DisassociateEntitiesFromExperience$ = DisassociateEntitiesFromExperience$;
4713
4845
  exports.DisassociateEntitiesFromExperienceCommand = DisassociateEntitiesFromExperienceCommand;
4846
+ exports.DisassociateEntitiesFromExperienceRequest$ = DisassociateEntitiesFromExperienceRequest$;
4847
+ exports.DisassociateEntitiesFromExperienceResponse$ = DisassociateEntitiesFromExperienceResponse$;
4848
+ exports.DisassociatePersonasFromEntities$ = DisassociatePersonasFromEntities$;
4714
4849
  exports.DisassociatePersonasFromEntitiesCommand = DisassociatePersonasFromEntitiesCommand;
4850
+ exports.DisassociatePersonasFromEntitiesRequest$ = DisassociatePersonasFromEntitiesRequest$;
4851
+ exports.DisassociatePersonasFromEntitiesResponse$ = DisassociatePersonasFromEntitiesResponse$;
4852
+ exports.Document$ = Document$;
4853
+ exports.DocumentAttribute$ = DocumentAttribute$;
4854
+ exports.DocumentAttributeCondition$ = DocumentAttributeCondition$;
4855
+ exports.DocumentAttributeTarget$ = DocumentAttributeTarget$;
4856
+ exports.DocumentAttributeValue$ = DocumentAttributeValue$;
4857
+ exports.DocumentAttributeValueCountPair$ = DocumentAttributeValueCountPair$;
4715
4858
  exports.DocumentAttributeValueType = DocumentAttributeValueType;
4859
+ exports.DocumentInfo$ = DocumentInfo$;
4860
+ exports.DocumentMetadataConfiguration$ = DocumentMetadataConfiguration$;
4861
+ exports.DocumentRelevanceConfiguration$ = DocumentRelevanceConfiguration$;
4716
4862
  exports.DocumentStatus = DocumentStatus;
4863
+ exports.DocumentsMetadataConfiguration$ = DocumentsMetadataConfiguration$;
4717
4864
  exports.EndpointType = EndpointType;
4865
+ exports.EntityConfiguration$ = EntityConfiguration$;
4866
+ exports.EntityDisplayData$ = EntityDisplayData$;
4867
+ exports.EntityPersonaConfiguration$ = EntityPersonaConfiguration$;
4718
4868
  exports.EntityType = EntityType;
4719
4869
  exports.ErrorCode = ErrorCode;
4870
+ exports.ExpandConfiguration$ = ExpandConfiguration$;
4871
+ exports.ExpandedResultItem$ = ExpandedResultItem$;
4872
+ exports.ExperienceConfiguration$ = ExperienceConfiguration$;
4873
+ exports.ExperienceEndpoint$ = ExperienceEndpoint$;
4874
+ exports.ExperienceEntitiesSummary$ = ExperienceEntitiesSummary$;
4720
4875
  exports.ExperienceStatus = ExperienceStatus;
4876
+ exports.ExperiencesSummary$ = ExperiencesSummary$;
4877
+ exports.Facet$ = Facet$;
4878
+ exports.FacetResult$ = FacetResult$;
4879
+ exports.FailedEntity$ = FailedEntity$;
4721
4880
  exports.FaqFileFormat = FaqFileFormat;
4881
+ exports.FaqStatistics$ = FaqStatistics$;
4722
4882
  exports.FaqStatus = FaqStatus;
4723
- exports.FeaturedResultsConflictException = FeaturedResultsConflictException$1;
4883
+ exports.FaqSummary$ = FaqSummary$;
4884
+ exports.FeaturedDocument$ = FeaturedDocument$;
4885
+ exports.FeaturedDocumentMissing$ = FeaturedDocumentMissing$;
4886
+ exports.FeaturedDocumentWithMetadata$ = FeaturedDocumentWithMetadata$;
4887
+ exports.FeaturedResultsConflictException = FeaturedResultsConflictException;
4888
+ exports.FeaturedResultsConflictException$ = FeaturedResultsConflictException$;
4889
+ exports.FeaturedResultsItem$ = FeaturedResultsItem$;
4890
+ exports.FeaturedResultsSet$ = FeaturedResultsSet$;
4724
4891
  exports.FeaturedResultsSetStatus = FeaturedResultsSetStatus;
4892
+ exports.FeaturedResultsSetSummary$ = FeaturedResultsSetSummary$;
4893
+ exports.FsxConfiguration$ = FsxConfiguration$;
4725
4894
  exports.FsxFileSystemType = FsxFileSystemType;
4895
+ exports.GetQuerySuggestions$ = GetQuerySuggestions$;
4726
4896
  exports.GetQuerySuggestionsCommand = GetQuerySuggestionsCommand;
4897
+ exports.GetQuerySuggestionsRequest$ = GetQuerySuggestionsRequest$;
4898
+ exports.GetQuerySuggestionsResponse$ = GetQuerySuggestionsResponse$;
4899
+ exports.GetSnapshots$ = GetSnapshots$;
4727
4900
  exports.GetSnapshotsCommand = GetSnapshotsCommand;
4901
+ exports.GetSnapshotsRequest$ = GetSnapshotsRequest$;
4902
+ exports.GetSnapshotsResponse$ = GetSnapshotsResponse$;
4903
+ exports.GitHubConfiguration$ = GitHubConfiguration$;
4904
+ exports.GitHubDocumentCrawlProperties$ = GitHubDocumentCrawlProperties$;
4905
+ exports.GoogleDriveConfiguration$ = GoogleDriveConfiguration$;
4906
+ exports.GroupMembers$ = GroupMembers$;
4907
+ exports.GroupOrderingIdSummary$ = GroupOrderingIdSummary$;
4908
+ exports.GroupSummary$ = GroupSummary$;
4909
+ exports.HierarchicalPrincipal$ = HierarchicalPrincipal$;
4910
+ exports.Highlight$ = Highlight$;
4728
4911
  exports.HighlightType = HighlightType;
4912
+ exports.HookConfiguration$ = HookConfiguration$;
4913
+ exports.IndexConfigurationSummary$ = IndexConfigurationSummary$;
4729
4914
  exports.IndexEdition = IndexEdition;
4915
+ exports.IndexStatistics$ = IndexStatistics$;
4730
4916
  exports.IndexStatus = IndexStatus;
4731
- exports.InternalServerException = InternalServerException$1;
4917
+ exports.InlineCustomDocumentEnrichmentConfiguration$ = InlineCustomDocumentEnrichmentConfiguration$;
4918
+ exports.InternalServerException = InternalServerException;
4919
+ exports.InternalServerException$ = InternalServerException$;
4732
4920
  exports.Interval = Interval;
4733
- exports.InvalidRequestException = InvalidRequestException$1;
4921
+ exports.InvalidRequestException = InvalidRequestException;
4922
+ exports.InvalidRequestException$ = InvalidRequestException$;
4734
4923
  exports.IssueSubEntity = IssueSubEntity;
4924
+ exports.JiraConfiguration$ = JiraConfiguration$;
4925
+ exports.JsonTokenTypeConfiguration$ = JsonTokenTypeConfiguration$;
4926
+ exports.JwtTokenTypeConfiguration$ = JwtTokenTypeConfiguration$;
4735
4927
  exports.Kendra = Kendra;
4736
4928
  exports.KendraClient = KendraClient;
4737
- exports.KendraServiceException = KendraServiceException$1;
4929
+ exports.KendraServiceException = KendraServiceException;
4930
+ exports.KendraServiceException$ = KendraServiceException$;
4738
4931
  exports.KeyLocation = KeyLocation;
4932
+ exports.ListAccessControlConfigurations$ = ListAccessControlConfigurations$;
4739
4933
  exports.ListAccessControlConfigurationsCommand = ListAccessControlConfigurationsCommand;
4934
+ exports.ListAccessControlConfigurationsRequest$ = ListAccessControlConfigurationsRequest$;
4935
+ exports.ListAccessControlConfigurationsResponse$ = ListAccessControlConfigurationsResponse$;
4936
+ exports.ListDataSourceSyncJobs$ = ListDataSourceSyncJobs$;
4740
4937
  exports.ListDataSourceSyncJobsCommand = ListDataSourceSyncJobsCommand;
4938
+ exports.ListDataSourceSyncJobsRequest$ = ListDataSourceSyncJobsRequest$;
4939
+ exports.ListDataSourceSyncJobsResponse$ = ListDataSourceSyncJobsResponse$;
4940
+ exports.ListDataSources$ = ListDataSources$;
4741
4941
  exports.ListDataSourcesCommand = ListDataSourcesCommand;
4942
+ exports.ListDataSourcesRequest$ = ListDataSourcesRequest$;
4943
+ exports.ListDataSourcesResponse$ = ListDataSourcesResponse$;
4944
+ exports.ListEntityPersonas$ = ListEntityPersonas$;
4742
4945
  exports.ListEntityPersonasCommand = ListEntityPersonasCommand;
4946
+ exports.ListEntityPersonasRequest$ = ListEntityPersonasRequest$;
4947
+ exports.ListEntityPersonasResponse$ = ListEntityPersonasResponse$;
4948
+ exports.ListExperienceEntities$ = ListExperienceEntities$;
4743
4949
  exports.ListExperienceEntitiesCommand = ListExperienceEntitiesCommand;
4950
+ exports.ListExperienceEntitiesRequest$ = ListExperienceEntitiesRequest$;
4951
+ exports.ListExperienceEntitiesResponse$ = ListExperienceEntitiesResponse$;
4952
+ exports.ListExperiences$ = ListExperiences$;
4744
4953
  exports.ListExperiencesCommand = ListExperiencesCommand;
4954
+ exports.ListExperiencesRequest$ = ListExperiencesRequest$;
4955
+ exports.ListExperiencesResponse$ = ListExperiencesResponse$;
4956
+ exports.ListFaqs$ = ListFaqs$;
4745
4957
  exports.ListFaqsCommand = ListFaqsCommand;
4958
+ exports.ListFaqsRequest$ = ListFaqsRequest$;
4959
+ exports.ListFaqsResponse$ = ListFaqsResponse$;
4960
+ exports.ListFeaturedResultsSets$ = ListFeaturedResultsSets$;
4746
4961
  exports.ListFeaturedResultsSetsCommand = ListFeaturedResultsSetsCommand;
4962
+ exports.ListFeaturedResultsSetsRequest$ = ListFeaturedResultsSetsRequest$;
4963
+ exports.ListFeaturedResultsSetsResponse$ = ListFeaturedResultsSetsResponse$;
4964
+ exports.ListGroupsOlderThanOrderingId$ = ListGroupsOlderThanOrderingId$;
4747
4965
  exports.ListGroupsOlderThanOrderingIdCommand = ListGroupsOlderThanOrderingIdCommand;
4966
+ exports.ListGroupsOlderThanOrderingIdRequest$ = ListGroupsOlderThanOrderingIdRequest$;
4967
+ exports.ListGroupsOlderThanOrderingIdResponse$ = ListGroupsOlderThanOrderingIdResponse$;
4968
+ exports.ListIndices$ = ListIndices$;
4748
4969
  exports.ListIndicesCommand = ListIndicesCommand;
4970
+ exports.ListIndicesRequest$ = ListIndicesRequest$;
4971
+ exports.ListIndicesResponse$ = ListIndicesResponse$;
4972
+ exports.ListQuerySuggestionsBlockLists$ = ListQuerySuggestionsBlockLists$;
4749
4973
  exports.ListQuerySuggestionsBlockListsCommand = ListQuerySuggestionsBlockListsCommand;
4974
+ exports.ListQuerySuggestionsBlockListsRequest$ = ListQuerySuggestionsBlockListsRequest$;
4975
+ exports.ListQuerySuggestionsBlockListsResponse$ = ListQuerySuggestionsBlockListsResponse$;
4976
+ exports.ListTagsForResource$ = ListTagsForResource$;
4750
4977
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
4978
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
4979
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
4980
+ exports.ListThesauri$ = ListThesauri$;
4751
4981
  exports.ListThesauriCommand = ListThesauriCommand;
4982
+ exports.ListThesauriRequest$ = ListThesauriRequest$;
4983
+ exports.ListThesauriResponse$ = ListThesauriResponse$;
4984
+ exports.MemberGroup$ = MemberGroup$;
4985
+ exports.MemberUser$ = MemberUser$;
4752
4986
  exports.MetricType = MetricType;
4753
4987
  exports.MissingAttributeKeyStrategy = MissingAttributeKeyStrategy;
4754
4988
  exports.Mode = Mode;
4989
+ exports.OnPremiseConfiguration$ = OnPremiseConfiguration$;
4990
+ exports.OneDriveConfiguration$ = OneDriveConfiguration$;
4991
+ exports.OneDriveUsers$ = OneDriveUsers$;
4755
4992
  exports.Order = Order;
4756
4993
  exports.Persona = Persona;
4994
+ exports.PersonasSummary$ = PersonasSummary$;
4995
+ exports.Principal$ = Principal$;
4757
4996
  exports.PrincipalMappingStatus = PrincipalMappingStatus;
4758
4997
  exports.PrincipalType = PrincipalType;
4998
+ exports.ProxyConfiguration$ = ProxyConfiguration$;
4999
+ exports.PutPrincipalMapping$ = PutPrincipalMapping$;
4759
5000
  exports.PutPrincipalMappingCommand = PutPrincipalMappingCommand;
5001
+ exports.PutPrincipalMappingRequest$ = PutPrincipalMappingRequest$;
5002
+ exports.Query$ = Query$;
4760
5003
  exports.QueryCommand = QueryCommand;
4761
5004
  exports.QueryIdentifiersEnclosingOption = QueryIdentifiersEnclosingOption;
5005
+ exports.QueryRequest$ = QueryRequest$;
5006
+ exports.QueryResult$ = QueryResult$;
4762
5007
  exports.QueryResultFormat = QueryResultFormat;
5008
+ exports.QueryResultItem$ = QueryResultItem$;
4763
5009
  exports.QueryResultType = QueryResultType;
4764
5010
  exports.QuerySuggestionsBlockListStatus = QuerySuggestionsBlockListStatus;
5011
+ exports.QuerySuggestionsBlockListSummary$ = QuerySuggestionsBlockListSummary$;
4765
5012
  exports.QuerySuggestionsStatus = QuerySuggestionsStatus;
5013
+ exports.QuipConfiguration$ = QuipConfiguration$;
4766
5014
  exports.ReadAccessType = ReadAccessType;
5015
+ exports.Relevance$ = Relevance$;
5016
+ exports.RelevanceFeedback$ = RelevanceFeedback$;
4767
5017
  exports.RelevanceType = RelevanceType;
4768
- exports.ResourceAlreadyExistException = ResourceAlreadyExistException$1;
4769
- exports.ResourceInUseException = ResourceInUseException$1;
4770
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
4771
- exports.ResourceUnavailableException = ResourceUnavailableException$1;
5018
+ exports.ResourceAlreadyExistException = ResourceAlreadyExistException;
5019
+ exports.ResourceAlreadyExistException$ = ResourceAlreadyExistException$;
5020
+ exports.ResourceInUseException = ResourceInUseException;
5021
+ exports.ResourceInUseException$ = ResourceInUseException$;
5022
+ exports.ResourceNotFoundException = ResourceNotFoundException;
5023
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
5024
+ exports.ResourceUnavailableException = ResourceUnavailableException;
5025
+ exports.ResourceUnavailableException$ = ResourceUnavailableException$;
5026
+ exports.Retrieve$ = Retrieve$;
4772
5027
  exports.RetrieveCommand = RetrieveCommand;
5028
+ exports.RetrieveRequest$ = RetrieveRequest$;
5029
+ exports.RetrieveResult$ = RetrieveResult$;
5030
+ exports.RetrieveResultItem$ = RetrieveResultItem$;
5031
+ exports.S3DataSourceConfiguration$ = S3DataSourceConfiguration$;
5032
+ exports.S3Path$ = S3Path$;
5033
+ exports.SaaSConfiguration$ = SaaSConfiguration$;
5034
+ exports.SalesforceChatterFeedConfiguration$ = SalesforceChatterFeedConfiguration$;
4773
5035
  exports.SalesforceChatterFeedIncludeFilterType = SalesforceChatterFeedIncludeFilterType;
5036
+ exports.SalesforceConfiguration$ = SalesforceConfiguration$;
5037
+ exports.SalesforceCustomKnowledgeArticleTypeConfiguration$ = SalesforceCustomKnowledgeArticleTypeConfiguration$;
5038
+ exports.SalesforceKnowledgeArticleConfiguration$ = SalesforceKnowledgeArticleConfiguration$;
4774
5039
  exports.SalesforceKnowledgeArticleState = SalesforceKnowledgeArticleState;
5040
+ exports.SalesforceStandardKnowledgeArticleTypeConfiguration$ = SalesforceStandardKnowledgeArticleTypeConfiguration$;
5041
+ exports.SalesforceStandardObjectAttachmentConfiguration$ = SalesforceStandardObjectAttachmentConfiguration$;
5042
+ exports.SalesforceStandardObjectConfiguration$ = SalesforceStandardObjectConfiguration$;
4775
5043
  exports.SalesforceStandardObjectName = SalesforceStandardObjectName;
5044
+ exports.ScoreAttributes$ = ScoreAttributes$;
4776
5045
  exports.ScoreConfidence = ScoreConfidence;
5046
+ exports.Search$ = Search$;
5047
+ exports.SeedUrlConfiguration$ = SeedUrlConfiguration$;
5048
+ exports.ServerSideEncryptionConfiguration$ = ServerSideEncryptionConfiguration$;
4777
5049
  exports.ServiceNowAuthenticationType = ServiceNowAuthenticationType;
4778
5050
  exports.ServiceNowBuildVersionType = ServiceNowBuildVersionType;
4779
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
5051
+ exports.ServiceNowConfiguration$ = ServiceNowConfiguration$;
5052
+ exports.ServiceNowKnowledgeArticleConfiguration$ = ServiceNowKnowledgeArticleConfiguration$;
5053
+ exports.ServiceNowServiceCatalogConfiguration$ = ServiceNowServiceCatalogConfiguration$;
5054
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
5055
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
5056
+ exports.SharePointConfiguration$ = SharePointConfiguration$;
4780
5057
  exports.SharePointOnlineAuthenticationType = SharePointOnlineAuthenticationType;
4781
5058
  exports.SharePointVersion = SharePointVersion;
5059
+ exports.SiteMapsConfiguration$ = SiteMapsConfiguration$;
5060
+ exports.SlackConfiguration$ = SlackConfiguration$;
4782
5061
  exports.SlackEntity = SlackEntity;
4783
5062
  exports.SortOrder = SortOrder;
5063
+ exports.SortingConfiguration$ = SortingConfiguration$;
5064
+ exports.SourceDocument$ = SourceDocument$;
5065
+ exports.SpellCorrectedQuery$ = SpellCorrectedQuery$;
5066
+ exports.SpellCorrectionConfiguration$ = SpellCorrectionConfiguration$;
5067
+ exports.SqlConfiguration$ = SqlConfiguration$;
5068
+ exports.StartDataSourceSyncJob$ = StartDataSourceSyncJob$;
4784
5069
  exports.StartDataSourceSyncJobCommand = StartDataSourceSyncJobCommand;
5070
+ exports.StartDataSourceSyncJobRequest$ = StartDataSourceSyncJobRequest$;
5071
+ exports.StartDataSourceSyncJobResponse$ = StartDataSourceSyncJobResponse$;
5072
+ exports.Status$ = Status$;
5073
+ exports.StopDataSourceSyncJob$ = StopDataSourceSyncJob$;
4785
5074
  exports.StopDataSourceSyncJobCommand = StopDataSourceSyncJobCommand;
5075
+ exports.StopDataSourceSyncJobRequest$ = StopDataSourceSyncJobRequest$;
5076
+ exports.SubmitFeedback$ = SubmitFeedback$;
4786
5077
  exports.SubmitFeedbackCommand = SubmitFeedbackCommand;
5078
+ exports.SubmitFeedbackRequest$ = SubmitFeedbackRequest$;
5079
+ exports.SuggestableConfig$ = SuggestableConfig$;
5080
+ exports.Suggestion$ = Suggestion$;
5081
+ exports.SuggestionHighlight$ = SuggestionHighlight$;
5082
+ exports.SuggestionTextWithHighlights$ = SuggestionTextWithHighlights$;
4787
5083
  exports.SuggestionType = SuggestionType;
5084
+ exports.SuggestionValue$ = SuggestionValue$;
5085
+ exports.TableCell$ = TableCell$;
5086
+ exports.TableExcerpt$ = TableExcerpt$;
5087
+ exports.TableRow$ = TableRow$;
5088
+ exports.Tag$ = Tag$;
5089
+ exports.TagResource$ = TagResource$;
4788
5090
  exports.TagResourceCommand = TagResourceCommand;
5091
+ exports.TagResourceRequest$ = TagResourceRequest$;
5092
+ exports.TagResourceResponse$ = TagResourceResponse$;
5093
+ exports.TemplateConfiguration$ = TemplateConfiguration$;
5094
+ exports.TextDocumentStatistics$ = TextDocumentStatistics$;
5095
+ exports.TextWithHighlights$ = TextWithHighlights$;
4789
5096
  exports.ThesaurusStatus = ThesaurusStatus;
4790
- exports.ThrottlingException = ThrottlingException$1;
5097
+ exports.ThesaurusSummary$ = ThesaurusSummary$;
5098
+ exports.ThrottlingException = ThrottlingException;
5099
+ exports.ThrottlingException$ = ThrottlingException$;
5100
+ exports.TimeRange$ = TimeRange$;
4791
5101
  exports.Type = Type;
5102
+ exports.UntagResource$ = UntagResource$;
4792
5103
  exports.UntagResourceCommand = UntagResourceCommand;
5104
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
5105
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
5106
+ exports.UpdateAccessControlConfiguration$ = UpdateAccessControlConfiguration$;
4793
5107
  exports.UpdateAccessControlConfigurationCommand = UpdateAccessControlConfigurationCommand;
5108
+ exports.UpdateAccessControlConfigurationRequest$ = UpdateAccessControlConfigurationRequest$;
5109
+ exports.UpdateAccessControlConfigurationResponse$ = UpdateAccessControlConfigurationResponse$;
5110
+ exports.UpdateDataSource$ = UpdateDataSource$;
4794
5111
  exports.UpdateDataSourceCommand = UpdateDataSourceCommand;
5112
+ exports.UpdateDataSourceRequest$ = UpdateDataSourceRequest$;
5113
+ exports.UpdateExperience$ = UpdateExperience$;
4795
5114
  exports.UpdateExperienceCommand = UpdateExperienceCommand;
5115
+ exports.UpdateExperienceRequest$ = UpdateExperienceRequest$;
5116
+ exports.UpdateFeaturedResultsSet$ = UpdateFeaturedResultsSet$;
4796
5117
  exports.UpdateFeaturedResultsSetCommand = UpdateFeaturedResultsSetCommand;
5118
+ exports.UpdateFeaturedResultsSetRequest$ = UpdateFeaturedResultsSetRequest$;
5119
+ exports.UpdateFeaturedResultsSetResponse$ = UpdateFeaturedResultsSetResponse$;
5120
+ exports.UpdateIndex$ = UpdateIndex$;
4797
5121
  exports.UpdateIndexCommand = UpdateIndexCommand;
5122
+ exports.UpdateIndexRequest$ = UpdateIndexRequest$;
5123
+ exports.UpdateQuerySuggestionsBlockList$ = UpdateQuerySuggestionsBlockList$;
4798
5124
  exports.UpdateQuerySuggestionsBlockListCommand = UpdateQuerySuggestionsBlockListCommand;
5125
+ exports.UpdateQuerySuggestionsBlockListRequest$ = UpdateQuerySuggestionsBlockListRequest$;
5126
+ exports.UpdateQuerySuggestionsConfig$ = UpdateQuerySuggestionsConfig$;
4799
5127
  exports.UpdateQuerySuggestionsConfigCommand = UpdateQuerySuggestionsConfigCommand;
5128
+ exports.UpdateQuerySuggestionsConfigRequest$ = UpdateQuerySuggestionsConfigRequest$;
5129
+ exports.UpdateThesaurus$ = UpdateThesaurus$;
4800
5130
  exports.UpdateThesaurusCommand = UpdateThesaurusCommand;
5131
+ exports.UpdateThesaurusRequest$ = UpdateThesaurusRequest$;
5132
+ exports.Urls$ = Urls$;
5133
+ exports.UserContext$ = UserContext$;
4801
5134
  exports.UserContextPolicy = UserContextPolicy;
5135
+ exports.UserGroupResolutionConfiguration$ = UserGroupResolutionConfiguration$;
4802
5136
  exports.UserGroupResolutionMode = UserGroupResolutionMode;
4803
- exports.ValidationException = ValidationException$1;
5137
+ exports.UserIdentityConfiguration$ = UserIdentityConfiguration$;
5138
+ exports.UserTokenConfiguration$ = UserTokenConfiguration$;
5139
+ exports.ValidationException = ValidationException;
5140
+ exports.ValidationException$ = ValidationException$;
5141
+ exports.Warning$ = Warning$;
4804
5142
  exports.WarningCode = WarningCode;
5143
+ exports.WebCrawlerConfiguration$ = WebCrawlerConfiguration$;
4805
5144
  exports.WebCrawlerMode = WebCrawlerMode;
5145
+ exports.WorkDocsConfiguration$ = WorkDocsConfiguration$;
4806
5146
  exports.paginateGetSnapshots = paginateGetSnapshots;
4807
5147
  exports.paginateListAccessControlConfigurations = paginateListAccessControlConfigurations;
4808
5148
  exports.paginateListDataSourceSyncJobs = paginateListDataSourceSyncJobs;