@aws-sdk/client-bedrock 3.763.0 → 3.773.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,14 @@ 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"),
2547
+ customModelUnits: import_smithy_client._json,
2587
2548
  instructSupported: import_smithy_client.expectBoolean,
2588
2549
  jobArn: import_smithy_client.expectString,
2589
2550
  jobName: import_smithy_client.expectString,
2590
2551
  modelArchitecture: import_smithy_client.expectString,
2591
2552
  modelArn: import_smithy_client.expectString,
2592
- modelDataSource: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2553
+ modelDataSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "modelDataSource"),
2593
2554
  modelKmsKeyArn: import_smithy_client.expectString,
2594
2555
  modelName: import_smithy_client.expectString
2595
2556
  });
@@ -2605,7 +2566,7 @@ var de_GetInferenceProfileCommand = /* @__PURE__ */ __name(async (output, contex
2605
2566
  });
2606
2567
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2607
2568
  const doc = (0, import_smithy_client.take)(data, {
2608
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2569
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
2609
2570
  description: import_smithy_client.expectString,
2610
2571
  inferenceProfileArn: import_smithy_client.expectString,
2611
2572
  inferenceProfileId: import_smithy_client.expectString,
@@ -2613,7 +2574,7 @@ var de_GetInferenceProfileCommand = /* @__PURE__ */ __name(async (output, contex
2613
2574
  models: import_smithy_client._json,
2614
2575
  status: import_smithy_client.expectString,
2615
2576
  type: import_smithy_client.expectString,
2616
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
2577
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
2617
2578
  });
2618
2579
  Object.assign(contents, doc);
2619
2580
  return contents;
@@ -2627,7 +2588,7 @@ var de_GetMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (output
2627
2588
  });
2628
2589
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2629
2590
  const doc = (0, import_smithy_client.take)(data, {
2630
- marketplaceModelEndpoint: (_) => de_MarketplaceModelEndpoint(_, context)
2591
+ marketplaceModelEndpoint: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpoint(_, context), "marketplaceModelEndpoint")
2631
2592
  });
2632
2593
  Object.assign(contents, doc);
2633
2594
  return contents;
@@ -2641,7 +2602,7 @@ var de_GetModelCopyJobCommand = /* @__PURE__ */ __name(async (output, context) =
2641
2602
  });
2642
2603
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2643
2604
  const doc = (0, import_smithy_client.take)(data, {
2644
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2605
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2645
2606
  failureMessage: import_smithy_client.expectString,
2646
2607
  jobArn: import_smithy_client.expectString,
2647
2608
  sourceAccountId: import_smithy_client.expectString,
@@ -2667,15 +2628,15 @@ var de_GetModelCustomizationJobCommand = /* @__PURE__ */ __name(async (output, c
2667
2628
  const doc = (0, import_smithy_client.take)(data, {
2668
2629
  baseModelArn: import_smithy_client.expectString,
2669
2630
  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)(_)),
2631
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2632
+ customizationConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "customizationConfig"),
2672
2633
  customizationType: import_smithy_client.expectString,
2673
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2634
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
2674
2635
  failureMessage: import_smithy_client.expectString,
2675
2636
  hyperParameters: import_smithy_client._json,
2676
2637
  jobArn: import_smithy_client.expectString,
2677
2638
  jobName: import_smithy_client.expectString,
2678
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2639
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2679
2640
  outputDataConfig: import_smithy_client._json,
2680
2641
  outputModelArn: import_smithy_client.expectString,
2681
2642
  outputModelKmsKeyArn: import_smithy_client.expectString,
@@ -2683,9 +2644,9 @@ var de_GetModelCustomizationJobCommand = /* @__PURE__ */ __name(async (output, c
2683
2644
  roleArn: import_smithy_client.expectString,
2684
2645
  status: import_smithy_client.expectString,
2685
2646
  trainingDataConfig: import_smithy_client._json,
2686
- trainingMetrics: (_) => de_TrainingMetrics(_, context),
2647
+ trainingMetrics: /* @__PURE__ */ __name((_) => de_TrainingMetrics(_, context), "trainingMetrics"),
2687
2648
  validationDataConfig: import_smithy_client._json,
2688
- validationMetrics: (_) => de_ValidationMetrics(_, context),
2649
+ validationMetrics: /* @__PURE__ */ __name((_) => de_ValidationMetrics(_, context), "validationMetrics"),
2689
2650
  vpcConfig: import_smithy_client._json
2690
2651
  });
2691
2652
  Object.assign(contents, doc);
@@ -2700,16 +2661,16 @@ var de_GetModelImportJobCommand = /* @__PURE__ */ __name(async (output, context)
2700
2661
  });
2701
2662
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2702
2663
  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)(_)),
2664
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2665
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
2705
2666
  failureMessage: import_smithy_client.expectString,
2706
2667
  importedModelArn: import_smithy_client.expectString,
2707
2668
  importedModelKmsKeyArn: import_smithy_client.expectString,
2708
2669
  importedModelName: import_smithy_client.expectString,
2709
2670
  jobArn: import_smithy_client.expectString,
2710
2671
  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)(_)),
2672
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2673
+ modelDataSource: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "modelDataSource"),
2713
2674
  roleArn: import_smithy_client.expectString,
2714
2675
  status: import_smithy_client.expectString,
2715
2676
  vpcConfig: import_smithy_client._json
@@ -2727,18 +2688,18 @@ var de_GetModelInvocationJobCommand = /* @__PURE__ */ __name(async (output, cont
2727
2688
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2728
2689
  const doc = (0, import_smithy_client.take)(data, {
2729
2690
  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)(_)),
2691
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
2692
+ inputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "inputDataConfig"),
2732
2693
  jobArn: import_smithy_client.expectString,
2733
- jobExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2694
+ jobExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "jobExpirationTime"),
2734
2695
  jobName: import_smithy_client.expectString,
2735
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2696
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2736
2697
  message: import_smithy_client.expectString,
2737
2698
  modelId: import_smithy_client.expectString,
2738
- outputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
2699
+ outputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "outputDataConfig"),
2739
2700
  roleArn: import_smithy_client.expectString,
2740
2701
  status: import_smithy_client.expectString,
2741
- submitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2702
+ submitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "submitTime"),
2742
2703
  timeoutDurationInHours: import_smithy_client.expectInt32,
2743
2704
  vpcConfig: import_smithy_client._json
2744
2705
  });
@@ -2768,16 +2729,16 @@ var de_GetPromptRouterCommand = /* @__PURE__ */ __name(async (output, context) =
2768
2729
  });
