@aws-sdk/client-qbusiness 3.760.0 → 3.772.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 (2) hide show
  1. package/dist-cjs/index.js +264 -316
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  APISchema: () => APISchema,
25
25
  APISchemaFilterSensitiveLog: () => APISchemaFilterSensitiveLog,
26
26
  APISchemaType: () => APISchemaType,
@@ -217,7 +217,7 @@ __export(src_exports, {
217
217
  paginateListWebExperiences: () => paginateListWebExperiences,
218
218
  paginateSearchRelevantContent: () => paginateSearchRelevantContent
219
219
  });
220
- module.exports = __toCommonJS(src_exports);
220
+ module.exports = __toCommonJS(index_exports);
221
221
 
222
222
  // src/QBusinessClient.ts
223
223
  var import_middleware_eventstream = require("@aws-sdk/middleware-eventstream");
@@ -346,9 +346,9 @@ var QBusinessClient = class extends import_smithy_client.Client {
346
346
  this.middlewareStack.use(
347
347
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
348
348
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultQBusinessHttpAuthSchemeParametersProvider,
349
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
349
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
350
350
  "aws.auth#sigv4": config.credentials
351
- })
351
+ }), "identityProviderConfigProvider")
352
352
  })
353
353
  );
354
354
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -411,10 +411,8 @@ var MembershipType = {
411
411
  var Principal;
412
412
  ((Principal3) => {
413
413
  Principal3.visit = /* @__PURE__ */ __name((value, visitor) => {
414
- if (value.user !== void 0)
415
- return visitor.user(value.user);
416
- if (value.group !== void 0)
417
- return visitor.group(value.group);
414
+ if (value.user !== void 0) return visitor.user(value.user);
415
+ if (value.group !== void 0) return visitor.group(value.group);
418
416
  return visitor._(value.$unknown[0], value.$unknown[1]);
419
417
  }, "visit");
420
418
  })(Principal || (Principal = {}));
@@ -439,14 +437,10 @@ var AccessDeniedException = class _AccessDeniedException extends QBusinessServic
439
437
  var DocumentAttributeValue;
440
438
  ((DocumentAttributeValue2) => {
441
439
  DocumentAttributeValue2.visit = /* @__PURE__ */ __name((value, visitor) => {
442
- if (value.stringValue !== void 0)
443
- return visitor.stringValue(value.stringValue);
444
- if (value.stringListValue !== void 0)
445
- return visitor.stringListValue(value.stringListValue);
446
- if (value.longValue !== void 0)
447
- return visitor.longValue(value.longValue);
448
- if (value.dateValue !== void 0)
449
- return visitor.dateValue(value.dateValue);
440
+ if (value.stringValue !== void 0) return visitor.stringValue(value.stringValue);
441
+ if (value.stringListValue !== void 0) return visitor.stringListValue(value.stringListValue);
442
+ if (value.longValue !== void 0) return visitor.longValue(value.longValue);
443
+ if (value.dateValue !== void 0) return visitor.dateValue(value.dateValue);
450
444
  return visitor._(value.$unknown[0], value.$unknown[1]);
451
445
  }, "visit");
452
446
  })(DocumentAttributeValue || (DocumentAttributeValue = {}));
@@ -478,10 +472,8 @@ var PluginType = {
478
472
  var APISchema;
479
473
  ((APISchema3) => {
480
474
  APISchema3.visit = /* @__PURE__ */ __name((value, visitor) => {
481
- if (value.payload !== void 0)
482
- return visitor.payload(value.payload);
483
- if (value.s3 !== void 0)
484
- return visitor.s3(value.s3);
475
+ if (value.payload !== void 0) return visitor.payload(value.payload);
476
+ if (value.s3 !== void 0) return visitor.s3(value.s3);
485
477
  return visitor._(value.$unknown[0], value.$unknown[1]);
486
478
  }, "visit");
487
479
  })(APISchema || (APISchema = {}));
@@ -751,14 +743,11 @@ var IndexStatus = {
751
743
  var PluginAuthConfiguration;
752
744
  ((PluginAuthConfiguration3) => {
753
745
  PluginAuthConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
754
- if (value.basicAuthConfiguration !== void 0)
755
- return visitor.basicAuthConfiguration(value.basicAuthConfiguration);
746
+ if (value.basicAuthConfiguration !== void 0) return visitor.basicAuthConfiguration(value.basicAuthConfiguration);
756
747
  if (value.oAuth2ClientCredentialConfiguration !== void 0)
757
748
  return visitor.oAuth2ClientCredentialConfiguration(value.oAuth2ClientCredentialConfiguration);
758
- if (value.noAuthConfiguration !== void 0)
759
- return visitor.noAuthConfiguration(value.noAuthConfiguration);
760
- if (value.idcAuthConfiguration !== void 0)
761
- return visitor.idcAuthConfiguration(value.idcAuthConfiguration);
749
+ if (value.noAuthConfiguration !== void 0) return visitor.noAuthConfiguration(value.noAuthConfiguration);
750
+ if (value.idcAuthConfiguration !== void 0) return visitor.idcAuthConfiguration(value.idcAuthConfiguration);
762
751
  return visitor._(value.$unknown[0], value.$unknown[1]);
763
752
  }, "visit");
764
753
  })(PluginAuthConfiguration || (PluginAuthConfiguration = {}));
@@ -795,12 +784,9 @@ var StringAttributeValueBoostingLevel = {
795
784
  var DocumentAttributeBoostingConfiguration;
796
785
  ((DocumentAttributeBoostingConfiguration3) => {
797
786
  DocumentAttributeBoostingConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
798
- if (value.numberConfiguration !== void 0)
799
- return visitor.numberConfiguration(value.numberConfiguration);
800
- if (value.stringConfiguration !== void 0)
801
- return visitor.stringConfiguration(value.stringConfiguration);
802
- if (value.dateConfiguration !== void 0)
803
- return visitor.dateConfiguration(value.dateConfiguration);
787
+ if (value.numberConfiguration !== void 0) return visitor.numberConfiguration(value.numberConfiguration);
788
+ if (value.stringConfiguration !== void 0) return visitor.stringConfiguration(value.stringConfiguration);
789
+ if (value.dateConfiguration !== void 0) return visitor.dateConfiguration(value.dateConfiguration);
804
790
  if (value.stringListConfiguration !== void 0)
805
791
  return visitor.stringListConfiguration(value.stringListConfiguration);
806
792
  return visitor._(value.$unknown[0], value.$unknown[1]);
@@ -832,8 +818,7 @@ var BrowserExtension = {
832
818
  var IdentityProviderConfiguration;
833
819
  ((IdentityProviderConfiguration3) => {
834
820
  IdentityProviderConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
835
- if (value.samlConfiguration !== void 0)
836
- return visitor.samlConfiguration(value.samlConfiguration);
821
+ if (value.samlConfiguration !== void 0) return visitor.samlConfiguration(value.samlConfiguration);
837
822
  if (value.openIDConnectConfiguration !== void 0)
838
823
  return visitor.openIDConnectConfiguration(value.openIDConnectConfiguration);
839
824
  return visitor._(value.$unknown[0], value.$unknown[1]);
@@ -846,8 +831,7 @@ var WebExperienceSamplePromptsControlMode = {
846
831
  var WebExperienceAuthConfiguration;
847
832
  ((WebExperienceAuthConfiguration3) => {
848
833
  WebExperienceAuthConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
849
- if (value.samlConfiguration !== void 0)
850
- return visitor.samlConfiguration(value.samlConfiguration);
834
+ if (value.samlConfiguration !== void 0) return visitor.samlConfiguration(value.samlConfiguration);
851
835
  return visitor._(value.$unknown[0], value.$unknown[1]);
852
836
  }, "visit");
853
837
  })(WebExperienceAuthConfiguration || (WebExperienceAuthConfiguration = {}));
@@ -869,8 +853,7 @@ var OrchestrationControl = {
869
853
  var CopyFromSource;
870
854
  ((CopyFromSource3) => {
871
855
  CopyFromSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
872
- if (value.conversation !== void 0)
873
- return visitor.conversation(value.conversation);
856
+ if (value.conversation !== void 0) return visitor.conversation(value.conversation);
874
857
  return visitor._(value.$unknown[0], value.$unknown[1]);
875
858
  }, "visit");
876
859
  })(CopyFromSource || (CopyFromSource = {}));
@@ -885,10 +868,8 @@ var AudioExtractionType = {
885
868
  var DocumentContent;
886
869
  ((DocumentContent2) => {
887
870
  DocumentContent2.visit = /* @__PURE__ */ __name((value, visitor) => {
888
- if (value.blob !== void 0)
889
- return visitor.blob(value.blob);
890
- if (value.s3 !== void 0)
891
- return visitor.s3(value.s3);
871
+ if (value.blob !== void 0) return visitor.blob(value.blob);
872
+ if (value.s3 !== void 0) return visitor.s3(value.s3);
892
873
  return visitor._(value.$unknown[0], value.$unknown[1]);
893
874
  }, "visit");
894
875
  })(DocumentContent || (DocumentContent = {}));
@@ -914,8 +895,7 @@ var ChatMode = {
914
895
  var ChatModeConfiguration;
915
896
  ((ChatModeConfiguration3) => {
916
897
  ChatModeConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
917
- if (value.pluginConfiguration !== void 0)
918
- return visitor.pluginConfiguration(value.pluginConfiguration);
898
+ if (value.pluginConfiguration !== void 0) return visitor.pluginConfiguration(value.pluginConfiguration);
919
899
  return visitor._(value.$unknown[0], value.$unknown[1]);
920
900
  }, "visit");
921
901
  })(ChatModeConfiguration || (ChatModeConfiguration = {}));
@@ -926,26 +906,19 @@ var VideoExtractionType = {
926
906
  var SourceDetails;
927
907
  ((SourceDetails2) => {
928
908
  SourceDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
929
- if (value.imageSourceDetails !== void 0)
930
- return visitor.imageSourceDetails(value.imageSourceDetails);
931
- if (value.audioSourceDetails !== void 0)
932
- return visitor.audioSourceDetails(value.audioSourceDetails);
933
- if (value.videoSourceDetails !== void 0)
934
- return visitor.videoSourceDetails(value.videoSourceDetails);
909
+ if (value.imageSourceDetails !== void 0) return visitor.imageSourceDetails(value.imageSourceDetails);
910
+ if (value.audioSourceDetails !== void 0) return visitor.audioSourceDetails(value.audioSourceDetails);
911
+ if (value.videoSourceDetails !== void 0) return visitor.videoSourceDetails(value.videoSourceDetails);
935
912
  return visitor._(value.$unknown[0], value.$unknown[1]);
936
913
  }, "visit");
937
914
  })(SourceDetails || (SourceDetails = {}));
938
915
  var ChatOutputStream;
939
916
  ((ChatOutputStream3) => {
940
917
  ChatOutputStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
941
- if (value.textEvent !== void 0)
942
- return visitor.textEvent(value.textEvent);
943
- if (value.metadataEvent !== void 0)
944
- return visitor.metadataEvent(value.metadataEvent);
945
- if (value.actionReviewEvent !== void 0)
946
- return visitor.actionReviewEvent(value.actionReviewEvent);
947
- if (value.failedAttachmentEvent !== void 0)
948
- return visitor.failedAttachmentEvent(value.failedAttachmentEvent);
918
+ if (value.textEvent !== void 0) return visitor.textEvent(value.textEvent);
919
+ if (value.metadataEvent !== void 0) return visitor.metadataEvent(value.metadataEvent);
920
+ if (value.actionReviewEvent !== void 0) return visitor.actionReviewEvent(value.actionReviewEvent);
921
+ if (value.failedAttachmentEvent !== void 0) return visitor.failedAttachmentEvent(value.failedAttachmentEvent);
949
922
  if (value.authChallengeRequestEvent !== void 0)
950
923
  return visitor.authChallengeRequestEvent(value.authChallengeRequestEvent);
951
924
  return visitor._(value.$unknown[0], value.$unknown[1]);
@@ -990,18 +963,15 @@ var LicenseNotFoundException = class _LicenseNotFoundException extends QBusiness
990
963
  var ContentSource;
991
964
  ((ContentSource3) => {
992
965
  ContentSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
993
- if (value.retriever !== void 0)
994
- return visitor.retriever(value.retriever);
966
+ if (value.retriever !== void 0) return visitor.retriever(value.retriever);
995
967
  return visitor._(value.$unknown[0], value.$unknown[1]);
996
968
  }, "visit");
997
969
  })(ContentSource || (ContentSource = {}));
998
970
  var SubscriptionPrincipal;
999
971
  ((SubscriptionPrincipal3) => {
1000
972
  SubscriptionPrincipal3.visit = /* @__PURE__ */ __name((value, visitor) => {
1001
- if (value.user !== void 0)
1002
- return visitor.user(value.user);
1003
- if (value.group !== void 0)
1004
- return visitor.group(value.group);
973
+ if (value.user !== void 0) return visitor.user(value.user);
974
+ if (value.group !== void 0) return visitor.group(value.group);
1005
975
  return visitor._(value.$unknown[0], value.$unknown[1]);
1006
976
  }, "visit");
1007
977
  })(SubscriptionPrincipal || (SubscriptionPrincipal = {}));
@@ -1031,10 +1001,8 @@ var ResponseScope = {
1031
1001
  var RuleConfiguration;
1032
1002
  ((RuleConfiguration3) => {
1033
1003
  RuleConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
1034
- if (value.contentBlockerRule !== void 0)
1035
- return visitor.contentBlockerRule(value.contentBlockerRule);
1036
- if (value.contentRetrievalRule !== void 0)
1037
- return visitor.contentRetrievalRule(value.contentRetrievalRule);
1004
+ if (value.contentBlockerRule !== void 0) return visitor.contentBlockerRule(value.contentBlockerRule);
1005
+ if (value.contentRetrievalRule !== void 0) return visitor.contentRetrievalRule(value.contentRetrievalRule);
1038
1006
  return visitor._(value.$unknown[0], value.$unknown[1]);
1039
1007
  }, "visit");
1040
1008
  })(RuleConfiguration || (RuleConfiguration = {}));
@@ -1072,12 +1040,9 @@ var MessageType = {
1072
1040
  USER: "USER"
1073
1041
  };
1074
1042
  var APISchemaFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1075
- if (obj.payload !== void 0)
1076
- return { payload: import_smithy_client.SENSITIVE_STRING };
1077
- if (obj.s3 !== void 0)
1078
- return { s3: obj.s3 };
1079
- if (obj.$unknown !== void 0)
1080
- return { [obj.$unknown[0]]: "UNKNOWN" };
1043
+ if (obj.payload !== void 0) return { payload: import_smithy_client.SENSITIVE_STRING };
1044
+ if (obj.s3 !== void 0) return { s3: obj.s3 };
1045
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1081
1046
  }, "APISchemaFilterSensitiveLog");
1082
1047
  var EncryptionConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1083
1048
  ...obj,
@@ -1129,18 +1094,12 @@ var UpdatePluginRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1129
1094
  ...obj.authConfiguration && { authConfiguration: obj.authConfiguration }
1130
1095
  }), "UpdatePluginRequestFilterSensitiveLog");
