@aws-sdk/client-bedrock 3.944.0 → 3.947.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 (147) 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 -1080
  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 -2
  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/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
  147. 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]];
@@ -4781,7 +4113,6 @@ export var VectorSearchRerankingConfiguration = [
4781
4113
  [0, [() => VectorSearchBedrockRerankingConfiguration, 0]],
4782
4114
  ];
4783
4115
  export var VpcConfig = [3, n0, _VC, 0, [_sI, _sGI], [64 | 0, 64 | 0]];
4784
- export var __Unit = "unit";
4785
4116
  export var BedrockServiceException = [-3, _sm, "BedrockServiceException", 0, [], []];
4786
4117
  TypeRegistry.for(_sm).registerError(BedrockServiceException, __BedrockServiceException);
4787
4118
  export var AccountEnforcedGuardrailsOutputConfiguration = [
@@ -5370,9 +4701,7 @@ export var BatchDeleteEvaluationJob = [
5370
4701
  9,
5371
4702
  n0,
5372
4703
  _BDEJ,
5373
- {
5374
- [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202],
5375
- },
4704
+ { [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202] },
5376
4705
  () => BatchDeleteEvaluationJobRequest,
5377
4706
  () => BatchDeleteEvaluationJobResponse,
5378
4707
  ];
@@ -5380,9 +4709,7 @@ export var CancelAutomatedReasoningPolicyBuildWorkflow = [
5380
4709
  9,
5381
4710
  n0,
5382
4711
  _CARPBW,
5383
- {
5384
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202],
5385
- },
4712
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202] },
5386
4713
  () => CancelAutomatedReasoningPolicyBuildWorkflowRequest,
5387
4714
  () => CancelAutomatedReasoningPolicyBuildWorkflowResponse,
5388
4715
  ];
@@ -5390,9 +4717,7 @@ export var CreateAutomatedReasoningPolicy = [
5390
4717
  9,
5391
4718
  n0,
5392
4719
  _CARP,
5393
- {
5394
- [_ht]: ["POST", "/automated-reasoning-policies", 200],
5395
- },
4720
+ { [_ht]: ["POST", "/automated-reasoning-policies", 200] },
5396
4721
  () => CreateAutomatedReasoningPolicyRequest,
5397
4722
  () => CreateAutomatedReasoningPolicyResponse,
5398
4723
  ];
@@ -5400,9 +4725,7 @@ export var CreateAutomatedReasoningPolicyTestCase = [
5400
4725
  9,
5401
4726
  n0,
5402
4727
  _CARPTC,
5403
- {
5404
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
5405
- },
4728
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
5406
4729
  () => CreateAutomatedReasoningPolicyTestCaseRequest,
5407
4730
  () => CreateAutomatedReasoningPolicyTestCaseResponse,
5408
4731
  ];
@@ -5410,9 +4733,7 @@ export var CreateAutomatedReasoningPolicyVersion = [
5410
4733
  9,
5411
4734
  n0,
5412
4735
  _CARPV,
5413
- {
5414
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200],
5415
- },
4736
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200] },
5416
4737
  () => CreateAutomatedReasoningPolicyVersionRequest,
5417
4738
  () => CreateAutomatedReasoningPolicyVersionResponse,
5418
4739
  ];
@@ -5420,9 +4741,7 @@ export var CreateCustomModel = [
5420
4741
  9,
5421
4742
  n0,
5422
4743
  _CCM,
5423
- {
5424
- [_ht]: ["POST", "/custom-models/create-custom-model", 202],
5425
- },
4744
+ { [_ht]: ["POST", "/custom-models/create-custom-model", 202] },
5426
4745
  () => CreateCustomModelRequest,
5427
4746
  () => CreateCustomModelResponse,
5428
4747
  ];
@@ -5430,9 +4749,7 @@ export var CreateCustomModelDeployment = [
5430
4749
  9,
5431
4750
  n0,
5432
4751
  _CCMD,
5433
- {
5434
- [_ht]: ["POST", "/model-customization/custom-model-deployments", 202],
5435
- },
4752
+ { [_ht]: ["POST", "/model-customization/custom-model-deployments", 202] },
5436
4753
  () => CreateCustomModelDeploymentRequest,
5437
4754
  () => CreateCustomModelDeploymentResponse,
5438
4755
  ];
@@ -5440,9 +4757,7 @@ export var CreateEvaluationJob = [
5440
4757
  9,
5441
4758
  n0,
5442
4759
  _CEJ,
5443
- {
5444
- [_ht]: ["POST", "/evaluation-jobs", 202],
5445
- },
4760
+ { [_ht]: ["POST", "/evaluation-jobs", 202] },
5446
4761
  () => CreateEvaluationJobRequest,
5447
4762
  () => CreateEvaluationJobResponse,
5448
4763
  ];
@@ -5450,9 +4765,7 @@ export var CreateFoundationModelAgreement = [
5450
4765
  9,
5451
4766
  n0,
5452
4767
  _CFMA,
5453
- {
5454
- [_ht]: ["POST", "/create-foundation-model-agreement", 202],
5455
- },
4768
+ { [_ht]: ["POST", "/create-foundation-model-agreement", 202] },
5456
4769
  () => CreateFoundationModelAgreementRequest,
5457
4770
  () => CreateFoundationModelAgreementResponse,
5458
4771
  ];
@@ -5460,9 +4773,7 @@ export var CreateGuardrail = [
5460
4773
  9,
5461
4774
  n0,
5462
4775
  _CG,
5463
- {
5464
- [_ht]: ["POST", "/guardrails", 202],
5465
- },
4776
+ { [_ht]: ["POST", "/guardrails", 202] },
5466
4777
  () => CreateGuardrailRequest,
5467
4778
  () => CreateGuardrailResponse,
5468
4779
  ];
