@aws-sdk/client-bedrock 3.943.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. package/README.md +8 -0
  2. package/dist-cjs/index.js +306 -1079
  3. package/dist-cjs/runtimeConfig.browser.js +2 -2
  4. package/dist-cjs/runtimeConfig.js +3 -4
  5. package/dist-es/Bedrock.js +2 -0
  6. package/dist-es/BedrockClient.js +2 -2
  7. package/dist-es/commands/UpdateCustomModelDeploymentCommand.js +16 -0
  8. package/dist-es/commands/index.js +1 -0
  9. package/dist-es/models/enums.js +11 -0
  10. package/dist-es/runtimeConfig.browser.js +2 -2
  11. package/dist-es/runtimeConfig.js +2 -3
  12. package/dist-es/schemas/schemas_0.js +279 -1079
  13. package/dist-types/Bedrock.d.ts +8 -1
  14. package/dist-types/BedrockClient.d.ts +13 -12
  15. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  16. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  17. package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +3 -3
  18. package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateCustomModelCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateCustomModelDeploymentCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateEvaluationJobCommand.d.ts +4 -4
  25. package/dist-types/commands/CreateFoundationModelAgreementCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateGuardrailCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateInferenceProfileCommand.d.ts +3 -3
  29. package/dist-types/commands/CreateMarketplaceModelEndpointCommand.d.ts +3 -3
  30. package/dist-types/commands/CreateModelCopyJobCommand.d.ts +3 -3
  31. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +21 -4
  32. package/dist-types/commands/CreateModelImportJobCommand.d.ts +3 -3
  33. package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +3 -3
  34. package/dist-types/commands/CreatePromptRouterCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteCustomModelCommand.d.ts +3 -3
  40. package/dist-types/commands/DeleteCustomModelDeploymentCommand.d.ts +3 -3
  41. package/dist-types/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +3 -3
  42. package/dist-types/commands/DeleteFoundationModelAgreementCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteGuardrailCommand.d.ts +3 -3
  44. package/dist-types/commands/DeleteImportedModelCommand.d.ts +3 -3
  45. package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +4 -3
  46. package/dist-types/commands/DeleteMarketplaceModelEndpointCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +3 -3
  48. package/dist-types/commands/DeletePromptRouterCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +3 -3
  50. package/dist-types/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +3 -3
  51. package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +3 -3
  52. package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +3 -3
  53. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
  54. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +3 -3
  55. package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +3 -3
  56. package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +3 -3
  57. package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
  58. package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +3 -3
  59. package/dist-types/commands/GetCustomModelCommand.d.ts +21 -4
  60. package/dist-types/commands/GetCustomModelDeploymentCommand.d.ts +7 -3
  61. package/dist-types/commands/GetEvaluationJobCommand.d.ts +4 -4
  62. package/dist-types/commands/GetFoundationModelAvailabilityCommand.d.ts +3 -3
  63. package/dist-types/commands/GetFoundationModelCommand.d.ts +3 -3
  64. package/dist-types/commands/GetGuardrailCommand.d.ts +3 -3
  65. package/dist-types/commands/GetImportedModelCommand.d.ts +3 -3
  66. package/dist-types/commands/GetInferenceProfileCommand.d.ts +3 -3
  67. package/dist-types/commands/GetMarketplaceModelEndpointCommand.d.ts +3 -3
  68. package/dist-types/commands/GetModelCopyJobCommand.d.ts +3 -3
  69. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +21 -4
  70. package/dist-types/commands/GetModelImportJobCommand.d.ts +3 -3
  71. package/dist-types/commands/GetModelInvocationJobCommand.d.ts +3 -3
  72. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +3 -3
  73. package/dist-types/commands/GetPromptRouterCommand.d.ts +3 -3
  74. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +3 -3
  75. package/dist-types/commands/GetUseCaseForModelAccessCommand.d.ts +3 -3
  76. package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +3 -3
  77. package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +3 -3
  78. package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +3 -3
  79. package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +3 -3
  80. package/dist-types/commands/ListCustomModelDeploymentsCommand.d.ts +3 -3
  81. package/dist-types/commands/ListCustomModelsCommand.d.ts +4 -4
  82. package/dist-types/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +3 -3
  83. package/dist-types/commands/ListEvaluationJobsCommand.d.ts +3 -3
  84. package/dist-types/commands/ListFoundationModelAgreementOffersCommand.d.ts +3 -3
  85. package/dist-types/commands/ListFoundationModelsCommand.d.ts +3 -3
  86. package/dist-types/commands/ListGuardrailsCommand.d.ts +3 -3
  87. package/dist-types/commands/ListImportedModelsCommand.d.ts +3 -3
  88. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +3 -3
  89. package/dist-types/commands/ListMarketplaceModelEndpointsCommand.d.ts +3 -3
  90. package/dist-types/commands/ListModelCopyJobsCommand.d.ts +3 -3
  91. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +4 -4
  92. package/dist-types/commands/ListModelImportJobsCommand.d.ts +3 -3
  93. package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +3 -3
  94. package/dist-types/commands/ListPromptRoutersCommand.d.ts +3 -3
  95. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +3 -3
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  97. package/dist-types/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +3 -3
  98. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +3 -3
  99. package/dist-types/commands/PutUseCaseForModelAccessCommand.d.ts +3 -3
  100. package/dist-types/commands/RegisterMarketplaceModelEndpointCommand.d.ts +3 -3
  101. package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
  102. package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +3 -3
  103. package/dist-types/commands/StopEvaluationJobCommand.d.ts +3 -3
  104. package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +3 -3
  105. package/dist-types/commands/StopModelInvocationJobCommand.d.ts +3 -3
  106. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  107. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  108. package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +3 -3
  109. package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +3 -3
  110. package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
  111. package/dist-types/commands/UpdateCustomModelDeploymentCommand.d.ts +90 -0
  112. package/dist-types/commands/UpdateGuardrailCommand.d.ts +3 -3
  113. package/dist-types/commands/UpdateMarketplaceModelEndpointCommand.d.ts +3 -3
  114. package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +3 -3
  115. package/dist-types/commands/index.d.ts +1 -0
  116. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  117. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  118. package/dist-types/extensionConfiguration.d.ts +4 -4
  119. package/dist-types/models/BedrockServiceException.d.ts +1 -1
  120. package/dist-types/models/enums.d.ts +27 -0
  121. package/dist-types/models/errors.d.ts +1 -1
  122. package/dist-types/models/models_0.d.ts +166 -164
  123. package/dist-types/models/models_1.d.ts +164 -2
  124. package/dist-types/pagination/Interfaces.d.ts +1 -1
  125. package/dist-types/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListCustomModelDeploymentsPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListCustomModelsPaginator.d.ts +1 -1
  131. package/dist-types/pagination/ListEnforcedGuardrailsConfigurationPaginator.d.ts +1 -1
  132. package/dist-types/pagination/ListEvaluationJobsPaginator.d.ts +1 -1
  133. package/dist-types/pagination/ListGuardrailsPaginator.d.ts +1 -1
  134. package/dist-types/pagination/ListImportedModelsPaginator.d.ts +1 -1
  135. package/dist-types/pagination/ListInferenceProfilesPaginator.d.ts +1 -1
  136. package/dist-types/pagination/ListMarketplaceModelEndpointsPaginator.d.ts +1 -1
  137. package/dist-types/pagination/ListModelCopyJobsPaginator.d.ts +1 -1
  138. package/dist-types/pagination/ListModelCustomizationJobsPaginator.d.ts +1 -1
  139. package/dist-types/pagination/ListModelImportJobsPaginator.d.ts +1 -1
  140. package/dist-types/pagination/ListModelInvocationJobsPaginator.d.ts +1 -1
  141. package/dist-types/pagination/ListPromptRoutersPaginator.d.ts +1 -1
  142. package/dist-types/pagination/ListProvisionedModelThroughputsPaginator.d.ts +1 -1
  143. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  144. package/dist-types/runtimeConfig.d.ts +2 -2
  145. package/dist-types/runtimeConfig.native.d.ts +1 -1
  146. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  147. package/dist-types/runtimeExtensions.d.ts +1 -1
  148. package/dist-types/schemas/schemas_0.d.ts +9 -1
  149. package/dist-types/ts3.4/Bedrock.d.ts +17 -0
  150. package/dist-types/ts3.4/BedrockClient.d.ts +9 -3
  151. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  152. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +2 -4
  154. package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/UpdateCustomModelDeploymentCommand.d.ts +51 -0
  157. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  158. package/dist-types/ts3.4/models/BedrockServiceException.d.ts +1 -1
  159. package/dist-types/ts3.4/models/enums.d.ts +15 -0
  160. package/dist-types/ts3.4/models/models_0.d.ts +57 -39
  161. package/dist-types/ts3.4/models/models_1.d.ts +45 -5
  162. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  163. package/package.json +14 -13
@@ -181,6 +181,7 @@ const _CMCJr = "CreateModelCustomizationJob";
181
181
  const _CMD = "CustomMetricDefinition";
182
182
  const _CMDS = "CustomModelDeploymentSummary";
183
183
  const _CMDSL = "CustomModelDeploymentSummaryList";
184
+ const _CMDUD = "CustomModelDeploymentUpdateDetails";
184
185
  const _CMEMC = "CustomMetricEvaluatorModelConfig";
185
186
  const _CMIJ = "CreateModelImportJob";
186
187
  const _CMIJR = "CreateModelImportJobRequest";
@@ -342,6 +343,7 @@ const _GCP = "GuardrailContentPolicy";
342
343
  const _GCPC = "GuardrailContentPolicyConfig";
343
344
  const _GCRC = "GuardrailCrossRegionConfig";
344
345
  const _GCRD = "GuardrailCrossRegionDetails";
346
+ const _GCr = "GraderConfig";
345
347
  const _GCu = "GuardrailConfiguration";
346
348
  const _GD = "GuardrailDescription";
347
349
  const _GEJ = "GetEvaluationJob";
@@ -488,6 +490,7 @@ const _LFMAORi = "ListFoundationModelAgreementOffersResponse";
488
490
  const _LFMR = "ListFoundationModelsRequest";
489
491
  const _LFMRi = "ListFoundationModelsResponse";
490
492
  const _LG = "ListGuardrails";
493
+ const _LGC = "LambdaGraderConfig";
491
494
  const _LGR = "ListGuardrailsRequest";
492
495
  const _LGRi = "ListGuardrailsResponse";
493
496
  const _LIM = "ListImportedModels";
@@ -574,6 +577,8 @@ const _RCat = "RateCard";
574
577
  const _RCo = "RoutingCriteria";
575
578
  const _RF = "RetrievalFilter";
576
579
  const _RFL = "RetrievalFilterList";
580
+ const _RFTC = "RFTConfig";
581
+ const _RFTHP = "RFTHyperParameters";
577
582
  const _RIUE = "ResourceInUseException";
578
583
  const _RMBF = "RequestMetadataBaseFilters";
579
584
  const _RMF = "RequestMetadataFilters";
@@ -633,6 +638,9 @@ const _UARPRp = "UpdateAutomatedReasoningPolicyResponse";
633
638
  const _UARPTC = "UpdateAutomatedReasoningPolicyTestCase";
634
639
  const _UARPTCR = "UpdateAutomatedReasoningPolicyTestCaseRequest";
635
640
  const _UARPTCRp = "UpdateAutomatedReasoningPolicyTestCaseResponse";
641
+ const _UCMD = "UpdateCustomModelDeployment";
642
+ const _UCMDR = "UpdateCustomModelDeploymentRequest";
643
+ const _UCMDRp = "UpdateCustomModelDeploymentResponse";
636
644
  const _UG = "UpdateGuardrail";
637
645
  const _UGR = "UpdateGuardrailRequest";
638
646
  const _UGRp = "UpdateGuardrailResponse";
@@ -703,6 +711,7 @@ const _bOMy = "byOutputModality";
703
711
  const _bP = "byProvider";
704
712
  const _bRC = "bedrockRerankingConfiguration";
705
713
  const _bS = "buildSteps";
714
+ const _bSa = "batchSize";
706
715
  const _bWA = "buildWorkflowAssets";
707
716
  const _bWI = "buildWorkflowId";
708
717
  const _bWT = "buildWorkflowType";
@@ -786,8 +795,10 @@ const _eAFR = "expectedAggregatedFindingsResult";
786
795
  const _eAn = "entitlementAvailability";
787
796
  const _eC = "evaluationConfig";
788
797
  const _eCn = "endpointConfig";
798
+ const _eCp = "epochCount";
789
799
  const _eDDE = "embeddingDataDeliveryEnabled";
