@aws-sdk/client-bedrock 3.763.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.
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
  AccessDeniedException: () => AccessDeniedException,
25
25
  ApplicationType: () => ApplicationType,
26
26
  AutomatedEvaluationConfigFilterSensitiveLog: () => AutomatedEvaluationConfigFilterSensitiveLog,
@@ -76,6 +76,7 @@ __export(src_exports, {
76
76
  EvaluationJobType: () => EvaluationJobType,
77
77
  EvaluationModelConfig: () => EvaluationModelConfig,
78
78
  EvaluationModelConfigFilterSensitiveLog: () => EvaluationModelConfigFilterSensitiveLog,
79
+ EvaluationPrecomputedRagSourceConfig: () => EvaluationPrecomputedRagSourceConfig,
79
80
  EvaluationTaskType: () => EvaluationTaskType,
80
81
  EvaluatorModelConfig: () => EvaluatorModelConfig,
81
82
  ExternalSourceFilterSensitiveLog: () => ExternalSourceFilterSensitiveLog,
@@ -226,7 +227,7 @@ __export(src_exports, {
226
227
  paginateListPromptRouters: () => paginateListPromptRouters,
227
228
  paginateListProvisionedModelThroughputs: () => paginateListProvisionedModelThroughputs
228
229
  });
229
- module.exports = __toCommonJS(src_exports);
230
+ module.exports = __toCommonJS(index_exports);
230
231
 
231
232
  // src/BedrockClient.ts
232
233
  var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
@@ -353,9 +354,9 @@ var BedrockClient = class extends import_smithy_client.Client {
353
354
  this.middlewareStack.use(
354
355
  (0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
355
356
  httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultBedrockHttpAuthSchemeParametersProvider,
356
- identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
357
+ identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
357
358
  "aws.auth#sigv4": config.credentials
358
- })
359
+ }), "identityProviderConfigProvider")
359
360
  })
360
361
  );
361
362
  this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
@@ -436,8 +437,7 @@ var ConflictException = class _ConflictException extends BedrockServiceException
436
437
  var EndpointConfig;
437
438
  ((EndpointConfig3) => {
438
439
  EndpointConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
439
- if (value.sageMaker !== void 0)
440
- return visitor.sageMaker(value.sageMaker);
440
+ if (value.sageMaker !== void 0) return visitor.sageMaker(value.sageMaker);
441
441
  return visitor._(value.$unknown[0], value.$unknown[1]);
442
442
  }, "visit");
443
443
  })(EndpointConfig || (EndpointConfig = {}));
@@ -568,8 +568,7 @@ var ApplicationType = {
568
568
  var EvaluationDatasetLocation;
569
569
  ((EvaluationDatasetLocation3) => {
570
570
  EvaluationDatasetLocation3.visit = /* @__PURE__ */ __name((value, visitor) => {
571
- if (value.s3Uri !== void 0)
572
- return visitor.s3Uri(value.s3Uri);
571
+ if (value.s3Uri !== void 0) return visitor.s3Uri(value.s3Uri);
573
572
  return visitor._(value.$unknown[0], value.$unknown[1]);
574
573
  }, "visit");
575
574
  })(EvaluationDatasetLocation || (EvaluationDatasetLocation = {}));
@@ -583,18 +582,15 @@ var EvaluationTaskType = {
583
582
  var EvaluatorModelConfig;
584
583
  ((EvaluatorModelConfig3) => {
585
584
  EvaluatorModelConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
586
- if (value.bedrockEvaluatorModels !== void 0)
587
- return visitor.bedrockEvaluatorModels(value.bedrockEvaluatorModels);
585
+ if (value.bedrockEvaluatorModels !== void 0) return visitor.bedrockEvaluatorModels(value.bedrockEvaluatorModels);
588
586
  return visitor._(value.$unknown[0], value.$unknown[1]);
589
587
  }, "visit");
590
588
  })(EvaluatorModelConfig || (EvaluatorModelConfig = {}));
591
589
  var EvaluationConfig;
592
590
  ((EvaluationConfig3) => {
593
591
  EvaluationConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
594
- if (value.automated !== void 0)
595
- return visitor.automated(value.automated);
596
- if (value.human !== void 0)
597
- return visitor.human(value.human);
592
+ if (value.automated !== void 0) return visitor.automated(value.automated);
593
+ if (value.human !== void 0) return visitor.human(value.human);
598
594
  return visitor._(value.$unknown[0], value.$unknown[1]);
599
595
  }, "visit");
600
596
  })(EvaluationConfig || (EvaluationConfig = {}));
@@ -605,8 +601,9 @@ var PerformanceConfigLatency = {
605
601
  var EvaluationModelConfig;
606
602
  ((EvaluationModelConfig3) => {
607
603
  EvaluationModelConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
608
- if (value.bedrockModel !== void 0)
609
- return visitor.bedrockModel(value.bedrockModel);
604
+ if (value.bedrockModel !== void 0) return visitor.bedrockModel(value.bedrockModel);
605
+ if (value.precomputedInferenceSource !== void 0)
606
+ return visitor.precomputedInferenceSource(value.precomputedInferenceSource);
610
607
  return visitor._(value.$unknown[0], value.$unknown[1]);
611
608
  }, "visit");
612
609
  })(EvaluationModelConfig || (EvaluationModelConfig = {}));
@@ -625,6 +622,15 @@ var RetrieveAndGenerateType = {
625
622
  EXTERNAL_SOURCES: "EXTERNAL_SOURCES",
626
623
  KNOWLEDGE_BASE: "KNOWLEDGE_BASE"
627
624
  };
625
+ var EvaluationPrecomputedRagSourceConfig;
626
+ ((EvaluationPrecomputedRagSourceConfig3) => {
627
+ EvaluationPrecomputedRagSourceConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
628
+ if (value.retrieveSourceConfig !== void 0) return visitor.retrieveSourceConfig(value.retrieveSourceConfig);
629
+ if (value.retrieveAndGenerateSourceConfig !== void 0)
630
+ return visitor.retrieveAndGenerateSourceConfig(value.retrieveAndGenerateSourceConfig);
631
+ return visitor._(value.$unknown[0], value.$unknown[1]);
632
+ }, "visit");
633
+ })(EvaluationPrecomputedRagSourceConfig || (EvaluationPrecomputedRagSourceConfig = {}));
628
634
  var EvaluationJobType = {
629
635
  AUTOMATED: "Automated",
630
636
  HUMAN: "Human"
@@ -736,8 +742,7 @@ var GuardrailStatus = {
736
742
  var InferenceProfileModelSource;
737
743
  ((InferenceProfileModelSource3) => {
738
744
  InferenceProfileModelSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
739
- if (value.copyFrom !== void 0)
740
- return visitor.copyFrom(value.copyFrom);
745
+ if (value.copyFrom !== void 0) return visitor.copyFrom(value.copyFrom);
741
746
  return visitor._(value.$unknown[0], value.$unknown[1]);
742
747
  }, "visit");
743
748
  })(InferenceProfileModelSource || (InferenceProfileModelSource = {}));
@@ -756,8 +761,7 @@ var ModelCopyJobStatus = {
756
761
  var ModelDataSource;
757
762
  ((ModelDataSource3) => {
758
763
  ModelDataSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
759
- if (value.s3DataSource !== void 0)
760
- return visitor.s3DataSource(value.s3DataSource);
764
+ if (value.s3DataSource !== void 0) return visitor.s3DataSource(value.s3DataSource);
761
765
  return visitor._(value.$unknown[0], value.$unknown[1]);
762
766
  }, "visit");
763
767
  })(ModelDataSource || (ModelDataSource = {}));
@@ -775,16 +779,14 @@ var S3InputFormat = {
775
779
  var ModelInvocationJobInputDataConfig;
776
780
  ((ModelInvocationJobInputDataConfig3) => {
777
781
  ModelInvocationJobInputDataConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
778
- if (value.s3InputDataConfig !== void 0)
779
- return visitor.s3InputDataConfig(value.s3InputDataConfig);
782
+ if (value.s3InputDataConfig !== void 0) return visitor.s3InputDataConfig(value.s3InputDataConfig);
780
783
  return visitor._(value.$unknown[0], value.$unknown[1]);
781
784
  }, "visit");
782
785
  })(ModelInvocationJobInputDataConfig || (ModelInvocationJobInputDataConfig = {}));
783
786
  var ModelInvocationJobOutputDataConfig;
784
787
  ((ModelInvocationJobOutputDataConfig3) => {
785
788
  ModelInvocationJobOutputDataConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
786
- if (value.s3OutputDataConfig !== void 0)
787
- return visitor.s3OutputDataConfig(value.s3OutputDataConfig);
789
+ if (value.s3OutputDataConfig !== void 0) return visitor.s3OutputDataConfig(value.s3OutputDataConfig);
788
790
  return visitor._(value.$unknown[0], value.$unknown[1]);
789
791
  }, "visit");
790
792
  })(ModelInvocationJobOutputDataConfig || (ModelInvocationJobOutputDataConfig = {}));
@@ -803,8 +805,7 @@ var ModelInvocationJobStatus = {
803
805
  var CustomizationConfig;
804
806
  ((CustomizationConfig3) => {
805
807
  CustomizationConfig3.visit = /* @__PURE__ */ __name((value, visitor) => {
806
- if (value.distillationConfig !== void 0)
807
- return visitor.distillationConfig(value.distillationConfig);
808
+ if (value.distillationConfig !== void 0) return visitor.distillationConfig(value.distillationConfig);
808
809
  return visitor._(value.$unknown[0], value.$unknown[1]);
809
810
  }, "visit");
810
811
  })(CustomizationConfig || (CustomizationConfig = {}));
@@ -816,22 +817,17 @@ var CustomizationType = {
816
817
  var InvocationLogSource;
817
818
  ((InvocationLogSource3) => {
818
819
  InvocationLogSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
819
- if (value.s3Uri !== void 0)
820
- return visitor.s3Uri(value.s3Uri);
820
+ if (value.s3Uri !== void 0) return visitor.s3Uri(value.s3Uri);
821
821
  return visitor._(value.$unknown[0], value.$unknown[1]);
822
822
  }, "visit");
823
823
  })(InvocationLogSource || (InvocationLogSource = {}));
824
824
  var RequestMetadataFilters;
825
825
  ((RequestMetadataFilters3) => {
826
826
  RequestMetadataFilters3.visit = /* @__PURE__ */ __name((value, visitor) => {
827
- if (value.equals !== void 0)
828
- return visitor.equals(value.equals);
829
- if (value.notEquals !== void 0)
830
- return visitor.notEquals(value.notEquals);
831
- if (value.andAll !== void 0)
832
- return visitor.andAll(value.andAll);
833
- if (value.orAll !== void 0)
834
- return visitor.orAll(value.orAll);
827
+ if (value.equals !== void 0) return visitor.equals(value.equals);
828
+ if (value.notEquals !== void 0) return visitor.notEquals(value.notEquals);
829
+ if (value.andAll !== void 0) return visitor.andAll(value.andAll);
830
+ if (value.orAll !== void 0) return visitor.orAll(value.orAll);
835
831
  return visitor._(value.$unknown[0], value.$unknown[1]);
836
832
  }, "visit");
837
833
  })(RequestMetadataFilters || (RequestMetadataFilters = {}));
