@aws-sdk/client-bedrock 3.944.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/dist-cjs/index.js +219 -1079
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/BedrockClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +219 -1079
  8. package/dist-types/Bedrock.d.ts +1 -1
  9. package/dist-types/BedrockClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +3 -3
  13. package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateCustomModelCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateCustomModelDeploymentCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateEvaluationJobCommand.d.ts +4 -4
  20. package/dist-types/commands/CreateFoundationModelAgreementCommand.d.ts +3 -3
  21. package/dist-types/commands/CreateGuardrailCommand.d.ts +3 -3
  22. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +3 -3
  23. package/dist-types/commands/CreateInferenceProfileCommand.d.ts +3 -3
  24. package/dist-types/commands/CreateMarketplaceModelEndpointCommand.d.ts +3 -3
  25. package/dist-types/commands/CreateModelCopyJobCommand.d.ts +3 -3
  26. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +3 -3
  27. package/dist-types/commands/CreateModelImportJobCommand.d.ts +3 -3
  28. package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +3 -3
  29. package/dist-types/commands/CreatePromptRouterCommand.d.ts +3 -3
  30. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteCustomModelCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteCustomModelDeploymentCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteFoundationModelAgreementCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteGuardrailCommand.d.ts +3 -3
  39. package/dist-types/commands/DeleteImportedModelCommand.d.ts +3 -3
  40. package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +4 -4
  41. package/dist-types/commands/DeleteMarketplaceModelEndpointCommand.d.ts +3 -3
  42. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +3 -3
  43. package/dist-types/commands/DeletePromptRouterCommand.d.ts +3 -3
  44. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +3 -3
  45. package/dist-types/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +3 -3
  46. package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +3 -3
  47. package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +3 -3
  48. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
  49. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +3 -3
  50. package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +3 -3
  51. package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +3 -3
  52. package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
  53. package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +3 -3
  54. package/dist-types/commands/GetCustomModelCommand.d.ts +3 -3
  55. package/dist-types/commands/GetCustomModelDeploymentCommand.d.ts +3 -3
  56. package/dist-types/commands/GetEvaluationJobCommand.d.ts +4 -4
  57. package/dist-types/commands/GetFoundationModelAvailabilityCommand.d.ts +3 -3
  58. package/dist-types/commands/GetFoundationModelCommand.d.ts +3 -3
  59. package/dist-types/commands/GetGuardrailCommand.d.ts +3 -3
  60. package/dist-types/commands/GetImportedModelCommand.d.ts +3 -3
  61. package/dist-types/commands/GetInferenceProfileCommand.d.ts +3 -3
  62. package/dist-types/commands/GetMarketplaceModelEndpointCommand.d.ts +3 -3
  63. package/dist-types/commands/GetModelCopyJobCommand.d.ts +3 -3
  64. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +3 -3
  65. package/dist-types/commands/GetModelImportJobCommand.d.ts +3 -3
  66. package/dist-types/commands/GetModelInvocationJobCommand.d.ts +3 -3
  67. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +3 -3
  68. package/dist-types/commands/GetPromptRouterCommand.d.ts +3 -3
  69. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +3 -3
  70. package/dist-types/commands/GetUseCaseForModelAccessCommand.d.ts +3 -3
  71. package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +3 -3
  72. package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +3 -3
  73. package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +3 -3
  74. package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +3 -3
  75. package/dist-types/commands/ListCustomModelDeploymentsCommand.d.ts +3 -3
  76. package/dist-types/commands/ListCustomModelsCommand.d.ts +3 -3
  77. package/dist-types/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +3 -3
  78. package/dist-types/commands/ListEvaluationJobsCommand.d.ts +3 -3
  79. package/dist-types/commands/ListFoundationModelAgreementOffersCommand.d.ts +3 -3
  80. package/dist-types/commands/ListFoundationModelsCommand.d.ts +3 -3
  81. package/dist-types/commands/ListGuardrailsCommand.d.ts +3 -3
  82. package/dist-types/commands/ListImportedModelsCommand.d.ts +3 -3
  83. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +3 -3
  84. package/dist-types/commands/ListMarketplaceModelEndpointsCommand.d.ts +3 -3
  85. package/dist-types/commands/ListModelCopyJobsCommand.d.ts +3 -3
  86. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +3 -3
  87. package/dist-types/commands/ListModelImportJobsCommand.d.ts +3 -3
  88. package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +3 -3
  89. package/dist-types/commands/ListPromptRoutersCommand.d.ts +3 -3
  90. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +3 -3
  91. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  92. package/dist-types/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +3 -3
  93. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +3 -3
  94. package/dist-types/commands/PutUseCaseForModelAccessCommand.d.ts +3 -3
  95. package/dist-types/commands/RegisterMarketplaceModelEndpointCommand.d.ts +3 -3
  96. package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -3
  97. package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +3 -3
  98. package/dist-types/commands/StopEvaluationJobCommand.d.ts +3 -3
  99. package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +3 -3
  100. package/dist-types/commands/StopModelInvocationJobCommand.d.ts +3 -3
  101. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  102. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  103. package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +3 -3
  104. package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +3 -3
  105. package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -3
  106. package/dist-types/commands/UpdateCustomModelDeploymentCommand.d.ts +3 -3
  107. package/dist-types/commands/UpdateGuardrailCommand.d.ts +3 -3
  108. package/dist-types/commands/UpdateMarketplaceModelEndpointCommand.d.ts +3 -3
  109. package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +3 -3
  110. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  111. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  112. package/dist-types/extensionConfiguration.d.ts +4 -4
  113. package/dist-types/models/BedrockServiceException.d.ts +1 -1
  114. package/dist-types/models/errors.d.ts +1 -1
  115. package/dist-types/models/models_1.d.ts +1 -1
  116. package/dist-types/pagination/Interfaces.d.ts +1 -1
  117. package/dist-types/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +1 -1
  118. package/dist-types/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +1 -1
  119. package/dist-types/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +1 -1
  120. package/dist-types/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +1 -1
  121. package/dist-types/pagination/ListCustomModelDeploymentsPaginator.d.ts +1 -1
  122. package/dist-types/pagination/ListCustomModelsPaginator.d.ts +1 -1
  123. package/dist-types/pagination/ListEnforcedGuardrailsConfigurationPaginator.d.ts +1 -1
  124. package/dist-types/pagination/ListEvaluationJobsPaginator.d.ts +1 -1
  125. package/dist-types/pagination/ListGuardrailsPaginator.d.ts +1 -1
  126. package/dist-types/pagination/ListImportedModelsPaginator.d.ts +1 -1
  127. package/dist-types/pagination/ListInferenceProfilesPaginator.d.ts +1 -1
  128. package/dist-types/pagination/ListMarketplaceModelEndpointsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListModelCopyJobsPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListModelCustomizationJobsPaginator.d.ts +1 -1
  131. package/dist-types/pagination/ListModelImportJobsPaginator.d.ts +1 -1
  132. package/dist-types/pagination/ListModelInvocationJobsPaginator.d.ts +1 -1
  133. package/dist-types/pagination/ListPromptRoutersPaginator.d.ts +1 -1
  134. package/dist-types/pagination/ListProvisionedModelThroughputsPaginator.d.ts +1 -1
  135. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  136. package/dist-types/runtimeConfig.d.ts +2 -2
  137. package/dist-types/runtimeConfig.native.d.ts +1 -1
  138. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  139. package/dist-types/runtimeExtensions.d.ts +1 -1
  140. package/dist-types/schemas/schemas_0.d.ts +1 -1
  141. package/dist-types/ts3.4/BedrockClient.d.ts +3 -3
  142. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  143. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  144. package/dist-types/ts3.4/models/BedrockServiceException.d.ts +1 -1
  145. package/dist-types/ts3.4/models/models_1.d.ts +5 -5
  146. package/package.json +14 -13
@@ -1264,17 +1264,7 @@ export var Message = [0, n0, _M, 8, 0];
1264
1264
  export var MetricName = [0, n0, _MN, 8, 0];
1265
1265
  export var PromptRouterDescription = [0, n0, _PRD, 8, 0];
1266
1266
  export var TextPromptTemplate = [0, n0, _TPT, 8, 0];