@@ -5470,9 +4781,7 @@ export var CreateGuardrailVersion = [
5470
4781
  9,
5471
4782
  n0,
5472
4783
  _CGV,
5473
- {
5474
- [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202],
5475
- },
4784
+ { [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202] },
5476
4785
  () => CreateGuardrailVersionRequest,
5477
4786
  () => CreateGuardrailVersionResponse,
5478
4787
  ];
@@ -5480,9 +4789,7 @@ export var CreateInferenceProfile = [
5480
4789
  9,
5481
4790
  n0,
5482
4791
  _CIP,
5483
- {
5484
- [_ht]: ["POST", "/inference-profiles", 201],
5485
- },
4792
+ { [_ht]: ["POST", "/inference-profiles", 201] },
5486
4793
  () => CreateInferenceProfileRequest,
5487
4794
  () => CreateInferenceProfileResponse,
5488
4795
  ];
@@ -5490,9 +4797,7 @@ export var CreateMarketplaceModelEndpoint = [
5490
4797
  9,
5491
4798
  n0,
5492
4799
  _CMME,
5493
- {
5494
- [_ht]: ["POST", "/marketplace-model/endpoints", 200],
5495
- },
4800
+ { [_ht]: ["POST", "/marketplace-model/endpoints", 200] },
5496
4801
  () => CreateMarketplaceModelEndpointRequest,
5497
4802
  () => CreateMarketplaceModelEndpointResponse,
5498
4803
  ];
@@ -5500,9 +4805,7 @@ export var CreateModelCopyJob = [
5500
4805
  9,
5501
4806
  n0,
5502
4807
  _CMCJ,
5503
- {
5504
- [_ht]: ["POST", "/model-copy-jobs", 201],
5505
- },
4808
+ { [_ht]: ["POST", "/model-copy-jobs", 201] },
5506
4809
  () => CreateModelCopyJobRequest,
5507
4810
  () => CreateModelCopyJobResponse,
5508
4811
  ];
@@ -5510,9 +4813,7 @@ export var CreateModelCustomizationJob = [
5510
4813
  9,
5511
4814
  n0,
5512
4815
  _CMCJr,
5513
- {
5514
- [_ht]: ["POST", "/model-customization-jobs", 201],
5515
- },
4816
+ { [_ht]: ["POST", "/model-customization-jobs", 201] },
5516
4817
  () => CreateModelCustomizationJobRequest,
5517
4818
  () => CreateModelCustomizationJobResponse,
5518
4819
  ];
@@ -5520,9 +4821,7 @@ export var CreateModelImportJob = [
5520
4821
  9,
5521
4822
  n0,
5522
4823
  _CMIJ,
5523
- {
5524
- [_ht]: ["POST", "/model-import-jobs", 201],
5525
- },
4824
+ { [_ht]: ["POST", "/model-import-jobs", 201] },
5526
4825
  () => CreateModelImportJobRequest,
5527
4826
  () => CreateModelImportJobResponse,
5528
4827
  ];
@@ -5530,9 +4829,7 @@ export var CreateModelInvocationJob = [
5530
4829
  9,
5531
4830
  n0,
5532
4831
  _CMIJr,
5533
- {
5534
- [_ht]: ["POST", "/model-invocation-job", 200],
5535
- },
4832
+ { [_ht]: ["POST", "/model-invocation-job", 200] },
5536
4833
  () => CreateModelInvocationJobRequest,
5537
4834
  () => CreateModelInvocationJobResponse,
5538
4835
  ];
@@ -5540,9 +4837,7 @@ export var CreatePromptRouter = [
5540
4837
  9,
5541
4838
  n0,
5542
4839
  _CPR,
5543
- {
5544
- [_ht]: ["POST", "/prompt-routers", 200],
5545
- },
4840
+ { [_ht]: ["POST", "/prompt-routers", 200] },
5546
4841
  () => CreatePromptRouterRequest,
5547
4842
  () => CreatePromptRouterResponse,
5548
4843
  ];
@@ -5550,9 +4845,7 @@ export var CreateProvisionedModelThroughput = [
5550
4845
  9,
5551
4846
  n0,
5552
4847
  _CPMT,
5553
- {
5554
- [_ht]: ["POST", "/provisioned-model-throughput", 201],
5555
- },
4848
+ { [_ht]: ["POST", "/provisioned-model-throughput", 201] },
5556
4849
  () => CreateProvisionedModelThroughputRequest,
5557
4850
  () => CreateProvisionedModelThroughputResponse,
5558
4851
  ];
@@ -5560,9 +4853,7 @@ export var DeleteAutomatedReasoningPolicy = [
5560
4853
  9,
5561
4854
  n0,
5562
4855
  _DARP,
5563
- {
5564
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202],
5565
- },
4856
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202] },
5566
4857
  () => DeleteAutomatedReasoningPolicyRequest,
5567
4858
  () => DeleteAutomatedReasoningPolicyResponse,
5568
4859
  ];
@@ -5570,9 +4861,7 @@ export var DeleteAutomatedReasoningPolicyBuildWorkflow = [
5570
4861
  9,
5571
4862
  n0,
5572
4863
  _DARPBW,
5573
- {
5574
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202],
5575
- },
4864
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202] },
5576
4865
  () => DeleteAutomatedReasoningPolicyBuildWorkflowRequest,
5577
4866
  () => DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
5578
4867
  ];