2769
2730
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2770
2731
  const doc = (0, import_smithy_client.take)(data, {
2771
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2732
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
2772
2733
  description: import_smithy_client.expectString,
2773
2734
  fallbackModel: import_smithy_client._json,
2774
2735
  models: import_smithy_client._json,
2775
2736
  promptRouterArn: import_smithy_client.expectString,
2776
2737
  promptRouterName: import_smithy_client.expectString,
2777
- routingCriteria: (_) => de_RoutingCriteria(_, context),
2738
+ routingCriteria: /* @__PURE__ */ __name((_) => de_RoutingCriteria(_, context), "routingCriteria"),
2778
2739
  status: import_smithy_client.expectString,
2779
2740
  type: import_smithy_client.expectString,
2780
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
2741
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
2781
2742
  });
2782
2743
  Object.assign(contents, doc);
2783
2744
  return contents;
@@ -2792,13 +2753,13 @@ var de_GetProvisionedModelThroughputCommand = /* @__PURE__ */ __name(async (outp
2792
2753
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2793
2754
  const doc = (0, import_smithy_client.take)(data, {
2794
2755
  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)(_)),
2756
+ commitmentExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "commitmentExpirationTime"),
2757
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
2797
2758
  desiredModelArn: import_smithy_client.expectString,
2798
2759
  desiredModelUnits: import_smithy_client.expectInt32,
2799
2760
  failureMessage: import_smithy_client.expectString,
2800
2761
  foundationModelArn: import_smithy_client.expectString,
2801
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
2762
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
2802
2763
  modelArn: import_smithy_client.expectString,
2803
2764
  modelUnits: import_smithy_client.expectInt32,
2804
2765
  provisionedModelArn: import_smithy_client.expectString,
@@ -2817,7 +2778,7 @@ var de_ListCustomModelsCommand = /* @__PURE__ */ __name(async (output, context)
2817
2778
  });
2818
2779
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2819
2780
  const doc = (0, import_smithy_client.take)(data, {
2820
- modelSummaries: (_) => de_CustomModelSummaryList(_, context),
2781
+ modelSummaries: /* @__PURE__ */ __name((_) => de_CustomModelSummaryList(_, context), "modelSummaries"),
2821
2782
  nextToken: import_smithy_client.expectString
2822
2783
  });
2823
2784
  Object.assign(contents, doc);
@@ -2832,7 +2793,7 @@ var de_ListEvaluationJobsCommand = /* @__PURE__ */ __name(async (output, context
2832
2793
  });
2833
2794
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2834
2795
  const doc = (0, import_smithy_client.take)(data, {
2835
- jobSummaries: (_) => de_EvaluationSummaries(_, context),
2796
+ jobSummaries: /* @__PURE__ */ __name((_) => de_EvaluationSummaries(_, context), "jobSummaries"),
2836
2797
  nextToken: import_smithy_client.expectString
2837
2798
  });
2838
2799
  Object.assign(contents, doc);
@@ -2861,7 +2822,7 @@ var de_ListGuardrailsCommand = /* @__PURE__ */ __name(async (output, context) =>
2861
2822
  });
2862
2823
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2863
2824
  const doc = (0, import_smithy_client.take)(data, {
2864
- guardrails: (_) => de_GuardrailSummaries(_, context),
2825
+ guardrails: /* @__PURE__ */ __name((_) => de_GuardrailSummaries(_, context), "guardrails"),
2865
2826
  nextToken: import_smithy_client.expectString
2866
2827
  });
2867
2828
  Object.assign(contents, doc);
@@ -2876,7 +2837,7 @@ var de_ListImportedModelsCommand = /* @__PURE__ */ __name(async (output, context
2876
2837
  });
2877
2838
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2878
2839
  const doc = (0, import_smithy_client.take)(data, {
2879
- modelSummaries: (_) => de_ImportedModelSummaryList(_, context),
2840
+ modelSummaries: /* @__PURE__ */ __name((_) => de_ImportedModelSummaryList(_, context), "modelSummaries"),
2880
2841
  nextToken: import_smithy_client.expectString
2881
2842
  });
2882
2843
  Object.assign(contents, doc);
@@ -2891,7 +2852,7 @@ var de_ListInferenceProfilesCommand = /* @__PURE__ */ __name(async (output, cont
2891
2852
  });
2892
2853
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2893
2854
  const doc = (0, import_smithy_client.take)(data, {
2894
- inferenceProfileSummaries: (_) => de_InferenceProfileSummaries(_, context),
2855
+ inferenceProfileSummaries: /* @__PURE__ */ __name((_) => de_InferenceProfileSummaries(_, context), "inferenceProfileSummaries"),
2895
2856
  nextToken: import_smithy_client.expectString
2896
2857
  });
2897
2858
  Object.assign(contents, doc);
@@ -2906,7 +2867,7 @@ var de_ListMarketplaceModelEndpointsCommand = /* @__PURE__ */ __name(async (outp
2906
2867
  });
2907
2868
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2908
2869
  const doc = (0, import_smithy_client.take)(data, {
2909
- marketplaceModelEndpoints: (_) => de_MarketplaceModelEndpointSummaries(_, context),
2870
+ marketplaceModelEndpoints: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpointSummaries(_, context), "marketplaceModelEndpoints"),
2910
2871
  nextToken: import_smithy_client.expectString
2911
2872
  });
2912
2873
  Object.assign(contents, doc);
@@ -2921,7 +2882,7 @@ var de_ListModelCopyJobsCommand = /* @__PURE__ */ __name(async (output, context)
2921
2882
  });
2922
2883
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2923
2884
  const doc = (0, import_smithy_client.take)(data, {
2924
- modelCopyJobSummaries: (_) => de_ModelCopyJobSummaries(_, context),
2885
+ modelCopyJobSummaries: /* @__PURE__ */ __name((_) => de_ModelCopyJobSummaries(_, context), "modelCopyJobSummaries"),
2925
2886
  nextToken: import_smithy_client.expectString
2926
2887
  });
2927
2888
  Object.assign(contents, doc);
@@ -2936,7 +2897,7 @@ var de_ListModelCustomizationJobsCommand = /* @__PURE__ */ __name(async (output,
2936
2897
  });
2937
2898
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2938
2899
  const doc = (0, import_smithy_client.take)(data, {
2939
- modelCustomizationJobSummaries: (_) => de_ModelCustomizationJobSummaries(_, context),
2900
+ modelCustomizationJobSummaries: /* @__PURE__ */ __name((_) => de_ModelCustomizationJobSummaries(_, context), "modelCustomizationJobSummaries"),
2940
2901
  nextToken: import_smithy_client.expectString
2941
2902
  });
2942
2903
  Object.assign(contents, doc);
@@ -2951,7 +2912,7 @@ var de_ListModelImportJobsCommand = /* @__PURE__ */ __name(async (output, contex
2951
2912
  });
