@openclaw/amazon-bedrock-provider 2026.7.1-beta.1 → 2026.7.1-beta.4

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 (1135) hide show
  1. package/dist/aws-credential-refresh.js +1 -1
  2. package/dist/bedrock-options.js +1 -1
  3. package/dist/config-compat.js +1 -1
  4. package/dist/discovery.js +10 -4
  5. package/dist/embedding-provider.js +4 -2
  6. package/dist/register.sync.runtime.js +9 -3
  7. package/dist/stream.runtime.js +33 -15
  8. package/dist/thinking-policy.js +22 -4
  9. package/node_modules/@aws/lambda-invoke-store/README.md +25 -1
  10. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +12 -0
  11. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +12 -0
  12. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +6 -0
  13. package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
  14. package/node_modules/@aws-sdk/client-bedrock/README.md +14 -0
  15. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/index.js +5855 -1344
  16. package/node_modules/@aws-sdk/client-bedrock/dist-es/Bedrock.js +4 -0
  17. package/node_modules/@aws-sdk/client-bedrock/dist-es/commandBuilder.js +6 -0
  18. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.js +2 -14
  19. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/BatchDeleteEvaluationJobCommand.js +2 -14
  20. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -14
  21. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateAdvancedPromptOptimizationJobCommand.js +2 -14
  22. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateAutomatedReasoningPolicyCommand.js +2 -14
  23. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateAutomatedReasoningPolicyTestCaseCommand.js +2 -14
  24. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateAutomatedReasoningPolicyVersionCommand.js +2 -14
  25. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateCustomModelCommand.js +2 -14
  26. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateCustomModelDeploymentCommand.js +2 -14
  27. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateEvaluationJobCommand.js +2 -14
  28. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateFoundationModelAgreementCommand.js +2 -14
  29. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateGuardrailCommand.js +2 -14
  30. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateGuardrailVersionCommand.js +2 -14
  31. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateInferenceProfileCommand.js +2 -14
  32. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateMarketplaceModelEndpointCommand.js +2 -14
  33. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateModelCopyJobCommand.js +2 -14
  34. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateModelCustomizationJobCommand.js +2 -14
  35. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateModelImportJobCommand.js +2 -14
  36. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateModelInvocationJobCommand.js +2 -14
  37. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreatePromptRouterCommand.js +2 -14
  38. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/CreateProvisionedModelThroughputCommand.js +2 -14
  39. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -14
  40. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteAutomatedReasoningPolicyCommand.js +2 -14
  41. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.js +2 -14
  42. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteCustomModelCommand.js +2 -14
  43. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteCustomModelDeploymentCommand.js +2 -14
  44. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteEnforcedGuardrailConfigurationCommand.js +2 -14
  45. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteFoundationModelAgreementCommand.js +2 -14
  46. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteGuardrailCommand.js +2 -14
  47. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteImportedModelCommand.js +2 -14
  48. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteInferenceProfileCommand.js +2 -14
  49. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteMarketplaceModelEndpointCommand.js +2 -14
  50. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteModelInvocationLoggingConfigurationCommand.js +2 -14
  51. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeletePromptRouterCommand.js +2 -14
  52. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteProvisionedModelThroughputCommand.js +2 -14
  53. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  54. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/DeregisterMarketplaceModelEndpointCommand.js +2 -14
  55. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ExportAutomatedReasoningPolicyVersionCommand.js +2 -14
  56. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAccountDataRetentionCommand.js +4 -0
  57. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAdvancedPromptOptimizationJobCommand.js +2 -14
  58. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAutomatedReasoningPolicyAnnotationsCommand.js +2 -14
  59. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -14
  60. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.js +2 -14
  61. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAutomatedReasoningPolicyCommand.js +2 -14
  62. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAutomatedReasoningPolicyNextScenarioCommand.js +2 -14
  63. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAutomatedReasoningPolicyTestCaseCommand.js +2 -14
  64. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetAutomatedReasoningPolicyTestResultCommand.js +2 -14
  65. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetCustomModelCommand.js +2 -14
  66. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetCustomModelDeploymentCommand.js +2 -14
  67. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetEvaluationJobCommand.js +2 -14
  68. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetFoundationModelAvailabilityCommand.js +2 -14
  69. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetFoundationModelCommand.js +2 -14
  70. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetGuardrailCommand.js +2 -14
  71. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetImportedModelCommand.js +2 -14
  72. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetInferenceProfileCommand.js +2 -14
  73. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetMarketplaceModelEndpointCommand.js +2 -14
  74. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetModelCopyJobCommand.js +2 -14
  75. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetModelCustomizationJobCommand.js +2 -14
  76. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetModelImportJobCommand.js +2 -14
  77. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetModelInvocationJobCommand.js +2 -14
  78. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetModelInvocationLoggingConfigurationCommand.js +2 -14
  79. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetPromptRouterCommand.js +2 -14
  80. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetProvisionedModelThroughputCommand.js +2 -14
  81. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  82. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/GetUseCaseForModelAccessCommand.js +2 -14
  83. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListAdvancedPromptOptimizationJobsCommand.js +2 -14
  84. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListAutomatedReasoningPoliciesCommand.js +2 -14
  85. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.js +2 -14
  86. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListAutomatedReasoningPolicyTestCasesCommand.js +2 -14
  87. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListAutomatedReasoningPolicyTestResultsCommand.js +2 -14
  88. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListCustomModelDeploymentsCommand.js +2 -14
  89. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListCustomModelsCommand.js +2 -14
  90. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListEnforcedGuardrailsConfigurationCommand.js +2 -14
  91. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListEvaluationJobsCommand.js +2 -14
  92. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListFoundationModelAgreementOffersCommand.js +2 -14
  93. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListFoundationModelsCommand.js +2 -14
  94. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListGuardrailsCommand.js +2 -14
  95. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListImportedModelsCommand.js +2 -14
  96. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListInferenceProfilesCommand.js +2 -14
  97. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListMarketplaceModelEndpointsCommand.js +2 -14
  98. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListModelCopyJobsCommand.js +2 -14
  99. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListModelCustomizationJobsCommand.js +2 -14
  100. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListModelImportJobsCommand.js +2 -14
  101. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListModelInvocationJobsCommand.js +2 -14
  102. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListPromptRoutersCommand.js +2 -14
  103. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListProvisionedModelThroughputsCommand.js +2 -14
  104. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  105. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/PutAccountDataRetentionCommand.js +4 -0
  106. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/PutEnforcedGuardrailConfigurationCommand.js +2 -14
  107. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/PutModelInvocationLoggingConfigurationCommand.js +2 -14
  108. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  109. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/PutUseCaseForModelAccessCommand.js +2 -14
  110. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/RegisterMarketplaceModelEndpointCommand.js +2 -14
  111. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -14
  112. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.js +2 -14
  113. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/StopAdvancedPromptOptimizationJobCommand.js +2 -14
  114. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/StopEvaluationJobCommand.js +2 -14
  115. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/StopModelCustomizationJobCommand.js +2 -14
  116. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/StopModelInvocationJobCommand.js +2 -14
  117. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/TagResourceCommand.js +2 -14
  118. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/UntagResourceCommand.js +2 -14
  119. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.js +2 -14
  120. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/UpdateAutomatedReasoningPolicyCommand.js +2 -14
  121. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.js +2 -14
  122. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/UpdateCustomModelDeploymentCommand.js +2 -14
  123. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/UpdateGuardrailCommand.js +2 -14
  124. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/UpdateMarketplaceModelEndpointCommand.js +2 -14
  125. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/UpdateProvisionedModelThroughputCommand.js +2 -14
  126. package/node_modules/@aws-sdk/client-bedrock/dist-es/commands/index.js +2 -0
  127. package/node_modules/@aws-sdk/client-bedrock/dist-es/index.js +1 -0
  128. package/node_modules/@aws-sdk/client-bedrock/dist-es/models/enums.js +8 -0
  129. package/node_modules/@aws-sdk/client-bedrock/dist-es/runtimeConfig.browser.js +0 -2
  130. package/node_modules/@aws-sdk/client-bedrock/dist-es/runtimeConfig.js +1 -2
  131. package/node_modules/@aws-sdk/client-bedrock/dist-es/runtimeConfig.native.js +0 -2
  132. package/node_modules/@aws-sdk/client-bedrock/dist-es/runtimeConfig.shared.js +2 -0
  133. package/node_modules/@aws-sdk/client-bedrock/dist-es/schemas/schemas_0.js +49 -2
  134. package/node_modules/@aws-sdk/client-bedrock/dist-types/Bedrock.d.ts +15 -0
  135. package/node_modules/@aws-sdk/client-bedrock/dist-types/BedrockClient.d.ts +4 -2
  136. package/node_modules/@aws-sdk/client-bedrock/dist-types/commandBuilder.d.ts +18 -0
  137. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.d.ts +3 -8
  138. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +3 -8
  139. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -8
  140. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateAdvancedPromptOptimizationJobCommand.d.ts +3 -8
  141. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +3 -8
  142. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -8
  143. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +3 -8
  144. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateCustomModelCommand.d.ts +3 -8
  145. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateCustomModelDeploymentCommand.d.ts +3 -8
  146. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateEvaluationJobCommand.d.ts +3 -8
  147. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateFoundationModelAgreementCommand.d.ts +3 -8
  148. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateGuardrailCommand.d.ts +3 -8
  149. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateGuardrailVersionCommand.d.ts +3 -8
  150. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateInferenceProfileCommand.d.ts +3 -8
  151. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateMarketplaceModelEndpointCommand.d.ts +3 -8
  152. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateModelCopyJobCommand.d.ts +3 -8
  153. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +3 -8
  154. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateModelImportJobCommand.d.ts +3 -8
  155. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateModelInvocationJobCommand.d.ts +3 -8
  156. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreatePromptRouterCommand.d.ts +3 -8
  157. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +3 -8
  158. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +3 -8
  159. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +3 -8
  160. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -8
  161. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteCustomModelCommand.d.ts +3 -8
  162. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteCustomModelDeploymentCommand.d.ts +3 -8
  163. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +3 -8
  164. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteFoundationModelAgreementCommand.d.ts +3 -8
  165. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteGuardrailCommand.d.ts +3 -8
  166. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteImportedModelCommand.d.ts +3 -8
  167. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteInferenceProfileCommand.d.ts +3 -8
  168. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteMarketplaceModelEndpointCommand.d.ts +3 -8
  169. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +3 -8
  170. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeletePromptRouterCommand.d.ts +3 -8
  171. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +3 -8
  172. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  173. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +3 -8
  174. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +3 -8
  175. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAccountDataRetentionCommand.d.ts +82 -0
  176. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAdvancedPromptOptimizationJobCommand.d.ts +3 -8
  177. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +3 -8
  178. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +4 -9
  179. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +3 -8
  180. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +3 -8
  181. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +3 -8
  182. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -8
  183. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +3 -8
  184. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetCustomModelCommand.d.ts +3 -8
  185. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetCustomModelDeploymentCommand.d.ts +3 -8
  186. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetEvaluationJobCommand.d.ts +3 -8
  187. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetFoundationModelAvailabilityCommand.d.ts +3 -8
  188. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetFoundationModelCommand.d.ts +3 -8
  189. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetGuardrailCommand.d.ts +3 -8
  190. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetImportedModelCommand.d.ts +3 -8
  191. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetInferenceProfileCommand.d.ts +3 -8
  192. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetMarketplaceModelEndpointCommand.d.ts +3 -8
  193. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetModelCopyJobCommand.d.ts +3 -8
  194. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetModelCustomizationJobCommand.d.ts +3 -8
  195. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetModelImportJobCommand.d.ts +3 -8
  196. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetModelInvocationJobCommand.d.ts +3 -8
  197. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +3 -8
  198. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetPromptRouterCommand.d.ts +3 -8
  199. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +3 -8
  200. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  201. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/GetUseCaseForModelAccessCommand.d.ts +3 -8
  202. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListAdvancedPromptOptimizationJobsCommand.d.ts +3 -8
  203. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +3 -8
  204. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +4 -9
  205. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +3 -8
  206. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +3 -8
  207. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListCustomModelDeploymentsCommand.d.ts +3 -8
  208. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListCustomModelsCommand.d.ts +3 -8
  209. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +3 -8
  210. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListEvaluationJobsCommand.d.ts +3 -8
  211. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListFoundationModelAgreementOffersCommand.d.ts +3 -8
  212. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListFoundationModelsCommand.d.ts +3 -8
  213. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListGuardrailsCommand.d.ts +3 -8
  214. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListImportedModelsCommand.d.ts +3 -8
  215. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListInferenceProfilesCommand.d.ts +3 -8
  216. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListMarketplaceModelEndpointsCommand.d.ts +3 -8
  217. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListModelCopyJobsCommand.d.ts +3 -8
  218. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +3 -8
  219. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListModelImportJobsCommand.d.ts +3 -8
  220. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListModelInvocationJobsCommand.d.ts +3 -8
  221. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListPromptRoutersCommand.d.ts +3 -8
  222. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +3 -8
  223. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  224. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/PutAccountDataRetentionCommand.d.ts +84 -0
  225. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +3 -8
  226. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +3 -8
  227. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  228. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/PutUseCaseForModelAccessCommand.d.ts +3 -8
  229. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/RegisterMarketplaceModelEndpointCommand.d.ts +3 -8
  230. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +15 -9
  231. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +3 -8
  232. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/StopAdvancedPromptOptimizationJobCommand.d.ts +3 -8
  233. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/StopEvaluationJobCommand.d.ts +3 -8
  234. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/StopModelCustomizationJobCommand.d.ts +3 -8
  235. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/StopModelInvocationJobCommand.d.ts +3 -8
  236. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/TagResourceCommand.d.ts +3 -8
  237. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  238. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +3 -8
  239. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +3 -8
  240. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +3 -8
  241. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/UpdateCustomModelDeploymentCommand.d.ts +3 -8
  242. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/UpdateGuardrailCommand.d.ts +3 -8
  243. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/UpdateMarketplaceModelEndpointCommand.d.ts +3 -8
  244. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +3 -8
  245. package/node_modules/@aws-sdk/client-bedrock/dist-types/commands/index.d.ts +2 -0
  246. package/node_modules/@aws-sdk/client-bedrock/dist-types/index.d.ts +1 -0
  247. package/node_modules/@aws-sdk/client-bedrock/dist-types/models/enums.d.ts +16 -0
  248. package/node_modules/@aws-sdk/client-bedrock/dist-types/models/models_0.d.ts +79 -137
  249. package/node_modules/@aws-sdk/client-bedrock/dist-types/models/models_1.d.ts +136 -1
  250. package/node_modules/@aws-sdk/client-bedrock/dist-types/runtimeConfig.browser.d.ts +2 -2
  251. package/node_modules/@aws-sdk/client-bedrock/dist-types/runtimeConfig.d.ts +2 -2
  252. package/node_modules/@aws-sdk/client-bedrock/dist-types/runtimeConfig.native.d.ts +2 -2
  253. package/node_modules/@aws-sdk/client-bedrock/dist-types/runtimeConfig.shared.d.ts +1 -0
  254. package/node_modules/@aws-sdk/client-bedrock/dist-types/schemas/schemas_0.d.ts +7 -0
  255. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/Bedrock.d.ts +35 -0
  256. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/BedrockClient.d.ts +12 -0
  257. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  258. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.d.ts +7 -16
  259. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/BatchDeleteEvaluationJobCommand.d.ts +7 -16
  260. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +7 -16
  261. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateAdvancedPromptOptimizationJobCommand.d.ts +7 -16
  262. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyCommand.d.ts +7 -16
  263. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +7 -16
  264. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +7 -16
  265. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateCustomModelCommand.d.ts +7 -16
  266. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateCustomModelDeploymentCommand.d.ts +7 -16
  267. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateEvaluationJobCommand.d.ts +7 -16
  268. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateFoundationModelAgreementCommand.d.ts +7 -16
  269. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +7 -16
  270. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +7 -16
  271. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +7 -16
  272. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateMarketplaceModelEndpointCommand.d.ts +7 -16
  273. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +7 -16
  274. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +7 -16
  275. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +7 -16
  276. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +7 -16
  277. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreatePromptRouterCommand.d.ts +7 -16
  278. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +7 -16
  279. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +7 -16
  280. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +7 -16
  281. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +7 -16
  282. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +7 -16
  283. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteCustomModelDeploymentCommand.d.ts +7 -16
  284. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +7 -16
  285. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteFoundationModelAgreementCommand.d.ts +7 -16
  286. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +7 -16
  287. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +7 -16
  288. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +7 -16
  289. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteMarketplaceModelEndpointCommand.d.ts +7 -16
  290. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +7 -16
  291. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeletePromptRouterCommand.d.ts +7 -16
  292. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +7 -16
  293. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  294. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +7 -16
  295. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +7 -16
  296. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAccountDataRetentionCommand.d.ts +44 -0
  297. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAdvancedPromptOptimizationJobCommand.d.ts +7 -16
  298. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +7 -16
  299. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +7 -16
  300. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +7 -16
  301. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyCommand.d.ts +7 -16
  302. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +7 -16
  303. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +7 -16
  304. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +7 -16
  305. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +7 -16
  306. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetCustomModelDeploymentCommand.d.ts +7 -16
  307. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetEvaluationJobCommand.d.ts +7 -16
  308. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetFoundationModelAvailabilityCommand.d.ts +7 -16
  309. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +7 -16
  310. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +7 -16
  311. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +7 -16
  312. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +7 -16
  313. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetMarketplaceModelEndpointCommand.d.ts +7 -16
  314. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +7 -16
  315. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +7 -16
  316. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +7 -16
  317. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +7 -16
  318. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +7 -16
  319. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetPromptRouterCommand.d.ts +7 -16
  320. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +7 -16
  321. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  322. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/GetUseCaseForModelAccessCommand.d.ts +7 -16
  323. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListAdvancedPromptOptimizationJobsCommand.d.ts +7 -16
  324. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListAutomatedReasoningPoliciesCommand.d.ts +7 -16
  325. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +7 -16
  326. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +7 -16
  327. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +7 -16
  328. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListCustomModelDeploymentsCommand.d.ts +7 -16
  329. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +7 -16
  330. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +7 -16
  331. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListEvaluationJobsCommand.d.ts +7 -16
  332. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListFoundationModelAgreementOffersCommand.d.ts +7 -16
  333. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +7 -16
  334. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +7 -16
  335. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +7 -16
  336. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +7 -16
  337. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListMarketplaceModelEndpointsCommand.d.ts +7 -16
  338. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +7 -16
  339. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +7 -16
  340. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +7 -16
  341. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +7 -16
  342. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListPromptRoutersCommand.d.ts +7 -16
  343. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +7 -16
  344. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  345. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/PutAccountDataRetentionCommand.d.ts +44 -0
  346. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +7 -16
  347. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +7 -16
  348. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  349. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/PutUseCaseForModelAccessCommand.d.ts +7 -16
  350. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/RegisterMarketplaceModelEndpointCommand.d.ts +7 -16
  351. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +7 -16
  352. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +7 -16
  353. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/StopAdvancedPromptOptimizationJobCommand.d.ts +7 -16
  354. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/StopEvaluationJobCommand.d.ts +7 -16
  355. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +7 -16
  356. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +7 -16
  357. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  358. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  359. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +7 -16
  360. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +7 -16
  361. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +7 -16
  362. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/UpdateCustomModelDeploymentCommand.d.ts +7 -16
  363. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +7 -16
  364. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/UpdateMarketplaceModelEndpointCommand.d.ts +7 -16
  365. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +7 -16
  366. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/commands/index.d.ts +2 -0
  367. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/index.d.ts +1 -0
  368. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/models/enums.d.ts +10 -0
  369. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/models/models_0.d.ts +32 -34
  370. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/models/models_1.d.ts +32 -2
  371. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  372. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  373. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  374. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  375. package/node_modules/@aws-sdk/client-bedrock/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  376. package/node_modules/@aws-sdk/client-bedrock/package.json +15 -17
  377. package/node_modules/@aws-sdk/client-bedrock-runtime/README.md +7 -0
  378. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +2393 -185
  379. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntime.js +2 -0
  380. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commandBuilder.js +14 -0
  381. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ApplyGuardrailCommand.js +2 -14
  382. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseCommand.js +2 -14
  383. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ConverseStreamCommand.js +2 -18
  384. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/CountTokensCommand.js +2 -14
  385. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/GetAsyncInvokeCommand.js +2 -14
  386. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeGuardrailChecksCommand.js +4 -0
  387. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelCommand.js +2 -14
  388. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithBidirectionalStreamCommand.js +2 -27
  389. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/InvokeModelWithResponseStreamCommand.js +2 -18
  390. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/ListAsyncInvokesCommand.js +2 -14
  391. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/StartAsyncInvokeCommand.js +2 -14
  392. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/commands/index.js +1 -0
  393. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/index.js +1 -0
  394. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/models/enums.js +50 -0
  395. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +0 -2
  396. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +1 -2
  397. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.native.js +0 -2
  398. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.shared.js +2 -0
  399. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/schemas/schemas_0.js +204 -16
  400. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntime.d.ts +7 -0
  401. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +3 -2
  402. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commandBuilder.d.ts +22 -0
  403. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ApplyGuardrailCommand.d.ts +3 -8
  404. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseCommand.d.ts +3 -8
  405. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ConverseStreamCommand.d.ts +3 -8
  406. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/CountTokensCommand.d.ts +3 -8
  407. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/GetAsyncInvokeCommand.d.ts +3 -8
  408. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeGuardrailChecksCommand.d.ts +159 -0
  409. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelCommand.d.ts +3 -8
  410. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelWithBidirectionalStreamCommand.d.ts +3 -8
  411. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/InvokeModelWithResponseStreamCommand.d.ts +3 -8
  412. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/ListAsyncInvokesCommand.d.ts +3 -8
  413. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/StartAsyncInvokeCommand.d.ts +3 -8
  414. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/commands/index.d.ts +1 -0
  415. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/index.d.ts +1 -0
  416. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/enums.d.ts +82 -0
  417. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/models/models_0.d.ts +348 -1
  418. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +2 -2
  419. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +2 -2
  420. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +2 -2
  421. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.shared.d.ts +1 -0
  422. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/schemas/schemas_0.d.ts +23 -0
  423. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntime.d.ts +17 -0
  424. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +6 -0
  425. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  426. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ApplyGuardrailCommand.d.ts +7 -16
  427. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ConverseCommand.d.ts +7 -16
  428. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ConverseStreamCommand.d.ts +7 -16
  429. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/CountTokensCommand.d.ts +7 -16
  430. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/GetAsyncInvokeCommand.d.ts +7 -16
  431. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeGuardrailChecksCommand.d.ts +44 -0
  432. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelCommand.d.ts +7 -16
  433. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelWithBidirectionalStreamCommand.d.ts +7 -16
  434. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/InvokeModelWithResponseStreamCommand.d.ts +7 -16
  435. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/ListAsyncInvokesCommand.d.ts +7 -16
  436. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/StartAsyncInvokeCommand.d.ts +7 -16
  437. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/commands/index.d.ts +1 -0
  438. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/index.d.ts +1 -0
  439. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/enums.d.ts +58 -0
  440. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/models/models_0.d.ts +101 -0
  441. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  442. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  443. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  444. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  445. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -0
  446. package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +25 -27
  447. package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +1 -3
  448. package/node_modules/@aws-sdk/core/client.d.ts +1 -3
  449. package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -2268
  450. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
  451. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +327 -52
  452. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +31 -27
  453. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
  454. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
  455. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  456. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
  457. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
  458. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
  459. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
  460. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
  461. package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +1 -3
  462. package/node_modules/@aws-sdk/core/package.json +20 -27
  463. package/node_modules/@aws-sdk/core/protocols.d.ts +1 -3
  464. package/node_modules/@aws-sdk/core/util.d.ts +1 -3
  465. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
  466. package/node_modules/@aws-sdk/credential-provider-env/package.json +9 -9
  467. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +169 -3
  468. package/node_modules/@aws-sdk/credential-provider-http/package.json +14 -15
  469. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
  470. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
  471. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
  472. package/node_modules/@aws-sdk/credential-provider-ini/package.json +17 -17
  473. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
  474. package/node_modules/@aws-sdk/credential-provider-login/package.json +10 -10
  475. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
  476. package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
  477. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
  478. package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
  479. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +26 -25
  480. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
  481. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
  482. package/node_modules/@aws-sdk/credential-provider-sso/package.json +14 -12
  483. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +55 -24
  484. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +11 -12
  485. package/node_modules/@aws-sdk/eventstream-handler-node/dist-cjs/index.js +7 -9
  486. package/node_modules/@aws-sdk/eventstream-handler-node/package.json +8 -8
  487. package/node_modules/@aws-sdk/middleware-eventstream/dist-cjs/index.js +3 -5
  488. package/node_modules/@aws-sdk/middleware-eventstream/package.json +8 -8
  489. package/node_modules/@aws-sdk/middleware-websocket/dist-cjs/index.js +16 -18
  490. package/node_modules/@aws-sdk/middleware-websocket/package.json +12 -12
  491. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +1 -3
  492. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
  493. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +86 -100
  494. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +161 -126
  495. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +85 -90
  496. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +85 -90
  497. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +103 -117
  498. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commandBuilder.js +6 -0
  499. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -14
  500. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -14
  501. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +1 -0
  502. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +0 -2
  503. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
  504. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.native.js +0 -2
  505. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +2 -0
  506. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +8 -0
  507. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -14
  508. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
  509. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  510. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +1 -0
  511. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
  512. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +0 -2
  513. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
  514. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +0 -2
  515. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
  516. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commandBuilder.js +6 -0
  517. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -14
  518. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +1 -0
  519. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +0 -2
  520. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
  521. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +0 -2
  522. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +2 -0
  523. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commandBuilder.js +6 -0
  524. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -14
  525. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +1 -0
  526. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -2
  527. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
  528. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -2
  529. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
  530. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commandBuilder.js +6 -0
  531. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -14
  532. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -14
  533. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -0
  534. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -2
  535. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
  536. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -2
  537. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
  538. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commandBuilder.d.ts +18 -0
  539. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
  540. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +3 -8
  541. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -0
  542. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
  543. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
  544. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
  545. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
  546. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +18 -0
  547. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
  548. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  549. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -0
  550. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +12 -0
  551. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
  552. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
  553. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
  554. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -0
  555. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commandBuilder.d.ts +18 -0
  556. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
  557. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -0
  558. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
  559. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
  560. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
  561. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -0
  562. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commandBuilder.d.ts +18 -0
  563. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
  564. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -0
  565. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  566. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
  567. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  568. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  569. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commandBuilder.d.ts +18 -0
  570. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -8
  571. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -8
  572. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -0
  573. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
  574. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +2 -2
  575. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
  576. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  577. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +46 -0
  578. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
  579. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +7 -16
  580. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +1 -0
  581. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +8 -2
  582. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +8 -2
  583. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +8 -2
  584. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
  585. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +42 -0
  586. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
  587. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  588. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
  589. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +3 -0
  590. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +8 -2
  591. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +8 -2
  592. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +8 -2
  593. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -0
  594. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +42 -0
  595. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
  596. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +1 -0
  597. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +8 -2
  598. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +8 -2
  599. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +8 -2
  600. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -0
  601. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +42 -0
  602. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
  603. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
  604. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +8 -2
  605. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +8 -2
  606. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +8 -2
  607. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
  608. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +46 -0
  609. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +7 -16
  610. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +7 -16
  611. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
  612. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -2
  613. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +8 -2
  614. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -2
  615. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -0
  616. package/node_modules/@aws-sdk/nested-clients/package.json +15 -16
  617. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +1 -3
  618. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +1 -3
  619. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +1 -3
  620. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +1 -3
  621. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
  622. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +11 -10
  623. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
  624. package/node_modules/@aws-sdk/token-providers/package.json +11 -11
  625. package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
  626. package/node_modules/@aws-sdk/types/package.json +6 -6
  627. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +236 -5
  628. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +1 -1
  629. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +233 -43
  630. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -1
  631. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +2 -1
  632. package/node_modules/@aws-sdk/xml-builder/package.json +11 -12
  633. package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
  634. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +543 -398
  635. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +358 -147
  636. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +467 -149
  637. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +359 -148
  638. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +41 -24
  639. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
  640. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +145 -101
  641. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
  642. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
  643. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
  644. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +18 -17
  645. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +20 -19
  646. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +71 -61
  647. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
  648. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
  649. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
  650. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +34 -42
  651. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +76 -134
  652. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +34 -42
  653. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
  654. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  655. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
  656. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  657. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +326 -269
  658. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +192 -103
  659. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +4 -2
  660. package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js +30 -0
  661. package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js +24 -0
  662. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +7 -1
  663. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +7 -1
  664. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +7 -1
  665. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js +92 -0
  666. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js +29 -0
  667. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js +179 -0
  668. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js +59 -0
  669. package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js +71 -0
  670. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -0
  671. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js +17 -0
  672. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +1 -1
  673. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js +6 -1
  674. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js +92 -0
  675. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/constants.js +3 -0
  676. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +3 -56
  677. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
  678. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/EventStreamCodec.js +5 -3
  679. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/splitMessage.js +7 -6
  680. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +14 -3
  681. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
  682. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
  683. package/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js +15 -0
  684. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +2 -0
  685. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
  686. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +2 -0
  687. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +4 -0
  688. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +2 -1
  689. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +12 -38
  690. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +18 -33
  691. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +3 -0
  692. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js +3 -0
  693. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +4 -0
  694. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +8 -4
  695. package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
  696. package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
  697. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +7 -1
  698. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +7 -1
  699. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +7 -1
  700. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Js.d.ts +19 -0
  701. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Node.d.ts +17 -0
  702. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
  703. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
  704. package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
  705. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -0
  706. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
  707. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +5 -6
  708. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
  709. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/constants.d.ts +12 -0
  710. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +4 -5
  711. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +4 -5
  712. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +3 -4
  713. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +1 -2
  714. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +1 -2
  715. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
  716. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  717. package/node_modules/@smithy/core/dist-types/submodules/serde/concatBytes.d.ts +6 -0
  718. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +2 -0
  719. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
  720. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +2 -0
  721. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +9 -0
  722. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +8 -2
  723. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +4 -1
  724. package/node_modules/@smithy/core/package.json +20 -19
  725. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
  726. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  727. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -61
  728. package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -2
  729. package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -2
  730. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  731. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +12 -62
  732. package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
  733. package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
  734. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  735. package/node_modules/@smithy/shared-ini-file-loader/package.json +9 -6
  736. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
  737. package/node_modules/@smithy/signature-v4/package.json +7 -8
  738. package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
  739. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  740. package/node_modules/@smithy/types/package.json +10 -10
  741. package/npm-shrinkwrap.json +205 -435
  742. package/package.json +10 -10
  743. package/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -100
  744. package/node_modules/@aws-crypto/crc32/LICENSE +0 -201
  745. package/node_modules/@aws-crypto/crc32/README.md +0 -16
  746. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.d.ts +0 -7
  747. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +0 -31
  748. package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +0 -1
  749. package/node_modules/@aws-crypto/crc32/build/main/index.d.ts +0 -7
  750. package/node_modules/@aws-crypto/crc32/build/main/index.js +0 -108
  751. package/node_modules/@aws-crypto/crc32/build/main/index.js.map +0 -1
  752. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +0 -7
  753. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +0 -28
  754. package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +0 -1
  755. package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +0 -7
  756. package/node_modules/@aws-crypto/crc32/build/module/index.js +0 -103
  757. package/node_modules/@aws-crypto/crc32/build/module/index.js.map +0 -1
  758. package/node_modules/@aws-crypto/crc32/package.json +0 -32
  759. package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
  760. package/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
  761. package/node_modules/@aws-crypto/crc32/tsconfig.json +0 -9
  762. package/node_modules/@aws-crypto/crc32/tsconfig.module.json +0 -7
  763. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -118
  764. package/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
  765. package/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
  766. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +0 -10
  767. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +0 -43
  768. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +0 -1
  769. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +0 -8
  770. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +0 -30
  771. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +0 -1
  772. package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +0 -2
  773. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +0 -8
  774. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +0 -1
  775. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +0 -2
  776. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +0 -11
  777. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +0 -1
  778. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +0 -10
  779. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +0 -56
  780. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +0 -1
  781. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +0 -10
  782. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +0 -40
  783. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +0 -1
  784. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +0 -8
  785. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +0 -27
  786. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +0 -1
  787. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +0 -2
  788. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +0 -3
  789. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +0 -1
  790. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +0 -2
  791. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +0 -7
  792. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +0 -1
  793. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +0 -10
  794. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +0 -53
  795. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +0 -1
  796. package/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
  797. package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
  798. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -30
  799. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -2
  800. package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
  801. package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
  802. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -10
  803. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +0 -7
  804. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -106
  805. package/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
  806. package/node_modules/@aws-crypto/sha256-js/README.md +0 -29
  807. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +0 -17
  808. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +0 -124
  809. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +0 -1
  810. package/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +0 -20
  811. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js +0 -98
  812. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +0 -1
  813. package/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +0 -1
  814. package/node_modules/@aws-crypto/sha256-js/build/main/index.js +0 -5
  815. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +0 -1
  816. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +0 -12
  817. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +0 -85
  818. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +0 -1
  819. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +0 -5
  820. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +0 -322
  821. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +0 -1
  822. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +0 -17
  823. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +0 -121
  824. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +0 -1
  825. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +0 -20
  826. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +0 -95
  827. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +0 -1
  828. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +0 -1
  829. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +0 -2
  830. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +0 -1
  831. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +0 -12
  832. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +0 -82
  833. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +0 -1
  834. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +0 -5
  835. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +0 -319
  836. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +0 -1
  837. package/node_modules/@aws-crypto/sha256-js/package.json +0 -32
  838. package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
  839. package/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
  840. package/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
  841. package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
  842. package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
  843. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -10
  844. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +0 -7
  845. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -66
  846. package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
  847. package/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
  848. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +0 -1
  849. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +0 -5
  850. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +0 -1
  851. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +0 -4
  852. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +0 -69
  853. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +0 -1
  854. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +0 -1
  855. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +0 -2
  856. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +0 -1
  857. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +0 -4
  858. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +0 -62
  859. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +0 -1
  860. package/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -28
  861. package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
  862. package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
  863. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -10
  864. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +0 -7
  865. package/node_modules/@aws-crypto/util/CHANGELOG.md +0 -71
  866. package/node_modules/@aws-crypto/util/LICENSE +0 -201
  867. package/node_modules/@aws-crypto/util/README.md +0 -16
  868. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +0 -2
  869. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +0 -24
  870. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +0 -1
  871. package/node_modules/@aws-crypto/util/build/main/index.d.ts +0 -4
  872. package/node_modules/@aws-crypto/util/build/main/index.js +0 -14
  873. package/node_modules/@aws-crypto/util/build/main/index.js.map +0 -1
  874. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +0 -2
  875. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js +0 -13
  876. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +0 -1
  877. package/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +0 -1
  878. package/node_modules/@aws-crypto/util/build/main/numToUint8.js +0 -15
  879. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +0 -1
  880. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +0 -1
  881. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +0 -20
  882. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +0 -1
  883. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +0 -2
  884. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +0 -20
  885. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +0 -1
  886. package/node_modules/@aws-crypto/util/build/module/index.d.ts +0 -4
  887. package/node_modules/@aws-crypto/util/build/module/index.js +0 -7
  888. package/node_modules/@aws-crypto/util/build/module/index.js.map +0 -1
  889. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +0 -2
  890. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +0 -9
  891. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +0 -1
  892. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +0 -1
  893. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +0 -11
  894. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +0 -1
  895. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +0 -1
  896. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +0 -16
  897. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +0 -1
  898. package/node_modules/@aws-crypto/util/package.json +0 -32
  899. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
  900. package/node_modules/@aws-crypto/util/src/index.ts +0 -7
  901. package/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
  902. package/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
  903. package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
  904. package/node_modules/@aws-crypto/util/tsconfig.json +0 -9
  905. package/node_modules/@aws-crypto/util/tsconfig.module.json +0 -7
  906. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/auth/httpAuthSchemeProvider.js +0 -63
  907. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/endpoint/bdd.js +0 -49
  908. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/endpoint/endpointResolver.js +0 -18
  909. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/models/BedrockServiceException.js +0 -12
  910. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/models/errors.js +0 -136
  911. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/runtimeConfig.browser.js +0 -36
  912. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/runtimeConfig.js +0 -71
  913. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/runtimeConfig.native.js +0 -15
  914. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/runtimeConfig.shared.js +0 -48
  915. package/node_modules/@aws-sdk/client-bedrock/dist-cjs/schemas/schemas_0.js +0 -4516
  916. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/auth/httpAuthSchemeProvider.js +0 -63
  917. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/bdd.js +0 -49
  918. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +0 -18
  919. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/BedrockRuntimeServiceException.js +0 -12
  920. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/models/errors.js +0 -169
  921. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +0 -41
  922. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +0 -78
  923. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.native.js +0 -19
  924. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.shared.js +0 -48
  925. package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/schemas/schemas_0.js +0 -1503
  926. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +0 -595
  927. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +0 -588
  928. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  929. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  930. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -76
  931. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -53
  932. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  933. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  934. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
  935. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  936. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/README.md +0 -62
  937. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -156
  938. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  939. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +0 -16
  940. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -80
  941. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  942. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  943. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
  944. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
  945. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  946. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  947. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  948. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  949. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  950. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +0 -18
  951. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -12
  952. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -9
  953. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -8
  954. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -7
  955. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -4
  956. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  957. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  958. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +0 -11
  959. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -14
  960. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  961. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -11
  962. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -7
  963. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -4
  964. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  965. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  966. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  967. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  968. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  969. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  970. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  971. package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +0 -69
  972. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -33
  973. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -29
  974. package/node_modules/@aws-sdk/util-locate-window/LICENSE +0 -201
  975. package/node_modules/@aws-sdk/util-locate-window/README.md +0 -4
  976. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -14
  977. package/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +0 -10
  978. package/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +0 -6
  979. package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +0 -1
  980. package/node_modules/@aws-sdk/util-locate-window/package.json +0 -54
  981. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +0 -336
  982. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +0 -60
  983. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -47
  984. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +0 -332
  985. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +0 -66
  986. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +0 -65
  987. package/node_modules/@nodable/entities/README.md +0 -41
  988. package/node_modules/@nodable/entities/package.json +0 -54
  989. package/node_modules/@nodable/entities/src/EntityDecoder.js +0 -543
  990. package/node_modules/@nodable/entities/src/EntityEncoder.js +0 -194
  991. package/node_modules/@nodable/entities/src/entities.js +0 -1177
  992. package/node_modules/@nodable/entities/src/entityTries.js +0 -49
  993. package/node_modules/@nodable/entities/src/index.d.ts +0 -264
  994. package/node_modules/@nodable/entities/src/index.js +0 -29
  995. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +0 -3
  996. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +0 -168
  997. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +0 -12
  998. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +0 -16
  999. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -53
  1000. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  1001. package/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  1002. package/node_modules/@smithy/is-array-buffer/README.md +0 -10
  1003. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  1004. package/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  1005. package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  1006. package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  1007. package/node_modules/@smithy/is-array-buffer/package.json +0 -60
  1008. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
  1009. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
  1010. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
  1011. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
  1012. package/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  1013. package/node_modules/@smithy/util-buffer-from/README.md +0 -10
  1014. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  1015. package/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  1016. package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  1017. package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  1018. package/node_modules/@smithy/util-buffer-from/package.json +0 -61
  1019. package/node_modules/@smithy/util-utf8/LICENSE +0 -201
  1020. package/node_modules/@smithy/util-utf8/README.md +0 -4
  1021. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  1022. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  1023. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  1024. package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  1025. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  1026. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  1027. package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  1028. package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  1029. package/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  1030. package/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  1031. package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  1032. package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  1033. package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  1034. package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  1035. package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  1036. package/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  1037. package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  1038. package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  1039. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  1040. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  1041. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  1042. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  1043. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  1044. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  1045. package/node_modules/@smithy/util-utf8/package.json +0 -66
  1046. package/node_modules/fast-xml-builder/CHANGELOG.md +0 -40
  1047. package/node_modules/fast-xml-builder/LICENSE +0 -21
  1048. package/node_modules/fast-xml-builder/README.md +0 -74
  1049. package/node_modules/fast-xml-builder/lib/fxb.cjs +0 -1
  1050. package/node_modules/fast-xml-builder/lib/fxb.d.cts +0 -270
  1051. package/node_modules/fast-xml-builder/lib/fxb.min.js +0 -2
  1052. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +0 -1
  1053. package/node_modules/fast-xml-builder/package.json +0 -81
  1054. package/node_modules/fast-xml-builder/src/fxb.d.ts +0 -270
  1055. package/node_modules/fast-xml-builder/src/fxb.js +0 -599
  1056. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +0 -18
  1057. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +0 -359
  1058. package/node_modules/fast-xml-builder/src/prettifyJs2Xml.js +0 -0
  1059. package/node_modules/fast-xml-builder/src/util.js +0 -16
  1060. package/node_modules/fast-xml-parser/CHANGELOG.md +0 -812
  1061. package/node_modules/fast-xml-parser/LICENSE +0 -21
  1062. package/node_modules/fast-xml-parser/README.md +0 -205
  1063. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  1064. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  1065. package/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  1066. package/node_modules/fast-xml-parser/lib/fxp.d.cts +0 -769
  1067. package/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  1068. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  1069. package/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  1070. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  1071. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +0 -2
  1072. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +0 -1
  1073. package/node_modules/fast-xml-parser/package.json +0 -95
  1074. package/node_modules/fast-xml-parser/src/cli/cli.js +0 -97
  1075. package/node_modules/fast-xml-parser/src/cli/man.js +0 -17
  1076. package/node_modules/fast-xml-parser/src/cli/read.js +0 -43
  1077. package/node_modules/fast-xml-parser/src/fxp.d.ts +0 -738
  1078. package/node_modules/fast-xml-parser/src/fxp.js +0 -14
  1079. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +0 -18
  1080. package/node_modules/fast-xml-parser/src/util.js +0 -61
  1081. package/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +0 -16
  1082. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +0 -106
  1083. package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +0 -61
  1084. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -69
  1085. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +0 -103
  1086. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -100
  1087. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +0 -154
  1088. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -94
  1089. package/node_modules/fast-xml-parser/src/v6/Report.js +0 -0
  1090. package/node_modules/fast-xml-parser/src/v6/TagPath.js +0 -81
  1091. package/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +0 -13
  1092. package/node_modules/fast-xml-parser/src/v6/XMLParser.js +0 -83
  1093. package/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +0 -235
  1094. package/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +0 -210
  1095. package/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +0 -111
  1096. package/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +0 -116
  1097. package/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +0 -121
  1098. package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +0 -105
  1099. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +0 -22
  1100. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +0 -19
  1101. package/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +0 -38
  1102. package/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +0 -13
  1103. package/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +0 -14
  1104. package/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +0 -6
  1105. package/node_modules/fast-xml-parser/src/validator.js +0 -425
  1106. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -6
  1107. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -407
  1108. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -163
  1109. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -835
  1110. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -71
  1111. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -173
  1112. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -40
  1113. package/node_modules/path-expression-matcher/LICENSE +0 -21
  1114. package/node_modules/path-expression-matcher/README.md +0 -872
  1115. package/node_modules/path-expression-matcher/lib/pem.cjs +0 -1
  1116. package/node_modules/path-expression-matcher/lib/pem.d.cts +0 -634
  1117. package/node_modules/path-expression-matcher/lib/pem.min.js +0 -2
  1118. package/node_modules/path-expression-matcher/lib/pem.min.js.map +0 -1
  1119. package/node_modules/path-expression-matcher/package.json +0 -78
  1120. package/node_modules/path-expression-matcher/src/Expression.js +0 -232
  1121. package/node_modules/path-expression-matcher/src/ExpressionSet.js +0 -209
  1122. package/node_modules/path-expression-matcher/src/Matcher.js +0 -570
  1123. package/node_modules/path-expression-matcher/src/index.d.ts +0 -523
  1124. package/node_modules/path-expression-matcher/src/index.js +0 -29
  1125. package/node_modules/strnum/CHANGELOG.md +0 -43
  1126. package/node_modules/strnum/LICENSE +0 -21
  1127. package/node_modules/strnum/README.md +0 -104
  1128. package/node_modules/strnum/package.json +0 -32
  1129. package/node_modules/strnum/strnum.js +0 -163
  1130. package/node_modules/xml-naming/README.md +0 -189
  1131. package/node_modules/xml-naming/package.json +0 -54
  1132. package/node_modules/xml-naming/src/index.d.ts +0 -74
  1133. package/node_modules/xml-naming/src/index.js +0 -270
  1134. /package/node_modules/@smithy/{core/dist-es/submodules/endpoints/middleware-endpoint/types.js → types/dist-es/endpoints/EndpointParameterInstructions.js} +0 -0
  1135. /package/node_modules/@smithy/{core/dist-types/submodules/endpoints/middleware-endpoint/types.d.ts → types/dist-types/endpoints/EndpointParameterInstructions.d.ts} +0 -0