1267
- export var AccessDeniedException = [
1268
- -3,
1269
- n0,
1270
- _ADE,
1271
- {
1272
- [_e]: _c,
1273
- [_hE]: 403,
1274
- },
1275
- [_m],
1276
- [0],
1277
- ];
1267
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1278
1268
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
1279
1269
  export var AccountEnforcedGuardrailInferenceInputConfiguration = [
1280
1270
  3,
@@ -1912,17 +1902,7 @@ export var CancelAutomatedReasoningPolicyBuildWorkflowRequest = [
1912
1902
  ];
1913
1903
  export var CancelAutomatedReasoningPolicyBuildWorkflowResponse = [3, n0, _CARPBWRa, 0, [], []];
1914
1904
  export var CloudWatchConfig = [3, n0, _CWC, 0, [_lGN, _rA, _lDDSC], [0, 0, () => S3Config]];
1915
- export var ConflictException = [
1916
- -3,
1917
- n0,
1918
- _CE,
1919
- {
1920
- [_e]: _c,
1921
- [_hE]: 400,
1922
- },
1923
- [_m],
1924
- [0],
1925
- ];
1905
+ export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
1926
1906
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
1927
1907
  export var CreateAutomatedReasoningPolicyRequest = [
1928
1908
  3,
@@ -2221,12 +2201,7 @@ export var DeleteAutomatedReasoningPolicyBuildWorkflowRequest = [
2221
2201
  [
2222
2202
  [0, 1],
2223
2203
  [0, 1],
2224
- [
2225
- 5,
2226
- {
2227
- [_hQ]: _uA,
2228
- },
2229
- ],
2204
+ [5, { [_hQ]: _uA }],
2230
2205
  ],
2231
2206
  ];
2232
2207
  export var DeleteAutomatedReasoningPolicyBuildWorkflowResponse = [3, n0, _DARPBWRe, 0, [], []];
@@ -2238,12 +2213,7 @@ export var DeleteAutomatedReasoningPolicyRequest = [
2238
2213
  [_pA, _fo],
2239
2214
  [
2240
2215
  [0, 1],
2241
- [
2242
- 2,
2243
- {
2244
- [_hQ]: _fo,
2245
- },
2246
- ],
2216
+ [2, { [_hQ]: _fo }],
2247
2217
  ],
2248
2218
  ];
2249
2219
  export var DeleteAutomatedReasoningPolicyResponse = [3, n0, _DARPRe, 0, [], []];
@@ -2256,12 +2226,7 @@ export var DeleteAutomatedReasoningPolicyTestCaseRequest = [
2256
2226
  [
2257
2227
  [0, 1],
2258
2228
  [0, 1],
2259
- [
2260
- 5,
2261
- {
2262
- [_hQ]: _uA,
2263
- },
2264
- ],
2229
+ [5, { [_hQ]: _uA }],
2265
2230
  ],
2266
2231
  ];
2267
2232
  export var DeleteAutomatedReasoningPolicyTestCaseResponse = [3, n0, _DARPTCRe, 0, [], []];
@@ -2281,12 +2246,7 @@ export var DeleteGuardrailRequest = [
2281
2246
  [_gI, _gV],
2282
2247
  [
2283
2248
  [0, 1],
2284
- [
2285
- 0,
2286
- {
2287
- [_hQ]: _gV,
2288
- },
2289
- ],
2249
+ [0, { [_hQ]: _gV }],
2290
2250
  ],
2291
2251
  ];
2292
2252
  export var DeleteGuardrailResponse = [3, n0, _DGRe, 0, [], []];
@@ -2476,12 +2436,7 @@ export var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest = [
2476
2436
  [
2477
2437
  [0, 1],
2478
2438
  [0, 1],
2479
- [
2480
- 0,
2481
- {
2482
- [_hQ]: _aTs,
2483
- },
2484
- ],
2439
+ [0, { [_hQ]: _aTs }],
2485
2440
  ],
2486
2441
  ];
2487
2442
  export var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse = [
@@ -2652,12 +2607,7 @@ export var GetGuardrailRequest = [
2652
2607
  [_gI, _gV],
2653
2608
  [
2654
2609
  [0, 1],
2655
- [
2656
- 0,
2657
- {
2658
- [_hQ]: _gV,
2659
- },
2660
- ],
2610
+ [0, { [_hQ]: _gV }],
2661
2611
  ],
2662
2612
  ];
2663
2613
  export var GetGuardrailResponse = [
@@ -3188,17 +3138,7 @@ export var InferenceProfileSummary = [
3188
3138
  [_iPN, _d, _cA, _uA, _iPA, _mo, _iPIn, _s, _ty],
3189
3139
  [0, [() => InferenceProfileDescription, 0], 5, 5, 0, () => InferenceProfileModels, 0, 0, 0],
3190
3140
  ];
3191
- export var InternalServerException = [
3192
- -3,
3193
- n0,
3194
- _ISE,
3195
- {
3196
- [_e]: _se,
3197
- [_hE]: 500,
3198
- },
3199
- [_m],
3200
- [0],
3201
- ];
3141
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
3202
3142
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
3203
3143
  export var InvocationLogsConfig = [
3204
3144
  3,
@@ -3254,24 +3194,9 @@ export var ListAutomatedReasoningPoliciesRequest = [
3254
3194
  0,
3255
3195
  [_pA, _nT, _mR],
3256
3196
  [
3257
- [
3258
- 0,
3259
- {
3260
- [_hQ]: _pA,
3261
- },
3262
- ],
3263
- [
3264
- 0,
3265
- {
3266
- [_hQ]: _nT,
3267
- },
3268
- ],
3269
- [
3270
- 1,
3271
- {
3272
- [_hQ]: _mR,
3273
- },
3274
- ],
3197
+ [0, { [_hQ]: _pA }],
3198
+ [0, { [_hQ]: _nT }],
3199
+ [1, { [_hQ]: _mR }],
3275
3200
  ],
3276
3201
  ];
3277
3202
  export var ListAutomatedReasoningPoliciesResponse = [
@@ -3290,18 +3215,8 @@ export var ListAutomatedReasoningPolicyBuildWorkflowsRequest = [
3290
3215
  [_pA, _nT, _mR],
3291
3216
  [
3292
3217
  [0, 1],
3293
- [
3294
- 0,
3295
- {
3296
- [_hQ]: _nT,
3297
- },
3298
- ],
3299
- [
3300
- 1,
3301
- {
3302
- [_hQ]: _mR,
3303
- },
3304
- ],
3218
+ [0, { [_hQ]: _nT }],
3219
+ [1, { [_hQ]: _mR }],
3305
3220
  ],
3306
3221
  ];
3307
3222
  export var ListAutomatedReasoningPolicyBuildWorkflowsResponse = [
@@ -3320,18 +3235,8 @@ export var ListAutomatedReasoningPolicyTestCasesRequest = [
3320
3235
  [_pA, _nT, _mR],
3321
3236
  [
3322
3237
  [0, 1],
3323
- [
3324
- 0,
3325
- {
3326
- [_hQ]: _nT,
3327
- },
3328
- ],
3329
- [
3330
- 1,
3331
- {
3332
- [_hQ]: _mR,
3333
- },
3334
- ],
3238
+ [0, { [_hQ]: _nT }],
3239
+ [1, { [_hQ]: _mR }],
3335
3240
  ],
3336
3241
  ];
3337
3242
  export var ListAutomatedReasoningPolicyTestCasesResponse = [
@@ -3351,18 +3256,8 @@ export var ListAutomatedReasoningPolicyTestResultsRequest = [
3351
3256
  [
3352
3257
  [0, 1],
3353
3258
  [0, 1],
3354
- [
3355
- 0,
3356
- {
3357
- [_hQ]: _nT,
3358
- },
3359
- ],
3360
- [
3361
- 1,
3362
- {
3363
- [_hQ]: _mR,
3364
- },
3365
- ],
3259
+ [0, { [_hQ]: _nT }],
3260
+ [1, { [_hQ]: _mR }],
3366
3261
  ],
3367
3262
  ];
3368
3263
  export var ListAutomatedReasoningPolicyTestResultsResponse = [
@@ -3380,60 +3275,15 @@ export var ListCustomModelDeploymentsRequest = [
3380
3275
  0,
3381
3276
  [_cBr, _cAr, _nC, _mR, _nT, _sB, _sO, _sEt, _mAE],
3382
3277
  [
3383
- [
3384
- 5,
3385
- {
3386
- [_hQ]: _cBr,
3387
- },
3388
- ],
3389
- [
3390
- 5,
3391
- {
3392
- [_hQ]: _cAr,
3393
- },
3394
- ],
3395
- [
3396
- 0,
3397
- {
3398
- [_hQ]: _nC,
3399
- },
3400
- ],
3401
- [
3402
- 1,
3403
- {
3404
- [_hQ]: _mR,
3405
- },
3406
- ],
3407
- [
3408
- 0,
3409
- {
3410
- [_hQ]: _nT,
3411
- },
3412
- ],
3413
- [
3414
- 0,
3415
- {
3416
- [_hQ]: _sB,
3417
- },
3418
- ],
3419
- [
3420
- 0,
3421
- {
3422
- [_hQ]: _sO,
3423
- },
3424
- ],
3425
- [
3426
- 0,
3427
- {
3428
- [_hQ]: _sEt,
3429
- },
3430
- ],
3431
- [
3432
- 0,
3433
- {
3434
- [_hQ]: _mAE,
3435
- },
3436
- ],
3278
+ [5, { [_hQ]: _cBr }],
3279
+ [5, { [_hQ]: _cAr }],
3280
+ [0, { [_hQ]: _nC }],
3281
+ [1, { [_hQ]: _mR }],
3282
+ [0, { [_hQ]: _nT }],
3283
+ [0, { [_hQ]: _sB }],
3284
+ [0, { [_hQ]: _sO }],
3285
+ [0, { [_hQ]: _sEt }],
3286
+ [0, { [_hQ]: _mAE }],
3437
3287
  ],
3438
3288
  ];
3439
3289
  export var ListCustomModelDeploymentsResponse = [
@@ -3451,72 +3301,17 @@ export var ListCustomModelsRequest = [
3451
3301
  0,
3452
3302
  [_cTB, _cTA, _nC, _bMAE, _fMAE, _mR, _nT, _sB, _sO, _iO, _mSo],
3453
3303
  [
3454
- [
3455
- 5,
3456
- {
3457
- [_hQ]: _cTB,
3458
- },
3459
- ],
3460
- [
3461
- 5,
3462
- {
3463
- [_hQ]: _cTA,
3464
- },
3465
- ],
3466
- [
3467
- 0,
3468
- {
3469
- [_hQ]: _nC,
3470
- },
3471
- ],
3472
- [
3473
- 0,
3474
- {
3475
- [_hQ]: _bMAE,
3476
- },
3477
- ],
3478
- [
3479
- 0,
3480
- {
3481
- [_hQ]: _fMAE,
3482
- },
3483
- ],
3484
- [
3485
- 1,
3486
- {
3487
- [_hQ]: _mR,
3488
- },
3489
- ],
3490
- [
3491
- 0,
3492
- {
3493
- [_hQ]: _nT,
3494
- },
3495
- ],
3496
- [
3497
- 0,
3498
- {
3499
- [_hQ]: _sB,
3500
- },
3501
- ],
3502
- [
3503
- 0,
3504
- {
3505
- [_hQ]: _sO,
3506
- },
3507
- ],
3508
- [
3509
- 2,
3510
- {
3511
- [_hQ]: _iO,
3512
- },
3513
- ],
3514
- [
3515
- 0,
3516
- {
3517
- [_hQ]: _mSo,
3518
- },
3519
- ],
3304
+ [5, { [_hQ]: _cTB }],
3305
+ [5, { [_hQ]: _cTA }],
3306
+ [0, { [_hQ]: _nC }],
3307
+ [0, { [_hQ]: _bMAE }],
3308
+ [0, { [_hQ]: _fMAE }],
3309
+ [1, { [_hQ]: _mR }],
3310
+ [0, { [_hQ]: _nT }],
3311
+ [0, { [_hQ]: _sB }],
3312
+ [0, { [_hQ]: _sO }],
3313
+ [2, { [_hQ]: _iO }],
3314
+ [0, { [_hQ]: _mSo }],
3520
3315
  ],
3521
3316
  ];
3522
3317
  export var ListCustomModelsResponse = [
@@ -3533,14 +3328,7 @@ export var ListEnforcedGuardrailsConfigurationRequest = [
3533
3328
  _LEGCR,
3534
3329
  0,
3535
3330
  [_nT],
3536
- [
3537
- [
3538
- 0,
3539
- {
3540
- [_hQ]: _nT,
3541
- },
3542
- ],
3543
- ],
3331
+ [[0, { [_hQ]: _nT }]],
3544
3332
  ];
3545
3333
  export var ListEnforcedGuardrailsConfigurationResponse = [
3546
3334
  3,
@@ -3557,60 +3345,15 @@ export var ListEvaluationJobsRequest = [
3557
3345
  0,
3558
3346
  [_cTA, _cTB, _sEt, _aTE, _nC, _mR, _nT, _sB, _sO],
3559
3347
  [
3560
- [
3561
- 5,
3562
- {
3563
- [_hQ]: _cTA,
3564
- },
3565
- ],
3566
- [
3567
- 5,
3568
- {
3569
- [_hQ]: _cTB,
3570
- },
3571
- ],
3572
- [
3573
- 0,
3574
- {
3575
- [_hQ]: _sEt,
3576
- },
3577
- ],
3578
- [
3579
- 0,
3580
- {
3581
- [_hQ]: _aTE,
3582
- },
3583
- ],
3584
- [
3585
- 0,
3586
- {
3587
- [_hQ]: _nC,
3588
- },
3589
- ],
3590
- [
3591
- 1,
3592
- {
3593
- [_hQ]: _mR,
3594
- },
3595
- ],
3596
- [
3597
- 0,
3598
- {
3599
- [_hQ]: _nT,
3600
- },
3601
- ],
3602
- [
3603
- 0,
3604
- {
3605
- [_hQ]: _sB,
3606
- },
3607
- ],
3608
- [
3609
- 0,
3610
- {
3611
- [_hQ]: _sO,
3612
- },
3613
- ],
3348
+ [5, { [_hQ]: _cTA }],
3349
+ [5, { [_hQ]: _cTB }],
3350
+ [0, { [_hQ]: _sEt }],
3351
+ [0, { [_hQ]: _aTE }],
3352
+ [0, { [_hQ]: _nC }],
3353
+ [1, { [_hQ]: _mR }],
3354
+ [0, { [_hQ]: _nT }],
3355
+ [0, { [_hQ]: _sB }],
3356
+ [0, { [_hQ]: _sO }],
3614
3357
  ],
3615
3358
  ];
3616
3359
  export var ListEvaluationJobsResponse = [
@@ -3629,12 +3372,7 @@ export var ListFoundationModelAgreementOffersRequest = [
3629
3372
  [_mIo, _oTf],
3630
3373
  [
3631
3374
  [0, 1],
3632
- [
3633
- 0,
3634
- {
3635
- [_hQ]: _oTf,
3636
- },
3637
- ],
3375
+ [0, { [_hQ]: _oTf }],
3638
3376
  ],
3639
3377
  ];
3640
3378
  export var ListFoundationModelAgreementOffersResponse = [
@@ -3652,30 +3390,10 @@ export var ListFoundationModelsRequest = [
3652
3390
  0,
3653
3391
  [_bP, _bCT, _bOMy, _bIT],
3654
3392
  [
3655
- [
3656
- 0,
3657
- {
3658
- [_hQ]: _bP,
3659
- },
3660
- ],
3661
- [
3662
- 0,
3663
- {
3664
- [_hQ]: _bCT,
3665
- },
3666
- ],
3667
- [
3668
- 0,
3669
- {
3670
- [_hQ]: _bOMy,
3671
- },
3672
- ],
3673
- [
3674
- 0,
3675
- {
3676
- [_hQ]: _bIT,
3677
- },
3678
- ],
3393
+ [0, { [_hQ]: _bP }],
3394
+ [0, { [_hQ]: _bCT }],
3395
+ [0, { [_hQ]: _bOMy }],
3396
+ [0, { [_hQ]: _bIT }],
3679
3397
  ],
3680
3398
  ];
3681
3399
  export var ListFoundationModelsResponse = [
@@ -3693,24 +3411,9 @@ export var ListGuardrailsRequest = [
3693
3411
  0,
3694
3412
  [_gI, _mR, _nT],
3695
3413
  [
3696
- [
3697
- 0,
3698
- {
3699
- [_hQ]: _gI,
3700
- },
3701
- ],
3702
- [
3703
- 1,
3704
- {
3705
- [_hQ]: _mR,
3706
- },
3707
- ],
3708
- [
3709
- 0,
3710
- {
3711
- [_hQ]: _nT,
3712
- },
3713
- ],
3414
+ [0, { [_hQ]: _gI }],
3415
+ [1, { [_hQ]: _mR }],
3416
+ [0, { [_hQ]: _nT }],
3714
3417
  ],
3715
3418
  ];
3716
3419
  export var ListGuardrailsResponse = [
@@ -3728,48 +3431,13 @@ export var ListImportedModelsRequest = [
3728
3431
  0,
3729
3432
  [_cTB, _cTA, _nC, _mR, _nT, _sB, _sO],
3730
3433
  [
3731
- [
3732
- 5,
3733
- {
3734
- [_hQ]: _cTB,
3735
- },
3736
- ],
3737
- [
3738
- 5,
3739
- {
3740
- [_hQ]: _cTA,
3741
- },
3742
- ],
3743
- [
3744
- 0,
3745
- {
3746
- [_hQ]: _nC,
3747
- },
3748
- ],
3749
- [
3750
- 1,
3751
- {
3752
- [_hQ]: _mR,
3753
- },
3754
- ],
3755
- [
3756
- 0,
3757
- {
3758
- [_hQ]: _nT,
3759
- },
3760
- ],
3761
- [
3762
- 0,
3763
- {
3764
- [_hQ]: _sB,
3765
- },
3766
- ],
3767
- [
3768
- 0,
3769
- {
3770
- [_hQ]: _sO,
3771
- },
3772
- ],
3434
+ [5, { [_hQ]: _cTB }],
3435
+ [5, { [_hQ]: _cTA }],
3436
+ [0, { [_hQ]: _nC }],
3437
+ [1, { [_hQ]: _mR }],
3438
+ [0, { [_hQ]: _nT }],
3439
+ [0, { [_hQ]: _sB }],
3440
+ [0, { [_hQ]: _sO }],
3773
3441
  ],
3774
3442
  ];
3775
3443
  export var ListImportedModelsResponse = [
@@ -3787,24 +3455,9 @@ export var ListInferenceProfilesRequest = [
3787
3455
  0,
3788
3456
  [_mR, _nT, _tE],
3789
3457
  [
3790
- [
3791
- 1,
3792
- {
3793
- [_hQ]: _mR,
3794
- },
3795
- ],
3796
- [
3797
- 0,
3798
- {
3799
- [_hQ]: _nT,
3800
- },
3801
- ],
3802
- [
3803
- 0,
3804
- {
3805
- [_hQ]: _ty,
3806
- },
3807
- ],
3458
+ [1, { [_hQ]: _mR }],
3459
+ [0, { [_hQ]: _nT }],
3460
+ [0, { [_hQ]: _ty }],
3808
3461
  ],
3809
3462
  ];
3810
3463
  export var ListInferenceProfilesResponse = [
@@ -3822,24 +3475,9 @@ export var ListMarketplaceModelEndpointsRequest = [
3822
3475
  0,
3823
3476
  [_mR, _nT, _mSE],
3824
3477
  [
3825
- [
3826
- 1,
3827
- {
3828
- [_hQ]: _mR,
3829
- },
3830
- ],
3831
- [
3832
- 0,
3833
- {
3834
- [_hQ]: _nT,
3835
- },
3836
- ],
3837
- [
3838
- 0,
3839
- {
3840
- [_hQ]: _mSI,
3841
- },
3842
- ],
3478
+ [1, { [_hQ]: _mR }],
3479
+ [0, { [_hQ]: _nT }],
3480
+ [0, { [_hQ]: _mSI }],
3843
3481
  ],
3844
3482
  ];
3845
3483
  export var ListMarketplaceModelEndpointsResponse = [
@@ -3857,66 +3495,16 @@ export var ListModelCopyJobsRequest = [
3857
3495
  0,
3858
3496
  [_cTA, _cTB, _sEt, _sAE, _sMAE, _tMNC, _mR, _nT, _sB, _sO],
3859
3497
  [
3860
- [
3861
- 5,
3862
- {
3863
- [_hQ]: _cTA,
3864
- },
3865
- ],
3866
- [
3867
- 5,
3868
- {
3869
- [_hQ]: _cTB,
3870
- },
3871
- ],
3872
- [
3873
- 0,
3874
- {
3875
- [_hQ]: _sEt,
3876
- },
3877
- ],
3878
- [
3879
- 0,
3880
- {
3881
- [_hQ]: _sAE,
3882
- },
3883
- ],
3884
- [
3885
- 0,
3886
- {
3887
- [_hQ]: _sMAE,
3888
- },
3889
- ],
3890
- [
3891
- 0,
3892
- {
3893
- [_hQ]: _oMNC,
3894
- },
3895
- ],
3896
- [
3897
- 1,
3898
- {
3899
- [_hQ]: _mR,
3900
- },
3901
- ],
3902
- [
3903
- 0,
3904
- {
3905
- [_hQ]: _nT,
3906
- },
3907
- ],
3908
- [
3909
- 0,
3910
- {
3911
- [_hQ]: _sB,
3912
- },
3913
- ],
3914
- [
3915
- 0,
3916
- {
3917
- [_hQ]: _sO,
3918
- },
3919
- ],
3498
+ [5, { [_hQ]: _cTA }],
3499
+ [5, { [_hQ]: _cTB }],
3500
+ [0, { [_hQ]: _sEt }],
3501
+ [0, { [_hQ]: _sAE }],
3502
+ [0, { [_hQ]: _sMAE }],
3503
+ [0, { [_hQ]: _oMNC }],
3504
+ [1, { [_hQ]: _mR }],
3505
+ [0, { [_hQ]: _nT }],
3506
+ [0, { [_hQ]: _sB }],
3507
+ [0, { [_hQ]: _sO }],
3920
3508
  ],
3921
3509
  ];
3922
3510
  export var ListModelCopyJobsResponse = [
@@ -3934,54 +3522,14 @@ export var ListModelCustomizationJobsRequest = [
3934
3522
  0,
3935
3523
  [_cTA, _cTB, _sEt, _nC, _mR, _nT, _sB, _sO],
3936
3524
  [
3937
- [
3938
- 5,
3939
- {
3940
- [_hQ]: _cTA,
3941
- },
3942
- ],
3943
- [
3944
- 5,
3945
- {
3946
- [_hQ]: _cTB,
3947
- },
3948
- ],
3949
- [
3950
- 0,
3951
- {
3952
- [_hQ]: _sEt,
3953
- },
3954
- ],
3955
- [
3956
- 0,
3957
- {
3958
- [_hQ]: _nC,
3959
- },
3960
- ],
3961
- [
3962
- 1,
3963
- {
3964
- [_hQ]: _mR,
3965
- },
3966
- ],
3967
- [
3968
- 0,
3969
- {
3970
- [_hQ]: _nT,
3971
- },
3972
- ],
3973
- [
3974
- 0,
3975
- {
3976
- [_hQ]: _sB,
3977
- },
3978
- ],
3979
- [
3980
- 0,
3981
- {
3982
- [_hQ]: _sO,
3983
- },
3984
- ],
3525
+ [5, { [_hQ]: _cTA }],
3526
+ [5, { [_hQ]: _cTB }],
3527
+ [0, { [_hQ]: _sEt }],
3528
+ [0, { [_hQ]: _nC }],
3529
+ [1, { [_hQ]: _mR }],
3530
+ [0, { [_hQ]: _nT }],
3531
+ [0, { [_hQ]: _sB }],
3532
+ [0, { [_hQ]: _sO }],
3985
3533
  ],
3986
3534
  ];
3987
3535
  export var ListModelCustomizationJobsResponse = [
@@ -3999,54 +3547,14 @@ export var ListModelImportJobsRequest = [
3999
3547
  0,
4000
3548
  [_cTA, _cTB, _sEt, _nC, _mR, _nT, _sB, _sO],
4001
3549
  [
4002
- [
4003
- 5,
4004
- {
4005
- [_hQ]: _cTA,
4006
- },
4007
- ],
4008
- [
4009
- 5,
4010
- {
4011
- [_hQ]: _cTB,
4012
- },
4013
- ],
4014
- [
4015
- 0,
4016
- {
4017
- [_hQ]: _sEt,
4018
- },
4019
- ],
4020
- [
4021
- 0,
4022
- {
4023
- [_hQ]: _nC,
4024
- },
4025
- ],
4026
- [
4027
- 1,
4028
- {
4029
- [_hQ]: _mR,
4030
- },
4031
- ],
4032
- [
4033
- 0,
4034
- {
4035
- [_hQ]: _nT,
4036
- },
4037
- ],
4038
- [
4039
- 0,
4040
- {
4041
- [_hQ]: _sB,
4042
- },
4043
- ],
4044
- [
4045
- 0,
4046
- {
4047
- [_hQ]: _sO,
4048
- },
4049
- ],
3550
+ [5, { [_hQ]: _cTA }],
3551
+ [5, { [_hQ]: _cTB }],
3552
+ [0, { [_hQ]: _sEt }],
3553
+ [0, { [_hQ]: _nC }],
3554
+ [1, { [_hQ]: _mR }],
3555
+ [0, { [_hQ]: _nT }],
3556
+ [0, { [_hQ]: _sB }],
3557
+ [0, { [_hQ]: _sO }],
4050
3558
  ],
4051
3559
  ];
4052
3560
  export var ListModelImportJobsResponse = [
@@ -4064,54 +3572,14 @@ export var ListModelInvocationJobsRequest = [
4064
3572
  0,
4065
3573
  [_sTA, _sTB, _sEt, _nC, _mR, _nT, _sB, _sO],
4066
3574
  [
4067
- [
4068
- 5,
4069
- {
4070
- [_hQ]: _sTA,
4071
- },
4072
- ],
4073
- [
4074
- 5,
4075
- {
4076
- [_hQ]: _sTB,
4077
- },
4078
- ],
4079
- [
4080
- 0,
4081
- {
4082
- [_hQ]: _sEt,
4083
- },
4084
- ],
4085
- [
4086
- 0,
4087
- {
4088
- [_hQ]: _nC,
4089
- },
4090
- ],
4091
- [
4092
- 1,
4093
- {
4094
- [_hQ]: _mR,
4095
- },
4096
- ],
4097
- [
4098
- 0,
4099
- {
4100
- [_hQ]: _nT,
4101
- },
4102
- ],
4103
- [
4104
- 0,
4105
- {
4106
- [_hQ]: _sB,
4107
- },
4108
- ],
4109
- [
4110
- 0,
4111
- {
4112
- [_hQ]: _sO,
4113
- },
4114
- ],
3575
+ [5, { [_hQ]: _sTA }],
3576
+ [5, { [_hQ]: _sTB }],
3577
+ [0, { [_hQ]: _sEt }],
3578
+ [0, { [_hQ]: _nC }],
3579
+ [1, { [_hQ]: _mR }],
3580
+ [0, { [_hQ]: _nT }],
3581
+ [0, { [_hQ]: _sB }],
3582
+ [0, { [_hQ]: _sO }],
4115
3583
  ],
4116
3584
  ];
4117
3585
  export var ListModelInvocationJobsResponse = [
@@ -4129,24 +3597,9 @@ export var ListPromptRoutersRequest = [
4129
3597
  0,
4130
3598
  [_mR, _nT, _ty],
4131
3599
  [
4132
- [
4133
- 1,
4134
- {
4135
- [_hQ]: _mR,
4136
- },
4137
- ],
4138
- [
4139
- 0,
4140
- {
4141
- [_hQ]: _nT,
4142
- },
4143
- ],
4144
- [
4145
- 0,
4146
- {
4147
- [_hQ]: _ty,
4148
- },
4149
- ],
3600
+ [1, { [_hQ]: _mR }],
3601
+ [0, { [_hQ]: _nT }],
3602
+ [0, { [_hQ]: _ty }],
4150
3603
  ],
4151
3604
  ];
4152
3605
  export var ListPromptRoutersResponse = [
@@ -4164,60 +3617,15 @@ export var ListProvisionedModelThroughputsRequest = [
4164
3617
  0,
4165
3618
  [_cTA, _cTB, _sEt, _mAE, _nC, _mR, _nT, _sB, _sO],
4166
3619
  [
4167
- [
4168
- 5,
4169
- {
4170
- [_hQ]: _cTA,
4171
- },
4172
- ],
4173
- [
4174
- 5,
4175
- {
4176
- [_hQ]: _cTB,
4177
- },
4178
- ],
4179
- [
4180
- 0,
4181
- {
4182
- [_hQ]: _sEt,
4183
- },
4184
- ],
4185
- [
4186
- 0,
4187
- {
4188
- [_hQ]: _mAE,
4189
- },
4190
- ],
4191
- [
4192
- 0,
4193
- {
4194
- [_hQ]: _nC,
4195
- },
4196
- ],
4197
- [
4198
- 1,
4199
- {
4200
- [_hQ]: _mR,
4201
- },
4202
- ],
4203
- [
4204
- 0,
4205
- {
4206
- [_hQ]: _nT,
4207
- },
4208
- ],
4209
- [
4210
- 0,
4211
- {
4212
- [_hQ]: _sB,
4213
- },
4214
- ],
4215
- [
4216
- 0,
4217
- {
4218
- [_hQ]: _sO,
4219
- },
4220
- ],
3620
+ [5, { [_hQ]: _cTA }],
3621
+ [5, { [_hQ]: _cTB }],
3622
+ [0, { [_hQ]: _sEt }],
3623
+ [0, { [_hQ]: _mAE }],
3624
+ [0, { [_hQ]: _nC }],
3625
+ [1, { [_hQ]: _mR }],
3626
+ [0, { [_hQ]: _nT }],
3627
+ [0, { [_hQ]: _sB }],
3628
+ [0, { [_hQ]: _sO }],
4221
3629
  ],
4222
3630
  ];
4223
3631
  export var ListProvisionedModelThroughputsResponse = [
@@ -4424,29 +3832,9 @@ export var RequestMetadataBaseFilters = [
4424
3832
  [() => RequestMetadataMap, 0],
4425
3833
  ],
4426
3834
  ];
4427
- export var ResourceInUseException = [
4428
- -3,
4429
- n0,
4430
- _RIUE,
4431
- {
4432
- [_e]: _c,
4433
- [_hE]: 400,
4434
- },
4435
- [_m],
4436
- [0],
4437
- ];
3835
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
4438
3836
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
4439
- export var ResourceNotFoundException = [
4440
- -3,
4441
- n0,
4442
- _RNFE,
4443
- {
4444
- [_e]: _c,
4445
- [_hE]: 404,
4446
- },
4447
- [_m],
4448
- [0],
4449
- ];
3837
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
4450
3838
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
4451
3839
  export var RetrieveAndGenerateConfiguration = [
4452
3840
  3,
@@ -4496,29 +3884,9 @@ export var SageMakerEndpoint = [
4496
3884
  [_iIC, _iTn, _eRx, _kEK, _vp],
4497
3885
  [1, 0, 0, 0, () => VpcConfig],
4498
3886
  ];
4499
- export var ServiceQuotaExceededException = [
4500
- -3,
4501
- n0,
4502
- _SQEE,
4503
- {
4504
- [_e]: _c,
4505
- [_hE]: 400,
4506
- },
4507
- [_m],
4508
- [0],
4509
- ];
3887
+ export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
4510
3888
  TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
4511
- export var ServiceUnavailableException = [
4512
- -3,
4513
- n0,
4514
- _SUE,
4515
- {
4516
- [_e]: _se,
4517
- [_hE]: 503,
4518
- },
4519
- [_m],
4520
- [0],
4521
- ];
3889
+ export var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
4522
3890
  TypeRegistry.for(n0).registerError(ServiceUnavailableException, __ServiceUnavailableException);
4523
3891
  export var StartAutomatedReasoningPolicyBuildWorkflowRequest = [
4524
3892
  3,
@@ -4529,13 +3897,7 @@ export var StartAutomatedReasoningPolicyBuildWorkflowRequest = [
4529
3897
  [
4530
3898
  [0, 1],
4531
3899
  [0, 1],
4532
- [
4533
- 0,
4534
- {
4535
- [_hH]: _xact,
4536
- [_iTd]: 1,
4537
- },
4538
- ],
3900
+ [0, { [_hH]: _xact, [_iTd]: 1 }],
4539
3901
  [() => AutomatedReasoningPolicyBuildWorkflowSource, 16],
4540
3902
  ],
4541
3903
  ];
@@ -4591,29 +3953,9 @@ export var TermDetails = [
4591
3953
  [() => PricingTerm, () => LegalTerm, () => SupportTerm, () => ValidityTerm],
4592
3954
  ];
4593
3955
  export var TextInferenceConfig = [3, n0, _TIC, 0, [_tem, _tPo, _mTa, _sS], [1, 1, 1, 64 | 0]];
4594
- export var ThrottlingException = [
4595
- -3,
4596
- n0,
4597
- _TE,
4598
- {
4599
- [_e]: _c,
4600
- [_hE]: 429,
4601
- },
4602
- [_m],
4603
- [0],
4604
- ];
3956
+ export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
4605
3957
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
4606
- export var TooManyTagsException = [
4607
- -3,
4608
- n0,
4609
- _TMTE,
4610
- {
4611
- [_e]: _c,
4612
- [_hE]: 400,
4613
- },
4614
- [_m, _rN],
4615
- [0, 0],
4616
- ];
3958
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
4617
3959
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
4618
3960
  export var TrainingDataConfig = [
4619
3961
  3,
@@ -4741,17 +4083,7 @@ export var UpdateProvisionedModelThroughputRequest = [
4741
4083
  export var UpdateProvisionedModelThroughputResponse = [3, n0, _UPMTRp, 0, [], []];
4742
4084
  export var ValidationDataConfig = [3, n0, _VDC, 0, [_val], [() => Validators]];
4743
4085
  export var ValidationDetails = [3, n0, _VD, 0, [_s, _cTr, _lMT], [0, 5, 5]];
4744
- export var ValidationException = [
4745
- -3,
4746
- n0,
4747
- _VE,
4748
- {
4749
- [_e]: _c,
4750
- [_hE]: 400,
4751
- },
4752
- [_m],
4753
- [0],
4754
- ];
4086
+ export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
4755
4087
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
4756
4088
  export var Validator = [3, n0, _V, 0, [_sU], [0]];
4757
4089
  export var ValidatorMetric = [3, n0, _VM, 0, [_vL], [1]];
@@ -5370,9 +4702,7 @@ export var BatchDeleteEvaluationJob = [
5370
4702
  9,
5371
4703
  n0,
5372
4704
  _BDEJ,
5373
- {
5374
- [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202],
5375
- },
4705
+ { [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202] },
5376
4706
  () => BatchDeleteEvaluationJobRequest,
5377
4707
  () => BatchDeleteEvaluationJobResponse,
5378
4708
  ];
@@ -5380,9 +4710,7 @@ export var CancelAutomatedReasoningPolicyBuildWorkflow = [
5380
4710
  9,
5381
4711
  n0,
5382
4712
  _CARPBW,
5383
- {
5384
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202],
5385
- },
4713
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202] },
5386
4714
  () => CancelAutomatedReasoningPolicyBuildWorkflowRequest,
5387
4715
  () => CancelAutomatedReasoningPolicyBuildWorkflowResponse,
5388
4716
  ];
@@ -5390,9 +4718,7 @@ export var CreateAutomatedReasoningPolicy = [
5390
4718
  9,
5391
4719
  n0,
5392
4720
  _CARP,
5393
- {
5394
- [_ht]: ["POST", "/automated-reasoning-policies", 200],
5395
- },
4721
+ { [_ht]: ["POST", "/automated-reasoning-policies", 200] },
5396
4722
  () => CreateAutomatedReasoningPolicyRequest,
5397
4723
  () => CreateAutomatedReasoningPolicyResponse,
5398
4724
  ];
@@ -5400,9 +4726,7 @@ export var CreateAutomatedReasoningPolicyTestCase = [
5400
4726
  9,
5401
4727
  n0,
5402
4728
  _CARPTC,
5403
- {
5404
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
5405
- },
4729
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
5406
4730
  () => CreateAutomatedReasoningPolicyTestCaseRequest,
5407
4731
  () => CreateAutomatedReasoningPolicyTestCaseResponse,
5408
4732
  ];
@@ -5410,9 +4734,7 @@ export var CreateAutomatedReasoningPolicyVersion = [
5410
4734
  9,
5411
4735
  n0,
5412
4736
  _CARPV,
5413
- {
5414
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200],
5415
- },
4737
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200] },
5416
4738
  () => CreateAutomatedReasoningPolicyVersionRequest,
5417
4739
  () => CreateAutomatedReasoningPolicyVersionResponse,
5418
4740
  ];
@@ -5420,9 +4742,7 @@ export var CreateCustomModel = [
5420
4742
  9,
5421
4743
  n0,
5422
4744
  _CCM,
5423
- {
5424
- [_ht]: ["POST", "/custom-models/create-custom-model", 202],
5425
- },
4745
+ { [_ht]: ["POST", "/custom-models/create-custom-model", 202] },
5426
4746
  () => CreateCustomModelRequest,
5427
4747
  () => CreateCustomModelResponse,
5428
4748
  ];
@@ -5430,9 +4750,7 @@ export var CreateCustomModelDeployment = [
5430
4750
  9,
5431
4751
  n0,
5432
4752
  _CCMD,
5433
- {
5434
- [_ht]: ["POST", "/model-customization/custom-model-deployments", 202],
5435
- },
4753
+ { [_ht]: ["POST", "/model-customization/custom-model-deployments", 202] },
5436
4754
  () => CreateCustomModelDeploymentRequest,
5437
4755
  () => CreateCustomModelDeploymentResponse,
5438
4756
  ];
@@ -5440,9 +4758,7 @@ export var CreateEvaluationJob = [
5440
4758
  9,
5441
4759
  n0,
5442
4760
  _CEJ,
5443
- {
5444
- [_ht]: ["POST", "/evaluation-jobs", 202],
5445
- },
4761
+ { [_ht]: ["POST", "/evaluation-jobs", 202] },
5446
4762
  () => CreateEvaluationJobRequest,
5447
4763
  () => CreateEvaluationJobResponse,
5448
4764
  ];
@@ -5450,9 +4766,7 @@ export var CreateFoundationModelAgreement = [
5450
4766
  9,
5451
4767
  n0,
5452
4768
  _CFMA,
5453
- {
5454
- [_ht]: ["POST", "/create-foundation-model-agreement", 202],
5455
- },
4769
+ { [_ht]: ["POST", "/create-foundation-model-agreement", 202] },
5456
4770
  () => CreateFoundationModelAgreementRequest,
5457
4771
  () => CreateFoundationModelAgreementResponse,
5458
4772
  ];
@@ -5460,9 +4774,7 @@ export var CreateGuardrail = [
5460
4774
  9,
5461
4775
  n0,
5462
4776
  _CG,
5463
- {
5464
- [_ht]: ["POST", "/guardrails", 202],
5465
- },
4777
+ { [_ht]: ["POST", "/guardrails", 202] },
5466
4778
  () => CreateGuardrailRequest,
5467
4779
  () => CreateGuardrailResponse,
5468
4780
  ];
@@ -5470,9 +4782,7 @@ export var CreateGuardrailVersion = [
5470
4782
  9,
5471
4783
  n0,
5472
4784
  _CGV,
5473
- {
5474
- [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202],
5475
- },
4785
+ { [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202] },
5476
4786
  () => CreateGuardrailVersionRequest,
5477
4787
  () => CreateGuardrailVersionResponse,
5478
4788
  ];
@@ -5480,9 +4790,7 @@ export var CreateInferenceProfile = [
5480
4790
  9,
5481
4791
  n0,
5482
4792
  _CIP,
5483
- {
5484
- [_ht]: ["POST", "/inference-profiles", 201],
5485
- },
4793
+ { [_ht]: ["POST", "/inference-profiles", 201] },
5486
4794
  () => CreateInferenceProfileRequest,
5487
4795
  () => CreateInferenceProfileResponse,
5488
4796
  ];
@@ -5490,9 +4798,7 @@ export var CreateMarketplaceModelEndpoint = [
5490
4798
  9,
5491
4799
  n0,
5492
4800
  _CMME,
5493
- {
5494
- [_ht]: ["POST", "/marketplace-model/endpoints", 200],
5495
- },
4801
+ { [_ht]: ["POST", "/marketplace-model/endpoints", 200] },
5496
4802
  () => CreateMarketplaceModelEndpointRequest,
5497
4803
  () => CreateMarketplaceModelEndpointResponse,
5498
4804
  ];
@@ -5500,9 +4806,7 @@ export var CreateModelCopyJob = [
5500
4806
  9,
5501
4807
  n0,
5502
4808
  _CMCJ,
5503
- {
5504
- [_ht]: ["POST", "/model-copy-jobs", 201],
5505
- },
4809
+ { [_ht]: ["POST", "/model-copy-jobs", 201] },
5506
4810
  () => CreateModelCopyJobRequest,
5507
4811
  () => CreateModelCopyJobResponse,
5508
4812
  ];
@@ -5510,9 +4814,7 @@ export var CreateModelCustomizationJob = [
5510
4814
  9,
5511
4815
  n0,
5512
4816
  _CMCJr,
5513
- {
5514
- [_ht]: ["POST", "/model-customization-jobs", 201],
5515
- },
4817
+ { [_ht]: ["POST", "/model-customization-jobs", 201] },
5516
4818
  () => CreateModelCustomizationJobRequest,
5517
4819
  () => CreateModelCustomizationJobResponse,
5518
4820
  ];
@@ -5520,9 +4822,7 @@ export var CreateModelImportJob = [
5520
4822
  9,
5521
4823
  n0,
5522
4824
  _CMIJ,
5523
- {
5524
- [_ht]: ["POST", "/model-import-jobs", 201],
5525
- },
4825
+ { [_ht]: ["POST", "/model-import-jobs", 201] },
5526
4826
  () => CreateModelImportJobRequest,
5527
4827
  () => CreateModelImportJobResponse,
5528
4828
  ];
@@ -5530,9 +4830,7 @@ export var CreateModelInvocationJob = [
5530
4830
  9,
5531
4831
  n0,
5532
4832
  _CMIJr,
5533
- {
5534
- [_ht]: ["POST", "/model-invocation-job", 200],
5535
- },
4833
+ { [_ht]: ["POST", "/model-invocation-job", 200] },
5536
4834
  () => CreateModelInvocationJobRequest,
5537
4835
  () => CreateModelInvocationJobResponse,
5538
4836
  ];
@@ -5540,9 +4838,7 @@ export var CreatePromptRouter = [
5540
4838
  9,
5541
4839
  n0,
5542
4840
  _CPR,
5543
- {
5544
- [_ht]: ["POST", "/prompt-routers", 200],
5545
- },
4841
+ { [_ht]: ["POST", "/prompt-routers", 200] },
5546
4842
  () => CreatePromptRouterRequest,
5547
4843
  () => CreatePromptRouterResponse,
5548
4844
  ];
@@ -5550,9 +4846,7 @@ export var CreateProvisionedModelThroughput = [
5550
4846
  9,
5551
4847
  n0,
5552
4848
  _CPMT,
5553
- {
5554
- [_ht]: ["POST", "/provisioned-model-throughput", 201],
5555
- },
4849
+ { [_ht]: ["POST", "/provisioned-model-throughput", 201] },
5556
4850
  () => CreateProvisionedModelThroughputRequest,
5557
4851
  () => CreateProvisionedModelThroughputResponse,
5558
4852
  ];
@@ -5560,9 +4854,7 @@ export var DeleteAutomatedReasoningPolicy = [
5560
4854
  9,
5561
4855
  n0,
5562
4856
  _DARP,
5563
- {
5564
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202],
5565
- },
4857
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202] },
5566
4858
  () => DeleteAutomatedReasoningPolicyRequest,
5567
4859
  () => DeleteAutomatedReasoningPolicyResponse,
5568
4860
  ];
@@ -5570,9 +4862,7 @@ export var DeleteAutomatedReasoningPolicyBuildWorkflow = [
5570
4862
  9,
5571
4863
  n0,
5572
4864
  _DARPBW,
5573
- {
5574
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202],
5575
- },
4865
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202] },
5576
4866
  () => DeleteAutomatedReasoningPolicyBuildWorkflowRequest,
5577
4867
  () => DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
5578
4868
  ];
@@ -5580,9 +4870,7 @@ export var DeleteAutomatedReasoningPolicyTestCase = [
5580
4870
  9,
5581
4871
  n0,
5582
4872
  _DARPTC,
5583
- {
5584
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202],
5585
- },
4873
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202] },
5586
4874
  () => DeleteAutomatedReasoningPolicyTestCaseRequest,
5587
4875
  () => DeleteAutomatedReasoningPolicyTestCaseResponse,
5588
4876
  ];
@@ -5590,9 +4878,7 @@ export var DeleteCustomModel = [
5590
4878
  9,
5591
4879
  n0,
5592
4880
  _DCM,
5593
- {
5594
- [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200],
5595
- },
4881
+ { [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200] },
5596
4882
  () => DeleteCustomModelRequest,
5597
4883
  () => DeleteCustomModelResponse,
5598
4884
  ];
@@ -5600,9 +4886,7 @@ export var DeleteCustomModelDeployment = [
5600
4886
  9,
5601
4887
  n0,
5602
4888
  _DCMD,
5603
- {
5604
- [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
5605
- },
4889
+ { [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
5606
4890
  () => DeleteCustomModelDeploymentRequest,
5607
4891
  () => DeleteCustomModelDeploymentResponse,
5608
4892
  ];
@@ -5610,9 +4894,7 @@ export var DeleteEnforcedGuardrailConfiguration = [
5610
4894
  9,
5611
4895
  n0,
5612
4896
  _DEGC,
5613
- {
5614
- [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200],
5615
- },
4897
+ { [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200] },
5616
4898
  () => DeleteEnforcedGuardrailConfigurationRequest,
5617
4899
  () => DeleteEnforcedGuardrailConfigurationResponse,
5618
4900
  ];
@@ -5620,9 +4902,7 @@ export var DeleteFoundationModelAgreement = [
5620
4902
  9,
5621
4903
  n0,
5622
4904
  _DFMA,
5623
- {
5624
- [_ht]: ["POST", "/delete-foundation-model-agreement", 202],
5625
- },
4905
+ { [_ht]: ["POST", "/delete-foundation-model-agreement", 202] },
5626
4906
  () => DeleteFoundationModelAgreementRequest,
5627
4907
  () => DeleteFoundationModelAgreementResponse,
5628
4908
  ];
@@ -5630,9 +4910,7 @@ export var DeleteGuardrail = [
5630
4910
  9,
5631
4911
  n0,
5632
4912
  _DG,
5633
- {
5634
- [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202],
5635
- },
4913
+ { [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202] },
5636
4914
  () => DeleteGuardrailRequest,
5637
4915
  () => DeleteGuardrailResponse,
5638
4916
  ];
@@ -5640,9 +4918,7 @@ export var DeleteImportedModel = [
5640
4918
  9,
5641
4919
  n0,
5642
4920
  _DIM,
5643
- {
5644
- [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200],
5645
- },
4921
+ { [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200] },
5646
4922
  () => DeleteImportedModelRequest,
5647
4923
  () => DeleteImportedModelResponse,
5648
4924
  ];
@@ -5650,9 +4926,7 @@ export var DeleteInferenceProfile = [
5650
4926
  9,
5651
4927
  n0,
5652
4928
  _DIP,
5653
- {
5654
- [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200],
5655
- },
4929
+ { [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
5656
4930
  () => DeleteInferenceProfileRequest,
5657
4931
  () => DeleteInferenceProfileResponse,
5658
4932
  ];
@@ -5660,9 +4934,7 @@ export var DeleteMarketplaceModelEndpoint = [
5660
4934
  9,
5661
4935
  n0,
5662
4936
  _DMME,
5663
- {
5664
- [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200],
5665
- },
4937
+ { [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200] },
5666
4938
  () => DeleteMarketplaceModelEndpointRequest,
5667
4939
  () => DeleteMarketplaceModelEndpointResponse,
5668
4940
  ];
@@ -5670,9 +4942,7 @@ export var DeleteModelInvocationLoggingConfiguration = [
5670
4942
  9,
5671
4943
  n0,
5672
4944
  _DMILC,
5673
- {
5674
- [_ht]: ["DELETE", "/logging/modelinvocations", 200],
5675
- },
4945
+ { [_ht]: ["DELETE", "/logging/modelinvocations", 200] },
5676
4946
  () => DeleteModelInvocationLoggingConfigurationRequest,
5677
4947
  () => DeleteModelInvocationLoggingConfigurationResponse,
5678
4948
  ];
@@ -5680,9 +4950,7 @@ export var DeletePromptRouter = [
5680
4950
  9,
5681
4951
  n0,
5682
4952
  _DPRe,
5683
- {
5684
- [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200],
5685
- },
4953
+ { [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200] },
5686
4954
  () => DeletePromptRouterRequest,
5687
4955
  () => DeletePromptRouterResponse,
5688
4956
  ];
@@ -5690,9 +4958,7 @@ export var DeleteProvisionedModelThroughput = [
5690
4958
  9,
5691
4959
  n0,
5692
4960
  _DPMT,
5693
- {
5694
- [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200],
5695
- },
4961
+ { [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200] },
5696
4962
  () => DeleteProvisionedModelThroughputRequest,
5697
4963
  () => DeleteProvisionedModelThroughputResponse,
5698
4964
  ];
@@ -5700,9 +4966,7 @@ export var DeregisterMarketplaceModelEndpoint = [
5700
4966
  9,
5701
4967
  n0,
5702
4968
  _DMMEe,
5703
- {
5704
- [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200],
5705
- },
4969
+ { [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200] },
5706
4970
  () => DeregisterMarketplaceModelEndpointRequest,
5707
4971
  () => DeregisterMarketplaceModelEndpointResponse,
5708
4972
  ];
@@ -5710,9 +4974,7 @@ export var ExportAutomatedReasoningPolicyVersion = [
5710
4974
  9,
5711
4975
  n0,
5712
4976
  _EARPV,
5713
- {
5714
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200],
5715
- },
4977
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200] },
5716
4978
  () => ExportAutomatedReasoningPolicyVersionRequest,
5717
4979
  () => ExportAutomatedReasoningPolicyVersionResponse,
5718
4980
  ];
@@ -5720,9 +4982,7 @@ export var GetAutomatedReasoningPolicy = [
5720
4982
  9,
5721
4983
  n0,
5722
4984
  _GARPe,
5723
- {
5724
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200],
5725
- },
4985
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200] },
5726
4986
  () => GetAutomatedReasoningPolicyRequest,
5727
4987
  () => GetAutomatedReasoningPolicyResponse,
5728
4988
  ];
@@ -5730,9 +4990,7 @@ export var GetAutomatedReasoningPolicyAnnotations = [
5730
4990
  9,
5731
4991
  n0,
5732
4992
  _GARPA,
5733
- {
5734
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
5735
- },
4993
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
5736
4994
  () => GetAutomatedReasoningPolicyAnnotationsRequest,
5737
4995
  () => GetAutomatedReasoningPolicyAnnotationsResponse,
5738
4996
  ];
@@ -5740,9 +4998,7 @@ export var GetAutomatedReasoningPolicyBuildWorkflow = [
5740
4998
  9,
5741
4999
  n0,
5742
5000
  _GARPBW,
5743
- {
5744
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200],
5745
- },
5001
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200] },
5746
5002
  () => GetAutomatedReasoningPolicyBuildWorkflowRequest,
5747
5003
  () => GetAutomatedReasoningPolicyBuildWorkflowResponse,
5748
5004
  ];
@@ -5750,9 +5006,7 @@ export var GetAutomatedReasoningPolicyBuildWorkflowResultAssets = [
5750
5006
  9,
5751
5007
  n0,
5752
5008
  _GARPBWRA,
5753
- {
5754
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200],
5755
- },
5009
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200] },
5756
5010
  () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest,
5757
5011
  () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse,
5758
5012
  ];
@@ -5760,9 +5014,7 @@ export var GetAutomatedReasoningPolicyNextScenario = [
5760
5014
  9,
5761
5015
  n0,
5762
5016
  _GARPNS,
5763
- {
5764
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200],
5765
- },
5017
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200] },
5766
5018
  () => GetAutomatedReasoningPolicyNextScenarioRequest,
5767
5019
  () => GetAutomatedReasoningPolicyNextScenarioResponse,
5768
5020
  ];
@@ -5770,9 +5022,7 @@ export var GetAutomatedReasoningPolicyTestCase = [
5770
5022
  9,
5771
5023
  n0,
5772
5024
  _GARPTC,
5773
- {
5774
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
5775
- },
5025
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
5776
5026
  () => GetAutomatedReasoningPolicyTestCaseRequest,
5777
5027
  () => GetAutomatedReasoningPolicyTestCaseResponse,
5778
5028
  ];
@@ -5794,9 +5044,7 @@ export var GetCustomModel = [
5794
5044
  9,
5795
5045
  n0,
5796
5046
  _GCM,
5797
- {
5798
- [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200],
5799
- },
5047
+ { [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200] },
5800
5048
  () => GetCustomModelRequest,
5801
5049
  () => GetCustomModelResponse,
5802
5050
  ];
@@ -5804,9 +5052,7 @@ export var GetCustomModelDeployment = [
5804
5052
  9,
5805
5053
  n0,
5806
5054
  _GCMD,
5807
- {
5808
- [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
5809
- },
5055
+ { [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
5810
5056
  () => GetCustomModelDeploymentRequest,
5811
5057
  () => GetCustomModelDeploymentResponse,
5812
5058
  ];
@@ -5814,9 +5060,7 @@ export var GetEvaluationJob = [
5814
5060
  9,
5815
5061
  n0,
5816
5062
  _GEJ,
5817
- {
5818
- [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200],
5819
- },
5063
+ { [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200] },
5820
5064
  () => GetEvaluationJobRequest,
5821
5065
  () => GetEvaluationJobResponse,
5822
5066
  ];
@@ -5824,9 +5068,7 @@ export var GetFoundationModel = [
5824
5068
  9,
5825
5069
  n0,
5826
5070
  _GFM,
5827
- {
5828
- [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200],
5829
- },
5071
+ { [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200] },
5830
5072
  () => GetFoundationModelRequest,
5831
5073
  () => GetFoundationModelResponse,
5832
5074
  ];
@@ -5834,9 +5076,7 @@ export var GetFoundationModelAvailability = [
5834
5076
  9,
5835
5077
  n0,
5836
5078
  _GFMA,
5837
- {
5838
- [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200],
5839
- },
5079
+ { [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200] },
5840
5080
  () => GetFoundationModelAvailabilityRequest,
5841
5081
  () => GetFoundationModelAvailabilityResponse,
5842
5082
  ];
@@ -5844,9 +5084,7 @@ export var GetGuardrail = [
5844
5084
  9,
5845
5085
  n0,
5846
5086
  _GG,
5847
- {
5848
- [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200],
5849
- },
5087
+ { [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200] },
5850
5088
  () => GetGuardrailRequest,
5851
5089
  () => GetGuardrailResponse,
5852
5090
  ];
@@ -5854,9 +5092,7 @@ export var GetImportedModel = [
5854
5092
  9,
5855
5093
  n0,
5856
5094
  _GIM,
5857
- {
5858
- [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200],
5859
- },
5095
+ { [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200] },
5860
5096
  () => GetImportedModelRequest,
5861
5097
  () => GetImportedModelResponse,
5862
5098
  ];
@@ -5864,9 +5100,7 @@ export var GetInferenceProfile = [
5864
5100
  9,
5865
5101
  n0,
5866
5102
  _GIP,
5867
- {
5868
- [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200],
5869
- },
5103
+ { [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
5870
5104
  () => GetInferenceProfileRequest,
5871
5105
  () => GetInferenceProfileResponse,
5872
5106
  ];
@@ -5874,9 +5108,7 @@ export var GetMarketplaceModelEndpoint = [
5874
5108
  9,
5875
5109
  n0,
5876
5110
  _GMME,
5877
- {
5878
- [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200],
5879
- },
5111
+ { [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200] },
5880
5112
  () => GetMarketplaceModelEndpointRequest,
5881
5113
  () => GetMarketplaceModelEndpointResponse,
5882
5114
  ];
@@ -5884,9 +5116,7 @@ export var GetModelCopyJob = [
5884
5116
  9,
5885
5117
  n0,
5886
5118
  _GMCJ,
5887
- {
5888
- [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200],
5889
- },
5119
+ { [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200] },
5890
5120
  () => GetModelCopyJobRequest,
5891
5121
  () => GetModelCopyJobResponse,
5892
5122
  ];
@@ -5894,9 +5124,7 @@ export var GetModelCustomizationJob = [
5894
5124
  9,
5895
5125
  n0,
5896
5126
  _GMCJe,
5897
- {
5898
- [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200],
5899
- },
5127
+ { [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200] },
5900
5128
  () => GetModelCustomizationJobRequest,
5901
5129
  () => GetModelCustomizationJobResponse,
5902
5130
  ];
@@ -5904,9 +5132,7 @@ export var GetModelImportJob = [
5904
5132
  9,
5905
5133
  n0,
5906
5134
  _GMIJ,
5907
- {
5908
- [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200],
5909
- },
5135
+ { [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200] },
5910
5136
  () => GetModelImportJobRequest,
5911
5137
  () => GetModelImportJobResponse,
5912
5138
  ];
@@ -5914,9 +5140,7 @@ export var GetModelInvocationJob = [
5914
5140
  9,
5915
5141
  n0,
5916
5142
  _GMIJe,
5917
- {
5918
- [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200],
5919
- },
5143
+ { [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200] },
5920
5144
  () => GetModelInvocationJobRequest,
5921
5145
  () => GetModelInvocationJobResponse,
5922
5146
  ];
@@ -5924,9 +5148,7 @@ export var GetModelInvocationLoggingConfiguration = [
5924
5148
  9,
5925
5149
  n0,
5926
5150
  _GMILC,
5927
- {
5928
- [_ht]: ["GET", "/logging/modelinvocations", 200],
5929
- },
5151
+ { [_ht]: ["GET", "/logging/modelinvocations", 200] },
5930
5152
  () => GetModelInvocationLoggingConfigurationRequest,
5931
5153
  () => GetModelInvocationLoggingConfigurationResponse,
5932
5154
  ];
@@ -5934,9 +5156,7 @@ export var GetPromptRouter = [
5934
5156
  9,
5935
5157
  n0,
5936
5158
  _GPR,
5937
- {
5938
- [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200],
5939
- },
5159
+ { [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200] },
5940
5160
  () => GetPromptRouterRequest,
5941
5161
  () => GetPromptRouterResponse,
5942
5162
  ];
@@ -5944,9 +5164,7 @@ export var GetProvisionedModelThroughput = [
5944
5164
  9,
5945
5165
  n0,
5946
5166
  _GPMT,
5947
- {
5948
- [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200],
5949
- },
5167
+ { [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200] },
5950
5168
  () => GetProvisionedModelThroughputRequest,
5951
5169
  () => GetProvisionedModelThroughputResponse,
5952
5170
  ];
@@ -5954,9 +5172,7 @@ export var GetUseCaseForModelAccess = [
5954
5172
  9,
5955
5173
  n0,
5956
5174
  _GUCFMA,
5957
- {
5958
- [_ht]: ["GET", "/use-case-for-model-access", 200],
5959
- },
5175
+ { [_ht]: ["GET", "/use-case-for-model-access", 200] },
5960
5176
  () => GetUseCaseForModelAccessRequest,
5961
5177
  () => GetUseCaseForModelAccessResponse,
5962
5178
  ];
@@ -5964,9 +5180,7 @@ export var ListAutomatedReasoningPolicies = [
5964
5180
  9,
5965
5181
  n0,
5966
5182
  _LARP,
5967
- {
5968
- [_ht]: ["GET", "/automated-reasoning-policies", 200],
5969
- },
5183
+ { [_ht]: ["GET", "/automated-reasoning-policies", 200] },
5970
5184
  () => ListAutomatedReasoningPoliciesRequest,
5971
5185
  () => ListAutomatedReasoningPoliciesResponse,
5972
5186
  ];
@@ -5974,9 +5188,7 @@ export var ListAutomatedReasoningPolicyBuildWorkflows = [
5974
5188
  9,
5975
5189
  n0,
5976
5190
  _LARPBW,
5977
- {
5978
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200],
5979
- },
5191
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200] },
5980
5192
  () => ListAutomatedReasoningPolicyBuildWorkflowsRequest,
5981
5193
  () => ListAutomatedReasoningPolicyBuildWorkflowsResponse,
5982
5194
  ];
@@ -5984,9 +5196,7 @@ export var ListAutomatedReasoningPolicyTestCases = [
5984
5196
  9,
5985
5197
  n0,
5986
5198
  _LARPTC,
5987
- {
5988
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
5989
- },
5199
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
5990
5200
  () => ListAutomatedReasoningPolicyTestCasesRequest,
5991
5201
  () => ListAutomatedReasoningPolicyTestCasesResponse,
5992
5202
  ];
@@ -5994,9 +5204,7 @@ export var ListAutomatedReasoningPolicyTestResults = [
5994
5204
  9,
5995
5205
  n0,
5996
5206
  _LARPTR,
5997
- {
5998
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200],
5999
- },
5207
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200] },
6000
5208
  () => ListAutomatedReasoningPolicyTestResultsRequest,
6001
5209
  () => ListAutomatedReasoningPolicyTestResultsResponse,
6002
5210
  ];
@@ -6004,9 +5212,7 @@ export var ListCustomModelDeployments = [
6004
5212
  9,
6005
5213
  n0,
6006
5214
  _LCMD,
6007
- {
6008
- [_ht]: ["GET", "/model-customization/custom-model-deployments", 200],
6009
- },
5215
+ { [_ht]: ["GET", "/model-customization/custom-model-deployments", 200] },
6010
5216
  () => ListCustomModelDeploymentsRequest,
6011
5217
  () => ListCustomModelDeploymentsResponse,
6012
5218
  ];
@@ -6014,9 +5220,7 @@ export var ListCustomModels = [
6014
5220
  9,
6015
5221
  n0,
6016
5222
  _LCM,
6017
- {
6018
- [_ht]: ["GET", "/custom-models", 200],
6019
- },
5223
+ { [_ht]: ["GET", "/custom-models", 200] },
6020
5224
  () => ListCustomModelsRequest,
6021
5225
  () => ListCustomModelsResponse,
6022
5226
  ];
@@ -6024,9 +5228,7 @@ export var ListEnforcedGuardrailsConfiguration = [
6024
5228
  9,
6025
5229
  n0,
6026
5230
  _LEGC,
6027
- {
6028
- [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200],
6029
- },
5231
+ { [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200] },
6030
5232
  () => ListEnforcedGuardrailsConfigurationRequest,
6031
5233
  () => ListEnforcedGuardrailsConfigurationResponse,
6032
5234
  ];
@@ -6034,9 +5236,7 @@ export var ListEvaluationJobs = [
6034
5236
  9,
6035
5237
  n0,
6036
5238
  _LEJ,
6037
- {
6038
- [_ht]: ["GET", "/evaluation-jobs", 200],
6039
- },
5239
+ { [_ht]: ["GET", "/evaluation-jobs", 200] },
6040
5240
  () => ListEvaluationJobsRequest,
6041
5241
  () => ListEvaluationJobsResponse,
6042
5242
  ];
@@ -6044,9 +5244,7 @@ export var ListFoundationModelAgreementOffers = [
6044
5244
  9,
6045
5245
  n0,
6046
5246
  _LFMAO,
6047
- {
6048
- [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200],
6049
- },
5247
+ { [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200] },
6050
5248
  () => ListFoundationModelAgreementOffersRequest,
6051
5249
  () => ListFoundationModelAgreementOffersResponse,
6052
5250
  ];
@@ -6054,9 +5252,7 @@ export var ListFoundationModels = [
6054
5252
  9,
6055
5253
  n0,
6056
5254
  _LFM,
6057
- {
6058
- [_ht]: ["GET", "/foundation-models", 200],
6059
- },
5255
+ { [_ht]: ["GET", "/foundation-models", 200] },
6060
5256
  () => ListFoundationModelsRequest,
6061
5257
  () => ListFoundationModelsResponse,
6062
5258
  ];
@@ -6064,9 +5260,7 @@ export var ListGuardrails = [
6064
5260
  9,
6065
5261
  n0,
6066
5262
  _LG,
6067
- {
6068
- [_ht]: ["GET", "/guardrails", 200],
6069
- },
5263
+ { [_ht]: ["GET", "/guardrails", 200] },
6070
5264
  () => ListGuardrailsRequest,
6071
5265
  () => ListGuardrailsResponse,
6072
5266
  ];
@@ -6074,9 +5268,7 @@ export var ListImportedModels = [
6074
5268
  9,
6075
5269
  n0,
6076
5270
  _LIM,
6077
- {
6078
- [_ht]: ["GET", "/imported-models", 200],
6079
- },
5271
+ { [_ht]: ["GET", "/imported-models", 200] },
6080
5272
  () => ListImportedModelsRequest,
6081
5273
  () => ListImportedModelsResponse,
6082
5274
  ];
@@ -6084,9 +5276,7 @@ export var ListInferenceProfiles = [
6084
5276
  9,
6085
5277
  n0,
6086
5278
  _LIP,
6087
- {
6088
- [_ht]: ["GET", "/inference-profiles", 200],
6089
- },
5279
+ { [_ht]: ["GET", "/inference-profiles", 200] },
6090
5280
  () => ListInferenceProfilesRequest,
6091
5281
  () => ListInferenceProfilesResponse,
6092
5282
  ];
@@ -6094,9 +5284,7 @@ export var ListMarketplaceModelEndpoints = [
6094
5284
  9,
6095
5285
  n0,
6096
5286
  _LMME,
6097
- {
6098
- [_ht]: ["GET", "/marketplace-model/endpoints", 200],
6099
- },
5287
+ { [_ht]: ["GET", "/marketplace-model/endpoints", 200] },
6100
5288
  () => ListMarketplaceModelEndpointsRequest,
6101
5289
  () => ListMarketplaceModelEndpointsResponse,
6102
5290
  ];
@@ -6104,9 +5292,7 @@ export var ListModelCopyJobs = [
6104
5292
  9,
6105
5293
  n0,
6106
5294
  _LMCJ,
6107
- {
6108
- [_ht]: ["GET", "/model-copy-jobs", 200],
6109
- },
5295
+ { [_ht]: ["GET", "/model-copy-jobs", 200] },
6110
5296
  () => ListModelCopyJobsRequest,
6111
5297
  () => ListModelCopyJobsResponse,
6112
5298
  ];
@@ -6114,9 +5300,7 @@ export var ListModelCustomizationJobs = [
6114
5300
  9,
6115
5301
  n0,
6116
5302
  _LMCJi,
6117
- {
6118
- [_ht]: ["GET", "/model-customization-jobs", 200],
6119
- },
5303
+ { [_ht]: ["GET", "/model-customization-jobs", 200] },
6120
5304
  () => ListModelCustomizationJobsRequest,
6121
5305
  () => ListModelCustomizationJobsResponse,
6122
5306
  ];
@@ -6124,9 +5308,7 @@ export var ListModelImportJobs = [
6124
5308
  9,
6125
5309
  n0,
6126
5310
  _LMIJ,
6127
- {
6128
- [_ht]: ["GET", "/model-import-jobs", 200],
6129
- },
5311
+ { [_ht]: ["GET", "/model-import-jobs", 200] },
6130
5312
  () => ListModelImportJobsRequest,
6131
5313
  () => ListModelImportJobsResponse,
6132
5314
  ];
@@ -6134,9 +5316,7 @@ export var ListModelInvocationJobs = [
6134
5316
  9,
6135
5317
  n0,
6136
5318
  _LMIJi,
6137
- {
6138
- [_ht]: ["GET", "/model-invocation-jobs", 200],
6139
- },
5319
+ { [_ht]: ["GET", "/model-invocation-jobs", 200] },
6140
5320
  () => ListModelInvocationJobsRequest,
6141
5321
  () => ListModelInvocationJobsResponse,
6142
5322
  ];
@@ -6144,9 +5324,7 @@ export var ListPromptRouters = [
6144
5324
  9,
6145
5325
  n0,
6146
5326
  _LPR,
6147
- {
6148
- [_ht]: ["GET", "/prompt-routers", 200],
6149
- },
5327
+ { [_ht]: ["GET", "/prompt-routers", 200] },
6150
5328
  () => ListPromptRoutersRequest,
6151
5329
  () => ListPromptRoutersResponse,
6152
5330
  ];
@@ -6154,9 +5332,7 @@ export var ListProvisionedModelThroughputs = [
6154
5332
  9,
6155
5333
  n0,
6156
5334
  _LPMT,
6157
- {
6158
- [_ht]: ["GET", "/provisioned-model-throughputs", 200],
6159
- },
5335
+ { [_ht]: ["GET", "/provisioned-model-throughputs", 200] },
6160
5336
  () => ListProvisionedModelThroughputsRequest,
6161
5337
  () => ListProvisionedModelThroughputsResponse,
6162
5338
  ];
@@ -6164,9 +5340,7 @@ export var ListTagsForResource = [
6164
5340
  9,
6165
5341
  n0,
6166
5342
  _LTFR,
6167
- {
6168
- [_ht]: ["POST", "/listTagsForResource", 200],
6169
- },
5343
+ { [_ht]: ["POST", "/listTagsForResource", 200] },
6170
5344
  () => ListTagsForResourceRequest,
6171
5345
  () => ListTagsForResourceResponse,
6172
5346
  ];
@@ -6174,9 +5348,7 @@ export var PutEnforcedGuardrailConfiguration = [
6174
5348
  9,
6175
5349
  n0,
6176
5350
  _PEGC,
6177
- {
6178
- [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200],
6179
- },
5351
+ { [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200] },
6180
5352
  () => PutEnforcedGuardrailConfigurationRequest,
6181
5353
  () => PutEnforcedGuardrailConfigurationResponse,
6182
5354
  ];
@@ -6184,9 +5356,7 @@ export var PutModelInvocationLoggingConfiguration = [
6184
5356
  9,
6185
5357
  n0,
6186
5358
  _PMILC,
6187
- {
6188
- [_ht]: ["PUT", "/logging/modelinvocations", 200],
6189
- },
5359
+ { [_ht]: ["PUT", "/logging/modelinvocations", 200] },
6190
5360
  () => PutModelInvocationLoggingConfigurationRequest,
6191
5361
  () => PutModelInvocationLoggingConfigurationResponse,
6192
5362
  ];
@@ -6194,9 +5364,7 @@ export var PutUseCaseForModelAccess = [
6194
5364
  9,
6195
5365
  n0,
6196
5366
  _PUCFMA,
6197
- {
6198
- [_ht]: ["POST", "/use-case-for-model-access", 201],
6199
- },
5367
+ { [_ht]: ["POST", "/use-case-for-model-access", 201] },
6200
5368
  () => PutUseCaseForModelAccessRequest,
6201
5369
  () => PutUseCaseForModelAccessResponse,
6202
5370
  ];
@@ -6204,9 +5372,7 @@ export var RegisterMarketplaceModelEndpoint = [
6204
5372
  9,
6205
5373
  n0,
6206
5374
  _RMME,
6207
- {
6208
- [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200],
6209
- },
5375
+ { [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200] },
6210
5376
  () => RegisterMarketplaceModelEndpointRequest,
6211
5377
  () => RegisterMarketplaceModelEndpointResponse,
6212
5378
  ];
@@ -6214,9 +5380,7 @@ export var StartAutomatedReasoningPolicyBuildWorkflow = [
6214
5380
  9,
6215
5381
  n0,
6216
5382
  _SARPBW,
6217
- {
6218
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200],
6219
- },
5383
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200] },
6220
5384
  () => StartAutomatedReasoningPolicyBuildWorkflowRequest,