2952
2913
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2953
2914
  const doc = (0, import_smithy_client.take)(data, {
2954
- modelImportJobSummaries: (_) => de_ModelImportJobSummaries(_, context),
2915
+ modelImportJobSummaries: /* @__PURE__ */ __name((_) => de_ModelImportJobSummaries(_, context), "modelImportJobSummaries"),
2955
2916
  nextToken: import_smithy_client.expectString
2956
2917
  });
2957
2918
  Object.assign(contents, doc);
@@ -2966,7 +2927,7 @@ var de_ListModelInvocationJobsCommand = /* @__PURE__ */ __name(async (output, co
2966
2927
  });
2967
2928
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2968
2929
  const doc = (0, import_smithy_client.take)(data, {
2969
- invocationJobSummaries: (_) => de_ModelInvocationJobSummaries(_, context),
2930
+ invocationJobSummaries: /* @__PURE__ */ __name((_) => de_ModelInvocationJobSummaries(_, context), "invocationJobSummaries"),
2970
2931
  nextToken: import_smithy_client.expectString
2971
2932
  });
2972
2933
  Object.assign(contents, doc);
@@ -2982,7 +2943,7 @@ var de_ListPromptRoutersCommand = /* @__PURE__ */ __name(async (output, context)
2982
2943
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2983
2944
  const doc = (0, import_smithy_client.take)(data, {
2984
2945
  nextToken: import_smithy_client.expectString,
2985
- promptRouterSummaries: (_) => de_PromptRouterSummaries(_, context)
2946
+ promptRouterSummaries: /* @__PURE__ */ __name((_) => de_PromptRouterSummaries(_, context), "promptRouterSummaries")
2986
2947
  });
2987
2948
  Object.assign(contents, doc);
2988
2949
  return contents;
@@ -2997,7 +2958,7 @@ var de_ListProvisionedModelThroughputsCommand = /* @__PURE__ */ __name(async (ou
2997
2958
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
2998
2959
  const doc = (0, import_smithy_client.take)(data, {
2999
2960
  nextToken: import_smithy_client.expectString,
3000
- provisionedModelSummaries: (_) => de_ProvisionedModelSummaries(_, context)
2961
+ provisionedModelSummaries: /* @__PURE__ */ __name((_) => de_ProvisionedModelSummaries(_, context), "provisionedModelSummaries")
3001
2962
  });
3002
2963
  Object.assign(contents, doc);
3003
2964
  return contents;
@@ -3035,7 +2996,7 @@ var de_RegisterMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (o
3035
2996
  });
3036
2997
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3037
2998
  const doc = (0, import_smithy_client.take)(data, {
3038
- marketplaceModelEndpoint: (_) => de_MarketplaceModelEndpoint(_, context)
2999
+ marketplaceModelEndpoint: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpoint(_, context), "marketplaceModelEndpoint")
3039
3000
  });
3040
3001
  Object.assign(contents, doc);
3041
3002
  return contents;
@@ -3101,7 +3062,7 @@ var de_UpdateGuardrailCommand = /* @__PURE__ */ __name(async (output, context) =
3101
3062
  const doc = (0, import_smithy_client.take)(data, {
3102
3063
  guardrailArn: import_smithy_client.expectString,
3103
3064
  guardrailId: import_smithy_client.expectString,
3104
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3065
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
3105
3066
  version: import_smithy_client.expectString
3106
3067
  });
3107
3068
  Object.assign(contents, doc);
@@ -3116,7 +3077,7 @@ var de_UpdateMarketplaceModelEndpointCommand = /* @__PURE__ */ __name(async (out
3116
3077
  });
3117
3078
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
3118
3079
  const doc = (0, import_smithy_client.take)(data, {
3119
- marketplaceModelEndpoint: (_) => de_MarketplaceModelEndpoint(_, context)
3080
+ marketplaceModelEndpoint: /* @__PURE__ */ __name((_) => de_MarketplaceModelEndpoint(_, context), "marketplaceModelEndpoint")
3120
3081
  });
3121
3082
  Object.assign(contents, doc);
3122
3083
  return contents;
@@ -3314,14 +3275,14 @@ var se_ByteContentDoc = /* @__PURE__ */ __name((input, context) => {
3314
3275
  }, "se_ByteContentDoc");
3315
3276
  var se_EvaluationInferenceConfig = /* @__PURE__ */ __name((input, context) => {
3316
3277
  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 })
3278
+ models: /* @__PURE__ */ __name((value) => ({ models: (0, import_smithy_client._json)(value) }), "models"),
3279
+ ragConfigs: /* @__PURE__ */ __name((value) => ({ ragConfigs: se_RagConfigs(value, context) }), "ragConfigs"),
3280
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3320
3281
  });
3321
3282
  }, "se_EvaluationInferenceConfig");