1131
1096
  var ChatOutputStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1132
- if (obj.textEvent !== void 0)
1133
- return { textEvent: obj.textEvent };
1134
- if (obj.metadataEvent !== void 0)
1135
- return { metadataEvent: obj.metadataEvent };
1136
- if (obj.actionReviewEvent !== void 0)
1137
- return { actionReviewEvent: obj.actionReviewEvent };
1138
- if (obj.failedAttachmentEvent !== void 0)
1139
- return { failedAttachmentEvent: obj.failedAttachmentEvent };
1140
- if (obj.authChallengeRequestEvent !== void 0)
1141
- return { authChallengeRequestEvent: obj.authChallengeRequestEvent };
1142
- if (obj.$unknown !== void 0)
1143
- return { [obj.$unknown[0]]: "UNKNOWN" };
1097
+ if (obj.textEvent !== void 0) return { textEvent: obj.textEvent };
1098
+ if (obj.metadataEvent !== void 0) return { metadataEvent: obj.metadataEvent };
1099
+ if (obj.actionReviewEvent !== void 0) return { actionReviewEvent: obj.actionReviewEvent };
1100
+ if (obj.failedAttachmentEvent !== void 0) return { failedAttachmentEvent: obj.failedAttachmentEvent };
1101
+ if (obj.authChallengeRequestEvent !== void 0) return { authChallengeRequestEvent: obj.authChallengeRequestEvent };
1102
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1144
1103
  }, "ChatOutputStreamFilterSensitiveLog");
1145
1104
  var ChatOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1146
1105
  ...obj,
@@ -1184,36 +1143,25 @@ var ScoreConfidence = {
1184
1143
  var ChatInputStream;
1185
1144
  ((ChatInputStream2) => {
1186
1145
  ChatInputStream2.visit = /* @__PURE__ */ __name((value, visitor) => {
1187
- if (value.configurationEvent !== void 0)
1188
- return visitor.configurationEvent(value.configurationEvent);
1189
- if (value.textEvent !== void 0)
1190
- return visitor.textEvent(value.textEvent);
1191
- if (value.attachmentEvent !== void 0)
1192
- return visitor.attachmentEvent(value.attachmentEvent);
1193
- if (value.actionExecutionEvent !== void 0)
1194
- return visitor.actionExecutionEvent(value.actionExecutionEvent);
1195
- if (value.endOfInputEvent !== void 0)
1196
- return visitor.endOfInputEvent(value.endOfInputEvent);
1146
+ if (value.configurationEvent !== void 0) return visitor.configurationEvent(value.configurationEvent);
1147
+ if (value.textEvent !== void 0) return visitor.textEvent(value.textEvent);
1148
+ if (value.attachmentEvent !== void 0) return visitor.attachmentEvent(value.attachmentEvent);
1149
+ if (value.actionExecutionEvent !== void 0) return visitor.actionExecutionEvent(value.actionExecutionEvent);
1150
+ if (value.endOfInputEvent !== void 0) return visitor.endOfInputEvent(value.endOfInputEvent);
1197
1151
  if (value.authChallengeResponseEvent !== void 0)
1198
1152
  return visitor.authChallengeResponseEvent(value.authChallengeResponseEvent);
1199
1153
  return visitor._(value.$unknown[0], value.$unknown[1]);
1200
1154
  }, "visit");
1201
1155
  })(ChatInputStream || (ChatInputStream = {}));
1202
1156
  var ChatInputStreamFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1203
- if (obj.configurationEvent !== void 0)
1204
- return { configurationEvent: obj.configurationEvent };
1205
- if (obj.textEvent !== void 0)
1206
- return { textEvent: obj.textEvent };
1207
- if (obj.attachmentEvent !== void 0)
1208
- return { attachmentEvent: obj.attachmentEvent };
1209
- if (obj.actionExecutionEvent !== void 0)
1210
- return { actionExecutionEvent: obj.actionExecutionEvent };
1211
- if (obj.endOfInputEvent !== void 0)
1212
- return { endOfInputEvent: obj.endOfInputEvent };
1157
+ if (obj.configurationEvent !== void 0) return { configurationEvent: obj.configurationEvent };
1158
+ if (obj.textEvent !== void 0) return { textEvent: obj.textEvent };
1159
+ if (obj.attachmentEvent !== void 0) return { attachmentEvent: obj.attachmentEvent };
1160
+ if (obj.actionExecutionEvent !== void 0) return { actionExecutionEvent: obj.actionExecutionEvent };
1161
+ if (obj.endOfInputEvent !== void 0) return { endOfInputEvent: obj.endOfInputEvent };
1213
1162
  if (obj.authChallengeResponseEvent !== void 0)
1214
1163
  return { authChallengeResponseEvent: obj.authChallengeResponseEvent };
1215
- if (obj.$unknown !== void 0)
1216
- return { [obj.$unknown[0]]: "UNKNOWN" };
1164
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1217
1165
  }, "ChatInputStreamFilterSensitiveLog");
1218
1166
  var ChatInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1219
1167
  ...obj,