790
800
  const _eI = "endpointIdentifier";
801
+ const _eIv = "evalInterval";
791
802
  const _eJ = "evaluationJobs";
792
803
  const _eM = "errorMessage";
793
804
  const _eMC = "evaluatorModelConfig";
@@ -827,6 +838,7 @@ const _g = "guardrails";
827
838
  const _gA = "guardrailArn";
828
839
  const _gC = "guardContent";
829
840
  const _gCe = "generationConfiguration";
841
+ const _gCr = "graderConfig";
830
842
  const _gCu = "guardrailConfiguration";
831
843
  const _gCua = "guardrailsConfig";
832
844
  const _gI = "guardrailIdentifier";
@@ -865,6 +877,7 @@ const _iMKKA = "importedModelKmsKeyArn";
865
877
  const _iMKKI = "importedModelKmsKeyId";
866
878
  const _iMN = "importedModelName";
867
879
  const _iMT = "importedModelTags";
880
+ const _iMTn = "inferenceMaxTokens";
868
881
  const _iO = "isOwned";
869
882
  const _iP = "inferenceParams";
870
883
  const _iPA = "inferenceProfileArn";
@@ -905,11 +918,14 @@ const _kKA = "kmsKeyArn";
905
918
  const _kKI = "kmsKeyId";
906
919
  const _kP = "keyPrefix";
907
920
  const _l = "logic";
921
+ const _lA = "lambdaArn";
908
922
  const _lC = "loggingConfig";
909
923
  const _lCi = "listContains";
910
924
  const _lDDSC = "largeDataDeliveryS3Config";
925
+ const _lG = "lambdaGrader";
911
926
  const _lGN = "logGroupName";
912
927
  const _lMT = "lastModifiedTime";
928
+ const _lR = "learningRate";
913
929
  const _lT = "legalTerm";
914
930
  const _lTOE = "lessThanOrEquals";
915
931
  const _lTe = "lessThan";
@@ -943,6 +959,7 @@ const _mME = "marketplaceModelEndpoint";
943
959
  const _mMEa = "marketplaceModelEndpoints";
944
960
  const _mN = "modelName";
945
961
  const _mNe = "metricNames";
962
+ const _mPL = "maxPromptLength";
946
963
  const _mR = "maxResults";
947
964
  const _mRLFI = "maxResponseLengthForInference";
948
965
  const _mS = "modelSource";
@@ -1037,7 +1054,9 @@ const _rCe = "regexesConfig";
1037
1054
  const _rCer = "rerankingConfiguration";
1038
1055
  const _rCet = "retrievalConfiguration";
1039
1056
  const _rCetr = "retrieveConfig";
1057
+ const _rCf = "rftConfig";
1040
1058
  const _rCo = "routingCriteria";
1059
+ const _rE = "reasoningEffort";
1041
1060
  const _rI = "ruleId";
1042
1061
  const _rIa = "ragIdentifiers";
1043
1062
  const _rIu = "ruleIds";
@@ -1136,6 +1155,7 @@ const _tR = "testResult";
1136
1155
  const _tRR = "testRunResult";
1137
1156
  const _tRS = "testRunStatus";
1138
1157
  const _tRe = "testResults";
1158
+ const _tSPP = "trainingSamplePerPrompt";
1139
1159
  const _tT = "taskType";
1140
1160
  const _ta = "tags";
1141
1161
  const _te = "text";
@@ -1151,11 +1171,13 @@ const _uA = "updatedAt";
1151
1171
  const _uB = "updatedBy";
1152
1172
  const _uBPT = "usageBasedPricingTerm";
1153
1173
  const _uC = "untranslatedClaims";
1174
+ const _uD = "updateDetails";
1154
1175
  const _uFRF = "updateFromRulesFeedback";
1155
1176
  const _uFSF = "updateFromScenarioFeedback";
1156
1177
  const _uP = "untranslatedPremises";
1157
1178
  const _uPR = "usePromptResponse";
1158
1179
  const _uR = "updateRule";
1180
+ const _uS = "updateStatus";
1159
1181
  const _uT = "unusedTypes";
1160
1182
  const _uTV = "unusedTypeValues";
1161
1183
  const _uTVp = "updateTypeValue";
@@ -1242,17 +1264,7 @@ export var Message = [0, n0, _M, 8, 0];
1242
1264
  export var MetricName = [0, n0, _MN, 8, 0];
1243
1265
  export var PromptRouterDescription = [0, n0, _PRD, 8, 0];
1244
1266
  export var TextPromptTemplate = [0, n0, _TPT, 8, 0];