6221
5385
  () => StartAutomatedReasoningPolicyBuildWorkflowResponse,
6222
5386
  ];
@@ -6234,9 +5398,7 @@ export var StopEvaluationJob = [
6234
5398
  9,
6235
5399
  n0,
6236
5400
  _SEJ,
6237
- {
6238
- [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200],
6239
- },
5401
+ { [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200] },
6240
5402
  () => StopEvaluationJobRequest,
6241
5403
  () => StopEvaluationJobResponse,
6242
5404
  ];
@@ -6244,9 +5406,7 @@ export var StopModelCustomizationJob = [
6244
5406
  9,
6245
5407
  n0,
6246
5408
  _SMCJ,
6247
- {
6248
- [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200],
6249
- },
5409
+ { [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200] },
6250
5410
  () => StopModelCustomizationJobRequest,
6251
5411
  () => StopModelCustomizationJobResponse,
6252
5412
  ];
@@ -6254,9 +5414,7 @@ export var StopModelInvocationJob = [
6254
5414
  9,
6255
5415
  n0,
6256
5416
  _SMIJ,
6257
- {
6258
- [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200],
6259
- },
5417
+ { [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200] },
6260
5418
  () => StopModelInvocationJobRequest,
6261
5419
  () => StopModelInvocationJobResponse,
6262
5420
  ];