@@ -5580,9 +4869,7 @@ export var DeleteAutomatedReasoningPolicyTestCase = [
5580
4869
  9,
5581
4870
  n0,
5582
4871
  _DARPTC,
5583
- {
5584
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202],
5585
- },
4872
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202] },
5586
4873
  () => DeleteAutomatedReasoningPolicyTestCaseRequest,
5587
4874
  () => DeleteAutomatedReasoningPolicyTestCaseResponse,
5588
4875
  ];
@@ -5590,9 +4877,7 @@ export var DeleteCustomModel = [
5590
4877
  9,
5591
4878
  n0,
5592
4879
  _DCM,
5593
- {
5594
- [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200],
5595
- },
4880
+ { [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200] },
5596
4881
  () => DeleteCustomModelRequest,
5597
4882
  () => DeleteCustomModelResponse,
5598
4883
  ];
@@ -5600,9 +4885,7 @@ export var DeleteCustomModelDeployment = [
5600
4885
  9,
5601
4886
  n0,
5602
4887
  _DCMD,
5603
- {
5604
- [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
5605
- },
4888
+ { [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
5606
4889
  () => DeleteCustomModelDeploymentRequest,
5607
4890
  () => DeleteCustomModelDeploymentResponse,
5608
4891
  ];
@@ -5610,9 +4893,7 @@ export var DeleteEnforcedGuardrailConfiguration = [
5610
4893
  9,
5611
4894
  n0,
5612
4895
  _DEGC,
5613
- {
5614
- [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200],
5615
- },
4896
+ { [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200] },
5616
4897
  () => DeleteEnforcedGuardrailConfigurationRequest,
5617
4898
  () => DeleteEnforcedGuardrailConfigurationResponse,
5618
4899
  ];
@@ -5620,9 +4901,7 @@ export var DeleteFoundationModelAgreement = [
5620
4901
  9,
5621
4902
  n0,
5622
4903
  _DFMA,
5623
- {
5624
- [_ht]: ["POST", "/delete-foundation-model-agreement", 202],
5625
- },
4904
+ { [_ht]: ["POST", "/delete-foundation-model-agreement", 202] },
5626
4905
  () => DeleteFoundationModelAgreementRequest,
5627
4906
  () => DeleteFoundationModelAgreementResponse,
5628
4907
  ];
@@ -5630,9 +4909,7 @@ export var DeleteGuardrail = [
5630
4909
  9,
5631
4910
  n0,
5632
4911
  _DG,
5633
- {
5634
- [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202],
5635
- },
4912
+ { [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202] },
5636
4913
  () => DeleteGuardrailRequest,
5637
4914
  () => DeleteGuardrailResponse,
5638
4915
  ];
@@ -5640,9 +4917,7 @@ export var DeleteImportedModel = [
5640
4917
  9,
5641
4918
  n0,
5642
4919
  _DIM,
5643
- {
5644
- [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200],
5645
- },
4920
+ { [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200] },
5646
4921
  () => DeleteImportedModelRequest,
5647
4922
  () => DeleteImportedModelResponse,
5648
4923
  ];
@@ -5650,9 +4925,7 @@ export var DeleteInferenceProfile = [
5650
4925
  9,
5651
4926
  n0,
5652
4927
  _DIP,
5653
- {
5654
- [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200],
5655
- },
4928
+ { [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
5656
4929
  () => DeleteInferenceProfileRequest,
5657
4930
  () => DeleteInferenceProfileResponse,
5658
4931
  ];
@@ -5660,9 +4933,7 @@ export var DeleteMarketplaceModelEndpoint = [
5660
4933
  9,
5661
4934
  n0,
5662
4935
  _DMME,
5663
- {
5664
- [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200],
5665
- },
4936
+ { [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200] },
5666
4937
  () => DeleteMarketplaceModelEndpointRequest,
5667
4938
  () => DeleteMarketplaceModelEndpointResponse,
5668
4939
  ];
@@ -5670,9 +4941,7 @@ export var DeleteModelInvocationLoggingConfiguration = [
5670
4941
  9,
5671
4942
  n0,
5672
4943
  _DMILC,
5673
- {
5674
- [_ht]: ["DELETE", "/logging/modelinvocations", 200],
5675
- },
4944
+ { [_ht]: ["DELETE", "/logging/modelinvocations", 200] },
5676
4945
  () => DeleteModelInvocationLoggingConfigurationRequest,
5677
4946
  () => DeleteModelInvocationLoggingConfigurationResponse,
5678
4947
  ];
@@ -5680,9 +4949,7 @@ export var DeletePromptRouter = [
5680
4949
  9,
5681
4950
  n0,
5682
4951
  _DPRe,
5683
- {
5684
- [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200],
5685
- },
4952
+ { [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200] },
5686
4953
  () => DeletePromptRouterRequest,
5687
4954
  () => DeletePromptRouterResponse,
5688
4955
  ];
@@ -5690,9 +4957,7 @@ export var DeleteProvisionedModelThroughput = [
5690
4957
  9,
5691
4958
  n0,
5692
4959
  _DPMT,
5693
- {
5694
- [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200],
5695
- },
4960
+ { [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200] },
5696
4961
  () => DeleteProvisionedModelThroughputRequest,
5697
4962
  () => DeleteProvisionedModelThroughputResponse,
5698
4963
  ];
@@ -5700,9 +4965,7 @@ export var DeregisterMarketplaceModelEndpoint = [
5700
4965
  9,
5701
4966
  n0,
5702
4967
  _DMMEe,
5703
- {
5704
- [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200],
5705
- },
4968
+ { [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200] },
5706
4969
  () => DeregisterMarketplaceModelEndpointRequest,
5707
4970
  () => DeregisterMarketplaceModelEndpointResponse,
5708
4971
  ];
@@ -5710,9 +4973,7 @@ export var ExportAutomatedReasoningPolicyVersion = [
5710
4973
  9,
5711
4974
  n0,
5712
4975
  _EARPV,
5713
- {
5714
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200],
5715
- },
4976
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200] },
5716
4977
  () => ExportAutomatedReasoningPolicyVersionRequest,
5717
4978
  () => ExportAutomatedReasoningPolicyVersionResponse,
5718
4979
  ];
@@ -5720,9 +4981,7 @@ export var GetAutomatedReasoningPolicy = [
5720
4981
  9,
5721
4982
  n0,
5722
4983
  _GARPe,
5723
- {
5724
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200],
5725
- },
4984
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200] },
5726
4985
  () => GetAutomatedReasoningPolicyRequest,