1245
- export var AccessDeniedException = [
1246
- -3,
1247
- n0,
1248
- _ADE,
1249
- {
1250
- [_e]: _c,
1251
- [_hE]: 403,
1252
- },
1253
- [_m],
1254
- [0],
1255
- ];
1267
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1256
1268
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
1257
1269
  export var AccountEnforcedGuardrailInferenceInputConfiguration = [
1258
1270
  3,
@@ -1890,17 +1902,7 @@ export var CancelAutomatedReasoningPolicyBuildWorkflowRequest = [
1890
1902
  ];
1891
1903
  export var CancelAutomatedReasoningPolicyBuildWorkflowResponse = [3, n0, _CARPBWRa, 0, [], []];
1892
1904
  export var CloudWatchConfig = [3, n0, _CWC, 0, [_lGN, _rA, _lDDSC], [0, 0, () => S3Config]];
1893
- export var ConflictException = [
1894
- -3,
1895
- n0,
1896
- _CE,
1897
- {
1898
- [_e]: _c,
1899
- [_hE]: 400,
1900
- },
1901
- [_m],
1902
- [0],
1903
- ];
1905
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1904
1906
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
1905
1907
  export var CreateAutomatedReasoningPolicyRequest = [
1906
1908
  3,
@@ -2179,6 +2181,7 @@ export var CustomModelDeploymentSummary = [
2179
2181
  [_cMDA, _cMDN, _mA, _cA, _s, _lUA, _fMa],
2180
2182
  [0, 0, 0, 5, 0, 5, 0],
2181
2183
  ];
2184
+ export var CustomModelDeploymentUpdateDetails = [3, n0, _CMDUD, 0, [_mA, _uS], [0, 0]];
2182
2185
  export var CustomModelSummary = [
2183
2186
  3,
2184
2187
  n0,
@@ -2198,12 +2201,7 @@ export var DeleteAutomatedReasoningPolicyBuildWorkflowRequest = [
2198
2201
  [
2199
2202
  [0, 1],
2200
2203
  [0, 1],
2201
- [
2202
- 5,
2203
- {
2204
- [_hQ]: _uA,
2205
- },
2206
- ],
2204
+ [5, { [_hQ]: _uA }],
2207
2205
  ],
2208
2206
  ];
2209
2207
  export var DeleteAutomatedReasoningPolicyBuildWorkflowResponse = [3, n0, _DARPBWRe, 0, [], []];
@@ -2215,12 +2213,7 @@ export var DeleteAutomatedReasoningPolicyRequest = [
2215
2213
  [_pA, _fo],
2216
2214
  [
2217
2215
  [0, 1],
2218
- [
2219
- 2,
2220
- {
2221
- [_hQ]: _fo,
2222
- },
2223
- ],
2216
+ [2, { [_hQ]: _fo }],
2224
2217
  ],
2225
2218
  ];
2226
2219
  export var DeleteAutomatedReasoningPolicyResponse = [3, n0, _DARPRe, 0, [], []];
@@ -2233,12 +2226,7 @@ export var DeleteAutomatedReasoningPolicyTestCaseRequest = [
2233
2226
  [
2234
2227
  [0, 1],
2235
2228
  [0, 1],
2236
- [
2237
- 5,
2238
- {
2239
- [_hQ]: _uA,
2240
- },
2241
- ],
2229
+ [5, { [_hQ]: _uA }],
2242
2230
  ],
2243
2231
  ];
2244
2232
  export var DeleteAutomatedReasoningPolicyTestCaseResponse = [3, n0, _DARPTCRe, 0, [], []];
@@ -2258,12 +2246,7 @@ export var DeleteGuardrailRequest = [
2258
2246
  [_gI, _gV],
2259
2247
  [
2260
2248
  [0, 1],
2261
- [
2262
- 0,
2263
- {
2264
- [_hQ]: _gV,
2265
- },
2266
- ],
2249
+ [0, { [_hQ]: _gV }],
2267
2250
  ],
2268
2251
  ];
2269
2252
  export var DeleteGuardrailResponse = [3, n0, _DGRe, 0, [], []];
@@ -2453,12 +2436,7 @@ export var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest = [
2453
2436
  [
2454
2437
  [0, 1],
2455
2438
  [0, 1],
2456
- [
2457
- 0,
2458
- {
2459
- [_hQ]: _aTs,
2460
- },
2461
- ],
2439
+ [0, { [_hQ]: _aTs }],
2462
2440
  ],
2463
2441
  ];
2464
2442
  export var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse = [
@@ -2542,8 +2520,8 @@ export var GetCustomModelDeploymentResponse = [
2542
2520
  n0,
2543
2521
  _GCMDRe,
2544
2522
  0,
2545
- [_cMDA, _mDN, _mA, _cA, _s, _d, _fMa, _lUA],
2546
- [0, 0, 0, 5, 0, 0, 0, 5],
2523
+ [_cMDA, _mDN, _mA, _cA, _s, _d, _uD, _fMa, _lUA],
2524
+ [0, 0, 0, 5, 0, 0, () => CustomModelDeploymentUpdateDetails, 0, 5],
2547
2525
  ];
2548
2526
  export var GetCustomModelRequest = [3, n0, _GCMR, 0, [_mI], [[0, 1]]];
2549
2527
  export var GetCustomModelResponse = [
@@ -2629,12 +2607,7 @@ export var GetGuardrailRequest = [
2629
2607
  [_gI, _gV],
2630
2608
  [
2631
2609
  [0, 1],
2632
- [
2633
- 0,
2634
- {
2635
- [_hQ]: _gV,
2636
- },
2637
- ],
2610
+ [0, { [_hQ]: _gV }],
2638
2611
  ],
2639
2612
  ];
2640
2613
  export var GetGuardrailResponse = [
@@ -3165,17 +3138,7 @@ export var InferenceProfileSummary = [
3165
3138
  [_iPN, _d, _cA, _uA, _iPA, _mo, _iPIn, _s, _ty],
3166
3139
  [0, [() => InferenceProfileDescription, 0], 5, 5, 0, () => InferenceProfileModels, 0, 0, 0],
3167
3140
  ];
3168
- export var InternalServerException = [
3169
- -3,
3170
- n0,
3171
- _ISE,
3172
- {
3173
- [_e]: _se,
3174
- [_hE]: 500,
3175
- },
3176
- [_m],
3177
- [0],
3178
- ];
3141
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
3179
3142
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
3180
3143
  export var InvocationLogsConfig = [
3181
3144
  3,
@@ -3222,6 +3185,7 @@ export var KnowledgeBaseVectorSearchConfiguration = [
3222
3185
  [() => VectorSearchRerankingConfiguration, 0],
3223
3186
  ],
3224
3187
  ];
3188
+ export var LambdaGraderConfig = [3, n0, _LGC, 0, [_lA], [0]];
3225
3189
  export var LegalTerm = [3, n0, _LT, 0, [_ur], [0]];
3226
3190
  export var ListAutomatedReasoningPoliciesRequest = [
3227
3191
  3,
@@ -3230,24 +3194,9 @@ export var ListAutomatedReasoningPoliciesRequest = [
3230
3194
  0,
3231
3195
  [_pA, _nT, _mR],
3232
3196
  [
3233
- [
3234
- 0,
3235
- {
3236
- [_hQ]: _pA,
3237
- },
3238
- ],
3239
- [
3240
- 0,
3241
- {
3242
- [_hQ]: _nT,
3243
- },
3244
- ],
3245
- [
3246
- 1,
3247
- {
3248
- [_hQ]: _mR,
3249
- },
3250
- ],
3197
+ [0, { [_hQ]: _pA }],
3198
+ [0, { [_hQ]: _nT }],
3199
+ [1, { [_hQ]: _mR }],
3251
3200
  ],
3252
3201
  ];
3253
3202
  export var ListAutomatedReasoningPoliciesResponse = [
@@ -3266,18 +3215,8 @@ export var ListAutomatedReasoningPolicyBuildWorkflowsRequest = [
3266
3215
  [_pA, _nT, _mR],
3267
3216
  [
3268
3217
  [0, 1],
3269
- [
3270
- 0,
3271
- {
3272
- [_hQ]: _nT,
3273
- },
3274
- ],
3275
- [
3276
- 1,
3277
- {
3278
- [_hQ]: _mR,
3279
- },
3280
- ],
3218
+ [0, { [_hQ]: _nT }],
3219
+ [1, { [_hQ]: _mR }],
3281
3220
  ],
3282
3221
  ];
3283
3222
  export var ListAutomatedReasoningPolicyBuildWorkflowsResponse = [
@@ -3296,18 +3235,8 @@ export var ListAutomatedReasoningPolicyTestCasesRequest = [
3296
3235
  [_pA, _nT, _mR],
3297
3236
  [
3298
3237
  [0, 1],
3299
- [
3300
- 0,
3301
- {
3302
- [_hQ]: _nT,
3303
- },
3304
- ],
3305
- [
3306
- 1,
3307
- {
3308
- [_hQ]: _mR,
3309
- },
3310
- ],
3238
+ [0, { [_hQ]: _nT }],
3239
+ [1, { [_hQ]: _mR }],
3311
3240
  ],
3312
3241
  ];
3313
3242
  export var ListAutomatedReasoningPolicyTestCasesResponse = [
@@ -3327,18 +3256,8 @@ export var ListAutomatedReasoningPolicyTestResultsRequest = [
3327
3256
  [
3328
3257
  [0, 1],
3329
3258
  [0, 1],
3330
- [
3331
- 0,
3332
- {
3333
- [_hQ]: _nT,
3334
- },
3335
- ],
3336
- [
3337
- 1,
3338
- {
3339
- [_hQ]: _mR,
3340
- },
3341
- ],
3259
+ [0, { [_hQ]: _nT }],
3260
+ [1, { [_hQ]: _mR }],
3342
3261
  ],
3343
3262
  ];
3344
3263
  export var ListAutomatedReasoningPolicyTestResultsResponse = [
@@ -3356,60 +3275,15 @@ export var ListCustomModelDeploymentsRequest = [
3356
3275
  0,
3357
3276
  [_cBr, _cAr, _nC, _mR, _nT, _sB, _sO, _sEt, _mAE],
3358
3277
  [
3359
- [
3360
- 5,
3361
- {
3362
- [_hQ]: _cBr,
3363
- },
3364
- ],
3365
- [
3366
- 5,
3367
- {
3368
- [_hQ]: _cAr,
3369
- },
3370
- ],
3371
- [
3372
- 0,
3373
- {
3374
- [_hQ]: _nC,
3375
- },
3376
- ],
3377
- [
3378
- 1,
3379
- {
3380
- [_hQ]: _mR,
3381
- },
3382
- ],
3383
- [
3384
- 0,
3385
- {
3386
- [_hQ]: _nT,
3387
- },
3388
- ],
3389
- [
3390
- 0,
3391
- {
3392
- [_hQ]: _sB,
3393
- },
3394
- ],
3395
- [
3396
- 0,
3397
- {
3398
- [_hQ]: _sO,
3399
- },
3400
- ],
3401
- [
3402
- 0,
3403
- {
3404
- [_hQ]: _sEt,
3405
- },
3406
- ],
3407
- [
3408
- 0,
3409
- {
3410
- [_hQ]: _mAE,
3411
- },
3412
- ],
3278
+ [5, { [_hQ]: _cBr }],
3279
+ [5, { [_hQ]: _cAr }],
3280
+ [0, { [_hQ]: _nC }],
3281
+ [1, { [_hQ]: _mR }],
3282
+ [0, { [_hQ]: _nT }],
3283
+ [0, { [_hQ]: _sB }],
3284
+ [0, { [_hQ]: _sO }],
3285
+ [0, { [_hQ]: _sEt }],
3286
+ [0, { [_hQ]: _mAE }],
3413
3287
  ],
3414
3288
  ];
3415
3289
  export var ListCustomModelDeploymentsResponse = [
@@ -3427,72 +3301,17 @@ export var ListCustomModelsRequest = [
3427
3301
  0,
3428
3302
  [_cTB, _cTA, _nC, _bMAE, _fMAE, _mR, _nT, _sB, _sO, _iO, _mSo],
3429
3303
  [
3430
- [
3431
- 5,
3432
- {
3433
- [_hQ]: _cTB,
3434
- },
3435
- ],
3436
- [
3437
- 5,
3438
- {
3439
- [_hQ]: _cTA,
3440
- },
3441
- ],
3442
- [
3443
- 0,
3444
- {
3445
- [_hQ]: _nC,
3446
- },
3447
- ],
3448
- [
3449
- 0,
3450
- {
3451
- [_hQ]: _bMAE,
3452
- },
3453
- ],
3454
- [
3455
- 0,
3456
- {
3457
- [_hQ]: _fMAE,
3458
- },
3459
- ],
3460
- [
3461
- 1,
3462
- {
3463
- [_hQ]: _mR,
3464
- },
3465
- ],
3466
- [
3467
- 0,
3468
- {
3469
- [_hQ]: _nT,
3470
- },
3471
- ],
3472
- [
3473
- 0,
3474
- {
3475
- [_hQ]: _sB,
3476
- },
3477
- ],
3478
- [
3479
- 0,
3480
- {
3481
- [_hQ]: _sO,
3482
- },
3483
- ],
3484
- [
3485
- 2,
3486
- {
3487
- [_hQ]: _iO,
3488
- },
3489
- ],
3490
- [
3491
- 0,
3492
- {
3493
- [_hQ]: _mSo,
3494
- },
3495
- ],
3304
+ [5, { [_hQ]: _cTB }],
3305
+ [5, { [_hQ]: _cTA }],
3306
+ [0, { [_hQ]: _nC }],
3307
+ [0, { [_hQ]: _bMAE }],
3308
+ [0, { [_hQ]: _fMAE }],
3309
+ [1, { [_hQ]: _mR }],
3310
+ [0, { [_hQ]: _nT }],
3311
+ [0, { [_hQ]: _sB }],
3312
+ [0, { [_hQ]: _sO }],
3313
+ [2, { [_hQ]: _iO }],
3314
+ [0, { [_hQ]: _mSo }],
3496
3315
  ],
3497
3316
  ];
3498
3317
  export var ListCustomModelsResponse = [
@@ -3509,14 +3328,7 @@ export var ListEnforcedGuardrailsConfigurationRequest = [
3509
3328
  _LEGCR,
3510
3329
  0,
3511
3330
  [_nT],
3512
- [
3513
- [
3514
- 0,
3515
- {
3516
- [_hQ]: _nT,
3517
- },
3518
- ],
3519
- ],
3331
+ [[0, { [_hQ]: _nT }]],
3520
3332
  ];
3521
3333
  export var ListEnforcedGuardrailsConfigurationResponse = [
3522
3334
  3,
@@ -3533,60 +3345,15 @@ export var ListEvaluationJobsRequest = [
3533
3345
  0,
3534
3346
  [_cTA, _cTB, _sEt, _aTE, _nC, _mR, _nT, _sB, _sO],
3535
3347
  [
3536
- [
3537
- 5,
3538
- {
3539
- [_hQ]: _cTA,
3540
- },
3541
- ],
3542
- [
3543
- 5,
3544
- {
3545
- [_hQ]: _cTB,
3546
- },
3547
- ],
3548
- [
3549
- 0,
3550
- {
3551
- [_hQ]: _sEt,
3552
- },
3553
- ],
3554
- [
3555
- 0,
3556
- {
3557
- [_hQ]: _aTE,
3558
- },
3559
- ],
3560
- [
3561
- 0,
3562
- {
3563
- [_hQ]: _nC,
3564
- },
3565
- ],
3566
- [
3567
- 1,
3568
- {
3569
- [_hQ]: _mR,
3570
- },
3571
- ],
3572
- [
3573
- 0,
3574
- {
3575
- [_hQ]: _nT,
3576
- },
3577
- ],
3578
- [
3579
- 0,
3580
- {
3581
- [_hQ]: _sB,
3582
- },
3583
- ],
3584
- [
3585
- 0,
3586
- {
3587
- [_hQ]: _sO,
3588
- },
3589
- ],
3348
+ [5, { [_hQ]: _cTA }],
3349
+ [5, { [_hQ]: _cTB }],
3350
+ [0, { [_hQ]: _sEt }],
3351
+ [0, { [_hQ]: _aTE }],
3352
+ [0, { [_hQ]: _nC }],
3353
+ [1, { [_hQ]: _mR }],
3354
+ [0, { [_hQ]: _nT }],
3355
+ [0, { [_hQ]: _sB }],
3356
+ [0, { [_hQ]: _sO }],
3590
3357
  ],
3591
3358
  ];
3592
3359
  export var ListEvaluationJobsResponse = [
@@ -3605,12 +3372,7 @@ export var ListFoundationModelAgreementOffersRequest = [
3605
3372
  [_mIo, _oTf],
3606
3373
  [
3607
3374
  [0, 1],
3608
- [
3609
- 0,
3610
- {
3611
- [_hQ]: _oTf,
3612
- },
3613
- ],
3375
+ [0, { [_hQ]: _oTf }],
3614
3376
  ],
3615
3377
  ];
3616
3378
  export var ListFoundationModelAgreementOffersResponse = [
@@ -3628,30 +3390,10 @@ export var ListFoundationModelsRequest = [
3628
3390
  0,
3629
3391
  [_bP, _bCT, _bOMy, _bIT],
3630
3392
  [
3631
- [
3632
- 0,
3633
- {
3634
- [_hQ]: _bP,
3635
- },
3636
- ],
3637
- [
3638
- 0,
3639
- {
3640
- [_hQ]: _bCT,
3641
- },
3642
- ],
3643
- [
3644
- 0,
3645
- {
3646
- [_hQ]: _bOMy,
3647
- },
3648
- ],
3649
- [
3650
- 0,
3651
- {
3652
- [_hQ]: _bIT,
3653
- },
3654
- ],
3393
+ [0, { [_hQ]: _bP }],
3394
+ [0, { [_hQ]: _bCT }],
3395
+ [0, { [_hQ]: _bOMy }],
3396
+ [0, { [_hQ]: _bIT }],
3655
3397
  ],
3656
3398
  ];
3657
3399
  export var ListFoundationModelsResponse = [
@@ -3669,24 +3411,9 @@ export var ListGuardrailsRequest = [
3669
3411
  0,
3670
3412
  [_gI, _mR, _nT],
3671
3413
  [
3672
- [
3673
- 0,
3674
- {
3675
- [_hQ]: _gI,
3676
- },
3677
- ],
3678
- [
3679
- 1,
3680
- {
3681
- [_hQ]: _mR,
3682
- },
3683
- ],
3684
- [
3685
- 0,
3686
- {
3687
- [_hQ]: _nT,
3688
- },
3689
- ],
3414
+ [0, { [_hQ]: _gI }],
3415
+ [1, { [_hQ]: _mR }],
3416
+ [0, { [_hQ]: _nT }],
3690
3417
  ],
3691
3418
  ];
3692
3419
  export var ListGuardrailsResponse = [
@@ -3704,48 +3431,13 @@ export var ListImportedModelsRequest = [
3704
3431
  0,
3705
3432
  [_cTB, _cTA, _nC, _mR, _nT, _sB, _sO],
3706
3433
  [
3707
- [
3708
- 5,
3709
- {
3710
- [_hQ]: _cTB,
3711
- },
3712
- ],
3713
- [
3714
- 5,
3715
- {
3716
- [_hQ]: _cTA,
3717
- },
3718
- ],
3719
- [
3720
- 0,
3721
- {
3722
- [_hQ]: _nC,
3723
- },
3724
- ],
3725
- [
3726
- 1,
3727
- {
3728
- [_hQ]: _mR,
3729
- },
3730
- ],
3731
- [
3732
- 0,
3733
- {
3734
- [_hQ]: _nT,
3735
- },
3736
- ],
3737
- [
3738
- 0,
3739
- {
3740
- [_hQ]: _sB,
3741
- },
3742
- ],
3743
- [
3744
- 0,
3745
- {
3746
- [_hQ]: _sO,
3747
- },
3748
- ],
3434
+ [5, { [_hQ]: _cTB }],
3435
+ [5, { [_hQ]: _cTA }],
3436
+ [0, { [_hQ]: _nC }],
3437
+ [1, { [_hQ]: _mR }],
3438
+ [0, { [_hQ]: _nT }],
3439
+ [0, { [_hQ]: _sB }],
3440
+ [0, { [_hQ]: _sO }],
3749
3441
  ],
3750
3442
  ];
3751
3443
  export var ListImportedModelsResponse = [
@@ -3763,24 +3455,9 @@ export var ListInferenceProfilesRequest = [
3763
3455
  0,
3764
3456
  [_mR, _nT, _tE],
3765
3457
  [
3766
- [
3767
- 1,
3768
- {
3769
- [_hQ]: _mR,
3770
- },
3771
- ],
3772
- [
3773
- 0,
3774
- {
3775
- [_hQ]: _nT,
3776
- },
3777
- ],
3778
- [
3779
- 0,
3780
- {
3781
- [_hQ]: _ty,
3782
- },
3783
- ],
3458
+ [1, { [_hQ]: _mR }],
3459
+ [0, { [_hQ]: _nT }],
3460
+ [0, { [_hQ]: _ty }],
3784
3461
  ],
3785
3462
  ];
3786
3463
  export var ListInferenceProfilesResponse = [
@@ -3798,24 +3475,9 @@ export var ListMarketplaceModelEndpointsRequest = [
3798
3475
  0,
3799
3476
  [_mR, _nT, _mSE],
3800
3477
  [
3801
- [
3802
- 1,
3803
- {
3804
- [_hQ]: _mR,
3805
- },
3806
- ],
3807
- [
3808
- 0,
3809
- {
3810
- [_hQ]: _nT,
3811
- },
3812
- ],
3813
- [
3814
- 0,
3815
- {
3816
- [_hQ]: _mSI,
3817
- },
3818
- ],
3478
+ [1, { [_hQ]: _mR }],
3479
+ [0, { [_hQ]: _nT }],
3480
+ [0, { [_hQ]: _mSI }],
3819
3481
  ],
3820
3482
  ];
3821
3483
  export var ListMarketplaceModelEndpointsResponse = [
@@ -3833,66 +3495,16 @@ export var ListModelCopyJobsRequest = [
3833
3495
  0,
3834
3496
  [_cTA, _cTB, _sEt, _sAE, _sMAE, _tMNC, _mR, _nT, _sB, _sO],
3835
3497
  [
3836
- [
3837
- 5,
3838
- {
3839
- [_hQ]: _cTA,
3840
- },
3841
- ],
3842
- [
3843
- 5,
3844
- {
3845
- [_hQ]: _cTB,
3846
- },
3847
- ],
3848
- [
3849
- 0,
3850
- {
3851
- [_hQ]: _sEt,
3852
- },
3853
- ],
3854
- [
3855
- 0,
3856
- {
3857
- [_hQ]: _sAE,
3858
- },
3859
- ],
3860
- [
3861
- 0,
3862
- {
3863
- [_hQ]: _sMAE,
3864
- },
3865
- ],
3866
- [
3867
- 0,
3868
- {
3869
- [_hQ]: _oMNC,
3870
- },
3871
- ],
3872
- [
3873
- 1,
3874
- {
3875
- [_hQ]: _mR,
3876
- },
3877
- ],
3878
- [
3879
- 0,
3880
- {
3881
- [_hQ]: _nT,
3882
- },
3883
- ],
3884
- [
3885
- 0,
3886
- {
3887
- [_hQ]: _sB,
3888
- },
3889
- ],
3890
- [
3891
- 0,
3892
- {
3893
- [_hQ]: _sO,
3894
- },
3895
- ],
3498
+ [5, { [_hQ]: _cTA }],
3499
+ [5, { [_hQ]: _cTB }],
3500
+ [0, { [_hQ]: _sEt }],
3501
+ [0, { [_hQ]: _sAE }],
3502
+ [0, { [_hQ]: _sMAE }],
3503
+ [0, { [_hQ]: _oMNC }],
3504
+ [1, { [_hQ]: _mR }],
3505
+ [0, { [_hQ]: _nT }],
3506
+ [0, { [_hQ]: _sB }],
3507
+ [0, { [_hQ]: _sO }],
3896
3508
  ],
3897
3509
  ];
3898
3510
  export var ListModelCopyJobsResponse = [
@@ -3910,54 +3522,14 @@ export var ListModelCustomizationJobsRequest = [
3910
3522
  0,
3911
3523
  [_cTA, _cTB, _sEt, _nC, _mR, _nT, _sB, _sO],
3912
3524
  [
3913
- [
3914
- 5,
3915
- {
3916
- [_hQ]: _cTA,
3917
- },
3918
- ],
3919
- [
3920
- 5,
3921
- {
3922
- [_hQ]: _cTB,
3923
- },
3924
- ],
3925
- [
3926
- 0,
3927
- {
3928
- [_hQ]: _sEt,
3929
- },
3930
- ],
3931
- [
3932
- 0,
3933
- {
3934
- [_hQ]: _nC,
3935
- },
3936
- ],
3937
- [
3938
- 1,
3939
- {
3940
- [_hQ]: _mR,
3941
- },
3942
- ],
3943
- [
3944
- 0,
3945
- {
3946
- [_hQ]: _nT,
3947
- },
3948
- ],
3949
- [
3950
- 0,
3951
- {
3952
- [_hQ]: _sB,
3953
- },
3954
- ],
3955
- [
3956
- 0,
3957
- {
3958
- [_hQ]: _sO,
3959
- },
3960
- ],
3525
+ [5, { [_hQ]: _cTA }],
3526
+ [5, { [_hQ]: _cTB }],
3527
+ [0, { [_hQ]: _sEt }],
3528
+ [0, { [_hQ]: _nC }],
3529
+ [1, { [_hQ]: _mR }],
3530
+ [0, { [_hQ]: _nT }],
3531
+ [0, { [_hQ]: _sB }],
3532
+ [0, { [_hQ]: _sO }],
3961
3533
  ],
3962
3534
  ];
3963
3535
  export var ListModelCustomizationJobsResponse = [
@@ -3975,54 +3547,14 @@ export var ListModelImportJobsRequest = [
3975
3547
  0,
3976
3548
  [_cTA, _cTB, _sEt, _nC, _mR, _nT, _sB, _sO],
3977
3549
  [
3978
- [
3979
- 5,
3980
- {
3981
- [_hQ]: _cTA,
3982
- },
3983
- ],
3984
- [
3985
- 5,
3986
- {
3987
- [_hQ]: _cTB,
3988
- },
3989
- ],
3990
- [
3991
- 0,
3992
- {
3993
- [_hQ]: _sEt,
3994
- },
3995
- ],
3996
- [
3997
- 0,
3998
- {
3999
- [_hQ]: _nC,
4000
- },
4001
- ],
4002
- [
4003
- 1,
4004
- {
4005
- [_hQ]: _mR,
4006
- },
4007
- ],
4008
- [
4009
- 0,
4010
- {
4011
- [_hQ]: _nT,
4012
- },
4013
- ],
4014
- [
4015
- 0,
4016
- {
4017
- [_hQ]: _sB,
4018
- },
4019
- ],
4020
- [
4021
- 0,
4022
- {
4023
- [_hQ]: _sO,
4024
- },
4025
- ],
3550
+ [5, { [_hQ]: _cTA }],
3551
+ [5, { [_hQ]: _cTB }],
3552
+ [0, { [_hQ]: _sEt }],
3553
+ [0, { [_hQ]: _nC }],
3554
+ [1, { [_hQ]: _mR }],
3555
+ [0, { [_hQ]: _nT }],
3556
+ [0, { [_hQ]: _sB }],
3557
+ [0, { [_hQ]: _sO }],
4026
3558
  ],
4027
3559
  ];
4028
3560
  export var ListModelImportJobsResponse = [
@@ -4040,54 +3572,14 @@ export var ListModelInvocationJobsRequest = [
4040
3572
  0,
4041
3573
  [_sTA, _sTB, _sEt, _nC, _mR, _nT, _sB, _sO],
4042
3574
  [
4043
- [
4044
- 5,
4045
- {
4046
- [_hQ]: _sTA,
4047
- },
4048
- ],
4049
- [
4050
- 5,
4051
- {
4052
- [_hQ]: _sTB,
4053
- },
4054
- ],
4055
- [
4056
- 0,
4057
- {
4058
- [_hQ]: _sEt,
4059
- },
4060
- ],
4061
- [
4062
- 0,
4063
- {
4064
- [_hQ]: _nC,
4065
- },
4066
- ],
4067
- [
4068
- 1,
4069
- {
4070
- [_hQ]: _mR,
4071
- },
4072
- ],
4073
- [
4074
- 0,
4075
- {
4076
- [_hQ]: _nT,
4077
- },
4078
- ],
4079
- [
4080
- 0,
4081
- {
4082
- [_hQ]: _sB,
4083
- },
4084
- ],
4085
- [
4086
- 0,
4087
- {
4088
- [_hQ]: _sO,
4089
- },
4090
- ],
3575
+ [5, { [_hQ]: _sTA }],
3576
+ [5, { [_hQ]: _sTB }],
3577
+ [0, { [_hQ]: _sEt }],
3578
+ [0, { [_hQ]: _nC }],
3579
+ [1, { [_hQ]: _mR }],
3580
+ [0, { [_hQ]: _nT }],
3581
+ [0, { [_hQ]: _sB }],
3582
+ [0, { [_hQ]: _sO }],
4091
3583
  ],
4092
3584
  ];
4093
3585
  export var ListModelInvocationJobsResponse = [
@@ -4105,24 +3597,9 @@ export var ListPromptRoutersRequest = [
4105
3597
  0,
4106
3598
  [_mR, _nT, _ty],
4107
3599
  [
4108
- [
4109
- 1,
4110
- {
4111
- [_hQ]: _mR,
4112
- },
4113
- ],
4114
- [
4115
- 0,
4116
- {
4117
- [_hQ]: _nT,
4118
- },
4119
- ],
4120
- [
4121
- 0,
4122
- {
4123
- [_hQ]: _ty,
4124
- },
4125
- ],
3600
+ [1, { [_hQ]: _mR }],
3601
+ [0, { [_hQ]: _nT }],
3602
+ [0, { [_hQ]: _ty }],
4126
3603
  ],
4127
3604
  ];
4128
3605
  export var ListPromptRoutersResponse = [
@@ -4140,60 +3617,15 @@ export var ListProvisionedModelThroughputsRequest = [
4140
3617
  0,
4141
3618
  [_cTA, _cTB, _sEt, _mAE, _nC, _mR, _nT, _sB, _sO],
4142
3619
  [
4143
- [
4144
- 5,
4145
- {
4146
- [_hQ]: _cTA,
4147
- },
4148
- ],
4149
- [
4150
- 5,
4151
- {
4152
- [_hQ]: _cTB,
4153
- },
4154
- ],
4155
- [
4156
- 0,
4157
- {
4158
- [_hQ]: _sEt,
4159
- },
4160
- ],
4161
- [
4162
- 0,
4163
- {
4164
- [_hQ]: _mAE,
4165
- },
4166
- ],
4167
- [
4168
- 0,
4169
- {
4170
- [_hQ]: _nC,
4171
- },
4172
- ],
4173
- [
4174
- 1,
4175
- {
4176
- [_hQ]: _mR,
4177
- },
4178
- ],
4179
- [
4180
- 0,
4181
- {
4182
- [_hQ]: _nT,
4183
- },
4184
- ],
4185
- [
4186
- 0,
4187
- {
4188
- [_hQ]: _sB,
4189
- },
4190
- ],
4191
- [
4192
- 0,
4193
- {
4194
- [_hQ]: _sO,
4195
- },
4196
- ],
3620
+ [5, { [_hQ]: _cTA }],
3621
+ [5, { [_hQ]: _cTB }],
3622
+ [0, { [_hQ]: _sEt }],
3623
+ [0, { [_hQ]: _mAE }],
3624
+ [0, { [_hQ]: _nC }],
3625
+ [1, { [_hQ]: _mR }],
3626
+ [0, { [_hQ]: _nT }],
3627
+ [0, { [_hQ]: _sB }],
3628
+ [0, { [_hQ]: _sO }],
4197
3629
  ],
4198
3630
  ];
4199
3631
  export var ListProvisionedModelThroughputsResponse = [
@@ -4400,29 +3832,9 @@ export var RequestMetadataBaseFilters = [
4400
3832
  [() => RequestMetadataMap, 0],
4401
3833
  ],
4402
3834
  ];
4403
- export var ResourceInUseException = [
4404
- -3,
4405
- n0,
4406
- _RIUE,
4407
- {
4408
- [_e]: _c,
4409
- [_hE]: 400,
4410
- },
4411
- [_m],
4412
- [0],
4413
- ];
3835
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
4414
3836
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
4415
- export var ResourceNotFoundException = [
4416
- -3,
4417
- n0,
4418
- _RNFE,
4419
- {
4420
- [_e]: _c,
4421
- [_hE]: 404,
4422
- },
4423
- [_m],
4424
- [0],
4425
- ];
3837
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
4426
3838
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
4427
3839
  export var RetrieveAndGenerateConfiguration = [
4428
3840
  3,
@@ -4444,6 +3856,22 @@ export var RetrieveConfig = [
4444
3856
  [_kBI, _kBRC],
4445
3857
  [0, [() => KnowledgeBaseRetrievalConfiguration, 0]],
4446
3858
  ];
3859
+ export var RFTConfig = [
3860
+ 3,
3861
+ n0,
3862
+ _RFTC,
3863
+ 0,
3864
+ [_gCr, _hP],
3865
+ [() => GraderConfig, () => RFTHyperParameters],
3866
+ ];
3867
+ export var RFTHyperParameters = [
3868
+ 3,
3869
+ n0,
3870
+ _RFTHP,
3871
+ 0,
3872
+ [_eCp, _bSa, _lR, _mPL, _tSPP, _iMTn, _rE, _eIv],
3873
+ [1, 1, 1, 1, 1, 1, 0, 1],
3874
+ ];
4447
3875
  export var RoutingCriteria = [3, n0, _RCo, 0, [_rQD], [1]];
4448
3876
  export var S3Config = [3, n0, _SC, 0, [_bN, _kP], [0, 0]];
4449
3877
  export var S3DataSource = [3, n0, _SDS, 0, [_sU], [0]];
@@ -4456,29 +3884,9 @@ export var SageMakerEndpoint = [
4456
3884
  [_iIC, _iTn, _eRx, _kEK, _vp],
4457
3885
  [1, 0, 0, 0, () => VpcConfig],
4458
3886
  ];
4459
- export var ServiceQuotaExceededException = [
4460
- -3,
4461
- n0,
4462
- _SQEE,
4463
- {
4464
- [_e]: _c,
4465
- [_hE]: 400,
4466
- },
4467
- [_m],
4468
- [0],
4469
- ];
3887
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
4470
3888
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
4471
- export var ServiceUnavailableException = [
4472
- -3,
4473
- n0,
4474
- _SUE,
4475
- {
4476
- [_e]: _se,
4477
- [_hE]: 503,
4478
- },
4479
- [_m],
4480
- [0],
4481
- ];
3889
+ export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
4482
3890
  TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
4483
3891
  export var StartAutomatedReasoningPolicyBuildWorkflowRequest = [
4484
3892
  3,
@@ -4489,13 +3897,7 @@ export var StartAutomatedReasoningPolicyBuildWorkflowRequest = [
4489
3897
  [
4490
3898
  [0, 1],
4491
3899
  [0, 1],
4492
- [
4493
- 0,
4494
- {
4495
- [_hH]: _xact,
4496
- [_iTd]: 1,
4497
- },
4498
- ],
3900
+ [0, { [_hH]: _xact, [_iTd]: 1 }],
4499
3901
  [() => AutomatedReasoningPolicyBuildWorkflowSource, 16],
4500
3902
  ],
4501
3903
  ];
@@ -4551,29 +3953,9 @@ export var TermDetails = [
4551
3953
  [() => PricingTerm, () => LegalTerm, () => SupportTerm, () => ValidityTerm],
4552
3954
  ];
4553
3955
  export var TextInferenceConfig = [3, n0, _TIC, 0, [_tem, _tPo, _mTa, _sS], [1, 1, 1, 64 | 0]];
4554
- export var ThrottlingException = [
4555
- -3,
4556
- n0,
4557
- _TE,
4558
- {
4559
- [_e]: _c,
4560
- [_hE]: 429,
4561
- },
4562
- [_m],
4563
- [0],
4564
- ];
3956
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
4565
3957
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
4566
- export var TooManyTagsException = [
4567
- -3,
4568
- n0,
4569
- _TMTE,
4570
- {
4571
- [_e]: _c,
4572
- [_hE]: 400,
4573
- },
4574
- [_m, _rN],
4575
- [0, 0],
4576
- ];
3958
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
4577
3959
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
4578
3960
  export var TrainingDataConfig = [
4579
3961
  3,
@@ -4649,6 +4031,8 @@ export var UpdateAutomatedReasoningPolicyTestCaseResponse = [
4649
4031
  [_pA, _tCI],
4650
4032
  [0, 0],
4651
4033
  ];
4034
+ export var UpdateCustomModelDeploymentRequest = [3, n0, _UCMDR, 0, [_mA, _cMDI], [0, [0, 1]]];
4035
+ export var UpdateCustomModelDeploymentResponse = [3, n0, _UCMDRp, 0, [_cMDA], [0]];
4652
4036
  export var UpdateGuardrailRequest = [
4653
4037
  3,
4654
4038
  n0,
@@ -4699,17 +4083,7 @@ export var UpdateProvisionedModelThroughputRequest = [
4699
4083
  export var UpdateProvisionedModelThroughputResponse = [3, n0, _UPMTRp, 0, [], []];
4700
4084
  export var ValidationDataConfig = [3, n0, _VDC, 0, [_val], [() => Validators]];
4701
4085
  export var ValidationDetails = [3, n0, _VD, 0, [_s, _cTr, _lMT], [0, 5, 5]];
4702
- export var ValidationException = [
4703
- -3,
4704
- n0,
4705
- _VE,
4706
- {
4707
- [_e]: _c,
4708
- [_hE]: 400,
4709
- },
4710
- [_m],
4711
- [0],
4712
- ];
4086
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
4713
4087
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
4714
4088
  export var Validator = [3, n0, _V, 0, [_sU], [0]];
4715
4089
  export var ValidatorMetric = [3, n0, _VM, 0, [_vL], [1]];
@@ -5189,7 +4563,14 @@ export var AutomatedReasoningPolicyWorkflowTypeContent = [
5189
4563
  [() => AutomatedReasoningPolicyBuildWorkflowRepairContent, 0],
5190
4564
  ],
5191
4565
  ];
5192
- export var CustomizationConfig = [3, n0, _CC, 0, [_dC], [() => DistillationConfig]];
4566
+ export var CustomizationConfig = [
4567
+ 3,
4568
+ n0,
4569
+ _CC,
4570
+ 0,
4571
+ [_dC, _rCf],
4572
+ [() => DistillationConfig, () => RFTConfig],
4573
+ ];
5193
4574
  export var EndpointConfig = [3, n0, _EC, 0, [_sMa], [() => SageMakerEndpoint]];
5194
4575
  export var EvaluationConfig = [
5195
4576
  3,
@@ -5231,6 +4612,7 @@ export var EvaluationPrecomputedRagSourceConfig = [
5231
4612
  [() => EvaluationPrecomputedRetrieveSourceConfig, () => EvaluationPrecomputedRetrieveAndGenerateSourceConfig],
5232
4613
  ];
5233
4614
  export var EvaluatorModelConfig = [3, n0, _EMCva, 0, [_bEM], [() => BedrockEvaluatorModels]];
4615
+ export var GraderConfig = [3, n0, _GCr, 0, [_lG], [() => LambdaGraderConfig]];
5234
4616
  export var InferenceProfileModelSource = [3, n0, _IPMS, 0, [_cF], [0]];
5235
4617
  export var InvocationLogSource = [3, n0, _ILS, 0, [_sU], [0]];
5236
4618
  export var KnowledgeBaseConfig = [
@@ -5320,9 +4702,7 @@ export var BatchDeleteEvaluationJob = [
5320
4702
  9,
5321
4703
  n0,
5322
4704
  _BDEJ,
5323
- {
5324
- [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202],
5325
- },
4705
+ { [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202] },
5326
4706
  () => BatchDeleteEvaluationJobRequest,
5327
4707
  () => BatchDeleteEvaluationJobResponse,
5328
4708
  ];
@@ -5330,9 +4710,7 @@ export var CancelAutomatedReasoningPolicyBuildWorkflow = [
5330
4710
  9,
5331
4711
  n0,
5332
4712
  _CARPBW,
5333
- {
5334
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202],
5335
- },
4713
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202] },
5336
4714
  () => CancelAutomatedReasoningPolicyBuildWorkflowRequest,
5337
4715
  () => CancelAutomatedReasoningPolicyBuildWorkflowResponse,
5338
4716
  ];
@@ -5340,9 +4718,7 @@ export var CreateAutomatedReasoningPolicy = [
5340
4718
  9,
5341
4719
  n0,
5342
4720
  _CARP,
5343
- {
5344
- [_ht]: ["POST", "/automated-reasoning-policies", 200],
5345
- },
4721
+ { [_ht]: ["POST", "/automated-reasoning-policies", 200] },
5346
4722
  () => CreateAutomatedReasoningPolicyRequest,
5347
4723
  () => CreateAutomatedReasoningPolicyResponse,
5348
4724
  ];
@@ -5350,9 +4726,7 @@ export var CreateAutomatedReasoningPolicyTestCase = [
5350
4726
  9,
5351
4727
  n0,
5352
4728
  _CARPTC,
5353
- {
5354
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
5355
- },
4729
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
5356
4730
  () => CreateAutomatedReasoningPolicyTestCaseRequest,
5357
4731
  () => CreateAutomatedReasoningPolicyTestCaseResponse,
5358
4732
  ];
@@ -5360,9 +4734,7 @@ export var CreateAutomatedReasoningPolicyVersion = [
5360
4734
  9,
5361
4735
  n0,
5362
4736
  _CARPV,
5363
- {
5364
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200],
5365
- },
4737
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200] },
5366
4738
  () => CreateAutomatedReasoningPolicyVersionRequest,
5367
4739
  () => CreateAutomatedReasoningPolicyVersionResponse,
5368
4740
  ];
@@ -5370,9 +4742,7 @@ export var CreateCustomModel = [
5370
4742
  9,
5371
4743
  n0,
5372
4744
  _CCM,
5373
- {
5374
- [_ht]: ["POST", "/custom-models/create-custom-model", 202],
5375
- },
4745
+ { [_ht]: ["POST", "/custom-models/create-custom-model", 202] },
5376
4746
  () => CreateCustomModelRequest,
5377
4747
  () => CreateCustomModelResponse,
5378
4748
  ];
@@ -5380,9 +4750,7 @@ export var CreateCustomModelDeployment = [
5380
4750
  9,
5381
4751
  n0,
5382
4752
  _CCMD,
5383
- {
5384
- [_ht]: ["POST", "/model-customization/custom-model-deployments", 202],
5385
- },
4753
+ { [_ht]: ["POST", "/model-customization/custom-model-deployments", 202] },
5386
4754
  () => CreateCustomModelDeploymentRequest,
5387
4755
  () => CreateCustomModelDeploymentResponse,
5388
4756
  ];
@@ -5390,9 +4758,7 @@ export var CreateEvaluationJob = [
5390
4758
  9,
5391
4759
  n0,
5392
4760
  _CEJ,
5393
- {
5394
- [_ht]: ["POST", "/evaluation-jobs", 202],
5395
- },
4761
+ { [_ht]: ["POST", "/evaluation-jobs", 202] },
5396
4762
  () => CreateEvaluationJobRequest,
5397
4763
  () => CreateEvaluationJobResponse,
5398
4764
  ];
@@ -5400,9 +4766,7 @@ export var CreateFoundationModelAgreement = [
5400
4766
  9,
5401
4767
  n0,
5402
4768
  _CFMA,
5403
- {
5404
- [_ht]: ["POST", "/create-foundation-model-agreement", 202],
5405
- },
4769
+ { [_ht]: ["POST", "/create-foundation-model-agreement", 202] },
5406
4770
  () => CreateFoundationModelAgreementRequest,
5407
4771
  () => CreateFoundationModelAgreementResponse,
5408
4772
  ];
@@ -5410,9 +4774,7 @@ export var CreateGuardrail = [
5410
4774
  9,
5411
4775
  n0,
5412
4776
  _CG,
5413
- {
5414
- [_ht]: ["POST", "/guardrails", 202],
5415
- },
4777
+ { [_ht]: ["POST", "/guardrails", 202] },
5416
4778
  () => CreateGuardrailRequest,
5417
4779
  () => CreateGuardrailResponse,
5418
4780
  ];
@@ -5420,9 +4782,7 @@ export var CreateGuardrailVersion = [
5420
4782
  9,
5421
4783
  n0,
5422
4784
  _CGV,
5423
- {
5424
- [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202],
5425
- },
4785
+ { [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202] },
5426
4786
  () => CreateGuardrailVersionRequest,
5427
4787
  () => CreateGuardrailVersionResponse,
5428
4788
  ];
@@ -5430,9 +4790,7 @@ export var CreateInferenceProfile = [
5430
4790
  9,
5431
4791
  n0,
5432
4792
  _CIP,
5433
- {
5434
- [_ht]: ["POST", "/inference-profiles", 201],
5435
- },
4793
+ { [_ht]: ["POST", "/inference-profiles", 201] },
5436
4794
  () => CreateInferenceProfileRequest,
5437
4795
  () => CreateInferenceProfileResponse,
5438
4796
  ];
@@ -5440,9 +4798,7 @@ export var CreateMarketplaceModelEndpoint = [
5440
4798
  9,
5441
4799
  n0,
5442
4800
  _CMME,
5443
- {
5444
- [_ht]: ["POST", "/marketplace-model/endpoints", 200],
5445
- },
4801
+ { [_ht]: ["POST", "/marketplace-model/endpoints", 200] },
5446
4802
  () => CreateMarketplaceModelEndpointRequest,
5447
4803
  () => CreateMarketplaceModelEndpointResponse,
5448
4804
  ];
@@ -5450,9 +4806,7 @@ export var CreateModelCopyJob = [
5450
4806
  9,
5451
4807
  n0,
5452
4808
  _CMCJ,
5453
- {
5454
- [_ht]: ["POST", "/model-copy-jobs", 201],
5455
- },
4809
+ { [_ht]: ["POST", "/model-copy-jobs", 201] },
5456
4810
  () => CreateModelCopyJobRequest,
5457
4811
  () => CreateModelCopyJobResponse,
5458
4812
  ];
@@ -5460,9 +4814,7 @@ export var CreateModelCustomizationJob = [
5460
4814
  9,
5461
4815
  n0,
5462
4816
  _CMCJr,
5463
- {
5464
- [_ht]: ["POST", "/model-customization-jobs", 201],
5465
- },
4817
+ { [_ht]: ["POST", "/model-customization-jobs", 201] },
5466
4818
  () => CreateModelCustomizationJobRequest,
5467
4819
  () => CreateModelCustomizationJobResponse,
5468
4820
  ];
@@ -5470,9 +4822,7 @@ export var CreateModelImportJob = [
5470
4822
  9,
5471
4823
  n0,
5472
4824
  _CMIJ,
5473
- {
5474
- [_ht]: ["POST", "/model-import-jobs", 201],
5475
- },
4825
+ { [_ht]: ["POST", "/model-import-jobs", 201] },
5476
4826
  () => CreateModelImportJobRequest,
5477
4827
  () => CreateModelImportJobResponse,
5478
4828
  ];
@@ -5480,9 +4830,7 @@ export var CreateModelInvocationJob = [
5480
4830
  9,
5481
4831
  n0,
5482
4832
  _CMIJr,
5483
- {
5484
- [_ht]: ["POST", "/model-invocation-job", 200],
5485
- },
4833
+ { [_ht]: ["POST", "/model-invocation-job", 200] },
5486
4834
  () => CreateModelInvocationJobRequest,
5487
4835
  () => CreateModelInvocationJobResponse,
5488
4836
  ];
@@ -5490,9 +4838,7 @@ export var CreatePromptRouter = [
5490
4838
  9,
5491
4839
  n0,
5492
4840
  _CPR,
5493
- {
5494
- [_ht]: ["POST", "/prompt-routers", 200],
5495
- },
4841
+ { [_ht]: ["POST", "/prompt-routers", 200] },
5496
4842
  () => CreatePromptRouterRequest,
5497
4843
  () => CreatePromptRouterResponse,
5498
4844
  ];
@@ -5500,9 +4846,7 @@ export var CreateProvisionedModelThroughput = [
5500
4846
  9,
5501
4847
  n0,
5502
4848
  _CPMT,
5503
- {
5504
- [_ht]: ["POST", "/provisioned-model-throughput", 201],
5505
- },
4849
+ { [_ht]: ["POST", "/provisioned-model-throughput", 201] },
5506
4850
  () => CreateProvisionedModelThroughputRequest,
5507
4851
  () => CreateProvisionedModelThroughputResponse,
5508
4852
  ];
@@ -5510,9 +4854,7 @@ export var DeleteAutomatedReasoningPolicy = [
5510
4854
  9,
5511
4855
  n0,
5512
4856
  _DARP,
5513
- {
5514
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202],
5515
- },
4857
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202] },
5516
4858
  () => DeleteAutomatedReasoningPolicyRequest,
5517
4859
  () => DeleteAutomatedReasoningPolicyResponse,
5518
4860
  ];
@@ -5520,9 +4862,7 @@ export var DeleteAutomatedReasoningPolicyBuildWorkflow = [
5520
4862
  9,
5521
4863
  n0,
5522
4864
  _DARPBW,
5523
- {
5524
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202],
5525
- },
4865
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202] },
5526
4866
  () => DeleteAutomatedReasoningPolicyBuildWorkflowRequest,
5527
4867
  () => DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
5528
4868
  ];
@@ -5530,9 +4870,7 @@ export var DeleteAutomatedReasoningPolicyTestCase = [
5530
4870
  9,
5531
4871
  n0,
5532
4872
  _DARPTC,
5533
- {
5534
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202],
5535
- },
4873
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202] },
5536
4874
  () => DeleteAutomatedReasoningPolicyTestCaseRequest,
5537
4875
  () => DeleteAutomatedReasoningPolicyTestCaseResponse,
5538
4876
  ];
@@ -5540,9 +4878,7 @@ export var DeleteCustomModel = [
5540
4878
  9,
5541
4879
  n0,
5542
4880
  _DCM,
5543
- {
5544
- [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200],
5545
- },
4881
+ { [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200] },
5546
4882
  () => DeleteCustomModelRequest,
5547
4883
  () => DeleteCustomModelResponse,
5548
4884
  ];
@@ -5550,9 +4886,7 @@ export var DeleteCustomModelDeployment = [
5550
4886
  9,
5551
4887
  n0,
5552
4888
  _DCMD,
5553
- {
5554
- [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
5555
- },
4889
+ { [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
5556
4890
  () => DeleteCustomModelDeploymentRequest,
5557
4891
  () => DeleteCustomModelDeploymentResponse,
5558
4892
  ];
@@ -5560,9 +4894,7 @@ export var DeleteEnforcedGuardrailConfiguration = [
5560
4894
  9,
5561
4895
  n0,
5562
4896
  _DEGC,
5563
- {
5564
- [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200],
5565
- },
4897
+ { [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200] },
5566
4898
  () => DeleteEnforcedGuardrailConfigurationRequest,
5567
4899
  () => DeleteEnforcedGuardrailConfigurationResponse,
5568
4900
  ];
@@ -5570,9 +4902,7 @@ export var DeleteFoundationModelAgreement = [
5570
4902
  9,
5571
4903
  n0,
5572
4904
  _DFMA,
5573
- {
5574
- [_ht]: ["POST", "/delete-foundation-model-agreement", 202],
5575
- },
4905
+ { [_ht]: ["POST", "/delete-foundation-model-agreement", 202] },
5576
4906
  () => DeleteFoundationModelAgreementRequest,
5577
4907
  () => DeleteFoundationModelAgreementResponse,
5578
4908
  ];
@@ -5580,9 +4910,7 @@ export var DeleteGuardrail = [
5580
4910
  9,
5581
4911
  n0,
5582
4912
  _DG,
5583
- {
5584
- [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202],
5585
- },
4913
+ { [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202] },
5586
4914
  () => DeleteGuardrailRequest,
5587
4915
  () => DeleteGuardrailResponse,
5588
4916
  ];
@@ -5590,9 +4918,7 @@ export var DeleteImportedModel = [
5590
4918
  9,
5591
4919
  n0,
5592
4920
  _DIM,
5593
- {
5594
- [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200],
5595
- },
4921
+ { [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200] },
5596
4922
  () => DeleteImportedModelRequest,
5597
4923
  () => DeleteImportedModelResponse,
5598
4924
  ];
@@ -5600,9 +4926,7 @@ export var DeleteInferenceProfile = [
5600
4926
  9,
5601
4927
  n0,
5602
4928
  _DIP,
5603
- {
5604
- [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200],
5605
- },
4929
+ { [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
5606
4930
  () => DeleteInferenceProfileRequest,
5607
4931
  () => DeleteInferenceProfileResponse,
5608
4932
  ];
@@ -5610,9 +4934,7 @@ export var DeleteMarketplaceModelEndpoint = [
5610
4934
  9,
5611
4935
  n0,
5612
4936
  _DMME,
5613
- {
5614
- [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200],
5615
- },
4937
+ { [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200] },
5616
4938
  () => DeleteMarketplaceModelEndpointRequest,
5617
4939
  () => DeleteMarketplaceModelEndpointResponse,
5618
4940
  ];
@@ -5620,9 +4942,7 @@ export var DeleteModelInvocationLoggingConfiguration = [
5620
4942
  9,
5621
4943
  n0,
5622
4944
  _DMILC,
5623
- {
5624
- [_ht]: ["DELETE", "/logging/modelinvocations", 200],
5625
- },
4945
+ { [_ht]: ["DELETE", "/logging/modelinvocations", 200] },
5626
4946
  () => DeleteModelInvocationLoggingConfigurationRequest,
5627
4947
  () => DeleteModelInvocationLoggingConfigurationResponse,
5628
4948
  ];
@@ -5630,9 +4950,7 @@ export var DeletePromptRouter = [
5630
4950
  9,
5631
4951
  n0,
5632
4952
  _DPRe,
5633
- {
5634
- [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200],
5635
- },
4953
+ { [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200] },
5636
4954
  () => DeletePromptRouterRequest,
5637
4955
  () => DeletePromptRouterResponse,
5638
4956
  ];
@@ -5640,9 +4958,7 @@ export var DeleteProvisionedModelThroughput = [
5640
4958
  9,
5641
4959
  n0,
5642
4960
  _DPMT,
5643
- {
5644
- [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200],
5645
- },
4961
+ { [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200] },
5646
4962
  () => DeleteProvisionedModelThroughputRequest,
5647
4963
  () => DeleteProvisionedModelThroughputResponse,
5648
4964
  ];
@@ -5650,9 +4966,7 @@ export var DeregisterMarketplaceModelEndpoint = [
5650
4966
  9,
5651
4967
  n0,
5652
4968
  _DMMEe,
5653
- {
5654
- [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200],
5655
- },
4969
+ { [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200] },
5656
4970
  () => DeregisterMarketplaceModelEndpointRequest,
5657
4971
  () => DeregisterMarketplaceModelEndpointResponse,
5658
4972
  ];
@@ -5660,9 +4974,7 @@ export var ExportAutomatedReasoningPolicyVersion = [
5660
4974
  9,
5661
4975
  n0,
5662
4976
  _EARPV,
5663
- {
5664
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200],
5665
- },
4977
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200] },
5666
4978
  () => ExportAutomatedReasoningPolicyVersionRequest,
5667
4979
  () => ExportAutomatedReasoningPolicyVersionResponse,
5668
4980
  ];
@@ -5670,9 +4982,7 @@ export var GetAutomatedReasoningPolicy = [
5670
4982
  9,
5671
4983
  n0,
5672
4984
  _GARPe,
5673
- {
5674
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200],
5675
- },
4985
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200] },
5676
4986
  () => GetAutomatedReasoningPolicyRequest,
5677
4987
  () => GetAutomatedReasoningPolicyResponse,
5678
4988
  ];
@@ -5680,9 +4990,7 @@ export var GetAutomatedReasoningPolicyAnnotations = [
5680
4990
  9,
5681
4991
  n0,
5682
4992
  _GARPA,
5683
- {
5684
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
5685
- },
4993
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
5686
4994
  () => GetAutomatedReasoningPolicyAnnotationsRequest,
5687
4995
  () => GetAutomatedReasoningPolicyAnnotationsResponse,
5688
4996
  ];
@@ -5690,9 +4998,7 @@ export var GetAutomatedReasoningPolicyBuildWorkflow = [
5690
4998
  9,
5691
4999
  n0,
5692
5000
  _GARPBW,
5693
- {
5694
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200],
5695
- },
5001
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200] },
5696
5002
  () => GetAutomatedReasoningPolicyBuildWorkflowRequest,
5697
5003
  () => GetAutomatedReasoningPolicyBuildWorkflowResponse,
5698
5004
  ];
@@ -5700,9 +5006,7 @@ export var GetAutomatedReasoningPolicyBuildWorkflowResultAssets = [
5700
5006
  9,
5701
5007
  n0,
5702
5008
  _GARPBWRA,
5703
- {
5704
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200],
5705
- },
5009
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200] },
5706
5010
  () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest,
5707
5011
  () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse,
5708
5012
  ];
@@ -5710,9 +5014,7 @@ export var GetAutomatedReasoningPolicyNextScenario = [
5710
5014
  9,
5711
5015
  n0,
5712
5016
  _GARPNS,
5713
- {
5714
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200],
5715
- },
5017
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200] },
5716
5018
  () => GetAutomatedReasoningPolicyNextScenarioRequest,
5717
5019
  () => GetAutomatedReasoningPolicyNextScenarioResponse,
5718
5020
  ];
@@ -5720,9 +5022,7 @@ export var GetAutomatedReasoningPolicyTestCase = [
5720
5022
  9,
5721
5023
  n0,
5722
5024
  _GARPTC,
5723
- {
5724
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
5725
- },
5025
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
5726
5026
  () => GetAutomatedReasoningPolicyTestCaseRequest,
5727
5027
  () => GetAutomatedReasoningPolicyTestCaseResponse,
5728
5028
  ];
@@ -5744,9 +5044,7 @@ export var GetCustomModel = [
5744
5044
  9,
5745
5045
  n0,
5746
5046
  _GCM,
5747
- {
5748
- [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200],
5749
- },
5047
+ { [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200] },
5750
5048
  () => GetCustomModelRequest,
5751
5049
  () => GetCustomModelResponse,
5752
5050
  ];
@@ -5754,9 +5052,7 @@ export var GetCustomModelDeployment = [
5754
5052
  9,
5755
5053
  n0,
5756
5054
  _GCMD,
5757
- {
5758
- [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
5759
- },
5055
+ { [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
5760
5056
  () => GetCustomModelDeploymentRequest,
5761
5057
  () => GetCustomModelDeploymentResponse,
5762
5058
  ];
@@ -5764,9 +5060,7 @@ export var GetEvaluationJob = [
5764
5060
  9,
5765
5061
  n0,
5766
5062
  _GEJ,
5767
- {
5768
- [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200],
5769
- },
5063
+ { [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200] },
5770
5064
  () => GetEvaluationJobRequest,
5771
5065
  () => GetEvaluationJobResponse,
5772
5066
  ];
@@ -5774,9 +5068,7 @@ export var GetFoundationModel = [
5774
5068
  9,
5775
5069
  n0,
5776
5070
  _GFM,
5777
- {
5778
- [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200],
5779
- },
5071
+ { [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200] },
5780
5072
  () => GetFoundationModelRequest,
5781
5073
  () => GetFoundationModelResponse,
5782
5074
  ];
@@ -5784,9 +5076,7 @@ export var GetFoundationModelAvailability = [
5784
5076
  9,
5785
5077
  n0,
5786
5078
  _GFMA,
5787
- {
5788
- [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200],
5789
- },
5079
+ { [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200] },
5790
5080
  () => GetFoundationModelAvailabilityRequest,
5791
5081
  () => GetFoundationModelAvailabilityResponse,
5792
5082
  ];
@@ -5794,9 +5084,7 @@ export var GetGuardrail = [
5794
5084
  9,
5795
5085
  n0,
5796
5086
  _GG,
5797
- {
5798
- [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200],
5799
- },
5087
+ { [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200] },
5800
5088
  () => GetGuardrailRequest,
5801
5089
  () => GetGuardrailResponse,
5802
5090
  ];
@@ -5804,9 +5092,7 @@ export var GetImportedModel = [
5804
5092
  9,
5805
5093
  n0,
5806
5094
  _GIM,
5807
- {
5808
- [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200],
5809
- },
5095
+ { [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200] },
5810
5096
  () => GetImportedModelRequest,
5811
5097
  () => GetImportedModelResponse,
5812
5098
  ];
@@ -5814,9 +5100,7 @@ export var GetInferenceProfile = [
5814
5100
  9,
5815
5101
  n0,
5816
5102
  _GIP,
5817
- {
5818
- [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200],
5819
- },
5103
+ { [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
5820
5104
  () => GetInferenceProfileRequest,
5821
5105
  () => GetInferenceProfileResponse,
5822
5106
  ];
@@ -5824,9 +5108,7 @@ export var GetMarketplaceModelEndpoint = [
5824
5108
  9,
5825
5109
  n0,
5826
5110
  _GMME,
5827
- {
5828
- [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200],
5829
- },
5111
+ { [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200] },
5830
5112
  () => GetMarketplaceModelEndpointRequest,
5831
5113
  () => GetMarketplaceModelEndpointResponse,
5832
5114
  ];
@@ -5834,9 +5116,7 @@ export var GetModelCopyJob = [
5834
5116
  9,
5835
5117
  n0,
5836
5118
  _GMCJ,
5837
- {
5838
- [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200],
5839
- },
5119
+ { [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200] },
5840
5120
  () => GetModelCopyJobRequest,
5841
5121
  () => GetModelCopyJobResponse,
5842
5122
  ];
@@ -5844,9 +5124,7 @@ export var GetModelCustomizationJob = [
5844
5124
  9,
5845
5125
  n0,
5846
5126
  _GMCJe,
5847
- {
5848
- [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200],
5849
- },
5127
+ { [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200] },
5850
5128
  () => GetModelCustomizationJobRequest,
5851
5129
  () => GetModelCustomizationJobResponse,
5852
5130
  ];
@@ -5854,9 +5132,7 @@ export var GetModelImportJob = [
5854
5132
  9,
5855
5133
  n0,
5856
5134
  _GMIJ,
5857
- {
5858
- [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200],
5859
- },
5135
+ { [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200] },
5860
5136
  () => GetModelImportJobRequest,
5861
5137
  () => GetModelImportJobResponse,
5862
5138
  ];
@@ -5864,9 +5140,7 @@ export var GetModelInvocationJob = [
5864
5140
  9,
5865
5141
  n0,
5866
5142
  _GMIJe,
5867
- {
5868
- [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200],
5869
- },
5143
+ { [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200] },
5870
5144
  () => GetModelInvocationJobRequest,
5871
5145
  () => GetModelInvocationJobResponse,
5872
5146
  ];
@@ -5874,9 +5148,7 @@ export var GetModelInvocationLoggingConfiguration = [
5874
5148
  9,
5875
5149
  n0,
5876
5150
  _GMILC,
5877
- {
5878
- [_ht]: ["GET", "/logging/modelinvocations", 200],
5879
- },
5151
+ { [_ht]: ["GET", "/logging/modelinvocations", 200] },
5880
5152
  () => GetModelInvocationLoggingConfigurationRequest,
5881
5153
  () => GetModelInvocationLoggingConfigurationResponse,
5882
5154
  ];
@@ -5884,9 +5156,7 @@ export var GetPromptRouter = [
5884
5156
  9,
5885
5157
  n0,
5886
5158
  _GPR,
5887
- {
5888
- [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200],
5889
- },
5159
+ { [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200] },
5890
5160
  () => GetPromptRouterRequest,
5891
5161
  () => GetPromptRouterResponse,
5892
5162
  ];
@@ -5894,9 +5164,7 @@ export var GetProvisionedModelThroughput = [
5894
5164
  9,
5895
5165
  n0,
5896
5166
  _GPMT,
5897
- {
5898
- [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200],
5899
- },
5167
+ { [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200] },
5900
5168
  () => GetProvisionedModelThroughputRequest,
5901
5169
  () => GetProvisionedModelThroughputResponse,
5902
5170
  ];
@@ -5904,9 +5172,7 @@ export var GetUseCaseForModelAccess = [
5904
5172
  9,
5905
5173
  n0,
5906
5174
  _GUCFMA,
5907
- {
5908
- [_ht]: ["GET", "/use-case-for-model-access", 200],
5909
- },
5175
+ { [_ht]: ["GET", "/use-case-for-model-access", 200] },
5910
5176
  () => GetUseCaseForModelAccessRequest,
5911
5177
  () => GetUseCaseForModelAccessResponse,
5912
5178
  ];
@@ -5914,9 +5180,7 @@ export var ListAutomatedReasoningPolicies = [
5914
5180
  9,
5915
5181
  n0,
5916
5182
  _LARP,
5917
- {
5918
- [_ht]: ["GET", "/automated-reasoning-policies", 200],
5919
- },
5183
+ { [_ht]: ["GET", "/automated-reasoning-policies", 200] },
5920
5184
  () => ListAutomatedReasoningPoliciesRequest,
5921
5185
  () => ListAutomatedReasoningPoliciesResponse,
5922
5186
  ];
@@ -5924,9 +5188,7 @@ export var ListAutomatedReasoningPolicyBuildWorkflows = [
5924
5188
  9,
5925
5189
  n0,
5926
5190
  _LARPBW,
5927
- {
5928
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200],
5929
- },
5191
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200] },
5930
5192
  () => ListAutomatedReasoningPolicyBuildWorkflowsRequest,
5931
5193
  () => ListAutomatedReasoningPolicyBuildWorkflowsResponse,
5932
5194
  ];
@@ -5934,9 +5196,7 @@ export var ListAutomatedReasoningPolicyTestCases = [
5934
5196
  9,
5935
5197
  n0,
5936
5198
  _LARPTC,
5937
- {
5938
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
5939
- },
5199
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
5940
5200
  () => ListAutomatedReasoningPolicyTestCasesRequest,
5941
5201
  () => ListAutomatedReasoningPolicyTestCasesResponse,
5942
5202
  ];
@@ -5944,9 +5204,7 @@ export var ListAutomatedReasoningPolicyTestResults = [
5944
5204
  9,
5945
5205
  n0,
5946
5206
  _LARPTR,
5947
- {
5948
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200],
5949
- },
5207
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200] },
5950
5208
  () => ListAutomatedReasoningPolicyTestResultsRequest,
5951
5209
  () => ListAutomatedReasoningPolicyTestResultsResponse,
5952
5210
  ];
@@ -5954,9 +5212,7 @@ export var ListCustomModelDeployments = [
5954
5212
  9,
5955
5213
  n0,
5956
5214
  _LCMD,
5957
- {
5958
- [_ht]: ["GET", "/model-customization/custom-model-deployments", 200],
5959
- },
5215
+ { [_ht]: ["GET", "/model-customization/custom-model-deployments", 200] },
5960
5216
  () => ListCustomModelDeploymentsRequest,
5961
5217
  () => ListCustomModelDeploymentsResponse,
5962
5218
  ];
@@ -5964,9 +5220,7 @@ export var ListCustomModels = [
5964
5220
  9,
5965
5221
  n0,
5966
5222
  _LCM,
5967
- {
5968
- [_ht]: ["GET", "/custom-models", 200],
5969
- },
5223
+ { [_ht]: ["GET", "/custom-models", 200] },
5970
5224
  () => ListCustomModelsRequest,
5971
5225
  () => ListCustomModelsResponse,
5972
5226
  ];
@@ -5974,9 +5228,7 @@ export var ListEnforcedGuardrailsConfiguration = [
5974
5228
  9,
5975
5229
  n0,
5976
5230
  _LEGC,
5977
- {
5978
- [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200],
5979
- },
5231
+ { [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200] },
5980
5232
  () => ListEnforcedGuardrailsConfigurationRequest,
5981
5233
  () => ListEnforcedGuardrailsConfigurationResponse,
5982
5234
  ];
@@ -5984,9 +5236,7 @@ export var ListEvaluationJobs = [
5984
5236
  9,
5985
5237
  n0,
5986
5238
  _LEJ,
5987
- {
5988
- [_ht]: ["GET", "/evaluation-jobs", 200],
5989
- },
5239
+ { [_ht]: ["GET", "/evaluation-jobs", 200] },
5990
5240
  () => ListEvaluationJobsRequest,
5991
5241
  () => ListEvaluationJobsResponse,
5992
5242
  ];
@@ -5994,9 +5244,7 @@ export var ListFoundationModelAgreementOffers = [
5994
5244
  9,
5995
5245
  n0,
5996
5246
  _LFMAO,
5997
- {
5998
- [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200],
5999
- },
5247
+ { [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200] },
6000
5248
  () => ListFoundationModelAgreementOffersRequest,
6001
5249
  () => ListFoundationModelAgreementOffersResponse,
6002
5250
  ];
@@ -6004,9 +5252,7 @@ export var ListFoundationModels = [
6004
5252
  9,
6005
5253
  n0,
6006
5254
  _LFM,
6007
- {
6008
- [_ht]: ["GET", "/foundation-models", 200],
6009
- },
5255
+ { [_ht]: ["GET", "/foundation-models", 200] },
6010
5256
  () => ListFoundationModelsRequest,
6011
5257
  () => ListFoundationModelsResponse,
6012
5258
  ];
@@ -6014,9 +5260,7 @@ export var ListGuardrails = [
6014
5260
  9,
6015
5261
  n0,
6016
5262
  _LG,
6017
- {
6018
- [_ht]: ["GET", "/guardrails", 200],
6019
- },
5263
+ { [_ht]: ["GET", "/guardrails", 200] },
6020
5264
  () => ListGuardrailsRequest,
6021
5265
  () => ListGuardrailsResponse,
6022
5266
  ];
@@ -6024,9 +5268,7 @@ export var ListImportedModels = [
6024
5268
  9,
6025
5269
  n0,
6026
5270
  _LIM,
6027
- {
6028
- [_ht]: ["GET", "/imported-models", 200],
6029
- },
5271
+ { [_ht]: ["GET", "/imported-models", 200] },
6030
5272
  () => ListImportedModelsRequest,
6031
5273
  () => ListImportedModelsResponse,
6032
5274
  ];
@@ -6034,9 +5276,7 @@ export var ListInferenceProfiles = [
6034
5276
  9,
6035
5277
  n0,
6036
5278
  _LIP,
6037
- {
6038
- [_ht]: ["GET", "/inference-profiles", 200],
6039
- },
5279
+ { [_ht]: ["GET", "/inference-profiles", 200] },
6040
5280
  () => ListInferenceProfilesRequest,
6041
5281
  () => ListInferenceProfilesResponse,
6042
5282
  ];
@@ -6044,9 +5284,7 @@ export var ListMarketplaceModelEndpoints = [
6044
5284
  9,
6045
5285
  n0,
6046
5286
  _LMME,
6047
- {
6048
- [_ht]: ["GET", "/marketplace-model/endpoints", 200],
6049
- },
5287
+ { [_ht]: ["GET", "/marketplace-model/endpoints", 200] },
6050
5288
  () => ListMarketplaceModelEndpointsRequest,
6051
5289
  () => ListMarketplaceModelEndpointsResponse,
6052
5290
  ];
@@ -6054,9 +5292,7 @@ export var ListModelCopyJobs = [
6054
5292
  9,
6055
5293
  n0,
6056
5294
  _LMCJ,
6057
- {
6058
- [_ht]: ["GET", "/model-copy-jobs", 200],
6059
- },
5295
+ { [_ht]: ["GET", "/model-copy-jobs", 200] },
6060
5296
  () => ListModelCopyJobsRequest,
6061
5297
  () => ListModelCopyJobsResponse,
6062
5298
  ];
@@ -6064,9 +5300,7 @@ export var ListModelCustomizationJobs = [
6064
5300
  9,
6065
5301
  n0,
6066
5302
  _LMCJi,
6067
- {
6068
- [_ht]: ["GET", "/model-customization-jobs", 200],
6069
- },
5303
+ { [_ht]: ["GET", "/model-customization-jobs", 200] },
6070
5304
  () => ListModelCustomizationJobsRequest,
6071
5305
  () => ListModelCustomizationJobsResponse,
6072
5306
  ];
@@ -6074,9 +5308,7 @@ export var ListModelImportJobs = [
6074
5308
  9,
6075
5309
  n0,
6076
5310
  _LMIJ,
6077
- {
6078
- [_ht]: ["GET", "/model-import-jobs", 200],
6079
- },
5311
+ { [_ht]: ["GET", "/model-import-jobs", 200] },
6080
5312
  () => ListModelImportJobsRequest,
6081
5313
  () => ListModelImportJobsResponse,
6082
5314
  ];
@@ -6084,9 +5316,7 @@ export var ListModelInvocationJobs = [
6084
5316
  9,
6085
5317
  n0,
6086
5318
  _LMIJi,
6087
- {
6088
- [_ht]: ["GET", "/model-invocation-jobs", 200],
6089
- },
5319
+ { [_ht]: ["GET", "/model-invocation-jobs", 200] },
6090
5320
  () => ListModelInvocationJobsRequest,
6091
5321
  () => ListModelInvocationJobsResponse,
6092
5322
  ];
@@ -6094,9 +5324,7 @@ export var ListPromptRouters = [
6094
5324
  9,
6095
5325
  n0,
6096
5326
  _LPR,
6097
- {
6098
- [_ht]: ["GET", "/prompt-routers", 200],
6099
- },
5327
+ { [_ht]: ["GET", "/prompt-routers", 200] },
6100
5328
  () => ListPromptRoutersRequest,
6101
5329
  () => ListPromptRoutersResponse,
6102
5330
  ];
@@ -6104,9 +5332,7 @@ export var ListProvisionedModelThroughputs = [
6104
5332
  9,
6105
5333
  n0,
6106
5334
  _LPMT,
6107
- {
6108
- [_ht]: ["GET", "/provisioned-model-throughputs", 200],
6109
- },
5335
+ { [_ht]: ["GET", "/provisioned-model-throughputs", 200] },
6110
5336
  () => ListProvisionedModelThroughputsRequest,
6111
5337
  () => ListProvisionedModelThroughputsResponse,
6112
5338
  ];
@@ -6114,9 +5340,7 @@ export var ListTagsForResource = [
6114
5340
  9,
6115
5341
  n0,
6116
5342
  _LTFR,
6117
- {
6118
- [_ht]: ["POST", "/listTagsForResource", 200],
6119
- },
5343
+ { [_ht]: ["POST", "/listTagsForResource", 200] },
6120
5344
  () => ListTagsForResourceRequest,
6121
5345
  () => ListTagsForResourceResponse,
6122
5346
  ];
@@ -6124,9 +5348,7 @@ export var PutEnforcedGuardrailConfiguration = [
6124
5348
  9,
6125
5349
  n0,
6126
5350
  _PEGC,
6127
- {
6128
- [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200],
6129
- },
5351
+ { [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200] },
6130
5352
  () => PutEnforcedGuardrailConfigurationRequest,
6131
5353
  () => PutEnforcedGuardrailConfigurationResponse,
6132
5354
  ];
@@ -6134,9 +5356,7 @@ export var PutModelInvocationLoggingConfiguration = [
6134
5356
  9,
6135
5357
  n0,
6136
5358
  _PMILC,
6137
- {
6138
- [_ht]: ["PUT", "/logging/modelinvocations", 200],
6139
- },
5359
+ { [_ht]: ["PUT", "/logging/modelinvocations", 200] },
6140
5360
  () => PutModelInvocationLoggingConfigurationRequest,
6141
5361
  () => PutModelInvocationLoggingConfigurationResponse,
6142
5362
  ];
@@ -6144,9 +5364,7 @@ export var PutUseCaseForModelAccess = [
6144
5364
  9,
6145
5365
  n0,
6146
5366
  _PUCFMA,
6147
- {
6148
- [_ht]: ["POST", "/use-case-for-model-access", 201],
6149
- },
5367
+ { [_ht]: ["POST", "/use-case-for-model-access", 201] },
6150
5368
  () => PutUseCaseForModelAccessRequest,
6151
5369
  () => PutUseCaseForModelAccessResponse,
6152
5370
  ];
@@ -6154,9 +5372,7 @@ export var RegisterMarketplaceModelEndpoint = [
6154
5372
  9,
6155
5373
  n0,
6156
5374
  _RMME,
6157
- {
6158
- [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200],
6159
- },
5375
+ { [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200] },
6160
5376
  () => RegisterMarketplaceModelEndpointRequest,
6161
5377
  () => RegisterMarketplaceModelEndpointResponse,
6162
5378
  ];
@@ -6164,9 +5380,7 @@ export var StartAutomatedReasoningPolicyBuildWorkflow = [
6164
5380
  9,
6165
5381
  n0,
6166
5382
  _SARPBW,
6167
- {
6168
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200],
6169
- },
5383
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200] },
6170
5384
  () => StartAutomatedReasoningPolicyBuildWorkflowRequest,
6171
5385
  () => StartAutomatedReasoningPolicyBuildWorkflowResponse,
6172
5386
  ];
@@ -6184,9 +5398,7 @@ export var StopEvaluationJob = [
6184
5398
  9,
6185
5399
  n0,
6186
5400
  _SEJ,
6187
- {
6188
- [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200],
6189
- },
5401
+ { [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200] },
6190
5402
  () => StopEvaluationJobRequest,
6191
5403
  () => StopEvaluationJobResponse,
6192
5404
  ];
@@ -6194,9 +5406,7 @@ export var StopModelCustomizationJob = [
6194
5406
  9,
6195
5407
  n0,
6196
5408
  _SMCJ,
6197
- {
6198
- [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200],
6199
- },
5409
+ { [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200] },
6200
5410
  () => StopModelCustomizationJobRequest,
6201
5411
  () => StopModelCustomizationJobResponse,
6202
5412
  ];
@@ -6204,9 +5414,7 @@ export var StopModelInvocationJob = [
6204
5414
  9,
6205
5415
  n0,
6206
5416
  _SMIJ,
6207
- {
6208
- [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200],
6209
- },
5417
+ { [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200] },
6210
5418
  () => StopModelInvocationJobRequest,
6211
5419
  () => StopModelInvocationJobResponse,
6212
5420
  ];
@@ -6214,9 +5422,7 @@ export var TagResource = [
6214
5422
  9,
6215
5423
  n0,
6216
5424
  _TR,
6217
- {
6218
- [_ht]: ["POST", "/tagResource", 200],
6219
- },
5425
+ { [_ht]: ["POST", "/tagResource", 200] },
6220
5426
  () => TagResourceRequest,
6221
5427
  () => TagResourceResponse,
6222
5428
  ];
@@ -6224,9 +5430,7 @@ export var UntagResource = [
6224
5430
  9,
6225
5431
  n0,
6226
5432
  _UR,
6227
- {
6228
- [_ht]: ["POST", "/untagResource", 200],
6229
- },
5433
+ { [_ht]: ["POST", "/untagResource", 200] },
6230
5434
  () => UntagResourceRequest,
6231
5435
  () => UntagResourceResponse,
6232
5436
  ];
@@ -6234,9 +5438,7 @@ export var UpdateAutomatedReasoningPolicy = [
6234
5438
  9,
6235
5439
  n0,
6236
5440
  _UARP,
6237
- {
6238
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200],
6239
- },
5441
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200] },
6240
5442
  () => UpdateAutomatedReasoningPolicyRequest,
6241
5443
  () => UpdateAutomatedReasoningPolicyResponse,
6242
5444
  ];