@@ -890,40 +886,26 @@ var FineTuningJobStatus = {
890
886
  var RetrievalFilter;
891
887
  ((RetrievalFilter2) => {
892
888
  RetrievalFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
893
- if (value.equals !== void 0)
894
- return visitor.equals(value.equals);
895
- if (value.notEquals !== void 0)
896
- return visitor.notEquals(value.notEquals);
897
- if (value.greaterThan !== void 0)
898
- return visitor.greaterThan(value.greaterThan);
899
- if (value.greaterThanOrEquals !== void 0)
900
- return visitor.greaterThanOrEquals(value.greaterThanOrEquals);
901
- if (value.lessThan !== void 0)
902
- return visitor.lessThan(value.lessThan);
903
- if (value.lessThanOrEquals !== void 0)
904
- return visitor.lessThanOrEquals(value.lessThanOrEquals);
905
- if (value.in !== void 0)
906
- return visitor.in(value.in);
907
- if (value.notIn !== void 0)
908
- return visitor.notIn(value.notIn);
909
- if (value.startsWith !== void 0)
910
- return visitor.startsWith(value.startsWith);
911
- if (value.listContains !== void 0)
912
- return visitor.listContains(value.listContains);
913
- if (value.stringContains !== void 0)
914
- return visitor.stringContains(value.stringContains);
915
- if (value.andAll !== void 0)
916
- return visitor.andAll(value.andAll);
917
- if (value.orAll !== void 0)
918
- return visitor.orAll(value.orAll);
889
+ if (value.equals !== void 0) return visitor.equals(value.equals);
890
+ if (value.notEquals !== void 0) return visitor.notEquals(value.notEquals);
891
+ if (value.greaterThan !== void 0) return visitor.greaterThan(value.greaterThan);
892
+ if (value.greaterThanOrEquals !== void 0) return visitor.greaterThanOrEquals(value.greaterThanOrEquals);
893
+ if (value.lessThan !== void 0) return visitor.lessThan(value.lessThan);
894
+ if (value.lessThanOrEquals !== void 0) return visitor.lessThanOrEquals(value.lessThanOrEquals);
895
+ if (value.in !== void 0) return visitor.in(value.in);
896
+ if (value.notIn !== void 0) return visitor.notIn(value.notIn);
897
+ if (value.startsWith !== void 0) return visitor.startsWith(value.startsWith);
898
+ if (value.listContains !== void 0) return visitor.listContains(value.listContains);
899
+ if (value.stringContains !== void 0) return visitor.stringContains(value.stringContains);
900
+ if (value.andAll !== void 0) return visitor.andAll(value.andAll);
901
+ if (value.orAll !== void 0) return visitor.orAll(value.orAll);
919
902
  return visitor._(value.$unknown[0], value.$unknown[1]);
920
903
  }, "visit");
921
904
  })(RetrievalFilter || (RetrievalFilter = {}));
922
905
  var KnowledgeBaseConfig;
923
906
  ((KnowledgeBaseConfig2) => {
924
907
  KnowledgeBaseConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
925
- if (value.retrieveConfig !== void 0)
926
- return visitor.retrieveConfig(value.retrieveConfig);
908
+ if (value.retrieveConfig !== void 0) return visitor.retrieveConfig(value.retrieveConfig);
927
909
  if (value.retrieveAndGenerateConfig !== void 0)
928
910
  return visitor.retrieveAndGenerateConfig(value.retrieveAndGenerateConfig);
929
911
  return visitor._(value.$unknown[0], value.$unknown[1]);
@@ -932,18 +914,17 @@ var KnowledgeBaseConfig;
932
914
  var RAGConfig;
933
915
  ((RAGConfig2) => {
934
916
  RAGConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
935
- if (value.knowledgeBaseConfig !== void 0)
936
- return visitor.knowledgeBaseConfig(value.knowledgeBaseConfig);
917
+ if (value.knowledgeBaseConfig !== void 0) return visitor.knowledgeBaseConfig(value.knowledgeBaseConfig);
918
+ if (value.precomputedRagSourceConfig !== void 0)
919
+ return visitor.precomputedRagSourceConfig(value.precomputedRagSourceConfig);
937
920
  return visitor._(value.$unknown[0], value.$unknown[1]);
938
921
  }, "visit");
939
922
  })(RAGConfig || (RAGConfig = {}));
940
923
  var EvaluationInferenceConfig;
941
924
  ((EvaluationInferenceConfig2) => {
942
925
  EvaluationInferenceConfig2.visit = /* @__PURE__ */ __name((value, visitor) => {
943
- if (value.models !== void 0)
944
- return visitor.models(value.models);
945
- if (value.ragConfigs !== void 0)
946
- return visitor.ragConfigs(value.ragConfigs);
926
+ if (value.models !== void 0) return visitor.models(value.models);
927
+ if (value.ragConfigs !== void 0) return visitor.ragConfigs(value.ragConfigs);
947
928
  return visitor._(value.$unknown[0], value.$unknown[1]);
948
929
  }, "visit");
949
930
  })(EvaluationInferenceConfig || (EvaluationInferenceConfig = {}));
@@ -1005,12 +986,9 @@ var HumanEvaluationConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1005
986
  }
1006
987
  }), "HumanEvaluationConfigFilterSensitiveLog");
1007
988
  var EvaluationConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1008
- if (obj.automated !== void 0)
1009
- return { automated: AutomatedEvaluationConfigFilterSensitiveLog(obj.automated) };
1010
- if (obj.human !== void 0)
1011
- return { human: HumanEvaluationConfigFilterSensitiveLog(obj.human) };
1012
- if (obj.$unknown !== void 0)
1013
- return { [obj.$unknown[0]]: "UNKNOWN" };
989
+ if (obj.automated !== void 0) return { automated: AutomatedEvaluationConfigFilterSensitiveLog(obj.automated) };
990
+ if (obj.human !== void 0) return { human: HumanEvaluationConfigFilterSensitiveLog(obj.human) };
991
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1014
992
  }, "EvaluationConfigFilterSensitiveLog");
1015
993
  var EvaluationBedrockModelFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1016
994
  ...obj,
@@ -1019,8 +997,9 @@ var EvaluationBedrockModelFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
1019
997
  var EvaluationModelConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1020
998
  if (obj.bedrockModel !== void 0)
1021
999
  return { bedrockModel: EvaluationBedrockModelFilterSensitiveLog(obj.bedrockModel) };
1022
- if (obj.$unknown !== void 0)
1023
- return { [obj.$unknown[0]]: "UNKNOWN" };
1000
+ if (obj.precomputedInferenceSource !== void 0)
1001
+ return { precomputedInferenceSource: obj.precomputedInferenceSource };
1002
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1024
1003
  }, "EvaluationModelConfigFilterSensitiveLog");
1025
1004
  var PromptTemplateFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1026
1005
  ...obj,
@@ -1195,16 +1174,13 @@ var RequestMetadataBaseFiltersFilterSensitiveLog = /* @__PURE__ */ __name((obj)
1195
1174
  ...obj.notEquals && { notEquals: import_smithy_client.SENSITIVE_STRING }
1196
1175
  }), "RequestMetadataBaseFiltersFilterSensitiveLog");
1197
1176
  var RequestMetadataFiltersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1198
- if (obj.equals !== void 0)
1199
- return { equals: import_smithy_client.SENSITIVE_STRING };
1200
- if (obj.notEquals !== void 0)
1201
- return { notEquals: import_smithy_client.SENSITIVE_STRING };
1177
+ if (obj.equals !== void 0) return { equals: import_smithy_client.SENSITIVE_STRING };
1178
+ if (obj.notEquals !== void 0) return { notEquals: import_smithy_client.SENSITIVE_STRING };
1202
1179
  if (obj.andAll !== void 0)
1203
1180
  return { andAll: obj.andAll.map((item) => RequestMetadataBaseFiltersFilterSensitiveLog(item)) };
1204
1181
  if (obj.orAll !== void 0)
1205
1182
  return { orAll: obj.orAll.map((item) => RequestMetadataBaseFiltersFilterSensitiveLog(item)) };
1206
- if (obj.$unknown !== void 0)
1207
- return { [obj.$unknown[0]]: "UNKNOWN" };
1183
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1208
1184
  }, "RequestMetadataFiltersFilterSensitiveLog");
1209
1185
  var InvocationLogsConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1210
1186
  ...obj,
@@ -1253,34 +1229,20 @@ var GetModelCustomizationJobResponseFilterSensitiveLog = /* @__PURE__ */ __name(
1253
1229
  ...obj.customizationConfig && { customizationConfig: obj.customizationConfig }
1254
1230
  }), "GetModelCustomizationJobResponseFilterSensitiveLog");
1255
1231
  var RetrievalFilterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1256
- if (obj.equals !== void 0)
1257
- return { equals: obj.equals };
1258
- if (obj.notEquals !== void 0)
1259
- return { notEquals: obj.notEquals };
1260
- if (obj.greaterThan !== void 0)
1261
- return { greaterThan: obj.greaterThan };
1262
- if (obj.greaterThanOrEquals !== void 0)
1263
- return { greaterThanOrEquals: obj.greaterThanOrEquals };
1264
- if (obj.lessThan !== void 0)
1265
- return { lessThan: obj.lessThan };
1266
- if (obj.lessThanOrEquals !== void 0)
1267
- return { lessThanOrEquals: obj.lessThanOrEquals };
1268
- if (obj.in !== void 0)
1269
- return { in: obj.in };
1270
- if (obj.notIn !== void 0)
1271
- return { notIn: obj.notIn };
1272
- if (obj.startsWith !== void 0)
1273
- return { startsWith: obj.startsWith };
1274
- if (obj.listContains !== void 0)
1275
- return { listContains: obj.listContains };
1276
- if (obj.stringContains !== void 0)
1277
- return { stringContains: obj.stringContains };
1278
- if (obj.andAll !== void 0)
1279
- return { andAll: import_smithy_client.SENSITIVE_STRING };
1280
- if (obj.orAll !== void 0)
1281
- return { orAll: import_smithy_client.SENSITIVE_STRING };
1282
- if (obj.$unknown !== void 0)
1283
- return { [obj.$unknown[0]]: "UNKNOWN" };
1232
+ if (obj.equals !== void 0) return { equals: obj.equals };
1233
+ if (obj.notEquals !== void 0) return { notEquals: obj.notEquals };
1234
+ if (obj.greaterThan !== void 0) return { greaterThan: obj.greaterThan };
1235
+ if (obj.greaterThanOrEquals !== void 0) return { greaterThanOrEquals: obj.greaterThanOrEquals };
1236
+ if (obj.lessThan !== void 0) return { lessThan: obj.lessThan };
1237
+ if (obj.lessThanOrEquals !== void 0) return { lessThanOrEquals: obj.lessThanOrEquals };
1238
+ if (obj.in !== void 0) return { in: obj.in };
1239
+ if (obj.notIn !== void 0) return { notIn: obj.notIn };
1240
+ if (obj.startsWith !== void 0) return { startsWith: obj.startsWith };
1241
+ if (obj.listContains !== void 0) return { listContains: obj.listContains };
1242
+ if (obj.stringContains !== void 0) return { stringContains: obj.stringContains };
1243
+ if (obj.andAll !== void 0) return { andAll: import_smithy_client.SENSITIVE_STRING };
1244
+ if (obj.orAll !== void 0) return { orAll: import_smithy_client.SENSITIVE_STRING };
1245
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1284
1246
  }, "RetrievalFilterFilterSensitiveLog");
1285
1247
  var KnowledgeBaseVectorSearchConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1286
1248
  ...obj,
@@ -1323,28 +1285,26 @@ var RetrieveAndGenerateConfigurationFilterSensitiveLog = /* @__PURE__ */ __name(
1323
1285
  }
1324
1286
  }), "RetrieveAndGenerateConfigurationFilterSensitiveLog");
1325
1287
  var KnowledgeBaseConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1326
- if (obj.retrieveConfig !== void 0)
1327
- return { retrieveConfig: RetrieveConfigFilterSensitiveLog(obj.retrieveConfig) };
1288
+ if (obj.retrieveConfig !== void 0) return { retrieveConfig: RetrieveConfigFilterSensitiveLog(obj.retrieveConfig) };
1328
1289
  if (obj.retrieveAndGenerateConfig !== void 0)
1329
1290
  return {
1330
1291
  retrieveAndGenerateConfig: RetrieveAndGenerateConfigurationFilterSensitiveLog(obj.retrieveAndGenerateConfig)
1331
1292
  };
1332
- if (obj.$unknown !== void 0)
1333
- return { [obj.$unknown[0]]: "UNKNOWN" };
1293
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1334
1294
  }, "KnowledgeBaseConfigFilterSensitiveLog");
1335
1295
  var RAGConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1336
1296
  if (obj.knowledgeBaseConfig !== void 0)
1337
1297
  return { knowledgeBaseConfig: KnowledgeBaseConfigFilterSensitiveLog(obj.knowledgeBaseConfig) };