5727
4986
  () => GetAutomatedReasoningPolicyResponse,
5728
4987
  ];
@@ -5730,9 +4989,7 @@ export var GetAutomatedReasoningPolicyAnnotations = [
5730
4989
  9,
5731
4990
  n0,
5732
4991
  _GARPA,
5733
- {
5734
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
5735
- },
4992
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
5736
4993
  () => GetAutomatedReasoningPolicyAnnotationsRequest,
5737
4994
  () => GetAutomatedReasoningPolicyAnnotationsResponse,
5738
4995
  ];
@@ -5740,9 +4997,7 @@ export var GetAutomatedReasoningPolicyBuildWorkflow = [
5740
4997
  9,
5741
4998
  n0,
5742
4999
  _GARPBW,
5743
- {
5744
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200],
5745
- },
5000
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200] },
5746
5001
  () => GetAutomatedReasoningPolicyBuildWorkflowRequest,
5747
5002
  () => GetAutomatedReasoningPolicyBuildWorkflowResponse,
5748
5003
  ];
@@ -5750,9 +5005,7 @@ export var GetAutomatedReasoningPolicyBuildWorkflowResultAssets = [
5750
5005
  9,
5751
5006
  n0,
5752
5007
  _GARPBWRA,
5753
- {
5754
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200],
5755
- },
5008
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200] },
5756
5009
  () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest,
5757
5010
  () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse,
5758
5011
  ];
@@ -5760,9 +5013,7 @@ export var GetAutomatedReasoningPolicyNextScenario = [
5760
5013
  9,
5761
5014
  n0,
5762
5015
  _GARPNS,
5763
- {
5764
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200],
5765
- },
5016
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200] },
5766
5017
  () => GetAutomatedReasoningPolicyNextScenarioRequest,
5767
5018
  () => GetAutomatedReasoningPolicyNextScenarioResponse,
5768
5019
  ];
@@ -5770,9 +5021,7 @@ export var GetAutomatedReasoningPolicyTestCase = [
5770
5021
  9,
5771
5022
  n0,
5772
5023
  _GARPTC,
5773
- {
5774
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
5775
- },
5024
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
5776
5025
  () => GetAutomatedReasoningPolicyTestCaseRequest,
5777
5026
  () => GetAutomatedReasoningPolicyTestCaseResponse,
5778
5027
  ];
@@ -5794,9 +5043,7 @@ export var GetCustomModel = [
5794
5043
  9,
5795
5044
  n0,
5796
5045
  _GCM,
5797
- {
5798
- [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200],
5799
- },
5046
+ { [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200] },
5800
5047
  () => GetCustomModelRequest,
5801
5048
  () => GetCustomModelResponse,
5802
5049
  ];
