@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
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException: ServiceException$1, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultBedrockAgentCoreControlHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -6083,6 +6085,7 @@ const getRuntimeConfig$1 = (config) => {
6083
6085
  serviceTarget: "AmazonBedrockAgentCoreControl",
6084
6086
  },
6085
6087
  serviceId: config?.serviceId ?? "Bedrock AgentCore Control",
6088
+ sha256: config?.sha256 ?? Sha256,
6086
6089
  urlParser: config?.urlParser ?? parseUrl,
6087
6090
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
6088
6091
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -6116,7 +6119,6 @@ const getRuntimeConfig = (config) => {
6116
6119
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
6117
6120
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
6118
6121
  }, config),
6119
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
6120
6122
  streamCollector: config?.streamCollector ?? streamCollector,
6121
6123
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
6122
6124
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -6204,1840 +6206,467 @@ class BedrockAgentCoreControlClient extends Client {
6204
6206
  }
6205
6207
  }
6206
6208
 
6207
- class AddDatasetExamplesCommand extends Command
6208
- .classBuilder()
6209
- .ep(commonParams)
6210
- .m(function (Command, cs, config, o) {
6211
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6212
- })
6213
- .s("AmazonBedrockAgentCoreControl", "AddDatasetExamples", {})
6214
- .n("BedrockAgentCoreControlClient", "AddDatasetExamplesCommand")
6215
- .sc(AddDatasetExamples$)
6216
- .build() {
6217
- }
6218
-
6219
- class CreateAgentRuntimeCommand extends Command
6220
- .classBuilder()
6221
- .ep(commonParams)
6222
- .m(function (Command, cs, config, o) {
6223
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6224
- })
6225
- .s("AmazonBedrockAgentCoreControl", "CreateAgentRuntime", {})
6226
- .n("BedrockAgentCoreControlClient", "CreateAgentRuntimeCommand")
6227
- .sc(CreateAgentRuntime$)
6228
- .build() {
6229
- }
6230
-
6231
- class CreateAgentRuntimeEndpointCommand extends Command
6232
- .classBuilder()
6233
- .ep(commonParams)
6234
- .m(function (Command, cs, config, o) {
6235
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6236
- })
6237
- .s("AmazonBedrockAgentCoreControl", "CreateAgentRuntimeEndpoint", {})
6238
- .n("BedrockAgentCoreControlClient", "CreateAgentRuntimeEndpointCommand")
6239
- .sc(CreateAgentRuntimeEndpoint$)
6240
- .build() {
6241
- }
6242
-
6243
- class CreateApiKeyCredentialProviderCommand extends Command
6244
- .classBuilder()
6245
- .ep(commonParams)
6246
- .m(function (Command, cs, config, o) {
6247
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6248
- })
6249
- .s("AmazonBedrockAgentCoreControl", "CreateApiKeyCredentialProvider", {})
6250
- .n("BedrockAgentCoreControlClient", "CreateApiKeyCredentialProviderCommand")
6251
- .sc(CreateApiKeyCredentialProvider$)
6252
- .build() {
6253
- }
6254
-
6255
- class CreateBrowserCommand extends Command
6256
- .classBuilder()
6257
- .ep(commonParams)
6258
- .m(function (Command, cs, config, o) {
6259
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6260
- })
6261
- .s("AmazonBedrockAgentCoreControl", "CreateBrowser", {})
6262
- .n("BedrockAgentCoreControlClient", "CreateBrowserCommand")
6263
- .sc(CreateBrowser$)
6264
- .build() {
6265
- }
6266
-
6267
- class CreateBrowserProfileCommand extends Command
6268
- .classBuilder()
6269
- .ep(commonParams)
6270
- .m(function (Command, cs, config, o) {
6271
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6272
- })
6273
- .s("AmazonBedrockAgentCoreControl", "CreateBrowserProfile", {})
6274
- .n("BedrockAgentCoreControlClient", "CreateBrowserProfileCommand")
6275
- .sc(CreateBrowserProfile$)
6276
- .build() {
6277
- }
6278
-
6279
- class CreateCodeInterpreterCommand extends Command
6280
- .classBuilder()
6281
- .ep(commonParams)
6282
- .m(function (Command, cs, config, o) {
6283
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6284
- })
6285
- .s("AmazonBedrockAgentCoreControl", "CreateCodeInterpreter", {})
6286
- .n("BedrockAgentCoreControlClient", "CreateCodeInterpreterCommand")
6287
- .sc(CreateCodeInterpreter$)
6288
- .build() {
6289
- }
6290
-
6291
- class CreateConfigurationBundleCommand extends Command
6292
- .classBuilder()
6293
- .ep(commonParams)
6294
- .m(function (Command, cs, config, o) {
6295
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6296
- })
6297
- .s("AmazonBedrockAgentCoreControl", "CreateConfigurationBundle", {})
6298
- .n("BedrockAgentCoreControlClient", "CreateConfigurationBundleCommand")
6299
- .sc(CreateConfigurationBundle$)
6300
- .build() {
6301
- }
6302
-
6303
- class CreateDatasetCommand extends Command
6304
- .classBuilder()
6305
- .ep(commonParams)
6306
- .m(function (Command, cs, config, o) {
6307
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6308
- })
6309
- .s("AmazonBedrockAgentCoreControl", "CreateDataset", {})
6310
- .n("BedrockAgentCoreControlClient", "CreateDatasetCommand")
6311
- .sc(CreateDataset$)
6312
- .build() {
6313
- }
6314
-
6315
- class CreateDatasetVersionCommand extends Command
6316
- .classBuilder()
6317
- .ep(commonParams)
6318
- .m(function (Command, cs, config, o) {
6319
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6320
- })
6321
- .s("AmazonBedrockAgentCoreControl", "CreateDatasetVersion", {})
6322
- .n("BedrockAgentCoreControlClient", "CreateDatasetVersionCommand")
6323
- .sc(CreateDatasetVersion$)
6324
- .build() {
6325
- }
6326
-
6327
- class CreateEvaluatorCommand extends Command
6328
- .classBuilder()
6329
- .ep(commonParams)
6330
- .m(function (Command, cs, config, o) {
6331
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6332
- })
6333
- .s("AmazonBedrockAgentCoreControl", "CreateEvaluator", {})
6334
- .n("BedrockAgentCoreControlClient", "CreateEvaluatorCommand")
6335
- .sc(CreateEvaluator$)
6336
- .build() {
6337
- }
6338
-
6339
- class CreateGatewayCommand extends Command
6340
- .classBuilder()
6341
- .ep(commonParams)
6342
- .m(function (Command, cs, config, o) {
6343
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6344
- })
6345
- .s("AmazonBedrockAgentCoreControl", "CreateGateway", {})
6346
- .n("BedrockAgentCoreControlClient", "CreateGatewayCommand")
6347
- .sc(CreateGateway$)
6348
- .build() {
6349
- }
6350
-
6351
- class CreateGatewayRuleCommand extends Command
6352
- .classBuilder()
6353
- .ep(commonParams)
6354
- .m(function (Command, cs, config, o) {
6355
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6356
- })
6357
- .s("AmazonBedrockAgentCoreControl", "CreateGatewayRule", {})
6358
- .n("BedrockAgentCoreControlClient", "CreateGatewayRuleCommand")
6359
- .sc(CreateGatewayRule$)
6360
- .build() {
6361
- }
6362
-
6363
- class CreateGatewayTargetCommand extends Command
6364
- .classBuilder()
6365
- .ep(commonParams)
6366
- .m(function (Command, cs, config, o) {
6367
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6368
- })
6369
- .s("AmazonBedrockAgentCoreControl", "CreateGatewayTarget", {})
6370
- .n("BedrockAgentCoreControlClient", "CreateGatewayTargetCommand")
6371
- .sc(CreateGatewayTarget$)
6372
- .build() {
6373
- }
6374
-
6375
- class CreateHarnessCommand extends Command
6376
- .classBuilder()
6377
- .ep(commonParams)
6378
- .m(function (Command, cs, config, o) {
6379
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6380
- })
6381
- .s("AmazonBedrockAgentCoreControl", "CreateHarness", {})
6382
- .n("BedrockAgentCoreControlClient", "CreateHarnessCommand")
6383
- .sc(CreateHarness$)
6384
- .build() {
6385
- }
6386
-
6387
- class CreateHarnessEndpointCommand extends Command
6388
- .classBuilder()
6389
- .ep(commonParams)
6390
- .m(function (Command, cs, config, o) {
6391
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6392
- })
6393
- .s("AmazonBedrockAgentCoreControl", "CreateHarnessEndpoint", {})
6394
- .n("BedrockAgentCoreControlClient", "CreateHarnessEndpointCommand")
6395
- .sc(CreateHarnessEndpoint$)
6396
- .build() {
6397
- }
6398
-
6399
- class CreateMemoryCommand extends Command
6400
- .classBuilder()
6401
- .ep(commonParams)
6402
- .m(function (Command, cs, config, o) {
6403
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6404
- })
6405
- .s("AmazonBedrockAgentCoreControl", "CreateMemory", {})
6406
- .n("BedrockAgentCoreControlClient", "CreateMemoryCommand")
6407
- .sc(CreateMemory$)
6408
- .build() {
6409
- }
6410
-
6411
- class CreateOauth2CredentialProviderCommand extends Command
6412
- .classBuilder()
6413
- .ep(commonParams)
6414
- .m(function (Command, cs, config, o) {
6415
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6416
- })
6417
- .s("AmazonBedrockAgentCoreControl", "CreateOauth2CredentialProvider", {})
6418
- .n("BedrockAgentCoreControlClient", "CreateOauth2CredentialProviderCommand")
6419
- .sc(CreateOauth2CredentialProvider$)
6420
- .build() {
6421
- }
6422
-
6423
- class CreateOnlineEvaluationConfigCommand extends Command
6424
- .classBuilder()
6425
- .ep(commonParams)
6426
- .m(function (Command, cs, config, o) {
6427
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6428
- })
6429
- .s("AmazonBedrockAgentCoreControl", "CreateOnlineEvaluationConfig", {})
6430
- .n("BedrockAgentCoreControlClient", "CreateOnlineEvaluationConfigCommand")
6431
- .sc(CreateOnlineEvaluationConfig$)
6432
- .build() {
6433
- }
6434
-
6435
- class CreatePaymentConnectorCommand extends Command
6436
- .classBuilder()
6437
- .ep(commonParams)
6438
- .m(function (Command, cs, config, o) {
6439
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6440
- })
6441
- .s("AmazonBedrockAgentCoreControl", "CreatePaymentConnector", {})
6442
- .n("BedrockAgentCoreControlClient", "CreatePaymentConnectorCommand")
6443
- .sc(CreatePaymentConnector$)
6444
- .build() {
6445
- }
6446
-
6447
- class CreatePaymentCredentialProviderCommand extends Command
6448
- .classBuilder()
6449
- .ep(commonParams)
6450
- .m(function (Command, cs, config, o) {
6451
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6452
- })
6453
- .s("AmazonBedrockAgentCoreControl", "CreatePaymentCredentialProvider", {})
6454
- .n("BedrockAgentCoreControlClient", "CreatePaymentCredentialProviderCommand")
6455
- .sc(CreatePaymentCredentialProvider$)
6456
- .build() {
6457
- }
6458
-
6459
- class CreatePaymentManagerCommand extends Command
6460
- .classBuilder()
6461
- .ep(commonParams)
6462
- .m(function (Command, cs, config, o) {
6463
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6464
- })
6465
- .s("AmazonBedrockAgentCoreControl", "CreatePaymentManager", {})
6466
- .n("BedrockAgentCoreControlClient", "CreatePaymentManagerCommand")
6467
- .sc(CreatePaymentManager$)
6468
- .build() {
6469
- }
6470
-
6471
- class CreatePolicyCommand extends Command
6472
- .classBuilder()
6473
- .ep(commonParams)
6474
- .m(function (Command, cs, config, o) {
6475
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6476
- })
6477
- .s("AmazonBedrockAgentCoreControl", "CreatePolicy", {})
6478
- .n("BedrockAgentCoreControlClient", "CreatePolicyCommand")
6479
- .sc(CreatePolicy$)
6480
- .build() {
6481
- }
6482
-
6483
- class CreatePolicyEngineCommand extends Command
6484
- .classBuilder()
6485
- .ep(commonParams)
6486
- .m(function (Command, cs, config, o) {
6487
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6488
- })
6489
- .s("AmazonBedrockAgentCoreControl", "CreatePolicyEngine", {})
6490
- .n("BedrockAgentCoreControlClient", "CreatePolicyEngineCommand")
6491
- .sc(CreatePolicyEngine$)
6492
- .build() {
6493
- }
6494
-
6495
- class CreateRegistryCommand extends Command
6496
- .classBuilder()
6497
- .ep(commonParams)
6498
- .m(function (Command, cs, config, o) {
6499
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6500
- })
6501
- .s("AmazonBedrockAgentCoreControl", "CreateRegistry", {})
6502
- .n("BedrockAgentCoreControlClient", "CreateRegistryCommand")
6503
- .sc(CreateRegistry$)
6504
- .build() {
6505
- }
6506
-
6507
- class CreateRegistryRecordCommand extends Command
6508
- .classBuilder()
6509
- .ep(commonParams)
6510
- .m(function (Command, cs, config, o) {
6511
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6512
- })
6513
- .s("AmazonBedrockAgentCoreControl", "CreateRegistryRecord", {})
6514
- .n("BedrockAgentCoreControlClient", "CreateRegistryRecordCommand")
6515
- .sc(CreateRegistryRecord$)
6516
- .build() {
6517
- }
6518
-
6519
- class CreateWorkloadIdentityCommand extends Command
6520
- .classBuilder()
6521
- .ep(commonParams)
6522
- .m(function (Command, cs, config, o) {
6523
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6524
- })
6525
- .s("AmazonBedrockAgentCoreControl", "CreateWorkloadIdentity", {})
6526
- .n("BedrockAgentCoreControlClient", "CreateWorkloadIdentityCommand")
6527
- .sc(CreateWorkloadIdentity$)
6528
- .build() {
6529
- }
6530
-
6531
- class DeleteAgentRuntimeCommand extends Command
6532
- .classBuilder()
6533
- .ep(commonParams)
6534
- .m(function (Command, cs, config, o) {
6535
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6536
- })
6537
- .s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntime", {})
6538
- .n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeCommand")
6539
- .sc(DeleteAgentRuntime$)
6540
- .build() {
6541
- }
6542
-
6543
- class DeleteAgentRuntimeEndpointCommand extends Command
6544
- .classBuilder()
6545
- .ep(commonParams)
6546
- .m(function (Command, cs, config, o) {
6547
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6548
- })
6549
- .s("AmazonBedrockAgentCoreControl", "DeleteAgentRuntimeEndpoint", {})
6550
- .n("BedrockAgentCoreControlClient", "DeleteAgentRuntimeEndpointCommand")
6551
- .sc(DeleteAgentRuntimeEndpoint$)
6552
- .build() {
6553
- }
6554
-
6555
- class DeleteApiKeyCredentialProviderCommand extends Command
6556
- .classBuilder()
6557
- .ep(commonParams)
6558
- .m(function (Command, cs, config, o) {
6559
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6560
- })
6561
- .s("AmazonBedrockAgentCoreControl", "DeleteApiKeyCredentialProvider", {})
6562
- .n("BedrockAgentCoreControlClient", "DeleteApiKeyCredentialProviderCommand")
6563
- .sc(DeleteApiKeyCredentialProvider$)
6564
- .build() {
6565
- }
6566
-
6567
- class DeleteBrowserCommand extends Command
6568
- .classBuilder()
6569
- .ep(commonParams)
6570
- .m(function (Command, cs, config, o) {
6571
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6572
- })
6573
- .s("AmazonBedrockAgentCoreControl", "DeleteBrowser", {})
6574
- .n("BedrockAgentCoreControlClient", "DeleteBrowserCommand")
6575
- .sc(DeleteBrowser$)
6576
- .build() {
6577
- }
6578
-
6579
- class DeleteBrowserProfileCommand extends Command
6580
- .classBuilder()
6581
- .ep(commonParams)
6582
- .m(function (Command, cs, config, o) {
6583
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6584
- })
6585
- .s("AmazonBedrockAgentCoreControl", "DeleteBrowserProfile", {})
6586
- .n("BedrockAgentCoreControlClient", "DeleteBrowserProfileCommand")
6587
- .sc(DeleteBrowserProfile$)
6588
- .build() {
6589
- }
6590
-
6591
- class DeleteCodeInterpreterCommand extends Command
6592
- .classBuilder()
6593
- .ep(commonParams)
6594
- .m(function (Command, cs, config, o) {
6595
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6596
- })
6597
- .s("AmazonBedrockAgentCoreControl", "DeleteCodeInterpreter", {})
6598
- .n("BedrockAgentCoreControlClient", "DeleteCodeInterpreterCommand")
6599
- .sc(DeleteCodeInterpreter$)
6600
- .build() {
6601
- }
6602
-
6603
- class DeleteConfigurationBundleCommand extends Command
6604
- .classBuilder()
6605
- .ep(commonParams)
6606
- .m(function (Command, cs, config, o) {
6607
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6608
- })
6609
- .s("AmazonBedrockAgentCoreControl", "DeleteConfigurationBundle", {})
6610
- .n("BedrockAgentCoreControlClient", "DeleteConfigurationBundleCommand")
6611
- .sc(DeleteConfigurationBundle$)
6612
- .build() {
6613
- }
6614
-
6615
- class DeleteDatasetCommand extends Command
6616
- .classBuilder()
6617
- .ep(commonParams)
6618
- .m(function (Command, cs, config, o) {
6619
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6620
- })
6621
- .s("AmazonBedrockAgentCoreControl", "DeleteDataset", {})
6622
- .n("BedrockAgentCoreControlClient", "DeleteDatasetCommand")
6623
- .sc(DeleteDataset$)
6624
- .build() {
6625
- }
6626
-
6627
- class DeleteDatasetExamplesCommand extends Command
6628
- .classBuilder()
6629
- .ep(commonParams)
6630
- .m(function (Command, cs, config, o) {
6631
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6632
- })
6633
- .s("AmazonBedrockAgentCoreControl", "DeleteDatasetExamples", {})
6634
- .n("BedrockAgentCoreControlClient", "DeleteDatasetExamplesCommand")
6635
- .sc(DeleteDatasetExamples$)
6636
- .build() {
6637
- }
6638
-
6639
- class DeleteEvaluatorCommand extends Command
6640
- .classBuilder()
6641
- .ep(commonParams)
6642
- .m(function (Command, cs, config, o) {
6643
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6644
- })
6645
- .s("AmazonBedrockAgentCoreControl", "DeleteEvaluator", {})
6646
- .n("BedrockAgentCoreControlClient", "DeleteEvaluatorCommand")
6647
- .sc(DeleteEvaluator$)
6648
- .build() {
6649
- }
6650
-
6651
- class DeleteGatewayCommand extends Command
6652
- .classBuilder()
6653
- .ep(commonParams)
6654
- .m(function (Command, cs, config, o) {
6655
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6656
- })
6657
- .s("AmazonBedrockAgentCoreControl", "DeleteGateway", {})
6658
- .n("BedrockAgentCoreControlClient", "DeleteGatewayCommand")
6659
- .sc(DeleteGateway$)
6660
- .build() {
6661
- }
6662
-
6663
- class DeleteGatewayRuleCommand extends Command
6664
- .classBuilder()
6665
- .ep(commonParams)
6666
- .m(function (Command, cs, config, o) {
6667
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6668
- })
6669
- .s("AmazonBedrockAgentCoreControl", "DeleteGatewayRule", {})
6670
- .n("BedrockAgentCoreControlClient", "DeleteGatewayRuleCommand")
6671
- .sc(DeleteGatewayRule$)
6672
- .build() {
6673
- }
6674
-
6675
- class DeleteGatewayTargetCommand extends Command
6676
- .classBuilder()
6677
- .ep(commonParams)
6678
- .m(function (Command, cs, config, o) {
6679
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6680
- })
6681
- .s("AmazonBedrockAgentCoreControl", "DeleteGatewayTarget", {})
6682
- .n("BedrockAgentCoreControlClient", "DeleteGatewayTargetCommand")
6683
- .sc(DeleteGatewayTarget$)
6684
- .build() {
6685
- }
6686
-
6687
- class DeleteHarnessCommand extends Command
6688
- .classBuilder()
6689
- .ep(commonParams)
6690
- .m(function (Command, cs, config, o) {
6691
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6692
- })
6693
- .s("AmazonBedrockAgentCoreControl", "DeleteHarness", {})
6694
- .n("BedrockAgentCoreControlClient", "DeleteHarnessCommand")
6695
- .sc(DeleteHarness$)
6696
- .build() {
6697
- }
6698
-
6699
- class DeleteHarnessEndpointCommand extends Command
6700
- .classBuilder()
6701
- .ep(commonParams)
6702
- .m(function (Command, cs, config, o) {
6703
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6704
- })
6705
- .s("AmazonBedrockAgentCoreControl", "DeleteHarnessEndpoint", {})
6706
- .n("BedrockAgentCoreControlClient", "DeleteHarnessEndpointCommand")
6707
- .sc(DeleteHarnessEndpoint$)
6708
- .build() {
6709
- }
6710
-
6711
- class DeleteMemoryCommand extends Command
6712
- .classBuilder()
6713
- .ep(commonParams)
6714
- .m(function (Command, cs, config, o) {
6715
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6716
- })
6717
- .s("AmazonBedrockAgentCoreControl", "DeleteMemory", {})
6718
- .n("BedrockAgentCoreControlClient", "DeleteMemoryCommand")
6719
- .sc(DeleteMemory$)
6720
- .build() {
6721
- }
6722
-
6723
- class DeleteOauth2CredentialProviderCommand extends Command
6724
- .classBuilder()
6725
- .ep(commonParams)
6726
- .m(function (Command, cs, config, o) {
6727
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6728
- })
6729
- .s("AmazonBedrockAgentCoreControl", "DeleteOauth2CredentialProvider", {})
6730
- .n("BedrockAgentCoreControlClient", "DeleteOauth2CredentialProviderCommand")
6731
- .sc(DeleteOauth2CredentialProvider$)
6732
- .build() {
6733
- }
6734
-
6735
- class DeleteOnlineEvaluationConfigCommand extends Command
6736
- .classBuilder()
6737
- .ep(commonParams)
6738
- .m(function (Command, cs, config, o) {
6739
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6740
- })
6741
- .s("AmazonBedrockAgentCoreControl", "DeleteOnlineEvaluationConfig", {})
6742
- .n("BedrockAgentCoreControlClient", "DeleteOnlineEvaluationConfigCommand")
6743
- .sc(DeleteOnlineEvaluationConfig$)
6744
- .build() {
6745
- }
6746
-
6747
- class DeletePaymentConnectorCommand extends Command
6748
- .classBuilder()
6749
- .ep(commonParams)
6750
- .m(function (Command, cs, config, o) {
6751
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6752
- })
6753
- .s("AmazonBedrockAgentCoreControl", "DeletePaymentConnector", {})
6754
- .n("BedrockAgentCoreControlClient", "DeletePaymentConnectorCommand")
6755
- .sc(DeletePaymentConnector$)
6756
- .build() {
6757
- }
6758
-
6759
- class DeletePaymentCredentialProviderCommand extends Command
6760
- .classBuilder()
6761
- .ep(commonParams)
6762
- .m(function (Command, cs, config, o) {
6763
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6764
- })
6765
- .s("AmazonBedrockAgentCoreControl", "DeletePaymentCredentialProvider", {})
6766
- .n("BedrockAgentCoreControlClient", "DeletePaymentCredentialProviderCommand")
6767
- .sc(DeletePaymentCredentialProvider$)
6768
- .build() {
6769
- }
6770
-
6771
- class DeletePaymentManagerCommand extends Command
6772
- .classBuilder()
6773
- .ep(commonParams)
6774
- .m(function (Command, cs, config, o) {
6775
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6776
- })
6777
- .s("AmazonBedrockAgentCoreControl", "DeletePaymentManager", {})
6778
- .n("BedrockAgentCoreControlClient", "DeletePaymentManagerCommand")
6779
- .sc(DeletePaymentManager$)
6780
- .build() {
6781
- }
6782
-
6783
- class DeletePolicyCommand extends Command
6784
- .classBuilder()
6785
- .ep(commonParams)
6786
- .m(function (Command, cs, config, o) {
6787
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6788
- })
6789
- .s("AmazonBedrockAgentCoreControl", "DeletePolicy", {})
6790
- .n("BedrockAgentCoreControlClient", "DeletePolicyCommand")
6791
- .sc(DeletePolicy$)
6792
- .build() {
6793
- }
6794
-
6795
- class DeletePolicyEngineCommand extends Command
6796
- .classBuilder()
6797
- .ep(commonParams)
6798
- .m(function (Command, cs, config, o) {
6799
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6800
- })
6801
- .s("AmazonBedrockAgentCoreControl", "DeletePolicyEngine", {})
6802
- .n("BedrockAgentCoreControlClient", "DeletePolicyEngineCommand")
6803
- .sc(DeletePolicyEngine$)
6804
- .build() {
6805
- }
6806
-
6807
- class DeleteRegistryCommand extends Command
6808
- .classBuilder()
6809
- .ep(commonParams)
6810
- .m(function (Command, cs, config, o) {
6811
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6812
- })
6813
- .s("AmazonBedrockAgentCoreControl", "DeleteRegistry", {})
6814
- .n("BedrockAgentCoreControlClient", "DeleteRegistryCommand")
6815
- .sc(DeleteRegistry$)
6816
- .build() {
6817
- }
6818
-
6819
- class DeleteRegistryRecordCommand extends Command
6820
- .classBuilder()
6821
- .ep(commonParams)
6822
- .m(function (Command, cs, config, o) {
6823
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6824
- })
6825
- .s("AmazonBedrockAgentCoreControl", "DeleteRegistryRecord", {})
6826
- .n("BedrockAgentCoreControlClient", "DeleteRegistryRecordCommand")
6827
- .sc(DeleteRegistryRecord$)
6828
- .build() {
6829
- }
6830
-
6831
- class DeleteResourcePolicyCommand extends Command
6832
- .classBuilder()
6833
- .ep(commonParams)
6834
- .m(function (Command, cs, config, o) {
6835
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6836
- })
6837
- .s("AmazonBedrockAgentCoreControl", "DeleteResourcePolicy", {})
6838
- .n("BedrockAgentCoreControlClient", "DeleteResourcePolicyCommand")
6839
- .sc(DeleteResourcePolicy$)
6840
- .build() {
6841
- }
6842
-
6843
- class DeleteWorkloadIdentityCommand extends Command
6844
- .classBuilder()
6845
- .ep(commonParams)
6846
- .m(function (Command, cs, config, o) {
6847
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6848
- })
6849
- .s("AmazonBedrockAgentCoreControl", "DeleteWorkloadIdentity", {})
6850
- .n("BedrockAgentCoreControlClient", "DeleteWorkloadIdentityCommand")
6851
- .sc(DeleteWorkloadIdentity$)
6852
- .build() {
6853
- }
6854
-
6855
- class GetAgentRuntimeCommand extends Command
6856
- .classBuilder()
6857
- .ep(commonParams)
6858
- .m(function (Command, cs, config, o) {
6859
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6860
- })
6861
- .s("AmazonBedrockAgentCoreControl", "GetAgentRuntime", {})
6862
- .n("BedrockAgentCoreControlClient", "GetAgentRuntimeCommand")
6863
- .sc(GetAgentRuntime$)
6864
- .build() {
6865
- }
6866
-
6867
- class GetAgentRuntimeEndpointCommand extends Command
6868
- .classBuilder()
6869
- .ep(commonParams)
6870
- .m(function (Command, cs, config, o) {
6871
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6872
- })
6873
- .s("AmazonBedrockAgentCoreControl", "GetAgentRuntimeEndpoint", {})
6874
- .n("BedrockAgentCoreControlClient", "GetAgentRuntimeEndpointCommand")
6875
- .sc(GetAgentRuntimeEndpoint$)
6876
- .build() {
6877
- }
6878
-
6879
- class GetApiKeyCredentialProviderCommand extends Command
6880
- .classBuilder()
6881
- .ep(commonParams)
6882
- .m(function (Command, cs, config, o) {
6883
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6884
- })
6885
- .s("AmazonBedrockAgentCoreControl", "GetApiKeyCredentialProvider", {})
6886
- .n("BedrockAgentCoreControlClient", "GetApiKeyCredentialProviderCommand")
6887
- .sc(GetApiKeyCredentialProvider$)
6888
- .build() {
6889
- }
6890
-
6891
- class GetBrowserCommand extends Command
6892
- .classBuilder()
6893
- .ep(commonParams)
6894
- .m(function (Command, cs, config, o) {
6895
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6896
- })
6897
- .s("AmazonBedrockAgentCoreControl", "GetBrowser", {})
6898
- .n("BedrockAgentCoreControlClient", "GetBrowserCommand")
6899
- .sc(GetBrowser$)
6900
- .build() {
6901
- }
6902
-
6903
- class GetBrowserProfileCommand extends Command
6904
- .classBuilder()
6905
- .ep(commonParams)
6906
- .m(function (Command, cs, config, o) {
6907
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6908
- })
6909
- .s("AmazonBedrockAgentCoreControl", "GetBrowserProfile", {})
6910
- .n("BedrockAgentCoreControlClient", "GetBrowserProfileCommand")
6911
- .sc(GetBrowserProfile$)
6912
- .build() {
6913
- }
6914
-
6915
- class GetCodeInterpreterCommand extends Command
6916
- .classBuilder()
6917
- .ep(commonParams)
6918
- .m(function (Command, cs, config, o) {
6919
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6920
- })
6921
- .s("AmazonBedrockAgentCoreControl", "GetCodeInterpreter", {})
6922
- .n("BedrockAgentCoreControlClient", "GetCodeInterpreterCommand")
6923
- .sc(GetCodeInterpreter$)
6924
- .build() {
6925
- }
6926
-
6927
- class GetConfigurationBundleCommand extends Command
6928
- .classBuilder()
6929
- .ep(commonParams)
6930
- .m(function (Command, cs, config, o) {
6931
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6932
- })
6933
- .s("AmazonBedrockAgentCoreControl", "GetConfigurationBundle", {})
6934
- .n("BedrockAgentCoreControlClient", "GetConfigurationBundleCommand")
6935
- .sc(GetConfigurationBundle$)
6936
- .build() {
6937
- }
6938
-
6939
- class GetConfigurationBundleVersionCommand extends Command
6940
- .classBuilder()
6941
- .ep(commonParams)
6942
- .m(function (Command, cs, config, o) {
6943
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6944
- })
6945
- .s("AmazonBedrockAgentCoreControl", "GetConfigurationBundleVersion", {})
6946
- .n("BedrockAgentCoreControlClient", "GetConfigurationBundleVersionCommand")
6947
- .sc(GetConfigurationBundleVersion$)
6948
- .build() {
6949
- }
6950
-
6951
- class GetDatasetCommand extends Command
6952
- .classBuilder()
6953
- .ep(commonParams)
6954
- .m(function (Command, cs, config, o) {
6955
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6956
- })
6957
- .s("AmazonBedrockAgentCoreControl", "GetDataset", {})
6958
- .n("BedrockAgentCoreControlClient", "GetDatasetCommand")
6959
- .sc(GetDataset$)
6960
- .build() {
6961
- }
6962
-
6963
- class GetEvaluatorCommand extends Command
6964
- .classBuilder()
6965
- .ep(commonParams)
6966
- .m(function (Command, cs, config, o) {
6967
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6968
- })
6969
- .s("AmazonBedrockAgentCoreControl", "GetEvaluator", {})
6970
- .n("BedrockAgentCoreControlClient", "GetEvaluatorCommand")
6971
- .sc(GetEvaluator$)
6972
- .build() {
6973
- }
6974
-
6975
- class GetGatewayCommand extends Command
6976
- .classBuilder()
6977
- .ep(commonParams)
6978
- .m(function (Command, cs, config, o) {
6979
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6980
- })
6981
- .s("AmazonBedrockAgentCoreControl", "GetGateway", {})
6982
- .n("BedrockAgentCoreControlClient", "GetGatewayCommand")
6983
- .sc(GetGateway$)
6984
- .build() {
6985
- }
6986
-
6987
- class GetGatewayRuleCommand extends Command
6988
- .classBuilder()
6989
- .ep(commonParams)
6990
- .m(function (Command, cs, config, o) {
6991
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6992
- })
6993
- .s("AmazonBedrockAgentCoreControl", "GetGatewayRule", {})
6994
- .n("BedrockAgentCoreControlClient", "GetGatewayRuleCommand")
6995
- .sc(GetGatewayRule$)
6996
- .build() {
6997
- }
6998
-
6999
- class GetGatewayTargetCommand extends Command
7000
- .classBuilder()
7001
- .ep(commonParams)
7002
- .m(function (Command, cs, config, o) {
7003
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7004
- })
7005
- .s("AmazonBedrockAgentCoreControl", "GetGatewayTarget", {})
7006
- .n("BedrockAgentCoreControlClient", "GetGatewayTargetCommand")
7007
- .sc(GetGatewayTarget$)
7008
- .build() {
7009
- }
7010
-
7011
- class GetHarnessCommand extends Command
7012
- .classBuilder()
7013
- .ep(commonParams)
7014
- .m(function (Command, cs, config, o) {
7015
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7016
- })
7017
- .s("AmazonBedrockAgentCoreControl", "GetHarness", {})
7018
- .n("BedrockAgentCoreControlClient", "GetHarnessCommand")
7019
- .sc(GetHarness$)
7020
- .build() {
7021
- }
7022
-
7023
- class GetHarnessEndpointCommand extends Command
7024
- .classBuilder()
7025
- .ep(commonParams)
7026
- .m(function (Command, cs, config, o) {
7027
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7028
- })
7029
- .s("AmazonBedrockAgentCoreControl", "GetHarnessEndpoint", {})
7030
- .n("BedrockAgentCoreControlClient", "GetHarnessEndpointCommand")
7031
- .sc(GetHarnessEndpoint$)
7032
- .build() {
7033
- }
7034
-
7035
- class GetMemoryCommand extends Command
7036
- .classBuilder()
7037
- .ep(commonParams)
7038
- .m(function (Command, cs, config, o) {
7039
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7040
- })
7041
- .s("AmazonBedrockAgentCoreControl", "GetMemory", {})
7042
- .n("BedrockAgentCoreControlClient", "GetMemoryCommand")
7043
- .sc(GetMemory$)
7044
- .build() {
7045
- }
7046
-
7047
- class GetOauth2CredentialProviderCommand extends Command
7048
- .classBuilder()
7049
- .ep(commonParams)
7050
- .m(function (Command, cs, config, o) {
7051
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7052
- })
7053
- .s("AmazonBedrockAgentCoreControl", "GetOauth2CredentialProvider", {})
7054
- .n("BedrockAgentCoreControlClient", "GetOauth2CredentialProviderCommand")
7055
- .sc(GetOauth2CredentialProvider$)
7056
- .build() {
7057
- }
7058
-
7059
- class GetOnlineEvaluationConfigCommand extends Command
7060
- .classBuilder()
7061
- .ep(commonParams)
7062
- .m(function (Command, cs, config, o) {
7063
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7064
- })
7065
- .s("AmazonBedrockAgentCoreControl", "GetOnlineEvaluationConfig", {})
7066
- .n("BedrockAgentCoreControlClient", "GetOnlineEvaluationConfigCommand")
7067
- .sc(GetOnlineEvaluationConfig$)
7068
- .build() {
7069
- }
7070
-
7071
- class GetPaymentConnectorCommand extends Command
7072
- .classBuilder()
7073
- .ep(commonParams)
7074
- .m(function (Command, cs, config, o) {
7075
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7076
- })
7077
- .s("AmazonBedrockAgentCoreControl", "GetPaymentConnector", {})
7078
- .n("BedrockAgentCoreControlClient", "GetPaymentConnectorCommand")
7079
- .sc(GetPaymentConnector$)
7080
- .build() {
7081
- }
7082
-
7083
- class GetPaymentCredentialProviderCommand extends Command
7084
- .classBuilder()
7085
- .ep(commonParams)
7086
- .m(function (Command, cs, config, o) {
7087
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7088
- })
7089
- .s("AmazonBedrockAgentCoreControl", "GetPaymentCredentialProvider", {})
7090
- .n("BedrockAgentCoreControlClient", "GetPaymentCredentialProviderCommand")
7091
- .sc(GetPaymentCredentialProvider$)
7092
- .build() {
7093
- }
7094
-
7095
- class GetPaymentManagerCommand extends Command
7096
- .classBuilder()
7097
- .ep(commonParams)
7098
- .m(function (Command, cs, config, o) {
7099
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7100
- })
7101
- .s("AmazonBedrockAgentCoreControl", "GetPaymentManager", {})
7102
- .n("BedrockAgentCoreControlClient", "GetPaymentManagerCommand")
7103
- .sc(GetPaymentManager$)
7104
- .build() {
7105
- }
7106
-
7107
- class GetPolicyCommand extends Command
7108
- .classBuilder()
7109
- .ep(commonParams)
7110
- .m(function (Command, cs, config, o) {
7111
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7112
- })
7113
- .s("AmazonBedrockAgentCoreControl", "GetPolicy", {})
7114
- .n("BedrockAgentCoreControlClient", "GetPolicyCommand")
7115
- .sc(GetPolicy$)
7116
- .build() {
7117
- }
7118
-
7119
- class GetPolicyEngineCommand extends Command
7120
- .classBuilder()
7121
- .ep(commonParams)
7122
- .m(function (Command, cs, config, o) {
7123
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7124
- })
7125
- .s("AmazonBedrockAgentCoreControl", "GetPolicyEngine", {})
7126
- .n("BedrockAgentCoreControlClient", "GetPolicyEngineCommand")
7127
- .sc(GetPolicyEngine$)
7128
- .build() {
7129
- }
7130
-
7131
- class GetPolicyEngineSummaryCommand extends Command
7132
- .classBuilder()
7133
- .ep(commonParams)
7134
- .m(function (Command, cs, config, o) {
7135
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7136
- })
7137
- .s("AmazonBedrockAgentCoreControl", "GetPolicyEngineSummary", {})
7138
- .n("BedrockAgentCoreControlClient", "GetPolicyEngineSummaryCommand")
7139
- .sc(GetPolicyEngineSummary$)
7140
- .build() {
7141
- }
7142
-
7143
- class GetPolicyGenerationCommand extends Command
7144
- .classBuilder()
7145
- .ep(commonParams)
7146
- .m(function (Command, cs, config, o) {
7147
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7148
- })
7149
- .s("AmazonBedrockAgentCoreControl", "GetPolicyGeneration", {})
7150
- .n("BedrockAgentCoreControlClient", "GetPolicyGenerationCommand")
7151
- .sc(GetPolicyGeneration$)
7152
- .build() {
7153
- }
7154
-
7155
- class GetPolicyGenerationSummaryCommand extends Command
7156
- .classBuilder()
7157
- .ep(commonParams)
7158
- .m(function (Command, cs, config, o) {
7159
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7160
- })
7161
- .s("AmazonBedrockAgentCoreControl", "GetPolicyGenerationSummary", {})
7162
- .n("BedrockAgentCoreControlClient", "GetPolicyGenerationSummaryCommand")
7163
- .sc(GetPolicyGenerationSummary$)
7164
- .build() {
7165
- }
7166
-
7167
- class GetPolicySummaryCommand extends Command
7168
- .classBuilder()
7169
- .ep(commonParams)
7170
- .m(function (Command, cs, config, o) {
7171
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7172
- })
7173
- .s("AmazonBedrockAgentCoreControl", "GetPolicySummary", {})
7174
- .n("BedrockAgentCoreControlClient", "GetPolicySummaryCommand")
7175
- .sc(GetPolicySummary$)
7176
- .build() {
7177
- }
7178
-
7179
- class GetRegistryCommand extends Command
7180
- .classBuilder()
7181
- .ep(commonParams)
7182
- .m(function (Command, cs, config, o) {
7183
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7184
- })
7185
- .s("AmazonBedrockAgentCoreControl", "GetRegistry", {})
7186
- .n("BedrockAgentCoreControlClient", "GetRegistryCommand")
7187
- .sc(GetRegistry$)
7188
- .build() {
7189
- }
7190
-
7191
- class GetRegistryRecordCommand extends Command
7192
- .classBuilder()
7193
- .ep(commonParams)
7194
- .m(function (Command, cs, config, o) {
7195
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7196
- })
7197
- .s("AmazonBedrockAgentCoreControl", "GetRegistryRecord", {})
7198
- .n("BedrockAgentCoreControlClient", "GetRegistryRecordCommand")
7199
- .sc(GetRegistryRecord$)
7200
- .build() {
7201
- }
7202
-
7203
- class GetResourcePolicyCommand extends Command
7204
- .classBuilder()
7205
- .ep(commonParams)
7206
- .m(function (Command, cs, config, o) {
7207
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7208
- })
7209
- .s("AmazonBedrockAgentCoreControl", "GetResourcePolicy", {})
7210
- .n("BedrockAgentCoreControlClient", "GetResourcePolicyCommand")
7211
- .sc(GetResourcePolicy$)
7212
- .build() {
7213
- }
7214
-
7215
- class GetTokenVaultCommand extends Command
7216
- .classBuilder()
7217
- .ep(commonParams)
7218
- .m(function (Command, cs, config, o) {
7219
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7220
- })
7221
- .s("AmazonBedrockAgentCoreControl", "GetTokenVault", {})
7222
- .n("BedrockAgentCoreControlClient", "GetTokenVaultCommand")
7223
- .sc(GetTokenVault$)
7224
- .build() {
7225
- }
7226
-
7227
- class GetWorkloadIdentityCommand extends Command
7228
- .classBuilder()
7229
- .ep(commonParams)
7230
- .m(function (Command, cs, config, o) {
7231
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7232
- })
7233
- .s("AmazonBedrockAgentCoreControl", "GetWorkloadIdentity", {})
7234
- .n("BedrockAgentCoreControlClient", "GetWorkloadIdentityCommand")
7235
- .sc(GetWorkloadIdentity$)
7236
- .build() {
7237
- }
7238
-
7239
- class ListAgentRuntimeEndpointsCommand extends Command
7240
- .classBuilder()
7241
- .ep(commonParams)
7242
- .m(function (Command, cs, config, o) {
7243
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7244
- })
7245
- .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeEndpoints", {})
7246
- .n("BedrockAgentCoreControlClient", "ListAgentRuntimeEndpointsCommand")
7247
- .sc(ListAgentRuntimeEndpoints$)
7248
- .build() {
7249
- }
7250
-
7251
- class ListAgentRuntimesCommand extends Command
7252
- .classBuilder()
7253
- .ep(commonParams)
7254
- .m(function (Command, cs, config, o) {
7255
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7256
- })
7257
- .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimes", {})
7258
- .n("BedrockAgentCoreControlClient", "ListAgentRuntimesCommand")
7259
- .sc(ListAgentRuntimes$)
7260
- .build() {
7261
- }
7262
-
7263
- class ListAgentRuntimeVersionsCommand extends Command
7264
- .classBuilder()
7265
- .ep(commonParams)
7266
- .m(function (Command, cs, config, o) {
7267
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7268
- })
7269
- .s("AmazonBedrockAgentCoreControl", "ListAgentRuntimeVersions", {})
7270
- .n("BedrockAgentCoreControlClient", "ListAgentRuntimeVersionsCommand")
7271
- .sc(ListAgentRuntimeVersions$)
7272
- .build() {
7273
- }
7274
-
7275
- class ListApiKeyCredentialProvidersCommand extends Command
7276
- .classBuilder()
7277
- .ep(commonParams)
7278
- .m(function (Command, cs, config, o) {
7279
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7280
- })
7281
- .s("AmazonBedrockAgentCoreControl", "ListApiKeyCredentialProviders", {})
7282
- .n("BedrockAgentCoreControlClient", "ListApiKeyCredentialProvidersCommand")
7283
- .sc(ListApiKeyCredentialProviders$)
7284
- .build() {
7285
- }
7286
-
7287
- class ListBrowserProfilesCommand extends Command
7288
- .classBuilder()
7289
- .ep(commonParams)
7290
- .m(function (Command, cs, config, o) {
7291
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7292
- })
7293
- .s("AmazonBedrockAgentCoreControl", "ListBrowserProfiles", {})
7294
- .n("BedrockAgentCoreControlClient", "ListBrowserProfilesCommand")
7295
- .sc(ListBrowserProfiles$)
7296
- .build() {
7297
- }
7298
-
7299
- class ListBrowsersCommand extends Command
7300
- .classBuilder()
7301
- .ep(commonParams)
7302
- .m(function (Command, cs, config, o) {
7303
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7304
- })
7305
- .s("AmazonBedrockAgentCoreControl", "ListBrowsers", {})
7306
- .n("BedrockAgentCoreControlClient", "ListBrowsersCommand")
7307
- .sc(ListBrowsers$)
7308
- .build() {
7309
- }
7310
-
7311
- class ListCodeInterpretersCommand extends Command
7312
- .classBuilder()
7313
- .ep(commonParams)
7314
- .m(function (Command, cs, config, o) {
7315
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7316
- })
7317
- .s("AmazonBedrockAgentCoreControl", "ListCodeInterpreters", {})
7318
- .n("BedrockAgentCoreControlClient", "ListCodeInterpretersCommand")
7319
- .sc(ListCodeInterpreters$)
7320
- .build() {
7321
- }
7322
-
7323
- class ListConfigurationBundlesCommand extends Command
7324
- .classBuilder()
7325
- .ep(commonParams)
7326
- .m(function (Command, cs, config, o) {
7327
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7328
- })
7329
- .s("AmazonBedrockAgentCoreControl", "ListConfigurationBundles", {})
7330
- .n("BedrockAgentCoreControlClient", "ListConfigurationBundlesCommand")
7331
- .sc(ListConfigurationBundles$)
7332
- .build() {
7333
- }
7334
-
7335
- class ListConfigurationBundleVersionsCommand extends Command
7336
- .classBuilder()
7337
- .ep(commonParams)
7338
- .m(function (Command, cs, config, o) {
7339
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7340
- })
7341
- .s("AmazonBedrockAgentCoreControl", "ListConfigurationBundleVersions", {})
7342
- .n("BedrockAgentCoreControlClient", "ListConfigurationBundleVersionsCommand")
7343
- .sc(ListConfigurationBundleVersions$)
7344
- .build() {
7345
- }
7346
-
7347
- class ListDatasetExamplesCommand extends Command
7348
- .classBuilder()
7349
- .ep(commonParams)
7350
- .m(function (Command, cs, config, o) {
7351
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7352
- })
7353
- .s("AmazonBedrockAgentCoreControl", "ListDatasetExamples", {})
7354
- .n("BedrockAgentCoreControlClient", "ListDatasetExamplesCommand")
7355
- .sc(ListDatasetExamples$)
7356
- .build() {
7357
- }
7358
-
7359
- class ListDatasetsCommand extends Command
7360
- .classBuilder()
7361
- .ep(commonParams)
7362
- .m(function (Command, cs, config, o) {
7363
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7364
- })
7365
- .s("AmazonBedrockAgentCoreControl", "ListDatasets", {})
7366
- .n("BedrockAgentCoreControlClient", "ListDatasetsCommand")
7367
- .sc(ListDatasets$)
7368
- .build() {
7369
- }
7370
-
7371
- class ListDatasetVersionsCommand extends Command
7372
- .classBuilder()
7373
- .ep(commonParams)
7374
- .m(function (Command, cs, config, o) {
7375
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7376
- })
7377
- .s("AmazonBedrockAgentCoreControl", "ListDatasetVersions", {})
7378
- .n("BedrockAgentCoreControlClient", "ListDatasetVersionsCommand")
7379
- .sc(ListDatasetVersions$)
7380
- .build() {
7381
- }
7382
-
7383
- class ListEvaluatorsCommand extends Command
7384
- .classBuilder()
7385
- .ep(commonParams)
7386
- .m(function (Command, cs, config, o) {
7387
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7388
- })
7389
- .s("AmazonBedrockAgentCoreControl", "ListEvaluators", {})
7390
- .n("BedrockAgentCoreControlClient", "ListEvaluatorsCommand")
7391
- .sc(ListEvaluators$)
7392
- .build() {
7393
- }
7394
-
7395
- class ListGatewayRulesCommand extends Command
7396
- .classBuilder()
7397
- .ep(commonParams)
7398
- .m(function (Command, cs, config, o) {
7399
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7400
- })
7401
- .s("AmazonBedrockAgentCoreControl", "ListGatewayRules", {})
7402
- .n("BedrockAgentCoreControlClient", "ListGatewayRulesCommand")
7403
- .sc(ListGatewayRules$)
7404
- .build() {
7405
- }
7406
-
7407
- class ListGatewaysCommand extends Command
7408
- .classBuilder()
7409
- .ep(commonParams)
7410
- .m(function (Command, cs, config, o) {
7411
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7412
- })
7413
- .s("AmazonBedrockAgentCoreControl", "ListGateways", {})
7414
- .n("BedrockAgentCoreControlClient", "ListGatewaysCommand")
7415
- .sc(ListGateways$)
7416
- .build() {
7417
- }
7418
-
7419
- class ListGatewayTargetsCommand extends Command
7420
- .classBuilder()
7421
- .ep(commonParams)
7422
- .m(function (Command, cs, config, o) {
7423
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7424
- })
7425
- .s("AmazonBedrockAgentCoreControl", "ListGatewayTargets", {})
7426
- .n("BedrockAgentCoreControlClient", "ListGatewayTargetsCommand")
7427
- .sc(ListGatewayTargets$)
7428
- .build() {
7429
- }
7430
-
7431
- class ListHarnessEndpointsCommand extends Command
7432
- .classBuilder()
7433
- .ep(commonParams)
7434
- .m(function (Command, cs, config, o) {
7435
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7436
- })
7437
- .s("AmazonBedrockAgentCoreControl", "ListHarnessEndpoints", {})
7438
- .n("BedrockAgentCoreControlClient", "ListHarnessEndpointsCommand")
7439
- .sc(ListHarnessEndpoints$)
7440
- .build() {
7441
- }
7442
-
7443
- class ListHarnessesCommand extends Command
7444
- .classBuilder()
7445
- .ep(commonParams)
7446
- .m(function (Command, cs, config, o) {
7447
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7448
- })
7449
- .s("AmazonBedrockAgentCoreControl", "ListHarnesses", {})
7450
- .n("BedrockAgentCoreControlClient", "ListHarnessesCommand")
7451
- .sc(ListHarnesses$)
7452
- .build() {
7453
- }
7454
-
7455
- class ListHarnessVersionsCommand extends Command
7456
- .classBuilder()
7457
- .ep(commonParams)
7458
- .m(function (Command, cs, config, o) {
7459
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7460
- })
7461
- .s("AmazonBedrockAgentCoreControl", "ListHarnessVersions", {})
7462
- .n("BedrockAgentCoreControlClient", "ListHarnessVersionsCommand")
7463
- .sc(ListHarnessVersions$)
7464
- .build() {
7465
- }
7466
-
7467
- class ListMemoriesCommand extends Command
7468
- .classBuilder()
7469
- .ep(commonParams)
7470
- .m(function (Command, cs, config, o) {
7471
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7472
- })
7473
- .s("AmazonBedrockAgentCoreControl", "ListMemories", {})
7474
- .n("BedrockAgentCoreControlClient", "ListMemoriesCommand")
7475
- .sc(ListMemories$)
7476
- .build() {
7477
- }
7478
-
7479
- class ListOauth2CredentialProvidersCommand extends Command
7480
- .classBuilder()
7481
- .ep(commonParams)
7482
- .m(function (Command, cs, config, o) {
7483
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7484
- })
7485
- .s("AmazonBedrockAgentCoreControl", "ListOauth2CredentialProviders", {})
7486
- .n("BedrockAgentCoreControlClient", "ListOauth2CredentialProvidersCommand")
7487
- .sc(ListOauth2CredentialProviders$)
7488
- .build() {
7489
- }
7490
-
7491
- class ListOnlineEvaluationConfigsCommand extends Command
7492
- .classBuilder()
7493
- .ep(commonParams)
7494
- .m(function (Command, cs, config, o) {
7495
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7496
- })
7497
- .s("AmazonBedrockAgentCoreControl", "ListOnlineEvaluationConfigs", {})
7498
- .n("BedrockAgentCoreControlClient", "ListOnlineEvaluationConfigsCommand")
7499
- .sc(ListOnlineEvaluationConfigs$)
7500
- .build() {
7501
- }
7502
-
7503
- class ListPaymentConnectorsCommand extends Command
7504
- .classBuilder()
7505
- .ep(commonParams)
7506
- .m(function (Command, cs, config, o) {
7507
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7508
- })
7509
- .s("AmazonBedrockAgentCoreControl", "ListPaymentConnectors", {})
7510
- .n("BedrockAgentCoreControlClient", "ListPaymentConnectorsCommand")
7511
- .sc(ListPaymentConnectors$)
7512
- .build() {
7513
- }
7514
-
7515
- class ListPaymentCredentialProvidersCommand extends Command
7516
- .classBuilder()
7517
- .ep(commonParams)
7518
- .m(function (Command, cs, config, o) {
7519
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7520
- })
7521
- .s("AmazonBedrockAgentCoreControl", "ListPaymentCredentialProviders", {})
7522
- .n("BedrockAgentCoreControlClient", "ListPaymentCredentialProvidersCommand")
7523
- .sc(ListPaymentCredentialProviders$)
7524
- .build() {
7525
- }
7526
-
7527
- class ListPaymentManagersCommand extends Command
7528
- .classBuilder()
7529
- .ep(commonParams)
7530
- .m(function (Command, cs, config, o) {
7531
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7532
- })
7533
- .s("AmazonBedrockAgentCoreControl", "ListPaymentManagers", {})
7534
- .n("BedrockAgentCoreControlClient", "ListPaymentManagersCommand")
7535
- .sc(ListPaymentManagers$)
7536
- .build() {
7537
- }
7538
-
7539
- class ListPoliciesCommand extends Command
7540
- .classBuilder()
7541
- .ep(commonParams)
7542
- .m(function (Command, cs, config, o) {
7543
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7544
- })
7545
- .s("AmazonBedrockAgentCoreControl", "ListPolicies", {})
7546
- .n("BedrockAgentCoreControlClient", "ListPoliciesCommand")
7547
- .sc(ListPolicies$)
7548
- .build() {
7549
- }
7550
-
7551
- class ListPolicyEnginesCommand extends Command
7552
- .classBuilder()
7553
- .ep(commonParams)
7554
- .m(function (Command, cs, config, o) {
7555
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7556
- })
7557
- .s("AmazonBedrockAgentCoreControl", "ListPolicyEngines", {})
7558
- .n("BedrockAgentCoreControlClient", "ListPolicyEnginesCommand")
7559
- .sc(ListPolicyEngines$)
7560
- .build() {
7561
- }
7562
-
7563
- class ListPolicyEngineSummariesCommand extends Command
7564
- .classBuilder()
7565
- .ep(commonParams)
7566
- .m(function (Command, cs, config, o) {
7567
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7568
- })
7569
- .s("AmazonBedrockAgentCoreControl", "ListPolicyEngineSummaries", {})
7570
- .n("BedrockAgentCoreControlClient", "ListPolicyEngineSummariesCommand")
7571
- .sc(ListPolicyEngineSummaries$)
7572
- .build() {
7573
- }
7574
-
7575
- class ListPolicyGenerationAssetsCommand extends Command
7576
- .classBuilder()
7577
- .ep(commonParams)
7578
- .m(function (Command, cs, config, o) {
7579
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7580
- })
7581
- .s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationAssets", {})
7582
- .n("BedrockAgentCoreControlClient", "ListPolicyGenerationAssetsCommand")
7583
- .sc(ListPolicyGenerationAssets$)
7584
- .build() {
7585
- }
7586
-
7587
- class ListPolicyGenerationsCommand extends Command
7588
- .classBuilder()
7589
- .ep(commonParams)
7590
- .m(function (Command, cs, config, o) {
7591
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7592
- })
7593
- .s("AmazonBedrockAgentCoreControl", "ListPolicyGenerations", {})
7594
- .n("BedrockAgentCoreControlClient", "ListPolicyGenerationsCommand")
7595
- .sc(ListPolicyGenerations$)
7596
- .build() {
7597
- }
7598
-
7599
- class ListPolicyGenerationSummariesCommand extends Command
7600
- .classBuilder()
7601
- .ep(commonParams)
7602
- .m(function (Command, cs, config, o) {
7603
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7604
- })
7605
- .s("AmazonBedrockAgentCoreControl", "ListPolicyGenerationSummaries", {})
7606
- .n("BedrockAgentCoreControlClient", "ListPolicyGenerationSummariesCommand")
7607
- .sc(ListPolicyGenerationSummaries$)
7608
- .build() {
7609
- }
7610
-
7611
- class ListPolicySummariesCommand extends Command
7612
- .classBuilder()
7613
- .ep(commonParams)
7614
- .m(function (Command, cs, config, o) {
7615
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7616
- })
7617
- .s("AmazonBedrockAgentCoreControl", "ListPolicySummaries", {})
7618
- .n("BedrockAgentCoreControlClient", "ListPolicySummariesCommand")
7619
- .sc(ListPolicySummaries$)
7620
- .build() {
7621
- }
7622
-
7623
- class ListRegistriesCommand extends Command
7624
- .classBuilder()
7625
- .ep(commonParams)
7626
- .m(function (Command, cs, config, o) {
7627
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7628
- })
7629
- .s("AmazonBedrockAgentCoreControl", "ListRegistries", {})
7630
- .n("BedrockAgentCoreControlClient", "ListRegistriesCommand")
7631
- .sc(ListRegistries$)
7632
- .build() {
7633
- }
7634
-
7635
- class ListRegistryRecordsCommand extends Command
7636
- .classBuilder()
7637
- .ep(commonParams)
7638
- .m(function (Command, cs, config, o) {
7639
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7640
- })
7641
- .s("AmazonBedrockAgentCoreControl", "ListRegistryRecords", {})
7642
- .n("BedrockAgentCoreControlClient", "ListRegistryRecordsCommand")
7643
- .sc(ListRegistryRecords$)
7644
- .build() {
7645
- }
7646
-
7647
- class ListTagsForResourceCommand extends Command
7648
- .classBuilder()
7649
- .ep(commonParams)
7650
- .m(function (Command, cs, config, o) {
7651
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7652
- })
7653
- .s("AmazonBedrockAgentCoreControl", "ListTagsForResource", {})
7654
- .n("BedrockAgentCoreControlClient", "ListTagsForResourceCommand")
7655
- .sc(ListTagsForResource$)
7656
- .build() {
7657
- }
7658
-
7659
- class ListWorkloadIdentitiesCommand extends Command
7660
- .classBuilder()
7661
- .ep(commonParams)
7662
- .m(function (Command, cs, config, o) {
7663
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7664
- })
7665
- .s("AmazonBedrockAgentCoreControl", "ListWorkloadIdentities", {})
7666
- .n("BedrockAgentCoreControlClient", "ListWorkloadIdentitiesCommand")
7667
- .sc(ListWorkloadIdentities$)
7668
- .build() {
7669
- }
7670
-
7671
- class PutResourcePolicyCommand extends Command
7672
- .classBuilder()
7673
- .ep(commonParams)
7674
- .m(function (Command, cs, config, o) {
7675
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7676
- })
7677
- .s("AmazonBedrockAgentCoreControl", "PutResourcePolicy", {})
7678
- .n("BedrockAgentCoreControlClient", "PutResourcePolicyCommand")
7679
- .sc(PutResourcePolicy$)
7680
- .build() {
7681
- }
7682
-
7683
- class SetTokenVaultCMKCommand extends Command
7684
- .classBuilder()
7685
- .ep(commonParams)
7686
- .m(function (Command, cs, config, o) {
7687
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7688
- })
7689
- .s("AmazonBedrockAgentCoreControl", "SetTokenVaultCMK", {})
7690
- .n("BedrockAgentCoreControlClient", "SetTokenVaultCMKCommand")
7691
- .sc(SetTokenVaultCMK$)
7692
- .build() {
7693
- }
7694
-
7695
- class StartPolicyGenerationCommand extends Command
7696
- .classBuilder()
7697
- .ep(commonParams)
7698
- .m(function (Command, cs, config, o) {
7699
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7700
- })
7701
- .s("AmazonBedrockAgentCoreControl", "StartPolicyGeneration", {})
7702
- .n("BedrockAgentCoreControlClient", "StartPolicyGenerationCommand")
7703
- .sc(StartPolicyGeneration$)
7704
- .build() {
7705
- }
7706
-
7707
- class SubmitRegistryRecordForApprovalCommand extends Command
7708
- .classBuilder()
7709
- .ep(commonParams)
7710
- .m(function (Command, cs, config, o) {
7711
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7712
- })
7713
- .s("AmazonBedrockAgentCoreControl", "SubmitRegistryRecordForApproval", {})
7714
- .n("BedrockAgentCoreControlClient", "SubmitRegistryRecordForApprovalCommand")
7715
- .sc(SubmitRegistryRecordForApproval$)
7716
- .build() {
7717
- }
7718
-
7719
- class SynchronizeGatewayTargetsCommand extends Command
7720
- .classBuilder()
7721
- .ep(commonParams)
7722
- .m(function (Command, cs, config, o) {
7723
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7724
- })
7725
- .s("AmazonBedrockAgentCoreControl", "SynchronizeGatewayTargets", {})
7726
- .n("BedrockAgentCoreControlClient", "SynchronizeGatewayTargetsCommand")
7727
- .sc(SynchronizeGatewayTargets$)
7728
- .build() {
7729
- }
7730
-
7731
- class TagResourceCommand extends Command
7732
- .classBuilder()
7733
- .ep(commonParams)
7734
- .m(function (Command, cs, config, o) {
7735
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7736
- })
7737
- .s("AmazonBedrockAgentCoreControl", "TagResource", {})
7738
- .n("BedrockAgentCoreControlClient", "TagResourceCommand")
7739
- .sc(TagResource$)
7740
- .build() {
7741
- }
7742
-
7743
- class UntagResourceCommand extends Command
7744
- .classBuilder()
7745
- .ep(commonParams)
7746
- .m(function (Command, cs, config, o) {
7747
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7748
- })
7749
- .s("AmazonBedrockAgentCoreControl", "UntagResource", {})
7750
- .n("BedrockAgentCoreControlClient", "UntagResourceCommand")
7751
- .sc(UntagResource$)
7752
- .build() {
7753
- }
7754
-
7755
- class UpdateAgentRuntimeCommand extends Command
7756
- .classBuilder()
7757
- .ep(commonParams)
7758
- .m(function (Command, cs, config, o) {
7759
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7760
- })
7761
- .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntime", {})
7762
- .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeCommand")
7763
- .sc(UpdateAgentRuntime$)
7764
- .build() {
7765
- }
7766
-
7767
- class UpdateAgentRuntimeEndpointCommand extends Command
7768
- .classBuilder()
7769
- .ep(commonParams)
7770
- .m(function (Command, cs, config, o) {
7771
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7772
- })
7773
- .s("AmazonBedrockAgentCoreControl", "UpdateAgentRuntimeEndpoint", {})
7774
- .n("BedrockAgentCoreControlClient", "UpdateAgentRuntimeEndpointCommand")
7775
- .sc(UpdateAgentRuntimeEndpoint$)
7776
- .build() {
7777
- }
7778
-
7779
- class UpdateApiKeyCredentialProviderCommand extends Command
7780
- .classBuilder()
7781
- .ep(commonParams)
7782
- .m(function (Command, cs, config, o) {
7783
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7784
- })
7785
- .s("AmazonBedrockAgentCoreControl", "UpdateApiKeyCredentialProvider", {})
7786
- .n("BedrockAgentCoreControlClient", "UpdateApiKeyCredentialProviderCommand")
7787
- .sc(UpdateApiKeyCredentialProvider$)
7788
- .build() {
7789
- }
7790
-
7791
- class UpdateConfigurationBundleCommand extends Command
7792
- .classBuilder()
7793
- .ep(commonParams)
7794
- .m(function (Command, cs, config, o) {
7795
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7796
- })
7797
- .s("AmazonBedrockAgentCoreControl", "UpdateConfigurationBundle", {})
7798
- .n("BedrockAgentCoreControlClient", "UpdateConfigurationBundleCommand")
7799
- .sc(UpdateConfigurationBundle$)
7800
- .build() {
7801
- }
7802
-
7803
- class UpdateDatasetCommand extends Command
7804
- .classBuilder()
7805
- .ep(commonParams)
7806
- .m(function (Command, cs, config, o) {
7807
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7808
- })
7809
- .s("AmazonBedrockAgentCoreControl", "UpdateDataset", {})
7810
- .n("BedrockAgentCoreControlClient", "UpdateDatasetCommand")
7811
- .sc(UpdateDataset$)
7812
- .build() {
7813
- }
7814
-
7815
- class UpdateDatasetExamplesCommand extends Command
7816
- .classBuilder()
7817
- .ep(commonParams)
7818
- .m(function (Command, cs, config, o) {
7819
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7820
- })
7821
- .s("AmazonBedrockAgentCoreControl", "UpdateDatasetExamples", {})
7822
- .n("BedrockAgentCoreControlClient", "UpdateDatasetExamplesCommand")
7823
- .sc(UpdateDatasetExamples$)
7824
- .build() {
7825
- }
7826
-
7827
- class UpdateEvaluatorCommand extends Command
7828
- .classBuilder()
7829
- .ep(commonParams)
7830
- .m(function (Command, cs, config, o) {
7831
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7832
- })
7833
- .s("AmazonBedrockAgentCoreControl", "UpdateEvaluator", {})
7834
- .n("BedrockAgentCoreControlClient", "UpdateEvaluatorCommand")
7835
- .sc(UpdateEvaluator$)
7836
- .build() {
7837
- }
7838
-
7839
- class UpdateGatewayCommand extends Command
7840
- .classBuilder()
7841
- .ep(commonParams)
7842
- .m(function (Command, cs, config, o) {
7843
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7844
- })
7845
- .s("AmazonBedrockAgentCoreControl", "UpdateGateway", {})
7846
- .n("BedrockAgentCoreControlClient", "UpdateGatewayCommand")
7847
- .sc(UpdateGateway$)
7848
- .build() {
7849
- }
7850
-
7851
- class UpdateGatewayRuleCommand extends Command
7852
- .classBuilder()
7853
- .ep(commonParams)
7854
- .m(function (Command, cs, config, o) {
7855
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7856
- })
7857
- .s("AmazonBedrockAgentCoreControl", "UpdateGatewayRule", {})
7858
- .n("BedrockAgentCoreControlClient", "UpdateGatewayRuleCommand")
7859
- .sc(UpdateGatewayRule$)
7860
- .build() {
7861
- }
7862
-
7863
- class UpdateGatewayTargetCommand extends Command
7864
- .classBuilder()
7865
- .ep(commonParams)
7866
- .m(function (Command, cs, config, o) {
7867
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7868
- })
7869
- .s("AmazonBedrockAgentCoreControl", "UpdateGatewayTarget", {})
7870
- .n("BedrockAgentCoreControlClient", "UpdateGatewayTargetCommand")
7871
- .sc(UpdateGatewayTarget$)
7872
- .build() {
7873
- }
7874
-
7875
- class UpdateHarnessCommand extends Command
7876
- .classBuilder()
7877
- .ep(commonParams)
7878
- .m(function (Command, cs, config, o) {
7879
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7880
- })
7881
- .s("AmazonBedrockAgentCoreControl", "UpdateHarness", {})
7882
- .n("BedrockAgentCoreControlClient", "UpdateHarnessCommand")
7883
- .sc(UpdateHarness$)
7884
- .build() {
7885
- }
7886
-
7887
- class UpdateHarnessEndpointCommand extends Command
7888
- .classBuilder()
7889
- .ep(commonParams)
7890
- .m(function (Command, cs, config, o) {
7891
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7892
- })
7893
- .s("AmazonBedrockAgentCoreControl", "UpdateHarnessEndpoint", {})
7894
- .n("BedrockAgentCoreControlClient", "UpdateHarnessEndpointCommand")
7895
- .sc(UpdateHarnessEndpoint$)
7896
- .build() {
7897
- }
7898
-
7899
- class UpdateMemoryCommand extends Command
7900
- .classBuilder()
7901
- .ep(commonParams)
7902
- .m(function (Command, cs, config, o) {
7903
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7904
- })
7905
- .s("AmazonBedrockAgentCoreControl", "UpdateMemory", {})
7906
- .n("BedrockAgentCoreControlClient", "UpdateMemoryCommand")
7907
- .sc(UpdateMemory$)
7908
- .build() {
7909
- }
7910
-
7911
- class UpdateOauth2CredentialProviderCommand extends Command
7912
- .classBuilder()
7913
- .ep(commonParams)
7914
- .m(function (Command, cs, config, o) {
7915
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7916
- })
7917
- .s("AmazonBedrockAgentCoreControl", "UpdateOauth2CredentialProvider", {})
7918
- .n("BedrockAgentCoreControlClient", "UpdateOauth2CredentialProviderCommand")
7919
- .sc(UpdateOauth2CredentialProvider$)
7920
- .build() {
7921
- }
7922
-
7923
- class UpdateOnlineEvaluationConfigCommand extends Command
7924
- .classBuilder()
7925
- .ep(commonParams)
7926
- .m(function (Command, cs, config, o) {
7927
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7928
- })
7929
- .s("AmazonBedrockAgentCoreControl", "UpdateOnlineEvaluationConfig", {})
7930
- .n("BedrockAgentCoreControlClient", "UpdateOnlineEvaluationConfigCommand")
7931
- .sc(UpdateOnlineEvaluationConfig$)
7932
- .build() {
7933
- }
7934
-
7935
- class UpdatePaymentConnectorCommand extends Command
7936
- .classBuilder()
7937
- .ep(commonParams)
7938
- .m(function (Command, cs, config, o) {
7939
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7940
- })
7941
- .s("AmazonBedrockAgentCoreControl", "UpdatePaymentConnector", {})
7942
- .n("BedrockAgentCoreControlClient", "UpdatePaymentConnectorCommand")
7943
- .sc(UpdatePaymentConnector$)
7944
- .build() {
7945
- }
7946
-
7947
- class UpdatePaymentCredentialProviderCommand extends Command
7948
- .classBuilder()
7949
- .ep(commonParams)
7950
- .m(function (Command, cs, config, o) {
7951
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7952
- })
7953
- .s("AmazonBedrockAgentCoreControl", "UpdatePaymentCredentialProvider", {})
7954
- .n("BedrockAgentCoreControlClient", "UpdatePaymentCredentialProviderCommand")
7955
- .sc(UpdatePaymentCredentialProvider$)
7956
- .build() {
7957
- }
7958
-
7959
- class UpdatePaymentManagerCommand extends Command
7960
- .classBuilder()
7961
- .ep(commonParams)
7962
- .m(function (Command, cs, config, o) {
7963
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7964
- })
7965
- .s("AmazonBedrockAgentCoreControl", "UpdatePaymentManager", {})
7966
- .n("BedrockAgentCoreControlClient", "UpdatePaymentManagerCommand")
7967
- .sc(UpdatePaymentManager$)
7968
- .build() {
7969
- }
7970
-
7971
- class UpdatePolicyCommand extends Command
7972
- .classBuilder()
7973
- .ep(commonParams)
7974
- .m(function (Command, cs, config, o) {
7975
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7976
- })
7977
- .s("AmazonBedrockAgentCoreControl", "UpdatePolicy", {})
7978
- .n("BedrockAgentCoreControlClient", "UpdatePolicyCommand")
7979
- .sc(UpdatePolicy$)
7980
- .build() {
7981
- }
7982
-
7983
- class UpdatePolicyEngineCommand extends Command
7984
- .classBuilder()
7985
- .ep(commonParams)
7986
- .m(function (Command, cs, config, o) {
7987
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
7988
- })
7989
- .s("AmazonBedrockAgentCoreControl", "UpdatePolicyEngine", {})
7990
- .n("BedrockAgentCoreControlClient", "UpdatePolicyEngineCommand")
7991
- .sc(UpdatePolicyEngine$)
7992
- .build() {
7993
- }
7994
-
7995
- class UpdateRegistryCommand extends Command
7996
- .classBuilder()
7997
- .ep(commonParams)
7998
- .m(function (Command, cs, config, o) {
7999
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
8000
- })
8001
- .s("AmazonBedrockAgentCoreControl", "UpdateRegistry", {})
8002
- .n("BedrockAgentCoreControlClient", "UpdateRegistryCommand")
8003
- .sc(UpdateRegistry$)
8004
- .build() {
8005
- }
8006
-
8007
- class UpdateRegistryRecordCommand extends Command
8008
- .classBuilder()
8009
- .ep(commonParams)
8010
- .m(function (Command, cs, config, o) {
8011
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
8012
- })
8013
- .s("AmazonBedrockAgentCoreControl", "UpdateRegistryRecord", {})
8014
- .n("BedrockAgentCoreControlClient", "UpdateRegistryRecordCommand")
8015
- .sc(UpdateRegistryRecord$)
8016
- .build() {
8017
- }
8018
-
8019
- class UpdateRegistryRecordStatusCommand extends Command
8020
- .classBuilder()
8021
- .ep(commonParams)
8022
- .m(function (Command, cs, config, o) {
8023
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
8024
- })
8025
- .s("AmazonBedrockAgentCoreControl", "UpdateRegistryRecordStatus", {})
8026
- .n("BedrockAgentCoreControlClient", "UpdateRegistryRecordStatusCommand")
8027
- .sc(UpdateRegistryRecordStatus$)
8028
- .build() {
8029
- }
8030
-
8031
- class UpdateWorkloadIdentityCommand extends Command
8032
- .classBuilder()
8033
- .ep(commonParams)
8034
- .m(function (Command, cs, config, o) {
8035
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
8036
- })
8037
- .s("AmazonBedrockAgentCoreControl", "UpdateWorkloadIdentity", {})
8038
- .n("BedrockAgentCoreControlClient", "UpdateWorkloadIdentityCommand")
8039
- .sc(UpdateWorkloadIdentity$)
8040
- .build() {
6209
+ const command = makeBuilder(commonParams, "AmazonBedrockAgentCoreControl", "BedrockAgentCoreControlClient", getEndpointPlugin);
6210
+ const _ep0 = {};
6211
+ const _mw0 = (Command, cs, config, o) => [];
6212
+
6213
+ class AddDatasetExamplesCommand extends command(_ep0, _mw0, "AddDatasetExamples", AddDatasetExamples$) {
6214
+ }
6215
+
6216
+ class CreateAgentRuntimeCommand extends command(_ep0, _mw0, "CreateAgentRuntime", CreateAgentRuntime$) {
6217
+ }
6218
+
6219
+ class CreateAgentRuntimeEndpointCommand extends command(_ep0, _mw0, "CreateAgentRuntimeEndpoint", CreateAgentRuntimeEndpoint$) {
6220
+ }
6221
+
6222
+ class CreateApiKeyCredentialProviderCommand extends command(_ep0, _mw0, "CreateApiKeyCredentialProvider", CreateApiKeyCredentialProvider$) {
6223
+ }
6224
+
6225
+ class CreateBrowserCommand extends command(_ep0, _mw0, "CreateBrowser", CreateBrowser$) {
6226
+ }
6227
+
6228
+ class CreateBrowserProfileCommand extends command(_ep0, _mw0, "CreateBrowserProfile", CreateBrowserProfile$) {
6229
+ }
6230
+
6231
+ class CreateCodeInterpreterCommand extends command(_ep0, _mw0, "CreateCodeInterpreter", CreateCodeInterpreter$) {
6232
+ }
6233
+
6234
+ class CreateConfigurationBundleCommand extends command(_ep0, _mw0, "CreateConfigurationBundle", CreateConfigurationBundle$) {
6235
+ }
6236
+
6237
+ class CreateDatasetCommand extends command(_ep0, _mw0, "CreateDataset", CreateDataset$) {
6238
+ }
6239
+
6240
+ class CreateDatasetVersionCommand extends command(_ep0, _mw0, "CreateDatasetVersion", CreateDatasetVersion$) {
6241
+ }
6242
+
6243
+ class CreateEvaluatorCommand extends command(_ep0, _mw0, "CreateEvaluator", CreateEvaluator$) {
6244
+ }
6245
+
6246
+ class CreateGatewayCommand extends command(_ep0, _mw0, "CreateGateway", CreateGateway$) {
6247
+ }
6248
+
6249
+ class CreateGatewayRuleCommand extends command(_ep0, _mw0, "CreateGatewayRule", CreateGatewayRule$) {
6250
+ }
6251
+
6252
+ class CreateGatewayTargetCommand extends command(_ep0, _mw0, "CreateGatewayTarget", CreateGatewayTarget$) {
6253
+ }
6254
+
6255
+ class CreateHarnessCommand extends command(_ep0, _mw0, "CreateHarness", CreateHarness$) {
6256
+ }
6257
+
6258
+ class CreateHarnessEndpointCommand extends command(_ep0, _mw0, "CreateHarnessEndpoint", CreateHarnessEndpoint$) {
6259
+ }
6260
+
6261
+ class CreateMemoryCommand extends command(_ep0, _mw0, "CreateMemory", CreateMemory$) {
6262
+ }
6263
+
6264
+ class CreateOauth2CredentialProviderCommand extends command(_ep0, _mw0, "CreateOauth2CredentialProvider", CreateOauth2CredentialProvider$) {
6265
+ }
6266
+
6267
+ class CreateOnlineEvaluationConfigCommand extends command(_ep0, _mw0, "CreateOnlineEvaluationConfig", CreateOnlineEvaluationConfig$) {
6268
+ }
6269
+
6270
+ class CreatePaymentConnectorCommand extends command(_ep0, _mw0, "CreatePaymentConnector", CreatePaymentConnector$) {
6271
+ }
6272
+
6273
+ class CreatePaymentCredentialProviderCommand extends command(_ep0, _mw0, "CreatePaymentCredentialProvider", CreatePaymentCredentialProvider$) {
6274
+ }
6275
+
6276
+ class CreatePaymentManagerCommand extends command(_ep0, _mw0, "CreatePaymentManager", CreatePaymentManager$) {
6277
+ }
6278
+
6279
+ class CreatePolicyCommand extends command(_ep0, _mw0, "CreatePolicy", CreatePolicy$) {
6280
+ }
6281
+
6282
+ class CreatePolicyEngineCommand extends command(_ep0, _mw0, "CreatePolicyEngine", CreatePolicyEngine$) {
6283
+ }
6284
+
6285
+ class CreateRegistryCommand extends command(_ep0, _mw0, "CreateRegistry", CreateRegistry$) {
6286
+ }
6287
+
6288
+ class CreateRegistryRecordCommand extends command(_ep0, _mw0, "CreateRegistryRecord", CreateRegistryRecord$) {
6289
+ }
6290
+
6291
+ class CreateWorkloadIdentityCommand extends command(_ep0, _mw0, "CreateWorkloadIdentity", CreateWorkloadIdentity$) {
6292
+ }
6293
+
6294
+ class DeleteAgentRuntimeCommand extends command(_ep0, _mw0, "DeleteAgentRuntime", DeleteAgentRuntime$) {
6295
+ }
6296
+
6297
+ class DeleteAgentRuntimeEndpointCommand extends command(_ep0, _mw0, "DeleteAgentRuntimeEndpoint", DeleteAgentRuntimeEndpoint$) {
6298
+ }
6299
+
6300
+ class DeleteApiKeyCredentialProviderCommand extends command(_ep0, _mw0, "DeleteApiKeyCredentialProvider", DeleteApiKeyCredentialProvider$) {
6301
+ }
6302
+
6303
+ class DeleteBrowserCommand extends command(_ep0, _mw0, "DeleteBrowser", DeleteBrowser$) {
6304
+ }
6305
+
6306
+ class DeleteBrowserProfileCommand extends command(_ep0, _mw0, "DeleteBrowserProfile", DeleteBrowserProfile$) {
6307
+ }
6308
+
6309
+ class DeleteCodeInterpreterCommand extends command(_ep0, _mw0, "DeleteCodeInterpreter", DeleteCodeInterpreter$) {
6310
+ }
6311
+
6312
+ class DeleteConfigurationBundleCommand extends command(_ep0, _mw0, "DeleteConfigurationBundle", DeleteConfigurationBundle$) {
6313
+ }
6314
+
6315
+ class DeleteDatasetCommand extends command(_ep0, _mw0, "DeleteDataset", DeleteDataset$) {
6316
+ }
6317
+
6318
+ class DeleteDatasetExamplesCommand extends command(_ep0, _mw0, "DeleteDatasetExamples", DeleteDatasetExamples$) {
6319
+ }
6320
+
6321
+ class DeleteEvaluatorCommand extends command(_ep0, _mw0, "DeleteEvaluator", DeleteEvaluator$) {
6322
+ }
6323
+
6324
+ class DeleteGatewayCommand extends command(_ep0, _mw0, "DeleteGateway", DeleteGateway$) {
6325
+ }
6326
+
6327
+ class DeleteGatewayRuleCommand extends command(_ep0, _mw0, "DeleteGatewayRule", DeleteGatewayRule$) {
6328
+ }
6329
+
6330
+ class DeleteGatewayTargetCommand extends command(_ep0, _mw0, "DeleteGatewayTarget", DeleteGatewayTarget$) {
6331
+ }
6332
+
6333
+ class DeleteHarnessCommand extends command(_ep0, _mw0, "DeleteHarness", DeleteHarness$) {
6334
+ }
6335
+
6336
+ class DeleteHarnessEndpointCommand extends command(_ep0, _mw0, "DeleteHarnessEndpoint", DeleteHarnessEndpoint$) {
6337
+ }
6338
+
6339
+ class DeleteMemoryCommand extends command(_ep0, _mw0, "DeleteMemory", DeleteMemory$) {
6340
+ }
6341
+
6342
+ class DeleteOauth2CredentialProviderCommand extends command(_ep0, _mw0, "DeleteOauth2CredentialProvider", DeleteOauth2CredentialProvider$) {
6343
+ }
6344
+
6345
+ class DeleteOnlineEvaluationConfigCommand extends command(_ep0, _mw0, "DeleteOnlineEvaluationConfig", DeleteOnlineEvaluationConfig$) {
6346
+ }
6347
+
6348
+ class DeletePaymentConnectorCommand extends command(_ep0, _mw0, "DeletePaymentConnector", DeletePaymentConnector$) {
6349
+ }
6350
+
6351
+ class DeletePaymentCredentialProviderCommand extends command(_ep0, _mw0, "DeletePaymentCredentialProvider", DeletePaymentCredentialProvider$) {
6352
+ }
6353
+
6354
+ class DeletePaymentManagerCommand extends command(_ep0, _mw0, "DeletePaymentManager", DeletePaymentManager$) {
6355
+ }
6356
+
6357
+ class DeletePolicyCommand extends command(_ep0, _mw0, "DeletePolicy", DeletePolicy$) {
6358
+ }
6359
+
6360
+ class DeletePolicyEngineCommand extends command(_ep0, _mw0, "DeletePolicyEngine", DeletePolicyEngine$) {
6361
+ }
6362
+
6363
+ class DeleteRegistryCommand extends command(_ep0, _mw0, "DeleteRegistry", DeleteRegistry$) {
6364
+ }
6365
+
6366
+ class DeleteRegistryRecordCommand extends command(_ep0, _mw0, "DeleteRegistryRecord", DeleteRegistryRecord$) {
6367
+ }
6368
+
6369
+ class DeleteResourcePolicyCommand extends command(_ep0, _mw0, "DeleteResourcePolicy", DeleteResourcePolicy$) {
6370
+ }
6371
+
6372
+ class DeleteWorkloadIdentityCommand extends command(_ep0, _mw0, "DeleteWorkloadIdentity", DeleteWorkloadIdentity$) {
6373
+ }
6374
+
6375
+ class GetAgentRuntimeCommand extends command(_ep0, _mw0, "GetAgentRuntime", GetAgentRuntime$) {
6376
+ }
6377
+
6378
+ class GetAgentRuntimeEndpointCommand extends command(_ep0, _mw0, "GetAgentRuntimeEndpoint", GetAgentRuntimeEndpoint$) {
6379
+ }
6380
+
6381
+ class GetApiKeyCredentialProviderCommand extends command(_ep0, _mw0, "GetApiKeyCredentialProvider", GetApiKeyCredentialProvider$) {
6382
+ }
6383
+
6384
+ class GetBrowserCommand extends command(_ep0, _mw0, "GetBrowser", GetBrowser$) {
6385
+ }
6386
+
6387
+ class GetBrowserProfileCommand extends command(_ep0, _mw0, "GetBrowserProfile", GetBrowserProfile$) {
6388
+ }
6389
+
6390
+ class GetCodeInterpreterCommand extends command(_ep0, _mw0, "GetCodeInterpreter", GetCodeInterpreter$) {
6391
+ }
6392
+
6393
+ class GetConfigurationBundleCommand extends command(_ep0, _mw0, "GetConfigurationBundle", GetConfigurationBundle$) {
6394
+ }
6395
+
6396
+ class GetConfigurationBundleVersionCommand extends command(_ep0, _mw0, "GetConfigurationBundleVersion", GetConfigurationBundleVersion$) {
6397
+ }
6398
+
6399
+ class GetDatasetCommand extends command(_ep0, _mw0, "GetDataset", GetDataset$) {
6400
+ }
6401
+
6402
+ class GetEvaluatorCommand extends command(_ep0, _mw0, "GetEvaluator", GetEvaluator$) {
6403
+ }
6404
+
6405
+ class GetGatewayCommand extends command(_ep0, _mw0, "GetGateway", GetGateway$) {
6406
+ }
6407
+
6408
+ class GetGatewayRuleCommand extends command(_ep0, _mw0, "GetGatewayRule", GetGatewayRule$) {
6409
+ }
6410
+
6411
+ class GetGatewayTargetCommand extends command(_ep0, _mw0, "GetGatewayTarget", GetGatewayTarget$) {
6412
+ }
6413
+
6414
+ class GetHarnessCommand extends command(_ep0, _mw0, "GetHarness", GetHarness$) {
6415
+ }
6416
+
6417
+ class GetHarnessEndpointCommand extends command(_ep0, _mw0, "GetHarnessEndpoint", GetHarnessEndpoint$) {
6418
+ }
6419
+
6420
+ class GetMemoryCommand extends command(_ep0, _mw0, "GetMemory", GetMemory$) {
6421
+ }
6422
+
6423
+ class GetOauth2CredentialProviderCommand extends command(_ep0, _mw0, "GetOauth2CredentialProvider", GetOauth2CredentialProvider$) {
6424
+ }
6425
+
6426
+ class GetOnlineEvaluationConfigCommand extends command(_ep0, _mw0, "GetOnlineEvaluationConfig", GetOnlineEvaluationConfig$) {
6427
+ }
6428
+
6429
+ class GetPaymentConnectorCommand extends command(_ep0, _mw0, "GetPaymentConnector", GetPaymentConnector$) {
6430
+ }
6431
+
6432
+ class GetPaymentCredentialProviderCommand extends command(_ep0, _mw0, "GetPaymentCredentialProvider", GetPaymentCredentialProvider$) {
6433
+ }
6434
+
6435
+ class GetPaymentManagerCommand extends command(_ep0, _mw0, "GetPaymentManager", GetPaymentManager$) {
6436
+ }
6437
+
6438
+ class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
6439
+ }
6440
+
6441
+ class GetPolicyEngineCommand extends command(_ep0, _mw0, "GetPolicyEngine", GetPolicyEngine$) {
6442
+ }
6443
+
6444
+ class GetPolicyEngineSummaryCommand extends command(_ep0, _mw0, "GetPolicyEngineSummary", GetPolicyEngineSummary$) {
6445
+ }
6446
+
6447
+ class GetPolicyGenerationCommand extends command(_ep0, _mw0, "GetPolicyGeneration", GetPolicyGeneration$) {
6448
+ }
6449
+
6450
+ class GetPolicyGenerationSummaryCommand extends command(_ep0, _mw0, "GetPolicyGenerationSummary", GetPolicyGenerationSummary$) {
6451
+ }
6452
+
6453
+ class GetPolicySummaryCommand extends command(_ep0, _mw0, "GetPolicySummary", GetPolicySummary$) {
6454
+ }
6455
+
6456
+ class GetRegistryCommand extends command(_ep0, _mw0, "GetRegistry", GetRegistry$) {
6457
+ }
6458
+
6459
+ class GetRegistryRecordCommand extends command(_ep0, _mw0, "GetRegistryRecord", GetRegistryRecord$) {
6460
+ }
6461
+
6462
+ class GetResourcePolicyCommand extends command(_ep0, _mw0, "GetResourcePolicy", GetResourcePolicy$) {
6463
+ }
6464
+
6465
+ class GetTokenVaultCommand extends command(_ep0, _mw0, "GetTokenVault", GetTokenVault$) {
6466
+ }
6467
+
6468
+ class GetWorkloadIdentityCommand extends command(_ep0, _mw0, "GetWorkloadIdentity", GetWorkloadIdentity$) {
6469
+ }
6470
+
6471
+ class ListAgentRuntimeEndpointsCommand extends command(_ep0, _mw0, "ListAgentRuntimeEndpoints", ListAgentRuntimeEndpoints$) {
6472
+ }
6473
+
6474
+ class ListAgentRuntimesCommand extends command(_ep0, _mw0, "ListAgentRuntimes", ListAgentRuntimes$) {
6475
+ }
6476
+
6477
+ class ListAgentRuntimeVersionsCommand extends command(_ep0, _mw0, "ListAgentRuntimeVersions", ListAgentRuntimeVersions$) {
6478
+ }
6479
+
6480
+ class ListApiKeyCredentialProvidersCommand extends command(_ep0, _mw0, "ListApiKeyCredentialProviders", ListApiKeyCredentialProviders$) {
6481
+ }
6482
+
6483
+ class ListBrowserProfilesCommand extends command(_ep0, _mw0, "ListBrowserProfiles", ListBrowserProfiles$) {
6484
+ }
6485
+
6486
+ class ListBrowsersCommand extends command(_ep0, _mw0, "ListBrowsers", ListBrowsers$) {
6487
+ }
6488
+
6489
+ class ListCodeInterpretersCommand extends command(_ep0, _mw0, "ListCodeInterpreters", ListCodeInterpreters$) {
6490
+ }
6491
+
6492
+ class ListConfigurationBundlesCommand extends command(_ep0, _mw0, "ListConfigurationBundles", ListConfigurationBundles$) {
6493
+ }
6494
+
6495
+ class ListConfigurationBundleVersionsCommand extends command(_ep0, _mw0, "ListConfigurationBundleVersions", ListConfigurationBundleVersions$) {
6496
+ }
6497
+
6498
+ class ListDatasetExamplesCommand extends command(_ep0, _mw0, "ListDatasetExamples", ListDatasetExamples$) {
6499
+ }
6500
+
6501
+ class ListDatasetsCommand extends command(_ep0, _mw0, "ListDatasets", ListDatasets$) {
6502
+ }
6503
+
6504
+ class ListDatasetVersionsCommand extends command(_ep0, _mw0, "ListDatasetVersions", ListDatasetVersions$) {
6505
+ }
6506
+
6507
+ class ListEvaluatorsCommand extends command(_ep0, _mw0, "ListEvaluators", ListEvaluators$) {
6508
+ }
6509
+
6510
+ class ListGatewayRulesCommand extends command(_ep0, _mw0, "ListGatewayRules", ListGatewayRules$) {
6511
+ }
6512
+
6513
+ class ListGatewaysCommand extends command(_ep0, _mw0, "ListGateways", ListGateways$) {
6514
+ }
6515
+
6516
+ class ListGatewayTargetsCommand extends command(_ep0, _mw0, "ListGatewayTargets", ListGatewayTargets$) {
6517
+ }
6518
+
6519
+ class ListHarnessEndpointsCommand extends command(_ep0, _mw0, "ListHarnessEndpoints", ListHarnessEndpoints$) {
6520
+ }
6521
+
6522
+ class ListHarnessesCommand extends command(_ep0, _mw0, "ListHarnesses", ListHarnesses$) {
6523
+ }
6524
+
6525
+ class ListHarnessVersionsCommand extends command(_ep0, _mw0, "ListHarnessVersions", ListHarnessVersions$) {
6526
+ }
6527
+
6528
+ class ListMemoriesCommand extends command(_ep0, _mw0, "ListMemories", ListMemories$) {
6529
+ }
6530
+
6531
+ class ListOauth2CredentialProvidersCommand extends command(_ep0, _mw0, "ListOauth2CredentialProviders", ListOauth2CredentialProviders$) {
6532
+ }
6533
+
6534
+ class ListOnlineEvaluationConfigsCommand extends command(_ep0, _mw0, "ListOnlineEvaluationConfigs", ListOnlineEvaluationConfigs$) {
6535
+ }
6536
+
6537
+ class ListPaymentConnectorsCommand extends command(_ep0, _mw0, "ListPaymentConnectors", ListPaymentConnectors$) {
6538
+ }
6539
+
6540
+ class ListPaymentCredentialProvidersCommand extends command(_ep0, _mw0, "ListPaymentCredentialProviders", ListPaymentCredentialProviders$) {
6541
+ }
6542
+
6543
+ class ListPaymentManagersCommand extends command(_ep0, _mw0, "ListPaymentManagers", ListPaymentManagers$) {
6544
+ }
6545
+
6546
+ class ListPoliciesCommand extends command(_ep0, _mw0, "ListPolicies", ListPolicies$) {
6547
+ }
6548
+
6549
+ class ListPolicyEnginesCommand extends command(_ep0, _mw0, "ListPolicyEngines", ListPolicyEngines$) {
6550
+ }
6551
+
6552
+ class ListPolicyEngineSummariesCommand extends command(_ep0, _mw0, "ListPolicyEngineSummaries", ListPolicyEngineSummaries$) {
6553
+ }
6554
+
6555
+ class ListPolicyGenerationAssetsCommand extends command(_ep0, _mw0, "ListPolicyGenerationAssets", ListPolicyGenerationAssets$) {
6556
+ }
6557
+
6558
+ class ListPolicyGenerationsCommand extends command(_ep0, _mw0, "ListPolicyGenerations", ListPolicyGenerations$) {
6559
+ }
6560
+
6561
+ class ListPolicyGenerationSummariesCommand extends command(_ep0, _mw0, "ListPolicyGenerationSummaries", ListPolicyGenerationSummaries$) {
6562
+ }
6563
+
6564
+ class ListPolicySummariesCommand extends command(_ep0, _mw0, "ListPolicySummaries", ListPolicySummaries$) {
6565
+ }
6566
+
6567
+ class ListRegistriesCommand extends command(_ep0, _mw0, "ListRegistries", ListRegistries$) {
6568
+ }
6569
+
6570
+ class ListRegistryRecordsCommand extends command(_ep0, _mw0, "ListRegistryRecords", ListRegistryRecords$) {
6571
+ }
6572
+
6573
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
6574
+ }
6575
+
6576
+ class ListWorkloadIdentitiesCommand extends command(_ep0, _mw0, "ListWorkloadIdentities", ListWorkloadIdentities$) {
6577
+ }
6578
+
6579
+ class PutResourcePolicyCommand extends command(_ep0, _mw0, "PutResourcePolicy", PutResourcePolicy$) {
6580
+ }
6581
+
6582
+ class SetTokenVaultCMKCommand extends command(_ep0, _mw0, "SetTokenVaultCMK", SetTokenVaultCMK$) {
6583
+ }
6584
+
6585
+ class StartPolicyGenerationCommand extends command(_ep0, _mw0, "StartPolicyGeneration", StartPolicyGeneration$) {
6586
+ }
6587
+
6588
+ class SubmitRegistryRecordForApprovalCommand extends command(_ep0, _mw0, "SubmitRegistryRecordForApproval", SubmitRegistryRecordForApproval$) {
6589
+ }
6590
+
6591
+ class SynchronizeGatewayTargetsCommand extends command(_ep0, _mw0, "SynchronizeGatewayTargets", SynchronizeGatewayTargets$) {
6592
+ }
6593
+
6594
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
6595
+ }
6596
+
6597
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
6598
+ }
6599
+
6600
+ class UpdateAgentRuntimeCommand extends command(_ep0, _mw0, "UpdateAgentRuntime", UpdateAgentRuntime$) {
6601
+ }
6602
+
6603
+ class UpdateAgentRuntimeEndpointCommand extends command(_ep0, _mw0, "UpdateAgentRuntimeEndpoint", UpdateAgentRuntimeEndpoint$) {
6604
+ }
6605
+
6606
+ class UpdateApiKeyCredentialProviderCommand extends command(_ep0, _mw0, "UpdateApiKeyCredentialProvider", UpdateApiKeyCredentialProvider$) {
6607
+ }
6608
+
6609
+ class UpdateConfigurationBundleCommand extends command(_ep0, _mw0, "UpdateConfigurationBundle", UpdateConfigurationBundle$) {
6610
+ }
6611
+
6612
+ class UpdateDatasetCommand extends command(_ep0, _mw0, "UpdateDataset", UpdateDataset$) {
6613
+ }
6614
+
6615
+ class UpdateDatasetExamplesCommand extends command(_ep0, _mw0, "UpdateDatasetExamples", UpdateDatasetExamples$) {
6616
+ }
6617
+
6618
+ class UpdateEvaluatorCommand extends command(_ep0, _mw0, "UpdateEvaluator", UpdateEvaluator$) {
6619
+ }
6620
+
6621
+ class UpdateGatewayCommand extends command(_ep0, _mw0, "UpdateGateway", UpdateGateway$) {
6622
+ }
6623
+
6624
+ class UpdateGatewayRuleCommand extends command(_ep0, _mw0, "UpdateGatewayRule", UpdateGatewayRule$) {
6625
+ }
6626
+
6627
+ class UpdateGatewayTargetCommand extends command(_ep0, _mw0, "UpdateGatewayTarget", UpdateGatewayTarget$) {
6628
+ }
6629
+
6630
+ class UpdateHarnessCommand extends command(_ep0, _mw0, "UpdateHarness", UpdateHarness$) {
6631
+ }
6632
+
6633
+ class UpdateHarnessEndpointCommand extends command(_ep0, _mw0, "UpdateHarnessEndpoint", UpdateHarnessEndpoint$) {
6634
+ }
6635
+
6636
+ class UpdateMemoryCommand extends command(_ep0, _mw0, "UpdateMemory", UpdateMemory$) {
6637
+ }
6638
+
6639
+ class UpdateOauth2CredentialProviderCommand extends command(_ep0, _mw0, "UpdateOauth2CredentialProvider", UpdateOauth2CredentialProvider$) {
6640
+ }
6641
+
6642
+ class UpdateOnlineEvaluationConfigCommand extends command(_ep0, _mw0, "UpdateOnlineEvaluationConfig", UpdateOnlineEvaluationConfig$) {
6643
+ }
6644
+
6645
+ class UpdatePaymentConnectorCommand extends command(_ep0, _mw0, "UpdatePaymentConnector", UpdatePaymentConnector$) {
6646
+ }
6647
+
6648
+ class UpdatePaymentCredentialProviderCommand extends command(_ep0, _mw0, "UpdatePaymentCredentialProvider", UpdatePaymentCredentialProvider$) {
6649
+ }
6650
+
6651
+ class UpdatePaymentManagerCommand extends command(_ep0, _mw0, "UpdatePaymentManager", UpdatePaymentManager$) {
6652
+ }
6653
+
6654
+ class UpdatePolicyCommand extends command(_ep0, _mw0, "UpdatePolicy", UpdatePolicy$) {
6655
+ }
6656
+
6657
+ class UpdatePolicyEngineCommand extends command(_ep0, _mw0, "UpdatePolicyEngine", UpdatePolicyEngine$) {
6658
+ }
6659
+
6660
+ class UpdateRegistryCommand extends command(_ep0, _mw0, "UpdateRegistry", UpdateRegistry$) {
6661
+ }
6662
+
6663
+ class UpdateRegistryRecordCommand extends command(_ep0, _mw0, "UpdateRegistryRecord", UpdateRegistryRecord$) {
6664
+ }
6665
+
6666
+ class UpdateRegistryRecordStatusCommand extends command(_ep0, _mw0, "UpdateRegistryRecordStatus", UpdateRegistryRecordStatus$) {
6667
+ }
6668
+
6669
+ class UpdateWorkloadIdentityCommand extends command(_ep0, _mw0, "UpdateWorkloadIdentity", UpdateWorkloadIdentity$) {
8041
6670
  }
8042
6671
 
8043
6672
  const paginateListAgentRuntimeEndpoints = createPaginator(BedrockAgentCoreControlClient, ListAgentRuntimeEndpointsCommand, "nextToken", "nextToken", "maxResults");