3322
3283
  var se_ExternalSource = /* @__PURE__ */ __name((input, context) => {
3323
3284
  return (0, import_smithy_client.take)(input, {
3324
- byteContent: (_) => se_ByteContentDoc(_, context),
3285
+ byteContent: /* @__PURE__ */ __name((_) => se_ByteContentDoc(_, context), "byteContent"),
3325
3286
  s3Location: import_smithy_client._json,
3326
3287
  sourceType: []
3327
3288
  });
@@ -3333,23 +3294,23 @@ var se_ExternalSources = /* @__PURE__ */ __name((input, context) => {
3333
3294
  }, "se_ExternalSources");
3334
3295
  var se_ExternalSourcesGenerationConfiguration = /* @__PURE__ */ __name((input, context) => {
3335
3296
  return (0, import_smithy_client.take)(input, {
3336
- additionalModelRequestFields: (_) => se_AdditionalModelRequestFields(_, context),
3297
+ additionalModelRequestFields: /* @__PURE__ */ __name((_) => se_AdditionalModelRequestFields(_, context), "additionalModelRequestFields"),
3337
3298
  guardrailConfiguration: import_smithy_client._json,
3338
- kbInferenceConfig: (_) => se_KbInferenceConfig(_, context),
3299
+ kbInferenceConfig: /* @__PURE__ */ __name((_) => se_KbInferenceConfig(_, context), "kbInferenceConfig"),
3339
3300
  promptTemplate: import_smithy_client._json
3340
3301
  });
3341
3302
  }, "se_ExternalSourcesGenerationConfiguration");
3342
3303
  var se_ExternalSourcesRetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((input, context) => {
3343
3304
  return (0, import_smithy_client.take)(input, {
3344
- generationConfiguration: (_) => se_ExternalSourcesGenerationConfiguration(_, context),
3305
+ generationConfiguration: /* @__PURE__ */ __name((_) => se_ExternalSourcesGenerationConfiguration(_, context), "generationConfiguration"),
3345
3306
  modelArn: [],
3346
- sources: (_) => se_ExternalSources(_, context)
3307
+ sources: /* @__PURE__ */ __name((_) => se_ExternalSources(_, context), "sources")
3347
3308
  });
3348
3309
  }, "se_ExternalSourcesRetrieveAndGenerateConfiguration");
3349
3310
  var se_FilterAttribute = /* @__PURE__ */ __name((input, context) => {
3350
3311
  return (0, import_smithy_client.take)(input, {
3351
3312
  key: [],
3352
- value: (_) => se_FilterValue(_, context)
3313
+ value: /* @__PURE__ */ __name((_) => se_FilterValue(_, context), "value")
3353
3314
  });
3354
3315
  }, "se_FilterAttribute");
3355
3316
  var se_FilterValue = /* @__PURE__ */ __name((input, context) => {
@@ -3357,9 +3318,9 @@ var se_FilterValue = /* @__PURE__ */ __name((input, context) => {
3357
3318
  }, "se_FilterValue");
3358
3319
  var se_GenerationConfiguration = /* @__PURE__ */ __name((input, context) => {
3359
3320
  return (0, import_smithy_client.take)(input, {
3360
- additionalModelRequestFields: (_) => se_AdditionalModelRequestFields(_, context),
3321
+ additionalModelRequestFields: /* @__PURE__ */ __name((_) => se_AdditionalModelRequestFields(_, context), "additionalModelRequestFields"),
3361
3322
  guardrailConfiguration: import_smithy_client._json,
3362
- kbInferenceConfig: (_) => se_KbInferenceConfig(_, context),
3323
+ kbInferenceConfig: /* @__PURE__ */ __name((_) => se_KbInferenceConfig(_, context), "kbInferenceConfig"),
3363
3324
  promptTemplate: import_smithy_client._json
3364
3325
  });
3365
3326
  }, "se_GenerationConfiguration");
@@ -3376,48 +3337,49 @@ var se_GuardrailContextualGroundingFiltersConfig = /* @__PURE__ */ __name((input
3376
3337
  }, "se_GuardrailContextualGroundingFiltersConfig");
3377
3338
  var se_GuardrailContextualGroundingPolicyConfig = /* @__PURE__ */ __name((input, context) => {
3378
3339
  return (0, import_smithy_client.take)(input, {
3379
- filtersConfig: (_) => se_GuardrailContextualGroundingFiltersConfig(_, context)
3340
+ filtersConfig: /* @__PURE__ */ __name((_) => se_GuardrailContextualGroundingFiltersConfig(_, context), "filtersConfig")
3380
3341
  });
3381
3342
  }, "se_GuardrailContextualGroundingPolicyConfig");
3382
3343
  var se_KbInferenceConfig = /* @__PURE__ */ __name((input, context) => {
3383
3344
  return (0, import_smithy_client.take)(input, {
3384
- textInferenceConfig: (_) => se_TextInferenceConfig(_, context)
3345
+ textInferenceConfig: /* @__PURE__ */ __name((_) => se_TextInferenceConfig(_, context), "textInferenceConfig")
3385
3346
  });
3386
3347
  }, "se_KbInferenceConfig");
3387
3348
  var se_KnowledgeBaseConfig = /* @__PURE__ */ __name((input, context) => {
3388
3349
  return KnowledgeBaseConfig.visit(input, {
3389
- retrieveAndGenerateConfig: (value) => ({
3350
+ retrieveAndGenerateConfig: /* @__PURE__ */ __name((value) => ({
3390
3351
  retrieveAndGenerateConfig: se_RetrieveAndGenerateConfiguration(value, context)
3391
- }),
3392
- retrieveConfig: (value) => ({ retrieveConfig: se_RetrieveConfig(value, context) }),
3393
- _: (name, value) => ({ [name]: value })
3352
+ }), "retrieveAndGenerateConfig"),
3353
+ retrieveConfig: /* @__PURE__ */ __name((value) => ({ retrieveConfig: se_RetrieveConfig(value, context) }), "retrieveConfig"),
3354
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3394
3355
  });
3395
3356
  }, "se_KnowledgeBaseConfig");
3396
3357
  var se_KnowledgeBaseRetrievalConfiguration = /* @__PURE__ */ __name((input, context) => {
3397
3358
  return (0, import_smithy_client.take)(input, {
3398
- vectorSearchConfiguration: (_) => se_KnowledgeBaseVectorSearchConfiguration(_, context)
3359
+ vectorSearchConfiguration: /* @__PURE__ */ __name((_) => se_KnowledgeBaseVectorSearchConfiguration(_, context), "vectorSearchConfiguration")
3399
3360
  });
3400
3361
  }, "se_KnowledgeBaseRetrievalConfiguration");
3401
3362
  var se_KnowledgeBaseRetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((input, context) => {
3402
3363
  return (0, import_smithy_client.take)(input, {
3403
- generationConfiguration: (_) => se_GenerationConfiguration(_, context),
3364
+ generationConfiguration: /* @__PURE__ */ __name((_) => se_GenerationConfiguration(_, context), "generationConfiguration"),
3404
3365
  knowledgeBaseId: [],
3405
3366
  modelArn: [],
3406
3367
  orchestrationConfiguration: import_smithy_client._json,
3407
- retrievalConfiguration: (_) => se_KnowledgeBaseRetrievalConfiguration(_, context)
3368
+ retrievalConfiguration: /* @__PURE__ */ __name((_) => se_KnowledgeBaseRetrievalConfiguration(_, context), "retrievalConfiguration")
3408
3369
  });
3409
3370
  }, "se_KnowledgeBaseRetrieveAndGenerateConfiguration");
3410
3371
  var se_KnowledgeBaseVectorSearchConfiguration = /* @__PURE__ */ __name((input, context) => {
3411
3372
  return (0, import_smithy_client.take)(input, {
3412
- filter: (_) => se_RetrievalFilter(_, context),
3373
+ filter: /* @__PURE__ */ __name((_) => se_RetrievalFilter(_, context), "filter"),
3413
3374
  numberOfResults: [],
3414
3375
  overrideSearchType: []
3415
3376
  });
3416
3377
  }, "se_KnowledgeBaseVectorSearchConfiguration");
3417
3378
  var se_RAGConfig = /* @__PURE__ */ __name((input, context) => {
3418
3379
  return RAGConfig.visit(input, {
3419
- knowledgeBaseConfig: (value) => ({ knowledgeBaseConfig: se_KnowledgeBaseConfig(value, context) }),
3420
- _: (name, value) => ({ [name]: value })
3380
+ knowledgeBaseConfig: /* @__PURE__ */ __name((value) => ({ knowledgeBaseConfig: se_KnowledgeBaseConfig(value, context) }), "knowledgeBaseConfig"),
3381
+ precomputedRagSourceConfig: /* @__PURE__ */ __name((value) => ({ precomputedRagSourceConfig: (0, import_smithy_client._json)(value) }), "precomputedRagSourceConfig"),
3382
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3421
3383
  });
3422
3384
  }, "se_RAGConfig");
3423
3385
  var se_RagConfigs = /* @__PURE__ */ __name((input, context) => {
@@ -3427,20 +3389,20 @@ var se_RagConfigs = /* @__PURE__ */ __name((input, context) => {
3427
3389
  }, "se_RagConfigs");
3428
3390
  var se_RetrievalFilter = /* @__PURE__ */ __name((input, context) => {
3429
3391
  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 })
3392
+ andAll: /* @__PURE__ */ __name((value) => ({ andAll: se_RetrievalFilterList(value, context) }), "andAll"),
3393
+ equals: /* @__PURE__ */ __name((value) => ({ equals: se_FilterAttribute(value, context) }), "equals"),
3394
+ greaterThan: /* @__PURE__ */ __name((value) => ({ greaterThan: se_FilterAttribute(value, context) }), "greaterThan"),
3395
+ greaterThanOrEquals: /* @__PURE__ */ __name((value) => ({ greaterThanOrEquals: se_FilterAttribute(value, context) }), "greaterThanOrEquals"),
3396
+ in: /* @__PURE__ */ __name((value) => ({ in: se_FilterAttribute(value, context) }), "in"),
3397
+ lessThan: /* @__PURE__ */ __name((value) => ({ lessThan: se_FilterAttribute(value, context) }), "lessThan"),
3398
+ lessThanOrEquals: /* @__PURE__ */ __name((value) => ({ lessThanOrEquals: se_FilterAttribute(value, context) }), "lessThanOrEquals"),
3399
+ listContains: /* @__PURE__ */ __name((value) => ({ listContains: se_FilterAttribute(value, context) }), "listContains"),
3400
+ notEquals: /* @__PURE__ */ __name((value) => ({ notEquals: se_FilterAttribute(value, context) }), "notEquals"),
3401
+ notIn: /* @__PURE__ */ __name((value) => ({ notIn: se_FilterAttribute(value, context) }), "notIn"),
3402
+ orAll: /* @__PURE__ */ __name((value) => ({ orAll: se_RetrievalFilterList(value, context) }), "orAll"),
3403
+ startsWith: /* @__PURE__ */ __name((value) => ({ startsWith: se_FilterAttribute(value, context) }), "startsWith"),
3404
+ stringContains: /* @__PURE__ */ __name((value) => ({ stringContains: se_FilterAttribute(value, context) }), "stringContains"),
3405
+ _: /* @__PURE__ */ __name((name, value) => ({ [name]: value }), "_")
3444
3406
  });
3445
3407
  }, "se_RetrievalFilter");
3446
3408
  var se_RetrievalFilterList = /* @__PURE__ */ __name((input, context) => {
@@ -3450,15 +3412,15 @@ var se_RetrievalFilterList = /* @__PURE__ */ __name((input, context) => {
3450
3412
  }, "se_RetrievalFilterList");
3451
3413
  var se_RetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((input, context) => {
3452
3414
  return (0, import_smithy_client.take)(input, {
3453
- externalSourcesConfiguration: (_) => se_ExternalSourcesRetrieveAndGenerateConfiguration(_, context),
3454
- knowledgeBaseConfiguration: (_) => se_KnowledgeBaseRetrieveAndGenerateConfiguration(_, context),
3415
+ externalSourcesConfiguration: /* @__PURE__ */ __name((_) => se_ExternalSourcesRetrieveAndGenerateConfiguration(_, context), "externalSourcesConfiguration"),
3416
+ knowledgeBaseConfiguration: /* @__PURE__ */ __name((_) => se_KnowledgeBaseRetrieveAndGenerateConfiguration(_, context), "knowledgeBaseConfiguration"),
3455
3417
  type: []
3456
3418
  });
3457
3419
  }, "se_RetrieveAndGenerateConfiguration");
3458
3420
  var se_RetrieveConfig = /* @__PURE__ */ __name((input, context) => {
3459
3421
  return (0, import_smithy_client.take)(input, {
3460
3422
  knowledgeBaseId: [],
3461
- knowledgeBaseRetrievalConfiguration: (_) => se_KnowledgeBaseRetrievalConfiguration(_, context)
3423
+ knowledgeBaseRetrievalConfiguration: /* @__PURE__ */ __name((_) => se_KnowledgeBaseRetrievalConfiguration(_, context), "knowledgeBaseRetrievalConfiguration")
3462
3424
  });
3463
3425
  }, "se_RetrieveConfig");
3464
3426
  var se_RoutingCriteria = /* @__PURE__ */ __name((input, context) => {
@@ -3497,7 +3459,7 @@ var de_CustomModelSummary = /* @__PURE__ */ __name((output, context) => {
3497
3459
  return (0, import_smithy_client.take)(output, {
3498
3460
  baseModelArn: import_smithy_client.expectString,
3499
3461
  baseModelName: import_smithy_client.expectString,
3500
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3462
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3501
3463
  customizationType: import_smithy_client.expectString,
3502
3464
  modelArn: import_smithy_client.expectString,
3503
3465
  modelName: import_smithy_client.expectString,
@@ -3532,9 +3494,10 @@ var de_EvaluationSummaries = /* @__PURE__ */ __name((output, context) => {
3532
3494
  var de_EvaluationSummary = /* @__PURE__ */ __name((output, context) => {
3533
3495
  return (0, import_smithy_client.take)(output, {
3534
3496
  applicationType: import_smithy_client.expectString,
3535
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3497
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3536
3498
  evaluationTaskTypes: import_smithy_client._json,
3537
3499
  evaluatorModelIdentifiers: import_smithy_client._json,
3500
+ inferenceConfigSummary: import_smithy_client._json,
3538
3501
  jobArn: import_smithy_client.expectString,
3539
3502
  jobName: import_smithy_client.expectString,
3540
3503
  jobType: import_smithy_client.expectString,
@@ -3545,7 +3508,7 @@ var de_EvaluationSummary = /* @__PURE__ */ __name((output, context) => {
3545
3508
  }, "de_EvaluationSummary");
3546
3509
  var de_ExternalSource = /* @__PURE__ */ __name((output, context) => {
3547
3510
  return (0, import_smithy_client.take)(output, {
3548
- byteContent: (_) => de_ByteContentDoc(_, context),
3511
+ byteContent: /* @__PURE__ */ __name((_) => de_ByteContentDoc(_, context), "byteContent"),
3549
3512
  s3Location: import_smithy_client._json,
3550
3513
  sourceType: import_smithy_client.expectString
3551
3514
  });
@@ -3558,23 +3521,23 @@ var de_ExternalSources = /* @__PURE__ */ __name((output, context) => {
3558
3521
  }, "de_ExternalSources");
3559
3522
  var de_ExternalSourcesGenerationConfiguration = /* @__PURE__ */ __name((output, context) => {
3560
3523
  return (0, import_smithy_client.take)(output, {
3561
- additionalModelRequestFields: (_) => de_AdditionalModelRequestFields(_, context),
3524
+ additionalModelRequestFields: /* @__PURE__ */ __name((_) => de_AdditionalModelRequestFields(_, context), "additionalModelRequestFields"),
3562
3525
  guardrailConfiguration: import_smithy_client._json,
3563
- kbInferenceConfig: (_) => de_KbInferenceConfig(_, context),
3526
+ kbInferenceConfig: /* @__PURE__ */ __name((_) => de_KbInferenceConfig(_, context), "kbInferenceConfig"),
3564
3527
  promptTemplate: import_smithy_client._json
3565
3528
  });
3566
3529
  }, "de_ExternalSourcesGenerationConfiguration");
3567
3530
  var de_ExternalSourcesRetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((output, context) => {
3568
3531
  return (0, import_smithy_client.take)(output, {
3569
- generationConfiguration: (_) => de_ExternalSourcesGenerationConfiguration(_, context),
3532
+ generationConfiguration: /* @__PURE__ */ __name((_) => de_ExternalSourcesGenerationConfiguration(_, context), "generationConfiguration"),
3570
3533
  modelArn: import_smithy_client.expectString,
3571
- sources: (_) => de_ExternalSources(_, context)
3534
+ sources: /* @__PURE__ */ __name((_) => de_ExternalSources(_, context), "sources")
3572
3535
  });
3573
3536
  }, "de_ExternalSourcesRetrieveAndGenerateConfiguration");
3574
3537
  var de_FilterAttribute = /* @__PURE__ */ __name((output, context) => {
3575
3538
  return (0, import_smithy_client.take)(output, {
3576
3539
  key: import_smithy_client.expectString,
3577
- value: (_) => de_FilterValue(_, context)
3540
+ value: /* @__PURE__ */ __name((_) => de_FilterValue(_, context), "value")
3578
3541
  });
3579
3542
  }, "de_FilterAttribute");
3580
3543
  var de_FilterValue = /* @__PURE__ */ __name((output, context) => {
@@ -3582,9 +3545,9 @@ var de_FilterValue = /* @__PURE__ */ __name((output, context) => {
3582
3545
  }, "de_FilterValue");
3583
3546
  var de_GenerationConfiguration = /* @__PURE__ */ __name((output, context) => {
3584
3547
  return (0, import_smithy_client.take)(output, {
3585
- additionalModelRequestFields: (_) => de_AdditionalModelRequestFields(_, context),
3548
+ additionalModelRequestFields: /* @__PURE__ */ __name((_) => de_AdditionalModelRequestFields(_, context), "additionalModelRequestFields"),
3586
3549
  guardrailConfiguration: import_smithy_client._json,
3587
- kbInferenceConfig: (_) => de_KbInferenceConfig(_, context),
3550
+ kbInferenceConfig: /* @__PURE__ */ __name((_) => de_KbInferenceConfig(_, context), "kbInferenceConfig"),
3588
3551
  promptTemplate: import_smithy_client._json
3589
3552
  });
3590
3553
  }, "de_GenerationConfiguration");
@@ -3602,7 +3565,7 @@ var de_GuardrailContextualGroundingFilters = /* @__PURE__ */ __name((output, con
3602
3565
  }, "de_GuardrailContextualGroundingFilters");
3603
3566
  var de_GuardrailContextualGroundingPolicy = /* @__PURE__ */ __name((output, context) => {
3604
3567
  return (0, import_smithy_client.take)(output, {
3605
- filters: (_) => de_GuardrailContextualGroundingFilters(_, context)
3568
+ filters: /* @__PURE__ */ __name((_) => de_GuardrailContextualGroundingFilters(_, context), "filters")
3606
3569
  });
3607
3570
  }, "de_GuardrailContextualGroundingPolicy");
3608
3571
  var de_GuardrailSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3614,18 +3577,18 @@ var de_GuardrailSummaries = /* @__PURE__ */ __name((output, context) => {
3614
3577
  var de_GuardrailSummary = /* @__PURE__ */ __name((output, context) => {
3615
3578
  return (0, import_smithy_client.take)(output, {
3616
3579
  arn: import_smithy_client.expectString,
3617
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3580
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3618
3581
  description: import_smithy_client.expectString,
3619
3582
  id: import_smithy_client.expectString,
3620
3583
  name: import_smithy_client.expectString,
3621
3584
  status: import_smithy_client.expectString,
3622
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3585
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
3623
3586
  version: import_smithy_client.expectString
3624
3587
  });
3625
3588
  }, "de_GuardrailSummary");
3626
3589
  var de_ImportedModelSummary = /* @__PURE__ */ __name((output, context) => {
3627
3590
  return (0, import_smithy_client.take)(output, {
3628
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3591
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3629
3592
  instructSupported: import_smithy_client.expectBoolean,
3630
3593
  modelArchitecture: import_smithy_client.expectString,
3631
3594
  modelArn: import_smithy_client.expectString,
@@ -3646,7 +3609,7 @@ var de_InferenceProfileSummaries = /* @__PURE__ */ __name((output, context) => {
3646
3609
  }, "de_InferenceProfileSummaries");
3647
3610
  var de_InferenceProfileSummary = /* @__PURE__ */ __name((output, context) => {
3648
3611
  return (0, import_smithy_client.take)(output, {
3649
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3612
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3650
3613
  description: import_smithy_client.expectString,
3651
3614
  inferenceProfileArn: import_smithy_client.expectString,
3652
3615
  inferenceProfileId: import_smithy_client.expectString,
@@ -3654,12 +3617,12 @@ var de_InferenceProfileSummary = /* @__PURE__ */ __name((output, context) => {
3654
3617
  models: import_smithy_client._json,
3655
3618
  status: import_smithy_client.expectString,
3656
3619
  type: import_smithy_client.expectString,
3657
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
3620
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
3658
3621
  });
3659
3622
  }, "de_InferenceProfileSummary");
3660
3623
  var de_KbInferenceConfig = /* @__PURE__ */ __name((output, context) => {
3661
3624
  return (0, import_smithy_client.take)(output, {
3662
- textInferenceConfig: (_) => de_TextInferenceConfig(_, context)
3625
+ textInferenceConfig: /* @__PURE__ */ __name((_) => de_TextInferenceConfig(_, context), "textInferenceConfig")
3663
3626
  });
3664
3627
  }, "de_KbInferenceConfig");
3665
3628
  var de_KnowledgeBaseConfig = /* @__PURE__ */ __name((output, context) => {
@@ -3677,36 +3640,36 @@ var de_KnowledgeBaseConfig = /* @__PURE__ */ __name((output, context) => {
3677
3640
  }, "de_KnowledgeBaseConfig");
3678
3641
  var de_KnowledgeBaseRetrievalConfiguration = /* @__PURE__ */ __name((output, context) => {
3679
3642
  return (0, import_smithy_client.take)(output, {
3680
- vectorSearchConfiguration: (_) => de_KnowledgeBaseVectorSearchConfiguration(_, context)
3643
+ vectorSearchConfiguration: /* @__PURE__ */ __name((_) => de_KnowledgeBaseVectorSearchConfiguration(_, context), "vectorSearchConfiguration")
3681
3644
  });
3682
3645
  }, "de_KnowledgeBaseRetrievalConfiguration");
3683
3646
  var de_KnowledgeBaseRetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((output, context) => {
3684
3647
  return (0, import_smithy_client.take)(output, {
3685
- generationConfiguration: (_) => de_GenerationConfiguration(_, context),
3648
+ generationConfiguration: /* @__PURE__ */ __name((_) => de_GenerationConfiguration(_, context), "generationConfiguration"),
3686
3649
  knowledgeBaseId: import_smithy_client.expectString,
3687
3650
  modelArn: import_smithy_client.expectString,
3688
3651
  orchestrationConfiguration: import_smithy_client._json,
3689
- retrievalConfiguration: (_) => de_KnowledgeBaseRetrievalConfiguration(_, context)
3652
+ retrievalConfiguration: /* @__PURE__ */ __name((_) => de_KnowledgeBaseRetrievalConfiguration(_, context), "retrievalConfiguration")
3690
3653
  });
3691
3654
  }, "de_KnowledgeBaseRetrieveAndGenerateConfiguration");
3692
3655
  var de_KnowledgeBaseVectorSearchConfiguration = /* @__PURE__ */ __name((output, context) => {
3693
3656
  return (0, import_smithy_client.take)(output, {
3694
- filter: (_) => de_RetrievalFilter((0, import_core2.awsExpectUnion)(_), context),
3657
+ filter: /* @__PURE__ */ __name((_) => de_RetrievalFilter((0, import_core2.awsExpectUnion)(_), context), "filter"),
3695
3658
  numberOfResults: import_smithy_client.expectInt32,
3696
3659
  overrideSearchType: import_smithy_client.expectString
3697
3660
  });
3698
3661
  }, "de_KnowledgeBaseVectorSearchConfiguration");
3699
3662
  var de_MarketplaceModelEndpoint = /* @__PURE__ */ __name((output, context) => {
3700
3663
  return (0, import_smithy_client.take)(output, {
3701
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3664
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3702
3665
  endpointArn: import_smithy_client.expectString,
3703
- endpointConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
3666
+ endpointConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "endpointConfig"),
3704
3667
  endpointStatus: import_smithy_client.expectString,
3705
3668
  endpointStatusMessage: import_smithy_client.expectString,
3706
3669
  modelSourceIdentifier: import_smithy_client.expectString,
3707
3670
  status: import_smithy_client.expectString,
3708
3671
  statusMessage: import_smithy_client.expectString,
3709
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
3672
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
3710
3673
  });
3711
3674
  }, "de_MarketplaceModelEndpoint");
3712
3675
  var de_MarketplaceModelEndpointSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3717,12 +3680,12 @@ var de_MarketplaceModelEndpointSummaries = /* @__PURE__ */ __name((output, conte
3717
3680
  }, "de_MarketplaceModelEndpointSummaries");
3718
3681
  var de_MarketplaceModelEndpointSummary = /* @__PURE__ */ __name((output, context) => {
3719
3682
  return (0, import_smithy_client.take)(output, {
3720
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3683
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3721
3684
  endpointArn: import_smithy_client.expectString,
3722
3685
  modelSourceIdentifier: import_smithy_client.expectString,
3723
3686
  status: import_smithy_client.expectString,
3724
3687
  statusMessage: import_smithy_client.expectString,
3725
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
3688
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
3726
3689
  });
3727
3690
  }, "de_MarketplaceModelEndpointSummary");
3728
3691
  var de_ModelCopyJobSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3733,7 +3696,7 @@ var de_ModelCopyJobSummaries = /* @__PURE__ */ __name((output, context) => {
3733
3696
  }, "de_ModelCopyJobSummaries");
3734
3697
  var de_ModelCopyJobSummary = /* @__PURE__ */ __name((output, context) => {
3735
3698
  return (0, import_smithy_client.take)(output, {
3736
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3699
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3737
3700
  failureMessage: import_smithy_client.expectString,
3738
3701
  jobArn: import_smithy_client.expectString,
3739
3702
  sourceAccountId: import_smithy_client.expectString,
@@ -3755,14 +3718,14 @@ var de_ModelCustomizationJobSummaries = /* @__PURE__ */ __name((output, context)
3755
3718
  var de_ModelCustomizationJobSummary = /* @__PURE__ */ __name((output, context) => {
3756
3719
  return (0, import_smithy_client.take)(output, {
3757
3720
  baseModelArn: import_smithy_client.expectString,
3758
- creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3721
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3759
3722
  customModelArn: import_smithy_client.expectString,
3760
3723
  customModelName: import_smithy_client.expectString,
3761
3724
  customizationType: import_smithy_client.expectString,
3762
- endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3725
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
3763
3726
  jobArn: import_smithy_client.expectString,
3764
3727
  jobName: import_smithy_client.expectString,
3765
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3728
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
3766
3729
  status: import_smithy_client.expectString
3767
3730
  });
3768
3731
  }, "de_ModelCustomizationJobSummary");
@@ -3774,13 +3737,13 @@ var de_ModelImportJobSummaries = /* @__PURE__ */ __name((output, context) => {
3774
3737
  }, "de_ModelImportJobSummaries");
3775
3738
  var de_ModelImportJobSummary = /* @__PURE__ */ __name((output, context) => {
3776
3739
  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)(_)),
3740
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3741
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
3779
3742
  importedModelArn: import_smithy_client.expectString,
3780
3743
  importedModelName: import_smithy_client.expectString,
3781
3744
  jobArn: import_smithy_client.expectString,
3782
3745
  jobName: import_smithy_client.expectString,
3783
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3746
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
3784
3747
  status: import_smithy_client.expectString
3785
3748
  });
3786
3749
  }, "de_ModelImportJobSummary");
@@ -3793,18 +3756,18 @@ var de_ModelInvocationJobSummaries = /* @__PURE__ */ __name((output, context) =>
3793
3756
  var de_ModelInvocationJobSummary = /* @__PURE__ */ __name((output, context) => {
3794
3757
  return (0, import_smithy_client.take)(output, {
3795
3758
  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)(_)),
3759
+ endTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "endTime"),
3760
+ inputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "inputDataConfig"),
3798
3761
  jobArn: import_smithy_client.expectString,
3799
- jobExpirationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3762
+ jobExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "jobExpirationTime"),
3800
3763
  jobName: import_smithy_client.expectString,
3801
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3764
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
3802
3765
  message: import_smithy_client.expectString,
3803
3766
  modelId: import_smithy_client.expectString,
3804
- outputDataConfig: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
3767
+ outputDataConfig: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "outputDataConfig"),
3805
3768
  roleArn: import_smithy_client.expectString,
3806
3769
  status: import_smithy_client.expectString,
3807
- submitTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3770
+ submitTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "submitTime"),
3808
3771
  timeoutDurationInHours: import_smithy_client.expectInt32,
3809
3772
  vpcConfig: import_smithy_client._json
3810
3773
  });
@@ -3817,16 +3780,16 @@ var de_PromptRouterSummaries = /* @__PURE__ */ __name((output, context) => {
3817
3780
  }, "de_PromptRouterSummaries");
3818
3781
  var de_PromptRouterSummary = /* @__PURE__ */ __name((output, context) => {
3819
3782
  return (0, import_smithy_client.take)(output, {
3820
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3783
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
3821
3784
  description: import_smithy_client.expectString,
3822
3785
  fallbackModel: import_smithy_client._json,
3823
3786
  models: import_smithy_client._json,
3824
3787
  promptRouterArn: import_smithy_client.expectString,
3825
3788
  promptRouterName: import_smithy_client.expectString,
3826
- routingCriteria: (_) => de_RoutingCriteria(_, context),
3789
+ routingCriteria: /* @__PURE__ */ __name((_) => de_RoutingCriteria(_, context), "routingCriteria"),
3827
3790
  status: import_smithy_client.expectString,
3828
3791
  type: import_smithy_client.expectString,
3829
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
3792
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt")
3830
3793
  });
3831
3794
  }, "de_PromptRouterSummary");
3832
3795
  var de_ProvisionedModelSummaries = /* @__PURE__ */ __name((output, context) => {
@@ -3838,12 +3801,12 @@ var de_ProvisionedModelSummaries = /* @__PURE__ */ __name((output, context) => {
3838
3801
  var de_ProvisionedModelSummary = /* @__PURE__ */ __name((output, context) => {
3839
3802
  return (0, import_smithy_client.take)(output, {
3840
3803
  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)(_)),
3804
+ commitmentExpirationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "commitmentExpirationTime"),
3805
+ creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "creationTime"),
3843
3806
  desiredModelArn: import_smithy_client.expectString,
3844
3807
  desiredModelUnits: import_smithy_client.expectInt32,
3845
3808
  foundationModelArn: import_smithy_client.expectString,
3846
- lastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
3809
+ lastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "lastModifiedTime"),
3847
3810
  modelArn: import_smithy_client.expectString,
3848
3811
  modelUnits: import_smithy_client.expectInt32,
3849
3812
  provisionedModelArn: import_smithy_client.expectString,
@@ -3857,6 +3820,11 @@ var de_RAGConfig = /* @__PURE__ */ __name((output, context) => {
3857
3820
  knowledgeBaseConfig: de_KnowledgeBaseConfig((0, import_core2.awsExpectUnion)(output.knowledgeBaseConfig), context)
3858
3821
  };
3859
3822
  }
3823
+ if (output.precomputedRagSourceConfig != null) {
3824
+ return {
3825
+ precomputedRagSourceConfig: (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(output.precomputedRagSourceConfig))
3826
+ };
3827
+ }
3860
3828
  return { $unknown: Object.entries(output)[0] };
3861
3829
  }, "de_RAGConfig");
3862
3830
  var de_RagConfigs = /* @__PURE__ */ __name((output, context) => {
@@ -3941,15 +3909,15 @@ var de_RetrievalFilterList = /* @__PURE__ */ __name((output, context) => {
3941
3909
  }, "de_RetrievalFilterList");
3942
3910
  var de_RetrieveAndGenerateConfiguration = /* @__PURE__ */ __name((output, context) => {
3943
3911
  return (0, import_smithy_client.take)(output, {
3944
- externalSourcesConfiguration: (_) => de_ExternalSourcesRetrieveAndGenerateConfiguration(_, context),
3945
- knowledgeBaseConfiguration: (_) => de_KnowledgeBaseRetrieveAndGenerateConfiguration(_, context),
3912
+ externalSourcesConfiguration: /* @__PURE__ */ __name((_) => de_ExternalSourcesRetrieveAndGenerateConfiguration(_, context), "externalSourcesConfiguration"),
3913
+ knowledgeBaseConfiguration: /* @__PURE__ */ __name((_) => de_KnowledgeBaseRetrieveAndGenerateConfiguration(_, context), "knowledgeBaseConfiguration"),
3946
3914
  type: import_smithy_client.expectString
3947
3915
  });
3948
3916
  }, "de_RetrieveAndGenerateConfiguration");
3949
3917
  var de_RetrieveConfig = /* @__PURE__ */ __name((output, context) => {
3950
3918
  return (0, import_smithy_client.take)(output, {
3951
3919
  knowledgeBaseId: import_smithy_client.expectString,
3952
- knowledgeBaseRetrievalConfiguration: (_) => de_KnowledgeBaseRetrievalConfiguration(_, context)
3920
+ knowledgeBaseRetrievalConfiguration: /* @__PURE__ */ __name((_) => de_KnowledgeBaseRetrievalConfiguration(_, context), "knowledgeBaseRetrievalConfiguration")
3953
3921
  });
3954
3922
  }, "de_RetrieveConfig");
3955
3923
  var de_RoutingCriteria = /* @__PURE__ */ __name((output, context) => {
@@ -5116,6 +5084,7 @@ var paginateListProvisionedModelThroughputs = (0, import_core.createPaginator)(B
5116
5084
  QueryTransformationType,
5117
5085
  SearchType,
5118
5086
  RetrieveAndGenerateType,
5087
+ EvaluationPrecomputedRagSourceConfig,
5119
5088
  EvaluationJobType,
5120
5089
  SortJobsBy,
5121
5090
  SortOrder,