@@ -5804,9 +5051,7 @@ export var GetCustomModelDeployment = [
5804
5051
  9,
5805
5052
  n0,
5806
5053
  _GCMD,
5807
- {
5808
- [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
5809
- },
5054
+ { [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
5810
5055
  () => GetCustomModelDeploymentRequest,
5811
5056
  () => GetCustomModelDeploymentResponse,
5812
5057
  ];
@@ -5814,9 +5059,7 @@ export var GetEvaluationJob = [
5814
5059
  9,
5815
5060
  n0,
5816
5061
  _GEJ,
5817
- {
5818
- [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200],
5819
- },
5062
+ { [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200] },
5820
5063
  () => GetEvaluationJobRequest,
5821
5064
  () => GetEvaluationJobResponse,
5822
5065
  ];
@@ -5824,9 +5067,7 @@ export var GetFoundationModel = [
5824
5067
  9,
5825
5068
  n0,
5826
5069
  _GFM,
5827
- {
5828
- [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200],
5829
- },
5070
+ { [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200] },
5830
5071
  () => GetFoundationModelRequest,
5831
5072
  () => GetFoundationModelResponse,
5832
5073
  ];
@@ -5834,9 +5075,7 @@ export var GetFoundationModelAvailability = [
5834
5075
  9,
5835
5076
  n0,
5836
5077
  _GFMA,
5837
- {
5838
- [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200],
5839
- },
5078
+ { [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200] },
5840
5079
  () => GetFoundationModelAvailabilityRequest,
5841
5080
  () => GetFoundationModelAvailabilityResponse,
5842
5081
  ];
@@ -5844,9 +5083,7 @@ export var GetGuardrail = [
5844
5083
  9,
5845
5084
  n0,
5846
5085
  _GG,
5847
- {
5848
- [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200],
5849
- },
5086
+ { [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200] },
5850
5087
  () => GetGuardrailRequest,
5851
5088
  () => GetGuardrailResponse,
5852
5089
  ];
@@ -5854,9 +5091,7 @@ export var GetImportedModel = [
5854
5091
  9,
5855
5092
  n0,
5856
5093
  _GIM,
5857
- {
5858
- [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200],
5859
- },
5094
+ { [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200] },
5860
5095
  () => GetImportedModelRequest,
5861
5096
  () => GetImportedModelResponse,
5862
5097
  ];
@@ -5864,9 +5099,7 @@ export var GetInferenceProfile = [
5864
5099
  9,
5865
5100
  n0,
5866
5101
  _GIP,
5867
- {
5868
- [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200],
5869
- },
5102
+ { [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
5870
5103
  () => GetInferenceProfileRequest,
5871
5104
  () => GetInferenceProfileResponse,
5872
5105
  ];
@@ -5874,9 +5107,7 @@ export var GetMarketplaceModelEndpoint = [
5874
5107
  9,
5875
5108
  n0,
5876
5109
  _GMME,
5877
- {
5878
- [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200],
5879
- },
5110
+ { [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200] },
5880
5111
  () => GetMarketplaceModelEndpointRequest,
5881
5112
  () => GetMarketplaceModelEndpointResponse,
5882
5113
  ];
@@ -5884,9 +5115,7 @@ export var GetModelCopyJob = [
5884
5115
  9,
5885
5116
  n0,
5886
5117
  _GMCJ,
5887
- {
5888
- [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200],
5889
- },
5118
+ { [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200] },
5890
5119
  () => GetModelCopyJobRequest,
5891
5120
  () => GetModelCopyJobResponse,
5892
5121
  ];
@@ -5894,9 +5123,7 @@ export var GetModelCustomizationJob = [
5894
5123
  9,
5895
5124
  n0,
5896
5125
  _GMCJe,
5897
- {
5898
- [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200],
5899
- },
5126
+ { [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200] },
5900
5127
  () => GetModelCustomizationJobRequest,
5901
5128
  () => GetModelCustomizationJobResponse,
5902
5129
  ];
@@ -5904,9 +5131,7 @@ export var GetModelImportJob = [
5904
5131
  9,
5905
5132
  n0,
5906
5133
  _GMIJ,
5907
- {
5908
- [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200],
5909
- },
5134
+ { [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200] },
5910
5135
  () => GetModelImportJobRequest,
5911
5136
  () => GetModelImportJobResponse,
5912
5137
  ];
@@ -5914,9 +5139,7 @@ export var GetModelInvocationJob = [
5914
5139
  9,
5915
5140
  n0,
5916
5141
  _GMIJe,
5917
- {
5918
- [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200],
5919
- },
5142
+ { [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200] },
5920
5143
  () => GetModelInvocationJobRequest,
5921
5144
  () => GetModelInvocationJobResponse,
5922
5145
  ];
@@ -5924,9 +5147,7 @@ export var GetModelInvocationLoggingConfiguration = [
5924
5147
  9,
5925
5148
  n0,
5926
5149
  _GMILC,
5927
- {
5928
- [_ht]: ["GET", "/logging/modelinvocations", 200],
5929
- },
5150
+ { [_ht]: ["GET", "/logging/modelinvocations", 200] },
5930
5151
  () => GetModelInvocationLoggingConfigurationRequest,
5931
5152
  () => GetModelInvocationLoggingConfigurationResponse,
5932
5153
  ];
@@ -5934,9 +5155,7 @@ export var GetPromptRouter = [
5934
5155
  9,
5935
5156
  n0,
5936
5157
  _GPR,
5937
- {
5938
- [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200],
5939
- },
5158
+ { [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200] },
5940
5159
  () => GetPromptRouterRequest,
5941
5160
  () => GetPromptRouterResponse,
5942
5161
  ];
@@ -5944,9 +5163,7 @@ export var GetProvisionedModelThroughput = [
5944
5163
  9,
5945
5164
  n0,
5946
5165
  _GPMT,
5947
- {
5948
- [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200],
5949
- },
5166
+ { [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200] },
5950
5167
  () => GetProvisionedModelThroughputRequest,
5951
5168
  () => GetProvisionedModelThroughputResponse,
5952
5169
  ];
@@ -5954,9 +5171,7 @@ export var GetUseCaseForModelAccess = [
5954
5171
  9,
5955
5172
  n0,
5956
5173
  _GUCFMA,
5957
- {
5958
- [_ht]: ["GET", "/use-case-for-model-access", 200],
5959
- },
5174
+ { [_ht]: ["GET", "/use-case-for-model-access", 200] },
5960
5175
  () => GetUseCaseForModelAccessRequest,
5961
5176
  () => GetUseCaseForModelAccessResponse,
5962
5177
  ];
@@ -5964,9 +5179,7 @@ export var ListAutomatedReasoningPolicies = [
5964
5179
  9,
5965
5180
  n0,
5966
5181
  _LARP,
5967
- {
5968
- [_ht]: ["GET", "/automated-reasoning-policies", 200],
5969
- },
5182
+ { [_ht]: ["GET", "/automated-reasoning-policies", 200] },
5970
5183
  () => ListAutomatedReasoningPoliciesRequest,
5971
5184
  () => ListAutomatedReasoningPoliciesResponse,
5972
5185
  ];
@@ -5974,9 +5187,7 @@ export var ListAutomatedReasoningPolicyBuildWorkflows = [
5974
5187
  9,
5975
5188
  n0,
5976
5189
  _LARPBW,
5977
- {
5978
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200],
5979
- },
5190
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200] },
5980
5191
  () => ListAutomatedReasoningPolicyBuildWorkflowsRequest,
5981
5192
  () => ListAutomatedReasoningPolicyBuildWorkflowsResponse,
5982
5193
  ];
@@ -5984,9 +5195,7 @@ export var ListAutomatedReasoningPolicyTestCases = [
5984
5195
  9,
5985
5196
  n0,
5986
5197
  _LARPTC,
5987
- {
5988
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
5989
- },
5198
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
5990
5199
  () => ListAutomatedReasoningPolicyTestCasesRequest,
5991
5200
  () => ListAutomatedReasoningPolicyTestCasesResponse,
5992
5201
  ];
@@ -5994,9 +5203,7 @@ export var ListAutomatedReasoningPolicyTestResults = [
5994
5203
  9,
5995
5204
  n0,
5996
5205
  _LARPTR,
5997
- {
5998
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200],
5999
- },
5206
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200] },
6000
5207
  () => ListAutomatedReasoningPolicyTestResultsRequest,