@@ -6264,9 +5422,7 @@ export var TagResource = [
6264
5422
  9,
6265
5423
  n0,
6266
5424
  _TR,
6267
- {
6268
- [_ht]: ["POST", "/tagResource", 200],
6269
- },
5425
+ { [_ht]: ["POST", "/tagResource", 200] },
6270
5426
  () => TagResourceRequest,
6271
5427
  () => TagResourceResponse,
6272
5428
  ];
@@ -6274,9 +5430,7 @@ export var UntagResource = [
6274
5430
  9,
6275
5431
  n0,
6276
5432
  _UR,
6277
- {
6278
- [_ht]: ["POST", "/untagResource", 200],
6279
- },
5433
+ { [_ht]: ["POST", "/untagResource", 200] },
6280
5434
  () => UntagResourceRequest,
6281
5435
  () => UntagResourceResponse,
6282
5436
  ];
@@ -6284,9 +5438,7 @@ export var UpdateAutomatedReasoningPolicy = [
6284
5438
  9,
6285
5439
  n0,
6286
5440
  _UARP,
6287
- {
6288
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200],
6289
- },
5441
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200] },
6290
5442
  () => UpdateAutomatedReasoningPolicyRequest,
6291
5443
  () => UpdateAutomatedReasoningPolicyResponse,
