@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.
- package/README.md +8 -0
- package/dist-cjs/index.js +306 -1079
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/Bedrock.js +2 -0
- package/dist-es/BedrockClient.js +2 -2
- package/dist-es/commands/UpdateCustomModelDeploymentCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/enums.js +11 -0
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +279 -1079
- package/dist-types/Bedrock.d.ts +8 -1
- package/dist-types/BedrockClient.d.ts +13 -12
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +3 -3
- package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
- package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateCustomModelCommand.d.ts +3 -3
- package/dist-types/commands/CreateCustomModelDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/CreateEvaluationJobCommand.d.ts +4 -4
- package/dist-types/commands/CreateFoundationModelAgreementCommand.d.ts +3 -3
- package/dist-types/commands/CreateGuardrailCommand.d.ts +3 -3
- package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateInferenceProfileCommand.d.ts +3 -3
- package/dist-types/commands/CreateMarketplaceModelEndpointCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCopyJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +21 -4
- package/dist-types/commands/CreateModelImportJobCommand.d.ts +3 -3
- package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +3 -3
- package/dist-types/commands/CreatePromptRouterCommand.d.ts +3 -3
- package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCustomModelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCustomModelDeploymentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteFoundationModelAgreementCommand.d.ts +3 -3
- package/dist-types/commands/DeleteGuardrailCommand.d.ts +3 -3
- package/dist-types/commands/DeleteImportedModelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +4 -3
- package/dist-types/commands/DeleteMarketplaceModelEndpointCommand.d.ts +3 -3
- package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeletePromptRouterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +3 -3
- package/dist-types/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +3 -3
- package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +3 -3
- package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +3 -3
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
- package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +3 -3
- package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +3 -3
- package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
- package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +3 -3
- package/dist-types/commands/GetCustomModelCommand.d.ts +21 -4
- package/dist-types/commands/GetCustomModelDeploymentCommand.d.ts +7 -3
- package/dist-types/commands/GetEvaluationJobCommand.d.ts +4 -4
- package/dist-types/commands/GetFoundationModelAvailabilityCommand.d.ts +3 -3
- package/dist-types/commands/GetFoundationModelCommand.d.ts +3 -3
- package/dist-types/commands/GetGuardrailCommand.d.ts +3 -3
- package/dist-types/commands/GetImportedModelCommand.d.ts +3 -3
- package/dist-types/commands/GetInferenceProfileCommand.d.ts +3 -3
- package/dist-types/commands/GetMarketplaceModelEndpointCommand.d.ts +3 -3
- package/dist-types/commands/GetModelCopyJobCommand.d.ts +3 -3
- package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +21 -4
- package/dist-types/commands/GetModelImportJobCommand.d.ts +3 -3
- package/dist-types/commands/GetModelInvocationJobCommand.d.ts +3 -3
- package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetPromptRouterCommand.d.ts +3 -3
- package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +3 -3
- package/dist-types/commands/GetUseCaseForModelAccessCommand.d.ts +3 -3
- package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +3 -3
- package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +3 -3
- package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +3 -3
- package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +3 -3
- package/dist-types/commands/ListCustomModelDeploymentsCommand.d.ts +3 -3
- package/dist-types/commands/ListCustomModelsCommand.d.ts +4 -4
- package/dist-types/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/ListEvaluationJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListFoundationModelAgreementOffersCommand.d.ts +3 -3
- package/dist-types/commands/ListFoundationModelsCommand.d.ts +3 -3
- package/dist-types/commands/ListGuardrailsCommand.d.ts +3 -3
- package/dist-types/commands/ListImportedModelsCommand.d.ts +3 -3
- package/dist-types/commands/ListInferenceProfilesCommand.d.ts +3 -3
- package/dist-types/commands/ListMarketplaceModelEndpointsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCopyJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +4 -4
- package/dist-types/commands/ListModelImportJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +3 -3
- package/dist-types/commands/ListPromptRoutersCommand.d.ts +3 -3
- package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/PutUseCaseForModelAccessCommand.d.ts +3 -3
- package/dist-types/commands/RegisterMarketplaceModelEndpointCommand.d.ts +3 -3
- package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
- package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +3 -3
- package/dist-types/commands/StopEvaluationJobCommand.d.ts +3 -3
- package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +3 -3
- package/dist-types/commands/StopModelInvocationJobCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCustomModelDeploymentCommand.d.ts +90 -0
- package/dist-types/commands/UpdateGuardrailCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMarketplaceModelEndpointCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +3 -3
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/BedrockServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +27 -0
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +166 -164
- package/dist-types/models/models_1.d.ts +164 -2
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomModelDeploymentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCustomModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnforcedGuardrailsConfigurationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEvaluationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGuardrailsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListImportedModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInferenceProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMarketplaceModelEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCopyJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelCustomizationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListModelInvocationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPromptRoutersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProvisionedModelThroughputsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +9 -1
- package/dist-types/ts3.4/Bedrock.d.ts +17 -0
- package/dist-types/ts3.4/BedrockClient.d.ts +9 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateCustomModelDeploymentCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/BedrockServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +15 -0
- package/dist-types/ts3.4/models/models_0.d.ts +57 -39
- package/dist-types/ts3.4/models/models_1.d.ts +45 -5
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/package.json +14 -13
package/dist-cjs/index.js
CHANGED
|
@@ -432,6 +432,7 @@ const _CMCJr = "CreateModelCustomizationJob";
|
|
|
432
432
|
const _CMD = "CustomMetricDefinition";
|
|
433
433
|
const _CMDS = "CustomModelDeploymentSummary";
|
|
434
434
|
const _CMDSL = "CustomModelDeploymentSummaryList";
|
|
435
|
+
const _CMDUD = "CustomModelDeploymentUpdateDetails";
|
|
435
436
|
const _CMEMC = "CustomMetricEvaluatorModelConfig";
|
|
436
437
|
const _CMIJ = "CreateModelImportJob";
|
|
437
438
|
const _CMIJR = "CreateModelImportJobRequest";
|
|
@@ -593,6 +594,7 @@ const _GCP = "GuardrailContentPolicy";
|
|
|
593
594
|
const _GCPC = "GuardrailContentPolicyConfig";
|
|
594
595
|
const _GCRC = "GuardrailCrossRegionConfig";
|
|
595
596
|
const _GCRD = "GuardrailCrossRegionDetails";
|
|
597
|
+
const _GCr = "GraderConfig";
|
|
596
598
|
const _GCu = "GuardrailConfiguration";
|
|
597
599
|
const _GD = "GuardrailDescription";
|
|
598
600
|
const _GEJ = "GetEvaluationJob";
|
|
@@ -739,6 +741,7 @@ const _LFMAORi = "ListFoundationModelAgreementOffersResponse";
|
|
|
739
741
|
const _LFMR = "ListFoundationModelsRequest";
|
|
740
742
|
const _LFMRi = "ListFoundationModelsResponse";
|
|
741
743
|
const _LG = "ListGuardrails";
|
|
744
|
+
const _LGC = "LambdaGraderConfig";
|
|
742
745
|
const _LGR = "ListGuardrailsRequest";
|
|
743
746
|
const _LGRi = "ListGuardrailsResponse";
|
|
744
747
|
const _LIM = "ListImportedModels";
|
|
@@ -825,6 +828,8 @@ const _RCat = "RateCard";
|
|
|
825
828
|
const _RCo = "RoutingCriteria";
|
|
826
829
|
const _RF = "RetrievalFilter";
|
|
827
830
|
const _RFL = "RetrievalFilterList";
|
|
831
|
+
const _RFTC = "RFTConfig";
|
|
832
|
+
const _RFTHP = "RFTHyperParameters";
|
|
828
833
|
const _RIUE = "ResourceInUseException";
|
|
829
834
|
const _RMBF = "RequestMetadataBaseFilters";
|
|
830
835
|
const _RMF = "RequestMetadataFilters";
|
|
@@ -884,6 +889,9 @@ const _UARPRp = "UpdateAutomatedReasoningPolicyResponse";
|
|
|
884
889
|
const _UARPTC = "UpdateAutomatedReasoningPolicyTestCase";
|
|
885
890
|
const _UARPTCR = "UpdateAutomatedReasoningPolicyTestCaseRequest";
|
|
886
891
|
const _UARPTCRp = "UpdateAutomatedReasoningPolicyTestCaseResponse";
|
|
892
|
+
const _UCMD = "UpdateCustomModelDeployment";
|
|
893
|
+
const _UCMDR = "UpdateCustomModelDeploymentRequest";
|
|
894
|
+
const _UCMDRp = "UpdateCustomModelDeploymentResponse";
|
|
887
895
|
const _UG = "UpdateGuardrail";
|
|
888
896
|
const _UGR = "UpdateGuardrailRequest";
|
|
889
897
|
const _UGRp = "UpdateGuardrailResponse";
|
|
@@ -954,6 +962,7 @@ const _bOMy = "byOutputModality";
|
|
|
954
962
|
const _bP = "byProvider";
|
|
955
963
|
const _bRC = "bedrockRerankingConfiguration";
|
|
956
964
|
const _bS = "buildSteps";
|
|
965
|
+
const _bSa = "batchSize";
|
|
957
966
|
const _bWA = "buildWorkflowAssets";
|
|
958
967
|
const _bWI = "buildWorkflowId";
|
|
959
968
|
const _bWT = "buildWorkflowType";
|
|
@@ -1037,8 +1046,10 @@ const _eAFR = "expectedAggregatedFindingsResult";
|
|
|
1037
1046
|
const _eAn = "entitlementAvailability";
|
|
1038
1047
|
const _eC = "evaluationConfig";
|
|
1039
1048
|
const _eCn = "endpointConfig";
|
|
1049
|
+
const _eCp = "epochCount";
|
|
1040
1050
|
const _eDDE = "embeddingDataDeliveryEnabled";
|
|
1041
1051
|
const _eI = "endpointIdentifier";
|
|
1052
|
+
const _eIv = "evalInterval";
|
|
1042
1053
|
const _eJ = "evaluationJobs";
|
|
1043
1054
|
const _eM = "errorMessage";
|
|
1044
1055
|
const _eMC = "evaluatorModelConfig";
|
|
@@ -1078,6 +1089,7 @@ const _g = "guardrails";
|
|
|
1078
1089
|
const _gA = "guardrailArn";
|
|
1079
1090
|
const _gC = "guardContent";
|
|
1080
1091
|
const _gCe = "generationConfiguration";
|
|
1092
|
+
const _gCr = "graderConfig";
|
|
1081
1093
|
const _gCu = "guardrailConfiguration";
|
|
1082
1094
|
const _gCua = "guardrailsConfig";
|
|
1083
1095
|
const _gI = "guardrailIdentifier";
|
|
@@ -1116,6 +1128,7 @@ const _iMKKA = "importedModelKmsKeyArn";
|
|
|
1116
1128
|
const _iMKKI = "importedModelKmsKeyId";
|
|
1117
1129
|
const _iMN = "importedModelName";
|
|
1118
1130
|
const _iMT = "importedModelTags";
|
|
1131
|
+
const _iMTn = "inferenceMaxTokens";
|
|
1119
1132
|
const _iO = "isOwned";
|
|
1120
1133
|
const _iP = "inferenceParams";
|
|
1121
1134
|
const _iPA = "inferenceProfileArn";
|
|
@@ -1156,11 +1169,14 @@ const _kKA = "kmsKeyArn";
|
|
|
1156
1169
|
const _kKI = "kmsKeyId";
|
|
1157
1170
|
const _kP = "keyPrefix";
|
|
1158
1171
|
const _l = "logic";
|
|
1172
|
+
const _lA = "lambdaArn";
|
|
1159
1173
|
const _lC = "loggingConfig";
|
|
1160
1174
|
const _lCi = "listContains";
|
|
1161
1175
|
const _lDDSC = "largeDataDeliveryS3Config";
|
|
1176
|
+
const _lG = "lambdaGrader";
|
|
1162
1177
|
const _lGN = "logGroupName";
|
|
1163
1178
|
const _lMT = "lastModifiedTime";
|
|
1179
|
+
const _lR = "learningRate";
|
|
1164
1180
|
const _lT = "legalTerm";
|
|
1165
1181
|
const _lTOE = "lessThanOrEquals";
|
|
1166
1182
|
const _lTe = "lessThan";
|
|
@@ -1194,6 +1210,7 @@ const _mME = "marketplaceModelEndpoint";
|
|
|
1194
1210
|
const _mMEa = "marketplaceModelEndpoints";
|
|
1195
1211
|
const _mN = "modelName";
|
|
1196
1212
|
const _mNe = "metricNames";
|
|
1213
|
+
const _mPL = "maxPromptLength";
|
|
1197
1214
|
const _mR = "maxResults";
|
|
1198
1215
|
const _mRLFI = "maxResponseLengthForInference";
|
|
1199
1216
|
const _mS = "modelSource";
|
|
@@ -1288,7 +1305,9 @@ const _rCe = "regexesConfig";
|
|
|
1288
1305
|
const _rCer = "rerankingConfiguration";
|
|
1289
1306
|
const _rCet = "retrievalConfiguration";
|
|
1290
1307
|
const _rCetr = "retrieveConfig";
|
|
1308
|
+
const _rCf = "rftConfig";
|
|
1291
1309
|
const _rCo = "routingCriteria";
|
|
1310
|
+
const _rE = "reasoningEffort";
|
|
1292
1311
|
const _rI = "ruleId";
|
|
1293
1312
|
const _rIa = "ragIdentifiers";
|
|
1294
1313
|
const _rIu = "ruleIds";
|
|
@@ -1387,6 +1406,7 @@ const _tR = "testResult";
|
|
|
1387
1406
|
const _tRR = "testRunResult";
|
|
1388
1407
|
const _tRS = "testRunStatus";
|
|
1389
1408
|
const _tRe = "testResults";
|
|
1409
|
+
const _tSPP = "trainingSamplePerPrompt";
|
|
1390
1410
|
const _tT = "taskType";
|
|
1391
1411
|
const _ta = "tags";
|
|
1392
1412
|
const _te = "text";
|
|
@@ -1402,11 +1422,13 @@ const _uA = "updatedAt";
|
|
|
1402
1422
|
const _uB = "updatedBy";
|
|
1403
1423
|
const _uBPT = "usageBasedPricingTerm";
|
|
1404
1424
|
const _uC = "untranslatedClaims";
|
|
1425
|
+
const _uD = "updateDetails";
|
|
1405
1426
|
const _uFRF = "updateFromRulesFeedback";
|
|
1406
1427
|
const _uFSF = "updateFromScenarioFeedback";
|
|
1407
1428
|
const _uP = "untranslatedPremises";
|
|
1408
1429
|
const _uPR = "usePromptResponse";
|
|
1409
1430
|
const _uR = "updateRule";
|
|
1431
|
+
const _uS = "updateStatus";
|
|
1410
1432
|
const _uT = "unusedTypes";
|
|
1411
1433
|
const _uTV = "unusedTypeValues";
|
|
1412
1434
|
const _uTVp = "updateTypeValue";
|
|
@@ -1490,17 +1512,7 @@ var Message = [0, n0, _M, 8, 0];
|
|
|
1490
1512
|
var MetricName = [0, n0, _MN, 8, 0];
|
|
1491
1513
|
var PromptRouterDescription = [0, n0, _PRD, 8, 0];
|
|
1492
1514
|
var TextPromptTemplate = [0, n0, _TPT, 8, 0];
|
|
1493
|
-
var AccessDeniedException = [
|
|
1494
|
-
-3,
|
|
1495
|
-
n0,
|
|
1496
|
-
_ADE,
|
|
1497
|
-
{
|
|
1498
|
-
[_e]: _c,
|
|
1499
|
-
[_hE]: 403,
|
|
1500
|
-
},
|
|
1501
|
-
[_m],
|
|
1502
|
-
[0],
|
|
1503
|
-
];
|
|
1515
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
1504
1516
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
1505
1517
|
var AccountEnforcedGuardrailInferenceInputConfiguration = [
|
|
1506
1518
|
3,
|
|
@@ -2138,17 +2150,7 @@ var CancelAutomatedReasoningPolicyBuildWorkflowRequest = [
|
|
|
2138
2150
|
];
|
|
2139
2151
|
var CancelAutomatedReasoningPolicyBuildWorkflowResponse = [3, n0, _CARPBWRa, 0, [], []];
|
|
2140
2152
|
var CloudWatchConfig = [3, n0, _CWC, 0, [_lGN, _rA, _lDDSC], [0, 0, () => S3Config]];
|
|
2141
|
-
var ConflictException = [
|
|
2142
|
-
-3,
|
|
2143
|
-
n0,
|
|
2144
|
-
_CE,
|
|
2145
|
-
{
|
|
2146
|
-
[_e]: _c,
|
|
2147
|
-
[_hE]: 400,
|
|
2148
|
-
},
|
|
2149
|
-
[_m],
|
|
2150
|
-
[0],
|
|
2151
|
-
];
|
|
2153
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
2152
2154
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
2153
2155
|
var CreateAutomatedReasoningPolicyRequest = [
|
|
2154
2156
|
3,
|
|
@@ -2427,6 +2429,7 @@ var CustomModelDeploymentSummary = [
|
|
|
2427
2429
|
[_cMDA, _cMDN, _mA, _cA, _s, _lUA, _fMa],
|
|
2428
2430
|
[0, 0, 0, 5, 0, 5, 0],
|
|
2429
2431
|
];
|
|
2432
|
+
var CustomModelDeploymentUpdateDetails = [3, n0, _CMDUD, 0, [_mA, _uS], [0, 0]];
|
|
2430
2433
|
var CustomModelSummary = [
|
|
2431
2434
|
3,
|
|
2432
2435
|
n0,
|
|
@@ -2446,12 +2449,7 @@ var DeleteAutomatedReasoningPolicyBuildWorkflowRequest = [
|
|
|
2446
2449
|
[
|
|
2447
2450
|
[0, 1],
|
|
2448
2451
|
[0, 1],
|
|
2449
|
-
[
|
|
2450
|
-
5,
|
|
2451
|
-
{
|
|
2452
|
-
[_hQ]: _uA,
|
|
2453
|
-
},
|
|
2454
|
-
],
|
|
2452
|
+
[5, { [_hQ]: _uA }],
|
|
2455
2453
|
],
|
|
2456
2454
|
];
|
|
2457
2455
|
var DeleteAutomatedReasoningPolicyBuildWorkflowResponse = [3, n0, _DARPBWRe, 0, [], []];
|
|
@@ -2463,12 +2461,7 @@ var DeleteAutomatedReasoningPolicyRequest = [
|
|
|
2463
2461
|
[_pA, _fo],
|
|
2464
2462
|
[
|
|
2465
2463
|
[0, 1],
|
|
2466
|
-
[
|
|
2467
|
-
2,
|
|
2468
|
-
{
|
|
2469
|
-
[_hQ]: _fo,
|
|
2470
|
-
},
|
|
2471
|
-
],
|
|
2464
|
+
[2, { [_hQ]: _fo }],
|
|
2472
2465
|
],
|
|
2473
2466
|
];
|
|
2474
2467
|
var DeleteAutomatedReasoningPolicyResponse = [3, n0, _DARPRe, 0, [], []];
|
|
@@ -2481,12 +2474,7 @@ var DeleteAutomatedReasoningPolicyTestCaseRequest = [
|
|
|
2481
2474
|
[
|
|
2482
2475
|
[0, 1],
|
|
2483
2476
|
[0, 1],
|
|
2484
|
-
[
|
|
2485
|
-
5,
|
|
2486
|
-
{
|
|
2487
|
-
[_hQ]: _uA,
|
|
2488
|
-
},
|
|
2489
|
-
],
|
|
2477
|
+
[5, { [_hQ]: _uA }],
|
|
2490
2478
|
],
|
|
2491
2479
|
];
|
|
2492
2480
|
var DeleteAutomatedReasoningPolicyTestCaseResponse = [3, n0, _DARPTCRe, 0, [], []];
|
|
@@ -2506,12 +2494,7 @@ var DeleteGuardrailRequest = [
|
|
|
2506
2494
|
[_gI, _gV],
|
|
2507
2495
|
[
|
|
2508
2496
|
[0, 1],
|
|
2509
|
-
[
|
|
2510
|
-
0,
|
|
2511
|
-
{
|
|
2512
|
-
[_hQ]: _gV,
|
|
2513
|
-
},
|
|
2514
|
-
],
|
|
2497
|
+
[0, { [_hQ]: _gV }],
|
|
2515
2498
|
],
|
|
2516
2499
|
];
|
|
2517
2500
|
var DeleteGuardrailResponse = [3, n0, _DGRe, 0, [], []];
|
|
@@ -2701,12 +2684,7 @@ var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest = [
|
|
|
2701
2684
|
[
|
|
2702
2685
|
[0, 1],
|
|
2703
2686
|
[0, 1],
|
|
2704
|
-
[
|
|
2705
|
-
0,
|
|
2706
|
-
{
|
|
2707
|
-
[_hQ]: _aTs,
|
|
2708
|
-
},
|
|
2709
|
-
],
|
|
2687
|
+
[0, { [_hQ]: _aTs }],
|
|
2710
2688
|
],
|
|
2711
2689
|
];
|
|
2712
2690
|
var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse = [
|
|
@@ -2790,8 +2768,8 @@ var GetCustomModelDeploymentResponse = [
|
|
|
2790
2768
|
n0,
|
|
2791
2769
|
_GCMDRe,
|
|
2792
2770
|
0,
|
|
2793
|
-
[_cMDA, _mDN, _mA, _cA, _s, _d, _fMa, _lUA],
|
|
2794
|
-
[0, 0, 0, 5, 0, 0, 0, 5],
|
|
2771
|
+
[_cMDA, _mDN, _mA, _cA, _s, _d, _uD, _fMa, _lUA],
|
|
2772
|
+
[0, 0, 0, 5, 0, 0, () => CustomModelDeploymentUpdateDetails, 0, 5],
|
|
2795
2773
|
];
|
|
2796
2774
|
var GetCustomModelRequest = [3, n0, _GCMR, 0, [_mI], [[0, 1]]];
|
|
2797
2775
|
var GetCustomModelResponse = [
|
|
@@ -2877,12 +2855,7 @@ var GetGuardrailRequest = [
|
|
|
2877
2855
|
[_gI, _gV],
|
|
2878
2856
|
[
|
|
2879
2857
|
[0, 1],
|
|
2880
|
-
[
|
|
2881
|
-
0,
|
|
2882
|
-
{
|
|
2883
|
-
[_hQ]: _gV,
|
|
2884
|
-
},
|
|
2885
|
-
],
|
|
2858
|
+
[0, { [_hQ]: _gV }],
|
|
2886
2859
|
],
|
|
2887
2860
|
];
|
|
2888
2861
|
var GetGuardrailResponse = [
|
|
@@ -3413,17 +3386,7 @@ var InferenceProfileSummary = [
|
|
|
3413
3386
|
[_iPN, _d, _cA, _uA, _iPA, _mo, _iPIn, _s, _ty],
|
|
3414
3387
|
[0, [() => InferenceProfileDescription, 0], 5, 5, 0, () => InferenceProfileModels, 0, 0, 0],
|
|
3415
3388
|
];
|
|
3416
|
-
var InternalServerException = [
|
|
3417
|
-
-3,
|
|
3418
|
-
n0,
|
|
3419
|
-
_ISE,
|
|
3420
|
-
{
|
|
3421
|
-
[_e]: _se,
|
|
3422
|
-
[_hE]: 500,
|
|
3423
|
-
},
|
|
3424
|
-
[_m],
|
|
3425
|
-
[0],
|
|
3426
|
-
];
|
|
3389
|
+
var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
3427
3390
|
schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
|
|
3428
3391
|
var InvocationLogsConfig = [
|
|
3429
3392
|
3,
|
|
@@ -3470,6 +3433,7 @@ var KnowledgeBaseVectorSearchConfiguration = [
|
|
|
3470
3433
|
[() => VectorSearchRerankingConfiguration, 0],
|
|
3471
3434
|
],
|
|
3472
3435
|
];
|
|
3436
|
+
var LambdaGraderConfig = [3, n0, _LGC, 0, [_lA], [0]];
|
|
3473
3437
|
var LegalTerm = [3, n0, _LT, 0, [_ur], [0]];
|
|
3474
3438
|
var ListAutomatedReasoningPoliciesRequest = [
|
|
3475
3439
|
3,
|
|
@@ -3478,24 +3442,9 @@ var ListAutomatedReasoningPoliciesRequest = [
|
|
|
3478
3442
|
0,
|
|
3479
3443
|
[_pA, _nT, _mR],
|
|
3480
3444
|
[
|
|
3481
|
-
[
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
[_hQ]: _pA,
|
|
3485
|
-
},
|
|
3486
|
-
],
|
|
3487
|
-
[
|
|
3488
|
-
0,
|
|
3489
|
-
{
|
|
3490
|
-
[_hQ]: _nT,
|
|
3491
|
-
},
|
|
3492
|
-
],
|
|
3493
|
-
[
|
|
3494
|
-
1,
|
|
3495
|
-
{
|
|
3496
|
-
[_hQ]: _mR,
|
|
3497
|
-
},
|
|
3498
|
-
],
|
|
3445
|
+
[0, { [_hQ]: _pA }],
|
|
3446
|
+
[0, { [_hQ]: _nT }],
|
|
3447
|
+
[1, { [_hQ]: _mR }],
|
|
3499
3448
|
],
|
|
3500
3449
|
];
|
|
3501
3450
|
var ListAutomatedReasoningPoliciesResponse = [
|
|
@@ -3514,18 +3463,8 @@ var ListAutomatedReasoningPolicyBuildWorkflowsRequest = [
|
|
|
3514
3463
|
[_pA, _nT, _mR],
|
|
3515
3464
|
[
|
|
3516
3465
|
[0, 1],
|
|
3517
|
-
[
|
|
3518
|
-
|
|
3519
|
-
{
|
|
3520
|
-
[_hQ]: _nT,
|
|
3521
|
-
},
|
|
3522
|
-
],
|
|
3523
|
-
[
|
|
3524
|
-
1,
|
|
3525
|
-
{
|
|
3526
|
-
[_hQ]: _mR,
|
|
3527
|
-
},
|
|
3528
|
-
],
|
|
3466
|
+
[0, { [_hQ]: _nT }],
|
|
3467
|
+
[1, { [_hQ]: _mR }],
|
|
3529
3468
|
],
|
|
3530
3469
|
];
|
|
3531
3470
|
var ListAutomatedReasoningPolicyBuildWorkflowsResponse = [
|
|
@@ -3544,18 +3483,8 @@ var ListAutomatedReasoningPolicyTestCasesRequest = [
|
|
|
3544
3483
|
[_pA, _nT, _mR],
|
|
3545
3484
|
[
|
|
3546
3485
|
[0, 1],
|
|
3547
|
-
[
|
|
3548
|
-
|
|
3549
|
-
{
|
|
3550
|
-
[_hQ]: _nT,
|
|
3551
|
-
},
|
|
3552
|
-
],
|
|
3553
|
-
[
|
|
3554
|
-
1,
|
|
3555
|
-
{
|
|
3556
|
-
[_hQ]: _mR,
|
|
3557
|
-
},
|
|
3558
|
-
],
|
|
3486
|
+
[0, { [_hQ]: _nT }],
|
|
3487
|
+
[1, { [_hQ]: _mR }],
|
|
3559
3488
|
],
|
|
3560
3489
|
];
|
|
3561
3490
|
var ListAutomatedReasoningPolicyTestCasesResponse = [
|
|
@@ -3575,18 +3504,8 @@ var ListAutomatedReasoningPolicyTestResultsRequest = [
|
|
|
3575
3504
|
[
|
|
3576
3505
|
[0, 1],
|
|
3577
3506
|
[0, 1],
|
|
3578
|
-
[
|
|
3579
|
-
|
|
3580
|
-
{
|
|
3581
|
-
[_hQ]: _nT,
|
|
3582
|
-
},
|
|
3583
|
-
],
|
|
3584
|
-
[
|
|
3585
|
-
1,
|
|
3586
|
-
{
|
|
3587
|
-
[_hQ]: _mR,
|
|
3588
|
-
},
|
|
3589
|
-
],
|
|
3507
|
+
[0, { [_hQ]: _nT }],
|
|
3508
|
+
[1, { [_hQ]: _mR }],
|
|
3590
3509
|
],
|
|
3591
3510
|
];
|
|
3592
3511
|
var ListAutomatedReasoningPolicyTestResultsResponse = [
|
|
@@ -3604,60 +3523,15 @@ var ListCustomModelDeploymentsRequest = [
|
|
|
3604
3523
|
0,
|
|
3605
3524
|
[_cBr, _cAr, _nC, _mR, _nT, _sB, _sO, _sEt, _mAE],
|
|
3606
3525
|
[
|
|
3607
|
-
[
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
],
|
|
3613
|
-
[
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
[_hQ]: _cAr,
|
|
3617
|
-
},
|
|
3618
|
-
],
|
|
3619
|
-
[
|
|
3620
|
-
0,
|
|
3621
|
-
{
|
|
3622
|
-
[_hQ]: _nC,
|
|
3623
|
-
},
|
|
3624
|
-
],
|
|
3625
|
-
[
|
|
3626
|
-
1,
|
|
3627
|
-
{
|
|
3628
|
-
[_hQ]: _mR,
|
|
3629
|
-
},
|
|
3630
|
-
],
|
|
3631
|
-
[
|
|
3632
|
-
0,
|
|
3633
|
-
{
|
|
3634
|
-
[_hQ]: _nT,
|
|
3635
|
-
},
|
|
3636
|
-
],
|
|
3637
|
-
[
|
|
3638
|
-
0,
|
|
3639
|
-
{
|
|
3640
|
-
[_hQ]: _sB,
|
|
3641
|
-
},
|
|
3642
|
-
],
|
|
3643
|
-
[
|
|
3644
|
-
0,
|
|
3645
|
-
{
|
|
3646
|
-
[_hQ]: _sO,
|
|
3647
|
-
},
|
|
3648
|
-
],
|
|
3649
|
-
[
|
|
3650
|
-
0,
|
|
3651
|
-
{
|
|
3652
|
-
[_hQ]: _sEt,
|
|
3653
|
-
},
|
|
3654
|
-
],
|
|
3655
|
-
[
|
|
3656
|
-
0,
|
|
3657
|
-
{
|
|
3658
|
-
[_hQ]: _mAE,
|
|
3659
|
-
},
|
|
3660
|
-
],
|
|
3526
|
+
[5, { [_hQ]: _cBr }],
|
|
3527
|
+
[5, { [_hQ]: _cAr }],
|
|
3528
|
+
[0, { [_hQ]: _nC }],
|
|
3529
|
+
[1, { [_hQ]: _mR }],
|
|
3530
|
+
[0, { [_hQ]: _nT }],
|
|
3531
|
+
[0, { [_hQ]: _sB }],
|
|
3532
|
+
[0, { [_hQ]: _sO }],
|
|
3533
|
+
[0, { [_hQ]: _sEt }],
|
|
3534
|
+
[0, { [_hQ]: _mAE }],
|
|
3661
3535
|
],
|
|
3662
3536
|
];
|
|
3663
3537
|
var ListCustomModelDeploymentsResponse = [
|
|
@@ -3675,72 +3549,17 @@ var ListCustomModelsRequest = [
|
|
|
3675
3549
|
0,
|
|
3676
3550
|
[_cTB, _cTA, _nC, _bMAE, _fMAE, _mR, _nT, _sB, _sO, _iO, _mSo],
|
|
3677
3551
|
[
|
|
3678
|
-
[
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
],
|
|
3684
|
-
[
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
],
|
|
3690
|
-
[
|
|
3691
|
-
0,
|
|
3692
|
-
{
|
|
3693
|
-
[_hQ]: _nC,
|
|
3694
|
-
},
|
|
3695
|
-
],
|
|
3696
|
-
[
|
|
3697
|
-
0,
|
|
3698
|
-
{
|
|
3699
|
-
[_hQ]: _bMAE,
|
|
3700
|
-
},
|
|
3701
|
-
],
|
|
3702
|
-
[
|
|
3703
|
-
0,
|
|
3704
|
-
{
|
|
3705
|
-
[_hQ]: _fMAE,
|
|
3706
|
-
},
|
|
3707
|
-
],
|
|
3708
|
-
[
|
|
3709
|
-
1,
|
|
3710
|
-
{
|
|
3711
|
-
[_hQ]: _mR,
|
|
3712
|
-
},
|
|
3713
|
-
],
|
|
3714
|
-
[
|
|
3715
|
-
0,
|
|
3716
|
-
{
|
|
3717
|
-
[_hQ]: _nT,
|
|
3718
|
-
},
|
|
3719
|
-
],
|
|
3720
|
-
[
|
|
3721
|
-
0,
|
|
3722
|
-
{
|
|
3723
|
-
[_hQ]: _sB,
|
|
3724
|
-
},
|
|
3725
|
-
],
|
|
3726
|
-
[
|
|
3727
|
-
0,
|
|
3728
|
-
{
|
|
3729
|
-
[_hQ]: _sO,
|
|
3730
|
-
},
|
|
3731
|
-
],
|
|
3732
|
-
[
|
|
3733
|
-
2,
|
|
3734
|
-
{
|
|
3735
|
-
[_hQ]: _iO,
|
|
3736
|
-
},
|
|
3737
|
-
],
|
|
3738
|
-
[
|
|
3739
|
-
0,
|
|
3740
|
-
{
|
|
3741
|
-
[_hQ]: _mSo,
|
|
3742
|
-
},
|
|
3743
|
-
],
|
|
3552
|
+
[5, { [_hQ]: _cTB }],
|
|
3553
|
+
[5, { [_hQ]: _cTA }],
|
|
3554
|
+
[0, { [_hQ]: _nC }],
|
|
3555
|
+
[0, { [_hQ]: _bMAE }],
|
|
3556
|
+
[0, { [_hQ]: _fMAE }],
|
|
3557
|
+
[1, { [_hQ]: _mR }],
|
|
3558
|
+
[0, { [_hQ]: _nT }],
|
|
3559
|
+
[0, { [_hQ]: _sB }],
|
|
3560
|
+
[0, { [_hQ]: _sO }],
|
|
3561
|
+
[2, { [_hQ]: _iO }],
|
|
3562
|
+
[0, { [_hQ]: _mSo }],
|
|
3744
3563
|
],
|
|
3745
3564
|
];
|
|
3746
3565
|
var ListCustomModelsResponse = [
|
|
@@ -3757,14 +3576,7 @@ var ListEnforcedGuardrailsConfigurationRequest = [
|
|
|
3757
3576
|
_LEGCR,
|
|
3758
3577
|
0,
|
|
3759
3578
|
[_nT],
|
|
3760
|
-
[
|
|
3761
|
-
[
|
|
3762
|
-
0,
|
|
3763
|
-
{
|
|
3764
|
-
[_hQ]: _nT,
|
|
3765
|
-
},
|
|
3766
|
-
],
|
|
3767
|
-
],
|
|
3579
|
+
[[0, { [_hQ]: _nT }]],
|
|
3768
3580
|
];
|
|
3769
3581
|
var ListEnforcedGuardrailsConfigurationResponse = [
|
|
3770
3582
|
3,
|
|
@@ -3781,60 +3593,15 @@ var ListEvaluationJobsRequest = [
|
|
|
3781
3593
|
0,
|
|
3782
3594
|
[_cTA, _cTB, _sEt, _aTE, _nC, _mR, _nT, _sB, _sO],
|
|
3783
3595
|
[
|
|
3784
|
-
[
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
],
|
|
3790
|
-
[
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
[_hQ]: _cTB,
|
|
3794
|
-
},
|
|
3795
|
-
],
|
|
3796
|
-
[
|
|
3797
|
-
0,
|
|
3798
|
-
{
|
|
3799
|
-
[_hQ]: _sEt,
|
|
3800
|
-
},
|
|
3801
|
-
],
|
|
3802
|
-
[
|
|
3803
|
-
0,
|
|
3804
|
-
{
|
|
3805
|
-
[_hQ]: _aTE,
|
|
3806
|
-
},
|
|
3807
|
-
],
|
|
3808
|
-
[
|
|
3809
|
-
0,
|
|
3810
|
-
{
|
|
3811
|
-
[_hQ]: _nC,
|
|
3812
|
-
},
|
|
3813
|
-
],
|
|
3814
|
-
[
|
|
3815
|
-
1,
|
|
3816
|
-
{
|
|
3817
|
-
[_hQ]: _mR,
|
|
3818
|
-
},
|
|
3819
|
-
],
|
|
3820
|
-
[
|
|
3821
|
-
0,
|
|
3822
|
-
{
|
|
3823
|
-
[_hQ]: _nT,
|
|
3824
|
-
},
|
|
3825
|
-
],
|
|
3826
|
-
[
|
|
3827
|
-
0,
|
|
3828
|
-
{
|
|
3829
|
-
[_hQ]: _sB,
|
|
3830
|
-
},
|
|
3831
|
-
],
|
|
3832
|
-
[
|
|
3833
|
-
0,
|
|
3834
|
-
{
|
|
3835
|
-
[_hQ]: _sO,
|
|
3836
|
-
},
|
|
3837
|
-
],
|
|
3596
|
+
[5, { [_hQ]: _cTA }],
|
|
3597
|
+
[5, { [_hQ]: _cTB }],
|
|
3598
|
+
[0, { [_hQ]: _sEt }],
|
|
3599
|
+
[0, { [_hQ]: _aTE }],
|
|
3600
|
+
[0, { [_hQ]: _nC }],
|
|
3601
|
+
[1, { [_hQ]: _mR }],
|
|
3602
|
+
[0, { [_hQ]: _nT }],
|
|
3603
|
+
[0, { [_hQ]: _sB }],
|
|
3604
|
+
[0, { [_hQ]: _sO }],
|
|
3838
3605
|
],
|
|
3839
3606
|
];
|
|
3840
3607
|
var ListEvaluationJobsResponse = [
|
|
@@ -3853,12 +3620,7 @@ var ListFoundationModelAgreementOffersRequest = [
|
|
|
3853
3620
|
[_mIo, _oTf],
|
|
3854
3621
|
[
|
|
3855
3622
|
[0, 1],
|
|
3856
|
-
[
|
|
3857
|
-
0,
|
|
3858
|
-
{
|
|
3859
|
-
[_hQ]: _oTf,
|
|
3860
|
-
},
|
|
3861
|
-
],
|
|
3623
|
+
[0, { [_hQ]: _oTf }],
|
|
3862
3624
|
],
|
|
3863
3625
|
];
|
|
3864
3626
|
var ListFoundationModelAgreementOffersResponse = [
|
|
@@ -3876,30 +3638,10 @@ var ListFoundationModelsRequest = [
|
|
|
3876
3638
|
0,
|
|
3877
3639
|
[_bP, _bCT, _bOMy, _bIT],
|
|
3878
3640
|
[
|
|
3879
|
-
[
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
},
|
|
3884
|
-
],
|
|
3885
|
-
[
|
|
3886
|
-
0,
|
|
3887
|
-
{
|
|
3888
|
-
[_hQ]: _bCT,
|
|
3889
|
-
},
|
|
3890
|
-
],
|
|
3891
|
-
[
|
|
3892
|
-
0,
|
|
3893
|
-
{
|
|
3894
|
-
[_hQ]: _bOMy,
|
|
3895
|
-
},
|
|
3896
|
-
],
|
|
3897
|
-
[
|
|
3898
|
-
0,
|
|
3899
|
-
{
|
|
3900
|
-
[_hQ]: _bIT,
|
|
3901
|
-
},
|
|
3902
|
-
],
|
|
3641
|
+
[0, { [_hQ]: _bP }],
|
|
3642
|
+
[0, { [_hQ]: _bCT }],
|
|
3643
|
+
[0, { [_hQ]: _bOMy }],
|
|
3644
|
+
[0, { [_hQ]: _bIT }],
|
|
3903
3645
|
],
|
|
3904
3646
|
];
|
|
3905
3647
|
var ListFoundationModelsResponse = [
|
|
@@ -3917,24 +3659,9 @@ var ListGuardrailsRequest = [
|
|
|
3917
3659
|
0,
|
|
3918
3660
|
[_gI, _mR, _nT],
|
|
3919
3661
|
[
|
|
3920
|
-
[
|
|
3921
|
-
|
|
3922
|
-
|
|
3923
|
-
[_hQ]: _gI,
|
|
3924
|
-
},
|
|
3925
|
-
],
|
|
3926
|
-
[
|
|
3927
|
-
1,
|
|
3928
|
-
{
|
|
3929
|
-
[_hQ]: _mR,
|
|
3930
|
-
},
|
|
3931
|
-
],
|
|
3932
|
-
[
|
|
3933
|
-
0,
|
|
3934
|
-
{
|
|
3935
|
-
[_hQ]: _nT,
|
|
3936
|
-
},
|
|
3937
|
-
],
|
|
3662
|
+
[0, { [_hQ]: _gI }],
|
|
3663
|
+
[1, { [_hQ]: _mR }],
|
|
3664
|
+
[0, { [_hQ]: _nT }],
|
|
3938
3665
|
],
|
|
3939
3666
|
];
|
|
3940
3667
|
var ListGuardrailsResponse = [
|
|
@@ -3952,48 +3679,13 @@ var ListImportedModelsRequest = [
|
|
|
3952
3679
|
0,
|
|
3953
3680
|
[_cTB, _cTA, _nC, _mR, _nT, _sB, _sO],
|
|
3954
3681
|
[
|
|
3955
|
-
[
|
|
3956
|
-
|
|
3957
|
-
|
|
3958
|
-
|
|
3959
|
-
|
|
3960
|
-
],
|
|
3961
|
-
[
|
|
3962
|
-
5,
|
|
3963
|
-
{
|
|
3964
|
-
[_hQ]: _cTA,
|
|
3965
|
-
},
|
|
3966
|
-
],
|
|
3967
|
-
[
|
|
3968
|
-
0,
|
|
3969
|
-
{
|
|
3970
|
-
[_hQ]: _nC,
|
|
3971
|
-
},
|
|
3972
|
-
],
|
|
3973
|
-
[
|
|
3974
|
-
1,
|
|
3975
|
-
{
|
|
3976
|
-
[_hQ]: _mR,
|
|
3977
|
-
},
|
|
3978
|
-
],
|
|
3979
|
-
[
|
|
3980
|
-
0,
|
|
3981
|
-
{
|
|
3982
|
-
[_hQ]: _nT,
|
|
3983
|
-
},
|
|
3984
|
-
],
|
|
3985
|
-
[
|
|
3986
|
-
0,
|
|
3987
|
-
{
|
|
3988
|
-
[_hQ]: _sB,
|
|
3989
|
-
},
|
|
3990
|
-
],
|
|
3991
|
-
[
|
|
3992
|
-
0,
|
|
3993
|
-
{
|
|
3994
|
-
[_hQ]: _sO,
|
|
3995
|
-
},
|
|
3996
|
-
],
|
|
3682
|
+
[5, { [_hQ]: _cTB }],
|
|
3683
|
+
[5, { [_hQ]: _cTA }],
|
|
3684
|
+
[0, { [_hQ]: _nC }],
|
|
3685
|
+
[1, { [_hQ]: _mR }],
|
|
3686
|
+
[0, { [_hQ]: _nT }],
|
|
3687
|
+
[0, { [_hQ]: _sB }],
|
|
3688
|
+
[0, { [_hQ]: _sO }],
|
|
3997
3689
|
],
|
|
3998
3690
|
];
|
|
3999
3691
|
var ListImportedModelsResponse = [
|
|
@@ -4011,24 +3703,9 @@ var ListInferenceProfilesRequest = [
|
|
|
4011
3703
|
0,
|
|
4012
3704
|
[_mR, _nT, _tE],
|
|
4013
3705
|
[
|
|
4014
|
-
[
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
[_hQ]: _mR,
|
|
4018
|
-
},
|
|
4019
|
-
],
|
|
4020
|
-
[
|
|
4021
|
-
0,
|
|
4022
|
-
{
|
|
4023
|
-
[_hQ]: _nT,
|
|
4024
|
-
},
|
|
4025
|
-
],
|
|
4026
|
-
[
|
|
4027
|
-
0,
|
|
4028
|
-
{
|
|
4029
|
-
[_hQ]: _ty,
|
|
4030
|
-
},
|
|
4031
|
-
],
|
|
3706
|
+
[1, { [_hQ]: _mR }],
|
|
3707
|
+
[0, { [_hQ]: _nT }],
|
|
3708
|
+
[0, { [_hQ]: _ty }],
|
|
4032
3709
|
],
|
|
4033
3710
|
];
|
|
4034
3711
|
var ListInferenceProfilesResponse = [
|
|
@@ -4046,24 +3723,9 @@ var ListMarketplaceModelEndpointsRequest = [
|
|
|
4046
3723
|
0,
|
|
4047
3724
|
[_mR, _nT, _mSE],
|
|
4048
3725
|
[
|
|
4049
|
-
[
|
|
4050
|
-
|
|
4051
|
-
|
|
4052
|
-
[_hQ]: _mR,
|
|
4053
|
-
},
|
|
4054
|
-
],
|
|
4055
|
-
[
|
|
4056
|
-
0,
|
|
4057
|
-
{
|
|
4058
|
-
[_hQ]: _nT,
|
|
4059
|
-
},
|
|
4060
|
-
],
|
|
4061
|
-
[
|
|
4062
|
-
0,
|
|
4063
|
-
{
|
|
4064
|
-
[_hQ]: _mSI,
|
|
4065
|
-
},
|
|
4066
|
-
],
|
|
3726
|
+
[1, { [_hQ]: _mR }],
|
|
3727
|
+
[0, { [_hQ]: _nT }],
|
|
3728
|
+
[0, { [_hQ]: _mSI }],
|
|
4067
3729
|
],
|
|
4068
3730
|
];
|
|
4069
3731
|
var ListMarketplaceModelEndpointsResponse = [
|
|
@@ -4081,66 +3743,16 @@ var ListModelCopyJobsRequest = [
|
|
|
4081
3743
|
0,
|
|
4082
3744
|
[_cTA, _cTB, _sEt, _sAE, _sMAE, _tMNC, _mR, _nT, _sB, _sO],
|
|
4083
3745
|
[
|
|
4084
|
-
[
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
],
|
|
4090
|
-
[
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
},
|
|
4095
|
-
],
|
|
4096
|
-
[
|
|
4097
|
-
0,
|
|
4098
|
-
{
|
|
4099
|
-
[_hQ]: _sEt,
|
|
4100
|
-
},
|
|
4101
|
-
],
|
|
4102
|
-
[
|
|
4103
|
-
0,
|
|
4104
|
-
{
|
|
4105
|
-
[_hQ]: _sAE,
|
|
4106
|
-
},
|
|
4107
|
-
],
|
|
4108
|
-
[
|
|
4109
|
-
0,
|
|
4110
|
-
{
|
|
4111
|
-
[_hQ]: _sMAE,
|
|
4112
|
-
},
|
|
4113
|
-
],
|
|
4114
|
-
[
|
|
4115
|
-
0,
|
|
4116
|
-
{
|
|
4117
|
-
[_hQ]: _oMNC,
|
|
4118
|
-
},
|
|
4119
|
-
],
|
|
4120
|
-
[
|
|
4121
|
-
1,
|
|
4122
|
-
{
|
|
4123
|
-
[_hQ]: _mR,
|
|
4124
|
-
},
|
|
4125
|
-
],
|
|
4126
|
-
[
|
|
4127
|
-
0,
|
|
4128
|
-
{
|
|
4129
|
-
[_hQ]: _nT,
|
|
4130
|
-
},
|
|
4131
|
-
],
|
|
4132
|
-
[
|
|
4133
|
-
0,
|
|
4134
|
-
{
|
|
4135
|
-
[_hQ]: _sB,
|
|
4136
|
-
},
|
|
4137
|
-
],
|
|
4138
|
-
[
|
|
4139
|
-
0,
|
|
4140
|
-
{
|
|
4141
|
-
[_hQ]: _sO,
|
|
4142
|
-
},
|
|
4143
|
-
],
|
|
3746
|
+
[5, { [_hQ]: _cTA }],
|
|
3747
|
+
[5, { [_hQ]: _cTB }],
|
|
3748
|
+
[0, { [_hQ]: _sEt }],
|
|
3749
|
+
[0, { [_hQ]: _sAE }],
|
|
3750
|
+
[0, { [_hQ]: _sMAE }],
|
|
3751
|
+
[0, { [_hQ]: _oMNC }],
|
|
3752
|
+
[1, { [_hQ]: _mR }],
|
|
3753
|
+
[0, { [_hQ]: _nT }],
|
|
3754
|
+
[0, { [_hQ]: _sB }],
|
|
3755
|
+
[0, { [_hQ]: _sO }],
|
|
4144
3756
|
],
|
|
4145
3757
|
];
|
|
4146
3758
|
var ListModelCopyJobsResponse = [
|
|
@@ -4158,54 +3770,14 @@ var ListModelCustomizationJobsRequest = [
|
|
|
4158
3770
|
0,
|
|
4159
3771
|
[_cTA, _cTB, _sEt, _nC, _mR, _nT, _sB, _sO],
|
|
4160
3772
|
[
|
|
4161
|
-
[
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
|
|
4165
|
-
|
|
4166
|
-
],
|
|
4167
|
-
[
|
|
4168
|
-
|
|
4169
|
-
{
|
|
4170
|
-
[_hQ]: _cTB,
|
|
4171
|
-
},
|
|
4172
|
-
],
|
|
4173
|
-
[
|
|
4174
|
-
0,
|
|
4175
|
-
{
|
|
4176
|
-
[_hQ]: _sEt,
|
|
4177
|
-
},
|
|
4178
|
-
],
|
|
4179
|
-
[
|
|
4180
|
-
0,
|
|
4181
|
-
{
|
|
4182
|
-
[_hQ]: _nC,
|
|
4183
|
-
},
|
|
4184
|
-
],
|
|
4185
|
-
[
|
|
4186
|
-
1,
|
|
4187
|
-
{
|
|
4188
|
-
[_hQ]: _mR,
|
|
4189
|
-
},
|
|
4190
|
-
],
|
|
4191
|
-
[
|
|
4192
|
-
0,
|
|
4193
|
-
{
|
|
4194
|
-
[_hQ]: _nT,
|
|
4195
|
-
},
|
|
4196
|
-
],
|
|
4197
|
-
[
|
|
4198
|
-
0,
|
|
4199
|
-
{
|
|
4200
|
-
[_hQ]: _sB,
|
|
4201
|
-
},
|
|
4202
|
-
],
|
|
4203
|
-
[
|
|
4204
|
-
0,
|
|
4205
|
-
{
|
|
4206
|
-
[_hQ]: _sO,
|
|
4207
|
-
},
|
|
4208
|
-
],
|
|
3773
|
+
[5, { [_hQ]: _cTA }],
|
|
3774
|
+
[5, { [_hQ]: _cTB }],
|
|
3775
|
+
[0, { [_hQ]: _sEt }],
|
|
3776
|
+
[0, { [_hQ]: _nC }],
|
|
3777
|
+
[1, { [_hQ]: _mR }],
|
|
3778
|
+
[0, { [_hQ]: _nT }],
|
|
3779
|
+
[0, { [_hQ]: _sB }],
|
|
3780
|
+
[0, { [_hQ]: _sO }],
|
|
4209
3781
|
],
|
|
4210
3782
|
];
|
|
4211
3783
|
var ListModelCustomizationJobsResponse = [
|
|
@@ -4223,54 +3795,14 @@ var ListModelImportJobsRequest = [
|
|
|
4223
3795
|
0,
|
|
4224
3796
|
[_cTA, _cTB, _sEt, _nC, _mR, _nT, _sB, _sO],
|
|
4225
3797
|
[
|
|
4226
|
-
[
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
],
|
|
4232
|
-
[
|
|
4233
|
-
|
|
4234
|
-
{
|
|
4235
|
-
[_hQ]: _cTB,
|
|
4236
|
-
},
|
|
4237
|
-
],
|
|
4238
|
-
[
|
|
4239
|
-
0,
|
|
4240
|
-
{
|
|
4241
|
-
[_hQ]: _sEt,
|
|
4242
|
-
},
|
|
4243
|
-
],
|
|
4244
|
-
[
|
|
4245
|
-
0,
|
|
4246
|
-
{
|
|
4247
|
-
[_hQ]: _nC,
|
|
4248
|
-
},
|
|
4249
|
-
],
|
|
4250
|
-
[
|
|
4251
|
-
1,
|
|
4252
|
-
{
|
|
4253
|
-
[_hQ]: _mR,
|
|
4254
|
-
},
|
|
4255
|
-
],
|
|
4256
|
-
[
|
|
4257
|
-
0,
|
|
4258
|
-
{
|
|
4259
|
-
[_hQ]: _nT,
|
|
4260
|
-
},
|
|
4261
|
-
],
|
|
4262
|
-
[
|
|
4263
|
-
0,
|
|
4264
|
-
{
|
|
4265
|
-
[_hQ]: _sB,
|
|
4266
|
-
},
|
|
4267
|
-
],
|
|
4268
|
-
[
|
|
4269
|
-
0,
|
|
4270
|
-
{
|
|
4271
|
-
[_hQ]: _sO,
|
|
4272
|
-
},
|
|
4273
|
-
],
|
|
3798
|
+
[5, { [_hQ]: _cTA }],
|
|
3799
|
+
[5, { [_hQ]: _cTB }],
|
|
3800
|
+
[0, { [_hQ]: _sEt }],
|
|
3801
|
+
[0, { [_hQ]: _nC }],
|
|
3802
|
+
[1, { [_hQ]: _mR }],
|
|
3803
|
+
[0, { [_hQ]: _nT }],
|
|
3804
|
+
[0, { [_hQ]: _sB }],
|
|
3805
|
+
[0, { [_hQ]: _sO }],
|
|
4274
3806
|
],
|
|
4275
3807
|
];
|
|
4276
3808
|
var ListModelImportJobsResponse = [
|
|
@@ -4288,54 +3820,14 @@ var ListModelInvocationJobsRequest = [
|
|
|
4288
3820
|
0,
|
|
4289
3821
|
[_sTA, _sTB, _sEt, _nC, _mR, _nT, _sB, _sO],
|
|
4290
3822
|
[
|
|
4291
|
-
[
|
|
4292
|
-
|
|
4293
|
-
|
|
4294
|
-
|
|
4295
|
-
|
|
4296
|
-
],
|
|
4297
|
-
[
|
|
4298
|
-
|
|
4299
|
-
{
|
|
4300
|
-
[_hQ]: _sTB,
|
|
4301
|
-
},
|
|
4302
|
-
],
|
|
4303
|
-
[
|
|
4304
|
-
0,
|
|
4305
|
-
{
|
|
4306
|
-
[_hQ]: _sEt,
|
|
4307
|
-
},
|
|
4308
|
-
],
|
|
4309
|
-
[
|
|
4310
|
-
0,
|
|
4311
|
-
{
|
|
4312
|
-
[_hQ]: _nC,
|
|
4313
|
-
},
|
|
4314
|
-
],
|
|
4315
|
-
[
|
|
4316
|
-
1,
|
|
4317
|
-
{
|
|
4318
|
-
[_hQ]: _mR,
|
|
4319
|
-
},
|
|
4320
|
-
],
|
|
4321
|
-
[
|
|
4322
|
-
0,
|
|
4323
|
-
{
|
|
4324
|
-
[_hQ]: _nT,
|
|
4325
|
-
},
|
|
4326
|
-
],
|
|
4327
|
-
[
|
|
4328
|
-
0,
|
|
4329
|
-
{
|
|
4330
|
-
[_hQ]: _sB,
|
|
4331
|
-
},
|
|
4332
|
-
],
|
|
4333
|
-
[
|
|
4334
|
-
0,
|
|
4335
|
-
{
|
|
4336
|
-
[_hQ]: _sO,
|
|
4337
|
-
},
|
|
4338
|
-
],
|
|
3823
|
+
[5, { [_hQ]: _sTA }],
|
|
3824
|
+
[5, { [_hQ]: _sTB }],
|
|
3825
|
+
[0, { [_hQ]: _sEt }],
|
|
3826
|
+
[0, { [_hQ]: _nC }],
|
|
3827
|
+
[1, { [_hQ]: _mR }],
|
|
3828
|
+
[0, { [_hQ]: _nT }],
|
|
3829
|
+
[0, { [_hQ]: _sB }],
|
|
3830
|
+
[0, { [_hQ]: _sO }],
|
|
4339
3831
|
],
|
|
4340
3832
|
];
|
|
4341
3833
|
var ListModelInvocationJobsResponse = [
|
|
@@ -4353,24 +3845,9 @@ var ListPromptRoutersRequest = [
|
|
|
4353
3845
|
0,
|
|
4354
3846
|
[_mR, _nT, _ty],
|
|
4355
3847
|
[
|
|
4356
|
-
[
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
[_hQ]: _mR,
|
|
4360
|
-
},
|
|
4361
|
-
],
|
|
4362
|
-
[
|
|
4363
|
-
0,
|
|
4364
|
-
{
|
|
4365
|
-
[_hQ]: _nT,
|
|
4366
|
-
},
|
|
4367
|
-
],
|
|
4368
|
-
[
|
|
4369
|
-
0,
|
|
4370
|
-
{
|
|
4371
|
-
[_hQ]: _ty,
|
|
4372
|
-
},
|
|
4373
|
-
],
|
|
3848
|
+
[1, { [_hQ]: _mR }],
|
|
3849
|
+
[0, { [_hQ]: _nT }],
|
|
3850
|
+
[0, { [_hQ]: _ty }],
|
|
4374
3851
|
],
|
|
4375
3852
|
];
|
|
4376
3853
|
var ListPromptRoutersResponse = [
|
|
@@ -4388,60 +3865,15 @@ var ListProvisionedModelThroughputsRequest = [
|
|
|
4388
3865
|
0,
|
|
4389
3866
|
[_cTA, _cTB, _sEt, _mAE, _nC, _mR, _nT, _sB, _sO],
|
|
4390
3867
|
[
|
|
4391
|
-
[
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
],
|
|
4397
|
-
[
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
[_hQ]: _cTB,
|
|
4401
|
-
},
|
|
4402
|
-
],
|
|
4403
|
-
[
|
|
4404
|
-
0,
|
|
4405
|
-
{
|
|
4406
|
-
[_hQ]: _sEt,
|
|
4407
|
-
},
|
|
4408
|
-
],
|
|
4409
|
-
[
|
|
4410
|
-
0,
|
|
4411
|
-
{
|
|
4412
|
-
[_hQ]: _mAE,
|
|
4413
|
-
},
|
|
4414
|
-
],
|
|
4415
|
-
[
|
|
4416
|
-
0,
|
|
4417
|
-
{
|
|
4418
|
-
[_hQ]: _nC,
|
|
4419
|
-
},
|
|
4420
|
-
],
|
|
4421
|
-
[
|
|
4422
|
-
1,
|
|
4423
|
-
{
|
|
4424
|
-
[_hQ]: _mR,
|
|
4425
|
-
},
|
|
4426
|
-
],
|
|
4427
|
-
[
|
|
4428
|
-
0,
|
|
4429
|
-
{
|
|
4430
|
-
[_hQ]: _nT,
|
|
4431
|
-
},
|
|
4432
|
-
],
|
|
4433
|
-
[
|
|
4434
|
-
0,
|
|
4435
|
-
{
|
|
4436
|
-
[_hQ]: _sB,
|
|
4437
|
-
},
|
|
4438
|
-
],
|
|
4439
|
-
[
|
|
4440
|
-
0,
|
|
4441
|
-
{
|
|
4442
|
-
[_hQ]: _sO,
|
|
4443
|
-
},
|
|
4444
|
-
],
|
|
3868
|
+
[5, { [_hQ]: _cTA }],
|
|
3869
|
+
[5, { [_hQ]: _cTB }],
|
|
3870
|
+
[0, { [_hQ]: _sEt }],
|
|
3871
|
+
[0, { [_hQ]: _mAE }],
|
|
3872
|
+
[0, { [_hQ]: _nC }],
|
|
3873
|
+
[1, { [_hQ]: _mR }],
|
|
3874
|
+
[0, { [_hQ]: _nT }],
|
|
3875
|
+
[0, { [_hQ]: _sB }],
|
|
3876
|
+
[0, { [_hQ]: _sO }],
|
|
4445
3877
|
],
|
|
4446
3878
|
];
|
|
4447
3879
|
var ListProvisionedModelThroughputsResponse = [
|
|
@@ -4648,29 +4080,9 @@ var RequestMetadataBaseFilters = [
|
|
|
4648
4080
|
[() => RequestMetadataMap, 0],
|
|
4649
4081
|
],
|
|
4650
4082
|
];
|
|
4651
|
-
var ResourceInUseException = [
|
|
4652
|
-
-3,
|
|
4653
|
-
n0,
|
|
4654
|
-
_RIUE,
|
|
4655
|
-
{
|
|
4656
|
-
[_e]: _c,
|
|
4657
|
-
[_hE]: 400,
|
|
4658
|
-
},
|
|
4659
|
-
[_m],
|
|
4660
|
-
[0],
|
|
4661
|
-
];
|
|
4083
|
+
var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
4662
4084
|
schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
|
|
4663
|
-
var ResourceNotFoundException = [
|
|
4664
|
-
-3,
|
|
4665
|
-
n0,
|
|
4666
|
-
_RNFE,
|
|
4667
|
-
{
|
|
4668
|
-
[_e]: _c,
|
|
4669
|
-
[_hE]: 404,
|
|
4670
|
-
},
|
|
4671
|
-
[_m],
|
|
4672
|
-
[0],
|
|
4673
|
-
];
|
|
4085
|
+
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
4674
4086
|
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
|
|
4675
4087
|
var RetrieveAndGenerateConfiguration = [
|
|
4676
4088
|
3,
|
|
@@ -4692,6 +4104,22 @@ var RetrieveConfig = [
|
|
|
4692
4104
|
[_kBI, _kBRC],
|
|
4693
4105
|
[0, [() => KnowledgeBaseRetrievalConfiguration, 0]],
|
|
4694
4106
|
];
|
|
4107
|
+
var RFTConfig = [
|
|
4108
|
+
3,
|
|
4109
|
+
n0,
|
|
4110
|
+
_RFTC,
|
|
4111
|
+
0,
|
|
4112
|
+
[_gCr, _hP],
|
|
4113
|
+
[() => GraderConfig, () => RFTHyperParameters],
|
|
4114
|
+
];
|
|
4115
|
+
var RFTHyperParameters = [
|
|
4116
|
+
3,
|
|
4117
|
+
n0,
|
|
4118
|
+
_RFTHP,
|
|
4119
|
+
0,
|
|
4120
|
+
[_eCp, _bSa, _lR, _mPL, _tSPP, _iMTn, _rE, _eIv],
|
|
4121
|
+
[1, 1, 1, 1, 1, 1, 0, 1],
|
|
4122
|
+
];
|
|
4695
4123
|
var RoutingCriteria = [3, n0, _RCo, 0, [_rQD], [1]];
|
|
4696
4124
|
var S3Config = [3, n0, _SC, 0, [_bN, _kP], [0, 0]];
|
|
4697
4125
|
var S3DataSource = [3, n0, _SDS, 0, [_sU], [0]];
|
|
@@ -4704,29 +4132,9 @@ var SageMakerEndpoint = [
|
|
|
4704
4132
|
[_iIC, _iTn, _eRx, _kEK, _vp],
|
|
4705
4133
|
[1, 0, 0, 0, () => VpcConfig],
|
|
4706
4134
|
];
|
|
4707
|
-
var ServiceQuotaExceededException = [
|
|
4708
|
-
-3,
|
|
4709
|
-
n0,
|
|
4710
|
-
_SQEE,
|
|
4711
|
-
{
|
|
4712
|
-
[_e]: _c,
|
|
4713
|
-
[_hE]: 400,
|
|
4714
|
-
},
|
|
4715
|
-
[_m],
|
|
4716
|
-
[0],
|
|
4717
|
-
];
|
|
4135
|
+
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
4718
4136
|
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
|
|
4719
|
-
var ServiceUnavailableException = [
|
|
4720
|
-
-3,
|
|
4721
|
-
n0,
|
|
4722
|
-
_SUE,
|
|
4723
|
-
{
|
|
4724
|
-
[_e]: _se,
|
|
4725
|
-
[_hE]: 503,
|
|
4726
|
-
},
|
|
4727
|
-
[_m],
|
|
4728
|
-
[0],
|
|
4729
|
-
];
|
|
4137
|
+
var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
|
|
4730
4138
|
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
|
|
4731
4139
|
var StartAutomatedReasoningPolicyBuildWorkflowRequest = [
|
|
4732
4140
|
3,
|
|
@@ -4737,13 +4145,7 @@ var StartAutomatedReasoningPolicyBuildWorkflowRequest = [
|
|
|
4737
4145
|
[
|
|
4738
4146
|
[0, 1],
|
|
4739
4147
|
[0, 1],
|
|
4740
|
-
[
|
|
4741
|
-
0,
|
|
4742
|
-
{
|
|
4743
|
-
[_hH]: _xact,
|
|
4744
|
-
[_iTd]: 1,
|
|
4745
|
-
},
|
|
4746
|
-
],
|
|
4148
|
+
[0, { [_hH]: _xact, [_iTd]: 1 }],
|
|
4747
4149
|
[() => AutomatedReasoningPolicyBuildWorkflowSource, 16],
|
|
4748
4150
|
],
|
|
4749
4151
|
];
|
|
@@ -4799,29 +4201,9 @@ var TermDetails = [
|
|
|
4799
4201
|
[() => PricingTerm, () => LegalTerm, () => SupportTerm, () => ValidityTerm],
|
|
4800
4202
|
];
|
|
4801
4203
|
var TextInferenceConfig = [3, n0, _TIC, 0, [_tem, _tPo, _mTa, _sS], [1, 1, 1, 64 | 0]];
|
|
4802
|
-
var ThrottlingException = [
|
|
4803
|
-
-3,
|
|
4804
|
-
n0,
|
|
4805
|
-
_TE,
|
|
4806
|
-
{
|
|
4807
|
-
[_e]: _c,
|
|
4808
|
-
[_hE]: 429,
|
|
4809
|
-
},
|
|
4810
|
-
[_m],
|
|
4811
|
-
[0],
|
|
4812
|
-
];
|
|
4204
|
+
var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
4813
4205
|
schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
|
|
4814
|
-
var TooManyTagsException = [
|
|
4815
|
-
-3,
|
|
4816
|
-
n0,
|
|
4817
|
-
_TMTE,
|
|
4818
|
-
{
|
|
4819
|
-
[_e]: _c,
|
|
4820
|
-
[_hE]: 400,
|
|
4821
|
-
},
|
|
4822
|
-
[_m, _rN],
|
|
4823
|
-
[0, 0],
|
|
4824
|
-
];
|
|
4206
|
+
var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
|
|
4825
4207
|
schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
|
|
4826
4208
|
var TrainingDataConfig = [
|
|
4827
4209
|
3,
|
|
@@ -4897,6 +4279,8 @@ var UpdateAutomatedReasoningPolicyTestCaseResponse = [
|
|
|
4897
4279
|
[_pA, _tCI],
|
|
4898
4280
|
[0, 0],
|
|
4899
4281
|
];
|
|
4282
|
+
var UpdateCustomModelDeploymentRequest = [3, n0, _UCMDR, 0, [_mA, _cMDI], [0, [0, 1]]];
|
|
4283
|
+
var UpdateCustomModelDeploymentResponse = [3, n0, _UCMDRp, 0, [_cMDA], [0]];
|
|
4900
4284
|
var UpdateGuardrailRequest = [
|
|
4901
4285
|
3,
|
|
4902
4286
|
n0,
|
|
@@ -4947,17 +4331,7 @@ var UpdateProvisionedModelThroughputRequest = [
|
|
|
4947
4331
|
var UpdateProvisionedModelThroughputResponse = [3, n0, _UPMTRp, 0, [], []];
|
|
4948
4332
|
var ValidationDataConfig = [3, n0, _VDC, 0, [_val], [() => Validators]];
|
|
4949
4333
|
var ValidationDetails = [3, n0, _VD, 0, [_s, _cTr, _lMT], [0, 5, 5]];
|
|
4950
|
-
var ValidationException = [
|
|
4951
|
-
-3,
|
|
4952
|
-
n0,
|
|
4953
|
-
_VE,
|
|
4954
|
-
{
|
|
4955
|
-
[_e]: _c,
|
|
4956
|
-
[_hE]: 400,
|
|
4957
|
-
},
|
|
4958
|
-
[_m],
|
|
4959
|
-
[0],
|
|
4960
|
-
];
|
|
4334
|
+
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
4961
4335
|
schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
|
|
4962
4336
|
var Validator = [3, n0, _V, 0, [_sU], [0]];
|
|
4963
4337
|
var ValidatorMetric = [3, n0, _VM, 0, [_vL], [1]];
|
|
@@ -5415,7 +4789,14 @@ var AutomatedReasoningPolicyWorkflowTypeContent = [
|
|
|
5415
4789
|
[() => AutomatedReasoningPolicyBuildWorkflowRepairContent, 0],
|
|
5416
4790
|
],
|
|
5417
4791
|
];
|
|
5418
|
-
var CustomizationConfig = [
|
|
4792
|
+
var CustomizationConfig = [
|
|
4793
|
+
3,
|
|
4794
|
+
n0,
|
|
4795
|
+
_CC,
|
|
4796
|
+
0,
|
|
4797
|
+
[_dC, _rCf],
|
|
4798
|
+
[() => DistillationConfig, () => RFTConfig],
|
|
4799
|
+
];
|
|
5419
4800
|
var EndpointConfig = [3, n0, _EC, 0, [_sMa], [() => SageMakerEndpoint]];
|
|
5420
4801
|
var EvaluationConfig = [
|
|
5421
4802
|
3,
|
|
@@ -5457,6 +4838,7 @@ var EvaluationPrecomputedRagSourceConfig = [
|
|
|
5457
4838
|
[() => EvaluationPrecomputedRetrieveSourceConfig, () => EvaluationPrecomputedRetrieveAndGenerateSourceConfig],
|
|
5458
4839
|
];
|
|
5459
4840
|
var EvaluatorModelConfig = [3, n0, _EMCva, 0, [_bEM], [() => BedrockEvaluatorModels]];
|
|
4841
|
+
var GraderConfig = [3, n0, _GCr, 0, [_lG], [() => LambdaGraderConfig]];
|
|
5460
4842
|
var InferenceProfileModelSource = [3, n0, _IPMS, 0, [_cF], [0]];
|
|
5461
4843
|
var InvocationLogSource = [3, n0, _ILS, 0, [_sU], [0]];
|
|
5462
4844
|
var KnowledgeBaseConfig = [
|
|
@@ -5546,9 +4928,7 @@ var BatchDeleteEvaluationJob = [
|
|
|
5546
4928
|
9,
|
|
5547
4929
|
n0,
|
|
5548
4930
|
_BDEJ,
|
|
5549
|
-
{
|
|
5550
|
-
[_ht]: ["POST", "/evaluation-jobs/batch-delete", 202],
|
|
5551
|
-
},
|
|
4931
|
+
{ [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202] },
|
|
5552
4932
|
() => BatchDeleteEvaluationJobRequest,
|
|
5553
4933
|
() => BatchDeleteEvaluationJobResponse,
|
|
5554
4934
|
];
|
|
@@ -5556,9 +4936,7 @@ var CancelAutomatedReasoningPolicyBuildWorkflow = [
|
|
|
5556
4936
|
9,
|
|
5557
4937
|
n0,
|
|
5558
4938
|
_CARPBW,
|
|
5559
|
-
{
|
|
5560
|
-
[_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202],
|
|
5561
|
-
},
|
|
4939
|
+
{ [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202] },
|
|
5562
4940
|
() => CancelAutomatedReasoningPolicyBuildWorkflowRequest,
|
|
5563
4941
|
() => CancelAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
5564
4942
|
];
|
|
@@ -5566,9 +4944,7 @@ var CreateAutomatedReasoningPolicy = [
|
|
|
5566
4944
|
9,
|
|
5567
4945
|
n0,
|
|
5568
4946
|
_CARP,
|
|
5569
|
-
{
|
|
5570
|
-
[_ht]: ["POST", "/automated-reasoning-policies", 200],
|
|
5571
|
-
},
|
|
4947
|
+
{ [_ht]: ["POST", "/automated-reasoning-policies", 200] },
|
|
5572
4948
|
() => CreateAutomatedReasoningPolicyRequest,
|
|
5573
4949
|
() => CreateAutomatedReasoningPolicyResponse,
|
|
5574
4950
|
];
|
|
@@ -5576,9 +4952,7 @@ var CreateAutomatedReasoningPolicyTestCase = [
|
|
|
5576
4952
|
9,
|
|
5577
4953
|
n0,
|
|
5578
4954
|
_CARPTC,
|
|
5579
|
-
{
|
|
5580
|
-
[_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
|
|
5581
|
-
},
|
|
4955
|
+
{ [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
|
|
5582
4956
|
() => CreateAutomatedReasoningPolicyTestCaseRequest,
|
|
5583
4957
|
() => CreateAutomatedReasoningPolicyTestCaseResponse,
|
|
5584
4958
|
];
|
|
@@ -5586,9 +4960,7 @@ var CreateAutomatedReasoningPolicyVersion = [
|
|
|
5586
4960
|
9,
|
|
5587
4961
|
n0,
|
|
5588
4962
|
_CARPV,
|
|
5589
|
-
{
|
|
5590
|
-
[_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200],
|
|
5591
|
-
},
|
|
4963
|
+
{ [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200] },
|
|
5592
4964
|
() => CreateAutomatedReasoningPolicyVersionRequest,
|
|
5593
4965
|
() => CreateAutomatedReasoningPolicyVersionResponse,
|
|
5594
4966
|
];
|
|
@@ -5596,9 +4968,7 @@ var CreateCustomModel = [
|
|
|
5596
4968
|
9,
|
|
5597
4969
|
n0,
|
|
5598
4970
|
_CCM,
|
|
5599
|
-
{
|
|
5600
|
-
[_ht]: ["POST", "/custom-models/create-custom-model", 202],
|
|
5601
|
-
},
|
|
4971
|
+
{ [_ht]: ["POST", "/custom-models/create-custom-model", 202] },
|
|
5602
4972
|
() => CreateCustomModelRequest,
|
|
5603
4973
|
() => CreateCustomModelResponse,
|
|
5604
4974
|
];
|
|
@@ -5606,9 +4976,7 @@ var CreateCustomModelDeployment = [
|
|
|
5606
4976
|
9,
|
|
5607
4977
|
n0,
|
|
5608
4978
|
_CCMD,
|
|
5609
|
-
{
|
|
5610
|
-
[_ht]: ["POST", "/model-customization/custom-model-deployments", 202],
|
|
5611
|
-
},
|
|
4979
|
+
{ [_ht]: ["POST", "/model-customization/custom-model-deployments", 202] },
|
|
5612
4980
|
() => CreateCustomModelDeploymentRequest,
|
|
5613
4981
|
() => CreateCustomModelDeploymentResponse,
|
|
5614
4982
|
];
|
|
@@ -5616,9 +4984,7 @@ var CreateEvaluationJob = [
|
|
|
5616
4984
|
9,
|
|
5617
4985
|
n0,
|
|
5618
4986
|
_CEJ,
|
|
5619
|
-
{
|
|
5620
|
-
[_ht]: ["POST", "/evaluation-jobs", 202],
|
|
5621
|
-
},
|
|
4987
|
+
{ [_ht]: ["POST", "/evaluation-jobs", 202] },
|
|
5622
4988
|
() => CreateEvaluationJobRequest,
|
|
5623
4989
|
() => CreateEvaluationJobResponse,
|
|
5624
4990
|
];
|
|
@@ -5626,9 +4992,7 @@ var CreateFoundationModelAgreement = [
|
|
|
5626
4992
|
9,
|
|
5627
4993
|
n0,
|
|
5628
4994
|
_CFMA,
|
|
5629
|
-
{
|
|
5630
|
-
[_ht]: ["POST", "/create-foundation-model-agreement", 202],
|
|
5631
|
-
},
|
|
4995
|
+
{ [_ht]: ["POST", "/create-foundation-model-agreement", 202] },
|
|
5632
4996
|
() => CreateFoundationModelAgreementRequest,
|
|
5633
4997
|
() => CreateFoundationModelAgreementResponse,
|
|
5634
4998
|
];
|
|
@@ -5636,9 +5000,7 @@ var CreateGuardrail = [
|
|
|
5636
5000
|
9,
|
|
5637
5001
|
n0,
|
|
5638
5002
|
_CG,
|
|
5639
|
-
{
|
|
5640
|
-
[_ht]: ["POST", "/guardrails", 202],
|
|
5641
|
-
},
|
|
5003
|
+
{ [_ht]: ["POST", "/guardrails", 202] },
|
|
5642
5004
|
() => CreateGuardrailRequest,
|
|
5643
5005
|
() => CreateGuardrailResponse,
|
|
5644
5006
|
];
|
|
@@ -5646,9 +5008,7 @@ var CreateGuardrailVersion = [
|
|
|
5646
5008
|
9,
|
|
5647
5009
|
n0,
|
|
5648
5010
|
_CGV,
|
|
5649
|
-
{
|
|
5650
|
-
[_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202],
|
|
5651
|
-
},
|
|
5011
|
+
{ [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202] },
|
|
5652
5012
|
() => CreateGuardrailVersionRequest,
|
|
5653
5013
|
() => CreateGuardrailVersionResponse,
|
|
5654
5014
|
];
|
|
@@ -5656,9 +5016,7 @@ var CreateInferenceProfile = [
|
|
|
5656
5016
|
9,
|
|
5657
5017
|
n0,
|
|
5658
5018
|
_CIP,
|
|
5659
|
-
{
|
|
5660
|
-
[_ht]: ["POST", "/inference-profiles", 201],
|
|
5661
|
-
},
|
|
5019
|
+
{ [_ht]: ["POST", "/inference-profiles", 201] },
|
|
5662
5020
|
() => CreateInferenceProfileRequest,
|
|
5663
5021
|
() => CreateInferenceProfileResponse,
|
|
5664
5022
|
];
|
|
@@ -5666,9 +5024,7 @@ var CreateMarketplaceModelEndpoint = [
|
|
|
5666
5024
|
9,
|
|
5667
5025
|
n0,
|
|
5668
5026
|
_CMME,
|
|
5669
|
-
{
|
|
5670
|
-
[_ht]: ["POST", "/marketplace-model/endpoints", 200],
|
|
5671
|
-
},
|
|
5027
|
+
{ [_ht]: ["POST", "/marketplace-model/endpoints", 200] },
|
|
5672
5028
|
() => CreateMarketplaceModelEndpointRequest,
|
|
5673
5029
|
() => CreateMarketplaceModelEndpointResponse,
|
|
5674
5030
|
];
|
|
@@ -5676,9 +5032,7 @@ var CreateModelCopyJob = [
|
|
|
5676
5032
|
9,
|
|
5677
5033
|
n0,
|
|
5678
5034
|
_CMCJ,
|
|
5679
|
-
{
|
|
5680
|
-
[_ht]: ["POST", "/model-copy-jobs", 201],
|
|
5681
|
-
},
|
|
5035
|
+
{ [_ht]: ["POST", "/model-copy-jobs", 201] },
|
|
5682
5036
|
() => CreateModelCopyJobRequest,
|
|
5683
5037
|
() => CreateModelCopyJobResponse,
|
|
5684
5038
|
];
|
|
@@ -5686,9 +5040,7 @@ var CreateModelCustomizationJob = [
|
|
|
5686
5040
|
9,
|
|
5687
5041
|
n0,
|
|
5688
5042
|
_CMCJr,
|
|
5689
|
-
{
|
|
5690
|
-
[_ht]: ["POST", "/model-customization-jobs", 201],
|
|
5691
|
-
},
|
|
5043
|
+
{ [_ht]: ["POST", "/model-customization-jobs", 201] },
|
|
5692
5044
|
() => CreateModelCustomizationJobRequest,
|
|
5693
5045
|
() => CreateModelCustomizationJobResponse,
|
|
5694
5046
|
];
|
|
@@ -5696,9 +5048,7 @@ var CreateModelImportJob = [
|
|
|
5696
5048
|
9,
|
|
5697
5049
|
n0,
|
|
5698
5050
|
_CMIJ,
|
|
5699
|
-
{
|
|
5700
|
-
[_ht]: ["POST", "/model-import-jobs", 201],
|
|
5701
|
-
},
|
|
5051
|
+
{ [_ht]: ["POST", "/model-import-jobs", 201] },
|
|
5702
5052
|
() => CreateModelImportJobRequest,
|
|
5703
5053
|
() => CreateModelImportJobResponse,
|
|
5704
5054
|
];
|
|
@@ -5706,9 +5056,7 @@ var CreateModelInvocationJob = [
|
|
|
5706
5056
|
9,
|
|
5707
5057
|
n0,
|
|
5708
5058
|
_CMIJr,
|
|
5709
|
-
{
|
|
5710
|
-
[_ht]: ["POST", "/model-invocation-job", 200],
|
|
5711
|
-
},
|
|
5059
|
+
{ [_ht]: ["POST", "/model-invocation-job", 200] },
|
|
5712
5060
|
() => CreateModelInvocationJobRequest,
|
|
5713
5061
|
() => CreateModelInvocationJobResponse,
|
|
5714
5062
|
];
|
|
@@ -5716,9 +5064,7 @@ var CreatePromptRouter = [
|
|
|
5716
5064
|
9,
|
|
5717
5065
|
n0,
|
|
5718
5066
|
_CPR,
|
|
5719
|
-
{
|
|
5720
|
-
[_ht]: ["POST", "/prompt-routers", 200],
|
|
5721
|
-
},
|
|
5067
|
+
{ [_ht]: ["POST", "/prompt-routers", 200] },
|
|
5722
5068
|
() => CreatePromptRouterRequest,
|
|
5723
5069
|
() => CreatePromptRouterResponse,
|
|
5724
5070
|
];
|
|
@@ -5726,9 +5072,7 @@ var CreateProvisionedModelThroughput = [
|
|
|
5726
5072
|
9,
|
|
5727
5073
|
n0,
|
|
5728
5074
|
_CPMT,
|
|
5729
|
-
{
|
|
5730
|
-
[_ht]: ["POST", "/provisioned-model-throughput", 201],
|
|
5731
|
-
},
|
|
5075
|
+
{ [_ht]: ["POST", "/provisioned-model-throughput", 201] },
|
|
5732
5076
|
() => CreateProvisionedModelThroughputRequest,
|
|
5733
5077
|
() => CreateProvisionedModelThroughputResponse,
|
|
5734
5078
|
];
|
|
@@ -5736,9 +5080,7 @@ var DeleteAutomatedReasoningPolicy = [
|
|
|
5736
5080
|
9,
|
|
5737
5081
|
n0,
|
|
5738
5082
|
_DARP,
|
|
5739
|
-
{
|
|
5740
|
-
[_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202],
|
|
5741
|
-
},
|
|
5083
|
+
{ [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202] },
|
|
5742
5084
|
() => DeleteAutomatedReasoningPolicyRequest,
|
|
5743
5085
|
() => DeleteAutomatedReasoningPolicyResponse,
|
|
5744
5086
|
];
|
|
@@ -5746,9 +5088,7 @@ var DeleteAutomatedReasoningPolicyBuildWorkflow = [
|
|
|
5746
5088
|
9,
|
|
5747
5089
|
n0,
|
|
5748
5090
|
_DARPBW,
|
|
5749
|
-
{
|
|
5750
|
-
[_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202],
|
|
5751
|
-
},
|
|
5091
|
+
{ [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202] },
|
|
5752
5092
|
() => DeleteAutomatedReasoningPolicyBuildWorkflowRequest,
|
|
5753
5093
|
() => DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
5754
5094
|
];
|
|
@@ -5756,9 +5096,7 @@ var DeleteAutomatedReasoningPolicyTestCase = [
|
|
|
5756
5096
|
9,
|
|
5757
5097
|
n0,
|
|
5758
5098
|
_DARPTC,
|
|
5759
|
-
{
|
|
5760
|
-
[_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202],
|
|
5761
|
-
},
|
|
5099
|
+
{ [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202] },
|
|
5762
5100
|
() => DeleteAutomatedReasoningPolicyTestCaseRequest,
|
|
5763
5101
|
() => DeleteAutomatedReasoningPolicyTestCaseResponse,
|
|
5764
5102
|
];
|
|
@@ -5766,9 +5104,7 @@ var DeleteCustomModel = [
|
|
|
5766
5104
|
9,
|
|
5767
5105
|
n0,
|
|
5768
5106
|
_DCM,
|
|
5769
|
-
{
|
|
5770
|
-
[_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200],
|
|
5771
|
-
},
|
|
5107
|
+
{ [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200] },
|
|
5772
5108
|
() => DeleteCustomModelRequest,
|
|
5773
5109
|
() => DeleteCustomModelResponse,
|
|
5774
5110
|
];
|
|
@@ -5776,9 +5112,7 @@ var DeleteCustomModelDeployment = [
|
|
|
5776
5112
|
9,
|
|
5777
5113
|
n0,
|
|
5778
5114
|
_DCMD,
|
|
5779
|
-
{
|
|
5780
|
-
[_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
|
|
5781
|
-
},
|
|
5115
|
+
{ [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
|
|
5782
5116
|
() => DeleteCustomModelDeploymentRequest,
|
|
5783
5117
|
() => DeleteCustomModelDeploymentResponse,
|
|
5784
5118
|
];
|
|
@@ -5786,9 +5120,7 @@ var DeleteEnforcedGuardrailConfiguration = [
|
|
|
5786
5120
|
9,
|
|
5787
5121
|
n0,
|
|
5788
5122
|
_DEGC,
|
|
5789
|
-
{
|
|
5790
|
-
[_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200],
|
|
5791
|
-
},
|
|
5123
|
+
{ [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200] },
|
|
5792
5124
|
() => DeleteEnforcedGuardrailConfigurationRequest,
|
|
5793
5125
|
() => DeleteEnforcedGuardrailConfigurationResponse,
|
|
5794
5126
|
];
|
|
@@ -5796,9 +5128,7 @@ var DeleteFoundationModelAgreement = [
|
|
|
5796
5128
|
9,
|
|
5797
5129
|
n0,
|
|
5798
5130
|
_DFMA,
|
|
5799
|
-
{
|
|
5800
|
-
[_ht]: ["POST", "/delete-foundation-model-agreement", 202],
|
|
5801
|
-
},
|
|
5131
|
+
{ [_ht]: ["POST", "/delete-foundation-model-agreement", 202] },
|
|
5802
5132
|
() => DeleteFoundationModelAgreementRequest,
|
|
5803
5133
|
() => DeleteFoundationModelAgreementResponse,
|
|
5804
5134
|
];
|
|
@@ -5806,9 +5136,7 @@ var DeleteGuardrail = [
|
|
|
5806
5136
|
9,
|
|
5807
5137
|
n0,
|
|
5808
5138
|
_DG,
|
|
5809
|
-
{
|
|
5810
|
-
[_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202],
|
|
5811
|
-
},
|
|
5139
|
+
{ [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202] },
|
|
5812
5140
|
() => DeleteGuardrailRequest,
|
|
5813
5141
|
() => DeleteGuardrailResponse,
|
|
5814
5142
|
];
|
|
@@ -5816,9 +5144,7 @@ var DeleteImportedModel = [
|
|
|
5816
5144
|
9,
|
|
5817
5145
|
n0,
|
|
5818
5146
|
_DIM,
|
|
5819
|
-
{
|
|
5820
|
-
[_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200],
|
|
5821
|
-
},
|
|
5147
|
+
{ [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200] },
|
|
5822
5148
|
() => DeleteImportedModelRequest,
|
|
5823
5149
|
() => DeleteImportedModelResponse,
|
|
5824
5150
|
];
|
|
@@ -5826,9 +5152,7 @@ var DeleteInferenceProfile = [
|
|
|
5826
5152
|
9,
|
|
5827
5153
|
n0,
|
|
5828
5154
|
_DIP,
|
|
5829
|
-
{
|
|
5830
|
-
[_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200],
|
|
5831
|
-
},
|
|
5155
|
+
{ [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
|
|
5832
5156
|
() => DeleteInferenceProfileRequest,
|
|
5833
5157
|
() => DeleteInferenceProfileResponse,
|
|
5834
5158
|
];
|
|
@@ -5836,9 +5160,7 @@ var DeleteMarketplaceModelEndpoint = [
|
|
|
5836
5160
|
9,
|
|
5837
5161
|
n0,
|
|
5838
5162
|
_DMME,
|
|
5839
|
-
{
|
|
5840
|
-
[_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200],
|
|
5841
|
-
},
|
|
5163
|
+
{ [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200] },
|
|
5842
5164
|
() => DeleteMarketplaceModelEndpointRequest,
|
|
5843
5165
|
() => DeleteMarketplaceModelEndpointResponse,
|
|
5844
5166
|
];
|
|
@@ -5846,9 +5168,7 @@ var DeleteModelInvocationLoggingConfiguration = [
|
|
|
5846
5168
|
9,
|
|
5847
5169
|
n0,
|
|
5848
5170
|
_DMILC,
|
|
5849
|
-
{
|
|
5850
|
-
[_ht]: ["DELETE", "/logging/modelinvocations", 200],
|
|
5851
|
-
},
|
|
5171
|
+
{ [_ht]: ["DELETE", "/logging/modelinvocations", 200] },
|
|
5852
5172
|
() => DeleteModelInvocationLoggingConfigurationRequest,
|
|
5853
5173
|
() => DeleteModelInvocationLoggingConfigurationResponse,
|
|
5854
5174
|
];
|
|
@@ -5856,9 +5176,7 @@ var DeletePromptRouter = [
|
|
|
5856
5176
|
9,
|
|
5857
5177
|
n0,
|
|
5858
5178
|
_DPRe,
|
|
5859
|
-
{
|
|
5860
|
-
[_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200],
|
|
5861
|
-
},
|
|
5179
|
+
{ [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200] },
|
|
5862
5180
|
() => DeletePromptRouterRequest,
|
|
5863
5181
|
() => DeletePromptRouterResponse,
|
|
5864
5182
|
];
|
|
@@ -5866,9 +5184,7 @@ var DeleteProvisionedModelThroughput = [
|
|
|
5866
5184
|
9,
|
|
5867
5185
|
n0,
|
|
5868
5186
|
_DPMT,
|
|
5869
|
-
{
|
|
5870
|
-
[_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200],
|
|
5871
|
-
},
|
|
5187
|
+
{ [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200] },
|
|
5872
5188
|
() => DeleteProvisionedModelThroughputRequest,
|
|
5873
5189
|
() => DeleteProvisionedModelThroughputResponse,
|
|
5874
5190
|
];
|
|
@@ -5876,9 +5192,7 @@ var DeregisterMarketplaceModelEndpoint = [
|
|
|
5876
5192
|
9,
|
|
5877
5193
|
n0,
|
|
5878
5194
|
_DMMEe,
|
|
5879
|
-
{
|
|
5880
|
-
[_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200],
|
|
5881
|
-
},
|
|
5195
|
+
{ [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200] },
|
|
5882
5196
|
() => DeregisterMarketplaceModelEndpointRequest,
|
|
5883
5197
|
() => DeregisterMarketplaceModelEndpointResponse,
|
|
5884
5198
|
];
|
|
@@ -5886,9 +5200,7 @@ var ExportAutomatedReasoningPolicyVersion = [
|
|
|
5886
5200
|
9,
|
|
5887
5201
|
n0,
|
|
5888
5202
|
_EARPV,
|
|
5889
|
-
{
|
|
5890
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200],
|
|
5891
|
-
},
|
|
5203
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200] },
|
|
5892
5204
|
() => ExportAutomatedReasoningPolicyVersionRequest,
|
|
5893
5205
|
() => ExportAutomatedReasoningPolicyVersionResponse,
|
|
5894
5206
|
];
|
|
@@ -5896,9 +5208,7 @@ var GetAutomatedReasoningPolicy = [
|
|
|
5896
5208
|
9,
|
|
5897
5209
|
n0,
|
|
5898
5210
|
_GARPe,
|
|
5899
|
-
{
|
|
5900
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200],
|
|
5901
|
-
},
|
|
5211
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200] },
|
|
5902
5212
|
() => GetAutomatedReasoningPolicyRequest,
|
|
5903
5213
|
() => GetAutomatedReasoningPolicyResponse,
|
|
5904
5214
|
];
|
|
@@ -5906,9 +5216,7 @@ var GetAutomatedReasoningPolicyAnnotations = [
|
|
|
5906
5216
|
9,
|
|
5907
5217
|
n0,
|
|
5908
5218
|
_GARPA,
|
|
5909
|
-
{
|
|
5910
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
|
|
5911
|
-
},
|
|
5219
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
|
|
5912
5220
|
() => GetAutomatedReasoningPolicyAnnotationsRequest,
|
|
5913
5221
|
() => GetAutomatedReasoningPolicyAnnotationsResponse,
|
|
5914
5222
|
];
|
|
@@ -5916,9 +5224,7 @@ var GetAutomatedReasoningPolicyBuildWorkflow = [
|
|
|
5916
5224
|
9,
|
|
5917
5225
|
n0,
|
|
5918
5226
|
_GARPBW,
|
|
5919
|
-
{
|
|
5920
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200],
|
|
5921
|
-
},
|
|
5227
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200] },
|
|
5922
5228
|
() => GetAutomatedReasoningPolicyBuildWorkflowRequest,
|
|
5923
5229
|
() => GetAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
5924
5230
|
];
|
|
@@ -5926,9 +5232,7 @@ var GetAutomatedReasoningPolicyBuildWorkflowResultAssets = [
|
|
|
5926
5232
|
9,
|
|
5927
5233
|
n0,
|
|
5928
5234
|
_GARPBWRA,
|
|
5929
|
-
{
|
|
5930
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200],
|
|
5931
|
-
},
|
|
5235
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200] },
|
|
5932
5236
|
() => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest,
|
|
5933
5237
|
() => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse,
|
|
5934
5238
|
];
|
|
@@ -5936,9 +5240,7 @@ var GetAutomatedReasoningPolicyNextScenario = [
|
|
|
5936
5240
|
9,
|
|
5937
5241
|
n0,
|
|
5938
5242
|
_GARPNS,
|
|
5939
|
-
{
|
|
5940
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200],
|
|
5941
|
-
},
|
|
5243
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200] },
|
|
5942
5244
|
() => GetAutomatedReasoningPolicyNextScenarioRequest,
|
|
5943
5245
|
() => GetAutomatedReasoningPolicyNextScenarioResponse,
|
|
5944
5246
|
];
|
|
@@ -5946,9 +5248,7 @@ var GetAutomatedReasoningPolicyTestCase = [
|
|
|
5946
5248
|
9,
|
|
5947
5249
|
n0,
|
|
5948
5250
|
_GARPTC,
|
|
5949
|
-
{
|
|
5950
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
|
|
5951
|
-
},
|
|
5251
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
|
|
5952
5252
|
() => GetAutomatedReasoningPolicyTestCaseRequest,
|
|
5953
5253
|
() => GetAutomatedReasoningPolicyTestCaseResponse,
|
|
5954
5254
|
];
|
|
@@ -5970,9 +5270,7 @@ var GetCustomModel = [
|
|
|
5970
5270
|
9,
|
|
5971
5271
|
n0,
|
|
5972
5272
|
_GCM,
|
|
5973
|
-
{
|
|
5974
|
-
[_ht]: ["GET", "/custom-models/{modelIdentifier}", 200],
|
|
5975
|
-
},
|
|
5273
|
+
{ [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200] },
|
|
5976
5274
|
() => GetCustomModelRequest,
|
|
5977
5275
|
() => GetCustomModelResponse,
|
|
5978
5276
|
];
|
|
@@ -5980,9 +5278,7 @@ var GetCustomModelDeployment = [
|
|
|
5980
5278
|
9,
|
|
5981
5279
|
n0,
|
|
5982
5280
|
_GCMD,
|
|
5983
|
-
{
|
|
5984
|
-
[_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
|
|
5985
|
-
},
|
|
5281
|
+
{ [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
|
|
5986
5282
|
() => GetCustomModelDeploymentRequest,
|
|
5987
5283
|
() => GetCustomModelDeploymentResponse,
|
|
5988
5284
|
];
|
|
@@ -5990,9 +5286,7 @@ var GetEvaluationJob = [
|
|
|
5990
5286
|
9,
|
|
5991
5287
|
n0,
|
|
5992
5288
|
_GEJ,
|
|
5993
|
-
{
|
|
5994
|
-
[_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200],
|
|
5995
|
-
},
|
|
5289
|
+
{ [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200] },
|
|
5996
5290
|
() => GetEvaluationJobRequest,
|
|
5997
5291
|
() => GetEvaluationJobResponse,
|
|
5998
5292
|
];
|
|
@@ -6000,9 +5294,7 @@ var GetFoundationModel = [
|
|
|
6000
5294
|
9,
|
|
6001
5295
|
n0,
|
|
6002
5296
|
_GFM,
|
|
6003
|
-
{
|
|
6004
|
-
[_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200],
|
|
6005
|
-
},
|
|
5297
|
+
{ [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200] },
|
|
6006
5298
|
() => GetFoundationModelRequest,
|
|
6007
5299
|
() => GetFoundationModelResponse,
|
|
6008
5300
|
];
|
|
@@ -6010,9 +5302,7 @@ var GetFoundationModelAvailability = [
|
|
|
6010
5302
|
9,
|
|
6011
5303
|
n0,
|
|
6012
5304
|
_GFMA,
|
|
6013
|
-
{
|
|
6014
|
-
[_ht]: ["GET", "/foundation-model-availability/{modelId}", 200],
|
|
6015
|
-
},
|
|
5305
|
+
{ [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200] },
|
|
6016
5306
|
() => GetFoundationModelAvailabilityRequest,
|
|
6017
5307
|
() => GetFoundationModelAvailabilityResponse,
|
|
6018
5308
|
];
|
|
@@ -6020,9 +5310,7 @@ var GetGuardrail = [
|
|
|
6020
5310
|
9,
|
|
6021
5311
|
n0,
|
|
6022
5312
|
_GG,
|
|
6023
|
-
{
|
|
6024
|
-
[_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200],
|
|
6025
|
-
},
|
|
5313
|
+
{ [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200] },
|
|
6026
5314
|
() => GetGuardrailRequest,
|
|
6027
5315
|
() => GetGuardrailResponse,
|
|
6028
5316
|
];
|
|
@@ -6030,9 +5318,7 @@ var GetImportedModel = [
|
|
|
6030
5318
|
9,
|
|
6031
5319
|
n0,
|
|
6032
5320
|
_GIM,
|
|
6033
|
-
{
|
|
6034
|
-
[_ht]: ["GET", "/imported-models/{modelIdentifier}", 200],
|
|
6035
|
-
},
|
|
5321
|
+
{ [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200] },
|
|
6036
5322
|
() => GetImportedModelRequest,
|
|
6037
5323
|
() => GetImportedModelResponse,
|
|
6038
5324
|
];
|
|
@@ -6040,9 +5326,7 @@ var GetInferenceProfile = [
|
|
|
6040
5326
|
9,
|
|
6041
5327
|
n0,
|
|
6042
5328
|
_GIP,
|
|
6043
|
-
{
|
|
6044
|
-
[_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200],
|
|
6045
|
-
},
|
|
5329
|
+
{ [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
|
|
6046
5330
|
() => GetInferenceProfileRequest,
|
|
6047
5331
|
() => GetInferenceProfileResponse,
|
|
6048
5332
|
];
|
|
@@ -6050,9 +5334,7 @@ var GetMarketplaceModelEndpoint = [
|
|
|
6050
5334
|
9,
|
|
6051
5335
|
n0,
|
|
6052
5336
|
_GMME,
|
|
6053
|
-
{
|
|
6054
|
-
[_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200],
|
|
6055
|
-
},
|
|
5337
|
+
{ [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200] },
|
|
6056
5338
|
() => GetMarketplaceModelEndpointRequest,
|
|
6057
5339
|
() => GetMarketplaceModelEndpointResponse,
|
|
6058
5340
|
];
|
|
@@ -6060,9 +5342,7 @@ var GetModelCopyJob = [
|
|
|
6060
5342
|
9,
|
|
6061
5343
|
n0,
|
|
6062
5344
|
_GMCJ,
|
|
6063
|
-
{
|
|
6064
|
-
[_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200],
|
|
6065
|
-
},
|
|
5345
|
+
{ [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200] },
|
|
6066
5346
|
() => GetModelCopyJobRequest,
|
|
6067
5347
|
() => GetModelCopyJobResponse,
|
|
6068
5348
|
];
|
|
@@ -6070,9 +5350,7 @@ var GetModelCustomizationJob = [
|
|
|
6070
5350
|
9,
|
|
6071
5351
|
n0,
|
|
6072
5352
|
_GMCJe,
|
|
6073
|
-
{
|
|
6074
|
-
[_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200],
|
|
6075
|
-
},
|
|
5353
|
+
{ [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200] },
|
|
6076
5354
|
() => GetModelCustomizationJobRequest,
|
|
6077
5355
|
() => GetModelCustomizationJobResponse,
|
|
6078
5356
|
];
|
|
@@ -6080,9 +5358,7 @@ var GetModelImportJob = [
|
|
|
6080
5358
|
9,
|
|
6081
5359
|
n0,
|
|
6082
5360
|
_GMIJ,
|
|
6083
|
-
{
|
|
6084
|
-
[_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200],
|
|
6085
|
-
},
|
|
5361
|
+
{ [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200] },
|
|
6086
5362
|
() => GetModelImportJobRequest,
|
|
6087
5363
|
() => GetModelImportJobResponse,
|
|
6088
5364
|
];
|
|
@@ -6090,9 +5366,7 @@ var GetModelInvocationJob = [
|
|
|
6090
5366
|
9,
|
|
6091
5367
|
n0,
|
|
6092
5368
|
_GMIJe,
|
|
6093
|
-
{
|
|
6094
|
-
[_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200],
|
|
6095
|
-
},
|
|
5369
|
+
{ [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200] },
|
|
6096
5370
|
() => GetModelInvocationJobRequest,
|
|
6097
5371
|
() => GetModelInvocationJobResponse,
|
|
6098
5372
|
];
|
|
@@ -6100,9 +5374,7 @@ var GetModelInvocationLoggingConfiguration = [
|
|
|
6100
5374
|
9,
|
|
6101
5375
|
n0,
|
|
6102
5376
|
_GMILC,
|
|
6103
|
-
{
|
|
6104
|
-
[_ht]: ["GET", "/logging/modelinvocations", 200],
|
|
6105
|
-
},
|
|
5377
|
+
{ [_ht]: ["GET", "/logging/modelinvocations", 200] },
|
|
6106
5378
|
() => GetModelInvocationLoggingConfigurationRequest,
|
|
6107
5379
|
() => GetModelInvocationLoggingConfigurationResponse,
|
|
6108
5380
|
];
|
|
@@ -6110,9 +5382,7 @@ var GetPromptRouter = [
|
|
|
6110
5382
|
9,
|
|
6111
5383
|
n0,
|
|
6112
5384
|
_GPR,
|
|
6113
|
-
{
|
|
6114
|
-
[_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200],
|
|
6115
|
-
},
|
|
5385
|
+
{ [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200] },
|
|
6116
5386
|
() => GetPromptRouterRequest,
|
|
6117
5387
|
() => GetPromptRouterResponse,
|
|
6118
5388
|
];
|
|
@@ -6120,9 +5390,7 @@ var GetProvisionedModelThroughput = [
|
|
|
6120
5390
|
9,
|
|
6121
5391
|
n0,
|
|
6122
5392
|
_GPMT,
|
|
6123
|
-
{
|
|
6124
|
-
[_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200],
|
|
6125
|
-
},
|
|
5393
|
+
{ [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200] },
|
|
6126
5394
|
() => GetProvisionedModelThroughputRequest,
|
|
6127
5395
|
() => GetProvisionedModelThroughputResponse,
|
|
6128
5396
|
];
|
|
@@ -6130,9 +5398,7 @@ var GetUseCaseForModelAccess = [
|
|
|
6130
5398
|
9,
|
|
6131
5399
|
n0,
|
|
6132
5400
|
_GUCFMA,
|
|
6133
|
-
{
|
|
6134
|
-
[_ht]: ["GET", "/use-case-for-model-access", 200],
|
|
6135
|
-
},
|
|
5401
|
+
{ [_ht]: ["GET", "/use-case-for-model-access", 200] },
|
|
6136
5402
|
() => GetUseCaseForModelAccessRequest,
|
|
6137
5403
|
() => GetUseCaseForModelAccessResponse,
|
|
6138
5404
|
];
|
|
@@ -6140,9 +5406,7 @@ var ListAutomatedReasoningPolicies = [
|
|
|
6140
5406
|
9,
|
|
6141
5407
|
n0,
|
|
6142
5408
|
_LARP,
|
|
6143
|
-
{
|
|
6144
|
-
[_ht]: ["GET", "/automated-reasoning-policies", 200],
|
|
6145
|
-
},
|
|
5409
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies", 200] },
|
|
6146
5410
|
() => ListAutomatedReasoningPoliciesRequest,
|
|
6147
5411
|
() => ListAutomatedReasoningPoliciesResponse,
|
|
6148
5412
|
];
|
|
@@ -6150,9 +5414,7 @@ var ListAutomatedReasoningPolicyBuildWorkflows = [
|
|
|
6150
5414
|
9,
|
|
6151
5415
|
n0,
|
|
6152
5416
|
_LARPBW,
|
|
6153
|
-
{
|
|
6154
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200],
|
|
6155
|
-
},
|
|
5417
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200] },
|
|
6156
5418
|
() => ListAutomatedReasoningPolicyBuildWorkflowsRequest,
|
|
6157
5419
|
() => ListAutomatedReasoningPolicyBuildWorkflowsResponse,
|
|
6158
5420
|
];
|
|
@@ -6160,9 +5422,7 @@ var ListAutomatedReasoningPolicyTestCases = [
|
|
|
6160
5422
|
9,
|
|
6161
5423
|
n0,
|
|
6162
5424
|
_LARPTC,
|
|
6163
|
-
{
|
|
6164
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
|
|
6165
|
-
},
|
|
5425
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
|
|
6166
5426
|
() => ListAutomatedReasoningPolicyTestCasesRequest,
|
|
6167
5427
|
() => ListAutomatedReasoningPolicyTestCasesResponse,
|
|
6168
5428
|
];
|
|
@@ -6170,9 +5430,7 @@ var ListAutomatedReasoningPolicyTestResults = [
|
|
|
6170
5430
|
9,
|
|
6171
5431
|
n0,
|
|
6172
5432
|
_LARPTR,
|
|
6173
|
-
{
|
|
6174
|
-
[_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200],
|
|
6175
|
-
},
|
|
5433
|
+
{ [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200] },
|
|
6176
5434
|
() => ListAutomatedReasoningPolicyTestResultsRequest,
|
|
6177
5435
|
() => ListAutomatedReasoningPolicyTestResultsResponse,
|
|
6178
5436
|
];
|
|
@@ -6180,9 +5438,7 @@ var ListCustomModelDeployments = [
|
|
|
6180
5438
|
9,
|
|
6181
5439
|
n0,
|
|
6182
5440
|
_LCMD,
|
|
6183
|
-
{
|
|
6184
|
-
[_ht]: ["GET", "/model-customization/custom-model-deployments", 200],
|
|
6185
|
-
},
|
|
5441
|
+
{ [_ht]: ["GET", "/model-customization/custom-model-deployments", 200] },
|
|
6186
5442
|
() => ListCustomModelDeploymentsRequest,
|
|
6187
5443
|
() => ListCustomModelDeploymentsResponse,
|
|
6188
5444
|
];
|
|
@@ -6190,9 +5446,7 @@ var ListCustomModels = [
|
|
|
6190
5446
|
9,
|
|
6191
5447
|
n0,
|
|
6192
5448
|
_LCM,
|
|
6193
|
-
{
|
|
6194
|
-
[_ht]: ["GET", "/custom-models", 200],
|
|
6195
|
-
},
|
|
5449
|
+
{ [_ht]: ["GET", "/custom-models", 200] },
|
|
6196
5450
|
() => ListCustomModelsRequest,
|
|
6197
5451
|
() => ListCustomModelsResponse,
|
|
6198
5452
|
];
|
|
@@ -6200,9 +5454,7 @@ var ListEnforcedGuardrailsConfiguration = [
|
|
|
6200
5454
|
9,
|
|
6201
5455
|
n0,
|
|
6202
5456
|
_LEGC,
|
|
6203
|
-
{
|
|
6204
|
-
[_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200],
|
|
6205
|
-
},
|
|
5457
|
+
{ [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200] },
|
|
6206
5458
|
() => ListEnforcedGuardrailsConfigurationRequest,
|
|
6207
5459
|
() => ListEnforcedGuardrailsConfigurationResponse,
|
|
6208
5460
|
];
|
|
@@ -6210,9 +5462,7 @@ var ListEvaluationJobs = [
|
|
|
6210
5462
|
9,
|
|
6211
5463
|
n0,
|
|
6212
5464
|
_LEJ,
|
|
6213
|
-
{
|
|
6214
|
-
[_ht]: ["GET", "/evaluation-jobs", 200],
|
|
6215
|
-
},
|
|
5465
|
+
{ [_ht]: ["GET", "/evaluation-jobs", 200] },
|
|
6216
5466
|
() => ListEvaluationJobsRequest,
|
|
6217
5467
|
() => ListEvaluationJobsResponse,
|
|
6218
5468
|
];
|
|
@@ -6220,9 +5470,7 @@ var ListFoundationModelAgreementOffers = [
|
|
|
6220
5470
|
9,
|
|
6221
5471
|
n0,
|
|
6222
5472
|
_LFMAO,
|
|
6223
|
-
{
|
|
6224
|
-
[_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200],
|
|
6225
|
-
},
|
|
5473
|
+
{ [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200] },
|
|
6226
5474
|
() => ListFoundationModelAgreementOffersRequest,
|
|
6227
5475
|
() => ListFoundationModelAgreementOffersResponse,
|
|
6228
5476
|
];
|
|
@@ -6230,9 +5478,7 @@ var ListFoundationModels = [
|
|
|
6230
5478
|
9,
|
|
6231
5479
|
n0,
|
|
6232
5480
|
_LFM,
|
|
6233
|
-
{
|
|
6234
|
-
[_ht]: ["GET", "/foundation-models", 200],
|
|
6235
|
-
},
|
|
5481
|
+
{ [_ht]: ["GET", "/foundation-models", 200] },
|
|
6236
5482
|
() => ListFoundationModelsRequest,
|
|
6237
5483
|
() => ListFoundationModelsResponse,
|
|
6238
5484
|
];
|
|
@@ -6240,9 +5486,7 @@ var ListGuardrails = [
|
|
|
6240
5486
|
9,
|
|
6241
5487
|
n0,
|
|
6242
5488
|
_LG,
|
|
6243
|
-
{
|
|
6244
|
-
[_ht]: ["GET", "/guardrails", 200],
|
|
6245
|
-
},
|
|
5489
|
+
{ [_ht]: ["GET", "/guardrails", 200] },
|
|
6246
5490
|
() => ListGuardrailsRequest,
|
|
6247
5491
|
() => ListGuardrailsResponse,
|
|
6248
5492
|
];
|
|
@@ -6250,9 +5494,7 @@ var ListImportedModels = [
|
|
|
6250
5494
|
9,
|
|
6251
5495
|
n0,
|
|
6252
5496
|
_LIM,
|
|
6253
|
-
{
|
|
6254
|
-
[_ht]: ["GET", "/imported-models", 200],
|
|
6255
|
-
},
|
|
5497
|
+
{ [_ht]: ["GET", "/imported-models", 200] },
|
|
6256
5498
|
() => ListImportedModelsRequest,
|
|
6257
5499
|
() => ListImportedModelsResponse,
|
|
6258
5500
|
];
|
|
@@ -6260,9 +5502,7 @@ var ListInferenceProfiles = [
|
|
|
6260
5502
|
9,
|
|
6261
5503
|
n0,
|
|
6262
5504
|
_LIP,
|
|
6263
|
-
{
|
|
6264
|
-
[_ht]: ["GET", "/inference-profiles", 200],
|
|
6265
|
-
},
|
|
5505
|
+
{ [_ht]: ["GET", "/inference-profiles", 200] },
|
|
6266
5506
|
() => ListInferenceProfilesRequest,
|
|
6267
5507
|
() => ListInferenceProfilesResponse,
|
|
6268
5508
|
];
|
|
@@ -6270,9 +5510,7 @@ var ListMarketplaceModelEndpoints = [
|
|
|
6270
5510
|
9,
|
|
6271
5511
|
n0,
|
|
6272
5512
|
_LMME,
|
|
6273
|
-
{
|
|
6274
|
-
[_ht]: ["GET", "/marketplace-model/endpoints", 200],
|
|
6275
|
-
},
|
|
5513
|
+
{ [_ht]: ["GET", "/marketplace-model/endpoints", 200] },
|
|
6276
5514
|
() => ListMarketplaceModelEndpointsRequest,
|
|
6277
5515
|
() => ListMarketplaceModelEndpointsResponse,
|
|
6278
5516
|
];
|
|
@@ -6280,9 +5518,7 @@ var ListModelCopyJobs = [
|
|
|
6280
5518
|
9,
|
|
6281
5519
|
n0,
|
|
6282
5520
|
_LMCJ,
|
|
6283
|
-
{
|
|
6284
|
-
[_ht]: ["GET", "/model-copy-jobs", 200],
|
|
6285
|
-
},
|
|
5521
|
+
{ [_ht]: ["GET", "/model-copy-jobs", 200] },
|
|
6286
5522
|
() => ListModelCopyJobsRequest,
|
|
6287
5523
|
() => ListModelCopyJobsResponse,
|
|
6288
5524
|
];
|
|
@@ -6290,9 +5526,7 @@ var ListModelCustomizationJobs = [
|
|
|
6290
5526
|
9,
|
|
6291
5527
|
n0,
|
|
6292
5528
|
_LMCJi,
|
|
6293
|
-
{
|
|
6294
|
-
[_ht]: ["GET", "/model-customization-jobs", 200],
|
|
6295
|
-
},
|
|
5529
|
+
{ [_ht]: ["GET", "/model-customization-jobs", 200] },
|
|
6296
5530
|
() => ListModelCustomizationJobsRequest,
|
|
6297
5531
|
() => ListModelCustomizationJobsResponse,
|
|
6298
5532
|
];
|
|
@@ -6300,9 +5534,7 @@ var ListModelImportJobs = [
|
|
|
6300
5534
|
9,
|
|
6301
5535
|
n0,
|
|
6302
5536
|
_LMIJ,
|
|
6303
|
-
{
|
|
6304
|
-
[_ht]: ["GET", "/model-import-jobs", 200],
|
|
6305
|
-
},
|
|
5537
|
+
{ [_ht]: ["GET", "/model-import-jobs", 200] },
|
|
6306
5538
|
() => ListModelImportJobsRequest,
|
|
6307
5539
|
() => ListModelImportJobsResponse,
|
|
6308
5540
|
];
|
|
@@ -6310,9 +5542,7 @@ var ListModelInvocationJobs = [
|
|
|
6310
5542
|
9,
|
|
6311
5543
|
n0,
|
|
6312
5544
|
_LMIJi,
|
|
6313
|
-
{
|
|
6314
|
-
[_ht]: ["GET", "/model-invocation-jobs", 200],
|
|
6315
|
-
},
|
|
5545
|
+
{ [_ht]: ["GET", "/model-invocation-jobs", 200] },
|
|
6316
5546
|
() => ListModelInvocationJobsRequest,
|
|
6317
5547
|
() => ListModelInvocationJobsResponse,
|
|
6318
5548
|
];
|
|
@@ -6320,9 +5550,7 @@ var ListPromptRouters = [
|
|
|
6320
5550
|
9,
|
|
6321
5551
|
n0,
|
|
6322
5552
|
_LPR,
|
|
6323
|
-
{
|
|
6324
|
-
[_ht]: ["GET", "/prompt-routers", 200],
|
|
6325
|
-
},
|
|
5553
|
+
{ [_ht]: ["GET", "/prompt-routers", 200] },
|
|
6326
5554
|
() => ListPromptRoutersRequest,
|
|
6327
5555
|
() => ListPromptRoutersResponse,
|
|
6328
5556
|
];
|
|
@@ -6330,9 +5558,7 @@ var ListProvisionedModelThroughputs = [
|
|
|
6330
5558
|
9,
|
|
6331
5559
|
n0,
|
|
6332
5560
|
_LPMT,
|
|
6333
|
-
{
|
|
6334
|
-
[_ht]: ["GET", "/provisioned-model-throughputs", 200],
|
|
6335
|
-
},
|
|
5561
|
+
{ [_ht]: ["GET", "/provisioned-model-throughputs", 200] },
|
|
6336
5562
|
() => ListProvisionedModelThroughputsRequest,
|
|
6337
5563
|
() => ListProvisionedModelThroughputsResponse,
|
|
6338
5564
|
];
|
|
@@ -6340,9 +5566,7 @@ var ListTagsForResource = [
|
|
|
6340
5566
|
9,
|
|
6341
5567
|
n0,
|
|
6342
5568
|
_LTFR,
|
|
6343
|
-
{
|
|
6344
|
-
[_ht]: ["POST", "/listTagsForResource", 200],
|
|
6345
|
-
},
|
|
5569
|
+
{ [_ht]: ["POST", "/listTagsForResource", 200] },
|
|
6346
5570
|
() => ListTagsForResourceRequest,
|
|
6347
5571
|
() => ListTagsForResourceResponse,
|
|
6348
5572
|
];
|
|
@@ -6350,9 +5574,7 @@ var PutEnforcedGuardrailConfiguration = [
|
|
|
6350
5574
|
9,
|
|
6351
5575
|
n0,
|
|
6352
5576
|
_PEGC,
|
|
6353
|
-
{
|
|
6354
|
-
[_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200],
|
|
6355
|
-
},
|
|
5577
|
+
{ [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200] },
|
|
6356
5578
|
() => PutEnforcedGuardrailConfigurationRequest,
|
|
6357
5579
|
() => PutEnforcedGuardrailConfigurationResponse,
|
|
6358
5580
|
];
|
|
@@ -6360,9 +5582,7 @@ var PutModelInvocationLoggingConfiguration = [
|
|
|
6360
5582
|
9,
|
|
6361
5583
|
n0,
|
|
6362
5584
|
_PMILC,
|
|
6363
|
-
{
|
|
6364
|
-
[_ht]: ["PUT", "/logging/modelinvocations", 200],
|
|
6365
|
-
},
|
|
5585
|
+
{ [_ht]: ["PUT", "/logging/modelinvocations", 200] },
|
|
6366
5586
|
() => PutModelInvocationLoggingConfigurationRequest,
|
|
6367
5587
|
() => PutModelInvocationLoggingConfigurationResponse,
|
|
6368
5588
|
];
|
|
@@ -6370,9 +5590,7 @@ var PutUseCaseForModelAccess = [
|
|
|
6370
5590
|
9,
|
|
6371
5591
|
n0,
|
|
6372
5592
|
_PUCFMA,
|
|
6373
|
-
{
|
|
6374
|
-
[_ht]: ["POST", "/use-case-for-model-access", 201],
|
|
6375
|
-
},
|
|
5593
|
+
{ [_ht]: ["POST", "/use-case-for-model-access", 201] },
|
|
6376
5594
|
() => PutUseCaseForModelAccessRequest,
|
|
6377
5595
|
() => PutUseCaseForModelAccessResponse,
|
|
6378
5596
|
];
|
|
@@ -6380,9 +5598,7 @@ var RegisterMarketplaceModelEndpoint = [
|
|
|
6380
5598
|
9,
|
|
6381
5599
|
n0,
|
|
6382
5600
|
_RMME,
|
|
6383
|
-
{
|
|
6384
|
-
[_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200],
|
|
6385
|
-
},
|
|
5601
|
+
{ [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200] },
|
|
6386
5602
|
() => RegisterMarketplaceModelEndpointRequest,
|
|
6387
5603
|
() => RegisterMarketplaceModelEndpointResponse,
|
|
6388
5604
|
];
|
|
@@ -6390,9 +5606,7 @@ var StartAutomatedReasoningPolicyBuildWorkflow = [
|
|
|
6390
5606
|
9,
|
|
6391
5607
|
n0,
|
|
6392
5608
|
_SARPBW,
|
|
6393
|
-
{
|
|
6394
|
-
[_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200],
|
|
6395
|
-
},
|
|
5609
|
+
{ [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200] },
|
|
6396
5610
|
() => StartAutomatedReasoningPolicyBuildWorkflowRequest,
|
|
6397
5611
|
() => StartAutomatedReasoningPolicyBuildWorkflowResponse,
|
|
6398
5612
|
];
|
|
@@ -6410,9 +5624,7 @@ var StopEvaluationJob = [
|
|
|
6410
5624
|
9,
|
|
6411
5625
|
n0,
|
|
6412
5626
|
_SEJ,
|
|
6413
|
-
{
|
|
6414
|
-
[_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200],
|
|
6415
|
-
},
|
|
5627
|
+
{ [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200] },
|
|
6416
5628
|
() => StopEvaluationJobRequest,
|
|
6417
5629
|
() => StopEvaluationJobResponse,
|
|
6418
5630
|
];
|
|
@@ -6420,9 +5632,7 @@ var StopModelCustomizationJob = [
|
|
|
6420
5632
|
9,
|
|
6421
5633
|
n0,
|
|
6422
5634
|
_SMCJ,
|
|
6423
|
-
{
|
|
6424
|
-
[_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200],
|
|
6425
|
-
},
|
|
5635
|
+
{ [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200] },
|
|
6426
5636
|
() => StopModelCustomizationJobRequest,
|
|
6427
5637
|
() => StopModelCustomizationJobResponse,
|
|
6428
5638
|
];
|
|
@@ -6430,9 +5640,7 @@ var StopModelInvocationJob = [
|
|
|
6430
5640
|
9,
|
|
6431
5641
|
n0,
|
|
6432
5642
|
_SMIJ,
|
|
6433
|
-
{
|
|
6434
|
-
[_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200],
|
|
6435
|
-
},
|
|
5643
|
+
{ [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200] },
|
|
6436
5644
|
() => StopModelInvocationJobRequest,
|
|
6437
5645
|
() => StopModelInvocationJobResponse,
|
|
6438
5646
|
];
|
|
@@ -6440,9 +5648,7 @@ var TagResource = [
|
|
|
6440
5648
|
9,
|
|
6441
5649
|
n0,
|
|
6442
5650
|
_TR,
|
|
6443
|
-
{
|
|
6444
|
-
[_ht]: ["POST", "/tagResource", 200],
|
|
6445
|
-
},
|
|
5651
|
+
{ [_ht]: ["POST", "/tagResource", 200] },
|
|
6446
5652
|
() => TagResourceRequest,
|
|
6447
5653
|
() => TagResourceResponse,
|
|
6448
5654
|
];
|
|
@@ -6450,9 +5656,7 @@ var UntagResource = [
|
|
|
6450
5656
|
9,
|
|
6451
5657
|
n0,
|
|
6452
5658
|
_UR,
|
|
6453
|
-
{
|
|
6454
|
-
[_ht]: ["POST", "/untagResource", 200],
|
|
6455
|
-
},
|
|
5659
|
+
{ [_ht]: ["POST", "/untagResource", 200] },
|
|
6456
5660
|
() => UntagResourceRequest,
|
|
6457
5661
|
() => UntagResourceResponse,
|
|
6458
5662
|
];
|
|
@@ -6460,9 +5664,7 @@ var UpdateAutomatedReasoningPolicy = [
|
|
|
6460
5664
|
9,
|
|
6461
5665
|
n0,
|
|
6462
5666
|
_UARP,
|
|
6463
|
-
{
|
|
6464
|
-
[_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200],
|
|
6465
|
-
},
|
|
5667
|
+
{ [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200] },
|
|
6466
5668
|
() => UpdateAutomatedReasoningPolicyRequest,
|
|
6467
5669
|
() => UpdateAutomatedReasoningPolicyResponse,
|
|
6468
5670
|
];
|
|
@@ -6470,9 +5672,7 @@ var UpdateAutomatedReasoningPolicyAnnotations = [
|
|
|
6470
5672
|
9,
|
|
6471
5673
|
n0,
|
|
6472
5674
|
_UARPA,
|
|
6473
|
-
{
|
|
6474
|
-
[_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
|
|
6475
|
-
},
|
|
5675
|
+
{ [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
|
|
6476
5676
|
() => UpdateAutomatedReasoningPolicyAnnotationsRequest,
|
|
6477
5677
|
() => UpdateAutomatedReasoningPolicyAnnotationsResponse,
|
|
6478
5678
|
];
|
|
@@ -6480,19 +5680,23 @@ var UpdateAutomatedReasoningPolicyTestCase = [
|
|
|
6480
5680
|
9,
|
|
6481
5681
|
n0,
|
|
6482
5682
|
_UARPTC,
|
|
6483
|
-
{
|
|
6484
|
-
[_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
|
|
6485
|
-
},
|
|
5683
|
+
{ [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
|
|
6486
5684
|
() => UpdateAutomatedReasoningPolicyTestCaseRequest,
|
|
6487
5685
|
() => UpdateAutomatedReasoningPolicyTestCaseResponse,
|
|
6488
5686
|
];
|
|
5687
|
+
var UpdateCustomModelDeployment = [
|
|
5688
|
+
9,
|
|
5689
|
+
n0,
|
|
5690
|
+
_UCMD,
|
|
5691
|
+
{ [_ht]: ["PATCH", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 202] },
|
|
5692
|
+
() => UpdateCustomModelDeploymentRequest,
|
|
5693
|
+
() => UpdateCustomModelDeploymentResponse,
|
|
5694
|
+
];
|
|
6489
5695
|
var UpdateGuardrail = [
|
|
6490
5696
|
9,
|
|
6491
5697
|
n0,
|
|
6492
5698
|
_UG,
|
|
6493
|
-
{
|
|
6494
|
-
[_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202],
|
|
6495
|
-
},
|
|
5699
|
+
{ [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202] },
|
|
6496
5700
|
() => UpdateGuardrailRequest,
|
|
6497
5701
|
() => UpdateGuardrailResponse,
|
|
6498
5702
|
];
|
|
@@ -6500,9 +5704,7 @@ var UpdateMarketplaceModelEndpoint = [
|
|
|
6500
5704
|
9,
|
|
6501
5705
|
n0,
|
|
6502
5706
|
_UMME,
|
|
6503
|
-
{
|
|
6504
|
-
[_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200],
|
|
6505
|
-
},
|
|
5707
|
+
{ [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200] },
|
|
6506
5708
|
() => UpdateMarketplaceModelEndpointRequest,
|
|
6507
5709
|
() => UpdateMarketplaceModelEndpointResponse,
|
|
6508
5710
|
];
|
|
@@ -6510,9 +5712,7 @@ var UpdateProvisionedModelThroughput = [
|
|
|
6510
5712
|
9,
|
|
6511
5713
|
n0,
|
|
6512
5714
|
_UPMT,
|
|
6513
|
-
{
|
|
6514
|
-
[_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200],
|
|
6515
|
-
},
|
|
5715
|
+
{ [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200] },
|
|
6516
5716
|
() => UpdateProvisionedModelThroughputRequest,
|
|
6517
5717
|
() => UpdateProvisionedModelThroughputResponse,
|
|
6518
5718
|
];
|
|
@@ -7645,6 +6845,18 @@ class UpdateAutomatedReasoningPolicyTestCaseCommand extends smithyClient.Command
|
|
|
7645
6845
|
.build() {
|
|
7646
6846
|
}
|
|
7647
6847
|
|
|
6848
|
+
class UpdateCustomModelDeploymentCommand extends smithyClient.Command
|
|
6849
|
+
.classBuilder()
|
|
6850
|
+
.ep(commonParams)
|
|
6851
|
+
.m(function (Command, cs, config, o) {
|
|
6852
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
6853
|
+
})
|
|
6854
|
+
.s("AmazonBedrockControlPlaneService", "UpdateCustomModelDeployment", {})
|
|
6855
|
+
.n("BedrockClient", "UpdateCustomModelDeploymentCommand")
|
|
6856
|
+
.sc(UpdateCustomModelDeployment)
|
|
6857
|
+
.build() {
|
|
6858
|
+
}
|
|
6859
|
+
|
|
7648
6860
|
class UpdateGuardrailCommand extends smithyClient.Command
|
|
7649
6861
|
.classBuilder()
|
|
7650
6862
|
.ep(commonParams)
|
|
@@ -7776,6 +6988,7 @@ const commands = {
|
|
|
7776
6988
|
UpdateAutomatedReasoningPolicyCommand,
|
|
7777
6989
|
UpdateAutomatedReasoningPolicyAnnotationsCommand,
|
|
7778
6990
|
UpdateAutomatedReasoningPolicyTestCaseCommand,
|
|
6991
|
+
UpdateCustomModelDeploymentCommand,
|
|
7779
6992
|
UpdateGuardrailCommand,
|
|
7780
6993
|
UpdateMarketplaceModelEndpointCommand,
|
|
7781
6994
|
UpdateProvisionedModelThroughputCommand,
|
|
@@ -7900,6 +7113,11 @@ const CustomModelDeploymentStatus = {
|
|
|
7900
7113
|
CREATING: "Creating",
|
|
7901
7114
|
FAILED: "Failed",
|
|
7902
7115
|
};
|
|
7116
|
+
const CustomModelDeploymentUpdateStatus = {
|
|
7117
|
+
UPDATE_COMPLETED: "UpdateCompleted",
|
|
7118
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
7119
|
+
UPDATING: "Updating",
|
|
7120
|
+
};
|
|
7903
7121
|
const SortModelsBy = {
|
|
7904
7122
|
CREATION_TIME: "CreationTime",
|
|
7905
7123
|
};
|
|
@@ -7907,11 +7125,17 @@ const SortOrder = {
|
|
|
7907
7125
|
ASCENDING: "Ascending",
|
|
7908
7126
|
DESCENDING: "Descending",
|
|
7909
7127
|
};
|
|
7128
|
+
const ReasoningEffort = {
|
|
7129
|
+
HIGH: "high",
|
|
7130
|
+
LOW: "low",
|
|
7131
|
+
MEDIUM: "medium",
|
|
7132
|
+
};
|
|
7910
7133
|
const CustomizationType = {
|
|
7911
7134
|
CONTINUED_PRE_TRAINING: "CONTINUED_PRE_TRAINING",
|
|
7912
7135
|
DISTILLATION: "DISTILLATION",
|
|
7913
7136
|
FINE_TUNING: "FINE_TUNING",
|
|
7914
7137
|
IMPORTED: "IMPORTED",
|
|
7138
|
+
REINFORCEMENT_FINE_TUNING: "REINFORCEMENT_FINE_TUNING",
|
|
7915
7139
|
};
|
|
7916
7140
|
const ModelStatus = {
|
|
7917
7141
|
ACTIVE: "Active",
|
|
@@ -8232,6 +7456,7 @@ exports.CreateModelInvocationJobCommand = CreateModelInvocationJobCommand;
|
|
|
8232
7456
|
exports.CreatePromptRouterCommand = CreatePromptRouterCommand;
|
|
8233
7457
|
exports.CreateProvisionedModelThroughputCommand = CreateProvisionedModelThroughputCommand;
|
|
8234
7458
|
exports.CustomModelDeploymentStatus = CustomModelDeploymentStatus;
|
|
7459
|
+
exports.CustomModelDeploymentUpdateStatus = CustomModelDeploymentUpdateStatus;
|
|
8235
7460
|
exports.CustomizationType = CustomizationType;
|
|
8236
7461
|
exports.DeleteAutomatedReasoningPolicyBuildWorkflowCommand = DeleteAutomatedReasoningPolicyBuildWorkflowCommand;
|
|
8237
7462
|
exports.DeleteAutomatedReasoningPolicyCommand = DeleteAutomatedReasoningPolicyCommand;
|
|
@@ -8338,6 +7563,7 @@ exports.PutEnforcedGuardrailConfigurationCommand = PutEnforcedGuardrailConfigura
|
|
|
8338
7563
|
exports.PutModelInvocationLoggingConfigurationCommand = PutModelInvocationLoggingConfigurationCommand;
|
|
8339
7564
|
exports.PutUseCaseForModelAccessCommand = PutUseCaseForModelAccessCommand;
|
|
8340
7565
|
exports.QueryTransformationType = QueryTransformationType;
|
|
7566
|
+
exports.ReasoningEffort = ReasoningEffort;
|
|
8341
7567
|
exports.RegionAvailability = RegionAvailability;
|
|
8342
7568
|
exports.RegisterMarketplaceModelEndpointCommand = RegisterMarketplaceModelEndpointCommand;
|
|
8343
7569
|
exports.RerankingMetadataSelectionMode = RerankingMetadataSelectionMode;
|
|
@@ -8365,6 +7591,7 @@ exports.UntagResourceCommand = UntagResourceCommand;
|
|
|
8365
7591
|
exports.UpdateAutomatedReasoningPolicyAnnotationsCommand = UpdateAutomatedReasoningPolicyAnnotationsCommand;
|
|
8366
7592
|
exports.UpdateAutomatedReasoningPolicyCommand = UpdateAutomatedReasoningPolicyCommand;
|
|
8367
7593
|
exports.UpdateAutomatedReasoningPolicyTestCaseCommand = UpdateAutomatedReasoningPolicyTestCaseCommand;
|
|
7594
|
+
exports.UpdateCustomModelDeploymentCommand = UpdateCustomModelDeploymentCommand;
|
|
8368
7595
|
exports.UpdateGuardrailCommand = UpdateGuardrailCommand;
|
|
8369
7596
|
exports.UpdateMarketplaceModelEndpointCommand = UpdateMarketplaceModelEndpointCommand;
|
|
8370
7597
|
exports.UpdateProvisionedModelThroughputCommand = UpdateProvisionedModelThroughputCommand;
|