@@ -16,4 +16,4 @@ async function refreshAwsSharedConfigCacheForBedrock(env = process.env) {
16
16
  await (await loadSharedIniFileLoader()).loadSharedConfigFiles({ ignoreCache: true });
17
17
  }
18
18
  //#endregion
19
- export { refreshAwsSharedConfigCacheForBedrock, shouldRefreshAwsSharedConfigCacheForBedrock };
19
+ export { refreshAwsSharedConfigCacheForBedrock };
@@ -13,7 +13,7 @@ function supportsBedrockPromptCaching(modelId, modelName) {
13
13
  return false;
14
14
  }
15
15
  if (candidates.some((s) => s.includes("-4-"))) return true;
16
- if (candidates.some((s) => s.includes("claude-fable-5"))) return true;
16
+ if (candidates.some((candidate) => candidate.includes("claude-fable-5") || candidate.includes("claude-mythos-5") || candidate.includes("claude-sonnet-5"))) return true;
17
17
  if (candidates.some((s) => s.includes("claude-3-7-sonnet"))) return true;
18
18
  if (candidates.some((s) => s.includes("claude-3-5-haiku"))) return true;
19
19
  return false;
@@ -6,7 +6,7 @@ import { isRecord } from "openclaw/plugin-sdk/string-coerce-runtime";
6
6
  */