@@ -6244,9 +5446,7 @@ export var UpdateAutomatedReasoningPolicyAnnotations = [
6244
5446
  9,
6245
5447
  n0,
6246
5448
  _UARPA,
6247
- {
6248
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
6249
- },
5449
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
6250
5450
  () => UpdateAutomatedReasoningPolicyAnnotationsRequest,
6251
5451
  () => UpdateAutomatedReasoningPolicyAnnotationsResponse,
6252
5452
  ];
@@ -6254,19 +5454,23 @@ export var UpdateAutomatedReasoningPolicyTestCase = [
6254
5454
  9,
6255
5455
  n0,
6256
5456
  _UARPTC,
6257
- {
6258
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
6259
- },
5457
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
6260
5458
  () => UpdateAutomatedReasoningPolicyTestCaseRequest,
6261
5459
  () => UpdateAutomatedReasoningPolicyTestCaseResponse,
6262
5460
  ];
5461
+ export var UpdateCustomModelDeployment = [
5462
+ 9,
5463
+ n0,
5464
+ _UCMD,
5465
+ { [_ht]: ["PATCH", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 202] },
5466
+ () => UpdateCustomModelDeploymentRequest,
5467
+ () => UpdateCustomModelDeploymentResponse,
5468
+ ];
6263
5469
  export var UpdateGuardrail = [
6264
5470
  9,
6265
5471
  n0,
6266
5472
  _UG,
6267
- {
6268
- [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202],
6269
- },
5473
+ { [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202] },
6270
5474
  () => UpdateGuardrailRequest,
6271
5475
  () => UpdateGuardrailResponse,
6272
5476
  ];
@@ -6274,9 +5478,7 @@ export var UpdateMarketplaceModelEndpoint = [
6274
5478
  9,
6275
5479
  n0,
6276
5480
  _UMME,
6277
- {
6278
- [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200],
6279
- },
5481
+ { [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200] },
6280
5482
  () => UpdateMarketplaceModelEndpointRequest,
6281
5483
  () => UpdateMarketplaceModelEndpointResponse,
6282
5484
  ];
@@ -6284,9 +5486,7 @@ export var UpdateProvisionedModelThroughput = [
6284
5486
  9,
6285
5487
  n0,
6286
5488
  _UPMT,
6287
- {
6288
- [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200],
6289
- },
5489
+ { [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200] },
6290
5490
  () => UpdateProvisionedModelThroughputRequest,
6291
5491
  () => UpdateProvisionedModelThroughputResponse,
6292
5492
  ];