1338
- if (obj.$unknown !== void 0)
1339
- return { [obj.$unknown[0]]: "UNKNOWN" };
1298
+ if (obj.precomputedRagSourceConfig !== void 0)
1299
+ return { precomputedRagSourceConfig: obj.precomputedRagSourceConfig };
1300
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1340
1301
  }, "RAGConfigFilterSensitiveLog");
1341
1302
  var EvaluationInferenceConfigFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
1342
1303
  if (obj.models !== void 0)
1343
1304
  return { models: obj.models.map((item) => EvaluationModelConfigFilterSensitiveLog(item)) };
1344
1305
  if (obj.ragConfigs !== void 0)
1345
1306
  return { ragConfigs: obj.ragConfigs.map((item) => RAGConfigFilterSensitiveLog(item)) };
1346
- if (obj.$unknown !== void 0)
1347
- return { [obj.$unknown[0]]: "UNKNOWN" };
1307
+ if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1348
1308
  }, "EvaluationInferenceConfigFilterSensitiveLog");
1349
1309
  var CreateEvaluationJobRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1350
1310
  ...obj,
@@ -1373,7 +1333,7 @@ var se_BatchDeleteEvaluationJobCommand = /* @__PURE__ */ __name(async (input, co
1373
1333
  let body;
1374
1334
  body = JSON.stringify(
1375
1335
  (0, import_smithy_client.take)(input, {
1376
- jobIdentifiers: (_) => (0, import_smithy_client._json)(_)
1336
+ jobIdentifiers: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobIdentifiers")
1377
1337
  })
1378
1338
  );
1379
1339
  b.m("POST").h(headers).b(body);
@@ -1391,12 +1351,12 @@ var se_CreateEvaluationJobCommand = /* @__PURE__ */ __name(async (input, context
1391
1351
  applicationType: [],
1392
1352
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1393
1353
  customerEncryptionKeyId: [],
1394
- evaluationConfig: (_) => (0, import_smithy_client._json)(_),
1395
- inferenceConfig: (_) => se_EvaluationInferenceConfig(_, context),
1354
+ evaluationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "evaluationConfig"),
1355
+ inferenceConfig: /* @__PURE__ */ __name((_) => se_EvaluationInferenceConfig(_, context), "inferenceConfig"),
1396
1356
  jobDescription: [],
1397
1357
  jobName: [],
1398
- jobTags: (_) => (0, import_smithy_client._json)(_),
1399
- outputDataConfig: (_) => (0, import_smithy_client._json)(_),
1358
+ jobTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobTags"),
1359
+ outputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputDataConfig"),
1400
1360
  roleArn: []
1401
1361
  })
1402
1362
  );
@@ -1415,15 +1375,15 @@ var se_CreateGuardrailCommand = /* @__PURE__ */ __name(async (input, context) =>
1415
1375
  blockedInputMessaging: [],
1416
1376
  blockedOutputsMessaging: [],
1417
1377
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1418
- contentPolicyConfig: (_) => (0, import_smithy_client._json)(_),
1419
- contextualGroundingPolicyConfig: (_) => se_GuardrailContextualGroundingPolicyConfig(_, context),
1378
+ contentPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "contentPolicyConfig"),
1379
+ contextualGroundingPolicyConfig: /* @__PURE__ */ __name((_) => se_GuardrailContextualGroundingPolicyConfig(_, context), "contextualGroundingPolicyConfig"),
1420
1380
  description: [],
1421
1381
  kmsKeyId: [],
1422
1382
  name: [],
1423
- sensitiveInformationPolicyConfig: (_) => (0, import_smithy_client._json)(_),
1424
- tags: (_) => (0, import_smithy_client._json)(_),
1425
- topicPolicyConfig: (_) => (0, import_smithy_client._json)(_),
1426
- wordPolicyConfig: (_) => (0, import_smithy_client._json)(_)
1383
+ sensitiveInformationPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sensitiveInformationPolicyConfig"),
1384
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1385
+ topicPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "topicPolicyConfig"),
1386
+ wordPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "wordPolicyConfig")
1427
1387
  })
1428
1388
  );
1429
1389
  b.m("POST").h(headers).b(body);
@@ -1458,8 +1418,8 @@ var se_CreateInferenceProfileCommand = /* @__PURE__ */ __name(async (input, cont
1458
1418
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1459
1419
  description: [],
1460
1420
  inferenceProfileName: [],
1461
- modelSource: (_) => (0, import_smithy_client._json)(_),
1462
- tags: (_) => (0, import_smithy_client._json)(_)
1421
+ modelSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "modelSource"),
1422
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1463
1423
  })
1464
1424
  );
1465
1425
  b.m("POST").h(headers).b(body);
@@ -1476,10 +1436,10 @@ var se_CreateMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (inp
1476
1436
  (0, import_smithy_client.take)(input, {
1477
1437
  acceptEula: [],
1478
1438
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1479
- endpointConfig: (_) => (0, import_smithy_client._json)(_),
1439
+ endpointConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "endpointConfig"),
1480
1440
  endpointName: [],
1481
1441
  modelSourceIdentifier: [],
1482
- tags: (_) => (0, import_smithy_client._json)(_)
1442
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1483
1443
  })
1484
1444
  );
1485
1445
  b.m("POST").h(headers).b(body);
@@ -1498,7 +1458,7 @@ var se_CreateModelCopyJobCommand = /* @__PURE__ */ __name(async (input, context)
1498
1458
  modelKmsKeyId: [],
1499
1459
  sourceModelArn: [],
1500
1460
  targetModelName: [],
1501
- targetModelTags: (_) => (0, import_smithy_client._json)(_)
1461
+ targetModelTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "targetModelTags")
1502
1462
  })
1503
1463
  );
1504
1464
  b.m("POST").h(headers).b(body);
@@ -1517,17 +1477,17 @@ var se_CreateModelCustomizationJobCommand = /* @__PURE__ */ __name(async (input,
1517
1477
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1518
1478
  customModelKmsKeyId: [],
1519
1479
  customModelName: [],
1520
- customModelTags: (_) => (0, import_smithy_client._json)(_),
1521
- customizationConfig: (_) => (0, import_smithy_client._json)(_),
1480
+ customModelTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customModelTags"),
1481
+ customizationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "customizationConfig"),
1522
1482
  customizationType: [],
1523
- hyperParameters: (_) => (0, import_smithy_client._json)(_),
1483
+ hyperParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "hyperParameters"),
1524
1484
  jobName: [],
1525
- jobTags: (_) => (0, import_smithy_client._json)(_),
1526
- outputDataConfig: (_) => (0, import_smithy_client._json)(_),
1485
+ jobTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobTags"),
1486
+ outputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputDataConfig"),
1527
1487
  roleArn: [],
1528
- trainingDataConfig: (_) => (0, import_smithy_client._json)(_),
1529
- validationDataConfig: (_) => (0, import_smithy_client._json)(_),
1530
- vpcConfig: (_) => (0, import_smithy_client._json)(_)
1488
+ trainingDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "trainingDataConfig"),
1489
+ validationDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "validationDataConfig"),
1490
+ vpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vpcConfig")
1531
1491
  })
1532
1492
  );
1533
1493
  b.m("POST").h(headers).b(body);
@@ -1545,12 +1505,12 @@ var se_CreateModelImportJobCommand = /* @__PURE__ */ __name(async (input, contex
1545
1505
  clientRequestToken: [],
1546
1506
  importedModelKmsKeyId: [],
1547
1507
  importedModelName: [],
1548
- importedModelTags: (_) => (0, import_smithy_client._json)(_),
1508
+ importedModelTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "importedModelTags"),
1549
1509
  jobName: [],
1550
- jobTags: (_) => (0, import_smithy_client._json)(_),
1551
- modelDataSource: (_) => (0, import_smithy_client._json)(_),
1510
+ jobTags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "jobTags"),
1511
+ modelDataSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "modelDataSource"),
1552
1512
  roleArn: [],
1553
- vpcConfig: (_) => (0, import_smithy_client._json)(_)
1513
+ vpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vpcConfig")
1554
1514
  })
1555
1515
  );
1556
1516
  b.m("POST").h(headers).b(body);
@@ -1566,14 +1526,14 @@ var se_CreateModelInvocationJobCommand = /* @__PURE__ */ __name(async (input, co
1566
1526
  body = JSON.stringify(
1567
1527
  (0, import_smithy_client.take)(input, {
1568
1528
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1569
- inputDataConfig: (_) => (0, import_smithy_client._json)(_),
1529
+ inputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputDataConfig"),
1570
1530
  jobName: [],
1571
1531
  modelId: [],
1572
- outputDataConfig: (_) => (0, import_smithy_client._json)(_),
1532
+ outputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "outputDataConfig"),
1573
1533
  roleArn: [],
1574
- tags: (_) => (0, import_smithy_client._json)(_),
1534
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags"),
1575
1535
  timeoutDurationInHours: [],
1576
- vpcConfig: (_) => (0, import_smithy_client._json)(_)
1536
+ vpcConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "vpcConfig")
1577
1537
  })
1578
1538
  );
1579
1539
  b.m("POST").h(headers).b(body);
@@ -1590,11 +1550,11 @@ var se_CreatePromptRouterCommand = /* @__PURE__ */ __name(async (input, context)
1590
1550
  (0, import_smithy_client.take)(input, {
1591
1551
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
1592
1552
  description: [],
1593
- fallbackModel: (_) => (0, import_smithy_client._json)(_),
1594
- models: (_) => (0, import_smithy_client._json)(_),
1553
+ fallbackModel: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "fallbackModel"),
1554
+ models: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "models"),
1595
1555
  promptRouterName: [],
1596
- routingCriteria: (_) => se_RoutingCriteria(_, context),
1597
- tags: (_) => (0, import_smithy_client._json)(_)
1556
+ routingCriteria: /* @__PURE__ */ __name((_) => se_RoutingCriteria(_, context), "routingCriteria"),
1557
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1598
1558
  })
1599
1559
  );
1600
1560
  b.m("POST").h(headers).b(body);
@@ -1614,7 +1574,7 @@ var se_CreateProvisionedModelThroughputCommand = /* @__PURE__ */ __name(async (i
1614
1574
  modelId: [],
1615
1575
  modelUnits: [],
1616
1576
  provisionedModelName: [],
1617
- tags: (_) => (0, import_smithy_client._json)(_)
1577
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
1618
1578
  })
1619
1579
  );
1620
1580
  b.m("POST").h(headers).b(body);
@@ -2070,7 +2030,7 @@ var se_PutModelInvocationLoggingConfigurationCommand = /* @__PURE__ */ __name(as
2070
2030
  let body;
2071
2031
  body = JSON.stringify(
2072
2032
  (0, import_smithy_client.take)(input, {
2073
- loggingConfig: (_) => (0, import_smithy_client._json)(_)
2033
+ loggingConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingConfig")
2074
2034
  })
2075
2035
  );
2076
2036
  b.m("PUT").h(headers).b(body);
@@ -2129,7 +2089,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
2129
2089
  body = JSON.stringify(
2130
2090
  (0, import_smithy_client.take)(input, {
2131
2091
  resourceARN: [],
2132
- tags: (_) => (0, import_smithy_client._json)(_)
2092
+ tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
2133
2093
  })
2134
2094
  );
2135
2095
  b.m("POST").h(headers).b(body);
@@ -2145,7 +2105,7 @@ var se_UntagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
2145
2105
  body = JSON.stringify(
2146
2106
  (0, import_smithy_client.take)(input, {
2147
2107
  resourceARN: [],
2148
- tagKeys: (_) => (0, import_smithy_client._json)(_)
2108
+ tagKeys: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tagKeys")
2149
2109
  })
2150
2110
  );
2151
2111
  b.m("POST").h(headers).b(body);
@@ -2163,14 +2123,14 @@ var se_UpdateGuardrailCommand = /* @__PURE__ */ __name(async (input, context) =>
2163
2123
  (0, import_smithy_client.take)(input, {
2164
2124
  blockedInputMessaging: [],
2165
2125
  blockedOutputsMessaging: [],
2166
- contentPolicyConfig: (_) => (0, import_smithy_client._json)(_),
2167
- contextualGroundingPolicyConfig: (_) => se_GuardrailContextualGroundingPolicyConfig(_, context),
2126
+ contentPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "contentPolicyConfig"),
2127
+ contextualGroundingPolicyConfig: /* @__PURE__ */ __name((_) => se_GuardrailContextualGroundingPolicyConfig(_, context), "contextualGroundingPolicyConfig"),
2168
2128
  description: [],
2169
2129
  kmsKeyId: [],
2170
2130
  name: [],
2171
- sensitiveInformationPolicyConfig: (_) => (0, import_smithy_client._json)(_),
2172
- topicPolicyConfig: (_) => (0, import_smithy_client._json)(_),
2173
- wordPolicyConfig: (_) => (0, import_smithy_client._json)(_)
2131
+ sensitiveInformationPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "sensitiveInformationPolicyConfig"),
2132
+ topicPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "topicPolicyConfig"),
2133
+ wordPolicyConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "wordPolicyConfig")
2174
2134
  })