6001
5208
  () => ListAutomatedReasoningPolicyTestResultsResponse,
6002
5209
  ];
@@ -6004,9 +5211,7 @@ export var ListCustomModelDeployments = [
6004
5211
  9,
6005
5212
  n0,
6006
5213
  _LCMD,
6007
- {
6008
- [_ht]: ["GET", "/model-customization/custom-model-deployments", 200],
6009
- },
5214
+ { [_ht]: ["GET", "/model-customization/custom-model-deployments", 200] },
6010
5215
  () => ListCustomModelDeploymentsRequest,
6011
5216
  () => ListCustomModelDeploymentsResponse,
6012
5217
  ];
@@ -6014,9 +5219,7 @@ export var ListCustomModels = [
6014
5219
  9,
6015
5220
  n0,
6016
5221
  _LCM,
6017
- {
6018
- [_ht]: ["GET", "/custom-models", 200],
6019
- },
5222
+ { [_ht]: ["GET", "/custom-models", 200] },
6020
5223
  () => ListCustomModelsRequest,
6021
5224
  () => ListCustomModelsResponse,
6022
5225
  ];
@@ -6024,9 +5227,7 @@ export var ListEnforcedGuardrailsConfiguration = [
6024
5227
  9,
6025
5228
  n0,
6026
5229
  _LEGC,
6027
- {
6028
- [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200],
6029
- },
5230
+ { [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200] },
6030
5231
  () => ListEnforcedGuardrailsConfigurationRequest,
6031
5232
  () => ListEnforcedGuardrailsConfigurationResponse,
6032
5233
  ];
@@ -6034,9 +5235,7 @@ export var ListEvaluationJobs = [
6034
5235
  9,
6035
5236
  n0,
6036
5237
  _LEJ,
6037
- {
6038
- [_ht]: ["GET", "/evaluation-jobs", 200],
6039
- },
5238
+ { [_ht]: ["GET", "/evaluation-jobs", 200] },
6040
5239
  () => ListEvaluationJobsRequest,
6041
5240
  () => ListEvaluationJobsResponse,
6042
5241
  ];
@@ -6044,9 +5243,7 @@ export var ListFoundationModelAgreementOffers = [
6044
5243
  9,
6045
5244
  n0,
6046
5245
  _LFMAO,
6047
- {
6048
- [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200],
6049
- },
5246
+ { [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200] },
6050
5247
  () => ListFoundationModelAgreementOffersRequest,
6051
5248
  () => ListFoundationModelAgreementOffersResponse,
6052
5249
  ];
@@ -6054,9 +5251,7 @@ export var ListFoundationModels = [
6054
5251
  9,
6055
5252
  n0,
6056
5253
  _LFM,
6057
- {
6058
- [_ht]: ["GET", "/foundation-models", 200],
6059
- },
5254
+ { [_ht]: ["GET", "/foundation-models", 200] },
6060
5255
  () => ListFoundationModelsRequest,
6061
5256
  () => ListFoundationModelsResponse,
6062
5257
  ];
@@ -6064,9 +5259,7 @@ export var ListGuardrails = [
6064
5259
  9,
6065
5260
  n0,
6066
5261
  _LG,
6067
- {
6068
- [_ht]: ["GET", "/guardrails", 200],
6069
- },
5262
+ { [_ht]: ["GET", "/guardrails", 200] },
6070
5263
  () => ListGuardrailsRequest,
6071
5264
  () => ListGuardrailsResponse,
6072
5265
  ];
@@ -6074,9 +5267,7 @@ export var ListImportedModels = [
6074
5267
  9,
6075
5268
  n0,
6076
5269
  _LIM,
6077
- {
6078
- [_ht]: ["GET", "/imported-models", 200],
6079
- },
5270
+ { [_ht]: ["GET", "/imported-models", 200] },
6080
5271
  () => ListImportedModelsRequest,
6081
5272
  () => ListImportedModelsResponse,
6082
5273
  ];
@@ -6084,9 +5275,7 @@ export var ListInferenceProfiles = [
6084
5275
  9,
6085
5276
  n0,
6086
5277
  _LIP,
6087
- {
6088
- [_ht]: ["GET", "/inference-profiles", 200],
6089
- },
5278
+ { [_ht]: ["GET", "/inference-profiles", 200] },
6090
5279
  () => ListInferenceProfilesRequest,
6091
5280
  () => ListInferenceProfilesResponse,
6092
5281
  ];
@@ -6094,9 +5283,7 @@ export var ListMarketplaceModelEndpoints = [
6094
5283
  9,
6095
5284
  n0,
6096
5285
  _LMME,
6097
- {
6098
- [_ht]: ["GET", "/marketplace-model/endpoints", 200],
6099
- },
5286
+ { [_ht]: ["GET", "/marketplace-model/endpoints", 200] },
6100
5287
  () => ListMarketplaceModelEndpointsRequest,
6101
5288
  () => ListMarketplaceModelEndpointsResponse,
6102
5289
  ];
