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