2175
2135
  );
2176
2136
  b.m("PUT").h(headers).b(body);
@@ -2187,7 +2147,7 @@ var se_UpdateMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (inp
2187
2147
  body = JSON.stringify(
2188
2148
  (0, import_smithy_client.take)(input, {
2189
2149
  clientRequestToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
2190
- endpointConfig: (_) => (0, import_smithy_client._json)(_)
2150
+ endpointConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "endpointConfig")
2191
2151
  })
2192
2152
  );
2193
2153
  b.m("PATCH").h(headers).b(body);
@@ -2248,7 +2208,7 @@ var de_CreateGuardrailCommand = /* @__PURE__ */ __name(async (output, context) =
2248
2208
  });
2249
2209
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2250
2210
  const doc = (0, import_smithy_client.take)(data, {
2251
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2211
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
2252
2212
  guardrailArn: import_smithy_client.expectString,
2253
2213
  guardrailId: import_smithy_client.expectString,
2254
2214
  version: import_smithy_client.expectString
@@ -2295,7 +2255,7 @@ var de_CreateMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (out
2295
2255
  });
2296
2256
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2297
2257
  const doc = (0, import_smithy_client.take)(data, {
2298
- marketplaceModelEndpoint: (_) => de_MarketplaceModelEndpoint(_, context)
2258
+ marketplaceModelEndpoint: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpoint(_, context), "marketplaceModelEndpoint")
2299
2259
  });
2300
2260
  Object.assign(contents, doc);
2301
2261
  return contents;
