@aws-sdk/client-bedrock-agentcore-control 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (479) hide show
  1. package/dist-cjs/index.js +468 -1839
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddDatasetExamplesCommand.js +2 -14
  4. package/dist-es/commands/CreateAgentRuntimeCommand.js +2 -14
  5. package/dist-es/commands/CreateAgentRuntimeEndpointCommand.js +2 -14
  6. package/dist-es/commands/CreateApiKeyCredentialProviderCommand.js +2 -14
  7. package/dist-es/commands/CreateBrowserCommand.js +2 -14
  8. package/dist-es/commands/CreateBrowserProfileCommand.js +2 -14
  9. package/dist-es/commands/CreateCodeInterpreterCommand.js +2 -14
  10. package/dist-es/commands/CreateConfigurationBundleCommand.js +2 -14
  11. package/dist-es/commands/CreateDatasetCommand.js +2 -14
  12. package/dist-es/commands/CreateDatasetVersionCommand.js +2 -14
  13. package/dist-es/commands/CreateEvaluatorCommand.js +2 -14
  14. package/dist-es/commands/CreateGatewayCommand.js +2 -14
  15. package/dist-es/commands/CreateGatewayRuleCommand.js +2 -14
  16. package/dist-es/commands/CreateGatewayTargetCommand.js +2 -14
  17. package/dist-es/commands/CreateHarnessCommand.js +2 -14
  18. package/dist-es/commands/CreateHarnessEndpointCommand.js +2 -14
  19. package/dist-es/commands/CreateMemoryCommand.js +2 -14
  20. package/dist-es/commands/CreateOauth2CredentialProviderCommand.js +2 -14
  21. package/dist-es/commands/CreateOnlineEvaluationConfigCommand.js +2 -14
  22. package/dist-es/commands/CreatePaymentConnectorCommand.js +2 -14
  23. package/dist-es/commands/CreatePaymentCredentialProviderCommand.js +2 -14
  24. package/dist-es/commands/CreatePaymentManagerCommand.js +2 -14
  25. package/dist-es/commands/CreatePolicyCommand.js +2 -14
  26. package/dist-es/commands/CreatePolicyEngineCommand.js +2 -14
  27. package/dist-es/commands/CreateRegistryCommand.js +2 -14
  28. package/dist-es/commands/CreateRegistryRecordCommand.js +2 -14
  29. package/dist-es/commands/CreateWorkloadIdentityCommand.js +2 -14
  30. package/dist-es/commands/DeleteAgentRuntimeCommand.js +2 -14
  31. package/dist-es/commands/DeleteAgentRuntimeEndpointCommand.js +2 -14
  32. package/dist-es/commands/DeleteApiKeyCredentialProviderCommand.js +2 -14
  33. package/dist-es/commands/DeleteBrowserCommand.js +2 -14
  34. package/dist-es/commands/DeleteBrowserProfileCommand.js +2 -14
  35. package/dist-es/commands/DeleteCodeInterpreterCommand.js +2 -14
  36. package/dist-es/commands/DeleteConfigurationBundleCommand.js +2 -14
  37. package/dist-es/commands/DeleteDatasetCommand.js +2 -14
  38. package/dist-es/commands/DeleteDatasetExamplesCommand.js +2 -14
  39. package/dist-es/commands/DeleteEvaluatorCommand.js +2 -14
  40. package/dist-es/commands/DeleteGatewayCommand.js +2 -14
  41. package/dist-es/commands/DeleteGatewayRuleCommand.js +2 -14
  42. package/dist-es/commands/DeleteGatewayTargetCommand.js +2 -14
  43. package/dist-es/commands/DeleteHarnessCommand.js +2 -14
  44. package/dist-es/commands/DeleteHarnessEndpointCommand.js +2 -14
  45. package/dist-es/commands/DeleteMemoryCommand.js +2 -14
  46. package/dist-es/commands/DeleteOauth2CredentialProviderCommand.js +2 -14
  47. package/dist-es/commands/DeleteOnlineEvaluationConfigCommand.js +2 -14
  48. package/dist-es/commands/DeletePaymentConnectorCommand.js +2 -14
  49. package/dist-es/commands/DeletePaymentCredentialProviderCommand.js +2 -14
  50. package/dist-es/commands/DeletePaymentManagerCommand.js +2 -14
  51. package/dist-es/commands/DeletePolicyCommand.js +2 -14
  52. package/dist-es/commands/DeletePolicyEngineCommand.js +2 -14
  53. package/dist-es/commands/DeleteRegistryCommand.js +2 -14
  54. package/dist-es/commands/DeleteRegistryRecordCommand.js +2 -14
  55. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -14
  56. package/dist-es/commands/DeleteWorkloadIdentityCommand.js +2 -14
  57. package/dist-es/commands/GetAgentRuntimeCommand.js +2 -14
  58. package/dist-es/commands/GetAgentRuntimeEndpointCommand.js +2 -14
  59. package/dist-es/commands/GetApiKeyCredentialProviderCommand.js +2 -14
  60. package/dist-es/commands/GetBrowserCommand.js +2 -14
  61. package/dist-es/commands/GetBrowserProfileCommand.js +2 -14
  62. package/dist-es/commands/GetCodeInterpreterCommand.js +2 -14
  63. package/dist-es/commands/GetConfigurationBundleCommand.js +2 -14
  64. package/dist-es/commands/GetConfigurationBundleVersionCommand.js +2 -14
  65. package/dist-es/commands/GetDatasetCommand.js +2 -14
  66. package/dist-es/commands/GetEvaluatorCommand.js +2 -14
  67. package/dist-es/commands/GetGatewayCommand.js +2 -14
  68. package/dist-es/commands/GetGatewayRuleCommand.js +2 -14
  69. package/dist-es/commands/GetGatewayTargetCommand.js +2 -14
  70. package/dist-es/commands/GetHarnessCommand.js +2 -14
  71. package/dist-es/commands/GetHarnessEndpointCommand.js +2 -14
  72. package/dist-es/commands/GetMemoryCommand.js +2 -14
  73. package/dist-es/commands/GetOauth2CredentialProviderCommand.js +2 -14
  74. package/dist-es/commands/GetOnlineEvaluationConfigCommand.js +2 -14
  75. package/dist-es/commands/GetPaymentConnectorCommand.js +2 -14
  76. package/dist-es/commands/GetPaymentCredentialProviderCommand.js +2 -14
  77. package/dist-es/commands/GetPaymentManagerCommand.js +2 -14
  78. package/dist-es/commands/GetPolicyCommand.js +2 -14
  79. package/dist-es/commands/GetPolicyEngineCommand.js +2 -14
  80. package/dist-es/commands/GetPolicyEngineSummaryCommand.js +2 -14
  81. package/dist-es/commands/GetPolicyGenerationCommand.js +2 -14
  82. package/dist-es/commands/GetPolicyGenerationSummaryCommand.js +2 -14
  83. package/dist-es/commands/GetPolicySummaryCommand.js +2 -14
  84. package/dist-es/commands/GetRegistryCommand.js +2 -14
  85. package/dist-es/commands/GetRegistryRecordCommand.js +2 -14
  86. package/dist-es/commands/GetResourcePolicyCommand.js +2 -14
  87. package/dist-es/commands/GetTokenVaultCommand.js +2 -14
  88. package/dist-es/commands/GetWorkloadIdentityCommand.js +2 -14
  89. package/dist-es/commands/ListAgentRuntimeEndpointsCommand.js +2 -14
  90. package/dist-es/commands/ListAgentRuntimeVersionsCommand.js +2 -14
  91. package/dist-es/commands/ListAgentRuntimesCommand.js +2 -14
  92. package/dist-es/commands/ListApiKeyCredentialProvidersCommand.js +2 -14
  93. package/dist-es/commands/ListBrowserProfilesCommand.js +2 -14
  94. package/dist-es/commands/ListBrowsersCommand.js +2 -14
  95. package/dist-es/commands/ListCodeInterpretersCommand.js +2 -14
  96. package/dist-es/commands/ListConfigurationBundleVersionsCommand.js +2 -14
  97. package/dist-es/commands/ListConfigurationBundlesCommand.js +2 -14
  98. package/dist-es/commands/ListDatasetExamplesCommand.js +2 -14
  99. package/dist-es/commands/ListDatasetVersionsCommand.js +2 -14
  100. package/dist-es/commands/ListDatasetsCommand.js +2 -14
  101. package/dist-es/commands/ListEvaluatorsCommand.js +2 -14
  102. package/dist-es/commands/ListGatewayRulesCommand.js +2 -14
  103. package/dist-es/commands/ListGatewayTargetsCommand.js +2 -14
  104. package/dist-es/commands/ListGatewaysCommand.js +2 -14
  105. package/dist-es/commands/ListHarnessEndpointsCommand.js +2 -14
  106. package/dist-es/commands/ListHarnessVersionsCommand.js +2 -14
  107. package/dist-es/commands/ListHarnessesCommand.js +2 -14
  108. package/dist-es/commands/ListMemoriesCommand.js +2 -14
  109. package/dist-es/commands/ListOauth2CredentialProvidersCommand.js +2 -14
  110. package/dist-es/commands/ListOnlineEvaluationConfigsCommand.js +2 -14
  111. package/dist-es/commands/ListPaymentConnectorsCommand.js +2 -14
  112. package/dist-es/commands/ListPaymentCredentialProvidersCommand.js +2 -14
  113. package/dist-es/commands/ListPaymentManagersCommand.js +2 -14
  114. package/dist-es/commands/ListPoliciesCommand.js +2 -14
  115. package/dist-es/commands/ListPolicyEngineSummariesCommand.js +2 -14
  116. package/dist-es/commands/ListPolicyEnginesCommand.js +2 -14
  117. package/dist-es/commands/ListPolicyGenerationAssetsCommand.js +2 -14
  118. package/dist-es/commands/ListPolicyGenerationSummariesCommand.js +2 -14
  119. package/dist-es/commands/ListPolicyGenerationsCommand.js +2 -14
  120. package/dist-es/commands/ListPolicySummariesCommand.js +2 -14
  121. package/dist-es/commands/ListRegistriesCommand.js +2 -14
  122. package/dist-es/commands/ListRegistryRecordsCommand.js +2 -14
  123. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  124. package/dist-es/commands/ListWorkloadIdentitiesCommand.js +2 -14
  125. package/dist-es/commands/PutResourcePolicyCommand.js +2 -14
  126. package/dist-es/commands/SetTokenVaultCMKCommand.js +2 -14
  127. package/dist-es/commands/StartPolicyGenerationCommand.js +2 -14
  128. package/dist-es/commands/SubmitRegistryRecordForApprovalCommand.js +2 -14
  129. package/dist-es/commands/SynchronizeGatewayTargetsCommand.js +2 -14
  130. package/dist-es/commands/TagResourceCommand.js +2 -14
  131. package/dist-es/commands/UntagResourceCommand.js +2 -14
  132. package/dist-es/commands/UpdateAgentRuntimeCommand.js +2 -14
  133. package/dist-es/commands/UpdateAgentRuntimeEndpointCommand.js +2 -14
  134. package/dist-es/commands/UpdateApiKeyCredentialProviderCommand.js +2 -14
  135. package/dist-es/commands/UpdateConfigurationBundleCommand.js +2 -14
  136. package/dist-es/commands/UpdateDatasetCommand.js +2 -14
  137. package/dist-es/commands/UpdateDatasetExamplesCommand.js +2 -14
  138. package/dist-es/commands/UpdateEvaluatorCommand.js +2 -14
  139. package/dist-es/commands/UpdateGatewayCommand.js +2 -14
  140. package/dist-es/commands/UpdateGatewayRuleCommand.js +2 -14
  141. package/dist-es/commands/UpdateGatewayTargetCommand.js +2 -14
  142. package/dist-es/commands/UpdateHarnessCommand.js +2 -14
  143. package/dist-es/commands/UpdateHarnessEndpointCommand.js +2 -14
  144. package/dist-es/commands/UpdateMemoryCommand.js +2 -14
  145. package/dist-es/commands/UpdateOauth2CredentialProviderCommand.js +2 -14
  146. package/dist-es/commands/UpdateOnlineEvaluationConfigCommand.js +2 -14
  147. package/dist-es/commands/UpdatePaymentConnectorCommand.js +2 -14
  148. package/dist-es/commands/UpdatePaymentCredentialProviderCommand.js +2 -14
  149. package/dist-es/commands/UpdatePaymentManagerCommand.js +2 -14
  150. package/dist-es/commands/UpdatePolicyCommand.js +2 -14
  151. package/dist-es/commands/UpdatePolicyEngineCommand.js +2 -14
  152. package/dist-es/commands/UpdateRegistryCommand.js +2 -14
  153. package/dist-es/commands/UpdateRegistryRecordCommand.js +2 -14
  154. package/dist-es/commands/UpdateRegistryRecordStatusCommand.js +2 -14
  155. package/dist-es/commands/UpdateWorkloadIdentityCommand.js +2 -14
  156. package/dist-es/index.js +1 -0
  157. package/dist-es/runtimeConfig.browser.js +0 -2
  158. package/dist-es/runtimeConfig.js +1 -2
  159. package/dist-es/runtimeConfig.native.js +0 -2
  160. package/dist-es/runtimeConfig.shared.js +2 -0
  161. package/dist-types/commandBuilder.d.ts +18 -0
  162. package/dist-types/commands/AddDatasetExamplesCommand.d.ts +3 -8
  163. package/dist-types/commands/CreateAgentRuntimeCommand.d.ts +3 -8
  164. package/dist-types/commands/CreateAgentRuntimeEndpointCommand.d.ts +3 -8
  165. package/dist-types/commands/CreateApiKeyCredentialProviderCommand.d.ts +3 -8
  166. package/dist-types/commands/CreateBrowserCommand.d.ts +3 -8
  167. package/dist-types/commands/CreateBrowserProfileCommand.d.ts +3 -8
  168. package/dist-types/commands/CreateCodeInterpreterCommand.d.ts +3 -8
  169. package/dist-types/commands/CreateConfigurationBundleCommand.d.ts +3 -8
  170. package/dist-types/commands/CreateDatasetCommand.d.ts +3 -8
  171. package/dist-types/commands/CreateDatasetVersionCommand.d.ts +3 -8
  172. package/dist-types/commands/CreateEvaluatorCommand.d.ts +3 -8
  173. package/dist-types/commands/CreateGatewayCommand.d.ts +3 -8
  174. package/dist-types/commands/CreateGatewayRuleCommand.d.ts +3 -8
  175. package/dist-types/commands/CreateGatewayTargetCommand.d.ts +3 -8
  176. package/dist-types/commands/CreateHarnessCommand.d.ts +3 -8
  177. package/dist-types/commands/CreateHarnessEndpointCommand.d.ts +3 -8
  178. package/dist-types/commands/CreateMemoryCommand.d.ts +3 -8
  179. package/dist-types/commands/CreateOauth2CredentialProviderCommand.d.ts +3 -8
  180. package/dist-types/commands/CreateOnlineEvaluationConfigCommand.d.ts +3 -8
  181. package/dist-types/commands/CreatePaymentConnectorCommand.d.ts +3 -8
  182. package/dist-types/commands/CreatePaymentCredentialProviderCommand.d.ts +3 -8
  183. package/dist-types/commands/CreatePaymentManagerCommand.d.ts +3 -8
  184. package/dist-types/commands/CreatePolicyCommand.d.ts +3 -8
  185. package/dist-types/commands/CreatePolicyEngineCommand.d.ts +3 -8
  186. package/dist-types/commands/CreateRegistryCommand.d.ts +3 -8
  187. package/dist-types/commands/CreateRegistryRecordCommand.d.ts +3 -8
  188. package/dist-types/commands/CreateWorkloadIdentityCommand.d.ts +3 -8
  189. package/dist-types/commands/DeleteAgentRuntimeCommand.d.ts +3 -8
  190. package/dist-types/commands/DeleteAgentRuntimeEndpointCommand.d.ts +3 -8
  191. package/dist-types/commands/DeleteApiKeyCredentialProviderCommand.d.ts +3 -8
  192. package/dist-types/commands/DeleteBrowserCommand.d.ts +3 -8
  193. package/dist-types/commands/DeleteBrowserProfileCommand.d.ts +3 -8
  194. package/dist-types/commands/DeleteCodeInterpreterCommand.d.ts +3 -8
  195. package/dist-types/commands/DeleteConfigurationBundleCommand.d.ts +3 -8
  196. package/dist-types/commands/DeleteDatasetCommand.d.ts +3 -8
  197. package/dist-types/commands/DeleteDatasetExamplesCommand.d.ts +3 -8
  198. package/dist-types/commands/DeleteEvaluatorCommand.d.ts +3 -8
  199. package/dist-types/commands/DeleteGatewayCommand.d.ts +3 -8
  200. package/dist-types/commands/DeleteGatewayRuleCommand.d.ts +3 -8
  201. package/dist-types/commands/DeleteGatewayTargetCommand.d.ts +3 -8
  202. package/dist-types/commands/DeleteHarnessCommand.d.ts +3 -8
  203. package/dist-types/commands/DeleteHarnessEndpointCommand.d.ts +3 -8
  204. package/dist-types/commands/DeleteMemoryCommand.d.ts +3 -8
  205. package/dist-types/commands/DeleteOauth2CredentialProviderCommand.d.ts +3 -8
  206. package/dist-types/commands/DeleteOnlineEvaluationConfigCommand.d.ts +3 -8
  207. package/dist-types/commands/DeletePaymentConnectorCommand.d.ts +3 -8
  208. package/dist-types/commands/DeletePaymentCredentialProviderCommand.d.ts +3 -8
  209. package/dist-types/commands/DeletePaymentManagerCommand.d.ts +3 -8
  210. package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
  211. package/dist-types/commands/DeletePolicyEngineCommand.d.ts +3 -8
  212. package/dist-types/commands/DeleteRegistryCommand.d.ts +3 -8
  213. package/dist-types/commands/DeleteRegistryRecordCommand.d.ts +3 -8
  214. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +3 -8
  215. package/dist-types/commands/DeleteWorkloadIdentityCommand.d.ts +3 -8
  216. package/dist-types/commands/GetAgentRuntimeCommand.d.ts +3 -8
  217. package/dist-types/commands/GetAgentRuntimeEndpointCommand.d.ts +3 -8
  218. package/dist-types/commands/GetApiKeyCredentialProviderCommand.d.ts +3 -8
  219. package/dist-types/commands/GetBrowserCommand.d.ts +3 -8
  220. package/dist-types/commands/GetBrowserProfileCommand.d.ts +3 -8
  221. package/dist-types/commands/GetCodeInterpreterCommand.d.ts +3 -8
  222. package/dist-types/commands/GetConfigurationBundleCommand.d.ts +3 -8
  223. package/dist-types/commands/GetConfigurationBundleVersionCommand.d.ts +3 -8
  224. package/dist-types/commands/GetDatasetCommand.d.ts +3 -8
  225. package/dist-types/commands/GetEvaluatorCommand.d.ts +3 -8
  226. package/dist-types/commands/GetGatewayCommand.d.ts +3 -8
  227. package/dist-types/commands/GetGatewayRuleCommand.d.ts +3 -8
  228. package/dist-types/commands/GetGatewayTargetCommand.d.ts +3 -8
  229. package/dist-types/commands/GetHarnessCommand.d.ts +3 -8
  230. package/dist-types/commands/GetHarnessEndpointCommand.d.ts +3 -8
  231. package/dist-types/commands/GetMemoryCommand.d.ts +3 -8
  232. package/dist-types/commands/GetOauth2CredentialProviderCommand.d.ts +3 -8
  233. package/dist-types/commands/GetOnlineEvaluationConfigCommand.d.ts +3 -8
  234. package/dist-types/commands/GetPaymentConnectorCommand.d.ts +3 -8
  235. package/dist-types/commands/GetPaymentCredentialProviderCommand.d.ts +3 -8
  236. package/dist-types/commands/GetPaymentManagerCommand.d.ts +3 -8
  237. package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
  238. package/dist-types/commands/GetPolicyEngineCommand.d.ts +3 -8
  239. package/dist-types/commands/GetPolicyEngineSummaryCommand.d.ts +3 -8
  240. package/dist-types/commands/GetPolicyGenerationCommand.d.ts +3 -8
  241. package/dist-types/commands/GetPolicyGenerationSummaryCommand.d.ts +3 -8
  242. package/dist-types/commands/GetPolicySummaryCommand.d.ts +3 -8
  243. package/dist-types/commands/GetRegistryCommand.d.ts +3 -8
  244. package/dist-types/commands/GetRegistryRecordCommand.d.ts +3 -8
  245. package/dist-types/commands/GetResourcePolicyCommand.d.ts +3 -8
  246. package/dist-types/commands/GetTokenVaultCommand.d.ts +3 -8
  247. package/dist-types/commands/GetWorkloadIdentityCommand.d.ts +3 -8
  248. package/dist-types/commands/ListAgentRuntimeEndpointsCommand.d.ts +3 -8
  249. package/dist-types/commands/ListAgentRuntimeVersionsCommand.d.ts +3 -8
  250. package/dist-types/commands/ListAgentRuntimesCommand.d.ts +3 -8
  251. package/dist-types/commands/ListApiKeyCredentialProvidersCommand.d.ts +3 -8
  252. package/dist-types/commands/ListBrowserProfilesCommand.d.ts +3 -8
  253. package/dist-types/commands/ListBrowsersCommand.d.ts +3 -8
  254. package/dist-types/commands/ListCodeInterpretersCommand.d.ts +3 -8
  255. package/dist-types/commands/ListConfigurationBundleVersionsCommand.d.ts +3 -8
  256. package/dist-types/commands/ListConfigurationBundlesCommand.d.ts +3 -8
  257. package/dist-types/commands/ListDatasetExamplesCommand.d.ts +3 -8
  258. package/dist-types/commands/ListDatasetVersionsCommand.d.ts +3 -8
  259. package/dist-types/commands/ListDatasetsCommand.d.ts +3 -8
  260. package/dist-types/commands/ListEvaluatorsCommand.d.ts +3 -8
  261. package/dist-types/commands/ListGatewayRulesCommand.d.ts +3 -8
  262. package/dist-types/commands/ListGatewayTargetsCommand.d.ts +3 -8
  263. package/dist-types/commands/ListGatewaysCommand.d.ts +3 -8
  264. package/dist-types/commands/ListHarnessEndpointsCommand.d.ts +3 -8
  265. package/dist-types/commands/ListHarnessVersionsCommand.d.ts +3 -8
  266. package/dist-types/commands/ListHarnessesCommand.d.ts +3 -8
  267. package/dist-types/commands/ListMemoriesCommand.d.ts +3 -8
  268. package/dist-types/commands/ListOauth2CredentialProvidersCommand.d.ts +3 -8
  269. package/dist-types/commands/ListOnlineEvaluationConfigsCommand.d.ts +3 -8
  270. package/dist-types/commands/ListPaymentConnectorsCommand.d.ts +3 -8
  271. package/dist-types/commands/ListPaymentCredentialProvidersCommand.d.ts +3 -8
  272. package/dist-types/commands/ListPaymentManagersCommand.d.ts +3 -8
  273. package/dist-types/commands/ListPoliciesCommand.d.ts +3 -8
  274. package/dist-types/commands/ListPolicyEngineSummariesCommand.d.ts +3 -8
  275. package/dist-types/commands/ListPolicyEnginesCommand.d.ts +3 -8
  276. package/dist-types/commands/ListPolicyGenerationAssetsCommand.d.ts +3 -8
  277. package/dist-types/commands/ListPolicyGenerationSummariesCommand.d.ts +3 -8
  278. package/dist-types/commands/ListPolicyGenerationsCommand.d.ts +3 -8
  279. package/dist-types/commands/ListPolicySummariesCommand.d.ts +3 -8
  280. package/dist-types/commands/ListRegistriesCommand.d.ts +3 -8
  281. package/dist-types/commands/ListRegistryRecordsCommand.d.ts +3 -8
  282. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  283. package/dist-types/commands/ListWorkloadIdentitiesCommand.d.ts +3 -8
  284. package/dist-types/commands/PutResourcePolicyCommand.d.ts +3 -8
  285. package/dist-types/commands/SetTokenVaultCMKCommand.d.ts +3 -8
  286. package/dist-types/commands/StartPolicyGenerationCommand.d.ts +3 -8
  287. package/dist-types/commands/SubmitRegistryRecordForApprovalCommand.d.ts +3 -8
  288. package/dist-types/commands/SynchronizeGatewayTargetsCommand.d.ts +3 -8
  289. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  290. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  291. package/dist-types/commands/UpdateAgentRuntimeCommand.d.ts +3 -8
  292. package/dist-types/commands/UpdateAgentRuntimeEndpointCommand.d.ts +3 -8
  293. package/dist-types/commands/UpdateApiKeyCredentialProviderCommand.d.ts +3 -8
  294. package/dist-types/commands/UpdateConfigurationBundleCommand.d.ts +3 -8
  295. package/dist-types/commands/UpdateDatasetCommand.d.ts +3 -8
  296. package/dist-types/commands/UpdateDatasetExamplesCommand.d.ts +3 -8
  297. package/dist-types/commands/UpdateEvaluatorCommand.d.ts +3 -8
  298. package/dist-types/commands/UpdateGatewayCommand.d.ts +3 -8
  299. package/dist-types/commands/UpdateGatewayRuleCommand.d.ts +3 -8
  300. package/dist-types/commands/UpdateGatewayTargetCommand.d.ts +3 -8
  301. package/dist-types/commands/UpdateHarnessCommand.d.ts +3 -8
  302. package/dist-types/commands/UpdateHarnessEndpointCommand.d.ts +3 -8
  303. package/dist-types/commands/UpdateMemoryCommand.d.ts +3 -8
  304. package/dist-types/commands/UpdateOauth2CredentialProviderCommand.d.ts +3 -8
  305. package/dist-types/commands/UpdateOnlineEvaluationConfigCommand.d.ts +3 -8
  306. package/dist-types/commands/UpdatePaymentConnectorCommand.d.ts +3 -8
  307. package/dist-types/commands/UpdatePaymentCredentialProviderCommand.d.ts +3 -8
  308. package/dist-types/commands/UpdatePaymentManagerCommand.d.ts +3 -8
  309. package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -8
  310. package/dist-types/commands/UpdatePolicyEngineCommand.d.ts +3 -8
  311. package/dist-types/commands/UpdateRegistryCommand.d.ts +3 -8
  312. package/dist-types/commands/UpdateRegistryRecordCommand.d.ts +3 -8
  313. package/dist-types/commands/UpdateRegistryRecordStatusCommand.d.ts +3 -8
  314. package/dist-types/commands/UpdateWorkloadIdentityCommand.d.ts +3 -8
  315. package/dist-types/index.d.ts +1 -0
  316. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  317. package/dist-types/runtimeConfig.d.ts +1 -1
  318. package/dist-types/runtimeConfig.native.d.ts +1 -1
  319. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  320. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  321. package/dist-types/ts3.4/commands/AddDatasetExamplesCommand.d.ts +7 -16
  322. package/dist-types/ts3.4/commands/CreateAgentRuntimeCommand.d.ts +7 -16
  323. package/dist-types/ts3.4/commands/CreateAgentRuntimeEndpointCommand.d.ts +7 -16
  324. package/dist-types/ts3.4/commands/CreateApiKeyCredentialProviderCommand.d.ts +7 -16
  325. package/dist-types/ts3.4/commands/CreateBrowserCommand.d.ts +7 -16
  326. package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +7 -16
  327. package/dist-types/ts3.4/commands/CreateCodeInterpreterCommand.d.ts +7 -16
  328. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +7 -16
  329. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +7 -16
  330. package/dist-types/ts3.4/commands/CreateDatasetVersionCommand.d.ts +7 -16
  331. package/dist-types/ts3.4/commands/CreateEvaluatorCommand.d.ts +7 -16
  332. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +7 -16
  333. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +7 -16
  334. package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +7 -16
  335. package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +7 -16
  336. package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +7 -16
  337. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +7 -16
  338. package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +7 -16
  339. package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +7 -16
  340. package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +7 -16
  341. package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +7 -16
  342. package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +7 -16
  343. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +7 -16
  344. package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +7 -16
  345. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +7 -16
  346. package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +7 -16
  347. package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +7 -16
  348. package/dist-types/ts3.4/commands/DeleteAgentRuntimeCommand.d.ts +7 -16
  349. package/dist-types/ts3.4/commands/DeleteAgentRuntimeEndpointCommand.d.ts +7 -16
  350. package/dist-types/ts3.4/commands/DeleteApiKeyCredentialProviderCommand.d.ts +7 -16
  351. package/dist-types/ts3.4/commands/DeleteBrowserCommand.d.ts +7 -16
  352. package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +7 -16
  353. package/dist-types/ts3.4/commands/DeleteCodeInterpreterCommand.d.ts +7 -16
  354. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +7 -16
  355. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +7 -16
  356. package/dist-types/ts3.4/commands/DeleteDatasetExamplesCommand.d.ts +7 -16
  357. package/dist-types/ts3.4/commands/DeleteEvaluatorCommand.d.ts +7 -16
  358. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +7 -16
  359. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +7 -16
  360. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +7 -16
  361. package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +7 -16
  362. package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +7 -16
  363. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +7 -16
  364. package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +7 -16
  365. package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +7 -16
  366. package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +7 -16
  367. package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +7 -16
  368. package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +7 -16
  369. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
  370. package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +7 -16
  371. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +7 -16
  372. package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +7 -16
  373. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +7 -16
  374. package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +7 -16
  375. package/dist-types/ts3.4/commands/GetAgentRuntimeCommand.d.ts +7 -16
  376. package/dist-types/ts3.4/commands/GetAgentRuntimeEndpointCommand.d.ts +7 -16
  377. package/dist-types/ts3.4/commands/GetApiKeyCredentialProviderCommand.d.ts +7 -16
  378. package/dist-types/ts3.4/commands/GetBrowserCommand.d.ts +7 -16
  379. package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +7 -16
  380. package/dist-types/ts3.4/commands/GetCodeInterpreterCommand.d.ts +7 -16
  381. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +7 -16
  382. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +7 -16
  383. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +7 -16
  384. package/dist-types/ts3.4/commands/GetEvaluatorCommand.d.ts +7 -16
  385. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +7 -16
  386. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +7 -16
  387. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +7 -16
  388. package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +7 -16
  389. package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +7 -16
  390. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +7 -16
  391. package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +7 -16
  392. package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +7 -16
  393. package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +7 -16
  394. package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +7 -16
  395. package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +7 -16
  396. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
  397. package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +7 -16
  398. package/dist-types/ts3.4/commands/GetPolicyEngineSummaryCommand.d.ts +7 -16
  399. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +7 -16
  400. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +7 -16
  401. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +7 -16
  402. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +7 -16
  403. package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +7 -16
  404. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +7 -16
  405. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +7 -16
  406. package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +7 -16
  407. package/dist-types/ts3.4/commands/ListAgentRuntimeEndpointsCommand.d.ts +7 -16
  408. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsCommand.d.ts +7 -16
  409. package/dist-types/ts3.4/commands/ListAgentRuntimesCommand.d.ts +7 -16
  410. package/dist-types/ts3.4/commands/ListApiKeyCredentialProvidersCommand.d.ts +7 -16
  411. package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +7 -16
  412. package/dist-types/ts3.4/commands/ListBrowsersCommand.d.ts +7 -16
  413. package/dist-types/ts3.4/commands/ListCodeInterpretersCommand.d.ts +7 -16
  414. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +7 -16
  415. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +7 -16
  416. package/dist-types/ts3.4/commands/ListDatasetExamplesCommand.d.ts +7 -16
  417. package/dist-types/ts3.4/commands/ListDatasetVersionsCommand.d.ts +7 -16
  418. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +7 -16
  419. package/dist-types/ts3.4/commands/ListEvaluatorsCommand.d.ts +7 -16
  420. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +7 -16
  421. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +7 -16
  422. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +7 -16
  423. package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +7 -16
  424. package/dist-types/ts3.4/commands/ListHarnessVersionsCommand.d.ts +7 -16
  425. package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +7 -16
  426. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +7 -16
  427. package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +7 -16
  428. package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +7 -16
  429. package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +7 -16
  430. package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +7 -16
  431. package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +7 -16
  432. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +7 -16
  433. package/dist-types/ts3.4/commands/ListPolicyEngineSummariesCommand.d.ts +7 -16
  434. package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +7 -16
  435. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +7 -16
  436. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +7 -16
  437. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +7 -16
  438. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +7 -16
  439. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +7 -16
  440. package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +7 -16
  441. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  442. package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +7 -16
  443. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +7 -16
  444. package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +7 -16
  445. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +7 -16
  446. package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +7 -16
  447. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +7 -16
  448. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  449. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  450. package/dist-types/ts3.4/commands/UpdateAgentRuntimeCommand.d.ts +7 -16
  451. package/dist-types/ts3.4/commands/UpdateAgentRuntimeEndpointCommand.d.ts +7 -16
  452. package/dist-types/ts3.4/commands/UpdateApiKeyCredentialProviderCommand.d.ts +7 -16
  453. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +7 -16
  454. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +7 -16
  455. package/dist-types/ts3.4/commands/UpdateDatasetExamplesCommand.d.ts +7 -16
  456. package/dist-types/ts3.4/commands/UpdateEvaluatorCommand.d.ts +7 -16
  457. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +7 -16
  458. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +7 -16
  459. package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +7 -16
  460. package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +7 -16
  461. package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +7 -16
  462. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +7 -16
  463. package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +7 -16
  464. package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +7 -16
  465. package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +7 -16
  466. package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +7 -16
  467. package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +7 -16
  468. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +7 -16
  469. package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +7 -16
  470. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +7 -16
  471. package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +7 -16
  472. package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +7 -16
  473. package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +7 -16
  474. package/dist-types/ts3.4/index.d.ts +1 -0
  475. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  476. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  477. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  478. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  479. package/package.json +8 -10
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AmazonBedrockAgentCoreControl",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "Bedrock AgentCore Control",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./BedrockAgentCoreControlClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { AddDatasetExamplesRequest, AddDatasetExamplesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AddDatasetExamplesCommandInput extends AddDatasetExamplesReques
22
19
  export interface AddDatasetExamplesCommandOutput extends AddDatasetExamplesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AddDatasetExamplesCommand_base: {
25
- new (input: AddDatasetExamplesCommandInput): import("@smithy/core/client").CommandImpl<AddDatasetExamplesCommandInput, AddDatasetExamplesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddDatasetExamplesCommandInput): import("@smithy/core/client").CommandImpl<AddDatasetExamplesCommandInput, AddDatasetExamplesCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddDatasetExamplesCommandInput): import("@smithy/core/client").CommandImpl<AddDatasetExamplesCommandInput, AddDatasetExamplesCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddDatasetExamplesCommandInput): import("@smithy/core/client").CommandImpl<AddDatasetExamplesCommandInput, AddDatasetExamplesCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Adds examples to the dataset's DRAFT. All examples are validated against the dataset's schema type before any writes occur. If any example fails validation, the entire batch is rejected (all-or-nothing semantics). </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateAgentRuntimeRequest, CreateAgentRuntimeResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAgentRuntimeCommandInput extends CreateAgentRuntimeReques
22
19
  export interface CreateAgentRuntimeCommandOutput extends CreateAgentRuntimeResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAgentRuntimeCommand_base: {
25
- new (input: CreateAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAgentRuntimeCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeCommandInput, CreateAgentRuntimeCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an Amazon Bedrock AgentCore Runtime.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateAgentRuntimeEndpointRequest, CreateAgentRuntimeEndpointResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAgentRuntimeEndpointCommandInput extends CreateAgentRunti
22
19
  export interface CreateAgentRuntimeEndpointCommandOutput extends CreateAgentRuntimeEndpointResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAgentRuntimeEndpointCommand_base: {
25
- new (input: CreateAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAgentRuntimeEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateAgentRuntimeEndpointCommandInput, CreateAgentRuntimeEndpointCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an AgentCore Runtime endpoint.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateApiKeyCredentialProviderRequest, CreateApiKeyCredentialProviderResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateApiKeyCredentialProviderCommandInput extends CreateApiKey
22
19
  export interface CreateApiKeyCredentialProviderCommandOutput extends CreateApiKeyCredentialProviderResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateApiKeyCredentialProviderCommand_base: {
25
- new (input: CreateApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateApiKeyCredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateApiKeyCredentialProviderCommandInput, CreateApiKeyCredentialProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new API key credential provider.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateBrowserRequest, CreateBrowserResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateBrowserCommandInput extends CreateBrowserRequest {
22
19
  export interface CreateBrowserCommandOutput extends CreateBrowserResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateBrowserCommand_base: {
25
- new (input: CreateBrowserCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserCommandInput, CreateBrowserCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBrowserCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserCommandInput, CreateBrowserCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateBrowserCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserCommandInput, CreateBrowserCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateBrowserCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserCommandInput, CreateBrowserCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a custom browser.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateBrowserProfileRequest, CreateBrowserProfileResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateBrowserProfileCommandInput extends CreateBrowserProfileRe
22
19
  export interface CreateBrowserProfileCommandOutput extends CreateBrowserProfileResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateBrowserProfileCommand_base: {
25
- new (input: CreateBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateBrowserProfileCommandInput): import("@smithy/core/client").CommandImpl<CreateBrowserProfileCommandInput, CreateBrowserProfileCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a browser profile in Amazon Bedrock AgentCore. A browser profile stores persistent browser data such as cookies, local storage, session storage, and browsing history that can be saved from browser sessions and reused in subsequent sessions.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateCodeInterpreterRequest, CreateCodeInterpreterResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateCodeInterpreterCommandInput extends CreateCodeInterpreter
22
19
  export interface CreateCodeInterpreterCommandOutput extends CreateCodeInterpreterResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateCodeInterpreterCommand_base: {
25
- new (input: CreateCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateCodeInterpreterCommandInput): import("@smithy/core/client").CommandImpl<CreateCodeInterpreterCommandInput, CreateCodeInterpreterCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a custom code interpreter.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateConfigurationBundleRequest, CreateConfigurationBundleResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateConfigurationBundleCommandInput extends CreateConfigurati
22
19
  export interface CreateConfigurationBundleCommandOutput extends CreateConfigurationBundleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateConfigurationBundleCommand_base: {
25
- new (input: CreateConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationBundleCommandInput, CreateConfigurationBundleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationBundleCommandInput, CreateConfigurationBundleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationBundleCommandInput, CreateConfigurationBundleCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateConfigurationBundleCommandInput): import("@smithy/core/client").CommandImpl<CreateConfigurationBundleCommandInput, CreateConfigurationBundleCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new configuration bundle resource. A configuration bundle stores versioned component configurations for agent evaluation workflows.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDatasetCommandInput extends CreateDatasetRequest {
22
19
  export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDatasetCommand_base: {
25
- new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDatasetCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetCommandInput, CreateDatasetCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a new dataset resource asynchronously. Returns immediately with status CREATING. Poll <code>GetDataset</code> until status transitions to ACTIVE or CREATE_FAILED. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateDatasetVersionRequest, CreateDatasetVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateDatasetVersionCommandInput extends CreateDatasetVersionRe
22
19
  export interface CreateDatasetVersionCommandOutput extends CreateDatasetVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateDatasetVersionCommand_base: {
25
- new (input: CreateDatasetVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetVersionCommandInput, CreateDatasetVersionCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateDatasetVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetVersionCommandInput, CreateDatasetVersionCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateDatasetVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetVersionCommandInput, CreateDatasetVersionCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateDatasetVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateDatasetVersionCommandInput, CreateDatasetVersionCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Publishes the current DRAFT as a new numbered version. The DRAFT is preserved and remains editable after publishing. Returns immediately with status UPDATING. Poll <code>GetDataset</code> until status transitions to ACTIVE or UPDATE_FAILED. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateEvaluatorRequest, CreateEvaluatorResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateEvaluatorCommandInput extends CreateEvaluatorRequest {
22
19
  export interface CreateEvaluatorCommandOutput extends CreateEvaluatorResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateEvaluatorCommand_base: {
25
- new (input: CreateEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateEvaluatorCommandInput): import("@smithy/core/client").CommandImpl<CreateEvaluatorCommandInput, CreateEvaluatorCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates a custom evaluator for agent quality assessment. Custom evaluators can use either LLM-as-a-Judge configurations with user-defined prompts, rating scales, and model settings, or code-based configurations with customer-managed Lambda functions to evaluate agent performance at tool call, trace, or session levels. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateGatewayCommandInput extends CreateGatewayRequest {
22
19
  export interface CreateGatewayCommandOutput extends CreateGatewayResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateGatewayCommand_base: {
25
- new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateGatewayCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayCommandInput, CreateGatewayCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a gateway for Amazon Bedrock Agent. A gateway serves as an integration point between your agent and external services.</p> <p>If you specify <code>CUSTOM_JWT</code> as the <code>authorizerType</code>, you must provide an <code>authorizerConfiguration</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateGatewayRuleRequest, CreateGatewayRuleResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateGatewayRuleCommandInput extends CreateGatewayRuleRequest
22
19
  export interface CreateGatewayRuleCommandOutput extends CreateGatewayRuleResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateGatewayRuleCommand_base: {
25
- new (input: CreateGatewayRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayRuleCommandInput, CreateGatewayRuleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGatewayRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayRuleCommandInput, CreateGatewayRuleCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateGatewayRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayRuleCommandInput, CreateGatewayRuleCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateGatewayRuleCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayRuleCommandInput, CreateGatewayRuleCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a rule for a gateway. Rules define conditions and actions that control how requests are routed and processed through the gateway, including principal-based access control and path-based routing.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateGatewayTargetRequest, CreateGatewayTargetResponse } from "../models/models_2";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateGatewayTargetCommandInput extends CreateGatewayTargetRequ
22
19
  export interface CreateGatewayTargetCommandOutput extends CreateGatewayTargetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateGatewayTargetCommand_base: {
25
- new (input: CreateGatewayTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateGatewayTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateGatewayTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateGatewayTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateGatewayTargetCommandInput, CreateGatewayTargetCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a target for a gateway. A target defines an endpoint that the gateway can connect to.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateHarnessRequest, CreateHarnessResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateHarnessCommandInput extends CreateHarnessRequest {
22
19
  export interface CreateHarnessCommandOutput extends CreateHarnessResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateHarnessCommand_base: {
25
- new (input: CreateHarnessCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessCommandInput, CreateHarnessCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateHarnessCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessCommandInput, CreateHarnessCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateHarnessCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessCommandInput, CreateHarnessCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateHarnessCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessCommandInput, CreateHarnessCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Operation to create a harness.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateHarnessEndpointRequest, CreateHarnessEndpointResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateHarnessEndpointCommandInput extends CreateHarnessEndpoint
22
19
  export interface CreateHarnessEndpointCommandOutput extends CreateHarnessEndpointResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateHarnessEndpointCommand_base: {
25
- new (input: CreateHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessEndpointCommandInput, CreateHarnessEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessEndpointCommandInput, CreateHarnessEndpointCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessEndpointCommandInput, CreateHarnessEndpointCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateHarnessEndpointCommandInput): import("@smithy/core/client").CommandImpl<CreateHarnessEndpointCommandInput, CreateHarnessEndpointCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Operation to create a harness endpoint.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateMemoryInput, CreateMemoryOutput } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMemoryCommandInput extends CreateMemoryInput {
22
19
  export interface CreateMemoryCommandOutput extends CreateMemoryOutput, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMemoryCommand_base: {
25
- new (input: CreateMemoryCommandInput): import("@smithy/core/client").CommandImpl<CreateMemoryCommandInput, CreateMemoryCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMemoryCommandInput): import("@smithy/core/client").CommandImpl<CreateMemoryCommandInput, CreateMemoryCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMemoryCommandInput): import("@smithy/core/client").CommandImpl<CreateMemoryCommandInput, CreateMemoryCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMemoryCommandInput): import("@smithy/core/client").CommandImpl<CreateMemoryCommandInput, CreateMemoryCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new Amazon Bedrock AgentCore Memory resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateOauth2CredentialProviderRequest, CreateOauth2CredentialProviderResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateOauth2CredentialProviderCommandInput extends CreateOauth2
22
19
  export interface CreateOauth2CredentialProviderCommandOutput extends CreateOauth2CredentialProviderResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateOauth2CredentialProviderCommand_base: {
25
- new (input: CreateOauth2CredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateOauth2CredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateOauth2CredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateOauth2CredentialProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateOauth2CredentialProviderCommandInput, CreateOauth2CredentialProviderCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new OAuth2 credential provider.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../BedrockAgentCoreControlClient";
4
2
  import type { CreateOnlineEvaluationConfigRequest, CreateOnlineEvaluationConfigResponse } from "../models/models_1";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateOnlineEvaluationConfigCommandInput extends CreateOnlineEv
22
19
  export interface CreateOnlineEvaluationConfigCommandOutput extends CreateOnlineEvaluationConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateOnlineEvaluationConfigCommand_base: {
25
- new (input: CreateOnlineEvaluationConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateOnlineEvaluationConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput, BedrockAgentCoreControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateOnlineEvaluationConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateOnlineEvaluationConfigCommandInput): import("@smithy/core/client").CommandImpl<CreateOnlineEvaluationConfigCommandInput, CreateOnlineEvaluationConfigCommandOutput, import("..").BedrockAgentCoreControlClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Creates an online evaluation configuration for continuous monitoring of agent performance. Online evaluation automatically samples live traffic from CloudWatch logs at specified rates and applies evaluators to assess agent quality in production. </p>