@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
package/dist-cjs/index.js CHANGED
@@ -1512,17 +1512,7 @@ var Message = [0, n0, _M, 8, 0];
1512
1512
  var MetricName = [0, n0, _MN, 8, 0];
1513
1513
  var PromptRouterDescription = [0, n0, _PRD, 8, 0];
1514
1514
  var TextPromptTemplate = [0, n0, _TPT, 8, 0];
1515
- var AccessDeniedException = [
1516
- -3,
1517
- n0,
1518
- _ADE,
1519
- {
1520
- [_e]: _c,
1521
- [_hE]: 403,
1522
- },
1523
- [_m],
1524
- [0],
1525
- ];
1515
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
1526
1516
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
1527
1517
  var AccountEnforcedGuardrailInferenceInputConfiguration = [
1528
1518
  3,
@@ -2160,17 +2150,7 @@ var CancelAutomatedReasoningPolicyBuildWorkflowRequest = [
2160
2150
  ];
2161
2151
  var CancelAutomatedReasoningPolicyBuildWorkflowResponse = [3, n0, _CARPBWRa, 0, [], []];
2162
2152
  var CloudWatchConfig = [3, n0, _CWC, 0, [_lGN, _rA, _lDDSC], [0, 0, () => S3Config]];
2163
- var ConflictException = [
2164
- -3,
2165
- n0,
2166
- _CE,
2167
- {
2168
- [_e]: _c,
2169
- [_hE]: 400,
2170
- },
2171
- [_m],
2172
- [0],
2173
- ];
2153
+ var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2174
2154
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
2175
2155
  var CreateAutomatedReasoningPolicyRequest = [
2176
2156
  3,
@@ -2469,12 +2449,7 @@ var DeleteAutomatedReasoningPolicyBuildWorkflowRequest = [
2469
2449
  [
2470
2450
  [0, 1],
2471
2451
  [0, 1],
2472
- [
2473
- 5,
2474
- {
2475
- [_hQ]: _uA,
2476
- },
2477
- ],
2452
+ [5, { [_hQ]: _uA }],
2478
2453
  ],
2479
2454
  ];
2480
2455
  var DeleteAutomatedReasoningPolicyBuildWorkflowResponse = [3, n0, _DARPBWRe, 0, [], []];
@@ -2486,12 +2461,7 @@ var DeleteAutomatedReasoningPolicyRequest = [
2486
2461
  [_pA, _fo],
2487
2462
  [
2488
2463
  [0, 1],
2489
- [
2490
- 2,
2491
- {
2492
- [_hQ]: _fo,
2493
- },
2494
- ],
2464
+ [2, { [_hQ]: _fo }],
2495
2465
  ],
2496
2466
  ];
2497
2467
  var DeleteAutomatedReasoningPolicyResponse = [3, n0, _DARPRe, 0, [], []];
@@ -2504,12 +2474,7 @@ var DeleteAutomatedReasoningPolicyTestCaseRequest = [
2504
2474
  [
2505
2475
  [0, 1],
2506
2476
  [0, 1],
2507
- [
2508
- 5,
2509
- {
2510
- [_hQ]: _uA,
2511
- },
2512
- ],
2477
+ [5, { [_hQ]: _uA }],
2513
2478
  ],
2514
2479
  ];
2515
2480
  var DeleteAutomatedReasoningPolicyTestCaseResponse = [3, n0, _DARPTCRe, 0, [], []];
@@ -2529,12 +2494,7 @@ var DeleteGuardrailRequest = [
2529
2494
  [_gI, _gV],
2530
2495
  [
2531
2496
  [0, 1],
2532
- [
2533
- 0,
2534
- {
2535
- [_hQ]: _gV,
2536
- },
2537
- ],
2497
+ [0, { [_hQ]: _gV }],
2538
2498
  ],
2539
2499
  ];
2540
2500
  var DeleteGuardrailResponse = [3, n0, _DGRe, 0, [], []];
@@ -2724,12 +2684,7 @@ var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest = [
2724
2684
  [
2725
2685
  [0, 1],
2726
2686
  [0, 1],
2727
- [
2728
- 0,
2729
- {
2730
- [_hQ]: _aTs,
2731
- },
2732
- ],
2687
+ [0, { [_hQ]: _aTs }],
2733
2688
  ],
2734
2689
  ];
2735
2690
  var GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse = [
@@ -2900,12 +2855,7 @@ var GetGuardrailRequest = [
2900
2855
  [_gI, _gV],
2901
2856
  [
2902
2857
  [0, 1],
2903
- [
2904
- 0,
2905
- {
2906
- [_hQ]: _gV,
2907
- },
2908
- ],
2858
+ [0, { [_hQ]: _gV }],
2909
2859
  ],
2910
2860
  ];
2911
2861
  var GetGuardrailResponse = [
@@ -3436,17 +3386,7 @@ var InferenceProfileSummary = [
3436
3386
  [_iPN, _d, _cA, _uA, _iPA, _mo, _iPIn, _s, _ty],
3437
3387
  [0, [() => InferenceProfileDescription, 0], 5, 5, 0, () => InferenceProfileModels, 0, 0, 0],
3438
3388
  ];
3439
- var InternalServerException = [
3440
- -3,
3441
- n0,
3442
- _ISE,
3443
- {
3444
- [_e]: _se,
3445
- [_hE]: 500,
3446
- },
3447
- [_m],
3448
- [0],
3449
- ];
3389
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
3450
3390
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
3451
3391
  var InvocationLogsConfig = [
3452
3392
  3,
@@ -3502,24 +3442,9 @@ var ListAutomatedReasoningPoliciesRequest = [
3502
3442
  0,
3503
3443
  [_pA, _nT, _mR],
3504
3444
  [
3505
- [
3506
- 0,
3507
- {
3508
- [_hQ]: _pA,
3509
- },
3510
- ],
3511
- [
3512
- 0,
3513
- {
3514
- [_hQ]: _nT,
3515
- },
3516
- ],
3517
- [
3518
- 1,
3519
- {
3520
- [_hQ]: _mR,
3521
- },
3522
- ],
3445
+ [0, { [_hQ]: _pA }],
3446
+ [0, { [_hQ]: _nT }],
3447
+ [1, { [_hQ]: _mR }],
3523
3448
  ],
3524
3449
  ];
3525
3450
  var ListAutomatedReasoningPoliciesResponse = [
@@ -3538,18 +3463,8 @@ var ListAutomatedReasoningPolicyBuildWorkflowsRequest = [
3538
3463
  [_pA, _nT, _mR],
3539
3464
  [
3540
3465
  [0, 1],
3541
- [
3542
- 0,
3543
- {
3544
- [_hQ]: _nT,
3545
- },
3546
- ],
3547
- [
3548
- 1,
3549
- {
3550
- [_hQ]: _mR,
3551
- },
3552
- ],
3466
+ [0, { [_hQ]: _nT }],
3467
+ [1, { [_hQ]: _mR }],
3553
3468
  ],
3554
3469
  ];
3555
3470
  var ListAutomatedReasoningPolicyBuildWorkflowsResponse = [
@@ -3568,18 +3483,8 @@ var ListAutomatedReasoningPolicyTestCasesRequest = [
3568
3483
  [_pA, _nT, _mR],
3569
3484
  [
3570
3485
  [0, 1],
3571
- [
3572
- 0,
3573
- {
3574
- [_hQ]: _nT,
3575
- },
3576
- ],
3577
- [
3578
- 1,
3579
- {
3580
- [_hQ]: _mR,
3581
- },
3582
- ],
3486
+ [0, { [_hQ]: _nT }],
3487
+ [1, { [_hQ]: _mR }],
3583
3488
  ],
3584
3489
  ];
3585
3490
  var ListAutomatedReasoningPolicyTestCasesResponse = [
@@ -3599,18 +3504,8 @@ var ListAutomatedReasoningPolicyTestResultsRequest = [
3599
3504
  [
3600
3505
  [0, 1],
3601
3506
  [0, 1],
3602
- [
3603
- 0,
3604
- {
3605
- [_hQ]: _nT,
3606
- },
3607
- ],
3608
- [
3609
- 1,
3610
- {
3611
- [_hQ]: _mR,
3612
- },
3613
- ],
3507
+ [0, { [_hQ]: _nT }],
3508
+ [1, { [_hQ]: _mR }],
3614
3509
  ],
3615
3510
  ];
3616
3511
  var ListAutomatedReasoningPolicyTestResultsResponse = [
@@ -3628,60 +3523,15 @@ var ListCustomModelDeploymentsRequest = [
3628
3523
  0,
3629
3524
  [_cBr, _cAr, _nC, _mR, _nT, _sB, _sO, _sEt, _mAE],
3630
3525
  [
3631
- [
3632
- 5,
3633
- {
3634
- [_hQ]: _cBr,
3635
- },
3636
- ],
3637
- [
3638
- 5,
3639
- {
3640
- [_hQ]: _cAr,
3641
- },
3642
- ],
3643
- [
3644
- 0,
3645
- {
3646
- [_hQ]: _nC,
3647
- },
3648
- ],
3649
- [
3650
- 1,
3651
- {
3652
- [_hQ]: _mR,
3653
- },
3654
- ],
3655
- [
3656
- 0,
3657
- {
3658
- [_hQ]: _nT,
3659
- },
3660
- ],
3661
- [
3662
- 0,
3663
- {
3664
- [_hQ]: _sB,
3665
- },
3666
- ],
3667
- [
3668
- 0,
3669
- {
3670
- [_hQ]: _sO,
3671
- },
3672
- ],
3673
- [
3674
- 0,
3675
- {
3676
- [_hQ]: _sEt,
3677
- },
3678
- ],
3679
- [
3680
- 0,
3681
- {
3682
- [_hQ]: _mAE,
3683
- },
3684
- ],
3526
+ [5, { [_hQ]: _cBr }],
3527
+ [5, { [_hQ]: _cAr }],
3528
+ [0, { [_hQ]: _nC }],
3529
+ [1, { [_hQ]: _mR }],
3530
+ [0, { [_hQ]: _nT }],
3531
+ [0, { [_hQ]: _sB }],
3532
+ [0, { [_hQ]: _sO }],
3533
+ [0, { [_hQ]: _sEt }],
3534
+ [0, { [_hQ]: _mAE }],
3685
3535
  ],
3686
3536
  ];
3687
3537
  var ListCustomModelDeploymentsResponse = [
@@ -3699,72 +3549,17 @@ var ListCustomModelsRequest = [
3699
3549
  0,
3700
3550
  [_cTB, _cTA, _nC, _bMAE, _fMAE, _mR, _nT, _sB, _sO, _iO, _mSo],
3701
3551
  [
3702
- [
3703
- 5,
3704
- {
3705
- [_hQ]: _cTB,
3706
- },
3707
- ],
3708
- [
3709
- 5,
3710
- {
3711
- [_hQ]: _cTA,
3712
- },
3713
- ],
3714
- [
3715
- 0,
3716
- {
3717
- [_hQ]: _nC,
3718
- },
3719
- ],
3720
- [
3721
- 0,
3722
- {
3723
- [_hQ]: _bMAE,
3724
- },
3725
- ],
3726
- [
3727
- 0,
3728
- {
3729
- [_hQ]: _fMAE,
3730
- },
3731
- ],
3732
- [
3733
- 1,
3734
- {
3735
- [_hQ]: _mR,
3736
- },
3737
- ],
3738
- [
3739
- 0,
3740
- {
3741
- [_hQ]: _nT,
3742
- },
3743
- ],
3744
- [
3745
- 0,
3746
- {
3747
- [_hQ]: _sB,
3748
- },
3749
- ],
3750
- [
3751
- 0,
3752
- {
3753
- [_hQ]: _sO,
3754
- },
3755
- ],
3756
- [
3757
- 2,
3758
- {
3759
- [_hQ]: _iO,
3760
- },
3761
- ],
3762
- [
3763
- 0,
3764
- {
3765
- [_hQ]: _mSo,
3766
- },
3767
- ],
3552
+ [5, { [_hQ]: _cTB }],
3553
+ [5, { [_hQ]: _cTA }],
3554
+ [0, { [_hQ]: _nC }],
3555
+ [0, { [_hQ]: _bMAE }],
3556
+ [0, { [_hQ]: _fMAE }],
3557
+ [1, { [_hQ]: _mR }],
3558
+ [0, { [_hQ]: _nT }],
3559
+ [0, { [_hQ]: _sB }],
3560
+ [0, { [_hQ]: _sO }],
3561
+ [2, { [_hQ]: _iO }],
3562
+ [0, { [_hQ]: _mSo }],
3768
3563
  ],
3769
3564
  ];
3770
3565
  var ListCustomModelsResponse = [
@@ -3781,14 +3576,7 @@ var ListEnforcedGuardrailsConfigurationRequest = [
3781
3576
  _LEGCR,
3782
3577
  0,
3783
3578
  [_nT],
3784
- [
3785
- [
3786
- 0,
3787
- {
3788
- [_hQ]: _nT,
3789
- },
3790
- ],
3791
- ],
3579
+ [[0, { [_hQ]: _nT }]],
3792
3580
  ];
3793
3581
  var ListEnforcedGuardrailsConfigurationResponse = [
3794
3582
  3,
@@ -3805,60 +3593,15 @@ var ListEvaluationJobsRequest = [
3805
3593
  0,
3806
3594
  [_cTA, _cTB, _sEt, _aTE, _nC, _mR, _nT, _sB, _sO],
3807
3595
  [
3808
- [
3809
- 5,
3810
- {
3811
- [_hQ]: _cTA,
3812
- },
3813
- ],
3814
- [
3815
- 5,
3816
- {
3817
- [_hQ]: _cTB,
3818
- },
3819
- ],
3820
- [
3821
- 0,
3822
- {
3823
- [_hQ]: _sEt,
3824
- },
3825
- ],
3826
- [
3827
- 0,
3828
- {
3829
- [_hQ]: _aTE,
3830
- },
3831
- ],
3832
- [
3833
- 0,
3834
- {
3835
- [_hQ]: _nC,
3836
- },
3837
- ],
3838
- [
3839
- 1,
3840
- {
3841
- [_hQ]: _mR,
3842
- },
3843
- ],
3844
- [
3845
- 0,
3846
- {
3847
- [_hQ]: _nT,
3848
- },
3849
- ],
3850
- [
3851
- 0,
3852
- {
3853
- [_hQ]: _sB,
3854
- },
3855
- ],
3856
- [
3857
- 0,
3858
- {
3859
- [_hQ]: _sO,
3860
- },
3861
- ],
3596
+ [5, { [_hQ]: _cTA }],
3597
+ [5, { [_hQ]: _cTB }],
3598
+ [0, { [_hQ]: _sEt }],
3599
+ [0, { [_hQ]: _aTE }],
3600
+ [0, { [_hQ]: _nC }],
3601
+ [1, { [_hQ]: _mR }],
3602
+ [0, { [_hQ]: _nT }],
3603
+ [0, { [_hQ]: _sB }],
3604
+ [0, { [_hQ]: _sO }],
3862
3605
  ],
3863
3606
  ];
3864
3607
  var ListEvaluationJobsResponse = [
@@ -3877,12 +3620,7 @@ var ListFoundationModelAgreementOffersRequest = [
3877
3620
  [_mIo, _oTf],
3878
3621
  [
3879
3622
  [0, 1],
3880
- [
3881
- 0,
3882
- {
3883
- [_hQ]: _oTf,
3884
- },
3885
- ],
3623
+ [0, { [_hQ]: _oTf }],
3886
3624
  ],
3887
3625
  ];
3888
3626
  var ListFoundationModelAgreementOffersResponse = [
@@ -3900,30 +3638,10 @@ var ListFoundationModelsRequest = [
3900
3638
  0,
3901
3639
  [_bP, _bCT, _bOMy, _bIT],
3902
3640
  [
3903
- [
3904
- 0,
3905
- {
3906
- [_hQ]: _bP,
3907
- },
3908
- ],
3909
- [
3910
- 0,
3911
- {
3912
- [_hQ]: _bCT,
3913
- },
3914
- ],
3915
- [
3916
- 0,
3917
- {
3918
- [_hQ]: _bOMy,
3919
- },
3920
- ],
3921
- [
3922
- 0,
3923
- {
3924
- [_hQ]: _bIT,
3925
- },
3926
- ],
3641
+ [0, { [_hQ]: _bP }],
3642
+ [0, { [_hQ]: _bCT }],
3643
+ [0, { [_hQ]: _bOMy }],
3644
+ [0, { [_hQ]: _bIT }],
3927
3645
  ],
3928
3646
  ];
3929
3647
  var ListFoundationModelsResponse = [
@@ -3941,24 +3659,9 @@ var ListGuardrailsRequest = [
3941
3659
  0,
3942
3660
  [_gI, _mR, _nT],
3943
3661
  [
3944
- [
3945
- 0,
3946
- {
3947
- [_hQ]: _gI,
3948
- },
3949
- ],
3950
- [
3951
- 1,
3952
- {
3953
- [_hQ]: _mR,
3954
- },
3955
- ],
3956
- [
3957
- 0,
3958
- {
3959
- [_hQ]: _nT,
3960
- },
3961
- ],
3662
+ [0, { [_hQ]: _gI }],
3663
+ [1, { [_hQ]: _mR }],
3664
+ [0, { [_hQ]: _nT }],
3962
3665
  ],
3963
3666
  ];
3964
3667
  var ListGuardrailsResponse = [
@@ -3976,48 +3679,13 @@ var ListImportedModelsRequest = [
3976
3679
  0,
3977
3680
  [_cTB, _cTA, _nC, _mR, _nT, _sB, _sO],
3978
3681
  [
3979
- [
3980
- 5,
3981
- {
3982
- [_hQ]: _cTB,
3983
- },
3984
- ],
3985
- [
3986
- 5,
3987
- {
3988
- [_hQ]: _cTA,
3989
- },
3990
- ],
3991
- [
3992
- 0,
3993
- {
3994
- [_hQ]: _nC,
3995
- },
3996
- ],
3997
- [
3998
- 1,
3999
- {
4000
- [_hQ]: _mR,
4001
- },
4002
- ],
4003
- [
4004
- 0,
4005
- {
4006
- [_hQ]: _nT,
4007
- },
4008
- ],
4009
- [
4010
- 0,
4011
- {
4012
- [_hQ]: _sB,
4013
- },
4014
- ],
4015
- [
4016
- 0,
4017
- {
4018
- [_hQ]: _sO,
4019
- },
4020
- ],
3682
+ [5, { [_hQ]: _cTB }],
3683
+ [5, { [_hQ]: _cTA }],
3684
+ [0, { [_hQ]: _nC }],
3685
+ [1, { [_hQ]: _mR }],
3686
+ [0, { [_hQ]: _nT }],
3687
+ [0, { [_hQ]: _sB }],
3688
+ [0, { [_hQ]: _sO }],
4021
3689
  ],
4022
3690
  ];
4023
3691
  var ListImportedModelsResponse = [
@@ -4035,24 +3703,9 @@ var ListInferenceProfilesRequest = [
4035
3703
  0,
4036
3704
  [_mR, _nT, _tE],
4037
3705
  [
4038
- [
4039
- 1,
4040
- {
4041
- [_hQ]: _mR,
4042
- },
4043
- ],
4044
- [
4045
- 0,
4046
- {
4047
- [_hQ]: _nT,
4048
- },
4049
- ],
4050
- [
4051
- 0,
4052
- {
4053
- [_hQ]: _ty,
4054
- },
4055
- ],
3706
+ [1, { [_hQ]: _mR }],
3707
+ [0, { [_hQ]: _nT }],
3708
+ [0, { [_hQ]: _ty }],
4056
3709
  ],
4057
3710
  ];
4058
3711
  var ListInferenceProfilesResponse = [
@@ -4070,24 +3723,9 @@ var ListMarketplaceModelEndpointsRequest = [
4070
3723
  0,
4071
3724
  [_mR, _nT, _mSE],
4072
3725
  [
4073
- [
4074
- 1,
4075
- {
4076
- [_hQ]: _mR,
4077
- },
4078
- ],
4079
- [
4080
- 0,
4081
- {
4082
- [_hQ]: _nT,
4083
- },
4084
- ],
4085
- [
4086
- 0,
4087
- {
4088
- [_hQ]: _mSI,
4089
- },
4090
- ],
3726
+ [1, { [_hQ]: _mR }],
3727
+ [0, { [_hQ]: _nT }],
3728
+ [0, { [_hQ]: _mSI }],
4091
3729
  ],
4092
3730
  ];
4093
3731
  var ListMarketplaceModelEndpointsResponse = [
@@ -4105,66 +3743,16 @@ var ListModelCopyJobsRequest = [
4105
3743
  0,
4106
3744
  [_cTA, _cTB, _sEt, _sAE, _sMAE, _tMNC, _mR, _nT, _sB, _sO],
4107
3745
  [
4108
- [
4109
- 5,
4110
- {
4111
- [_hQ]: _cTA,
4112
- },
4113
- ],
4114
- [
4115
- 5,
4116
- {
4117
- [_hQ]: _cTB,
4118
- },
4119
- ],
4120
- [
4121
- 0,
4122
- {
4123
- [_hQ]: _sEt,
4124
- },
4125
- ],
4126
- [
4127
- 0,
4128
- {
4129
- [_hQ]: _sAE,
4130
- },
4131
- ],
4132
- [
4133
- 0,
4134
- {
4135
- [_hQ]: _sMAE,
4136
- },
4137
- ],
4138
- [
4139
- 0,
4140
- {
4141
- [_hQ]: _oMNC,
4142
- },
4143
- ],
4144
- [
4145
- 1,
4146
- {
4147
- [_hQ]: _mR,
4148
- },
4149
- ],
4150
- [
4151
- 0,
4152
- {
4153
- [_hQ]: _nT,
4154
- },
4155
- ],
4156
- [
4157
- 0,
4158
- {
4159
- [_hQ]: _sB,
4160
- },
4161
- ],
4162
- [
4163
- 0,
4164
- {
4165
- [_hQ]: _sO,
4166
- },
4167
- ],
3746
+ [5, { [_hQ]: _cTA }],
3747
+ [5, { [_hQ]: _cTB }],
3748
+ [0, { [_hQ]: _sEt }],
3749
+ [0, { [_hQ]: _sAE }],
3750
+ [0, { [_hQ]: _sMAE }],
3751
+ [0, { [_hQ]: _oMNC }],
3752
+ [1, { [_hQ]: _mR }],
3753
+ [0, { [_hQ]: _nT }],
3754
+ [0, { [_hQ]: _sB }],
3755
+ [0, { [_hQ]: _sO }],
4168
3756
  ],
4169
3757
  ];
4170
3758
  var ListModelCopyJobsResponse = [
@@ -4182,54 +3770,14 @@ var ListModelCustomizationJobsRequest = [
4182
3770
  0,
4183
3771
  [_cTA, _cTB, _sEt, _nC, _mR, _nT, _sB, _sO],
4184
3772
  [
4185
- [
4186
- 5,
4187
- {
4188
- [_hQ]: _cTA,
4189
- },
4190
- ],
4191
- [
4192
- 5,
4193
- {
4194
- [_hQ]: _cTB,
4195
- },
4196
- ],
4197
- [
4198
- 0,
4199
- {
4200
- [_hQ]: _sEt,
4201
- },
4202
- ],
4203
- [
4204
- 0,
4205
- {
4206
- [_hQ]: _nC,
4207
- },
4208
- ],
4209
- [
4210
- 1,
4211
- {
4212
- [_hQ]: _mR,
4213
- },
4214
- ],
4215
- [
4216
- 0,
4217
- {
4218
- [_hQ]: _nT,
4219
- },
4220
- ],
4221
- [
4222
- 0,
4223
- {
4224
- [_hQ]: _sB,
4225
- },
4226
- ],
4227
- [
4228
- 0,
4229
- {
4230
- [_hQ]: _sO,
4231
- },
4232
- ],
3773
+ [5, { [_hQ]: _cTA }],
3774
+ [5, { [_hQ]: _cTB }],
3775
+ [0, { [_hQ]: _sEt }],
3776
+ [0, { [_hQ]: _nC }],
3777
+ [1, { [_hQ]: _mR }],
3778
+ [0, { [_hQ]: _nT }],
3779
+ [0, { [_hQ]: _sB }],
3780
+ [0, { [_hQ]: _sO }],
4233
3781
  ],
4234
3782
  ];
4235
3783
  var ListModelCustomizationJobsResponse = [
@@ -4247,54 +3795,14 @@ var ListModelImportJobsRequest = [
4247
3795
  0,
4248
3796
  [_cTA, _cTB, _sEt, _nC, _mR, _nT, _sB, _sO],
4249
3797
  [
4250
- [
4251
- 5,
4252
- {
4253
- [_hQ]: _cTA,
4254
- },
4255
- ],
4256
- [
4257
- 5,
4258
- {
4259
- [_hQ]: _cTB,
4260
- },
4261
- ],
4262
- [
4263
- 0,
4264
- {
4265
- [_hQ]: _sEt,
4266
- },
4267
- ],
4268
- [
4269
- 0,
4270
- {
4271
- [_hQ]: _nC,
4272
- },
4273
- ],
4274
- [
4275
- 1,
4276
- {
4277
- [_hQ]: _mR,
4278
- },
4279
- ],
4280
- [
4281
- 0,
4282
- {
4283
- [_hQ]: _nT,
4284
- },
4285
- ],
4286
- [
4287
- 0,
4288
- {
4289
- [_hQ]: _sB,
4290
- },
4291
- ],
4292
- [
4293
- 0,
4294
- {
4295
- [_hQ]: _sO,
4296
- },
4297
- ],
3798
+ [5, { [_hQ]: _cTA }],
3799
+ [5, { [_hQ]: _cTB }],
3800
+ [0, { [_hQ]: _sEt }],
3801
+ [0, { [_hQ]: _nC }],
3802
+ [1, { [_hQ]: _mR }],
3803
+ [0, { [_hQ]: _nT }],
3804
+ [0, { [_hQ]: _sB }],
3805
+ [0, { [_hQ]: _sO }],
4298
3806
  ],
4299
3807
  ];
4300
3808
  var ListModelImportJobsResponse = [
@@ -4312,54 +3820,14 @@ var ListModelInvocationJobsRequest = [
4312
3820
  0,
4313
3821
  [_sTA, _sTB, _sEt, _nC, _mR, _nT, _sB, _sO],
4314
3822
  [
4315
- [
4316
- 5,
4317
- {
4318
- [_hQ]: _sTA,
4319
- },
4320
- ],
4321
- [
4322
- 5,
4323
- {
4324
- [_hQ]: _sTB,
4325
- },
4326
- ],
4327
- [
4328
- 0,
4329
- {
4330
- [_hQ]: _sEt,
4331
- },
4332
- ],
4333
- [
4334
- 0,
4335
- {
4336
- [_hQ]: _nC,
4337
- },
4338
- ],
4339
- [
4340
- 1,
4341
- {
4342
- [_hQ]: _mR,
4343
- },
4344
- ],
4345
- [
4346
- 0,
4347
- {
4348
- [_hQ]: _nT,
4349
- },
4350
- ],
4351
- [
4352
- 0,
4353
- {
4354
- [_hQ]: _sB,
4355
- },
4356
- ],
4357
- [
4358
- 0,
4359
- {
4360
- [_hQ]: _sO,
4361
- },
4362
- ],
3823
+ [5, { [_hQ]: _sTA }],
3824
+ [5, { [_hQ]: _sTB }],
3825
+ [0, { [_hQ]: _sEt }],
3826
+ [0, { [_hQ]: _nC }],
3827
+ [1, { [_hQ]: _mR }],
3828
+ [0, { [_hQ]: _nT }],
3829
+ [0, { [_hQ]: _sB }],
3830
+ [0, { [_hQ]: _sO }],
4363
3831
  ],
4364
3832
  ];
4365
3833
  var ListModelInvocationJobsResponse = [
@@ -4377,24 +3845,9 @@ var ListPromptRoutersRequest = [
4377
3845
  0,
4378
3846
  [_mR, _nT, _ty],
4379
3847
  [
4380
- [
4381
- 1,
4382
- {
4383
- [_hQ]: _mR,
4384
- },
4385
- ],
4386
- [
4387
- 0,
4388
- {
4389
- [_hQ]: _nT,
4390
- },
4391
- ],
4392
- [
4393
- 0,
4394
- {
4395
- [_hQ]: _ty,
4396
- },
4397
- ],
3848
+ [1, { [_hQ]: _mR }],
3849
+ [0, { [_hQ]: _nT }],
3850
+ [0, { [_hQ]: _ty }],
4398
3851
  ],
4399
3852
  ];
4400
3853
  var ListPromptRoutersResponse = [
@@ -4412,60 +3865,15 @@ var ListProvisionedModelThroughputsRequest = [
4412
3865
  0,
4413
3866
  [_cTA, _cTB, _sEt, _mAE, _nC, _mR, _nT, _sB, _sO],
4414
3867
  [
4415
- [
4416
- 5,
4417
- {
4418
- [_hQ]: _cTA,
4419
- },
4420
- ],
4421
- [
4422
- 5,
4423
- {
4424
- [_hQ]: _cTB,
4425
- },
4426
- ],
4427
- [
4428
- 0,
4429
- {
4430
- [_hQ]: _sEt,
4431
- },
4432
- ],
4433
- [
4434
- 0,
4435
- {
4436
- [_hQ]: _mAE,
4437
- },
4438
- ],
4439
- [
4440
- 0,
4441
- {
4442
- [_hQ]: _nC,
4443
- },
4444
- ],
4445
- [
4446
- 1,
4447
- {
4448
- [_hQ]: _mR,
4449
- },
4450
- ],
4451
- [
4452
- 0,
4453
- {
4454
- [_hQ]: _nT,
4455
- },
4456
- ],
4457
- [
4458
- 0,
4459
- {
4460
- [_hQ]: _sB,
4461
- },
4462
- ],
4463
- [
4464
- 0,
4465
- {
4466
- [_hQ]: _sO,
4467
- },
4468
- ],
3868
+ [5, { [_hQ]: _cTA }],
3869
+ [5, { [_hQ]: _cTB }],
3870
+ [0, { [_hQ]: _sEt }],
3871
+ [0, { [_hQ]: _mAE }],
3872
+ [0, { [_hQ]: _nC }],
3873
+ [1, { [_hQ]: _mR }],
3874
+ [0, { [_hQ]: _nT }],
3875
+ [0, { [_hQ]: _sB }],
3876
+ [0, { [_hQ]: _sO }],
4469
3877
  ],
4470
3878
  ];
4471
3879
  var ListProvisionedModelThroughputsResponse = [
@@ -4672,29 +4080,9 @@ var RequestMetadataBaseFilters = [
4672
4080
  [() => RequestMetadataMap, 0],
4673
4081
  ],
4674
4082
  ];
4675
- var ResourceInUseException = [
4676
- -3,
4677
- n0,
4678
- _RIUE,
4679
- {
4680
- [_e]: _c,
4681
- [_hE]: 400,
4682
- },
4683
- [_m],
4684
- [0],
4685
- ];
4083
+ var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
4686
4084
  schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
4687
- var ResourceNotFoundException = [
4688
- -3,
4689
- n0,
4690
- _RNFE,
4691
- {
4692
- [_e]: _c,
4693
- [_hE]: 404,
4694
- },
4695
- [_m],
4696
- [0],
4697
- ];
4085
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
4698
4086
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
4699
4087
  var RetrieveAndGenerateConfiguration = [
4700
4088
  3,
@@ -4744,29 +4132,9 @@ var SageMakerEndpoint = [
4744
4132
  [_iIC, _iTn, _eRx, _kEK, _vp],
4745
4133
  [1, 0, 0, 0, () => VpcConfig],
4746
4134
  ];
4747
- var ServiceQuotaExceededException = [
4748
- -3,
4749
- n0,
4750
- _SQEE,
4751
- {
4752
- [_e]: _c,
4753
- [_hE]: 400,
4754
- },
4755
- [_m],
4756
- [0],
4757
- ];
4135
+ var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
4758
4136
  schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
4759
- var ServiceUnavailableException = [
4760
- -3,
4761
- n0,
4762
- _SUE,
4763
- {
4764
- [_e]: _se,
4765
- [_hE]: 503,
4766
- },
4767
- [_m],
4768
- [0],
4769
- ];
4137
+ var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _se, [_hE]: 503 }, [_m], [0]];
4770
4138
  schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException, ServiceUnavailableException$1);
4771
4139
  var StartAutomatedReasoningPolicyBuildWorkflowRequest = [
4772
4140
  3,
@@ -4777,13 +4145,7 @@ var StartAutomatedReasoningPolicyBuildWorkflowRequest = [
4777
4145
  [
4778
4146
  [0, 1],
4779
4147
  [0, 1],
4780
- [
4781
- 0,
4782
- {
4783
- [_hH]: _xact,
4784
- [_iTd]: 1,
4785
- },
4786
- ],
4148
+ [0, { [_hH]: _xact, [_iTd]: 1 }],
4787
4149
  [() => AutomatedReasoningPolicyBuildWorkflowSource, 16],
4788
4150
  ],
4789
4151
  ];
@@ -4839,29 +4201,9 @@ var TermDetails = [
4839
4201
  [() => PricingTerm, () => LegalTerm, () => SupportTerm, () => ValidityTerm],
4840
4202
  ];
4841
4203
  var TextInferenceConfig = [3, n0, _TIC, 0, [_tem, _tPo, _mTa, _sS], [1, 1, 1, 64 | 0]];
4842
- var ThrottlingException = [
4843
- -3,
4844
- n0,
4845
- _TE,
4846
- {
4847
- [_e]: _c,
4848
- [_hE]: 429,
4849
- },
4850
- [_m],
4851
- [0],
4852
- ];
4204
+ var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
4853
4205
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
4854
- var TooManyTagsException = [
4855
- -3,
4856
- n0,
4857
- _TMTE,
4858
- {
4859
- [_e]: _c,
4860
- [_hE]: 400,
4861
- },
4862
- [_m, _rN],
4863
- [0, 0],
4864
- ];
4206
+ var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
4865
4207
  schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
4866
4208
  var TrainingDataConfig = [
4867
4209
  3,
@@ -4989,17 +4331,7 @@ var UpdateProvisionedModelThroughputRequest = [
4989
4331
  var UpdateProvisionedModelThroughputResponse = [3, n0, _UPMTRp, 0, [], []];
4990
4332
  var ValidationDataConfig = [3, n0, _VDC, 0, [_val], [() => Validators]];
4991
4333
  var ValidationDetails = [3, n0, _VD, 0, [_s, _cTr, _lMT], [0, 5, 5]];
4992
- var ValidationException = [
4993
- -3,
4994
- n0,
4995
- _VE,
4996
- {
4997
- [_e]: _c,
4998
- [_hE]: 400,
4999
- },
5000
- [_m],
5001
- [0],
5002
- ];
4334
+ var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
5003
4335
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
5004
4336
  var Validator = [3, n0, _V, 0, [_sU], [0]];
5005
4337
  var ValidatorMetric = [3, n0, _VM, 0, [_vL], [1]];
@@ -5596,9 +4928,7 @@ var BatchDeleteEvaluationJob = [
5596
4928
  9,
5597
4929
  n0,
5598
4930
  _BDEJ,
5599
- {
5600
- [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202],
5601
- },
4931
+ { [_ht]: ["POST", "/evaluation-jobs/batch-delete", 202] },
5602
4932
  () => BatchDeleteEvaluationJobRequest,
5603
4933
  () => BatchDeleteEvaluationJobResponse,
5604
4934
  ];
@@ -5606,9 +4936,7 @@ var CancelAutomatedReasoningPolicyBuildWorkflow = [
5606
4936
  9,
5607
4937
  n0,
5608
4938
  _CARPBW,
5609
- {
5610
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202],
5611
- },
4939
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/cancel", 202] },
5612
4940
  () => CancelAutomatedReasoningPolicyBuildWorkflowRequest,
5613
4941
  () => CancelAutomatedReasoningPolicyBuildWorkflowResponse,
5614
4942
  ];
@@ -5616,9 +4944,7 @@ var CreateAutomatedReasoningPolicy = [
5616
4944
  9,
5617
4945
  n0,
5618
4946
  _CARP,
5619
- {
5620
- [_ht]: ["POST", "/automated-reasoning-policies", 200],
5621
- },
4947
+ { [_ht]: ["POST", "/automated-reasoning-policies", 200] },
5622
4948
  () => CreateAutomatedReasoningPolicyRequest,
5623
4949
  () => CreateAutomatedReasoningPolicyResponse,
5624
4950
  ];
@@ -5626,9 +4952,7 @@ var CreateAutomatedReasoningPolicyTestCase = [
5626
4952
  9,
5627
4953
  n0,
5628
4954
  _CARPTC,
5629
- {
5630
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
5631
- },
4955
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
5632
4956
  () => CreateAutomatedReasoningPolicyTestCaseRequest,
5633
4957
  () => CreateAutomatedReasoningPolicyTestCaseResponse,
5634
4958
  ];
@@ -5636,9 +4960,7 @@ var CreateAutomatedReasoningPolicyVersion = [
5636
4960
  9,
5637
4961
  n0,
5638
4962
  _CARPV,
5639
- {
5640
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200],
5641
- },
4963
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/versions", 200] },
5642
4964
  () => CreateAutomatedReasoningPolicyVersionRequest,
5643
4965
  () => CreateAutomatedReasoningPolicyVersionResponse,
5644
4966
  ];
@@ -5646,9 +4968,7 @@ var CreateCustomModel = [
5646
4968
  9,
5647
4969
  n0,
5648
4970
  _CCM,
5649
- {
5650
- [_ht]: ["POST", "/custom-models/create-custom-model", 202],
5651
- },
4971
+ { [_ht]: ["POST", "/custom-models/create-custom-model", 202] },
5652
4972
  () => CreateCustomModelRequest,
5653
4973
  () => CreateCustomModelResponse,
5654
4974
  ];
@@ -5656,9 +4976,7 @@ var CreateCustomModelDeployment = [
5656
4976
  9,
5657
4977
  n0,
5658
4978
  _CCMD,
5659
- {
5660
- [_ht]: ["POST", "/model-customization/custom-model-deployments", 202],
5661
- },
4979
+ { [_ht]: ["POST", "/model-customization/custom-model-deployments", 202] },
5662
4980
  () => CreateCustomModelDeploymentRequest,
5663
4981
  () => CreateCustomModelDeploymentResponse,
5664
4982
  ];
@@ -5666,9 +4984,7 @@ var CreateEvaluationJob = [
5666
4984
  9,
5667
4985
  n0,
5668
4986
  _CEJ,
5669
- {
5670
- [_ht]: ["POST", "/evaluation-jobs", 202],
5671
- },
4987
+ { [_ht]: ["POST", "/evaluation-jobs", 202] },
5672
4988
  () => CreateEvaluationJobRequest,
5673
4989
  () => CreateEvaluationJobResponse,
5674
4990
  ];
@@ -5676,9 +4992,7 @@ var CreateFoundationModelAgreement = [
5676
4992
  9,
5677
4993
  n0,
5678
4994
  _CFMA,
5679
- {
5680
- [_ht]: ["POST", "/create-foundation-model-agreement", 202],
5681
- },
4995
+ { [_ht]: ["POST", "/create-foundation-model-agreement", 202] },
5682
4996
  () => CreateFoundationModelAgreementRequest,
5683
4997
  () => CreateFoundationModelAgreementResponse,
5684
4998
  ];
@@ -5686,9 +5000,7 @@ var CreateGuardrail = [
5686
5000
  9,
5687
5001
  n0,
5688
5002
  _CG,
5689
- {
5690
- [_ht]: ["POST", "/guardrails", 202],
5691
- },
5003
+ { [_ht]: ["POST", "/guardrails", 202] },
5692
5004
  () => CreateGuardrailRequest,
5693
5005
  () => CreateGuardrailResponse,
5694
5006
  ];
@@ -5696,9 +5008,7 @@ var CreateGuardrailVersion = [
5696
5008
  9,
5697
5009
  n0,
5698
5010
  _CGV,
5699
- {
5700
- [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202],
5701
- },
5011
+ { [_ht]: ["POST", "/guardrails/{guardrailIdentifier}", 202] },
5702
5012
  () => CreateGuardrailVersionRequest,
5703
5013
  () => CreateGuardrailVersionResponse,
5704
5014
  ];
@@ -5706,9 +5016,7 @@ var CreateInferenceProfile = [
5706
5016
  9,
5707
5017
  n0,
5708
5018
  _CIP,
5709
- {
5710
- [_ht]: ["POST", "/inference-profiles", 201],
5711
- },
5019
+ { [_ht]: ["POST", "/inference-profiles", 201] },
5712
5020
  () => CreateInferenceProfileRequest,
5713
5021
  () => CreateInferenceProfileResponse,
5714
5022
  ];
@@ -5716,9 +5024,7 @@ var CreateMarketplaceModelEndpoint = [
5716
5024
  9,
5717
5025
  n0,
5718
5026
  _CMME,
5719
- {
5720
- [_ht]: ["POST", "/marketplace-model/endpoints", 200],
5721
- },
5027
+ { [_ht]: ["POST", "/marketplace-model/endpoints", 200] },
5722
5028
  () => CreateMarketplaceModelEndpointRequest,
5723
5029
  () => CreateMarketplaceModelEndpointResponse,
5724
5030
  ];
@@ -5726,9 +5032,7 @@ var CreateModelCopyJob = [
5726
5032
  9,
5727
5033
  n0,
5728
5034
  _CMCJ,
5729
- {
5730
- [_ht]: ["POST", "/model-copy-jobs", 201],
5731
- },
5035
+ { [_ht]: ["POST", "/model-copy-jobs", 201] },
5732
5036
  () => CreateModelCopyJobRequest,
5733
5037
  () => CreateModelCopyJobResponse,
5734
5038
  ];
@@ -5736,9 +5040,7 @@ var CreateModelCustomizationJob = [
5736
5040
  9,
5737
5041
  n0,
5738
5042
  _CMCJr,
5739
- {
5740
- [_ht]: ["POST", "/model-customization-jobs", 201],
5741
- },
5043
+ { [_ht]: ["POST", "/model-customization-jobs", 201] },
5742
5044
  () => CreateModelCustomizationJobRequest,
5743
5045
  () => CreateModelCustomizationJobResponse,
5744
5046
  ];
@@ -5746,9 +5048,7 @@ var CreateModelImportJob = [
5746
5048
  9,
5747
5049
  n0,
5748
5050
  _CMIJ,
5749
- {
5750
- [_ht]: ["POST", "/model-import-jobs", 201],
5751
- },
5051
+ { [_ht]: ["POST", "/model-import-jobs", 201] },
5752
5052
  () => CreateModelImportJobRequest,
5753
5053
  () => CreateModelImportJobResponse,
5754
5054
  ];
@@ -5756,9 +5056,7 @@ var CreateModelInvocationJob = [
5756
5056
  9,
5757
5057
  n0,
5758
5058
  _CMIJr,
5759
- {
5760
- [_ht]: ["POST", "/model-invocation-job", 200],
5761
- },
5059
+ { [_ht]: ["POST", "/model-invocation-job", 200] },
5762
5060
  () => CreateModelInvocationJobRequest,
5763
5061
  () => CreateModelInvocationJobResponse,
5764
5062
  ];
@@ -5766,9 +5064,7 @@ var CreatePromptRouter = [
5766
5064
  9,
5767
5065
  n0,
5768
5066
  _CPR,
5769
- {
5770
- [_ht]: ["POST", "/prompt-routers", 200],
5771
- },
5067
+ { [_ht]: ["POST", "/prompt-routers", 200] },
5772
5068
  () => CreatePromptRouterRequest,
5773
5069
  () => CreatePromptRouterResponse,
5774
5070
  ];
@@ -5776,9 +5072,7 @@ var CreateProvisionedModelThroughput = [
5776
5072
  9,
5777
5073
  n0,
5778
5074
  _CPMT,
5779
- {
5780
- [_ht]: ["POST", "/provisioned-model-throughput", 201],
5781
- },
5075
+ { [_ht]: ["POST", "/provisioned-model-throughput", 201] },
5782
5076
  () => CreateProvisionedModelThroughputRequest,
5783
5077
  () => CreateProvisionedModelThroughputResponse,
5784
5078
  ];
@@ -5786,9 +5080,7 @@ var DeleteAutomatedReasoningPolicy = [
5786
5080
  9,
5787
5081
  n0,
5788
5082
  _DARP,
5789
- {
5790
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202],
5791
- },
5083
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}", 202] },
5792
5084
  () => DeleteAutomatedReasoningPolicyRequest,
5793
5085
  () => DeleteAutomatedReasoningPolicyResponse,
5794
5086
  ];
@@ -5796,9 +5088,7 @@ var DeleteAutomatedReasoningPolicyBuildWorkflow = [
5796
5088
  9,
5797
5089
  n0,
5798
5090
  _DARPBW,
5799
- {
5800
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202],
5801
- },
5091
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 202] },
5802
5092
  () => DeleteAutomatedReasoningPolicyBuildWorkflowRequest,
5803
5093
  () => DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
5804
5094
  ];
@@ -5806,9 +5096,7 @@ var DeleteAutomatedReasoningPolicyTestCase = [
5806
5096
  9,
5807
5097
  n0,
5808
5098
  _DARPTC,
5809
- {
5810
- [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202],
5811
- },
5099
+ { [_ht]: ["DELETE", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 202] },
5812
5100
  () => DeleteAutomatedReasoningPolicyTestCaseRequest,
5813
5101
  () => DeleteAutomatedReasoningPolicyTestCaseResponse,
5814
5102
  ];
@@ -5816,9 +5104,7 @@ var DeleteCustomModel = [
5816
5104
  9,
5817
5105
  n0,
5818
5106
  _DCM,
5819
- {
5820
- [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200],
5821
- },
5107
+ { [_ht]: ["DELETE", "/custom-models/{modelIdentifier}", 200] },
5822
5108
  () => DeleteCustomModelRequest,
5823
5109
  () => DeleteCustomModelResponse,
5824
5110
  ];
@@ -5826,9 +5112,7 @@ var DeleteCustomModelDeployment = [
5826
5112
  9,
5827
5113
  n0,
5828
5114
  _DCMD,
5829
- {
5830
- [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
5831
- },
5115
+ { [_ht]: ["DELETE", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
5832
5116
  () => DeleteCustomModelDeploymentRequest,
5833
5117
  () => DeleteCustomModelDeploymentResponse,
5834
5118
  ];
@@ -5836,9 +5120,7 @@ var DeleteEnforcedGuardrailConfiguration = [
5836
5120
  9,
5837
5121
  n0,
5838
5122
  _DEGC,
5839
- {
5840
- [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200],
5841
- },
5123
+ { [_ht]: ["DELETE", "/enforcedGuardrailsConfiguration/{configId}", 200] },
5842
5124
  () => DeleteEnforcedGuardrailConfigurationRequest,
5843
5125
  () => DeleteEnforcedGuardrailConfigurationResponse,
5844
5126
  ];
@@ -5846,9 +5128,7 @@ var DeleteFoundationModelAgreement = [
5846
5128
  9,
5847
5129
  n0,
5848
5130
  _DFMA,
5849
- {
5850
- [_ht]: ["POST", "/delete-foundation-model-agreement", 202],
5851
- },
5131
+ { [_ht]: ["POST", "/delete-foundation-model-agreement", 202] },
5852
5132
  () => DeleteFoundationModelAgreementRequest,
5853
5133
  () => DeleteFoundationModelAgreementResponse,
5854
5134
  ];
@@ -5856,9 +5136,7 @@ var DeleteGuardrail = [
5856
5136
  9,
5857
5137
  n0,
5858
5138
  _DG,
5859
- {
5860
- [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202],
5861
- },
5139
+ { [_ht]: ["DELETE", "/guardrails/{guardrailIdentifier}", 202] },
5862
5140
  () => DeleteGuardrailRequest,
5863
5141
  () => DeleteGuardrailResponse,
5864
5142
  ];
@@ -5866,9 +5144,7 @@ var DeleteImportedModel = [
5866
5144
  9,
5867
5145
  n0,
5868
5146
  _DIM,
5869
- {
5870
- [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200],
5871
- },
5147
+ { [_ht]: ["DELETE", "/imported-models/{modelIdentifier}", 200] },
5872
5148
  () => DeleteImportedModelRequest,
5873
5149
  () => DeleteImportedModelResponse,
5874
5150
  ];
@@ -5876,9 +5152,7 @@ var DeleteInferenceProfile = [
5876
5152
  9,
5877
5153
  n0,
5878
5154
  _DIP,
5879
- {
5880
- [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200],
5881
- },
5155
+ { [_ht]: ["DELETE", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
5882
5156
  () => DeleteInferenceProfileRequest,
5883
5157
  () => DeleteInferenceProfileResponse,
5884
5158
  ];
@@ -5886,9 +5160,7 @@ var DeleteMarketplaceModelEndpoint = [
5886
5160
  9,
5887
5161
  n0,
5888
5162
  _DMME,
5889
- {
5890
- [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200],
5891
- },
5163
+ { [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}", 200] },
5892
5164
  () => DeleteMarketplaceModelEndpointRequest,
5893
5165
  () => DeleteMarketplaceModelEndpointResponse,
5894
5166
  ];
@@ -5896,9 +5168,7 @@ var DeleteModelInvocationLoggingConfiguration = [
5896
5168
  9,
5897
5169
  n0,
5898
5170
  _DMILC,
5899
- {
5900
- [_ht]: ["DELETE", "/logging/modelinvocations", 200],
5901
- },
5171
+ { [_ht]: ["DELETE", "/logging/modelinvocations", 200] },
5902
5172
  () => DeleteModelInvocationLoggingConfigurationRequest,
5903
5173
  () => DeleteModelInvocationLoggingConfigurationResponse,
5904
5174
  ];
@@ -5906,9 +5176,7 @@ var DeletePromptRouter = [
5906
5176
  9,
5907
5177
  n0,
5908
5178
  _DPRe,
5909
- {
5910
- [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200],
5911
- },
5179
+ { [_ht]: ["DELETE", "/prompt-routers/{promptRouterArn}", 200] },
5912
5180
  () => DeletePromptRouterRequest,
5913
5181
  () => DeletePromptRouterResponse,
5914
5182
  ];
@@ -5916,9 +5184,7 @@ var DeleteProvisionedModelThroughput = [
5916
5184
  9,
5917
5185
  n0,
5918
5186
  _DPMT,
5919
- {
5920
- [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200],
5921
- },
5187
+ { [_ht]: ["DELETE", "/provisioned-model-throughput/{provisionedModelId}", 200] },
5922
5188
  () => DeleteProvisionedModelThroughputRequest,
5923
5189
  () => DeleteProvisionedModelThroughputResponse,
5924
5190
  ];
@@ -5926,9 +5192,7 @@ var DeregisterMarketplaceModelEndpoint = [
5926
5192
  9,
5927
5193
  n0,
5928
5194
  _DMMEe,
5929
- {
5930
- [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200],
5931
- },
5195
+ { [_ht]: ["DELETE", "/marketplace-model/endpoints/{endpointArn}/registration", 200] },
5932
5196
  () => DeregisterMarketplaceModelEndpointRequest,
5933
5197
  () => DeregisterMarketplaceModelEndpointResponse,
5934
5198
  ];
@@ -5936,9 +5200,7 @@ var ExportAutomatedReasoningPolicyVersion = [
5936
5200
  9,
5937
5201
  n0,
5938
5202
  _EARPV,
5939
- {
5940
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200],
5941
- },
5203
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/export", 200] },
5942
5204
  () => ExportAutomatedReasoningPolicyVersionRequest,
5943
5205
  () => ExportAutomatedReasoningPolicyVersionResponse,
5944
5206
  ];
@@ -5946,9 +5208,7 @@ var GetAutomatedReasoningPolicy = [
5946
5208
  9,
5947
5209
  n0,
5948
5210
  _GARPe,
5949
- {
5950
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200],
5951
- },
5211
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}", 200] },
5952
5212
  () => GetAutomatedReasoningPolicyRequest,
5953
5213
  () => GetAutomatedReasoningPolicyResponse,
5954
5214
  ];
@@ -5956,9 +5216,7 @@ var GetAutomatedReasoningPolicyAnnotations = [
5956
5216
  9,
5957
5217
  n0,
5958
5218
  _GARPA,
5959
- {
5960
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
5961
- },
5219
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
5962
5220
  () => GetAutomatedReasoningPolicyAnnotationsRequest,
5963
5221
  () => GetAutomatedReasoningPolicyAnnotationsResponse,
5964
5222
  ];
@@ -5966,9 +5224,7 @@ var GetAutomatedReasoningPolicyBuildWorkflow = [
5966
5224
  9,
5967
5225
  n0,
5968
5226
  _GARPBW,
5969
- {
5970
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200],
5971
- },
5227
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}", 200] },
5972
5228
  () => GetAutomatedReasoningPolicyBuildWorkflowRequest,
5973
5229
  () => GetAutomatedReasoningPolicyBuildWorkflowResponse,
5974
5230
  ];
@@ -5976,9 +5232,7 @@ var GetAutomatedReasoningPolicyBuildWorkflowResultAssets = [
5976
5232
  9,
5977
5233
  n0,
5978
5234
  _GARPBWRA,
5979
- {
5980
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200],
5981
- },
5235
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/result-assets", 200] },
5982
5236
  () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequest,
5983
5237
  () => GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponse,
5984
5238
  ];
@@ -5986,9 +5240,7 @@ var GetAutomatedReasoningPolicyNextScenario = [
5986
5240
  9,
5987
5241
  n0,
5988
5242
  _GARPNS,
5989
- {
5990
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200],
5991
- },
5243
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/scenarios", 200] },
5992
5244
  () => GetAutomatedReasoningPolicyNextScenarioRequest,
5993
5245
  () => GetAutomatedReasoningPolicyNextScenarioResponse,
5994
5246
  ];
@@ -5996,9 +5248,7 @@ var GetAutomatedReasoningPolicyTestCase = [
5996
5248
  9,
5997
5249
  n0,
5998
5250
  _GARPTC,
5999
- {
6000
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
6001
- },
5251
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
6002
5252
  () => GetAutomatedReasoningPolicyTestCaseRequest,
6003
5253
  () => GetAutomatedReasoningPolicyTestCaseResponse,
6004
5254
  ];
@@ -6020,9 +5270,7 @@ var GetCustomModel = [
6020
5270
  9,
6021
5271
  n0,
6022
5272
  _GCM,
6023
- {
6024
- [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200],
6025
- },
5273
+ { [_ht]: ["GET", "/custom-models/{modelIdentifier}", 200] },
6026
5274
  () => GetCustomModelRequest,
6027
5275
  () => GetCustomModelResponse,
6028
5276
  ];
@@ -6030,9 +5278,7 @@ var GetCustomModelDeployment = [
6030
5278
  9,
6031
5279
  n0,
6032
5280
  _GCMD,
6033
- {
6034
- [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200],
6035
- },
5281
+ { [_ht]: ["GET", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 200] },
6036
5282
  () => GetCustomModelDeploymentRequest,
6037
5283
  () => GetCustomModelDeploymentResponse,
6038
5284
  ];
@@ -6040,9 +5286,7 @@ var GetEvaluationJob = [
6040
5286
  9,
6041
5287
  n0,
6042
5288
  _GEJ,
6043
- {
6044
- [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200],
6045
- },
5289
+ { [_ht]: ["GET", "/evaluation-jobs/{jobIdentifier}", 200] },
6046
5290
  () => GetEvaluationJobRequest,
6047
5291
  () => GetEvaluationJobResponse,
6048
5292
  ];
@@ -6050,9 +5294,7 @@ var GetFoundationModel = [
6050
5294
  9,
6051
5295
  n0,
6052
5296
  _GFM,
6053
- {
6054
- [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200],
6055
- },
5297
+ { [_ht]: ["GET", "/foundation-models/{modelIdentifier}", 200] },
6056
5298
  () => GetFoundationModelRequest,
6057
5299
  () => GetFoundationModelResponse,
6058
5300
  ];
@@ -6060,9 +5302,7 @@ var GetFoundationModelAvailability = [
6060
5302
  9,
6061
5303
  n0,
6062
5304
  _GFMA,
6063
- {
6064
- [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200],
6065
- },
5305
+ { [_ht]: ["GET", "/foundation-model-availability/{modelId}", 200] },
6066
5306
  () => GetFoundationModelAvailabilityRequest,
6067
5307
  () => GetFoundationModelAvailabilityResponse,
6068
5308
  ];
@@ -6070,9 +5310,7 @@ var GetGuardrail = [
6070
5310
  9,
6071
5311
  n0,
6072
5312
  _GG,
6073
- {
6074
- [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200],
6075
- },
5313
+ { [_ht]: ["GET", "/guardrails/{guardrailIdentifier}", 200] },
6076
5314
  () => GetGuardrailRequest,
6077
5315
  () => GetGuardrailResponse,
6078
5316
  ];
@@ -6080,9 +5318,7 @@ var GetImportedModel = [
6080
5318
  9,
6081
5319
  n0,
6082
5320
  _GIM,
6083
- {
6084
- [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200],
6085
- },
5321
+ { [_ht]: ["GET", "/imported-models/{modelIdentifier}", 200] },
6086
5322
  () => GetImportedModelRequest,
6087
5323
  () => GetImportedModelResponse,
6088
5324
  ];
@@ -6090,9 +5326,7 @@ var GetInferenceProfile = [
6090
5326
  9,
6091
5327
  n0,
6092
5328
  _GIP,
6093
- {
6094
- [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200],
6095
- },
5329
+ { [_ht]: ["GET", "/inference-profiles/{inferenceProfileIdentifier}", 200] },
6096
5330
  () => GetInferenceProfileRequest,
6097
5331
  () => GetInferenceProfileResponse,
6098
5332
  ];
@@ -6100,9 +5334,7 @@ var GetMarketplaceModelEndpoint = [
6100
5334
  9,
6101
5335
  n0,
6102
5336
  _GMME,
6103
- {
6104
- [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200],
6105
- },
5337
+ { [_ht]: ["GET", "/marketplace-model/endpoints/{endpointArn}", 200] },
6106
5338
  () => GetMarketplaceModelEndpointRequest,
6107
5339
  () => GetMarketplaceModelEndpointResponse,
6108
5340
  ];
@@ -6110,9 +5342,7 @@ var GetModelCopyJob = [
6110
5342
  9,
6111
5343
  n0,
6112
5344
  _GMCJ,
6113
- {
6114
- [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200],
6115
- },
5345
+ { [_ht]: ["GET", "/model-copy-jobs/{jobArn}", 200] },
6116
5346
  () => GetModelCopyJobRequest,
6117
5347
  () => GetModelCopyJobResponse,
6118
5348
  ];
@@ -6120,9 +5350,7 @@ var GetModelCustomizationJob = [
6120
5350
  9,
6121
5351
  n0,
6122
5352
  _GMCJe,
6123
- {
6124
- [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200],
6125
- },
5353
+ { [_ht]: ["GET", "/model-customization-jobs/{jobIdentifier}", 200] },
6126
5354
  () => GetModelCustomizationJobRequest,
6127
5355
  () => GetModelCustomizationJobResponse,
6128
5356
  ];
@@ -6130,9 +5358,7 @@ var GetModelImportJob = [
6130
5358
  9,
6131
5359
  n0,
6132
5360
  _GMIJ,
6133
- {
6134
- [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200],
6135
- },
5361
+ { [_ht]: ["GET", "/model-import-jobs/{jobIdentifier}", 200] },
6136
5362
  () => GetModelImportJobRequest,
6137
5363
  () => GetModelImportJobResponse,
6138
5364
  ];
@@ -6140,9 +5366,7 @@ var GetModelInvocationJob = [
6140
5366
  9,
6141
5367
  n0,
6142
5368
  _GMIJe,
6143
- {
6144
- [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200],
6145
- },
5369
+ { [_ht]: ["GET", "/model-invocation-job/{jobIdentifier}", 200] },
6146
5370
  () => GetModelInvocationJobRequest,
6147
5371
  () => GetModelInvocationJobResponse,
6148
5372
  ];
@@ -6150,9 +5374,7 @@ var GetModelInvocationLoggingConfiguration = [
6150
5374
  9,
6151
5375
  n0,
6152
5376
  _GMILC,
6153
- {
6154
- [_ht]: ["GET", "/logging/modelinvocations", 200],
6155
- },
5377
+ { [_ht]: ["GET", "/logging/modelinvocations", 200] },
6156
5378
  () => GetModelInvocationLoggingConfigurationRequest,
6157
5379
  () => GetModelInvocationLoggingConfigurationResponse,
6158
5380
  ];
@@ -6160,9 +5382,7 @@ var GetPromptRouter = [
6160
5382
  9,
6161
5383
  n0,
6162
5384
  _GPR,
6163
- {
6164
- [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200],
6165
- },
5385
+ { [_ht]: ["GET", "/prompt-routers/{promptRouterArn}", 200] },
6166
5386
  () => GetPromptRouterRequest,
6167
5387
  () => GetPromptRouterResponse,
6168
5388
  ];
@@ -6170,9 +5390,7 @@ var GetProvisionedModelThroughput = [
6170
5390
  9,
6171
5391
  n0,
6172
5392
  _GPMT,
6173
- {
6174
- [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200],
6175
- },
5393
+ { [_ht]: ["GET", "/provisioned-model-throughput/{provisionedModelId}", 200] },
6176
5394
  () => GetProvisionedModelThroughputRequest,
6177
5395
  () => GetProvisionedModelThroughputResponse,
6178
5396
  ];
@@ -6180,9 +5398,7 @@ var GetUseCaseForModelAccess = [
6180
5398
  9,
6181
5399
  n0,
6182
5400
  _GUCFMA,
6183
- {
6184
- [_ht]: ["GET", "/use-case-for-model-access", 200],
6185
- },
5401
+ { [_ht]: ["GET", "/use-case-for-model-access", 200] },
6186
5402
  () => GetUseCaseForModelAccessRequest,
6187
5403
  () => GetUseCaseForModelAccessResponse,
6188
5404
  ];
@@ -6190,9 +5406,7 @@ var ListAutomatedReasoningPolicies = [
6190
5406
  9,
6191
5407
  n0,
6192
5408
  _LARP,
6193
- {
6194
- [_ht]: ["GET", "/automated-reasoning-policies", 200],
6195
- },
5409
+ { [_ht]: ["GET", "/automated-reasoning-policies", 200] },
6196
5410
  () => ListAutomatedReasoningPoliciesRequest,
6197
5411
  () => ListAutomatedReasoningPoliciesResponse,
6198
5412
  ];
@@ -6200,9 +5414,7 @@ var ListAutomatedReasoningPolicyBuildWorkflows = [
6200
5414
  9,
6201
5415
  n0,
6202
5416
  _LARPBW,
6203
- {
6204
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200],
6205
- },
5417
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows", 200] },
6206
5418
  () => ListAutomatedReasoningPolicyBuildWorkflowsRequest,
6207
5419
  () => ListAutomatedReasoningPolicyBuildWorkflowsResponse,
6208
5420
  ];
@@ -6210,9 +5422,7 @@ var ListAutomatedReasoningPolicyTestCases = [
6210
5422
  9,
6211
5423
  n0,
6212
5424
  _LARPTC,
6213
- {
6214
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200],
6215
- },
5425
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/test-cases", 200] },
6216
5426
  () => ListAutomatedReasoningPolicyTestCasesRequest,
6217
5427
  () => ListAutomatedReasoningPolicyTestCasesResponse,
6218
5428
  ];
@@ -6220,9 +5430,7 @@ var ListAutomatedReasoningPolicyTestResults = [
6220
5430
  9,
6221
5431
  n0,
6222
5432
  _LARPTR,
6223
- {
6224
- [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200],
6225
- },
5433
+ { [_ht]: ["GET", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/test-results", 200] },
6226
5434
  () => ListAutomatedReasoningPolicyTestResultsRequest,
6227
5435
  () => ListAutomatedReasoningPolicyTestResultsResponse,
6228
5436
  ];
@@ -6230,9 +5438,7 @@ var ListCustomModelDeployments = [
6230
5438
  9,
6231
5439
  n0,
6232
5440
  _LCMD,
6233
- {
6234
- [_ht]: ["GET", "/model-customization/custom-model-deployments", 200],
6235
- },
5441
+ { [_ht]: ["GET", "/model-customization/custom-model-deployments", 200] },
6236
5442
  () => ListCustomModelDeploymentsRequest,
6237
5443
  () => ListCustomModelDeploymentsResponse,
6238
5444
  ];
@@ -6240,9 +5446,7 @@ var ListCustomModels = [
6240
5446
  9,
6241
5447
  n0,
6242
5448
  _LCM,
6243
- {
6244
- [_ht]: ["GET", "/custom-models", 200],
6245
- },
5449
+ { [_ht]: ["GET", "/custom-models", 200] },
6246
5450
  () => ListCustomModelsRequest,
6247
5451
  () => ListCustomModelsResponse,
6248
5452
  ];
@@ -6250,9 +5454,7 @@ var ListEnforcedGuardrailsConfiguration = [
6250
5454
  9,
6251
5455
  n0,
6252
5456
  _LEGC,
6253
- {
6254
- [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200],
6255
- },
5457
+ { [_ht]: ["GET", "/enforcedGuardrailsConfiguration", 200] },
6256
5458
  () => ListEnforcedGuardrailsConfigurationRequest,
6257
5459
  () => ListEnforcedGuardrailsConfigurationResponse,
6258
5460
  ];
@@ -6260,9 +5462,7 @@ var ListEvaluationJobs = [
6260
5462
  9,
6261
5463
  n0,
6262
5464
  _LEJ,
6263
- {
6264
- [_ht]: ["GET", "/evaluation-jobs", 200],
6265
- },
5465
+ { [_ht]: ["GET", "/evaluation-jobs", 200] },
6266
5466
  () => ListEvaluationJobsRequest,
6267
5467
  () => ListEvaluationJobsResponse,
6268
5468
  ];
@@ -6270,9 +5470,7 @@ var ListFoundationModelAgreementOffers = [
6270
5470
  9,
6271
5471
  n0,
6272
5472
  _LFMAO,
6273
- {
6274
- [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200],
6275
- },
5473
+ { [_ht]: ["GET", "/list-foundation-model-agreement-offers/{modelId}", 200] },
6276
5474
  () => ListFoundationModelAgreementOffersRequest,
6277
5475
  () => ListFoundationModelAgreementOffersResponse,
6278
5476
  ];
@@ -6280,9 +5478,7 @@ var ListFoundationModels = [
6280
5478
  9,
6281
5479
  n0,
6282
5480
  _LFM,
6283
- {
6284
- [_ht]: ["GET", "/foundation-models", 200],
6285
- },
5481
+ { [_ht]: ["GET", "/foundation-models", 200] },
6286
5482
  () => ListFoundationModelsRequest,
6287
5483
  () => ListFoundationModelsResponse,
6288
5484
  ];
@@ -6290,9 +5486,7 @@ var ListGuardrails = [
6290
5486
  9,
6291
5487
  n0,
6292
5488
  _LG,
6293
- {
6294
- [_ht]: ["GET", "/guardrails", 200],
6295
- },
5489
+ { [_ht]: ["GET", "/guardrails", 200] },
6296
5490
  () => ListGuardrailsRequest,
6297
5491
  () => ListGuardrailsResponse,
6298
5492
  ];
@@ -6300,9 +5494,7 @@ var ListImportedModels = [
6300
5494
  9,
6301
5495
  n0,
6302
5496
  _LIM,
6303
- {
6304
- [_ht]: ["GET", "/imported-models", 200],
6305
- },
5497
+ { [_ht]: ["GET", "/imported-models", 200] },
6306
5498
  () => ListImportedModelsRequest,
6307
5499
  () => ListImportedModelsResponse,
6308
5500
  ];
@@ -6310,9 +5502,7 @@ var ListInferenceProfiles = [
6310
5502
  9,
6311
5503
  n0,
6312
5504
  _LIP,
6313
- {
6314
- [_ht]: ["GET", "/inference-profiles", 200],
6315
- },
5505
+ { [_ht]: ["GET", "/inference-profiles", 200] },
6316
5506
  () => ListInferenceProfilesRequest,
6317
5507
  () => ListInferenceProfilesResponse,
6318
5508
  ];
@@ -6320,9 +5510,7 @@ var ListMarketplaceModelEndpoints = [
6320
5510
  9,
6321
5511
  n0,
6322
5512
  _LMME,
6323
- {
6324
- [_ht]: ["GET", "/marketplace-model/endpoints", 200],
6325
- },
5513
+ { [_ht]: ["GET", "/marketplace-model/endpoints", 200] },
6326
5514
  () => ListMarketplaceModelEndpointsRequest,
6327
5515
  () => ListMarketplaceModelEndpointsResponse,
6328
5516
  ];
@@ -6330,9 +5518,7 @@ var ListModelCopyJobs = [
6330
5518
  9,
6331
5519
  n0,
6332
5520
  _LMCJ,
6333
- {
6334
- [_ht]: ["GET", "/model-copy-jobs", 200],
6335
- },
5521
+ { [_ht]: ["GET", "/model-copy-jobs", 200] },
6336
5522
  () => ListModelCopyJobsRequest,
6337
5523
  () => ListModelCopyJobsResponse,
6338
5524
  ];
@@ -6340,9 +5526,7 @@ var ListModelCustomizationJobs = [
6340
5526
  9,
6341
5527
  n0,
6342
5528
  _LMCJi,
6343
- {
6344
- [_ht]: ["GET", "/model-customization-jobs", 200],
6345
- },
5529
+ { [_ht]: ["GET", "/model-customization-jobs", 200] },
6346
5530
  () => ListModelCustomizationJobsRequest,
6347
5531
  () => ListModelCustomizationJobsResponse,
6348
5532
  ];
@@ -6350,9 +5534,7 @@ var ListModelImportJobs = [
6350
5534
  9,
6351
5535
  n0,
6352
5536
  _LMIJ,
6353
- {
6354
- [_ht]: ["GET", "/model-import-jobs", 200],
6355
- },
5537
+ { [_ht]: ["GET", "/model-import-jobs", 200] },
6356
5538
  () => ListModelImportJobsRequest,
6357
5539
  () => ListModelImportJobsResponse,
6358
5540
  ];
@@ -6360,9 +5542,7 @@ var ListModelInvocationJobs = [
6360
5542
  9,
6361
5543
  n0,
6362
5544
  _LMIJi,
6363
- {
6364
- [_ht]: ["GET", "/model-invocation-jobs", 200],
6365
- },
5545
+ { [_ht]: ["GET", "/model-invocation-jobs", 200] },
6366
5546
  () => ListModelInvocationJobsRequest,
6367
5547
  () => ListModelInvocationJobsResponse,
6368
5548
  ];
@@ -6370,9 +5550,7 @@ var ListPromptRouters = [
6370
5550
  9,
6371
5551
  n0,
6372
5552
  _LPR,
6373
- {
6374
- [_ht]: ["GET", "/prompt-routers", 200],
6375
- },
5553
+ { [_ht]: ["GET", "/prompt-routers", 200] },
6376
5554
  () => ListPromptRoutersRequest,
6377
5555
  () => ListPromptRoutersResponse,
6378
5556
  ];
@@ -6380,9 +5558,7 @@ var ListProvisionedModelThroughputs = [
6380
5558
  9,
6381
5559
  n0,
6382
5560
  _LPMT,
6383
- {
6384
- [_ht]: ["GET", "/provisioned-model-throughputs", 200],
6385
- },
5561
+ { [_ht]: ["GET", "/provisioned-model-throughputs", 200] },
6386
5562
  () => ListProvisionedModelThroughputsRequest,
6387
5563
  () => ListProvisionedModelThroughputsResponse,
6388
5564
  ];
@@ -6390,9 +5566,7 @@ var ListTagsForResource = [
6390
5566
  9,
6391
5567
  n0,
6392
5568
  _LTFR,
6393
- {
6394
- [_ht]: ["POST", "/listTagsForResource", 200],
6395
- },
5569
+ { [_ht]: ["POST", "/listTagsForResource", 200] },
6396
5570
  () => ListTagsForResourceRequest,
6397
5571
  () => ListTagsForResourceResponse,
6398
5572
  ];
@@ -6400,9 +5574,7 @@ var PutEnforcedGuardrailConfiguration = [
6400
5574
  9,
6401
5575
  n0,
6402
5576
  _PEGC,
6403
- {
6404
- [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200],
6405
- },
5577
+ { [_ht]: ["PUT", "/enforcedGuardrailsConfiguration", 200] },
6406
5578
  () => PutEnforcedGuardrailConfigurationRequest,
6407
5579
  () => PutEnforcedGuardrailConfigurationResponse,
6408
5580
  ];
@@ -6410,9 +5582,7 @@ var PutModelInvocationLoggingConfiguration = [
6410
5582
  9,
6411
5583
  n0,
6412
5584
  _PMILC,
6413
- {
6414
- [_ht]: ["PUT", "/logging/modelinvocations", 200],
6415
- },
5585
+ { [_ht]: ["PUT", "/logging/modelinvocations", 200] },
6416
5586
  () => PutModelInvocationLoggingConfigurationRequest,
6417
5587
  () => PutModelInvocationLoggingConfigurationResponse,
6418
5588
  ];
@@ -6420,9 +5590,7 @@ var PutUseCaseForModelAccess = [
6420
5590
  9,
6421
5591
  n0,
6422
5592
  _PUCFMA,
6423
- {
6424
- [_ht]: ["POST", "/use-case-for-model-access", 201],
6425
- },
5593
+ { [_ht]: ["POST", "/use-case-for-model-access", 201] },
6426
5594
  () => PutUseCaseForModelAccessRequest,
6427
5595
  () => PutUseCaseForModelAccessResponse,
6428
5596
  ];
@@ -6430,9 +5598,7 @@ var RegisterMarketplaceModelEndpoint = [
6430
5598
  9,
6431
5599
  n0,
6432
5600
  _RMME,
6433
- {
6434
- [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200],
6435
- },
5601
+ { [_ht]: ["POST", "/marketplace-model/endpoints/{endpointIdentifier}/registration", 200] },
6436
5602
  () => RegisterMarketplaceModelEndpointRequest,
6437
5603
  () => RegisterMarketplaceModelEndpointResponse,
6438
5604
  ];
@@ -6440,9 +5606,7 @@ var StartAutomatedReasoningPolicyBuildWorkflow = [
6440
5606
  9,
6441
5607
  n0,
6442
5608
  _SARPBW,
6443
- {
6444
- [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200],
6445
- },
5609
+ { [_ht]: ["POST", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowType}/start", 200] },
6446
5610
  () => StartAutomatedReasoningPolicyBuildWorkflowRequest,
6447
5611
  () => StartAutomatedReasoningPolicyBuildWorkflowResponse,
6448
5612
  ];
@@ -6460,9 +5624,7 @@ var StopEvaluationJob = [
6460
5624
  9,
6461
5625
  n0,
6462
5626
  _SEJ,
6463
- {
6464
- [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200],
6465
- },
5627
+ { [_ht]: ["POST", "/evaluation-job/{jobIdentifier}/stop", 200] },
6466
5628
  () => StopEvaluationJobRequest,
6467
5629
  () => StopEvaluationJobResponse,
6468
5630
  ];
@@ -6470,9 +5632,7 @@ var StopModelCustomizationJob = [
6470
5632
  9,
6471
5633
  n0,
6472
5634
  _SMCJ,
6473
- {
6474
- [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200],
6475
- },
5635
+ { [_ht]: ["POST", "/model-customization-jobs/{jobIdentifier}/stop", 200] },
6476
5636
  () => StopModelCustomizationJobRequest,
6477
5637
  () => StopModelCustomizationJobResponse,
6478
5638
  ];
@@ -6480,9 +5640,7 @@ var StopModelInvocationJob = [
6480
5640
  9,
6481
5641
  n0,
6482
5642
  _SMIJ,
6483
- {
6484
- [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200],
6485
- },
5643
+ { [_ht]: ["POST", "/model-invocation-job/{jobIdentifier}/stop", 200] },
6486
5644
  () => StopModelInvocationJobRequest,
6487
5645
  () => StopModelInvocationJobResponse,
6488
5646
  ];
@@ -6490,9 +5648,7 @@ var TagResource = [
6490
5648
  9,
6491
5649
  n0,
6492
5650
  _TR,
6493
- {
6494
- [_ht]: ["POST", "/tagResource", 200],
6495
- },
5651
+ { [_ht]: ["POST", "/tagResource", 200] },
6496
5652
  () => TagResourceRequest,
6497
5653
  () => TagResourceResponse,
6498
5654
  ];
@@ -6500,9 +5656,7 @@ var UntagResource = [
6500
5656
  9,
6501
5657
  n0,
6502
5658
  _UR,
6503
- {
6504
- [_ht]: ["POST", "/untagResource", 200],
6505
- },
5659
+ { [_ht]: ["POST", "/untagResource", 200] },
6506
5660
  () => UntagResourceRequest,
6507
5661
  () => UntagResourceResponse,
6508
5662
  ];
@@ -6510,9 +5664,7 @@ var UpdateAutomatedReasoningPolicy = [
6510
5664
  9,
6511
5665
  n0,
6512
5666
  _UARP,
6513
- {
6514
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200],
6515
- },
5667
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}", 200] },
6516
5668
  () => UpdateAutomatedReasoningPolicyRequest,
6517
5669
  () => UpdateAutomatedReasoningPolicyResponse,
6518
5670
  ];
@@ -6520,9 +5672,7 @@ var UpdateAutomatedReasoningPolicyAnnotations = [
6520
5672
  9,
6521
5673
  n0,
6522
5674
  _UARPA,
6523
- {
6524
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200],
6525
- },
5675
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}/annotations", 200] },
6526
5676
  () => UpdateAutomatedReasoningPolicyAnnotationsRequest,
6527
5677
  () => UpdateAutomatedReasoningPolicyAnnotationsResponse,
6528
5678
  ];
@@ -6530,9 +5680,7 @@ var UpdateAutomatedReasoningPolicyTestCase = [
6530
5680
  9,
6531
5681
  n0,
6532
5682
  _UARPTC,
6533
- {
6534
- [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200],
6535
- },
5683
+ { [_ht]: ["PATCH", "/automated-reasoning-policies/{policyArn}/test-cases/{testCaseId}", 200] },
6536
5684
  () => UpdateAutomatedReasoningPolicyTestCaseRequest,
6537
5685
  () => UpdateAutomatedReasoningPolicyTestCaseResponse,
6538
5686
  ];
@@ -6540,9 +5688,7 @@ var UpdateCustomModelDeployment = [
6540
5688
  9,
6541
5689
  n0,
6542
5690
  _UCMD,
6543
- {
6544
- [_ht]: ["PATCH", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 202],
6545
- },
5691
+ { [_ht]: ["PATCH", "/model-customization/custom-model-deployments/{customModelDeploymentIdentifier}", 202] },
6546
5692
  () => UpdateCustomModelDeploymentRequest,
6547
5693
  () => UpdateCustomModelDeploymentResponse,
6548
5694
  ];
@@ -6550,9 +5696,7 @@ var UpdateGuardrail = [
6550
5696
  9,
6551
5697
  n0,
6552
5698
  _UG,
6553
- {
6554
- [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202],
6555
- },
5699
+ { [_ht]: ["PUT", "/guardrails/{guardrailIdentifier}", 202] },
6556
5700
  () => UpdateGuardrailRequest,
6557
5701
  () => UpdateGuardrailResponse,
6558
5702
  ];
@@ -6560,9 +5704,7 @@ var UpdateMarketplaceModelEndpoint = [
6560
5704
  9,
6561
5705
  n0,
6562
5706
  _UMME,
6563
- {
6564
- [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200],
6565
- },
5707
+ { [_ht]: ["PATCH", "/marketplace-model/endpoints/{endpointArn}", 200] },
6566
5708
  () => UpdateMarketplaceModelEndpointRequest,
6567
5709
  () => UpdateMarketplaceModelEndpointResponse,
6568
5710
  ];
@@ -6570,9 +5712,7 @@ var UpdateProvisionedModelThroughput = [
6570
5712
  9,
6571
5713
  n0,
6572
5714
  _UPMT,
6573
- {
6574
- [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200],
6575
- },
5715
+ { [_ht]: ["PATCH", "/provisioned-model-throughput/{provisionedModelId}", 200] },
6576
5716
  () => UpdateProvisionedModelThroughputRequest,
6577
5717
  () => UpdateProvisionedModelThroughputResponse,
6578
5718
  ];