@@ -2484,8 +2444,8 @@ var de_GetCustomModelCommand = /* @__PURE__ */ __name(async (output, context) =>
2484
2444
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2485
2445
  const doc = (0, import_smithy_client.take)(data, {
2486
2446
  baseModelArn: import_smithy_client.expectString,
2487
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2488
- customizationConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2447
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2448
+ customizationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "customizationConfig"),
2489
2449
  customizationType: import_smithy_client.expectString,
2490
2450
  hyperParameters: import_smithy_client._json,
2491
2451
  jobArn: import_smithy_client.expectString,
@@ -2495,9 +2455,9 @@ var de_GetCustomModelCommand = /* @__PURE__ */ __name(async (output, context) =>
2495
2455
  modelName: import_smithy_client.expectString,
2496
2456
  outputDataConfig: import_smithy_client._json,
2497
2457
  trainingDataConfig: import_smithy_client._json,
2498
- trainingMetrics: (_) => de_TrainingMetrics(_, context),
2458
+ trainingMetrics: /* @__PURE__ */ __name((_) => de_TrainingMetrics(_, context), "trainingMetrics"),
2499
2459
  validationDataConfig: import_smithy_client._json,
2500
- validationMetrics: (_) => de_ValidationMetrics(_, context)
2460
+ validationMetrics: /* @__PURE__ */ __name((_) => de_ValidationMetrics(_, context), "validationMetrics")
2501
2461
  });
2502
2462
  Object.assign(contents, doc);
2503
2463
  return contents;
@@ -2512,16 +2472,16 @@ var de_GetEvaluationJobCommand = /* @__PURE__ */ __name(async (output, context)
2512
2472
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2513
2473
  const doc = (0, import_smithy_client.take)(data, {
2514
2474
  applicationType: import_smithy_client.expectString,
2515
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2475
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2516
2476
  customerEncryptionKeyId: import_smithy_client.expectString,
2517
- evaluationConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2477
+ evaluationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "evaluationConfig"),
2518
2478
  failureMessages: import_smithy_client._json,
2519
- inferenceConfig: (_) => de_EvaluationInferenceConfig((0, import_core2.awsExpectUnion)(_), context),
2479
+ inferenceConfig: /* @__PURE__ */ __name((_) => de_EvaluationInferenceConfig((0, import_core2.awsExpectUnion)(_), context), "inferenceConfig"),
2520
2480
  jobArn: import_smithy_client.expectString,
2521
2481
  jobDescription: import_smithy_client.expectString,
2522
2482
  jobName: import_smithy_client.expectString,
2523
2483
  jobType: import_smithy_client.expectString,
2524
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2484
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2525
2485
  outputDataConfig: import_smithy_client._json,
2526
2486
  roleArn: import_smithy_client.expectString,
2527
2487
  status: import_smithy_client.expectString
@@ -2555,8 +2515,8 @@ var de_GetGuardrailCommand = /* @__PURE__ */ __name(async (output, context) => {
2555
2515
  blockedInputMessaging: import_smithy_client.expectString,
2556
2516
  blockedOutputsMessaging: import_smithy_client.expectString,
2557
2517
  contentPolicy: import_smithy_client._json,
2558
- contextualGroundingPolicy: (_) => de_GuardrailContextualGroundingPolicy(_, context),
2559
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2518
+ contextualGroundingPolicy: /* @__PURE__ */ __name((_) => de_GuardrailContextualGroundingPolicy(_, context), "contextualGroundingPolicy"),
2519
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
2560
2520
  description: import_smithy_client.expectString,
2561
2521
  failureRecommendations: import_smithy_client._json,
2562
2522
  guardrailArn: import_smithy_client.expectString,
@@ -2567,7 +2527,7 @@ var de_GetGuardrailCommand = /* @__PURE__ */ __name(async (output, context) => {
2567
2527
  status: import_smithy_client.expectString,
2568
2528
  statusReasons: import_smithy_client._json,
2569
2529
  topicPolicy: import_smithy_client._json,
2570
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2530
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
2571
2531
  version: import_smithy_client.expectString,
2572
2532
  wordPolicy: import_smithy_client._json
2573
2533
  });
@@ -2583,13 +2543,13 @@ var de_GetImportedModelCommand = /* @__PURE__ */ __name(async (output, context)
2583
2543
  });
2584
2544
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2585
2545
  const doc = (0, import_smithy_client.take)(data, {
2586
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2546
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2587
2547
  instructSupported: import_smithy_client.expectBoolean,
2588
2548
  jobArn: import_smithy_client.expectString,
2589
2549
  jobName: import_smithy_client.expectString,
2590
2550
  modelArchitecture: import_smithy_client.expectString,
2591
2551
  modelArn: import_smithy_client.expectString,
2592
- modelDataSource: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2552
+ modelDataSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "modelDataSource"),
2593
2553
  modelKmsKeyArn: import_smithy_client.expectString,
2594
2554
  modelName: import_smithy_client.expectString
2595
2555
  });
@@ -2605,7 +2565,7 @@ var de_GetInferenceProfileCommand = /* @__PURE__ */ __name(async (output, contex
2605
2565
  });
2606
2566
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2607
2567
  const doc = (0, import_smithy_client.take)(data, {
2608
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2568
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
2609
2569
  description: import_smithy_client.expectString,
2610
2570
  inferenceProfileArn: import_smithy_client.expectString,
2611
2571
  inferenceProfileId: import_smithy_client.expectString,
@@ -2613,7 +2573,7 @@ var de_GetInferenceProfileCommand = /* @__PURE__ */ __name(async (output, contex
2613
2573
  models: import_smithy_client._json,
2614
2574
  status: import_smithy_client.expectString,
2615
2575
  type: import_smithy_client.expectString,
2616
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
2576
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
2617
2577
  });
2618
2578
  Object.assign(contents, doc);
2619
2579
  return contents;
@@ -2627,7 +2587,7 @@ var de_GetMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (output
2627
2587
  });
2628
2588
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2629
2589
  const doc = (0, import_smithy_client.take)(data, {
2630
- marketplaceModelEndpoint: (_) => de_MarketplaceModelEndpoint(_, context)
2590
+ marketplaceModelEndpoint: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpoint(_, context), "marketplaceModelEndpoint")
2631
2591
  });
2632
2592
  Object.assign(contents, doc);
2633
2593
  return contents;
@@ -2641,7 +2601,7 @@ var de_GetModelCopyJobCommand = /* @__PURE__ */ __name(async (output, context) =
2641
2601
  });
2642
2602
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2643
2603
  const doc = (0, import_smithy_client.take)(data, {
2644
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2604
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2645
2605
  failureMessage: import_smithy_client.expectString,
2646
2606
  jobArn: import_smithy_client.expectString,
2647
2607
  sourceAccountId: import_smithy_client.expectString,
@@ -2667,15 +2627,15 @@ var de_GetModelCustomizationJobCommand = /* @__PURE__ */ __name(async (output, c
2667
2627
  const doc = (0, import_smithy_client.take)(data, {
2668
2628
  baseModelArn: import_smithy_client.expectString,
2669
2629
  clientRequestToken: import_smithy_client.expectString,
2670
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2671
- customizationConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2630
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2631
+ customizationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "customizationConfig"),
2672
2632
  customizationType: import_smithy_client.expectString,
2673
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2633
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
2674
2634
  failureMessage: import_smithy_client.expectString,
2675
2635
  hyperParameters: import_smithy_client._json,
2676
2636
  jobArn: import_smithy_client.expectString,
2677
2637
  jobName: import_smithy_client.expectString,
2678
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2638
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2679
2639
  outputDataConfig: import_smithy_client._json,
2680
2640
  outputModelArn: import_smithy_client.expectString,
2681
2641
  outputModelKmsKeyArn: import_smithy_client.expectString,
@@ -2683,9 +2643,9 @@ var de_GetModelCustomizationJobCommand = /* @__PURE__ */ __name(async (output, c
2683
2643
  roleArn: import_smithy_client.expectString,
2684
2644
  status: import_smithy_client.expectString,
2685
2645
  trainingDataConfig: import_smithy_client._json,
2686
- trainingMetrics: (_) => de_TrainingMetrics(_, context),
2646
+ trainingMetrics: /* @__PURE__ */ __name((_) => de_TrainingMetrics(_, context), "trainingMetrics"),
2687
2647
  validationDataConfig: import_smithy_client._json,
2688
- validationMetrics: (_) => de_ValidationMetrics(_, context),
2648
+ validationMetrics: /* @__PURE__ */ __name((_) => de_ValidationMetrics(_, context), "validationMetrics"),
2689
2649
  vpcConfig: import_smithy_client._json
2690
2650
  });
2691
2651
  Object.assign(contents, doc);
@@ -2700,16 +2660,16 @@ var de_GetModelImportJobCommand = /* @__PURE__ */ __name(async (output, context)
2700
2660
  });
2701
2661
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2702
2662
  const doc = (0, import_smithy_client.take)(data, {
2703
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2704
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2663
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2664
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
2705
2665
  failureMessage: import_smithy_client.expectString,
2706
2666
  importedModelArn: import_smithy_client.expectString,
2707
2667
  importedModelKmsKeyArn: import_smithy_client.expectString,
2708
2668
  importedModelName: import_smithy_client.expectString,
2709
2669
  jobArn: import_smithy_client.expectString,
2710
2670
  jobName: import_smithy_client.expectString,
2711
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2712
- modelDataSource: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2671
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2672
+ modelDataSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "modelDataSource"),
2713
2673
  roleArn: import_smithy_client.expectString,
2714
2674
  status: import_smithy_client.expectString,
2715
2675
  vpcConfig: import_smithy_client._json
@@ -2727,18 +2687,18 @@ var de_GetModelInvocationJobCommand = /* @__PURE__ */ __name(async (output, cont
2727
2687
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2728
2688
  const doc = (0, import_smithy_client.take)(data, {
2729
2689
  clientRequestToken: import_smithy_client.expectString,
2730
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2731
- inputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2690
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
2691
+ inputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "inputDataConfig"),
2732
2692
  jobArn: import_smithy_client.expectString,
2733
- jobExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2693
+ jobExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "jobExpirationTime"),
2734
2694
  jobName: import_smithy_client.expectString,
2735
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2695
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2736
2696
  message: import_smithy_client.expectString,
2737
2697
  modelId: import_smithy_client.expectString,
2738
- outputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2698
+ outputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "outputDataConfig"),
2739
2699
  roleArn: import_smithy_client.expectString,
2740
2700
  status: import_smithy_client.expectString,
2741
- submitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2701
+ submitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "submitTime"),
2742
2702
  timeoutDurationInHours: import_smithy_client.expectInt32,
2743
2703
  vpcConfig: import_smithy_client._json
2744
2704
  });
@@ -2768,16 +2728,16 @@ var de_GetPromptRouterCommand = /* @__PURE__ */ __name(async (output, context) =
2768
2728
  });
2769
2729
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2770
2730
  const doc = (0, import_smithy_client.take)(data, {
2771
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2731
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
2772
2732
  description: import_smithy_client.expectString,
2773
2733
  fallbackModel: import_smithy_client._json,
2774
2734
  models: import_smithy_client._json,
2775
2735
  promptRouterArn: import_smithy_client.expectString,
2776
2736
  promptRouterName: import_smithy_client.expectString,
2777
- routingCriteria: (_) => de_RoutingCriteria(_, context),
2737
+ routingCriteria: /* @__PURE__ */ __name((_) => de_RoutingCriteria(_, context), "routingCriteria"),
2778
2738
  status: import_smithy_client.expectString,
2779
2739
  type: import_smithy_client.expectString,
2780
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
2740
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
2781
2741
  });
2782
2742
  Object.assign(contents, doc);
2783
2743
  return contents;
@@ -2792,13 +2752,13 @@ var de_GetProvisionedModelThroughputCommand = /* @__PURE__ */ __name(async (outp
2792
2752
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2793
2753
  const doc = (0, import_smithy_client.take)(data, {
2794
2754
  commitmentDuration: import_smithy_client.expectString,
2795
- commitmentExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2796
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2755
+ commitmentExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "commitmentExpirationTime"),
2756
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2797
2757
  desiredModelArn: import_smithy_client.expectString,
2798
2758
  desiredModelUnits: import_smithy_client.expectInt32,
2799
2759
  failureMessage: import_smithy_client.expectString,
2800
2760
  foundationModelArn: import_smithy_client.expectString,
2801
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2761
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2802
2762
  modelArn: import_smithy_client.expectString,
2803
2763
  modelUnits: import_smithy_client.expectInt32,
2804
2764
  provisionedModelArn: import_smithy_client.expectString,
@@ -2817,7 +2777,7 @@ var de_ListCustomModelsCommand = /* @__PURE__ */ __name(async (output, context)
2817
2777
  });
2818
2778
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2819
2779
  const doc = (0, import_smithy_client.take)(data, {
2820
- modelSummaries: (_) => de_CustomModelSummaryList(_, context),
2780
+ modelSummaries: /* @__PURE__ */ __name((_) => de_CustomModelSummaryList(_, context), "modelSummaries"),
2821
2781
  nextToken: import_smithy_client.expectString
2822
2782
  });
2823
2783
  Object.assign(contents, doc);
@@ -2832,7 +2792,7 @@ var de_ListEvaluationJobsCommand = /* @__PURE__ */ __name(async (output, context
2832
2792
  });
2833
2793
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2834
2794
  const doc = (0, import_smithy_client.take)(data, {
2835
- jobSummaries: (_) => de_EvaluationSummaries(_, context),
2795
+ jobSummaries: /* @__PURE__ */ __name((_) => de_EvaluationSummaries(_, context), "jobSummaries"),
2836
2796
  nextToken: import_smithy_client.expectString
2837
2797
  });
2838
2798
  Object.assign(contents, doc);
@@ -2861,7 +2821,7 @@ var de_ListGuardrailsCommand = /* @__PURE__ */ __name(async (output, context) =>
2861
2821
  });
2862
2822
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2863
2823
  const doc = (0, import_smithy_client.take)(data, {
2864
- guardrails: (_) => de_GuardrailSummaries(_, context),
2824
+ guardrails: /* @__PURE__ */ __name((_) => de_GuardrailSummaries(_, context), "guardrails"),
2865
2825
  nextToken: import_smithy_client.expectString
2866
2826
  });
2867
2827
  Object.assign(contents, doc);
@@ -2876,7 +2836,7 @@ var de_ListImportedModelsCommand = /* @__PURE__ */ __name(async (output, context
2876
2836
  });
2877
2837
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2878
2838
  const doc = (0, import_smithy_client.take)(data, {
2879
- modelSummaries: (_) => de_ImportedModelSummaryList(_, context),
2839
+ modelSummaries: /* @__PURE__ */ __name((_) => de_ImportedModelSummaryList(_, context), "modelSummaries"),
2880
2840
  nextToken: import_smithy_client.expectString
2881
2841
  });
2882
2842
  Object.assign(contents, doc);
@@ -2891,7 +2851,7 @@ var de_ListInferenceProfilesCommand = /* @__PURE__ */ __name(async (output, cont
2891
2851
  });
2892
2852
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2893
2853
  const doc = (0, import_smithy_client.take)(data, {
2894
- inferenceProfileSummaries: (_) => de_InferenceProfileSummaries(_, context),
2854
+ inferenceProfileSummaries: /* @__PURE__ */ __name((_) => de_InferenceProfileSummaries(_, context), "inferenceProfileSummaries"),
2895
2855
  nextToken: import_smithy_client.expectString
2896
2856
  });
2897
2857
  Object.assign(contents, doc);
@@ -2906,7 +2866,7 @@ var de_ListMarketplaceModelEndpointsCommand = /* @__PURE__ */ __name(async (outp
2906
2866
  });
2907
2867
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2908
2868
  const doc = (0, import_smithy_client.take)(data, {
2909
- marketplaceModelEndpoints: (_) => de_MarketplaceModelEndpointSummaries(_, context),
2869
+ marketplaceModelEndpoints: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpointSummaries(_, context), "marketplaceModelEndpoints"),
2910
2870
  nextToken: import_smithy_client.expectString
2911
2871
  });
2912
2872
  Object.assign(contents, doc);
@@ -2921,7 +2881,7 @@ var de_ListModelCopyJobsCommand = /* @__PURE__ */ __name(async (output, context)
2921
2881
  });
2922
2882
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2923
2883
  const doc = (0, import_smithy_client.take)(data, {
2924
- modelCopyJobSummaries: (_) => de_ModelCopyJobSummaries(_, context),
2884
+ modelCopyJobSummaries: /* @__PURE__ */ __name((_) => de_ModelCopyJobSummaries(_, context), "modelCopyJobSummaries"),
2925
2885
  nextToken: import_smithy_client.expectString
2926
2886
  });
2927
2887
  Object.assign(contents, doc);
@@ -2936,7 +2896,7 @@ var de_ListModelCustomizationJobsCommand = /* @__PURE__ */ __name(async (output,
2936
2896
  });
2937
2897
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2938
2898
  const doc = (0, import_smithy_client.take)(data, {
2939
- modelCustomizationJobSummaries: (_) => de_ModelCustomizationJobSummaries(_, context),
2899
+ modelCustomizationJobSummaries: /* @__PURE__ */ __name((_) => de_ModelCustomizationJobSummaries(_, context), "modelCustomizationJobSummaries"),
2940
2900
  nextToken: import_smithy_client.expectString
2941
2901
  });
2942
2902
  Object.assign(contents, doc);
@@ -2951,7 +2911,7 @@ var de_ListModelImportJobsCommand = /* @__PURE__ */ __name(async (output, contex
2951
2911
  });
2952
2912
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2953
2913
  const doc = (0, import_smithy_client.take)(data, {
2954
- modelImportJobSummaries: (_) => de_ModelImportJobSummaries(_, context),
2914
+ modelImportJobSummaries: /* @__PURE__ */ __name((_) => de_ModelImportJobSummaries(_, context), "modelImportJobSummaries"),
2955
2915
  nextToken: import_smithy_client.expectString
2956
2916
  });
2957
2917
  Object.assign(contents, doc);
@@ -2966,7 +2926,7 @@ var de_ListModelInvocationJobsCommand = /* @__PURE__ */ __name(async (output, co
2966
2926
  });
2967
2927
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2968
2928
  const doc = (0, import_smithy_client.take)(data, {
2969
- invocationJobSummaries: (_) => de_ModelInvocationJobSummaries(_, context),
2929
+ invocationJobSummaries: /* @__PURE__ */ __name((_) => de_ModelInvocationJobSummaries(_, context), "invocationJobSummaries"),
2970
2930
  nextToken: import_smithy_client.expectString
2971
2931
  });
2972
2932
  Object.assign(contents, doc);
@@ -2982,7 +2942,7 @@ var de_ListPromptRoutersCommand = /* @__PURE__ */ __name(async (output, context)
2982
2942
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2983
2943
  const doc = (0, import_smithy_client.take)(data, {
2984
2944
  nextToken: import_smithy_client.expectString,
2985
- promptRouterSummaries: (_) => de_PromptRouterSummaries(_, context)
2945
+ promptRouterSummaries: /* @__PURE__ */ __name((_) => de_PromptRouterSummaries(_, context), "promptRouterSummaries")
2986
2946
  });
2987
2947
  Object.assign(contents, doc);
2988
2948
  return contents;
@@ -2997,7 +2957,7 @@ var de_ListProvisionedModelThroughputsCommand = /* @__PURE__ */ __name(async (ou
2997
2957
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2998
2958
  const doc = (0, import_smithy_client.take)(data, {
2999
2959
  nextToken: import_smithy_client.expectString,
3000
- provisionedModelSummaries: (_) => de_ProvisionedModelSummaries(_, context)
2960
+ provisionedModelSummaries: /* @__PURE__ */ __name((_) => de_ProvisionedModelSummaries(_, context), "provisionedModelSummaries")
3001
2961
  });
3002
2962
  Object.assign(contents, doc);
3003
2963
  return contents;
@@ -3035,7 +2995,7 @@ var de_RegisterMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (o
3035
2995
  });
3036
2996
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3037
2997
  const doc = (0, import_smithy_client.take)(data, {
3038
- marketplaceModelEndpoint: (_) => de_MarketplaceModelEndpoint(_, context)
2998
+ marketplaceModelEndpoint: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpoint(_, context), "marketplaceModelEndpoint")
3039
2999
  });
3040
3000
  Object.assign(contents, doc);
3041
3001
  return contents;
@@ -3101,7 +3061,7 @@ var de_UpdateGuardrailCommand = /* @__PURE__ */ __name(async (output, context) =
3101
3061
  const doc = (0, import_smithy_client.take)(data, {
3102
3062
  guardrailArn: import_smithy_client.expectString,
3103
3063
  guardrailId: import_smithy_client.expectString,
3104
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3064
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
3105
3065
  version: import_smithy_client.expectString
3106
3066
  });
3107
3067
  Object.assign(contents, doc);
@@ -3116,7 +3076,7 @@ var de_UpdateMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (out
3116
3076
  });
3117
3077
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3118
3078
  const doc = (0, import_smithy_client.take)(data, {
3119
- marketplaceModelEndpoint: (_) => de_MarketplaceModelEndpoint(_, context)
3079
+ marketplaceModelEndpoint: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpoint(_, context), "marketplaceModelEndpoint")
3120
3080
  });
3121
3081
  Object.assign(contents, doc);
3122
3082
  return contents;
@@ -3314,14 +3274,14 @@ var se_ByteContentDoc = /* @__PURE__ */ __name((input, context) => {
3314
3274
  }, "se_ByteContentDoc");
3315
3275
  var se_EvaluationInferenceConfig = /* @__PURE__ */ __name((input, context) => {
3316
3276
  return EvaluationInferenceConfig.visit(input, {
3317
- models: (value) => ({ models: (0, import_smithy_client._json)(value) }),
3318
- ragConfigs: (value) => ({ ragConfigs: se_RagConfigs(value, context) }),
3319
- _: (name, value) => ({ [name]: value })
3277
+ models: /* @__PURE__ */ __name((value) => ({ models: (0, import_smithy_client._json)(value) }), "models"),
3278
+ ragConfigs: /* @__PURE__ */ __name((value) => ({ ragConfigs: se_RagConfigs(value, context) }), "ragConfigs"),
3279
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3320
3280
  });
3321
3281
  }, "se_EvaluationInferenceConfig");
3322
3282
  var se_ExternalSource = /* @__PURE__ */ __name((input, context) => {
3323
3283
  return (0, import_smithy_client.take)(input, {
3324
- byteContent: (_) => se_ByteContentDoc(_, context),
3284
+ byteContent: /* @__PURE__ */ __name((_) => se_ByteContentDoc(_, context), "byteContent"),
3325
3285
  s3Location: import_smithy_client._json,
3326
3286
  sourceType: []
3327
3287
  });
@@ -3333,23 +3293,23 @@ var se_ExternalSources = /* @__PURE__ */ __name((input, context) => {
3333
3293
  }, "se_ExternalSources");
3334
3294
  var se_ExternalSourcesGenerationConfiguration = /* @__PURE__ */ __name((input, context) => {
3335
3295
  return (0, import_smithy_client.take)(input, {
3336
- additionalModelRequestFields: (_) => se_AdditionalModelRequestFields(_, context),
3296
+ additionalModelRequestFields: /* @__PURE__ */ __name((_) => se_AdditionalModelRequestFields(_, context), "additionalModelRequestFields"),
3337
3297
  guardrailConfiguration: import_smithy_client._json,
3338
- kbInferenceConfig: (_) => se_KbInferenceConfig(_, context),
3298
+ kbInferenceConfig: /* @__PURE__ */ __name((_) => se_KbInferenceConfig(_, context), "kbInferenceConfig"),
3339
3299
  promptTemplate: import_smithy_client._json
3340
3300
  });
3341
3301
  }, "se_ExternalSourcesGenerationConfiguration");
3342
3302
  var se_ExternalSourcesRetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((input, context) => {
3343
3303
  return (0, import_smithy_client.take)(input, {
3344
- generationConfiguration: (_) => se_ExternalSourcesGenerationConfiguration(_, context),
3304
+ generationConfiguration: /* @__PURE__ */ __name((_) => se_ExternalSourcesGenerationConfiguration(_, context), "generationConfiguration"),
3345
3305
  modelArn: [],
3346
- sources: (_) => se_ExternalSources(_, context)
3306
+ sources: /* @__PURE__ */ __name((_) => se_ExternalSources(_, context), "sources")
3347
3307
  });
3348
3308
  }, "se_ExternalSourcesRetrieveAndGenerateConfiguration");
3349
3309
  var se_FilterAttribute = /* @__PURE__ */ __name((input, context) => {
3350
3310
  return (0, import_smithy_client.take)(input, {
3351
3311
  key: [],
3352
- value: (_) => se_FilterValue(_, context)
3312
+ value: /* @__PURE__ */ __name((_) => se_FilterValue(_, context), "value")
3353
3313
  });
3354
3314
  }, "se_FilterAttribute");
3355
3315
  var se_FilterValue = /* @__PURE__ */ __name((input, context) => {
@@ -3357,9 +3317,9 @@ var se_FilterValue = /* @__PURE__ */ __name((input, context) => {
3357
3317
  }, "se_FilterValue");
3358
3318
  var se_GenerationConfiguration = /* @__PURE__ */ __name((input, context) => {
3359
3319
  return (0, import_smithy_client.take)(input, {
3360
- additionalModelRequestFields: (_) => se_AdditionalModelRequestFields(_, context),
3320
+ additionalModelRequestFields: /* @__PURE__ */ __name((_) => se_AdditionalModelRequestFields(_, context), "additionalModelRequestFields"),
3361
3321
  guardrailConfiguration: import_smithy_client._json,
3362
- kbInferenceConfig: (_) => se_KbInferenceConfig(_, context),
3322
+ kbInferenceConfig: /* @__PURE__ */ __name((_) => se_KbInferenceConfig(_, context), "kbInferenceConfig"),
3363
3323
  promptTemplate: import_smithy_client._json
3364
3324
  });
3365
3325
  }, "se_GenerationConfiguration");
@@ -3376,48 +3336,49 @@ var se_GuardrailContextualGroundingFiltersConfig = /* @__PURE__ */ __name((input
3376
3336
  }, "se_GuardrailContextualGroundingFiltersConfig");
3377
3337
  var se_GuardrailContextualGroundingPolicyConfig = /* @__PURE__ */ __name((input, context) => {
3378
3338
  return (0, import_smithy_client.take)(input, {
3379
- filtersConfig: (_) => se_GuardrailContextualGroundingFiltersConfig(_, context)
3339
+ filtersConfig: /* @__PURE__ */ __name((_) => se_GuardrailContextualGroundingFiltersConfig(_, context), "filtersConfig")
3380
3340
  });
3381
3341
  }, "se_GuardrailContextualGroundingPolicyConfig");
3382
3342
  var se_KbInferenceConfig = /* @__PURE__ */ __name((input, context) => {
3383
3343
  return (0, import_smithy_client.take)(input, {
3384
- textInferenceConfig: (_) => se_TextInferenceConfig(_, context)
3344
+ textInferenceConfig: /* @__PURE__ */ __name((_) => se_TextInferenceConfig(_, context), "textInferenceConfig")
3385
3345
  });
3386
3346
  }, "se_KbInferenceConfig");
3387
3347
  var se_KnowledgeBaseConfig = /* @__PURE__ */ __name((input, context) => {
3388
3348
  return KnowledgeBaseConfig.visit(input, {
3389
- retrieveAndGenerateConfig: (value) => ({
3349
+ retrieveAndGenerateConfig: /* @__PURE__ */ __name((value) => ({
3390
3350
  retrieveAndGenerateConfig: se_RetrieveAndGenerateConfiguration(value, context)
3391
- }),
3392
- retrieveConfig: (value) => ({ retrieveConfig: se_RetrieveConfig(value, context) }),
3393
- _: (name, value) => ({ [name]: value })
3351
+ }), "retrieveAndGenerateConfig"),
3352
+ retrieveConfig: /* @__PURE__ */ __name((value) => ({ retrieveConfig: se_RetrieveConfig(value, context) }), "retrieveConfig"),
3353
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3394
3354
  });
3395
3355
  }, "se_KnowledgeBaseConfig");
3396
3356
  var se_KnowledgeBaseRetrievalConfiguration = /* @__PURE__ */ __name((input, context) => {
3397
3357
  return (0, import_smithy_client.take)(input, {
3398
- vectorSearchConfiguration: (_) => se_KnowledgeBaseVectorSearchConfiguration(_, context)
3358
+ vectorSearchConfiguration: /* @__PURE__ */ __name((_) => se_KnowledgeBaseVectorSearchConfiguration(_, context), "vectorSearchConfiguration")
3399
3359
  });
3400
3360
  }, "se_KnowledgeBaseRetrievalConfiguration");
3401
3361
  var se_KnowledgeBaseRetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((input, context) => {
3402
3362
  return (0, import_smithy_client.take)(input, {
3403
- generationConfiguration: (_) => se_GenerationConfiguration(_, context),
3363
+ generationConfiguration: /* @__PURE__ */ __name((_) => se_GenerationConfiguration(_, context), "generationConfiguration"),
3404
3364
  knowledgeBaseId: [],
3405
3365
  modelArn: [],
3406
3366
  orchestrationConfiguration: import_smithy_client._json,
3407
- retrievalConfiguration: (_) => se_KnowledgeBaseRetrievalConfiguration(_, context)
3367
+ retrievalConfiguration: /* @__PURE__ */ __name((_) => se_KnowledgeBaseRetrievalConfiguration(_, context), "retrievalConfiguration")
3408
3368
  });
3409
3369
  }, "se_KnowledgeBaseRetrieveAndGenerateConfiguration");
3410
3370
  var se_KnowledgeBaseVectorSearchConfiguration = /* @__PURE__ */ __name((input, context) => {
3411
3371
  return (0, import_smithy_client.take)(input, {
3412
- filter: (_) => se_RetrievalFilter(_, context),
3372
+ filter: /* @__PURE__ */ __name((_) => se_RetrievalFilter(_, context), "filter"),
3413
3373
  numberOfResults: [],
3414
3374
  overrideSearchType: []
3415
3375
  });
3416
3376
  }, "se_KnowledgeBaseVectorSearchConfiguration");
3417
3377
  var se_RAGConfig = /* @__PURE__ */ __name((input, context) => {
3418
3378
  return RAGConfig.visit(input, {
3419
- knowledgeBaseConfig: (value) => ({ knowledgeBaseConfig: se_KnowledgeBaseConfig(value, context) }),
3420
- _: (name, value) => ({ [name]: value })
3379
+ knowledgeBaseConfig: /* @__PURE__ */ __name((value) => ({ knowledgeBaseConfig: se_KnowledgeBaseConfig(value, context) }), "knowledgeBaseConfig"),
3380
+ precomputedRagSourceConfig: /* @__PURE__ */ __name((value) => ({ precomputedRagSourceConfig: (0, import_smithy_client._json)(value) }), "precomputedRagSourceConfig"),
3381
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3421
3382
  });
3422
3383
  }, "se_RAGConfig");
3423
3384
  var se_RagConfigs = /* @__PURE__ */ __name((input, context) => {
@@ -3427,20 +3388,20 @@ var se_RagConfigs = /* @__PURE__ */ __name((input, context) => {
3427
3388
  }, "se_RagConfigs");
3428
3389
  var se_RetrievalFilter = /* @__PURE__ */ __name((input, context) => {
3429
3390
  return RetrievalFilter.visit(input, {
3430
- andAll: (value) => ({ andAll: se_RetrievalFilterList(value, context) }),
3431
- equals: (value) => ({ equals: se_FilterAttribute(value, context) }),
3432
- greaterThan: (value) => ({ greaterThan: se_FilterAttribute(value, context) }),
3433
- greaterThanOrEquals: (value) => ({ greaterThanOrEquals: se_FilterAttribute(value, context) }),
3434
- in: (value) => ({ in: se_FilterAttribute(value, context) }),
3435
- lessThan: (value) => ({ lessThan: se_FilterAttribute(value, context) }),
3436
- lessThanOrEquals: (value) => ({ lessThanOrEquals: se_FilterAttribute(value, context) }),
3437
- listContains: (value) => ({ listContains: se_FilterAttribute(value, context) }),
3438
- notEquals: (value) => ({ notEquals: se_FilterAttribute(value, context) }),
3439
- notIn: (value) => ({ notIn: se_FilterAttribute(value, context) }),
3440
- orAll: (value) => ({ orAll: se_RetrievalFilterList(value, context) }),
3441
- startsWith: (value) => ({ startsWith: se_FilterAttribute(value, context) }),
3442
- stringContains: (value) => ({ stringContains: se_FilterAttribute(value, context) }),
3443
- _: (name, value) => ({ [name]: value })
3391
+ andAll: /* @__PURE__ */ __name((value) => ({ andAll: se_RetrievalFilterList(value, context) }), "andAll"),
3392
+ equals: /* @__PURE__ */ __name((value) => ({ equals: se_FilterAttribute(value, context) }), "equals"),
3393
+ greaterThan: /* @__PURE__ */ __name((value) => ({ greaterThan: se_FilterAttribute(value, context) }), "greaterThan"),
3394
+ greaterThanOrEquals: /* @__PURE__ */ __name((value) => ({ greaterThanOrEquals: se_FilterAttribute(value, context) }), "greaterThanOrEquals"),
3395
+ in: /* @__PURE__ */ __name((value) => ({ in: se_FilterAttribute(value, context) }), "in"),
3396
+ lessThan: /* @__PURE__ */ __name((value) => ({ lessThan: se_FilterAttribute(value, context) }), "lessThan"),
3397
+ lessThanOrEquals: /* @__PURE__ */ __name((value) => ({ lessThanOrEquals: se_FilterAttribute(value, context) }), "lessThanOrEquals"),
3398
+ listContains: /* @__PURE__ */ __name((value) => ({ listContains: se_FilterAttribute(value, context) }), "listContains"),
3399
+ notEquals: /* @__PURE__ */ __name((value) => ({ notEquals: se_FilterAttribute(value, context) }), "notEquals"),
3400
+ notIn: /* @__PURE__ */ __name((value) => ({ notIn: se_FilterAttribute(value, context) }), "notIn"),
3401
+ orAll: /* @__PURE__ */ __name((value) => ({ orAll: se_RetrievalFilterList(value, context) }), "orAll"),
3402
+ startsWith: /* @__PURE__ */ __name((value) => ({ startsWith: se_FilterAttribute(value, context) }), "startsWith"),
3403
+ stringContains: /* @__PURE__ */ __name((value) => ({ stringContains: se_FilterAttribute(value, context) }), "stringContains"),
3404
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3444
3405
  });
3445
3406
  }, "se_RetrievalFilter");
3446
3407
  var se_RetrievalFilterList = /* @__PURE__ */ __name((input, context) => {
@@ -3450,15 +3411,15 @@ var se_RetrievalFilterList = /* @__PURE__ */ __name((input, context) => {
3450
3411
  }, "se_RetrievalFilterList");
3451
3412
  var se_RetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((input, context) => {
3452
3413
  return (0, import_smithy_client.take)(input, {
3453
- externalSourcesConfiguration: (_) => se_ExternalSourcesRetrieveAndGenerateConfiguration(_, context),
3454
- knowledgeBaseConfiguration: (_) => se_KnowledgeBaseRetrieveAndGenerateConfiguration(_, context),
3414
+ externalSourcesConfiguration: /* @__PURE__ */ __name((_) => se_ExternalSourcesRetrieveAndGenerateConfiguration(_, context), "externalSourcesConfiguration"),
3415
+ knowledgeBaseConfiguration: /* @__PURE__ */ __name((_) => se_KnowledgeBaseRetrieveAndGenerateConfiguration(_, context), "knowledgeBaseConfiguration"),
3455
3416
  type: []
3456
3417
  });
3457
3418
  }, "se_RetrieveAndGenerateConfiguration");
3458
3419
  var se_RetrieveConfig = /* @__PURE__ */ __name((input, context) => {
3459
3420
  return (0, import_smithy_client.take)(input, {
3460
3421
  knowledgeBaseId: [],
3461
- knowledgeBaseRetrievalConfiguration: (_) => se_KnowledgeBaseRetrievalConfiguration(_, context)
3422
+ knowledgeBaseRetrievalConfiguration: /* @__PURE__ */ __name((_) => se_KnowledgeBaseRetrievalConfiguration(_, context), "knowledgeBaseRetrievalConfiguration")
3462
3423
  });
3463
3424
  }, "se_RetrieveConfig");
3464
3425
  var se_RoutingCriteria = /* @__PURE__ */ __name((input, context) => {
@@ -3497,7 +3458,7 @@ var de_CustomModelSummary = /* @__PURE__ */ __name((output, context) => {
3497
3458
  return (0, import_smithy_client.take)(output, {
3498
3459
  baseModelArn: import_smithy_client.expectString,
3499
3460
  baseModelName: import_smithy_client.expectString,
3500
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3461
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3501
3462
  customizationType: import_smithy_client.expectString,
3502
3463
  modelArn: import_smithy_client.expectString,
3503
3464
  modelName: import_smithy_client.expectString,
@@ -3532,9 +3493,10 @@ var de_EvaluationSummaries = /* @__PURE__ */ __name((output, context) => {
3532
3493
  var de_EvaluationSummary = /* @__PURE__ */ __name((output, context) => {
3533
3494
  return (0, import_smithy_client.take)(output, {
3534
3495
  applicationType: import_smithy_client.expectString,
3535
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3496
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3536
3497
  evaluationTaskTypes: import_smithy_client._json,
3537
3498
  evaluatorModelIdentifiers: import_smithy_client._json,
3499
+ inferenceConfigSummary: import_smithy_client._json,
3538
3500
  jobArn: import_smithy_client.expectString,
3539
3501
  jobName: import_smithy_client.expectString,
3540
3502
  jobType: import_smithy_client.expectString,
@@ -3545,7 +3507,7 @@ var de_EvaluationSummary = /* @__PURE__ */ __name((output, context) => {
3545
3507
  }, "de_EvaluationSummary");
3546
3508
  var de_ExternalSource = /* @__PURE__ */ __name((output, context) => {
3547
3509
  return (0, import_smithy_client.take)(output, {
3548
- byteContent: (_) => de_ByteContentDoc(_, context),
3510
+ byteContent: /* @__PURE__ */ __name((_) => de_ByteContentDoc(_, context), "byteContent"),
3549
3511
  s3Location: import_smithy_client._json,
3550
3512
  sourceType: import_smithy_client.expectString
3551
3513
  });
@@ -3558,23 +3520,23 @@ var de_ExternalSources = /* @__PURE__ */ __name((output, context) => {
3558
3520
  }, "de_ExternalSources");
3559
3521
  var de_ExternalSourcesGenerationConfiguration = /* @__PURE__ */ __name((output, context) => {
3560
3522
  return (0, import_smithy_client.take)(output, {
3561
- additionalModelRequestFields: (_) => de_AdditionalModelRequestFields(_, context),
3523
+ additionalModelRequestFields: /* @__PURE__ */ __name((_) => de_AdditionalModelRequestFields(_, context), "additionalModelRequestFields"),
3562
3524
  guardrailConfiguration: import_smithy_client._json,
3563
- kbInferenceConfig: (_) => de_KbInferenceConfig(_, context),
3525
+ kbInferenceConfig: /* @__PURE__ */ __name((_) => de_KbInferenceConfig(_, context), "kbInferenceConfig"),
3564
3526
  promptTemplate: import_smithy_client._json
3565
3527
  });
3566
3528
  }, "de_ExternalSourcesGenerationConfiguration");
3567
3529
  var de_ExternalSourcesRetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((output, context) => {
3568
3530
  return (0, import_smithy_client.take)(output, {
3569
- generationConfiguration: (_) => de_ExternalSourcesGenerationConfiguration(_, context),
3531
+ generationConfiguration: /* @__PURE__ */ __name((_) => de_ExternalSourcesGenerationConfiguration(_, context), "generationConfiguration"),
3570
3532
  modelArn: import_smithy_client.expectString,
3571
- sources: (_) => de_ExternalSources(_, context)
3533
+ sources: /* @__PURE__ */ __name((_) => de_ExternalSources(_, context), "sources")
3572
3534
  });
3573
3535
  }, "de_ExternalSourcesRetrieveAndGenerateConfiguration");
3574
3536
  var de_FilterAttribute = /* @__PURE__ */ __name((output, context) => {
3575
3537
  return (0, import_smithy_client.take)(output, {
3576
3538
  key: import_smithy_client.expectString,
3577
- value: (_) => de_FilterValue(_, context)
3539
+ value: /* @__PURE__ */ __name((_) => de_FilterValue(_, context), "value")
3578
3540
  });
3579
3541
  }, "de_FilterAttribute");
3580
3542
  var de_FilterValue = /* @__PURE__ */ __name((output, context) => {
@@ -3582,9 +3544,9 @@ var de_FilterValue = /* @__PURE__ */ __name((output, context) => {
3582
3544
  }, "de_FilterValue");
3583
3545
  var de_GenerationConfiguration = /* @__PURE__ */ __name((output, context) => {
3584
3546
  return (0, import_smithy_client.take)(output, {
3585
- additionalModelRequestFields: (_) => de_AdditionalModelRequestFields(_, context),
3547
+ additionalModelRequestFields: /* @__PURE__ */ __name((_) => de_AdditionalModelRequestFields(_, context), "additionalModelRequestFields"),
3586
3548
  guardrailConfiguration: import_smithy_client._json,
3587
- kbInferenceConfig: (_) => de_KbInferenceConfig(_, context),
3549
+ kbInferenceConfig: /* @__PURE__ */ __name((_) => de_KbInferenceConfig(_, context), "kbInferenceConfig"),
3588
3550
  promptTemplate: import_smithy_client._json
3589
3551
  });
3590
3552
  }, "de_GenerationConfiguration");
@@ -3602,7 +3564,7 @@ var de_GuardrailContextualGroundingFilters = /* @__PURE__ */ __name((output, con
3602
3564
  }, "de_GuardrailContextualGroundingFilters");
3603
3565
  var de_GuardrailContextualGroundingPolicy = /* @__PURE__ */ __name((output, context) => {
3604
3566
  return (0, import_smithy_client.take)(output, {
3605
- filters: (_) => de_GuardrailContextualGroundingFilters(_, context)
3567
+ filters: /* @__PURE__ */ __name((_) => de_GuardrailContextualGroundingFilters(_, context), "filters")
3606
3568
  });
3607
3569
  }, "de_GuardrailContextualGroundingPolicy");
3608
3570
  var de_GuardrailSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3614,18 +3576,18 @@ var de_GuardrailSummaries = /* @__PURE__ */ __name((output, context) => {
3614
3576
  var de_GuardrailSummary = /* @__PURE__ */ __name((output, context) => {
3615
3577
  return (0, import_smithy_client.take)(output, {
3616
3578
  arn: import_smithy_client.expectString,
3617
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3579
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3618
3580
  description: import_smithy_client.expectString,
3619
3581
  id: import_smithy_client.expectString,
3620
3582
  name: import_smithy_client.expectString,
3621
3583
  status: import_smithy_client.expectString,
3622
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3584
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
3623
3585
  version: import_smithy_client.expectString
3624
3586
  });
3625
3587
  }, "de_GuardrailSummary");
3626
3588
  var de_ImportedModelSummary = /* @__PURE__ */ __name((output, context) => {
3627
3589
  return (0, import_smithy_client.take)(output, {
3628
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3590
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3629
3591
  instructSupported: import_smithy_client.expectBoolean,
3630
3592
  modelArchitecture: import_smithy_client.expectString,
3631
3593
  modelArn: import_smithy_client.expectString,
@@ -3646,7 +3608,7 @@ var de_InferenceProfileSummaries = /* @__PURE__ */ __name((output, context) => {
3646
3608
  }, "de_InferenceProfileSummaries");
3647
3609
  var de_InferenceProfileSummary = /* @__PURE__ */ __name((output, context) => {
3648
3610
  return (0, import_smithy_client.take)(output, {
3649
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3611
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3650
3612
  description: import_smithy_client.expectString,
3651
3613
  inferenceProfileArn: import_smithy_client.expectString,
3652
3614
  inferenceProfileId: import_smithy_client.expectString,
@@ -3654,12 +3616,12 @@ var de_InferenceProfileSummary = /* @__PURE__ */ __name((output, context) => {
3654
3616
  models: import_smithy_client._json,
3655
3617
  status: import_smithy_client.expectString,
3656
3618
  type: import_smithy_client.expectString,
3657
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
3619
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
3658
3620
  });
3659
3621
  }, "de_InferenceProfileSummary");
3660
3622
  var de_KbInferenceConfig = /* @__PURE__ */ __name((output, context) => {
3661
3623
  return (0, import_smithy_client.take)(output, {
3662
- textInferenceConfig: (_) => de_TextInferenceConfig(_, context)
3624
+ textInferenceConfig: /* @__PURE__ */ __name((_) => de_TextInferenceConfig(_, context), "textInferenceConfig")
3663
3625
  });
3664
3626
  }, "de_KbInferenceConfig");
3665
3627
  var de_KnowledgeBaseConfig = /* @__PURE__ */ __name((output, context) => {
@@ -3677,36 +3639,36 @@ var de_KnowledgeBaseConfig = /* @__PURE__ */ __name((output, context) => {
3677
3639
  }, "de_KnowledgeBaseConfig");
3678
3640
  var de_KnowledgeBaseRetrievalConfiguration = /* @__PURE__ */ __name((output, context) => {
3679
3641
  return (0, import_smithy_client.take)(output, {
3680
- vectorSearchConfiguration: (_) => de_KnowledgeBaseVectorSearchConfiguration(_, context)
3642
+ vectorSearchConfiguration: /* @__PURE__ */ __name((_) => de_KnowledgeBaseVectorSearchConfiguration(_, context), "vectorSearchConfiguration")
3681
3643
  });
3682
3644
  }, "de_KnowledgeBaseRetrievalConfiguration");
3683
3645
  var de_KnowledgeBaseRetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((output, context) => {
3684
3646
  return (0, import_smithy_client.take)(output, {
3685
- generationConfiguration: (_) => de_GenerationConfiguration(_, context),
3647
+ generationConfiguration: /* @__PURE__ */ __name((_) => de_GenerationConfiguration(_, context), "generationConfiguration"),
3686
3648
  knowledgeBaseId: import_smithy_client.expectString,
3687
3649
  modelArn: import_smithy_client.expectString,
3688
3650
  orchestrationConfiguration: import_smithy_client._json,
3689
- retrievalConfiguration: (_) => de_KnowledgeBaseRetrievalConfiguration(_, context)
3651
+ retrievalConfiguration: /* @__PURE__ */ __name((_) => de_KnowledgeBaseRetrievalConfiguration(_, context), "retrievalConfiguration")
3690
3652
  });
3691
3653
  }, "de_KnowledgeBaseRetrieveAndGenerateConfiguration");
3692
3654
  var de_KnowledgeBaseVectorSearchConfiguration = /* @__PURE__ */ __name((output, context) => {
3693
3655
  return (0, import_smithy_client.take)(output, {
3694
- filter: (_) => de_RetrievalFilter((0, import_core2.awsExpectUnion)(_), context),
3656
+ filter: /* @__PURE__ */ __name((_) => de_RetrievalFilter((0, import_core2.awsExpectUnion)(_), context), "filter"),
3695
3657
  numberOfResults: import_smithy_client.expectInt32,
3696
3658
  overrideSearchType: import_smithy_client.expectString
3697
3659
  });
3698
3660
  }, "de_KnowledgeBaseVectorSearchConfiguration");
3699
3661
  var de_MarketplaceModelEndpoint = /* @__PURE__ */ __name((output, context) => {
3700
3662
  return (0, import_smithy_client.take)(output, {
3701
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3663
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3702
3664
  endpointArn: import_smithy_client.expectString,
3703
- endpointConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
3665
+ endpointConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "endpointConfig"),
3704
3666
  endpointStatus: import_smithy_client.expectString,
3705
3667
  endpointStatusMessage: import_smithy_client.expectString,
3706
3668
  modelSourceIdentifier: import_smithy_client.expectString,
3707
3669
  status: import_smithy_client.expectString,
3708
3670
  statusMessage: import_smithy_client.expectString,
3709
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
3671
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
3710
3672
  });
3711
3673
  }, "de_MarketplaceModelEndpoint");
3712
3674
  var de_MarketplaceModelEndpointSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3717,12 +3679,12 @@ var de_MarketplaceModelEndpointSummaries = /* @__PURE__ */ __name((output, conte
3717
3679
  }, "de_MarketplaceModelEndpointSummaries");
3718
3680
  var de_MarketplaceModelEndpointSummary = /* @__PURE__ */ __name((output, context) => {
3719
3681
  return (0, import_smithy_client.take)(output, {
3720
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3682
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3721
3683
  endpointArn: import_smithy_client.expectString,
3722
3684
  modelSourceIdentifier: import_smithy_client.expectString,
3723
3685
  status: import_smithy_client.expectString,
3724
3686
  statusMessage: import_smithy_client.expectString,
3725
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
3687
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
3726
3688
  });
3727
3689
  }, "de_MarketplaceModelEndpointSummary");
3728
3690
  var de_ModelCopyJobSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3733,7 +3695,7 @@ var de_ModelCopyJobSummaries = /* @__PURE__ */ __name((output, context) => {
3733
3695
  }, "de_ModelCopyJobSummaries");
3734
3696
  var de_ModelCopyJobSummary = /* @__PURE__ */ __name((output, context) => {
3735
3697
  return (0, import_smithy_client.take)(output, {
3736
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3698
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3737
3699
  failureMessage: import_smithy_client.expectString,
3738
3700
  jobArn: import_smithy_client.expectString,
3739
3701
  sourceAccountId: import_smithy_client.expectString,
@@ -3755,14 +3717,14 @@ var de_ModelCustomizationJobSummaries = /* @__PURE__ */ __name((output, context)
3755
3717
  var de_ModelCustomizationJobSummary = /* @__PURE__ */ __name((output, context) => {
3756
3718
  return (0, import_smithy_client.take)(output, {
3757
3719
  baseModelArn: import_smithy_client.expectString,
3758
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3720
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3759
3721
  customModelArn: import_smithy_client.expectString,
3760
3722
  customModelName: import_smithy_client.expectString,
3761
3723
  customizationType: import_smithy_client.expectString,
3762
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3724
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
3763
3725
  jobArn: import_smithy_client.expectString,
3764
3726
  jobName: import_smithy_client.expectString,
3765
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3727
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
3766
3728
  status: import_smithy_client.expectString
3767
3729
  });
3768
3730
  }, "de_ModelCustomizationJobSummary");
@@ -3774,13 +3736,13 @@ var de_ModelImportJobSummaries = /* @__PURE__ */ __name((output, context) => {
3774
3736
  }, "de_ModelImportJobSummaries");
3775
3737
  var de_ModelImportJobSummary = /* @__PURE__ */ __name((output, context) => {
3776
3738
  return (0, import_smithy_client.take)(output, {
3777
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3778
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3739
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3740
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
3779
3741
  importedModelArn: import_smithy_client.expectString,
3780
3742
  importedModelName: import_smithy_client.expectString,
3781
3743
  jobArn: import_smithy_client.expectString,
3782
3744
  jobName: import_smithy_client.expectString,
3783
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3745
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
3784
3746
  status: import_smithy_client.expectString
3785
3747
  });
3786
3748
  }, "de_ModelImportJobSummary");
@@ -3793,18 +3755,18 @@ var de_ModelInvocationJobSummaries = /* @__PURE__ */ __name((output, context) =>
3793
3755
  var de_ModelInvocationJobSummary = /* @__PURE__ */ __name((output, context) => {
3794
3756
  return (0, import_smithy_client.take)(output, {
3795
3757
  clientRequestToken: import_smithy_client.expectString,
3796
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3797
- inputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
3758
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
3759
+ inputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "inputDataConfig"),
3798
3760
  jobArn: import_smithy_client.expectString,
3799
- jobExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3761
+ jobExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "jobExpirationTime"),
3800
3762
  jobName: import_smithy_client.expectString,
3801
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3763
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
3802
3764
  message: import_smithy_client.expectString,
3803
3765
  modelId: import_smithy_client.expectString,
3804
- outputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
3766
+ outputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "outputDataConfig"),
3805
3767
  roleArn: import_smithy_client.expectString,
3806
3768
  status: import_smithy_client.expectString,
3807
- submitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3769
+ submitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "submitTime"),
3808
3770
  timeoutDurationInHours: import_smithy_client.expectInt32,
3809
3771
  vpcConfig: import_smithy_client._json
3810
3772
  });
@@ -3817,16 +3779,16 @@ var de_PromptRouterSummaries = /* @__PURE__ */ __name((output, context) => {
3817
3779
  }, "de_PromptRouterSummaries");
3818
3780
  var de_PromptRouterSummary = /* @__PURE__ */ __name((output, context) => {
3819
3781
  return (0, import_smithy_client.take)(output, {
3820
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3782
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3821
3783
  description: import_smithy_client.expectString,
3822
3784
  fallbackModel: import_smithy_client._json,
3823
3785
  models: import_smithy_client._json,
3824
3786
  promptRouterArn: import_smithy_client.expectString,
3825
3787
  promptRouterName: import_smithy_client.expectString,
3826
- routingCriteria: (_) => de_RoutingCriteria(_, context),
3788
+ routingCriteria: /* @__PURE__ */ __name((_) => de_RoutingCriteria(_, context), "routingCriteria"),
3827
3789
  status: import_smithy_client.expectString,
3828
3790
  type: import_smithy_client.expectString,
3829
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
3791
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
3830
3792
  });
3831
3793
  }, "de_PromptRouterSummary");
3832
3794
  var de_ProvisionedModelSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3838,12 +3800,12 @@ var de_ProvisionedModelSummaries = /* @__PURE__ */ __name((output, context) => {
3838
3800
  var de_ProvisionedModelSummary = /* @__PURE__ */ __name((output, context) => {
3839
3801
  return (0, import_smithy_client.take)(output, {
3840
3802
  commitmentDuration: import_smithy_client.expectString,
3841
- commitmentExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3842
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3803
+ commitmentExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "commitmentExpirationTime"),
3804
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3843
3805
  desiredModelArn: import_smithy_client.expectString,
3844
3806
  desiredModelUnits: import_smithy_client.expectInt32,
3845
3807
  foundationModelArn: import_smithy_client.expectString,
3846
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3808
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
3847
3809
  modelArn: import_smithy_client.expectString,
3848
3810
  modelUnits: import_smithy_client.expectInt32,
3849
3811
  provisionedModelArn: import_smithy_client.expectString,
@@ -3857,6 +3819,11 @@ var de_RAGConfig = /* @__PURE__ */ __name((output, context) => {
3857
3819
  knowledgeBaseConfig: de_KnowledgeBaseConfig((0, import_core2.awsExpectUnion)(output.knowledgeBaseConfig), context)
3858
3820
  };
3859
3821
  }
3822
+ if (output.precomputedRagSourceConfig != null) {
3823
+ return {
3824
+ precomputedRagSourceConfig: (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(output.precomputedRagSourceConfig))
3825
+ };
3826
+ }
3860
3827
  return { $unknown: Object.entries(output)[0] };
3861
3828
  }, "de_RAGConfig");
3862
3829
  var de_RagConfigs = /* @__PURE__ */ __name((output, context) => {
@@ -3941,15 +3908,15 @@ var de_RetrievalFilterList = /* @__PURE__ */ __name((output, context) => {
3941
3908
  }, "de_RetrievalFilterList");
3942
3909
  var de_RetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((output, context) => {
3943
3910
  return (0, import_smithy_client.take)(output, {
3944
- externalSourcesConfiguration: (_) => de_ExternalSourcesRetrieveAndGenerateConfiguration(_, context),
3945
- knowledgeBaseConfiguration: (_) => de_KnowledgeBaseRetrieveAndGenerateConfiguration(_, context),
3911
+ externalSourcesConfiguration: /* @__PURE__ */ __name((_) => de_ExternalSourcesRetrieveAndGenerateConfiguration(_, context), "externalSourcesConfiguration"),
3912
+ knowledgeBaseConfiguration: /* @__PURE__ */ __name((_) => de_KnowledgeBaseRetrieveAndGenerateConfiguration(_, context), "knowledgeBaseConfiguration"),
3946
3913
  type: import_smithy_client.expectString
3947
3914
  });
3948
3915
  }, "de_RetrieveAndGenerateConfiguration");
3949
3916
  var de_RetrieveConfig = /* @__PURE__ */ __name((output, context) => {
3950
3917
  return (0, import_smithy_client.take)(output, {
3951
3918
  knowledgeBaseId: import_smithy_client.expectString,
3952
- knowledgeBaseRetrievalConfiguration: (_) => de_KnowledgeBaseRetrievalConfiguration(_, context)
3919
+ knowledgeBaseRetrievalConfiguration: /* @__PURE__ */ __name((_) => de_KnowledgeBaseRetrievalConfiguration(_, context), "knowledgeBaseRetrievalConfiguration")
3953
3920
  });
3954
3921
  }, "de_RetrieveConfig");
3955
3922
  var de_RoutingCriteria = /* @__PURE__ */ __name((output, context) => {
@@ -5116,6 +5083,7 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
5116
5083
  QueryTransformationType,
5117
5084
  SearchType,
5118
5085
  RetrieveAndGenerateType,
5086
+ EvaluationPrecomputedRagSourceConfig,
5119
5087
  EvaluationJobType,
5120
5088
  SortJobsBy,
5121
5089
  SortOrder,