@@ -6104,9 +5291,7 @@ export var ListModelCopyJobs = [
6104
5291
  9,
6105
5292
  n0,
6106
5293
  _LMCJ,
6107
- {
6108
- [_ht]: ["GET", "/model-copy-jobs", 200],
6109
- },
5294
+ { [_ht]: ["GET", "/model-copy-jobs", 200] },
6110
5295
  () => ListModelCopyJobsRequest,
6111
5296
  () => ListModelCopyJobsResponse,
6112
5297
  ];
@@ -6114,9 +5299,7 @@ export var ListModelCustomizationJobs = [
6114
5299
  9,
6115
5300
  n0,
6116
5301
  _LMCJi,
6117
- {
6118
- [_ht]: ["GET", "/model-customization-jobs", 200],
6119
- },
5302
+ { [_ht]: ["GET", "/model-customization-jobs", 200] },
6120
5303
  () => ListModelCustomizationJobsRequest,
6121
5304
  () => ListModelCustomizationJobsResponse,
6122
5305
  ];
@@ -6124,9 +5307,7 @@ export var ListModelImportJobs = [
6124
5307
  9,
6125
5308
  n0,
6126
5309
  _LMIJ,
6127
- {
6128
- [_ht]: ["GET", "/model-import-jobs", 200],
6129
- },
5310
+ { [_ht]: ["GET", "/model-import-jobs", 200] },
6130
5311
  () => ListModelImportJobsRequest,
6131
5312
  () => ListModelImportJobsResponse,
6132
5313
  ];
@@ -6134,9 +5315,7 @@ export var ListModelInvocationJobs = [
6134
5315
  9,
6135
5316
  n0,
6136
5317
  _LMIJi,
6137
- {
6138
- [_ht]: ["GET", "/model-invocation-jobs", 200],
6139
- },
5318
+ { [_ht]: ["GET", "/model-invocation-jobs", 200] },
6140
5319
  () => ListModelInvocationJobsRequest,
6141
5320
  () => ListModelInvocationJobsResponse,
6142
5321
  ];
@@ -6144,9 +5323,7 @@ export var ListPromptRouters = [
6144
5323
  9,
6145
5324
  n0,
6146
5325
  _LPR,
6147
- {
6148
- [_ht]: ["GET", "/prompt-routers", 200],
6149
- },
5326
+ { [_ht]: ["GET", "/prompt-routers", 200] },
6150
5327
  () => ListPromptRoutersRequest,
6151
5328
  () => ListPromptRoutersResponse,
6152
5329
  ];
@@ -6154,9 +5331,7 @@ export var ListProvisionedModelThroughputs = [
6154
5331
  9,
6155
5332
  n0,
6156
5333
  _LPMT,
6157
- {
6158
- [_ht]: ["GET", "/provisioned-model-throughputs", 200],
6159
- },
5334
+ { [_ht]: ["GET", "/provisioned-model-throughputs", 200] },
6160
5335
  () => ListProvisionedModelThroughputsRequest,
6161
5336
  () => ListProvisionedModelThroughputsResponse,
6162
5337
  ];
@@ -6164,9 +5339,7 @@ export var ListTagsForResource = [
6164
5339
  9,
6165
5340
  n0,
6166
5341
  _LTFR,
6167
- {
6168
- [_ht]: ["POST", "/listTagsForResource", 200],
6169
- },
5342
+ { [_ht]: ["POST", "/listTagsForResource", 200] },
6170
5343
  () => ListTagsForResourceRequest,
6171
5344
  () => ListTagsForResourceResponse,
6172
5345
  ];
@@ -6174,9 +5347,7 @@ export var PutEnforcedGuardrailConfiguration = [
6174
5347
  9,
6175
5348
  n0,
6176
5349
  _PEGC,
6177
- {
6178
- [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200],
6179
- },
5350
+ { [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200] },
6180
5351
  () => PutEnforcedGuardrailConfigurationRequest,
6181
5352
  () => PutEnforcedGuardrailConfigurationResponse,
6182
5353
  ];
@@ -6184,9 +5355,7 @@ export var PutModelInvocationLoggingConfiguration = [
6184
5355
  9,
6185
5356
  n0,
6186
5357
  _PMILC,
6187
- {
6188
- [_ht]: ["PUT", "/logging/modelinvocations", 200],
6189
- },
5358
+ { [_ht]: ["PUT", "/logging/modelinvocations", 200] },
6190
5359
  () => PutModelInvocationLoggingConfigurationRequest,
6191
5360
  () => PutModelInvocationLoggingConfigurationResponse,
6192
5361
  ];
@@ -6194,9 +5363,7 @@ export var PutUseCaseForModelAccess = [
6194
5363
  9,
6195
5364
  n0,
6196
5365
  _PUCFMA,
6197
- {
6198
- [_ht]: ["POST", "/use-case-for-model-access", 201],
6199
- },
5366
+ { [_ht]: ["POST", "/use-case-for-model-access", 201] },
6200
5367
  () => PutUseCaseForModelAccessRequest,
6201
5368
  () => PutUseCaseForModelAccessResponse,
6202
5369
  ];
@@ -6204,9 +5371,7 @@ export var RegisterMarketplaceModelEndpoint = [
6204
5371
  9,
6205
5372
  n0,
6206
5373
  _RMME,
6207
- {
6208
- [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200],
6209
- },
5374
+ { [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200] },
6210
5375
  () => RegisterMarketplaceModelEndpointRequest,
6211
5376
  () => RegisterMarketplaceModelEndpointResponse,
6212
5377
  ];