7
7
  const LEGACY_PATH = "models.bedrockDiscovery";
8
8
  const TARGET_PATH = "plugins.entries.amazon-bedrock.config.discovery";
9
- const BLOCKED_OBJECT_KEYS = new Set([
9
+ const BLOCKED_OBJECT_KEYS = /* @__PURE__ */ new Set([
10
10
  "__proto__",
11
11
  "prototype",
12
12
  "constructor"
package/dist/discovery.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { refreshAwsSharedConfigCacheForBedrock } from "./aws-credential-refresh.js";
2
2
  import { resolveBedrockConfigApiKey } from "./discovery-shared.js";
3
3
  import { resolveBedrockNativeThinkingLevelMap } from "./thinking-policy.js";
4
- import { resolveClaudeFable5ModelIdentity, resolveClaudeModelIdentity, supportsClaudeAdaptiveThinking } from "openclaw/plugin-sdk/provider-model-shared";
4
+ import { resolveClaudeFable5ModelIdentity, resolveClaudeModelIdentity, resolveClaudeMythos5ModelIdentity, resolveClaudeSonnet5ModelIdentity, supportsClaudeAdaptiveThinking } from "openclaw/plugin-sdk/provider-model-shared";
5
5
  import { normalizeLowercaseStringOrEmpty, normalizeOptionalLowercaseString } from "openclaw/plugin-sdk/string-coerce-runtime";
6
6
  import { createSubsystemLogger } from "openclaw/plugin-sdk/core";
7
7
  import { formatErrorMessage } from "openclaw/plugin-sdk/error-runtime";
@@ -29,6 +29,8 @@ const DEFAULT_MAX_TOKENS = 4096;
29
29
  */
30
30
  const KNOWN_CONTEXT_WINDOWS = {
31
31
  "anthropic.claude-fable-5": 1e6,
32
+ "anthropic.claude-mythos-5": 1e6,
33
+ "anthropic.claude-sonnet-5": 1e6,
32
34
  "anthropic.claude-3-7-sonnet-20250219-v1:0": 2e5,
33
35
  "anthropic.claude-opus-4-8": 1e6,
34
36
  "anthropic.claude-opus-4-7": 1e6,
@@ -92,7 +94,7 @@ const KNOWN_CONTEXT_WINDOWS = {
92
94
  function resolveKnownContextWindow(modelId) {
93
95
  const candidates = [modelId, modelId.replace(/^(?:us|eu|ap|apac|au|jp|global)\./, "")];
94
96
  for (const candidate of candidates) {
95
- if (resolveClaudeFable5ModelIdentity({ id: candidate })) return 1e6;
97
+ if (resolveClaudeFable5ModelIdentity({ id: candidate }) || resolveClaudeMythos5ModelIdentity({ id: candidate }) || resolveClaudeSonnet5ModelIdentity({ id: candidate })) return 1e6;
96
98
  if (/(?:^|[/.:])anthropic\.claude-opus-4[.-]8(?:$|[-.:/])/i.test(candidate)) return 1e6;
97
99
  if (KNOWN_CONTEXT_WINDOWS[candidate] !== void 0) return KNOWN_CONTEXT_WINDOWS[candidate];
98
100
  const withoutVersionSuffix = candidate.replace(/:0$/, "");
@@ -106,7 +108,10 @@ function resolveKnownThinkingLevelMap(modelId) {
106
108
  return resolveBedrockNativeThinkingLevelMap(modelId);
107
109
  }
108
110
  function resolveKnownMaxTokens(modelId) {
109
- return resolveClaudeFable5ModelIdentity({ id: modelId }) ? 128e3 : void 0;
111
+ return resolveClaudeFable5ModelIdentity({ id: modelId }) || resolveClaudeMythos5ModelIdentity({ id: modelId }) || resolveClaudeSonnet5ModelIdentity({ id: modelId }) ? 128e3 : void 0;
112
+ }
113
+ function resolveKnownInput(modelId) {
114
+ return resolveClaudeFable5ModelIdentity({ id: modelId }) || resolveClaudeMythos5ModelIdentity({ id: modelId }) || resolveClaudeSonnet5ModelIdentity({ id: modelId }) ? ["text", "image"] : void 0;
110
115
  }
111
116
  const DEFAULT_COST = {
112
117
  input: 0,
@@ -280,12 +285,13 @@ function resolveInferenceProfiles(profiles, defaults, providerFilter, foundation
280
285
  if (isKnownClaudeMythosPreviewModelId(baseModelId ?? profile.inferenceProfileId)) continue;
281
286
  const baseModel = baseModelId ? foundationModels.get(normalizeLowercaseStringOrEmpty(baseModelId)) : void 0;
282
287
  const knownThinkingLevelMap = resolveKnownThinkingLevelMap(baseModelId ?? profile.inferenceProfileId);
288
+ const contractModelId = baseModelId ?? profile.inferenceProfileId;
283
289
  const canonicalClaudeId = resolveClaudeModelIdentity({ id: baseModelId });
284
290
  discovered.push({
285
291
  id: profile.inferenceProfileId,
286
292
  name: profile.inferenceProfileName?.trim() || profile.inferenceProfileId,
287
293
  reasoning: baseModel?.reasoning ?? supportsClaudeAdaptiveThinking({ id: baseModelId ?? profile.inferenceProfileId }),
288
- input: baseModel?.input ?? ["text"],
294
+ input: baseModel?.input ?? resolveKnownInput(contractModelId) ?? ["text"],
289
295
  cost: baseModel?.cost ?? DEFAULT_COST,
290
296
  contextWindow: baseModel?.contextWindow ?? resolveKnownContextWindow(baseModelId ?? profile.inferenceProfileId ?? "") ?? defaults.contextWindow,
291
297
  maxTokens: baseModel?.maxTokens ?? resolveKnownMaxTokens(baseModelId ?? profile.inferenceProfileId) ?? defaults.maxTokens,
@@ -251,10 +251,12 @@ async function createBedrockEmbeddingProvider(options) {
251
251
  };
252
252
  const isCohere = family === "cohere-v3" || family === "cohere-v4";
253
253
  const embedSingle = async (text, signal) => {
254
- return sanitizeAndNormalizeEmbedding(parseSingle(family, await invoke(buildBody(family, text, client.dimensions), signal)));
254
+ const raw = await invoke(buildBody(family, text, client.dimensions), signal);
255
+ return sanitizeAndNormalizeEmbedding(parseSingle(family, raw));
255
256
  };
256
257
  const embedCohere = async (texts, inputType, signal) => {
257
- return parseCohereBatch(family, await invoke(buildCohereBody(family, texts, inputType, client.dimensions), signal)).map((e) => sanitizeAndNormalizeEmbedding(e));
258
+ const raw = await invoke(buildCohereBody(family, texts, inputType, client.dimensions), signal);
259
+ return parseCohereBatch(family, raw).map((e) => sanitizeAndNormalizeEmbedding(e));
258
260
  };
259
261
  const embedQuery = async (text, optionsValue) => {
260
262
  if (!text.trim()) return [];
@@ -6,7 +6,7 @@ import { isLatestAdaptiveBedrockModelRef, isOpus47OrNewerBedrockModelRef, resolv
6
6
  import { streamBedrock, streamSimpleBedrock } from "./stream.runtime.js";
7
7
  import { registerApiProvider, streamSimple } from "openclaw/plugin-sdk/llm";
8
8
  import { resolvePluginConfigObject } from "openclaw/plugin-sdk/plugin-config-runtime";
9
- import { ANTHROPIC_BY_MODEL_REPLAY_HOOKS, normalizeProviderId, resolveClaudeFable5ModelIdentity, resolveClaudeModelIdentity } from "openclaw/plugin-sdk/provider-model-shared";
9
+ import { ANTHROPIC_BY_MODEL_REPLAY_HOOKS, normalizeProviderId, resolveClaudeFable5ModelIdentity, resolveClaudeModelIdentity, resolveClaudeMythos5ModelIdentity, resolveClaudeSonnet5ModelIdentity } from "openclaw/plugin-sdk/provider-model-shared";
10
10
  import { streamWithPayloadPatch } from "openclaw/plugin-sdk/provider-stream-shared";
11
11
  //#region extensions/amazon-bedrock/register.sync.runtime.ts
12
12
  function normalizeBedrockResolvedModel({ modelId, model }) {
@@ -15,6 +15,9 @@ function normalizeBedrockResolvedModel({ modelId, model }) {
15
15
  const reasoning = model.reasoning || resolveClaudeFable5ModelIdentity({
16
16
  id: modelId,
17
17
  params: model.params
18
+ }) !== void 0 || resolveClaudeMythos5ModelIdentity({
19
+ id: modelId,
20
+ params: model.params
18
21
  }) !== void 0;
19
22
  const current = model.thinkingLevelMap;
20
23
  const currentEfforts = current;
@@ -295,6 +298,7 @@ function registerAmazonBedrockPlugin(api) {
295
298
  params: model?.params
296
299
  };
297
300
  const fable5 = resolveClaudeFable5ModelIdentity(modelRef) !== void 0;
301
+ const sonnet5 = resolveClaudeSonnet5ModelIdentity(modelRef) !== void 0;
298
302
  const canonicalModelId = resolveClaudeModelIdentity(modelRef);
299
303
  const opus47OrNewer = isOpus47OrNewerBedrockModelRef(modelId) || isOpus47OrNewerBedrockModelRef(canonicalModelId);
300
304
  const supportsNativeMax = supportsBedrockNativeMaxEffort(modelId, model?.params);
@@ -308,8 +312,10 @@ function registerAmazonBedrockPlugin(api) {
308
312
  streamFn
309
313
  })) ?? void 0;
310
314
  const serviceTier = resolveBedrockServiceTier(extraParams, (message) => api.logger.warn(message));
311
- if (serviceTier && wrapped) if (fable5 && serviceTier !== "default") api.logger.warn(`ignoring unsupported Fable 5 Bedrock service tier: ${serviceTier}`);
312
- else wrapped = createBedrockServiceTierWrapper(wrapped, serviceTier);
315
+ if (serviceTier && wrapped) if ((fable5 || sonnet5) && serviceTier !== "default") {
316
+ const modelLabel = fable5 ? "Fable 5" : "Sonnet 5";
317
+ api.logger.warn(`ignoring unsupported ${modelLabel} Bedrock service tier: ${serviceTier}`);
318
+ } else wrapped = createBedrockServiceTierWrapper(wrapped, serviceTier);
313
319
  const region = resolveBedrockRegion(config) ?? extractRegionFromBaseUrl(model?.baseUrl) ?? currentPluginConfig?.discovery?.region;
314
320
  const mayNeedCacheInjection = isBedrockAppInferenceProfile(modelId) && !sharedRuntimeWouldInjectCachePoints(modelId);
315
321
  const shouldOmitTemperature = opus47OrNewer || fable5 || isLatestAdaptiveBedrockModelRef(modelId, model?.params);
@@ -1,7 +1,7 @@
1
1
  import { supportsBedrockPromptCaching } from "./bedrock-options.js";
2
2
  import { supportsBedrockNativeMaxEffort } from "./thinking-policy.js";
3
3
  import { AssistantMessageEventStream, adjustMaxTokensForThinking, buildBaseOptions, calculateCost, clampReasoning, createHttpProxyAgentsForTarget, parseStreamingJson, sanitizeSurrogates, transformMessages } from "openclaw/plugin-sdk/llm";
4
- import { resolveClaudeFable5ModelIdentity, resolveClaudeModelIdentity, supportsClaudeAdaptiveThinking, supportsClaudeNativeXhighEffort } from "openclaw/plugin-sdk/provider-model-shared";
4
+ import { requiresClaudeMandatoryAdaptiveThinking, resolveClaudeFable5ModelIdentity, resolveClaudeModelIdentity, resolveClaudeMythos5ModelIdentity, resolveClaudeSonnet5ModelIdentity, supportsClaudeAdaptiveThinking, supportsClaudeNativeXhighEffort } from "openclaw/plugin-sdk/provider-model-shared";
5
5
  import { applyAnthropicRefusal, createDeferredEventBuffer, notifyLlmRequestActivity } from "openclaw/plugin-sdk/provider-stream-shared";
6
6
  import { BedrockRuntimeClient, BedrockRuntimeServiceException, CachePointType, CacheTTL, ConversationRole, ConverseStreamCommand, ImageFormat, StopReason, ToolResultStatus } from "@aws-sdk/client-bedrock-runtime";
7
7
  import { NodeHttpHandler } from "@smithy/node-http-handler";
@@ -13,16 +13,22 @@ import { NodeHttpHandler } from "@smithy/node-http-handler";
13
13
  function usesClaudeFable5BedrockContract(model) {
14
14
  return resolveClaudeFable5ModelIdentity(model) !== void 0;
15
15
  }
16
+ function usesClaudeSonnet5BedrockContract(model) {
17
+ return resolveClaudeSonnet5ModelIdentity(model) !== void 0;
18
+ }
19
+ function usesClaudeStreamingRefusalBedrockContract(model) {
20
+ return usesClaudeFable5BedrockContract(model) || resolveClaudeMythos5ModelIdentity(model) !== void 0 || usesClaudeSonnet5BedrockContract(model);
21
+ }
16
22
  function readBedrockStopDetails(fields) {
17
23
  if (!fields || typeof fields !== "object" || Array.isArray(fields)) return;
18
24
  const record = fields;
19
25
  return record.stop_details ?? record.stopDetails;
20
26
  }
21
- function normalizeFableToolChoice(toolChoice) {
27
+ function normalizeAdaptiveClaudeToolChoice(toolChoice) {
22
28
  if (toolChoice === "any" || typeof toolChoice === "object" && toolChoice?.type === "tool") return "auto";
23
29
  return toolChoice;
24
30
  }
25
- const OPENCLAW_FALLBACK_MODEL_MAX_TOKENS = new Set([
31
+ const OPENCLAW_FALLBACK_MODEL_MAX_TOKENS = /* @__PURE__ */ new Set([
26
32
  4096,
27
33
  8192,
28
34
  16384
@@ -60,7 +66,7 @@ const streamBedrock = (model, context, options = {}) => {
60
66
  };
61
67
  const blocks = output.content;
62
68
  const fable5 = usesClaudeFable5BedrockContract(model);
63
- const refusalBuffer = fable5 ? createDeferredEventBuffer(stream, () => notifyLlmRequestActivity(options.signal)) : void 0;
69
+ const refusalBuffer = usesClaudeStreamingRefusalBedrockContract(model) ? createDeferredEventBuffer(stream, () => notifyLlmRequestActivity(options.signal)) : void 0;
64
70
  const eventSink = refusalBuffer ?? stream;
65
71
  const config = { profile: options.profile };
66
72
  const configuredRegion = getConfiguredBedrockRegion(options);
@@ -100,9 +106,9 @@ const streamBedrock = (model, context, options = {}) => {
100
106
  ...options.maxTokens !== void 0 && { maxTokens: options.maxTokens },
101
107
  ...options.temperature !== void 0 && !sendsAdaptiveThinking && { temperature: options.temperature }
102
108
  },
103
- toolConfig: convertToolConfig(context.tools, fable5 ? normalizeFableToolChoice(options.toolChoice) : options.toolChoice),
109
+ toolConfig: convertToolConfig(context.tools, fable5 || sendsAdaptiveThinking ? normalizeAdaptiveClaudeToolChoice(options.toolChoice) : options.toolChoice),
104
110
  additionalModelRequestFields,
105
- ...fable5 ? { additionalModelResponseFieldPaths: ["/stop_details"] } : {},
111
+ ...usesClaudeStreamingRefusalBedrockContract(model) ? { additionalModelResponseFieldPaths: ["/stop_details"] } : {},
106
112
  ...options.requestMetadata !== void 0 && { requestMetadata: options.requestMetadata }
107
113
  };
108
114
  const nextCommandInput = await options?.onPayload?.(commandInput, model);
@@ -197,10 +203,10 @@ function formatBedrockError(error) {
197
203
  const streamSimpleBedrock = (model, context, options) => streamBedrock(model, context, resolveSimpleBedrockOptions(model, options));
198
204
  function resolveSimpleBedrockOptions(model, options) {
199
205
  const base = buildBaseOptions(model, options, void 0);
200
- if (usesClaudeFable5BedrockContract(model)) return {
206
+ if (requiresMandatoryAdaptiveThinking(model)) return {
201
207
  ...base,
202
208
  maxTokens: resolveAdaptiveBedrockMaxTokens(model, base.maxTokens),
203
- reasoning: options?.reasoning ?? "high",
209
+ reasoning: options?.reasoning === "off" ? "low" : options?.reasoning ?? "high",
204
210
  thinkingBudgets: options?.thinkingBudgets
205
211
  };
206
212
  if (!options?.reasoning) {
@@ -211,6 +217,10 @@ function resolveSimpleBedrockOptions(model, options) {
211
217
  reasoning
212
218
  };
213
219
  }
220
+ if (options.reasoning === "off") return {
221
+ ...base,
222
+ reasoning: "off"
223
+ };
214
224
  if (isAnthropicClaudeModel(model)) {
215
225
  if (supportsAdaptiveThinking(model)) return {
216
226
  ...base,
@@ -219,6 +229,11 @@ function resolveSimpleBedrockOptions(model, options) {
219
229
  thinkingBudgets: options.thinkingBudgets
220
230
  };
221
231
  const adjusted = adjustMaxTokensForThinking(base.maxTokens, model.maxTokens, options.reasoning, options.thinkingBudgets);
232
+ if (adjusted.thinkingBudget < 1024) return {
233
+ ...base,
234
+ maxTokens: adjusted.maxTokens,
235
+ reasoning: "off"
236
+ };
222
237
  return {
223
238
  ...base,
224
239
  maxTokens: adjusted.maxTokens,
@@ -374,7 +389,7 @@ function handleContentBlockStop(event, blocks, output, stream) {
374
389
  function resolveClaudeProfileNameModelId(modelName) {
375
390
  const normalized = modelName?.trim().toLowerCase().replace(/[\s_.:]+/g, "-") ?? "";
376
391
  if (!normalized.includes("claude")) return;
377
- const family = /(?:fable-5|mythos-preview|opus-4-(?:6|7|8)|sonnet-4-6)(?:$|-)/.exec(normalized)?.[0];
392
+ const family = /(?:fable-5|mythos-(?:5|preview)|opus-4-(?:6|7|8)|sonnet-(?:5|4-6))(?:$|-)/.exec(normalized)?.[0];
378
393
  return family ? `claude-${family.replace(/-$/, "")}` : void 0;
379
394
  }
380
395
  function isClaudeMythosPreviewModelId(modelId) {
@@ -383,11 +398,11 @@ function isClaudeMythosPreviewModelId(modelId) {
383
398
  /** Check canonical metadata and profile names for adaptive Claude support. */
384
399
  function supportsAdaptiveThinking(model) {
385
400
  const profileModelId = resolveClaudeProfileNameModelId(model.name);
386
- return supportsClaudeAdaptiveThinking(model) || supportsClaudeAdaptiveThinking({ id: profileModelId }) || isClaudeMythosPreviewModelId(resolveClaudeModelIdentity(model)) || isClaudeMythosPreviewModelId(profileModelId);
401
+ return supportsClaudeAdaptiveThinking(model) || supportsClaudeAdaptiveThinking({ id: profileModelId }) || isClaudeMythosPreviewModelId(resolveClaudeModelIdentity(model)) || isClaudeMythosPreviewModelId(profileModelId) || usesClaudeSonnet5BedrockContract(model) || resolveClaudeSonnet5ModelIdentity({ id: profileModelId }) !== void 0;
387
402
  }
388
403
  function requiresMandatoryAdaptiveThinking(model) {
389
404
  const profileModelId = resolveClaudeProfileNameModelId(model.name);
390
- return isClaudeMythosPreviewModelId(resolveClaudeModelIdentity(model)) || isClaudeMythosPreviewModelId(profileModelId);
405
+ return requiresClaudeMandatoryAdaptiveThinking(model) || requiresClaudeMandatoryAdaptiveThinking({ id: profileModelId }) || isClaudeMythosPreviewModelId(resolveClaudeModelIdentity(model)) || isClaudeMythosPreviewModelId(profileModelId) || usesClaudeSonnet5BedrockContract(model) || resolveClaudeSonnet5ModelIdentity({ id: profileModelId }) !== void 0;
391
406
  }
392
407
  function supportsNativeXhighEffort(model) {
393
408
  const profileModelId = resolveClaudeProfileNameModelId(model.name);
@@ -620,7 +635,10 @@ function isGovCloudBedrockTarget(model, options) {
620
635
  return modelId.startsWith("us-gov.") || modelId.startsWith("arn:aws-us-gov:");
621
636
  }
622
637
  function buildAdditionalModelRequestFields(model, options) {
623
- if (!options.reasoning || !model.reasoning && !usesClaudeFable5BedrockContract(model) && !supportsAdaptiveThinking(model)) return;
638
+ const mandatoryAdaptiveThinking = requiresMandatoryAdaptiveThinking(model);
639
+ const reasoning = options.reasoning === "off" ? mandatoryAdaptiveThinking ? "low" : "off" : options.reasoning ?? (mandatoryAdaptiveThinking ? "high" : void 0);
640
+ if (reasoning === "off") return;
641
+ if (!reasoning || !model.reasoning && !usesClaudeFable5BedrockContract(model) && !supportsAdaptiveThinking(model)) return;
624
642
  if (isAnthropicClaudeModel(model)) {
625
643
  const display = isGovCloudBedrockTarget(model, options) ? void 0 : options.thinkingDisplay ?? "summarized";
626
644
  const result = supportsAdaptiveThinking(model) ? {
@@ -628,7 +646,7 @@ function buildAdditionalModelRequestFields(model, options) {
628
646
  type: "adaptive",
629
647
  ...display !== void 0 ? { display } : {}
630
648
  },
631
- output_config: { effort: mapThinkingLevelToEffort(model, options.reasoning) }
649
+ output_config: { effort: mapThinkingLevelToEffort(model, reasoning) }
632
650
  } : (() => {
633
651
  const defaultBudgets = {
634
652
  minimal: 1024,
@@ -638,10 +656,10 @@ function buildAdditionalModelRequestFields(model, options) {
638
656
  xhigh: 16384,
639
657
  max: 16384
640
658
  };
641
- const level = options.reasoning === "xhigh" ? "high" : options.reasoning;
659
+ const level = reasoning === "xhigh" ? "high" : reasoning;
642
660
  return { thinking: {
643
661
  type: "enabled",
644
- budget_tokens: options.thinkingBudgets?.[level] ?? defaultBudgets[options.reasoning],
662
+ budget_tokens: options.thinkingBudgets?.[level] ?? defaultBudgets[reasoning],
645
663
  ...display !== void 0 ? { display } : {}
646
664
  } };
647
665
  })();
@@ -1,4 +1,4 @@
1
- import { resolveClaudeFable5ModelIdentity, resolveClaudeModelIdentity } from "openclaw/plugin-sdk/provider-model-shared";
1
+ import { resolveClaudeFable5ModelIdentity, resolveClaudeModelIdentity, resolveClaudeMythos5ModelIdentity, resolveClaudeSonnet5ModelIdentity } from "openclaw/plugin-sdk/provider-model-shared";
2
2
  //#region extensions/amazon-bedrock/thinking-policy.ts
3
3
  const BASE_CLAUDE_THINKING_LEVELS = [
4
4
  { id: "off" },
@@ -31,13 +31,19 @@ function isLatestAdaptiveBedrockModelRef(modelId, params) {
31
31
  params
32
32
  };
33
33
  const canonicalModelId = resolveClaudeModelIdentity(modelRef);
34
- return resolveClaudeFable5ModelIdentity(modelRef) !== void 0 || [modelId, canonicalModelId].some((candidate) => isOpus47OrNewerBedrockModelRef(candidate) || isMythosPreviewBedrockModelRef(candidate));
34
+ return resolveClaudeFable5ModelIdentity(modelRef) !== void 0 || resolveClaudeMythos5ModelIdentity(modelRef) !== void 0 || resolveClaudeSonnet5ModelIdentity(modelRef) !== void 0 || [modelId, canonicalModelId].some((candidate) => isOpus47OrNewerBedrockModelRef(candidate) || isMythosPreviewBedrockModelRef(candidate));
35
35
  }
36
36
  /** Return whether a Bedrock Claude ref supports max effort. */
37
37
  function supportsBedrockNativeMaxEffort(modelId, params) {
38
38
  if (resolveClaudeFable5ModelIdentity({
39
39
  id: modelId,
40
40
  params
41
+ }) || resolveClaudeMythos5ModelIdentity({
42
+ id: modelId,
43
+ params
44
+ }) || resolveClaudeSonnet5ModelIdentity({
45
+ id: modelId,
46
+ params
41
47
  })) return true;
42
48
  return [modelId, resolveClaudeModelIdentity({
43
49
  id: modelId,
@@ -50,7 +56,13 @@ function resolveBedrockNativeThinkingLevelMap(modelId, params) {
50
56
  id: modelId,
51
57
  params
52
58
  };
53
- if (resolveClaudeFable5ModelIdentity(modelRef)) return {
59
+ if (resolveClaudeFable5ModelIdentity(modelRef) || resolveClaudeMythos5ModelIdentity(modelRef)) return {
60
+ off: "low",
61
+ minimal: "low",
62
+ xhigh: "xhigh",
63
+ max: "max"
64
+ };
65
+ if (resolveClaudeSonnet5ModelIdentity(modelRef)) return {
54
66
  off: "low",
55
67
  minimal: "low",
56
68
  xhigh: "xhigh",
@@ -72,6 +84,12 @@ function resolveBedrockClaudeThinkingProfile(modelId, params) {
72
84
  if (resolveClaudeFable5ModelIdentity({
73
85
  id: trimmed,
74
86
  params
87
+ }) || resolveClaudeMythos5ModelIdentity({
88
+ id: trimmed,
89
+ params
90
+ }) || resolveClaudeSonnet5ModelIdentity({
91
+ id: trimmed,
92
+ params
75
93
  })) return {
76
94
  levels: [
77
95
  ...BASE_CLAUDE_THINKING_LEVELS,
@@ -119,4 +137,4 @@ function resolveBedrockClaudeThinkingProfile(modelId, params) {
119
137
  return { levels: BASE_CLAUDE_THINKING_LEVELS };
120
138
  }
121
139
  //#endregion
122
- export { isLatestAdaptiveBedrockModelRef, isOpus47BedrockModelRef, isOpus47OrNewerBedrockModelRef, resolveBedrockClaudeThinkingProfile, resolveBedrockNativeThinkingLevelMap, supportsBedrockNativeMaxEffort };
140
+ export { isLatestAdaptiveBedrockModelRef, isOpus47OrNewerBedrockModelRef, resolveBedrockClaudeThinkingProfile, resolveBedrockNativeThinkingLevelMap, supportsBedrockNativeMaxEffort };
@@ -8,7 +8,7 @@ concurrent executions.
8
8
  ## Features
9
9
 
10
10
  - **Invocation Isolation**: Safely store and retrieve data within a single Lambda invocation.
11
- - **Protected Lambda Context**: Built-in protection for Lambda execution metadata (requestId, [traceId](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-traces))
11
+ - **Protected Lambda Context**: Built-in protection for Lambda execution metadata (requestId, [traceId](https://docs.aws.amazon.com/xray/latest/devguide/xray-concepts.html#xray-concepts-traces), [W3C Trace Context](https://www.w3.org/TR/trace-context/), [W3C Baggage](https://www.w3.org/TR/baggage/))
12
12
  - **Custom Data Storage**: Store any custom data within the invocation context
13
13
  - **Async/Await Support**: Full support for asynchronous operations with context preservation
14
14
  - **Type Safety**: Complete TypeScript type definitions
@@ -123,6 +123,30 @@ Convenience method to get the current [X-Ray trace ID](https://docs.aws.amazon.c
123
123
  const traceId = invokeStore.getXRayTraceId(); // Returns undefined if not set or outside context
124
124
  ```
125
125
 
126
+ ### invokeStore.getTraceparent()
127
+
128
+ Convenience method to get the [W3C `traceparent`](https://www.w3.org/TR/trace-context/#traceparent-header) header value.
129
+
130
+ ```typescript
131
+ const traceparent = invokeStore.getTraceparent(); // e.g. "00-0af7651916cd43dd8448eb211c80319c-b7ad6b7169203331-01"
132
+ ```
133
+
134
+ ### invokeStore.getTracestate()
135
+
136
+ Convenience method to get the [W3C `tracestate`](https://www.w3.org/TR/trace-context/#tracestate-header) header value.
137
+
138
+ ```typescript
139
+ const tracestate = invokeStore.getTracestate(); // e.g. "congo=t61rcWkgMzE,rojo=00f067aa0ba902b7"
140
+ ```
141
+
142
+ ### invokeStore.getBaggage()
143
+
144
+ Convenience method to get the [W3C Baggage](https://www.w3.org/TR/baggage/) header value.
145
+
146
+ ```typescript
147
+ const baggage = invokeStore.getBaggage(); // e.g. "userId=alice,serverNode=DF28"
148
+ ```
149
+
126
150
  ### invokeStore.hasContext()
127
151
 
128
152
  Checks if code is currently running within an invoke context.
@@ -4,6 +4,9 @@ const PROTECTED_KEYS = {
4
4
  REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
5
5
  X_RAY_TRACE_ID: Symbol.for("_AWS_LAMBDA_X_RAY_TRACE_ID"),
6
6
  TENANT_ID: Symbol.for("_AWS_LAMBDA_TENANT_ID"),
7
+ TRACEPARENT: Symbol.for("_AWS_LAMBDA_TRACEPARENT"),
8
+ TRACESTATE: Symbol.for("_AWS_LAMBDA_TRACESTATE"),
9
+ BAGGAGE: Symbol.for("_AWS_LAMBDA_BAGGAGE"),
7
10
  };
8
11
  const NO_GLOBAL_AWS_LAMBDA = ["true", "1"].includes(process.env?.AWS_LAMBDA_NODEJS_NO_GLOBAL_AWSLAMBDA ?? "");
9
12
  if (!NO_GLOBAL_AWS_LAMBDA) {
@@ -23,6 +26,15 @@ class InvokeStoreBase {
23
26
  getTenantId() {
24
27
  return this.get(PROTECTED_KEYS.TENANT_ID);
25
28
  }
29
+ getTraceparent() {
30
+ return this.get(PROTECTED_KEYS.TRACEPARENT);
31
+ }
32
+ getTracestate() {
33
+ return this.get(PROTECTED_KEYS.TRACESTATE);
34
+ }
35
+ getBaggage() {
36
+ return this.get(PROTECTED_KEYS.BAGGAGE);
37
+ }
26
38
  }
27
39
  class InvokeStoreSingle extends InvokeStoreBase {
28
40
  currentContext;
@@ -2,6 +2,9 @@ const PROTECTED_KEYS = {
2
2
  REQUEST_ID: Symbol.for("_AWS_LAMBDA_REQUEST_ID"),
3
3
  X_RAY_TRACE_ID: Symbol.for("_AWS_LAMBDA_X_RAY_TRACE_ID"),
4
4
  TENANT_ID: Symbol.for("_AWS_LAMBDA_TENANT_ID"),
5
+ TRACEPARENT: Symbol.for("_AWS_LAMBDA_TRACEPARENT"),
6
+ TRACESTATE: Symbol.for("_AWS_LAMBDA_TRACESTATE"),
7
+ BAGGAGE: Symbol.for("_AWS_LAMBDA_BAGGAGE"),
5
8
  };
6
9
  const NO_GLOBAL_AWS_LAMBDA = ["true", "1"].includes(process.env?.AWS_LAMBDA_NODEJS_NO_GLOBAL_AWSLAMBDA ?? "");
7
10
  if (!NO_GLOBAL_AWS_LAMBDA) {
@@ -21,6 +24,15 @@ class InvokeStoreBase {
21
24
  getTenantId() {
22
25
  return this.get(PROTECTED_KEYS.TENANT_ID);
23
26
  }
27
+ getTraceparent() {
28
+ return this.get(PROTECTED_KEYS.TRACEPARENT);
29
+ }
30
+ getTracestate() {
31
+ return this.get(PROTECTED_KEYS.TRACESTATE);
32
+ }
33
+ getBaggage() {
34
+ return this.get(PROTECTED_KEYS.BAGGAGE);
35
+ }
24
36
  }
25
37
  class InvokeStoreSingle extends InvokeStoreBase {
26
38
  currentContext;
@@ -21,6 +21,9 @@ export declare abstract class InvokeStoreBase {
21
21
  readonly REQUEST_ID: symbol;
22
22
  readonly X_RAY_TRACE_ID: symbol;
23
23
  readonly TENANT_ID: symbol;
24
+ readonly TRACEPARENT: symbol;
25
+ readonly TRACESTATE: symbol;
26
+ readonly BAGGAGE: symbol;
24
27
  };
25
28
  abstract getContext(): Context | undefined;
26
29
  abstract hasContext(): boolean;
@@ -31,6 +34,9 @@ export declare abstract class InvokeStoreBase {
31
34
  getRequestId(): string;
32
35
  getXRayTraceId(): string | undefined;
33
36
  getTenantId(): string | undefined;
37
+ getTraceparent(): string | undefined;
38
+ getTracestate(): string | undefined;
39
+ getBaggage(): string | undefined;
34
40
  }
35
41
  /**
36
42
  * Provides access to AWS Lambda execution context storage.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/lambda-invoke-store",
3
- "version": "0.2.4",
3
+ "version": "0.3.0",
4
4
  "description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
5
5
  "homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
6
6
  "main": "./dist-cjs/invoke-store.js",
@@ -447,6 +447,13 @@ ExportAutomatedReasoningPolicyVersion
447
447
  </details>
448
448
  <details>
449
449
  <summary>
450
+ GetAccountDataRetention
451
+ </summary>
452
+
453
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock/command/GetAccountDataRetentionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock/Interface/GetAccountDataRetentionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock/Interface/GetAccountDataRetentionCommandOutput/)
454
+ </details>
455
+ <details>
456
+ <summary>
450
457
  GetAdvancedPromptOptimizationJob
451
458
  </summary>
452
459
 
@@ -783,6 +790,13 @@ ListTagsForResource
783
790
  </details>
784
791
  <details>
785
792
  <summary>
793
+ PutAccountDataRetention
794
+ </summary>
795
+
796
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/bedrock/command/PutAccountDataRetentionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock/Interface/PutAccountDataRetentionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-bedrock/Interface/PutAccountDataRetentionCommandOutput/)
797
+ </details>
798
+ <details>
799
+ <summary>
786
800
  PutEnforcedGuardrailConfiguration
787
801
  </summary>
788
802