@@ -1246,7 +1194,7 @@ var se_AssociatePermissionCommand = /* @__PURE__ */ __name(async (input, context
1246
1194
  let body;
1247
1195
  body = JSON.stringify(
1248
1196
  (0, import_smithy_client.take)(input, {
1249
- actions: (_) => (0, import_smithy_client._json)(_),
1197
+ actions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "actions"),
1250
1198
  principal: [],
1251
1199
  statementId: []
1252
1200
  })
@@ -1266,7 +1214,7 @@ var se_BatchDeleteDocumentCommand = /* @__PURE__ */ __name(async (input, context
1266
1214
  body = JSON.stringify(
1267
1215
  (0, import_smithy_client.take)(input, {
1268
1216
  dataSourceSyncId: [],
1269
- documents: (_) => (0, import_smithy_client._json)(_)
1217
+ documents: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "documents")
1270
1218
  })
1271
1219
  );
1272
1220
  b.m("POST").h(headers).b(body);
@@ -1284,7 +1232,7 @@ var se_BatchPutDocumentCommand = /* @__PURE__ */ __name(async (input, context) =
1284
1232
  body = JSON.stringify(
1285
1233
  (0, import_smithy_client.take)(input, {
1286
1234
  dataSourceSyncId: [],
1287
- documents: (_) => se_Documents(_, context),
1235
+ documents: /* @__PURE__ */ __name((_) => se_Documents(_, context), "documents"),
1288
1236
  roleArn: []
1289
1237
  })
1290
1238
  );
@@ -1337,12 +1285,12 @@ var se_ChatSyncCommand = /* @__PURE__ */ __name(async (input, context) => {
1337
1285
  let body;
1338
1286
  body = JSON.stringify(
1339
1287
  (0, import_smithy_client.take)(input, {
1340
- actionExecution: (_) => se_ActionExecution(_, context),
1341
- attachments: (_) => se_AttachmentsInput(_, context),
1342
- attributeFilter: (_) => se_AttributeFilter(_, context),
1343
- authChallengeResponse: (_) => (0, import_smithy_client._json)(_),
1288
+ actionExecution: /* @__PURE__ */ __name((_) => se_ActionExecution(_, context), "actionExecution"),
1289
+ attachments: /* @__PURE__ */ __name((_) => se_AttachmentsInput(_, context), "attachments"),
1290
+ attributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "attributeFilter"),
1291
+ authChallengeResponse: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authChallengeResponse"),
1344
1292
  chatMode: [],
1345
- chatModeConfiguration: (_) => (0, import_smithy_client._json)(_),
1293
+ chatModeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "chatModeConfiguration"),
1346
1294
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1347
1295
  conversationId: [],
1348
1296
  parentMessageId: [],
@@ -1361,20 +1309,20 @@ var se_CreateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
1361
1309
  let body;
1362
1310
  body = JSON.stringify(
1363
1311
  (0, import_smithy_client.take)(input, {
1364
- attachmentsConfiguration: (_) => (0, import_smithy_client._json)(_),
1365
- clientIdsForOIDC: (_) => (0, import_smithy_client._json)(_),
1312
+ attachmentsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attachmentsConfiguration"),
1313
+ clientIdsForOIDC: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "clientIdsForOIDC"),
1366
1314
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1367
1315
  description: [],
1368
1316
  displayName: [],
1369
- encryptionConfiguration: (_) => (0, import_smithy_client._json)(_),
1317
+ encryptionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "encryptionConfiguration"),
1370
1318
  iamIdentityProviderArn: [],
1371
1319
  identityCenterInstanceArn: [],
1372
1320
  identityType: [],
1373
- personalizationConfiguration: (_) => (0, import_smithy_client._json)(_),
1374
- qAppsConfiguration: (_) => (0, import_smithy_client._json)(_),
1375
- quickSightConfiguration: (_) => (0, import_smithy_client._json)(_),
1321
+ personalizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "personalizationConfiguration"),
1322
+ qAppsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qAppsConfiguration"),
1323
+ quickSightConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "quickSightConfiguration"),
1376
1324
  roleArn: [],
1377
- tags: (_) => (0, import_smithy_client._json)(_)
1325
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1378
1326
  })
1379
1327
  );
1380
1328
  b.m("POST").h(headers).b(body);
@@ -1390,11 +1338,11 @@ var se_CreateDataAccessorCommand = /* @__PURE__ */ __name(async (input, context)
1390
1338
  let body;
1391
1339
  body = JSON.stringify(
1392
1340
  (0, import_smithy_client.take)(input, {
1393
- actionConfigurations: (_) => se_ActionConfigurationList(_, context),
1341
+ actionConfigurations: /* @__PURE__ */ __name((_) => se_ActionConfigurationList(_, context), "actionConfigurations"),
1394
1342
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1395
1343
  displayName: [],
1396
1344
  principal: [],
1397
- tags: (_) => (0, import_smithy_client._json)(_)
1345
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1398
1346
  })
1399
1347
  );
1400
1348
  b.m("POST").h(headers).b(body);
@@ -1412,15 +1360,15 @@ var se_CreateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
1412
1360
  body = JSON.stringify(
1413
1361
  (0, import_smithy_client.take)(input, {
1414
1362
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1415
- configuration: (_) => se_DataSourceConfiguration(_, context),
1363
+ configuration: /* @__PURE__ */ __name((_) => se_DataSourceConfiguration(_, context), "configuration"),
1416
1364
  description: [],
1417
1365
  displayName: [],
1418
- documentEnrichmentConfiguration: (_) => se_DocumentEnrichmentConfiguration(_, context),
1419
- mediaExtractionConfiguration: (_) => (0, import_smithy_client._json)(_),
1366
+ documentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_DocumentEnrichmentConfiguration(_, context), "documentEnrichmentConfiguration"),
1367
+ mediaExtractionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mediaExtractionConfiguration"),
1420
1368
  roleArn: [],
1421
1369
  syncSchedule: [],
1422
- tags: (_) => (0, import_smithy_client._json)(_),
1423
- vpcConfiguration: (_) => (0, import_smithy_client._json)(_)
1370
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1371
+ vpcConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vpcConfiguration")
1424
1372
  })
1425
1373
  );
1426
1374
  b.m("POST").h(headers).b(body);
@@ -1436,11 +1384,11 @@ var se_CreateIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
1436
1384
  let body;
1437
1385
  body = JSON.stringify(
1438
1386
  (0, import_smithy_client.take)(input, {
1439
- capacityConfiguration: (_) => (0, import_smithy_client._json)(_),
1387
+ capacityConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "capacityConfiguration"),
1440
1388
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1441
1389
  description: [],
1442
1390
  displayName: [],
1443
- tags: (_) => (0, import_smithy_client._json)(_),
1391
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1444
1392
  type: []
1445
1393
  })
1446
1394
  );
@@ -1457,12 +1405,12 @@ var se_CreatePluginCommand = /* @__PURE__ */ __name(async (input, context) => {
1457
1405
  let body;
1458
1406
  body = JSON.stringify(
1459
1407
  (0, import_smithy_client.take)(input, {
1460
- authConfiguration: (_) => (0, import_smithy_client._json)(_),
1408
+ authConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authConfiguration"),
1461
1409
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1462
- customPluginConfiguration: (_) => (0, import_smithy_client._json)(_),
1410
+ customPluginConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customPluginConfiguration"),
1463
1411
  displayName: [],
1464
1412
  serverUrl: [],
1465
- tags: (_) => (0, import_smithy_client._json)(_),
1413
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1466
1414
  type: []
1467
1415
  })
1468
1416
  );
@@ -1480,10 +1428,10 @@ var se_CreateRetrieverCommand = /* @__PURE__ */ __name(async (input, context) =>
1480
1428
  body = JSON.stringify(
1481
1429
  (0, import_smithy_client.take)(input, {
1482
1430
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1483
- configuration: (_) => (0, import_smithy_client._json)(_),
1431
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "configuration"),
1484
1432
  displayName: [],
1485
1433
  roleArn: [],
1486
- tags: (_) => (0, import_smithy_client._json)(_),
1434
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1487
1435
  type: []
1488
1436
  })
1489
1437
  );
@@ -1501,7 +1449,7 @@ var se_CreateSubscriptionCommand = /* @__PURE__ */ __name(async (input, context)
1501
1449
  body = JSON.stringify(
1502
1450
  (0, import_smithy_client.take)(input, {
1503
1451
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1504
- principal: (_) => (0, import_smithy_client._json)(_),
1452
+ principal: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "principal"),
1505
1453
  type: []
1506
1454
  })
1507
1455
  );
@@ -1519,7 +1467,7 @@ var se_CreateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
1519
1467
  body = JSON.stringify(
1520
1468
  (0, import_smithy_client.take)(input, {
1521
1469
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1522
- userAliases: (_) => (0, import_smithy_client._json)(_),
1470
+ userAliases: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userAliases"),
1523
1471
  userId: []
1524
1472
  })
1525
1473
  );
@@ -1536,15 +1484,15 @@ var se_CreateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
1536
1484
  let body;
1537
1485
  body = JSON.stringify(
1538
1486
  (0, import_smithy_client.take)(input, {
1539
- browserExtensionConfiguration: (_) => (0, import_smithy_client._json)(_),
1487
+ browserExtensionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "browserExtensionConfiguration"),
1540
1488
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1541
- customizationConfiguration: (_) => (0, import_smithy_client._json)(_),
1542
- identityProviderConfiguration: (_) => (0, import_smithy_client._json)(_),
1543
- origins: (_) => (0, import_smithy_client._json)(_),
1489
+ customizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customizationConfiguration"),
1490
+ identityProviderConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "identityProviderConfiguration"),
1491
+ origins: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "origins"),
1544
1492
  roleArn: [],
1545
1493
  samplePromptsControlMode: [],
1546
1494
  subtitle: [],
1547
- tags: (_) => (0, import_smithy_client._json)(_),
1495
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1548
1496
  title: [],
1549
1497
  welcomeMessage: []
1550
1498
  })
@@ -2083,8 +2031,8 @@ var se_PutFeedbackCommand = /* @__PURE__ */ __name(async (input, context) => {
2083
2031
  let body;
2084
2032
  body = JSON.stringify(
2085
2033
  (0, import_smithy_client.take)(input, {
2086
- messageCopiedAt: (_) => _.getTime() / 1e3,
2087
- messageUsefulness: (_) => se_MessageUsefulnessFeedback(_, context)
2034
+ messageCopiedAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "messageCopiedAt"),
2035
+ messageUsefulness: /* @__PURE__ */ __name((_) => se_MessageUsefulnessFeedback(_, context), "messageUsefulness")
2088
2036
  })
2089
2037
  );
2090
2038
  b.m("POST").h(headers).q(query).b(body);
@@ -2102,7 +2050,7 @@ var se_PutGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
2102
2050
  body = JSON.stringify(
2103
2051
  (0, import_smithy_client.take)(input, {
2104
2052
  dataSourceId: [],
2105
- groupMembers: (_) => (0, import_smithy_client._json)(_),
2053
+ groupMembers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "groupMembers"),
2106
2054
  groupName: [],
2107
2055
  roleArn: [],
2108
2056
  type: []
@@ -2121,8 +2069,8 @@ var se_SearchRelevantContentCommand = /* @__PURE__ */ __name(async (input, conte
2121
2069
  let body;
2122
2070
  body = JSON.stringify(
2123
2071
  (0, import_smithy_client.take)(input, {
2124
- attributeFilter: (_) => se_AttributeFilter(_, context),
2125
- contentSource: (_) => (0, import_smithy_client._json)(_),
2072
+ attributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "attributeFilter"),
2073
+ contentSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "contentSource"),
2126
2074
  maxResults: [],
2127
2075
  nextToken: [],
2128
2076
  queryText: []
@@ -2163,7 +2111,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
2163
2111
  let body;
2164
2112
  body = JSON.stringify(
2165
2113
  (0, import_smithy_client.take)(input, {
2166
- tags: (_) => (0, import_smithy_client._json)(_)
2114
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
2167
2115
  })
2168
2116
  );
2169
2117
  b.m("POST").h(headers).b(body);
@@ -2191,13 +2139,13 @@ var se_UpdateApplicationCommand = /* @__PURE__ */ __name(async (input, context)
2191
2139
  let body;
2192
2140
  body = JSON.stringify(
2193
2141
  (0, import_smithy_client.take)(input, {
2194
- attachmentsConfiguration: (_) => (0, import_smithy_client._json)(_),
2195
- autoSubscriptionConfiguration: (_) => (0, import_smithy_client._json)(_),
2142
+ attachmentsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "attachmentsConfiguration"),
2143
+ autoSubscriptionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "autoSubscriptionConfiguration"),
2196
2144
  description: [],
2197
2145
  displayName: [],
2198
2146
  identityCenterInstanceArn: [],
2199
- personalizationConfiguration: (_) => (0, import_smithy_client._json)(_),
2200
- qAppsConfiguration: (_) => (0, import_smithy_client._json)(_),
2147
+ personalizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "personalizationConfiguration"),
2148
+ qAppsConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "qAppsConfiguration"),
2201
2149
  roleArn: []
2202
2150
  })
2203
2151
  );
@@ -2214,13 +2162,13 @@ var se_UpdateChatControlsConfigurationCommand = /* @__PURE__ */ __name(async (in
2214
2162
  let body;
2215
2163
  body = JSON.stringify(
2216
2164
  (0, import_smithy_client.take)(input, {
2217
- blockedPhrasesConfigurationUpdate: (_) => (0, import_smithy_client._json)(_),
2165
+ blockedPhrasesConfigurationUpdate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "blockedPhrasesConfigurationUpdate"),
2218
2166
  clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
2219
- creatorModeConfiguration: (_) => (0, import_smithy_client._json)(_),
2220
- orchestrationConfiguration: (_) => (0, import_smithy_client._json)(_),
2167
+ creatorModeConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "creatorModeConfiguration"),
2168
+ orchestrationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "orchestrationConfiguration"),
2221
2169
  responseScope: [],
2222
- topicConfigurationsToCreateOrUpdate: (_) => (0, import_smithy_client._json)(_),
2223
- topicConfigurationsToDelete: (_) => (0, import_smithy_client._json)(_)
2170
+ topicConfigurationsToCreateOrUpdate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "topicConfigurationsToCreateOrUpdate"),
2171
+ topicConfigurationsToDelete: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "topicConfigurationsToDelete")
2224
2172
  })
2225
2173
  );
2226
2174
  b.m("PATCH").h(headers).b(body);
@@ -2237,7 +2185,7 @@ var se_UpdateDataAccessorCommand = /* @__PURE__ */ __name(async (input, context)
2237
2185
  let body;
2238
2186
  body = JSON.stringify(
2239
2187
  (0, import_smithy_client.take)(input, {
2240
- actionConfigurations: (_) => se_ActionConfigurationList(_, context),
2188
+ actionConfigurations: /* @__PURE__ */ __name((_) => se_ActionConfigurationList(_, context), "actionConfigurations"),
2241
2189
  displayName: []
2242
2190
  })
2243
2191
  );
@@ -2256,14 +2204,14 @@ var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
2256
2204
  let body;
2257
2205
  body = JSON.stringify(
2258
2206
  (0, import_smithy_client.take)(input, {
2259
- configuration: (_) => se_DataSourceConfiguration(_, context),
2207
+ configuration: /* @__PURE__ */ __name((_) => se_DataSourceConfiguration(_, context), "configuration"),
2260
2208
  description: [],
2261
2209
  displayName: [],
2262
- documentEnrichmentConfiguration: (_) => se_DocumentEnrichmentConfiguration(_, context),
2263
- mediaExtractionConfiguration: (_) => (0, import_smithy_client._json)(_),
2210
+ documentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_DocumentEnrichmentConfiguration(_, context), "documentEnrichmentConfiguration"),
2211
+ mediaExtractionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "mediaExtractionConfiguration"),
2264
2212
  roleArn: [],
2265
2213
  syncSchedule: [],
2266
- vpcConfiguration: (_) => (0, import_smithy_client._json)(_)
2214
+ vpcConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vpcConfiguration")
2267
2215
  })
2268
2216
  );
2269
2217
  b.m("PUT").h(headers).b(body);
@@ -2280,10 +2228,10 @@ var se_UpdateIndexCommand = /* @__PURE__ */ __name(async (input, context) => {
2280
2228
  let body;
2281
2229
  body = JSON.stringify(
2282
2230
  (0, import_smithy_client.take)(input, {
2283
- capacityConfiguration: (_) => (0, import_smithy_client._json)(_),
2231
+ capacityConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "capacityConfiguration"),
2284
2232
  description: [],
2285
2233
  displayName: [],
2286
- documentAttributeConfigurations: (_) => (0, import_smithy_client._json)(_)
2234
+ documentAttributeConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "documentAttributeConfigurations")
2287
2235
  })
2288
2236
  );
2289
2237
  b.m("PUT").h(headers).b(body);
@@ -2300,8 +2248,8 @@ var se_UpdatePluginCommand = /* @__PURE__ */ __name(async (input, context) => {
2300
2248
  let body;
2301
2249
  body = JSON.stringify(
2302
2250
  (0, import_smithy_client.take)(input, {
2303
- authConfiguration: (_) => (0, import_smithy_client._json)(_),
2304
- customPluginConfiguration: (_) => (0, import_smithy_client._json)(_),
2251
+ authConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authConfiguration"),
2252
+ customPluginConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customPluginConfiguration"),
2305
2253
  displayName: [],
2306
2254
  serverUrl: [],
2307
2255
  state: []
@@ -2321,7 +2269,7 @@ var se_UpdateRetrieverCommand = /* @__PURE__ */ __name(async (input, context) =>
2321
2269
  let body;
2322
2270
  body = JSON.stringify(
2323
2271
  (0, import_smithy_client.take)(input, {
2324
- configuration: (_) => (0, import_smithy_client._json)(_),
2272
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "configuration"),
2325
2273
  displayName: [],
2326
2274
  roleArn: []
2327
2275
  })
@@ -2357,8 +2305,8 @@ var se_UpdateUserCommand = /* @__PURE__ */ __name(async (input, context) => {
2357
2305
  let body;
2358
2306
  body = JSON.stringify(
2359
2307
  (0, import_smithy_client.take)(input, {
2360
- userAliasesToDelete: (_) => (0, import_smithy_client._json)(_),
2361
- userAliasesToUpdate: (_) => (0, import_smithy_client._json)(_)
2308
+ userAliasesToDelete: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userAliasesToDelete"),
2309
+ userAliasesToUpdate: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userAliasesToUpdate")
2362
2310
  })
2363
2311
  );
2364
2312
  b.m("PUT").h(headers).b(body);
@@ -2375,11 +2323,11 @@ var se_UpdateWebExperienceCommand = /* @__PURE__ */ __name(async (input, context
2375
2323
  let body;
2376
2324
  body = JSON.stringify(
2377
2325
  (0, import_smithy_client.take)(input, {
2378
- authenticationConfiguration: (_) => (0, import_smithy_client._json)(_),
2379
- browserExtensionConfiguration: (_) => (0, import_smithy_client._json)(_),
2380
- customizationConfiguration: (_) => (0, import_smithy_client._json)(_),
2381
- identityProviderConfiguration: (_) => (0, import_smithy_client._json)(_),
2382
- origins: (_) => (0, import_smithy_client._json)(_),
2326
+ authenticationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "authenticationConfiguration"),
2327
+ browserExtensionConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "browserExtensionConfiguration"),
2328
+ customizationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customizationConfiguration"),
2329
+ identityProviderConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "identityProviderConfiguration"),
2330
+ origins: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "origins"),
2383
2331
  roleArn: [],
2384
2332
  samplePromptsControlMode: [],
2385
2333
  subtitle: [],
@@ -2468,11 +2416,11 @@ var de_ChatSyncCommand = /* @__PURE__ */ __name(async (output, context) => {
2468
2416
  });
2469
2417
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2470
2418
  const doc = (0, import_smithy_client.take)(data, {
2471
- actionReview: (_) => de_ActionReview(_, context),
2419
+ actionReview: /* @__PURE__ */ __name((_) => de_ActionReview(_, context), "actionReview"),
2472
2420
  authChallengeRequest: import_smithy_client._json,
2473
2421
  conversationId: import_smithy_client.expectString,
2474
2422
  failedAttachments: import_smithy_client._json,
2475
- sourceAttributions: (_) => de_SourceAttributions(_, context),
2423
+ sourceAttributions: /* @__PURE__ */ __name((_) => de_SourceAttributions(_, context), "sourceAttributions"),
2476
2424
  systemMessage: import_smithy_client.expectString,
2477
2425
  systemMessageId: import_smithy_client.expectString,
2478
2426
  userMessageId: import_smithy_client.expectString
@@ -2758,7 +2706,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
2758
2706
  attachmentsConfiguration: import_smithy_client._json,
2759
2707
  autoSubscriptionConfiguration: import_smithy_client._json,
2760
2708
  clientIdsForOIDC: import_smithy_client._json,
2761
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2709
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
2762
2710
  description: import_smithy_client.expectString,
2763
2711
  displayName: import_smithy_client.expectString,
2764
2712
  encryptionConfiguration: import_smithy_client._json,
@@ -2771,7 +2719,7 @@ var de_GetApplicationCommand = /* @__PURE__ */ __name(async (output, context) =>
2771
2719
  quickSightConfiguration: import_smithy_client._json,
2772
2720
  roleArn: import_smithy_client.expectString,
2773
2721
  status: import_smithy_client.expectString,
2774
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2722
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
2775
2723
  });
2776
2724
  Object.assign(contents, doc);
2777
2725
  return contents;
@@ -2804,15 +2752,15 @@ var de_GetDataAccessorCommand = /* @__PURE__ */ __name(async (output, context) =
2804
2752
  });
2805
2753
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2806
2754
  const doc = (0, import_smithy_client.take)(data, {
2807
- actionConfigurations: (_) => de_ActionConfigurationList(_, context),
2755
+ actionConfigurations: /* @__PURE__ */ __name((_) => de_ActionConfigurationList(_, context), "actionConfigurations"),
2808
2756
  applicationId: import_smithy_client.expectString,
2809
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2757
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
2810
2758
  dataAccessorArn: import_smithy_client.expectString,
2811
2759
  dataAccessorId: import_smithy_client.expectString,
2812
2760
  displayName: import_smithy_client.expectString,
2813
2761
  idcApplicationArn: import_smithy_client.expectString,
2814
2762
  principal: import_smithy_client.expectString,
2815
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2763
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
2816
2764
  });
2817
2765
  Object.assign(contents, doc);
2818
2766
  return contents;
@@ -2827,13 +2775,13 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
2827
2775
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2828
2776
  const doc = (0, import_smithy_client.take)(data, {
2829
2777
  applicationId: import_smithy_client.expectString,
2830
- configuration: (_) => de_DataSourceConfiguration(_, context),
2831
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2778
+ configuration: /* @__PURE__ */ __name((_) => de_DataSourceConfiguration(_, context), "configuration"),
2779
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
2832
2780
  dataSourceArn: import_smithy_client.expectString,
2833
2781
  dataSourceId: import_smithy_client.expectString,
2834
2782
  description: import_smithy_client.expectString,
2835
2783
  displayName: import_smithy_client.expectString,
2836
- documentEnrichmentConfiguration: (_) => de_DocumentEnrichmentConfiguration(_, context),
2784
+ documentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => de_DocumentEnrichmentConfiguration(_, context), "documentEnrichmentConfiguration"),
2837
2785
  error: import_smithy_client._json,
2838
2786
  indexId: import_smithy_client.expectString,
2839
2787
  mediaExtractionConfiguration: import_smithy_client._json,
@@ -2841,7 +2789,7 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
2841
2789
  status: import_smithy_client.expectString,
2842
2790
  syncSchedule: import_smithy_client.expectString,
2843
2791
  type: import_smithy_client.expectString,
2844
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2792
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
2845
2793
  vpcConfiguration: import_smithy_client._json
2846
2794
  });
2847
2795
  Object.assign(contents, doc);
@@ -2856,8 +2804,8 @@ var de_GetGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
2856
2804
  });
2857
2805
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2858
2806
  const doc = (0, import_smithy_client.take)(data, {
2859
- status: (_) => de_GroupStatusDetail(_, context),
2860
- statusHistory: (_) => de_GroupStatusDetails(_, context)
2807
+ status: /* @__PURE__ */ __name((_) => de_GroupStatusDetail(_, context), "status"),
2808
+ statusHistory: /* @__PURE__ */ __name((_) => de_GroupStatusDetails(_, context), "statusHistory")
2861
2809
  });
2862
2810
  Object.assign(contents, doc);
2863
2811
  return contents;
@@ -2873,7 +2821,7 @@ var de_GetIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
2873
2821
  const doc = (0, import_smithy_client.take)(data, {
2874
2822
  applicationId: import_smithy_client.expectString,
2875
2823
  capacityConfiguration: import_smithy_client._json,
2876
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2824
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
2877
2825
  description: import_smithy_client.expectString,
2878
2826
  displayName: import_smithy_client.expectString,
2879
2827
  documentAttributeConfigurations: import_smithy_client._json,
@@ -2883,7 +2831,7 @@ var de_GetIndexCommand = /* @__PURE__ */ __name(async (output, context) => {
2883
2831
  indexStatistics: import_smithy_client._json,
2884
2832
  status: import_smithy_client.expectString,
2885
2833
  type: import_smithy_client.expectString,
2886
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2834
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
2887
2835
  });
2888
2836
  Object.assign(contents, doc);
2889
2837
  return contents;
@@ -2913,9 +2861,9 @@ var de_GetPluginCommand = /* @__PURE__ */ __name(async (output, context) => {
2913
2861
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2914
2862
  const doc = (0, import_smithy_client.take)(data, {
2915
2863
  applicationId: import_smithy_client.expectString,
2916
- authConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2864
+ authConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "authConfiguration"),
2917
2865
  buildStatus: import_smithy_client.expectString,
2918
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2866
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
2919
2867
  customPluginConfiguration: import_smithy_client._json,
2920
2868
  displayName: import_smithy_client.expectString,
2921
2869
  pluginArn: import_smithy_client.expectString,
@@ -2923,7 +2871,7 @@ var de_GetPluginCommand = /* @__PURE__ */ __name(async (output, context) => {
2923
2871
  serverUrl: import_smithy_client.expectString,
2924
2872
  state: import_smithy_client.expectString,
2925
2873
  type: import_smithy_client.expectString,
2926
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2874
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
2927
2875
  });
2928
2876
  Object.assign(contents, doc);
2929
2877
  return contents;
@@ -2952,15 +2900,15 @@ var de_GetRetrieverCommand = /* @__PURE__ */ __name(async (output, context) => {
2952
2900
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2953
2901
  const doc = (0, import_smithy_client.take)(data, {
2954
2902
  applicationId: import_smithy_client.expectString,
2955
- configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2956
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2903
+ configuration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "configuration"),
2904
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
2957
2905
  displayName: import_smithy_client.expectString,
2958
2906
  retrieverArn: import_smithy_client.expectString,
2959
2907
  retrieverId: import_smithy_client.expectString,
2960
2908
  roleArn: import_smithy_client.expectString,
2961
2909
  status: import_smithy_client.expectString,
2962
2910
  type: import_smithy_client.expectString,
2963
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
2911
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
2964
2912
  });
2965
2913
  Object.assign(contents, doc);
2966
2914
  return contents;
@@ -2989,20 +2937,20 @@ var de_GetWebExperienceCommand = /* @__PURE__ */ __name(async (output, context)
2989
2937
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2990
2938
  const doc = (0, import_smithy_client.take)(data, {
2991
2939
  applicationId: import_smithy_client.expectString,
2992
- authenticationConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2940
+ authenticationConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "authenticationConfiguration"),
2993
2941
  browserExtensionConfiguration: import_smithy_client._json,
2994
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2942
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
2995
2943
  customizationConfiguration: import_smithy_client._json,
2996
2944
  defaultEndpoint: import_smithy_client.expectString,
2997
2945
  error: import_smithy_client._json,
2998
- identityProviderConfiguration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2946
+ identityProviderConfiguration: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "identityProviderConfiguration"),
2999
2947
  origins: import_smithy_client._json,
3000
2948
  roleArn: import_smithy_client.expectString,
3001
2949
  samplePromptsControlMode: import_smithy_client.expectString,
3002
2950
  status: import_smithy_client.expectString,
3003
2951
  subtitle: import_smithy_client.expectString,
3004
2952
  title: import_smithy_client.expectString,
3005
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
2953
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
3006
2954
  webExperienceArn: import_smithy_client.expectString,
3007
2955
  webExperienceId: import_smithy_client.expectString,
3008
2956
  welcomeMessage: import_smithy_client.expectString
@@ -3019,7 +2967,7 @@ var de_ListApplicationsCommand = /* @__PURE__ */ __name(async (output, context)
3019
2967
  });
3020
2968
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3021
2969
  const doc = (0, import_smithy_client.take)(data, {
3022
- applications: (_) => de_Applications(_, context),
2970
+ applications: /* @__PURE__ */ __name((_) => de_Applications(_, context), "applications"),
3023
2971
  nextToken: import_smithy_client.expectString
3024
2972
  });
3025
2973
  Object.assign(contents, doc);
@@ -3034,7 +2982,7 @@ var de_ListAttachmentsCommand = /* @__PURE__ */ __name(async (output, context) =
3034
2982
  });
3035
2983
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3036
2984
  const doc = (0, import_smithy_client.take)(data, {
3037
- attachments: (_) => de_AttachmentList(_, context),
2985
+ attachments: /* @__PURE__ */ __name((_) => de_AttachmentList(_, context), "attachments"),
3038
2986
  nextToken: import_smithy_client.expectString
3039
2987
  });
3040
2988
  Object.assign(contents, doc);
@@ -3049,7 +2997,7 @@ var de_ListConversationsCommand = /* @__PURE__ */ __name(async (output, context)
3049
2997
  });
3050
2998
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3051
2999
  const doc = (0, import_smithy_client.take)(data, {
3052
- conversations: (_) => de_Conversations(_, context),
3000
+ conversations: /* @__PURE__ */ __name((_) => de_Conversations(_, context), "conversations"),
3053
3001
  nextToken: import_smithy_client.expectString
3054
3002
  });
3055
3003
  Object.assign(contents, doc);
@@ -3064,7 +3012,7 @@ var de_ListDataAccessorsCommand = /* @__PURE__ */ __name(async (output, context)
3064
3012
  });
3065
3013
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3066
3014
  const doc = (0, import_smithy_client.take)(data, {
3067
- dataAccessors: (_) => de_DataAccessors(_, context),
3015
+ dataAccessors: /* @__PURE__ */ __name((_) => de_DataAccessors(_, context), "dataAccessors"),
3068
3016
  nextToken: import_smithy_client.expectString
3069
3017
  });
3070
3018
  Object.assign(contents, doc);
@@ -3079,7 +3027,7 @@ var de_ListDataSourcesCommand = /* @__PURE__ */ __name(async (output, context) =
3079
3027
  });
3080
3028
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3081
3029
  const doc = (0, import_smithy_client.take)(data, {
3082
- dataSources: (_) => de_DataSources(_, context),
3030
+ dataSources: /* @__PURE__ */ __name((_) => de_DataSources(_, context), "dataSources"),
3083
3031
  nextToken: import_smithy_client.expectString
3084
3032
  });
3085
3033
  Object.assign(contents, doc);
@@ -3094,7 +3042,7 @@ var de_ListDataSourceSyncJobsCommand = /* @__PURE__ */ __name(async (output, con
3094
3042
  });
3095
3043
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3096
3044
  const doc = (0, import_smithy_client.take)(data, {
3097
- history: (_) => de_DataSourceSyncJobs(_, context),
3045
+ history: /* @__PURE__ */ __name((_) => de_DataSourceSyncJobs(_, context), "history"),
3098
3046
  nextToken: import_smithy_client.expectString
3099
3047
  });
3100
3048
  Object.assign(contents, doc);
@@ -3109,7 +3057,7 @@ var de_ListDocumentsCommand = /* @__PURE__ */ __name(async (output, context) =>
3109
3057
  });
3110
3058
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3111
3059
  const doc = (0, import_smithy_client.take)(data, {
3112
- documentDetailList: (_) => de_DocumentDetailList(_, context),
3060
+ documentDetailList: /* @__PURE__ */ __name((_) => de_DocumentDetailList(_, context), "documentDetailList"),
3113
3061
  nextToken: import_smithy_client.expectString
3114
3062
  });
3115
3063
  Object.assign(contents, doc);
@@ -3139,7 +3087,7 @@ var de_ListIndicesCommand = /* @__PURE__ */ __name(async (output, context) => {
3139
3087
  });
3140
3088
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3141
3089
  const doc = (0, import_smithy_client.take)(data, {
3142
- indices: (_) => de_Indices(_, context),
3090
+ indices: /* @__PURE__ */ __name((_) => de_Indices(_, context), "indices"),
3143
3091
  nextToken: import_smithy_client.expectString
3144
3092
  });
3145
3093
  Object.assign(contents, doc);
@@ -3154,7 +3102,7 @@ var de_ListMessagesCommand = /* @__PURE__ */ __name(async (output, context) => {
3154
3102
  });
3155
3103
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3156
3104
  const doc = (0, import_smithy_client.take)(data, {
3157
- messages: (_) => de_Messages(_, context),
3105
+ messages: /* @__PURE__ */ __name((_) => de_Messages(_, context), "messages"),
3158
3106
  nextToken: import_smithy_client.expectString
3159
3107
  });
3160
3108
  Object.assign(contents, doc);
@@ -3185,7 +3133,7 @@ var de_ListPluginsCommand = /* @__PURE__ */ __name(async (output, context) => {
3185
3133
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3186
3134
  const doc = (0, import_smithy_client.take)(data, {
3187
3135
  nextToken: import_smithy_client.expectString,
3188
- plugins: (_) => de_Plugins(_, context)
3136
+ plugins: /* @__PURE__ */ __name((_) => de_Plugins(_, context), "plugins")
3189
3137
  });
3190
3138
  Object.assign(contents, doc);
3191
3139
  return contents;
@@ -3274,7 +3222,7 @@ var de_ListWebExperiencesCommand = /* @__PURE__ */ __name(async (output, context
3274
3222
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3275
3223
  const doc = (0, import_smithy_client.take)(data, {
3276
3224
  nextToken: import_smithy_client.expectString,
3277
- webExperiences: (_) => de_WebExperiences(_, context)
3225
+ webExperiences: /* @__PURE__ */ __name((_) => de_WebExperiences(_, context), "webExperiences")
3278
3226
  });
3279
3227
  Object.assign(contents, doc);
3280
3228
  return contents;
@@ -3309,7 +3257,7 @@ var de_SearchRelevantContentCommand = /* @__PURE__ */ __name(async (output, cont
3309
3257
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3310
3258
  const doc = (0, import_smithy_client.take)(data, {
3311
3259
  nextToken: import_smithy_client.expectString,
3312
- relevantContent: (_) => de_RelevantContentList(_, context)
3260
+ relevantContent: /* @__PURE__ */ __name((_) => de_RelevantContentList(_, context), "relevantContent")
3313
3261
  });
3314
3262
  Object.assign(contents, doc);
3315
3263
  return contents;
@@ -3657,13 +3605,13 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
3657
3605
  }, "de_ValidationExceptionRes");
3658
3606
  var se_ChatInputStream = /* @__PURE__ */ __name((input, context) => {
3659
3607
  const eventMarshallingVisitor = /* @__PURE__ */ __name((event) => ChatInputStream.visit(event, {
3660
- configurationEvent: (value) => se_ConfigurationEvent_event(value, context),
3661
- textEvent: (value) => se_TextInputEvent_event(value, context),
3662
- attachmentEvent: (value) => se_AttachmentInputEvent_event(value, context),
3663
- actionExecutionEvent: (value) => se_ActionExecutionEvent_event(value, context),
3664
- endOfInputEvent: (value) => se_EndOfInputEvent_event(value, context),
3665
- authChallengeResponseEvent: (value) => se_AuthChallengeResponseEvent_event(value, context),
3666
- _: (value) => value
3608
+ configurationEvent: /* @__PURE__ */ __name((value) => se_ConfigurationEvent_event(value, context), "configurationEvent"),
3609
+ textEvent: /* @__PURE__ */ __name((value) => se_TextInputEvent_event(value, context), "textEvent"),
3610
+ attachmentEvent: /* @__PURE__ */ __name((value) => se_AttachmentInputEvent_event(value, context), "attachmentEvent"),
3611
+ actionExecutionEvent: /* @__PURE__ */ __name((value) => se_ActionExecutionEvent_event(value, context), "actionExecutionEvent"),
3612
+ endOfInputEvent: /* @__PURE__ */ __name((value) => se_EndOfInputEvent_event(value, context), "endOfInputEvent"),
3613
+ authChallengeResponseEvent: /* @__PURE__ */ __name((value) => se_AuthChallengeResponseEvent_event(value, context), "authChallengeResponseEvent"),
3614
+ _: /* @__PURE__ */ __name((value) => value, "_")
3667
3615
  }), "eventMarshallingVisitor");
3668
3616
  return context.eventStreamMarshaller.serialize(input, eventMarshallingVisitor);
3669
3617
  }, "se_ChatInputStream");
@@ -3799,7 +3747,7 @@ var de_TextOutputEvent_event = /* @__PURE__ */ __name(async (output, context) =>
3799
3747
  var se_ActionConfiguration = /* @__PURE__ */ __name((input, context) => {
3800
3748
  return (0, import_smithy_client.take)(input, {
3801
3749
  action: [],
3802
- filterConfiguration: (_) => se_ActionFilterConfiguration(_, context)
3750
+ filterConfiguration: /* @__PURE__ */ __name((_) => se_ActionFilterConfiguration(_, context), "filterConfiguration")
3803
3751
  });
3804
3752
  }, "se_ActionConfiguration");
3805
3753
  var se_ActionConfigurationList = /* @__PURE__ */ __name((input, context) => {
@@ -3809,14 +3757,14 @@ var se_ActionConfigurationList = /* @__PURE__ */ __name((input, context) => {
3809
3757
  }, "se_ActionConfigurationList");
3810
3758
  var se_ActionExecution = /* @__PURE__ */ __name((input, context) => {
3811
3759
  return (0, import_smithy_client.take)(input, {
3812
- payload: (_) => se_ActionExecutionPayload(_, context),
3760
+ payload: /* @__PURE__ */ __name((_) => se_ActionExecutionPayload(_, context), "payload"),
3813
3761
  payloadFieldNameSeparator: [],
3814
3762
  pluginId: []
3815
3763
  });
3816
3764
  }, "se_ActionExecution");
3817
3765
  var se_ActionExecutionEvent = /* @__PURE__ */ __name((input, context) => {
3818
3766
  return (0, import_smithy_client.take)(input, {
3819
- payload: (_) => se_ActionExecutionPayload(_, context),
3767
+ payload: /* @__PURE__ */ __name((_) => se_ActionExecutionPayload(_, context), "payload"),
3820
3768
  payloadFieldNameSeparator: [],
3821
3769
  pluginId: []
3822
3770
  });
@@ -3832,12 +3780,12 @@ var se_ActionExecutionPayload = /* @__PURE__ */ __name((input, context) => {
3832
3780
  }, "se_ActionExecutionPayload");
3833
3781
  var se_ActionExecutionPayloadField = /* @__PURE__ */ __name((input, context) => {
3834
3782
  return (0, import_smithy_client.take)(input, {
3835
- value: (_) => se_ActionPayloadFieldValue(_, context)
3783
+ value: /* @__PURE__ */ __name((_) => se_ActionPayloadFieldValue(_, context), "value")
3836
3784
  });
3837
3785
  }, "se_ActionExecutionPayloadField");
3838
3786
  var se_ActionFilterConfiguration = /* @__PURE__ */ __name((input, context) => {
3839
3787
  return (0, import_smithy_client.take)(input, {
3840
- documentAttributeFilter: (_) => se_AttributeFilter(_, context)
3788
+ documentAttributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "documentAttributeFilter")
3841
3789
  });
3842
3790
  }, "se_ActionFilterConfiguration");
3843
3791
  var se_ActionPayloadFieldValue = /* @__PURE__ */ __name((input, context) => {
@@ -3852,7 +3800,7 @@ var se_AttachmentInput = /* @__PURE__ */ __name((input, context) => {
3852
3800
  }, "se_AttachmentInput");
3853
3801
  var se_AttachmentInputEvent = /* @__PURE__ */ __name((input, context) => {
3854
3802
  return (0, import_smithy_client.take)(input, {
3855
- attachment: (_) => se_AttachmentInput(_, context)
3803
+ attachment: /* @__PURE__ */ __name((_) => se_AttachmentInput(_, context), "attachment")
3856
3804
  });
3857
3805
  }, "se_AttachmentInputEvent");
3858
3806
  var se_AttachmentsInput = /* @__PURE__ */ __name((input, context) => {
@@ -3862,16 +3810,16 @@ var se_AttachmentsInput = /* @__PURE__ */ __name((input, context) => {
3862
3810
  }, "se_AttachmentsInput");
3863
3811
  var se_AttributeFilter = /* @__PURE__ */ __name((input, context) => {
3864
3812
  return (0, import_smithy_client.take)(input, {
3865
- andAllFilters: (_) => se_AttributeFilters(_, context),
3866
- containsAll: (_) => se_DocumentAttribute(_, context),
3867
- containsAny: (_) => se_DocumentAttribute(_, context),
3868
- equalsTo: (_) => se_DocumentAttribute(_, context),
3869
- greaterThan: (_) => se_DocumentAttribute(_, context),
3870
- greaterThanOrEquals: (_) => se_DocumentAttribute(_, context),
3871
- lessThan: (_) => se_DocumentAttribute(_, context),
3872
- lessThanOrEquals: (_) => se_DocumentAttribute(_, context),
3873
- notFilter: (_) => se_AttributeFilter(_, context),
3874
- orAllFilters: (_) => se_AttributeFilters(_, context)
3813
+ andAllFilters: /* @__PURE__ */ __name((_) => se_AttributeFilters(_, context), "andAllFilters"),
3814
+ containsAll: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "containsAll"),
3815
+ containsAny: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "containsAny"),
3816
+ equalsTo: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "equalsTo"),
3817
+ greaterThan: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "greaterThan"),
3818
+ greaterThanOrEquals: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "greaterThanOrEquals"),
3819
+ lessThan: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "lessThan"),
3820
+ lessThanOrEquals: /* @__PURE__ */ __name((_) => se_DocumentAttribute(_, context), "lessThanOrEquals"),
3821
+ notFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "notFilter"),
3822
+ orAllFilters: /* @__PURE__ */ __name((_) => se_AttributeFilters(_, context), "orAllFilters")
3875
3823
  });
3876
3824
  }, "se_AttributeFilter");
3877
3825
  var se_AttributeFilters = /* @__PURE__ */ __name((input, context) => {
@@ -3881,7 +3829,7 @@ var se_AttributeFilters = /* @__PURE__ */ __name((input, context) => {
3881
3829
  }, "se_AttributeFilters");
3882
3830
  var se_ConfigurationEvent = /* @__PURE__ */ __name((input, context) => {
3883
3831
  return (0, import_smithy_client.take)(input, {
3884
- attributeFilter: (_) => se_AttributeFilter(_, context),
3832
+ attributeFilter: /* @__PURE__ */ __name((_) => se_AttributeFilter(_, context), "attributeFilter"),
3885
3833
  chatMode: [],
3886
3834
  chatModeConfiguration: import_smithy_client._json
3887
3835
  });
@@ -3892,10 +3840,10 @@ var se_DataSourceConfiguration = /* @__PURE__ */ __name((input, context) => {
3892
3840
  var se_Document = /* @__PURE__ */ __name((input, context) => {
3893
3841
  return (0, import_smithy_client.take)(input, {
3894
3842
  accessConfiguration: import_smithy_client._json,
3895
- attributes: (_) => se_DocumentAttributes(_, context),
3896
- content: (_) => se_DocumentContent(_, context),
3843
+ attributes: /* @__PURE__ */ __name((_) => se_DocumentAttributes(_, context), "attributes"),
3844
+ content: /* @__PURE__ */ __name((_) => se_DocumentContent(_, context), "content"),
3897
3845
  contentType: [],
3898
- documentEnrichmentConfiguration: (_) => se_DocumentEnrichmentConfiguration(_, context),
3846
+ documentEnrichmentConfiguration: /* @__PURE__ */ __name((_) => se_DocumentEnrichmentConfiguration(_, context), "documentEnrichmentConfiguration"),
3899
3847
  id: [],
3900
3848
  mediaExtractionConfiguration: import_smithy_client._json,
3901
3849
  title: []
@@ -3904,14 +3852,14 @@ var se_Document = /* @__PURE__ */ __name((input, context) => {
3904
3852
  var se_DocumentAttribute = /* @__PURE__ */ __name((input, context) => {
3905
3853
  return (0, import_smithy_client.take)(input, {
3906
3854
  name: [],
3907
- value: (_) => se_DocumentAttributeValue(_, context)
3855
+ value: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "value")
3908
3856
  });
3909
3857
  }, "se_DocumentAttribute");
3910
3858
  var se_DocumentAttributeCondition = /* @__PURE__ */ __name((input, context) => {
3911
3859
  return (0, import_smithy_client.take)(input, {
3912
3860
  key: [],
3913
3861
  operator: [],
3914
- value: (_) => se_DocumentAttributeValue(_, context)
3862
+ value: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "value")
3915
3863
  });
3916
3864
  }, "se_DocumentAttributeCondition");
3917
3865
  var se_DocumentAttributes = /* @__PURE__ */ __name((input, context) => {
@@ -3923,30 +3871,30 @@ var se_DocumentAttributeTarget = /* @__PURE__ */ __name((input, context) => {
3923
3871
  return (0, import_smithy_client.take)(input, {
3924
3872
  attributeValueOperator: [],
3925
3873
  key: [],
3926
- value: (_) => se_DocumentAttributeValue(_, context)
3874
+ value: /* @__PURE__ */ __name((_) => se_DocumentAttributeValue(_, context), "value")
3927
3875
  });
3928
3876
  }, "se_DocumentAttributeTarget");
3929
3877
  var se_DocumentAttributeValue = /* @__PURE__ */ __name((input, context) => {
3930
3878
  return DocumentAttributeValue.visit(input, {
3931
- dateValue: (value) => ({ dateValue: value.getTime() / 1e3 }),
3932
- longValue: (value) => ({ longValue: value }),
3933
- stringListValue: (value) => ({ stringListValue: (0, import_smithy_client._json)(value) }),
3934
- stringValue: (value) => ({ stringValue: value }),
3935
- _: (name, value) => ({ [name]: value })
3879
+ dateValue: /* @__PURE__ */ __name((value) => ({ dateValue: value.getTime() / 1e3 }), "dateValue"),
3880
+ longValue: /* @__PURE__ */ __name((value) => ({ longValue: value }), "longValue"),
3881
+ stringListValue: /* @__PURE__ */ __name((value) => ({ stringListValue: (0, import_smithy_client._json)(value) }), "stringListValue"),
3882
+ stringValue: /* @__PURE__ */ __name((value) => ({ stringValue: value }), "stringValue"),
3883
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3936
3884
  });
3937
3885
  }, "se_DocumentAttributeValue");
3938
3886
  var se_DocumentContent = /* @__PURE__ */ __name((input, context) => {
3939
3887
  return DocumentContent.visit(input, {
3940
- blob: (value) => ({ blob: context.base64Encoder(value) }),
3941
- s3: (value) => ({ s3: (0, import_smithy_client._json)(value) }),
3942
- _: (name, value) => ({ [name]: value })
3888
+ blob: /* @__PURE__ */ __name((value) => ({ blob: context.base64Encoder(value) }), "blob"),
3889
+ s3: /* @__PURE__ */ __name((value) => ({ s3: (0, import_smithy_client._json)(value) }), "s3"),
3890
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3943
3891
  });
3944
3892
  }, "se_DocumentContent");
3945
3893
  var se_DocumentEnrichmentConfiguration = /* @__PURE__ */ __name((input, context) => {
3946
3894
  return (0, import_smithy_client.take)(input, {
3947
- inlineConfigurations: (_) => se_InlineDocumentEnrichmentConfigurations(_, context),
3948
- postExtractionHookConfiguration: (_) => se_HookConfiguration(_, context),
3949
- preExtractionHookConfiguration: (_) => se_HookConfiguration(_, context)
3895
+ inlineConfigurations: /* @__PURE__ */ __name((_) => se_InlineDocumentEnrichmentConfigurations(_, context), "inlineConfigurations"),
3896
+ postExtractionHookConfiguration: /* @__PURE__ */ __name((_) => se_HookConfiguration(_, context), "postExtractionHookConfiguration"),
3897
+ preExtractionHookConfiguration: /* @__PURE__ */ __name((_) => se_HookConfiguration(_, context), "preExtractionHookConfiguration")
3950
3898
  });
3951
3899
  }, "se_DocumentEnrichmentConfiguration");
3952
3900
  var se_Documents = /* @__PURE__ */ __name((input, context) => {
@@ -3956,7 +3904,7 @@ var se_Documents = /* @__PURE__ */ __name((input, context) => {
3956
3904
  }, "se_Documents");
3957
3905
  var se_HookConfiguration = /* @__PURE__ */ __name((input, context) => {
3958
3906
  return (0, import_smithy_client.take)(input, {
3959
- invocationCondition: (_) => se_DocumentAttributeCondition(_, context),
3907
+ invocationCondition: /* @__PURE__ */ __name((_) => se_DocumentAttributeCondition(_, context), "invocationCondition"),
3960
3908
  lambdaArn: [],
3961
3909
  roleArn: [],
3962
3910
  s3BucketName: []
@@ -3964,9 +3912,9 @@ var se_HookConfiguration = /* @__PURE__ */ __name((input, context) => {
3964
3912
  }, "se_HookConfiguration");
3965
3913
  var se_InlineDocumentEnrichmentConfiguration = /* @__PURE__ */ __name((input, context) => {
3966
3914
  return (0, import_smithy_client.take)(input, {
3967
- condition: (_) => se_DocumentAttributeCondition(_, context),
3915
+ condition: /* @__PURE__ */ __name((_) => se_DocumentAttributeCondition(_, context), "condition"),
3968
3916
  documentContentOperator: [],
3969
- target: (_) => se_DocumentAttributeTarget(_, context)
3917
+ target: /* @__PURE__ */ __name((_) => se_DocumentAttributeTarget(_, context), "target")
3970
3918
  });
3971
3919
  }, "se_InlineDocumentEnrichmentConfiguration");
3972
3920
  var se_InlineDocumentEnrichmentConfigurations = /* @__PURE__ */ __name((input, context) => {
@@ -3978,14 +3926,14 @@ var se_MessageUsefulnessFeedback = /* @__PURE__ */ __name((input, context) => {
3978
3926
  return (0, import_smithy_client.take)(input, {
3979
3927
  comment: [],
3980
3928
  reason: [],
3981
- submittedAt: (_) => _.getTime() / 1e3,
3929
+ submittedAt: /* @__PURE__ */ __name((_) => _.getTime() / 1e3, "submittedAt"),
3982
3930
  usefulness: []
3983
3931
  });
3984
3932
  }, "se_MessageUsefulnessFeedback");
3985
3933
  var de_ActionConfiguration = /* @__PURE__ */ __name((output, context) => {
3986
3934
  return (0, import_smithy_client.take)(output, {
3987
3935
  action: import_smithy_client.expectString,
3988
- filterConfiguration: (_) => de_ActionFilterConfiguration(_, context)
3936
+ filterConfiguration: /* @__PURE__ */ __name((_) => de_ActionFilterConfiguration(_, context), "filterConfiguration")
3989
3937
  });
3990
3938
  }, "de_ActionConfiguration");
3991
3939
  var de_ActionConfigurationList = /* @__PURE__ */ __name((output, context) => {
@@ -3996,7 +3944,7 @@ var de_ActionConfigurationList = /* @__PURE__ */ __name((output, context) => {
3996
3944
  }, "de_ActionConfigurationList");
3997
3945
  var de_ActionExecution = /* @__PURE__ */ __name((output, context) => {
3998
3946
  return (0, import_smithy_client.take)(output, {
3999
- payload: (_) => de_ActionExecutionPayload(_, context),
3947
+ payload: /* @__PURE__ */ __name((_) => de_ActionExecutionPayload(_, context), "payload"),
4000
3948
  payloadFieldNameSeparator: import_smithy_client.expectString,
4001
3949
  pluginId: import_smithy_client.expectString
4002
3950
  });
@@ -4015,12 +3963,12 @@ var de_ActionExecutionPayload = /* @__PURE__ */ __name((output, context) => {
4015
3963
  }, "de_ActionExecutionPayload");
4016
3964
  var de_ActionExecutionPayloadField = /* @__PURE__ */ __name((output, context) => {
4017
3965
  return (0, import_smithy_client.take)(output, {
4018
- value: (_) => de_ActionPayloadFieldValue(_, context)
3966
+ value: /* @__PURE__ */ __name((_) => de_ActionPayloadFieldValue(_, context), "value")
4019
3967
  });
4020
3968
  }, "de_ActionExecutionPayloadField");
4021
3969
  var de_ActionFilterConfiguration = /* @__PURE__ */ __name((output, context) => {
4022
3970
  return (0, import_smithy_client.take)(output, {
4023
- documentAttributeFilter: (_) => de_AttributeFilter(_, context)
3971
+ documentAttributeFilter: /* @__PURE__ */ __name((_) => de_AttributeFilter(_, context), "documentAttributeFilter")
4024
3972
  });
4025
3973
  }, "de_ActionFilterConfiguration");
4026
3974
  var de_ActionPayloadFieldValue = /* @__PURE__ */ __name((output, context) => {
@@ -4028,7 +3976,7 @@ var de_ActionPayloadFieldValue = /* @__PURE__ */ __name((output, context) => {
4028
3976
  }, "de_ActionPayloadFieldValue");
4029
3977
  var de_ActionReview = /* @__PURE__ */ __name((output, context) => {
4030
3978
  return (0, import_smithy_client.take)(output, {
4031
- payload: (_) => de_ActionReviewPayload(_, context),
3979
+ payload: /* @__PURE__ */ __name((_) => de_ActionReviewPayload(_, context), "payload"),
4032
3980
  payloadFieldNameSeparator: import_smithy_client.expectString,
4033
3981
  pluginId: import_smithy_client.expectString,
4034
3982
  pluginType: import_smithy_client.expectString
@@ -4037,7 +3985,7 @@ var de_ActionReview = /* @__PURE__ */ __name((output, context) => {
4037
3985
  var de_ActionReviewEvent = /* @__PURE__ */ __name((output, context) => {
4038
3986
  return (0, import_smithy_client.take)(output, {
4039
3987
  conversationId: import_smithy_client.expectString,
4040
- payload: (_) => de_ActionReviewPayload(_, context),
3988
+ payload: /* @__PURE__ */ __name((_) => de_ActionReviewPayload(_, context), "payload"),
4041
3989
  payloadFieldNameSeparator: import_smithy_client.expectString,
4042
3990
  pluginId: import_smithy_client.expectString,
4043
3991
  pluginType: import_smithy_client.expectString,
@@ -4057,20 +4005,20 @@ var de_ActionReviewPayload = /* @__PURE__ */ __name((output, context) => {
4057
4005
  var de_ActionReviewPayloadField = /* @__PURE__ */ __name((output, context) => {
4058
4006
  return (0, import_smithy_client.take)(output, {
4059
4007
  allowedFormat: import_smithy_client.expectString,
4060
- allowedValues: (_) => de_ActionReviewPayloadFieldAllowedValues(_, context),
4061
- arrayItemJsonSchema: (_) => de_ActionReviewPayloadFieldArrayItemJsonSchema(_, context),
4008
+ allowedValues: /* @__PURE__ */ __name((_) => de_ActionReviewPayloadFieldAllowedValues(_, context), "allowedValues"),
4009
+ arrayItemJsonSchema: /* @__PURE__ */ __name((_) => de_ActionReviewPayloadFieldArrayItemJsonSchema(_, context), "arrayItemJsonSchema"),
4062
4010
  displayDescription: import_smithy_client.expectString,
4063
4011
  displayName: import_smithy_client.expectString,
4064
4012
  displayOrder: import_smithy_client.expectInt32,
4065
4013
  required: import_smithy_client.expectBoolean,
4066
4014
  type: import_smithy_client.expectString,
4067
- value: (_) => de_ActionPayloadFieldValue(_, context)
4015
+ value: /* @__PURE__ */ __name((_) => de_ActionPayloadFieldValue(_, context), "value")
4068
4016
  });
4069
4017
  }, "de_ActionReviewPayloadField");
4070
4018
  var de_ActionReviewPayloadFieldAllowedValue = /* @__PURE__ */ __name((output, context) => {
4071
4019
  return (0, import_smithy_client.take)(output, {
4072
- displayValue: (_) => de_ActionPayloadFieldValue(_, context),
4073
- value: (_) => de_ActionPayloadFieldValue(_, context)
4020
+ displayValue: /* @__PURE__ */ __name((_) => de_ActionPayloadFieldValue(_, context), "displayValue"),
4021
+ value: /* @__PURE__ */ __name((_) => de_ActionPayloadFieldValue(_, context), "value")
4074
4022
  });
4075
4023
  }, "de_ActionReviewPayloadFieldAllowedValue");
4076
4024
  var de_ActionReviewPayloadFieldAllowedValues = /* @__PURE__ */ __name((output, context) => {
@@ -4085,12 +4033,12 @@ var de_ActionReviewPayloadFieldArrayItemJsonSchema = /* @__PURE__ */ __name((out
4085
4033
  var de_Application = /* @__PURE__ */ __name((output, context) => {
4086
4034
  return (0, import_smithy_client.take)(output, {
4087
4035
  applicationId: import_smithy_client.expectString,
4088
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4036
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
4089
4037
  displayName: import_smithy_client.expectString,
4090
4038
  identityType: import_smithy_client.expectString,
4091
4039
  quickSightConfiguration: import_smithy_client._json,
4092
4040
  status: import_smithy_client.expectString,
4093
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
4041
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
4094
4042
  });
4095
4043
  }, "de_Application");
4096
4044
  var de_Applications = /* @__PURE__ */ __name((output, context) => {
@@ -4103,8 +4051,8 @@ var de_Attachment = /* @__PURE__ */ __name((output, context) => {
4103
4051
  return (0, import_smithy_client.take)(output, {
4104
4052
  attachmentId: import_smithy_client.expectString,
4105
4053
  conversationId: import_smithy_client.expectString,
4106
- copyFrom: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
4107
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4054
+ copyFrom: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "copyFrom"),
4055
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
4108
4056
  error: import_smithy_client._json,
4109
4057
  fileSize: import_smithy_client.expectInt32,
4110
4058
  fileType: import_smithy_client.expectString,
@@ -4121,16 +4069,16 @@ var de_AttachmentList = /* @__PURE__ */ __name((output, context) => {
4121
4069
  }, "de_AttachmentList");
4122
4070
  var de_AttributeFilter = /* @__PURE__ */ __name((output, context) => {
4123
4071
  return (0, import_smithy_client.take)(output, {
4124
- andAllFilters: (_) => de_AttributeFilters(_, context),
4125
- containsAll: (_) => de_DocumentAttribute(_, context),
4126
- containsAny: (_) => de_DocumentAttribute(_, context),
4127
- equalsTo: (_) => de_DocumentAttribute(_, context),
4128
- greaterThan: (_) => de_DocumentAttribute(_, context),
4129
- greaterThanOrEquals: (_) => de_DocumentAttribute(_, context),
4130
- lessThan: (_) => de_DocumentAttribute(_, context),
4131
- lessThanOrEquals: (_) => de_DocumentAttribute(_, context),
4132
- notFilter: (_) => de_AttributeFilter(_, context),
4133
- orAllFilters: (_) => de_AttributeFilters(_, context)
4072
+ andAllFilters: /* @__PURE__ */ __name((_) => de_AttributeFilters(_, context), "andAllFilters"),
4073
+ containsAll: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "containsAll"),
4074
+ containsAny: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "containsAny"),
4075
+ equalsTo: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "equalsTo"),
4076
+ greaterThan: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "greaterThan"),
4077
+ greaterThanOrEquals: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "greaterThanOrEquals"),
4078
+ lessThan: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "lessThan"),
4079
+ lessThanOrEquals: /* @__PURE__ */ __name((_) => de_DocumentAttribute(_, context), "lessThanOrEquals"),
4080
+ notFilter: /* @__PURE__ */ __name((_) => de_AttributeFilter(_, context), "notFilter"),
4081
+ orAllFilters: /* @__PURE__ */ __name((_) => de_AttributeFilters(_, context), "orAllFilters")
4134
4082
  });
4135
4083
  }, "de_AttributeFilter");
4136
4084
  var de_AttributeFilters = /* @__PURE__ */ __name((output, context) => {
@@ -4142,7 +4090,7 @@ var de_AttributeFilters = /* @__PURE__ */ __name((output, context) => {
4142
4090
  var de_Conversation = /* @__PURE__ */ __name((output, context) => {
4143
4091
  return (0, import_smithy_client.take)(output, {
4144
4092
  conversationId: import_smithy_client.expectString,
4145
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4093
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
4146
4094
  title: import_smithy_client.expectString
4147
4095
  });
4148
4096
  }, "de_Conversation");
@@ -4154,13 +4102,13 @@ var de_Conversations = /* @__PURE__ */ __name((output, context) => {
4154
4102
  }, "de_Conversations");
4155
4103
  var de_DataAccessor = /* @__PURE__ */ __name((output, context) => {
4156
4104
  return (0, import_smithy_client.take)(output, {
4157
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4105
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
4158
4106
  dataAccessorArn: import_smithy_client.expectString,
4159
4107
  dataAccessorId: import_smithy_client.expectString,
4160
4108
  displayName: import_smithy_client.expectString,
4161
4109
  idcApplicationArn: import_smithy_client.expectString,
4162
4110
  principal: import_smithy_client.expectString,
4163
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
4111
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
4164
4112
  });
4165
4113
  }, "de_DataAccessor");
4166
4114
  var de_DataAccessors = /* @__PURE__ */ __name((output, context) => {
@@ -4171,12 +4119,12 @@ var de_DataAccessors = /* @__PURE__ */ __name((output, context) => {
4171
4119
  }, "de_DataAccessors");
4172
4120
  var de_DataSource = /* @__PURE__ */ __name((output, context) => {
4173
4121
  return (0, import_smithy_client.take)(output, {
4174
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4122
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
4175
4123
  dataSourceId: import_smithy_client.expectString,
4176
4124
  displayName: import_smithy_client.expectString,
4177
4125
  status: import_smithy_client.expectString,
4178
4126
  type: import_smithy_client.expectString,
4179
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
4127
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
4180
4128
  });
4181
4129
  }, "de_DataSource");
4182
4130
  var de_DataSourceConfiguration = /* @__PURE__ */ __name((output, context) => {
@@ -4191,11 +4139,11 @@ var de_DataSources = /* @__PURE__ */ __name((output, context) => {
4191
4139
  var de_DataSourceSyncJob = /* @__PURE__ */ __name((output, context) => {
4192
4140
  return (0, import_smithy_client.take)(output, {
4193
4141
  dataSourceErrorCode: import_smithy_client.expectString,
4194
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4142
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "endTime"),
4195
4143
  error: import_smithy_client._json,
4196
4144
  executionId: import_smithy_client.expectString,
4197
4145
  metrics: import_smithy_client._json,
4198
- startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4146
+ startTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "startTime"),
4199
4147
  status: import_smithy_client.expectString
4200
4148
  });
4201
4149
  }, "de_DataSourceSyncJob");
@@ -4208,14 +4156,14 @@ var de_DataSourceSyncJobs = /* @__PURE__ */ __name((output, context) => {
4208
4156
  var de_DocumentAttribute = /* @__PURE__ */ __name((output, context) => {
4209
4157
  return (0, import_smithy_client.take)(output, {
4210
4158
  name: import_smithy_client.expectString,
4211
- value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
4159
+ value: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context), "value")
4212
4160
  });
4213
4161
  }, "de_DocumentAttribute");
4214
4162
  var de_DocumentAttributeCondition = /* @__PURE__ */ __name((output, context) => {
4215
4163
  return (0, import_smithy_client.take)(output, {
4216
4164
  key: import_smithy_client.expectString,
4217
4165
  operator: import_smithy_client.expectString,
4218
- value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
4166
+ value: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context), "value")
4219
4167
  });
4220
4168
  }, "de_DocumentAttributeCondition");
4221
4169
  var de_DocumentAttributes = /* @__PURE__ */ __name((output, context) => {
@@ -4228,7 +4176,7 @@ var de_DocumentAttributeTarget = /* @__PURE__ */ __name((output, context) => {
4228
4176
  return (0, import_smithy_client.take)(output, {
4229
4177
  attributeValueOperator: import_smithy_client.expectString,
4230
4178
  key: import_smithy_client.expectString,
4231
- value: (_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context)
4179
+ value: /* @__PURE__ */ __name((_) => de_DocumentAttributeValue((0, import_core2.awsExpectUnion)(_), context), "value")
4232
4180
  });
4233
4181
  }, "de_DocumentAttributeTarget");
4234
4182
  var de_DocumentAttributeValue = /* @__PURE__ */ __name((output, context) => {
@@ -4258,24 +4206,24 @@ var de_DocumentDetailList = /* @__PURE__ */ __name((output, context) => {
4258
4206
  }, "de_DocumentDetailList");
4259
4207
  var de_DocumentDetails = /* @__PURE__ */ __name((output, context) => {
4260
4208
  return (0, import_smithy_client.take)(output, {
4261
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4209
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
4262
4210
  documentId: import_smithy_client.expectString,
4263
4211
  error: import_smithy_client._json,
4264
4212
  status: import_smithy_client.expectString,
4265
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
4213
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
4266
4214
  });
4267
4215
  }, "de_DocumentDetails");
4268
4216
  var de_DocumentEnrichmentConfiguration = /* @__PURE__ */ __name((output, context) => {
4269
4217
  return (0, import_smithy_client.take)(output, {
4270
- inlineConfigurations: (_) => de_InlineDocumentEnrichmentConfigurations(_, context),
4271
- postExtractionHookConfiguration: (_) => de_HookConfiguration(_, context),
4272
- preExtractionHookConfiguration: (_) => de_HookConfiguration(_, context)
4218
+ inlineConfigurations: /* @__PURE__ */ __name((_) => de_InlineDocumentEnrichmentConfigurations(_, context), "inlineConfigurations"),
4219
+ postExtractionHookConfiguration: /* @__PURE__ */ __name((_) => de_HookConfiguration(_, context), "postExtractionHookConfiguration"),
4220
+ preExtractionHookConfiguration: /* @__PURE__ */ __name((_) => de_HookConfiguration(_, context), "preExtractionHookConfiguration")
4273
4221
  });
4274
4222
  }, "de_DocumentEnrichmentConfiguration");
4275
4223
  var de_GroupStatusDetail = /* @__PURE__ */ __name((output, context) => {
4276
4224
  return (0, import_smithy_client.take)(output, {
4277
4225
  errorDetail: import_smithy_client._json,
4278
- lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4226
+ lastUpdatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdatedAt"),
4279
4227
  status: import_smithy_client.expectString
4280
4228
  });
4281
4229
  }, "de_GroupStatusDetail");
@@ -4287,7 +4235,7 @@ var de_GroupStatusDetails = /* @__PURE__ */ __name((output, context) => {
4287
4235
  }, "de_GroupStatusDetails");
4288
4236
  var de_HookConfiguration = /* @__PURE__ */ __name((output, context) => {
4289
4237
  return (0, import_smithy_client.take)(output, {
4290
- invocationCondition: (_) => de_DocumentAttributeCondition(_, context),
4238
+ invocationCondition: /* @__PURE__ */ __name((_) => de_DocumentAttributeCondition(_, context), "invocationCondition"),
4291
4239
  lambdaArn: import_smithy_client.expectString,
4292
4240
  roleArn: import_smithy_client.expectString,
4293
4241
  s3BucketName: import_smithy_client.expectString
@@ -4295,11 +4243,11 @@ var de_HookConfiguration = /* @__PURE__ */ __name((output, context) => {
4295
4243
  }, "de_HookConfiguration");
4296
4244
  var de_Index = /* @__PURE__ */ __name((output, context) => {
4297
4245
  return (0, import_smithy_client.take)(output, {
4298
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4246
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
4299
4247
  displayName: import_smithy_client.expectString,
4300
4248
  indexId: import_smithy_client.expectString,
4301
4249
  status: import_smithy_client.expectString,
4302
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
4250
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
4303
4251
  });
4304
4252
  }, "de_Index");
4305
4253
  var de_Indices = /* @__PURE__ */ __name((output, context) => {
@@ -4310,9 +4258,9 @@ var de_Indices = /* @__PURE__ */ __name((output, context) => {
4310
4258
  }, "de_Indices");
4311
4259
  var de_InlineDocumentEnrichmentConfiguration = /* @__PURE__ */ __name((output, context) => {
4312
4260
  return (0, import_smithy_client.take)(output, {
4313
- condition: (_) => de_DocumentAttributeCondition(_, context),
4261
+ condition: /* @__PURE__ */ __name((_) => de_DocumentAttributeCondition(_, context), "condition"),
4314
4262
  documentContentOperator: import_smithy_client.expectString,
4315
- target: (_) => de_DocumentAttributeTarget(_, context)
4263
+ target: /* @__PURE__ */ __name((_) => de_DocumentAttributeTarget(_, context), "target")
4316
4264
  });
4317
4265
  }, "de_InlineDocumentEnrichmentConfiguration");
4318
4266
  var de_InlineDocumentEnrichmentConfigurations = /* @__PURE__ */ __name((output, context) => {
@@ -4323,13 +4271,13 @@ var de_InlineDocumentEnrichmentConfigurations = /* @__PURE__ */ __name((output,
4323
4271
  }, "de_InlineDocumentEnrichmentConfigurations");
4324
4272
  var de_Message = /* @__PURE__ */ __name((output, context) => {
4325
4273
  return (0, import_smithy_client.take)(output, {
4326
- actionExecution: (_) => de_ActionExecution(_, context),
4327
- actionReview: (_) => de_ActionReview(_, context),
4274
+ actionExecution: /* @__PURE__ */ __name((_) => de_ActionExecution(_, context), "actionExecution"),
4275
+ actionReview: /* @__PURE__ */ __name((_) => de_ActionReview(_, context), "actionReview"),
4328
4276
  attachments: import_smithy_client._json,
4329
4277
  body: import_smithy_client.expectString,
4330
4278
  messageId: import_smithy_client.expectString,
4331
- sourceAttribution: (_) => de_SourceAttributions(_, context),
4332
- time: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4279
+ sourceAttribution: /* @__PURE__ */ __name((_) => de_SourceAttributions(_, context), "sourceAttribution"),
4280
+ time: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "time"),
4333
4281
  type: import_smithy_client.expectString
4334
4282
  });
4335
4283
  }, "de_Message");
@@ -4343,7 +4291,7 @@ var de_MetadataEvent = /* @__PURE__ */ __name((output, context) => {
4343
4291
  return (0, import_smithy_client.take)(output, {
4344
4292
  conversationId: import_smithy_client.expectString,
4345
4293
  finalTextMessage: import_smithy_client.expectString,
4346
- sourceAttributions: (_) => de_SourceAttributions(_, context),
4294
+ sourceAttributions: /* @__PURE__ */ __name((_) => de_SourceAttributions(_, context), "sourceAttributions"),
4347
4295
  systemMessageId: import_smithy_client.expectString,
4348
4296
  userMessageId: import_smithy_client.expectString
4349
4297
  });
@@ -4351,13 +4299,13 @@ var de_MetadataEvent = /* @__PURE__ */ __name((output, context) => {
4351
4299
  var de_Plugin = /* @__PURE__ */ __name((output, context) => {
4352
4300
  return (0, import_smithy_client.take)(output, {
4353
4301
  buildStatus: import_smithy_client.expectString,
4354
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4302
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
4355
4303
  displayName: import_smithy_client.expectString,
4356
4304
  pluginId: import_smithy_client.expectString,
4357
4305
  serverUrl: import_smithy_client.expectString,
4358
4306
  state: import_smithy_client.expectString,
4359
4307
  type: import_smithy_client.expectString,
4360
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
4308
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt")
4361
4309
  });
4362
4310
  }, "de_Plugin");
4363
4311
  var de_Plugins = /* @__PURE__ */ __name((output, context) => {
@@ -4369,7 +4317,7 @@ var de_Plugins = /* @__PURE__ */ __name((output, context) => {
4369
4317
  var de_RelevantContent = /* @__PURE__ */ __name((output, context) => {
4370
4318
  return (0, import_smithy_client.take)(output, {
4371
4319
  content: import_smithy_client.expectString,
4372
- documentAttributes: (_) => de_DocumentAttributes(_, context),
4320
+ documentAttributes: /* @__PURE__ */ __name((_) => de_DocumentAttributes(_, context), "documentAttributes"),
4373
4321
  documentId: import_smithy_client.expectString,
4374
4322
  documentTitle: import_smithy_client.expectString,
4375
4323
  documentUri: import_smithy_client.expectString,
@@ -4388,7 +4336,7 @@ var de_SourceAttribution = /* @__PURE__ */ __name((output, context) => {
4388
4336
  snippet: import_smithy_client.expectString,
4389
4337
  textMessageSegments: import_smithy_client._json,
4390
4338
  title: import_smithy_client.expectString,
4391
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4339
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
4392
4340
  url: import_smithy_client.expectString
4393
4341
  });
4394
4342
  }, "de_SourceAttribution");
@@ -4403,10 +4351,10 @@ var de_SourceAttributions = /* @__PURE__ */ __name((output, context) => {
4403
4351
  }, "de_SourceAttributions");
4404
4352
  var de_WebExperience = /* @__PURE__ */ __name((output, context) => {
4405
4353
  return (0, import_smithy_client.take)(output, {
4406
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4354
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "createdAt"),
4407
4355
  defaultEndpoint: import_smithy_client.expectString,
4408
4356
  status: import_smithy_client.expectString,
4409
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
4357
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "updatedAt"),
4410
4358
  webExperienceId: import_smithy_client.expectString
4411
4359
  });
4412
4360
  }, "de_WebExperience");