6292
5444
  ];
@@ -6294,9 +5446,7 @@ export var UpdateAutomatedReasoningPolicyAnnotations = [
6294
5446
  9,
6295
5447
  n0,
6296
5448
  _UARPA,
6297
- {
6298
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
6299
- },
5449
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
6300
5450
  () => UpdateAutomatedReasoningPolicyAnnotationsRequest,
6301
5451
  () => UpdateAutomatedReasoningPolicyAnnotationsResponse,
6302
5452
  ];
@@ -6304,9 +5454,7 @@ export var UpdateAutomatedReasoningPolicyTestCase = [
6304
5454
  9,
6305
5455
  n0,
6306
5456
  _UARPTC,
6307
- {
6308
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
6309
- },
5457
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
6310
5458
  () => UpdateAutomatedReasoningPolicyTestCaseRequest,
6311
5459
  () => UpdateAutomatedReasoningPolicyTestCaseResponse,
6312
5460
  ];
@@ -6314,9 +5462,7 @@ export var UpdateCustomModelDeployment = [
6314
5462
  9,
6315
5463
  n0,
6316
5464
  _UCMD,
6317
- {
6318
- [_ht]: ["PATCH", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 202],
6319
- },
5465
+ { [_ht]: ["PATCH", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 202] },
6320
5466
  () => UpdateCustomModelDeploymentRequest,
6321
5467
  () => UpdateCustomModelDeploymentResponse,
6322
5468
  ];
@@ -6324,9 +5470,7 @@ export var UpdateGuardrail = [
6324
5470
  9,
6325
5471
  n0,
6326
5472
  _UG,
6327
- {
6328
- [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202],
6329
- },
5473
+ { [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202] },
6330
5474
  () => UpdateGuardrailRequest,
6331
5475
  () => UpdateGuardrailResponse,
6332
5476
  ];
@@ -6334,9 +5478,7 @@ export var UpdateMarketplaceModelEndpoint = [
6334
5478
  9,
6335
5479
  n0,
6336
5480
  _UMME,
6337
- {
6338
- [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200],
6339
- },
5481
+ { [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200] },
6340
5482
  () => UpdateMarketplaceModelEndpointRequest,
6341
5483
  () => UpdateMarketplaceModelEndpointResponse,
6342
5484
  ];
@@ -6344,9 +5486,7 @@ export var UpdateProvisionedModelThroughput = [
6344
5486
  9,
6345
5487
  n0,
6346
5488
  _UPMT,
6347
- {
6348
- [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200],
6349
- },
5489
+ { [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200] },
6350
5490
  () => UpdateProvisionedModelThroughputRequest,
6351
5491
  () => UpdateProvisionedModelThroughputResponse,
6352
5492
  ];