@@ -6214,9 +5379,7 @@ export var StartAutomatedReasoningPolicyBuildWorkflow = [
6214
5379
  9,
6215
5380
  n0,
6216
5381
  _SARPBW,
6217
- {
6218
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200],
6219
- },
5382
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200] },
6220
5383
  () => StartAutomatedReasoningPolicyBuildWorkflowRequest,
6221
5384
  () => StartAutomatedReasoningPolicyBuildWorkflowResponse,
6222
5385
  ];
@@ -6234,9 +5397,7 @@ export var StopEvaluationJob = [
6234
5397
  9,
6235
5398
  n0,
6236
5399
  _SEJ,
6237
- {
6238
- [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200],
6239
- },
5400
+ { [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200] },
6240
5401
  () => StopEvaluationJobRequest,
6241
5402
  () => StopEvaluationJobResponse,
6242
5403
  ];
@@ -6244,9 +5405,7 @@ export var StopModelCustomizationJob = [
6244
5405
  9,
6245
5406
  n0,
6246
5407
  _SMCJ,
6247
- {
6248
- [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200],
6249
- },
5408
+ { [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200] },
6250
5409
  () => StopModelCustomizationJobRequest,
6251
5410
  () => StopModelCustomizationJobResponse,
6252
5411
  ];
@@ -6254,9 +5413,7 @@ export var StopModelInvocationJob = [
6254
5413
  9,
6255
5414
  n0,
6256
5415
  _SMIJ,
6257
- {
6258
- [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200],
6259
- },
5416
+ { [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200] },
6260
5417
  () => StopModelInvocationJobRequest,
6261
5418
  () => StopModelInvocationJobResponse,
6262
5419
  ];
@@ -6264,9 +5421,7 @@ export var TagResource = [
6264
5421
  9,
6265
5422
  n0,
6266
5423
  _TR,
6267
- {
6268
- [_ht]: ["POST", "/tagResource", 200],
6269
- },
5424
+ { [_ht]: ["POST", "/tagResource", 200] },
6270
5425
  () => TagResourceRequest,
6271
5426
  () => TagResourceResponse,
6272
5427
  ];
@@ -6274,9 +5429,7 @@ export var UntagResource = [
6274
5429
  9,
6275
5430
  n0,
6276
5431
  _UR,
6277
- {
6278
- [_ht]: ["POST", "/untagResource", 200],
6279
- },
5432
+ { [_ht]: ["POST", "/untagResource", 200] },
6280
5433
  () => UntagResourceRequest,
6281
5434
  () => UntagResourceResponse,
6282
5435
  ];
@@ -6284,9 +5437,7 @@ export var UpdateAutomatedReasoningPolicy = [
6284
5437
  9,
6285
5438
  n0,
6286
5439
  _UARP,
6287
- {
6288
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200],
6289
- },
5440
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200] },
6290
5441
  () => UpdateAutomatedReasoningPolicyRequest,
6291
5442
  () => UpdateAutomatedReasoningPolicyResponse,
6292
5443
  ];
@@ -6294,9 +5445,7 @@ export var UpdateAutomatedReasoningPolicyAnnotations = [
6294
5445
  9,
6295
5446
  n0,
6296
5447
  _UARPA,
6297
- {
6298
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
6299
- },
5448
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
6300
5449
  () => UpdateAutomatedReasoningPolicyAnnotationsRequest,
6301
5450
  () => UpdateAutomatedReasoningPolicyAnnotationsResponse,
6302
5451
  ];
@@ -6304,9 +5453,7 @@ export var UpdateAutomatedReasoningPolicyTestCase = [
6304
5453
  9,
6305
5454
  n0,
6306
5455
  _UARPTC,
6307
- {
6308
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
6309
- },
5456
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
6310
5457
  () => UpdateAutomatedReasoningPolicyTestCaseRequest,
6311
5458
  () => UpdateAutomatedReasoningPolicyTestCaseResponse,
6312
5459
  ];
@@ -6314,9 +5461,7 @@ export var UpdateCustomModelDeployment = [
6314
5461
  9,
6315
5462
  n0,
6316
5463
  _UCMD,
6317
- {
6318
- [_ht]: ["PATCH", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 202],
6319
- },
5464
+ { [_ht]: ["PATCH", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 202] },
6320
5465
  () => UpdateCustomModelDeploymentRequest,
6321
5466
  () => UpdateCustomModelDeploymentResponse,
6322
5467
  ];
@@ -6324,9 +5469,7 @@ export var UpdateGuardrail = [
6324
5469
  9,
6325
5470
  n0,
6326
5471
  _UG,
6327
- {
6328
- [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202],
6329
- },
5472
+ { [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202] },
6330
5473
  () => UpdateGuardrailRequest,
6331
5474
  () => UpdateGuardrailResponse,
6332
5475
  ];
@@ -6334,9 +5477,7 @@ export var UpdateMarketplaceModelEndpoint = [
6334
5477
  9,
6335
5478
  n0,
6336
5479
  _UMME,
6337
- {
6338
- [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200],
6339
- },
5480
+ { [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200] },
6340
5481
  () => UpdateMarketplaceModelEndpointRequest,
6341
5482
  () => UpdateMarketplaceModelEndpointResponse,
6342
5483
  ];
@@ -6344,9 +5485,7 @@ export var UpdateProvisionedModelThroughput = [
6344
5485
  9,
6345
5486
  n0,
6346
5487
  _UPMT,
6347
- {
6348
- [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200],
6349
- },
5488
+ { [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200] },
6350
5489
  () => UpdateProvisionedModelThroughputRequest,
6351
5490
  () => UpdateProvisionedModelThroughputResponse,
6352
5491
  ];