@aws-sdk/client-bedrock 3.1045.0 → 3.1047.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 (378) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  3. package/dist-cjs/endpoint/bdd.js +2 -2
  4. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  5. package/dist-cjs/index.js +309 -226
  6. package/dist-cjs/models/BedrockServiceException.js +3 -3
  7. package/dist-cjs/models/errors.js +14 -14
  8. package/dist-cjs/runtimeConfig.browser.js +12 -14
  9. package/dist-cjs/runtimeConfig.js +18 -22
  10. package/dist-cjs/runtimeConfig.shared.js +9 -10
  11. package/dist-cjs/schemas/schemas_0.js +192 -46
  12. package/dist-es/Bedrock.js +13 -1
  13. package/dist-es/BedrockClient.js +5 -5
  14. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  15. package/dist-es/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.js +16 -0
  16. package/dist-es/commands/BatchDeleteEvaluationJobCommand.js +2 -2
  17. package/dist-es/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
  18. package/dist-es/commands/CreateAdvancedPromptOptimizationJobCommand.js +16 -0
  19. package/dist-es/commands/CreateAutomatedReasoningPolicyCommand.js +2 -2
  20. package/dist-es/commands/CreateAutomatedReasoningPolicyTestCaseCommand.js +2 -2
  21. package/dist-es/commands/CreateAutomatedReasoningPolicyVersionCommand.js +2 -2
  22. package/dist-es/commands/CreateCustomModelCommand.js +2 -2
  23. package/dist-es/commands/CreateCustomModelDeploymentCommand.js +2 -2
  24. package/dist-es/commands/CreateEvaluationJobCommand.js +2 -2
  25. package/dist-es/commands/CreateFoundationModelAgreementCommand.js +2 -2
  26. package/dist-es/commands/CreateGuardrailCommand.js +2 -2
  27. package/dist-es/commands/CreateGuardrailVersionCommand.js +2 -2
  28. package/dist-es/commands/CreateInferenceProfileCommand.js +2 -2
  29. package/dist-es/commands/CreateMarketplaceModelEndpointCommand.js +2 -2
  30. package/dist-es/commands/CreateModelCopyJobCommand.js +2 -2
  31. package/dist-es/commands/CreateModelCustomizationJobCommand.js +2 -2
  32. package/dist-es/commands/CreateModelImportJobCommand.js +2 -2
  33. package/dist-es/commands/CreateModelInvocationJobCommand.js +2 -2
  34. package/dist-es/commands/CreatePromptRouterCommand.js +2 -2
  35. package/dist-es/commands/CreateProvisionedModelThroughputCommand.js +2 -2
  36. package/dist-es/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
  37. package/dist-es/commands/DeleteAutomatedReasoningPolicyCommand.js +2 -2
  38. package/dist-es/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.js +2 -2
  39. package/dist-es/commands/DeleteCustomModelCommand.js +2 -2
  40. package/dist-es/commands/DeleteCustomModelDeploymentCommand.js +2 -2
  41. package/dist-es/commands/DeleteEnforcedGuardrailConfigurationCommand.js +2 -2
  42. package/dist-es/commands/DeleteFoundationModelAgreementCommand.js +2 -2
  43. package/dist-es/commands/DeleteGuardrailCommand.js +2 -2
  44. package/dist-es/commands/DeleteImportedModelCommand.js +2 -2
  45. package/dist-es/commands/DeleteInferenceProfileCommand.js +2 -2
  46. package/dist-es/commands/DeleteMarketplaceModelEndpointCommand.js +2 -2
  47. package/dist-es/commands/DeleteModelInvocationLoggingConfigurationCommand.js +2 -2
  48. package/dist-es/commands/DeletePromptRouterCommand.js +2 -2
  49. package/dist-es/commands/DeleteProvisionedModelThroughputCommand.js +2 -2
  50. package/dist-es/commands/DeleteResourcePolicyCommand.js +2 -2
  51. package/dist-es/commands/DeregisterMarketplaceModelEndpointCommand.js +2 -2
  52. package/dist-es/commands/ExportAutomatedReasoningPolicyVersionCommand.js +2 -2
  53. package/dist-es/commands/GetAdvancedPromptOptimizationJobCommand.js +16 -0
  54. package/dist-es/commands/GetAutomatedReasoningPolicyAnnotationsCommand.js +2 -2
  55. package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
  56. package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.js +2 -2
  57. package/dist-es/commands/GetAutomatedReasoningPolicyCommand.js +2 -2
  58. package/dist-es/commands/GetAutomatedReasoningPolicyNextScenarioCommand.js +2 -2
  59. package/dist-es/commands/GetAutomatedReasoningPolicyTestCaseCommand.js +2 -2
  60. package/dist-es/commands/GetAutomatedReasoningPolicyTestResultCommand.js +2 -2
  61. package/dist-es/commands/GetCustomModelCommand.js +2 -2
  62. package/dist-es/commands/GetCustomModelDeploymentCommand.js +2 -2
  63. package/dist-es/commands/GetEvaluationJobCommand.js +2 -2
  64. package/dist-es/commands/GetFoundationModelAvailabilityCommand.js +2 -2
  65. package/dist-es/commands/GetFoundationModelCommand.js +2 -2
  66. package/dist-es/commands/GetGuardrailCommand.js +2 -2
  67. package/dist-es/commands/GetImportedModelCommand.js +2 -2
  68. package/dist-es/commands/GetInferenceProfileCommand.js +2 -2
  69. package/dist-es/commands/GetMarketplaceModelEndpointCommand.js +2 -2
  70. package/dist-es/commands/GetModelCopyJobCommand.js +2 -2
  71. package/dist-es/commands/GetModelCustomizationJobCommand.js +2 -2
  72. package/dist-es/commands/GetModelImportJobCommand.js +2 -2
  73. package/dist-es/commands/GetModelInvocationJobCommand.js +2 -2
  74. package/dist-es/commands/GetModelInvocationLoggingConfigurationCommand.js +2 -2
  75. package/dist-es/commands/GetPromptRouterCommand.js +2 -2
  76. package/dist-es/commands/GetProvisionedModelThroughputCommand.js +2 -2
  77. package/dist-es/commands/GetResourcePolicyCommand.js +2 -2
  78. package/dist-es/commands/GetUseCaseForModelAccessCommand.js +2 -2
  79. package/dist-es/commands/ListAdvancedPromptOptimizationJobsCommand.js +16 -0
  80. package/dist-es/commands/ListAutomatedReasoningPoliciesCommand.js +2 -2
  81. package/dist-es/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.js +2 -2
  82. package/dist-es/commands/ListAutomatedReasoningPolicyTestCasesCommand.js +2 -2
  83. package/dist-es/commands/ListAutomatedReasoningPolicyTestResultsCommand.js +2 -2
  84. package/dist-es/commands/ListCustomModelDeploymentsCommand.js +2 -2
  85. package/dist-es/commands/ListCustomModelsCommand.js +2 -2
  86. package/dist-es/commands/ListEnforcedGuardrailsConfigurationCommand.js +2 -2
  87. package/dist-es/commands/ListEvaluationJobsCommand.js +2 -2
  88. package/dist-es/commands/ListFoundationModelAgreementOffersCommand.js +2 -2
  89. package/dist-es/commands/ListFoundationModelsCommand.js +2 -2
  90. package/dist-es/commands/ListGuardrailsCommand.js +2 -2
  91. package/dist-es/commands/ListImportedModelsCommand.js +2 -2
  92. package/dist-es/commands/ListInferenceProfilesCommand.js +2 -2
  93. package/dist-es/commands/ListMarketplaceModelEndpointsCommand.js +2 -2
  94. package/dist-es/commands/ListModelCopyJobsCommand.js +2 -2
  95. package/dist-es/commands/ListModelCustomizationJobsCommand.js +2 -2
  96. package/dist-es/commands/ListModelImportJobsCommand.js +2 -2
  97. package/dist-es/commands/ListModelInvocationJobsCommand.js +2 -2
  98. package/dist-es/commands/ListPromptRoutersCommand.js +2 -2
  99. package/dist-es/commands/ListProvisionedModelThroughputsCommand.js +2 -2
  100. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  101. package/dist-es/commands/PutEnforcedGuardrailConfigurationCommand.js +2 -2
  102. package/dist-es/commands/PutModelInvocationLoggingConfigurationCommand.js +2 -2
  103. package/dist-es/commands/PutResourcePolicyCommand.js +2 -2
  104. package/dist-es/commands/PutUseCaseForModelAccessCommand.js +2 -2
  105. package/dist-es/commands/RegisterMarketplaceModelEndpointCommand.js +2 -2
  106. package/dist-es/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.js +2 -2
  107. package/dist-es/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.js +2 -2
  108. package/dist-es/commands/StopAdvancedPromptOptimizationJobCommand.js +16 -0
  109. package/dist-es/commands/StopEvaluationJobCommand.js +2 -2
  110. package/dist-es/commands/StopModelCustomizationJobCommand.js +2 -2
  111. package/dist-es/commands/StopModelInvocationJobCommand.js +2 -2
  112. package/dist-es/commands/TagResourceCommand.js +2 -2
  113. package/dist-es/commands/UntagResourceCommand.js +2 -2
  114. package/dist-es/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.js +2 -2
  115. package/dist-es/commands/UpdateAutomatedReasoningPolicyCommand.js +2 -2
  116. package/dist-es/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.js +2 -2
  117. package/dist-es/commands/UpdateCustomModelDeploymentCommand.js +2 -2
  118. package/dist-es/commands/UpdateGuardrailCommand.js +2 -2
  119. package/dist-es/commands/UpdateMarketplaceModelEndpointCommand.js +2 -2
  120. package/dist-es/commands/UpdateProvisionedModelThroughputCommand.js +2 -2
  121. package/dist-es/commands/index.js +5 -0
  122. package/dist-es/endpoint/bdd.js +1 -1
  123. package/dist-es/endpoint/endpointResolver.js +1 -1
  124. package/dist-es/models/BedrockServiceException.js +1 -1
  125. package/dist-es/models/enums.js +16 -7
  126. package/dist-es/models/errors.js +12 -12
  127. package/dist-es/pagination/ListAdvancedPromptOptimizationJobsPaginator.js +4 -0
  128. package/dist-es/pagination/index.js +1 -0
  129. package/dist-es/runtimeConfig.browser.js +4 -6
  130. package/dist-es/runtimeConfig.js +4 -8
  131. package/dist-es/runtimeConfig.shared.js +3 -4
  132. package/dist-es/runtimeExtensions.js +2 -2
  133. package/dist-es/schemas/schemas_0.js +180 -34
  134. package/dist-types/Bedrock.d.ts +43 -0
  135. package/dist-types/BedrockClient.d.ts +12 -7
  136. package/dist-types/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.d.ts +102 -0
  137. package/dist-types/commands/BatchDeleteEvaluationJobCommand.d.ts +6 -4
  138. package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  139. package/dist-types/commands/CreateAdvancedPromptOptimizationJobCommand.d.ts +131 -0
  140. package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +6 -4
  141. package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  142. package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
  143. package/dist-types/commands/CreateCustomModelCommand.d.ts +6 -4
  144. package/dist-types/commands/CreateCustomModelDeploymentCommand.d.ts +6 -4
  145. package/dist-types/commands/CreateEvaluationJobCommand.d.ts +6 -4
  146. package/dist-types/commands/CreateFoundationModelAgreementCommand.d.ts +6 -4
  147. package/dist-types/commands/CreateGuardrailCommand.d.ts +7 -5
  148. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +7 -5
  149. package/dist-types/commands/CreateInferenceProfileCommand.d.ts +6 -4
  150. package/dist-types/commands/CreateMarketplaceModelEndpointCommand.d.ts +6 -4
  151. package/dist-types/commands/CreateModelCopyJobCommand.d.ts +6 -4
  152. package/dist-types/commands/CreateModelCustomizationJobCommand.d.ts +6 -4
  153. package/dist-types/commands/CreateModelImportJobCommand.d.ts +6 -4
  154. package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +6 -4
  155. package/dist-types/commands/CreatePromptRouterCommand.d.ts +6 -4
  156. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -4
  157. package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  158. package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +6 -4
  159. package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  160. package/dist-types/commands/DeleteCustomModelCommand.d.ts +6 -4
  161. package/dist-types/commands/DeleteCustomModelDeploymentCommand.d.ts +6 -4
  162. package/dist-types/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +6 -4
  163. package/dist-types/commands/DeleteFoundationModelAgreementCommand.d.ts +6 -4
  164. package/dist-types/commands/DeleteGuardrailCommand.d.ts +7 -5
  165. package/dist-types/commands/DeleteImportedModelCommand.d.ts +6 -4
  166. package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +6 -4
  167. package/dist-types/commands/DeleteMarketplaceModelEndpointCommand.d.ts +6 -4
  168. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  169. package/dist-types/commands/DeletePromptRouterCommand.d.ts +6 -4
  170. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -4
  171. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  172. package/dist-types/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +6 -4
  173. package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
  174. package/dist-types/commands/GetAdvancedPromptOptimizationJobCommand.d.ts +120 -0
  175. package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
  176. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  177. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +6 -4
  178. package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +6 -4
  179. package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +6 -4
  180. package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  181. package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +6 -4
  182. package/dist-types/commands/GetCustomModelCommand.d.ts +6 -4
  183. package/dist-types/commands/GetCustomModelDeploymentCommand.d.ts +6 -4
  184. package/dist-types/commands/GetEvaluationJobCommand.d.ts +6 -4
  185. package/dist-types/commands/GetFoundationModelAvailabilityCommand.d.ts +6 -4
  186. package/dist-types/commands/GetFoundationModelCommand.d.ts +6 -4
  187. package/dist-types/commands/GetGuardrailCommand.d.ts +7 -6
  188. package/dist-types/commands/GetImportedModelCommand.d.ts +6 -4
  189. package/dist-types/commands/GetInferenceProfileCommand.d.ts +6 -4
  190. package/dist-types/commands/GetMarketplaceModelEndpointCommand.d.ts +6 -4
  191. package/dist-types/commands/GetModelCopyJobCommand.d.ts +6 -4
  192. package/dist-types/commands/GetModelCustomizationJobCommand.d.ts +6 -4
  193. package/dist-types/commands/GetModelImportJobCommand.d.ts +6 -4
  194. package/dist-types/commands/GetModelInvocationJobCommand.d.ts +6 -4
  195. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  196. package/dist-types/commands/GetPromptRouterCommand.d.ts +6 -4
  197. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +6 -4
  198. package/dist-types/commands/GetResourcePolicyCommand.d.ts +6 -4
  199. package/dist-types/commands/GetUseCaseForModelAccessCommand.d.ts +6 -4
  200. package/dist-types/commands/ListAdvancedPromptOptimizationJobsCommand.d.ts +100 -0
  201. package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +6 -4
  202. package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +6 -4
  203. package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +6 -4
  204. package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +6 -4
  205. package/dist-types/commands/ListCustomModelDeploymentsCommand.d.ts +6 -4
  206. package/dist-types/commands/ListCustomModelsCommand.d.ts +6 -4
  207. package/dist-types/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +6 -4
  208. package/dist-types/commands/ListEvaluationJobsCommand.d.ts +6 -4
  209. package/dist-types/commands/ListFoundationModelAgreementOffersCommand.d.ts +6 -4
  210. package/dist-types/commands/ListFoundationModelsCommand.d.ts +6 -4
  211. package/dist-types/commands/ListGuardrailsCommand.d.ts +6 -4
  212. package/dist-types/commands/ListImportedModelsCommand.d.ts +6 -4
  213. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +6 -4
  214. package/dist-types/commands/ListMarketplaceModelEndpointsCommand.d.ts +6 -4
  215. package/dist-types/commands/ListModelCopyJobsCommand.d.ts +6 -4
  216. package/dist-types/commands/ListModelCustomizationJobsCommand.d.ts +6 -4
  217. package/dist-types/commands/ListModelImportJobsCommand.d.ts +6 -4
  218. package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +6 -4
  219. package/dist-types/commands/ListPromptRoutersCommand.d.ts +6 -4
  220. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -4
  221. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  222. package/dist-types/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +6 -4
  223. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  224. package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -4
  225. package/dist-types/commands/PutUseCaseForModelAccessCommand.d.ts +6 -4
  226. package/dist-types/commands/RegisterMarketplaceModelEndpointCommand.d.ts +6 -4
  227. package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  228. package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +6 -4
  229. package/dist-types/commands/StopAdvancedPromptOptimizationJobCommand.d.ts +92 -0
  230. package/dist-types/commands/StopEvaluationJobCommand.d.ts +6 -4
  231. package/dist-types/commands/StopModelCustomizationJobCommand.d.ts +6 -4
  232. package/dist-types/commands/StopModelInvocationJobCommand.d.ts +6 -4
  233. package/dist-types/commands/TagResourceCommand.d.ts +6 -4
  234. package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  235. package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
  236. package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +6 -4
  237. package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  238. package/dist-types/commands/UpdateCustomModelDeploymentCommand.d.ts +6 -4
  239. package/dist-types/commands/UpdateGuardrailCommand.d.ts +6 -4
  240. package/dist-types/commands/UpdateMarketplaceModelEndpointCommand.d.ts +6 -4
  241. package/dist-types/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -4
  242. package/dist-types/commands/index.d.ts +5 -0
  243. package/dist-types/endpoint/bdd.d.ts +1 -1
  244. package/dist-types/extensionConfiguration.d.ts +1 -1
  245. package/dist-types/models/BedrockServiceException.d.ts +1 -1
  246. package/dist-types/models/enums.d.ts +40 -23
  247. package/dist-types/models/errors.d.ts +13 -13
  248. package/dist-types/models/models_0.d.ts +3481 -3544
  249. package/dist-types/models/models_1.d.ts +417 -2
  250. package/dist-types/pagination/ListAdvancedPromptOptimizationJobsPaginator.d.ts +7 -0
  251. package/dist-types/pagination/index.d.ts +1 -0
  252. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  253. package/dist-types/runtimeConfig.d.ts +2 -2
  254. package/dist-types/runtimeConfig.native.d.ts +2 -2
  255. package/dist-types/schemas/schemas_0.d.ts +22 -0
  256. package/dist-types/ts3.4/Bedrock.d.ts +117 -0
  257. package/dist-types/ts3.4/BedrockClient.d.ts +38 -14
  258. package/dist-types/ts3.4/commands/BatchDeleteAdvancedPromptOptimizationJobCommand.d.ts +53 -0
  259. package/dist-types/ts3.4/commands/BatchDeleteEvaluationJobCommand.d.ts +6 -4
  260. package/dist-types/ts3.4/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  261. package/dist-types/ts3.4/commands/CreateAdvancedPromptOptimizationJobCommand.d.ts +53 -0
  262. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyCommand.d.ts +6 -4
  263. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  264. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
  265. package/dist-types/ts3.4/commands/CreateCustomModelCommand.d.ts +6 -4
  266. package/dist-types/ts3.4/commands/CreateCustomModelDeploymentCommand.d.ts +6 -4
  267. package/dist-types/ts3.4/commands/CreateEvaluationJobCommand.d.ts +6 -4
  268. package/dist-types/ts3.4/commands/CreateFoundationModelAgreementCommand.d.ts +6 -4
  269. package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +7 -5
  270. package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +7 -5
  271. package/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +6 -4
  272. package/dist-types/ts3.4/commands/CreateMarketplaceModelEndpointCommand.d.ts +6 -4
  273. package/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +6 -4
  274. package/dist-types/ts3.4/commands/CreateModelCustomizationJobCommand.d.ts +6 -4
  275. package/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +6 -4
  276. package/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +6 -4
  277. package/dist-types/ts3.4/commands/CreatePromptRouterCommand.d.ts +6 -4
  278. package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +6 -4
  279. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  280. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +6 -4
  281. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  282. package/dist-types/ts3.4/commands/DeleteCustomModelCommand.d.ts +6 -4
  283. package/dist-types/ts3.4/commands/DeleteCustomModelDeploymentCommand.d.ts +6 -4
  284. package/dist-types/ts3.4/commands/DeleteEnforcedGuardrailConfigurationCommand.d.ts +6 -4
  285. package/dist-types/ts3.4/commands/DeleteFoundationModelAgreementCommand.d.ts +6 -4
  286. package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +7 -5
  287. package/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +6 -4
  288. package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +6 -4
  289. package/dist-types/ts3.4/commands/DeleteMarketplaceModelEndpointCommand.d.ts +6 -4
  290. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  291. package/dist-types/ts3.4/commands/DeletePromptRouterCommand.d.ts +6 -4
  292. package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +6 -4
  293. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +6 -4
  294. package/dist-types/ts3.4/commands/DeregisterMarketplaceModelEndpointCommand.d.ts +6 -4
  295. package/dist-types/ts3.4/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +6 -4
  296. package/dist-types/ts3.4/commands/GetAdvancedPromptOptimizationJobCommand.d.ts +53 -0
  297. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
  298. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  299. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +6 -4
  300. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyCommand.d.ts +6 -4
  301. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +6 -4
  302. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  303. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +6 -4
  304. package/dist-types/ts3.4/commands/GetCustomModelCommand.d.ts +6 -4
  305. package/dist-types/ts3.4/commands/GetCustomModelDeploymentCommand.d.ts +6 -4
  306. package/dist-types/ts3.4/commands/GetEvaluationJobCommand.d.ts +6 -4
  307. package/dist-types/ts3.4/commands/GetFoundationModelAvailabilityCommand.d.ts +6 -4
  308. package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +6 -4
  309. package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +7 -6
  310. package/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +6 -4
  311. package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +6 -4
  312. package/dist-types/ts3.4/commands/GetMarketplaceModelEndpointCommand.d.ts +6 -4
  313. package/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +6 -4
  314. package/dist-types/ts3.4/commands/GetModelCustomizationJobCommand.d.ts +6 -4
  315. package/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +6 -4
  316. package/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +6 -4
  317. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  318. package/dist-types/ts3.4/commands/GetPromptRouterCommand.d.ts +6 -4
  319. package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +6 -4
  320. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +6 -4
  321. package/dist-types/ts3.4/commands/GetUseCaseForModelAccessCommand.d.ts +6 -4
  322. package/dist-types/ts3.4/commands/ListAdvancedPromptOptimizationJobsCommand.d.ts +53 -0
  323. package/dist-types/ts3.4/commands/ListAutomatedReasoningPoliciesCommand.d.ts +6 -4
  324. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +6 -4
  325. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +6 -4
  326. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +6 -4
  327. package/dist-types/ts3.4/commands/ListCustomModelDeploymentsCommand.d.ts +6 -4
  328. package/dist-types/ts3.4/commands/ListCustomModelsCommand.d.ts +6 -4
  329. package/dist-types/ts3.4/commands/ListEnforcedGuardrailsConfigurationCommand.d.ts +6 -4
  330. package/dist-types/ts3.4/commands/ListEvaluationJobsCommand.d.ts +6 -4
  331. package/dist-types/ts3.4/commands/ListFoundationModelAgreementOffersCommand.d.ts +6 -4
  332. package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +6 -4
  333. package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +6 -4
  334. package/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +6 -4
  335. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +6 -4
  336. package/dist-types/ts3.4/commands/ListMarketplaceModelEndpointsCommand.d.ts +6 -4
  337. package/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +6 -4
  338. package/dist-types/ts3.4/commands/ListModelCustomizationJobsCommand.d.ts +6 -4
  339. package/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +6 -4
  340. package/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +6 -4
  341. package/dist-types/ts3.4/commands/ListPromptRoutersCommand.d.ts +6 -4
  342. package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +6 -4
  343. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  344. package/dist-types/ts3.4/commands/PutEnforcedGuardrailConfigurationCommand.d.ts +6 -4
  345. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +6 -4
  346. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +6 -4
  347. package/dist-types/ts3.4/commands/PutUseCaseForModelAccessCommand.d.ts +6 -4
  348. package/dist-types/ts3.4/commands/RegisterMarketplaceModelEndpointCommand.d.ts +6 -4
  349. package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +6 -4
  350. package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +6 -4
  351. package/dist-types/ts3.4/commands/StopAdvancedPromptOptimizationJobCommand.d.ts +53 -0
  352. package/dist-types/ts3.4/commands/StopEvaluationJobCommand.d.ts +6 -4
  353. package/dist-types/ts3.4/commands/StopModelCustomizationJobCommand.d.ts +6 -4
  354. package/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +6 -4
  355. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  356. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  357. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +6 -4
  358. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +6 -4
  359. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +6 -4
  360. package/dist-types/ts3.4/commands/UpdateCustomModelDeploymentCommand.d.ts +6 -4
  361. package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +6 -4
  362. package/dist-types/ts3.4/commands/UpdateMarketplaceModelEndpointCommand.d.ts +6 -4
  363. package/dist-types/ts3.4/commands/UpdateProvisionedModelThroughputCommand.d.ts +6 -4
  364. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  365. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  366. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  367. package/dist-types/ts3.4/models/BedrockServiceException.d.ts +1 -1
  368. package/dist-types/ts3.4/models/enums.d.ts +20 -9
  369. package/dist-types/ts3.4/models/errors.d.ts +8 -8
  370. package/dist-types/ts3.4/models/models_0.d.ts +90 -107
  371. package/dist-types/ts3.4/models/models_1.d.ts +114 -7
  372. package/dist-types/ts3.4/pagination/ListAdvancedPromptOptimizationJobsPaginator.d.ts +11 -0
  373. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  374. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  375. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  376. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  377. package/dist-types/ts3.4/schemas/schemas_0.d.ts +22 -0
  378. package/package.json +14 -35
@@ -4,6 +4,10 @@ import {
4
4
  Paginator,
5
5
  } from "@smithy/types";
6
6
  import { BedrockClient } from "./BedrockClient";
7
+ import {
8
+ BatchDeleteAdvancedPromptOptimizationJobCommandInput,
9
+ BatchDeleteAdvancedPromptOptimizationJobCommandOutput,
10
+ } from "./commands/BatchDeleteAdvancedPromptOptimizationJobCommand";
7
11
  import {
8
12
  BatchDeleteEvaluationJobCommandInput,
9
13
  BatchDeleteEvaluationJobCommandOutput,
@@ -12,6 +16,10 @@ import {
12
16
  CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
13
17
  CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
14
18
  } from "./commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand";
19
+ import {
20
+ CreateAdvancedPromptOptimizationJobCommandInput,
21
+ CreateAdvancedPromptOptimizationJobCommandOutput,
22
+ } from "./commands/CreateAdvancedPromptOptimizationJobCommand";
15
23
  import {
16
24
  CreateAutomatedReasoningPolicyCommandInput,
17
25
  CreateAutomatedReasoningPolicyCommandOutput,
@@ -148,6 +156,10 @@ import {
148
156
  ExportAutomatedReasoningPolicyVersionCommandInput,
149
157
  ExportAutomatedReasoningPolicyVersionCommandOutput,
150
158
  } from "./commands/ExportAutomatedReasoningPolicyVersionCommand";
159
+ import {
160
+ GetAdvancedPromptOptimizationJobCommandInput,
161
+ GetAdvancedPromptOptimizationJobCommandOutput,
162
+ } from "./commands/GetAdvancedPromptOptimizationJobCommand";
151
163
  import {
152
164
  GetAutomatedReasoningPolicyAnnotationsCommandInput,
153
165
  GetAutomatedReasoningPolicyAnnotationsCommandOutput,
@@ -248,6 +260,10 @@ import {
248
260
  GetUseCaseForModelAccessCommandInput,
249
261
  GetUseCaseForModelAccessCommandOutput,
250
262
  } from "./commands/GetUseCaseForModelAccessCommand";
263
+ import {
264
+ ListAdvancedPromptOptimizationJobsCommandInput,
265
+ ListAdvancedPromptOptimizationJobsCommandOutput,
266
+ } from "./commands/ListAdvancedPromptOptimizationJobsCommand";
251
267
  import {
252
268
  ListAutomatedReasoningPoliciesCommandInput,
253
269
  ListAutomatedReasoningPoliciesCommandOutput,
@@ -360,6 +376,10 @@ import {
360
376
  StartAutomatedReasoningPolicyTestWorkflowCommandInput,
361
377
  StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
362
378
  } from "./commands/StartAutomatedReasoningPolicyTestWorkflowCommand";
379
+ import {
380
+ StopAdvancedPromptOptimizationJobCommandInput,
381
+ StopAdvancedPromptOptimizationJobCommandOutput,
382
+ } from "./commands/StopAdvancedPromptOptimizationJobCommand";
363
383
  import {
364
384
  StopEvaluationJobCommandInput,
365
385
  StopEvaluationJobCommandOutput,
@@ -409,6 +429,25 @@ import {
409
429
  UpdateProvisionedModelThroughputCommandOutput,
410
430
  } from "./commands/UpdateProvisionedModelThroughputCommand";
411
431
  export interface Bedrock {
432
+ batchDeleteAdvancedPromptOptimizationJob(
433
+ args: BatchDeleteAdvancedPromptOptimizationJobCommandInput,
434
+ options?: __HttpHandlerOptions
435
+ ): Promise<BatchDeleteAdvancedPromptOptimizationJobCommandOutput>;
436
+ batchDeleteAdvancedPromptOptimizationJob(
437
+ args: BatchDeleteAdvancedPromptOptimizationJobCommandInput,
438
+ cb: (
439
+ err: any,
440
+ data?: BatchDeleteAdvancedPromptOptimizationJobCommandOutput
441
+ ) => void
442
+ ): void;
443
+ batchDeleteAdvancedPromptOptimizationJob(
444
+ args: BatchDeleteAdvancedPromptOptimizationJobCommandInput,
445
+ options: __HttpHandlerOptions,
446
+ cb: (
447
+ err: any,
448
+ data?: BatchDeleteAdvancedPromptOptimizationJobCommandOutput
449
+ ) => void
450
+ ): void;
412
451
  batchDeleteEvaluationJob(
413
452
  args: BatchDeleteEvaluationJobCommandInput,
414
453
  options?: __HttpHandlerOptions
@@ -441,6 +480,25 @@ export interface Bedrock {
441
480
  data?: CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
442
481
  ) => void
443
482
  ): void;
483
+ createAdvancedPromptOptimizationJob(
484
+ args: CreateAdvancedPromptOptimizationJobCommandInput,
485
+ options?: __HttpHandlerOptions
486
+ ): Promise<CreateAdvancedPromptOptimizationJobCommandOutput>;
487
+ createAdvancedPromptOptimizationJob(
488
+ args: CreateAdvancedPromptOptimizationJobCommandInput,
489
+ cb: (
490
+ err: any,
491
+ data?: CreateAdvancedPromptOptimizationJobCommandOutput
492
+ ) => void
493
+ ): void;
494
+ createAdvancedPromptOptimizationJob(
495
+ args: CreateAdvancedPromptOptimizationJobCommandInput,
496
+ options: __HttpHandlerOptions,
497
+ cb: (
498
+ err: any,
499
+ data?: CreateAdvancedPromptOptimizationJobCommandOutput
500
+ ) => void
501
+ ): void;
444
502
  createAutomatedReasoningPolicy(
445
503
  args: CreateAutomatedReasoningPolicyCommandInput,
446
504
  options?: __HttpHandlerOptions
@@ -932,6 +990,19 @@ export interface Bedrock {
932
990
  data?: ExportAutomatedReasoningPolicyVersionCommandOutput
933
991
  ) => void
934
992
  ): void;
993
+ getAdvancedPromptOptimizationJob(
994
+ args: GetAdvancedPromptOptimizationJobCommandInput,
995
+ options?: __HttpHandlerOptions
996
+ ): Promise<GetAdvancedPromptOptimizationJobCommandOutput>;
997
+ getAdvancedPromptOptimizationJob(
998
+ args: GetAdvancedPromptOptimizationJobCommandInput,
999
+ cb: (err: any, data?: GetAdvancedPromptOptimizationJobCommandOutput) => void
1000
+ ): void;
1001
+ getAdvancedPromptOptimizationJob(
1002
+ args: GetAdvancedPromptOptimizationJobCommandInput,
1003
+ options: __HttpHandlerOptions,
1004
+ cb: (err: any, data?: GetAdvancedPromptOptimizationJobCommandOutput) => void
1005
+ ): void;
935
1006
  getAutomatedReasoningPolicy(
936
1007
  args: GetAutomatedReasoningPolicyCommandInput,
937
1008
  options?: __HttpHandlerOptions
@@ -1301,6 +1372,26 @@ export interface Bedrock {
1301
1372
  options: __HttpHandlerOptions,
1302
1373
  cb: (err: any, data?: GetUseCaseForModelAccessCommandOutput) => void
1303
1374
  ): void;
1375
+ listAdvancedPromptOptimizationJobs(): Promise<ListAdvancedPromptOptimizationJobsCommandOutput>;
1376
+ listAdvancedPromptOptimizationJobs(
1377
+ args: ListAdvancedPromptOptimizationJobsCommandInput,
1378
+ options?: __HttpHandlerOptions
1379
+ ): Promise<ListAdvancedPromptOptimizationJobsCommandOutput>;
1380
+ listAdvancedPromptOptimizationJobs(
1381
+ args: ListAdvancedPromptOptimizationJobsCommandInput,
1382
+ cb: (
1383
+ err: any,
1384
+ data?: ListAdvancedPromptOptimizationJobsCommandOutput
1385
+ ) => void
1386
+ ): void;
1387
+ listAdvancedPromptOptimizationJobs(
1388
+ args: ListAdvancedPromptOptimizationJobsCommandInput,
1389
+ options: __HttpHandlerOptions,
1390
+ cb: (
1391
+ err: any,
1392
+ data?: ListAdvancedPromptOptimizationJobsCommandOutput
1393
+ ) => void
1394
+ ): void;
1304
1395
  listAutomatedReasoningPolicies(): Promise<ListAutomatedReasoningPoliciesCommandOutput>;
1305
1396
  listAutomatedReasoningPolicies(
1306
1397
  args: ListAutomatedReasoningPoliciesCommandInput,
@@ -1735,6 +1826,25 @@ export interface Bedrock {
1735
1826
  data?: StartAutomatedReasoningPolicyTestWorkflowCommandOutput
1736
1827
  ) => void
1737
1828
  ): void;
1829
+ stopAdvancedPromptOptimizationJob(
1830
+ args: StopAdvancedPromptOptimizationJobCommandInput,
1831
+ options?: __HttpHandlerOptions
1832
+ ): Promise<StopAdvancedPromptOptimizationJobCommandOutput>;
1833
+ stopAdvancedPromptOptimizationJob(
1834
+ args: StopAdvancedPromptOptimizationJobCommandInput,
1835
+ cb: (
1836
+ err: any,
1837
+ data?: StopAdvancedPromptOptimizationJobCommandOutput
1838
+ ) => void
1839
+ ): void;
1840
+ stopAdvancedPromptOptimizationJob(
1841
+ args: StopAdvancedPromptOptimizationJobCommandInput,
1842
+ options: __HttpHandlerOptions,
1843
+ cb: (
1844
+ err: any,
1845
+ data?: StopAdvancedPromptOptimizationJobCommandOutput
1846
+ ) => void
1847
+ ): void;
1738
1848
  stopEvaluationJob(
1739
1849
  args: StopEvaluationJobCommandInput,
1740
1850
  options?: __HttpHandlerOptions
@@ -1903,6 +2013,13 @@ export interface Bedrock {
1903
2013
  options: __HttpHandlerOptions,
1904
2014
  cb: (err: any, data?: UpdateProvisionedModelThroughputCommandOutput) => void
1905
2015
  ): void;
2016
+ paginateListAdvancedPromptOptimizationJobs(
2017
+ args?: ListAdvancedPromptOptimizationJobsCommandInput,
2018
+ paginationConfig?: Pick<
2019
+ PaginationConfiguration,
2020
+ Exclude<keyof PaginationConfiguration, "client">
2021
+ >
2022
+ ): Paginator<ListAdvancedPromptOptimizationJobsCommandOutput>;
1906
2023
  paginateListAutomatedReasoningPolicies(
1907
2024
  args?: ListAutomatedReasoningPoliciesCommandInput,
1908
2025
  paginationConfig?: Pick<
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -44,6 +38,10 @@ import {
44
38
  HttpAuthSchemeInputConfig,
45
39
  HttpAuthSchemeResolvedConfig,
46
40
  } from "./auth/httpAuthSchemeProvider";
41
+ import {
42
+ BatchDeleteAdvancedPromptOptimizationJobCommandInput,
43
+ BatchDeleteAdvancedPromptOptimizationJobCommandOutput,
44
+ } from "./commands/BatchDeleteAdvancedPromptOptimizationJobCommand";
47
45
  import {
48
46
  BatchDeleteEvaluationJobCommandInput,
49
47
  BatchDeleteEvaluationJobCommandOutput,
@@ -52,6 +50,10 @@ import {
52
50
  CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
53
51
  CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
54
52
  } from "./commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand";
53
+ import {
54
+ CreateAdvancedPromptOptimizationJobCommandInput,
55
+ CreateAdvancedPromptOptimizationJobCommandOutput,
56
+ } from "./commands/CreateAdvancedPromptOptimizationJobCommand";
55
57
  import {
56
58
  CreateAutomatedReasoningPolicyCommandInput,
57
59
  CreateAutomatedReasoningPolicyCommandOutput,
@@ -188,6 +190,10 @@ import {
188
190
  ExportAutomatedReasoningPolicyVersionCommandInput,
189
191
  ExportAutomatedReasoningPolicyVersionCommandOutput,
190
192
  } from "./commands/ExportAutomatedReasoningPolicyVersionCommand";
193
+ import {
194
+ GetAdvancedPromptOptimizationJobCommandInput,
195
+ GetAdvancedPromptOptimizationJobCommandOutput,
196
+ } from "./commands/GetAdvancedPromptOptimizationJobCommand";
191
197
  import {
192
198
  GetAutomatedReasoningPolicyAnnotationsCommandInput,
193
199
  GetAutomatedReasoningPolicyAnnotationsCommandOutput,
@@ -288,6 +294,10 @@ import {
288
294
  GetUseCaseForModelAccessCommandInput,
289
295
  GetUseCaseForModelAccessCommandOutput,
290
296
  } from "./commands/GetUseCaseForModelAccessCommand";
297
+ import {
298
+ ListAdvancedPromptOptimizationJobsCommandInput,
299
+ ListAdvancedPromptOptimizationJobsCommandOutput,
300
+ } from "./commands/ListAdvancedPromptOptimizationJobsCommand";
291
301
  import {
292
302
  ListAutomatedReasoningPoliciesCommandInput,
293
303
  ListAutomatedReasoningPoliciesCommandOutput,
@@ -400,6 +410,10 @@ import {
400
410
  StartAutomatedReasoningPolicyTestWorkflowCommandInput,
401
411
  StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
402
412
  } from "./commands/StartAutomatedReasoningPolicyTestWorkflowCommand";
413
+ import {
414
+ StopAdvancedPromptOptimizationJobCommandInput,
415
+ StopAdvancedPromptOptimizationJobCommandOutput,
416
+ } from "./commands/StopAdvancedPromptOptimizationJobCommand";
403
417
  import {
404
418
  StopEvaluationJobCommandInput,
405
419
  StopEvaluationJobCommandOutput,
@@ -456,8 +470,10 @@ import {
456
470
  import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
457
471
  export { __Client };
458
472
  export type ServiceInputTypes =
473
+ | BatchDeleteAdvancedPromptOptimizationJobCommandInput
459
474
  | BatchDeleteEvaluationJobCommandInput
460
475
  | CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
476
+ | CreateAdvancedPromptOptimizationJobCommandInput
461
477
  | CreateAutomatedReasoningPolicyCommandInput
462
478
  | CreateAutomatedReasoningPolicyTestCaseCommandInput
463
479
  | CreateAutomatedReasoningPolicyVersionCommandInput
@@ -492,6 +508,7 @@ export type ServiceInputTypes =
492
508
  | DeleteResourcePolicyCommandInput
493
509
  | DeregisterMarketplaceModelEndpointCommandInput
494
510
  | ExportAutomatedReasoningPolicyVersionCommandInput
511
+ | GetAdvancedPromptOptimizationJobCommandInput
495
512
  | GetAutomatedReasoningPolicyAnnotationsCommandInput
496
513
  | GetAutomatedReasoningPolicyBuildWorkflowCommandInput
497
514
  | GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput
@@ -517,6 +534,7 @@ export type ServiceInputTypes =
517
534
  | GetProvisionedModelThroughputCommandInput
518
535
  | GetResourcePolicyCommandInput
519
536
  | GetUseCaseForModelAccessCommandInput
537
+ | ListAdvancedPromptOptimizationJobsCommandInput
520
538
  | ListAutomatedReasoningPoliciesCommandInput
521
539
  | ListAutomatedReasoningPolicyBuildWorkflowsCommandInput
522
540
  | ListAutomatedReasoningPolicyTestCasesCommandInput
@@ -545,6 +563,7 @@ export type ServiceInputTypes =
545
563
  | RegisterMarketplaceModelEndpointCommandInput
546
564
  | StartAutomatedReasoningPolicyBuildWorkflowCommandInput
547
565
  | StartAutomatedReasoningPolicyTestWorkflowCommandInput
566
+ | StopAdvancedPromptOptimizationJobCommandInput
548
567
  | StopEvaluationJobCommandInput
549
568
  | StopModelCustomizationJobCommandInput
550
569
  | StopModelInvocationJobCommandInput
@@ -558,8 +577,10 @@ export type ServiceInputTypes =
558
577
  | UpdateMarketplaceModelEndpointCommandInput
559
578
  | UpdateProvisionedModelThroughputCommandInput;
560
579
  export type ServiceOutputTypes =
580
+ | BatchDeleteAdvancedPromptOptimizationJobCommandOutput
561
581
  | BatchDeleteEvaluationJobCommandOutput
562
582
  | CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
583
+ | CreateAdvancedPromptOptimizationJobCommandOutput
563
584
  | CreateAutomatedReasoningPolicyCommandOutput
564
585
  | CreateAutomatedReasoningPolicyTestCaseCommandOutput
565
586
  | CreateAutomatedReasoningPolicyVersionCommandOutput
@@ -594,6 +615,7 @@ export type ServiceOutputTypes =
594
615
  | DeleteResourcePolicyCommandOutput
595
616
  | DeregisterMarketplaceModelEndpointCommandOutput
596
617
  | ExportAutomatedReasoningPolicyVersionCommandOutput
618
+ | GetAdvancedPromptOptimizationJobCommandOutput
597
619
  | GetAutomatedReasoningPolicyAnnotationsCommandOutput
598
620
  | GetAutomatedReasoningPolicyBuildWorkflowCommandOutput
599
621
  | GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput
@@ -619,6 +641,7 @@ export type ServiceOutputTypes =
619
641
  | GetProvisionedModelThroughputCommandOutput
620
642
  | GetResourcePolicyCommandOutput
621
643
  | GetUseCaseForModelAccessCommandOutput
644
+ | ListAdvancedPromptOptimizationJobsCommandOutput
622
645
  | ListAutomatedReasoningPoliciesCommandOutput
623
646
  | ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput
624
647
  | ListAutomatedReasoningPolicyTestCasesCommandOutput
@@ -647,6 +670,7 @@ export type ServiceOutputTypes =
647
670
  | RegisterMarketplaceModelEndpointCommandOutput
648
671
  | StartAutomatedReasoningPolicyBuildWorkflowCommandOutput
649
672
  | StartAutomatedReasoningPolicyTestWorkflowCommandOutput
673
+ | StopAdvancedPromptOptimizationJobCommandOutput
650
674
  | StopEvaluationJobCommandOutput
651
675
  | StopModelCustomizationJobCommandOutput
652
676
  | StopModelInvocationJobCommandOutput
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockClient";
8
+ import {
9
+ BatchDeleteAdvancedPromptOptimizationJobRequest,
10
+ BatchDeleteAdvancedPromptOptimizationJobResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface BatchDeleteAdvancedPromptOptimizationJobCommandInput
15
+ extends BatchDeleteAdvancedPromptOptimizationJobRequest {}
16
+ export interface BatchDeleteAdvancedPromptOptimizationJobCommandOutput
17
+ extends BatchDeleteAdvancedPromptOptimizationJobResponse,
18
+ __MetadataBearer {}
19
+ declare const BatchDeleteAdvancedPromptOptimizationJobCommand_base: {
20
+ new (
21
+ input: BatchDeleteAdvancedPromptOptimizationJobCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ BatchDeleteAdvancedPromptOptimizationJobCommandInput,
24
+ BatchDeleteAdvancedPromptOptimizationJobCommandOutput,
25
+ BedrockClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: BatchDeleteAdvancedPromptOptimizationJobCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ BatchDeleteAdvancedPromptOptimizationJobCommandInput,
33
+ BatchDeleteAdvancedPromptOptimizationJobCommandOutput,
34
+ BedrockClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class BatchDeleteAdvancedPromptOptimizationJobCommand extends BatchDeleteAdvancedPromptOptimizationJobCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: BatchDeleteAdvancedPromptOptimizationJobRequest;
46
+ output: BatchDeleteAdvancedPromptOptimizationJobResponse;
47
+ };
48
+ sdk: {
49
+ input: BatchDeleteAdvancedPromptOptimizationJobCommandInput;
50
+ output: BatchDeleteAdvancedPromptOptimizationJobCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface BatchDeleteEvaluationJobCommandOutput
19
19
  declare const BatchDeleteEvaluationJobCommand_base: {
20
20
  new (
21
21
  input: BatchDeleteEvaluationJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  BatchDeleteEvaluationJobCommandInput,
24
24
  BatchDeleteEvaluationJobCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const BatchDeleteEvaluationJobCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: BatchDeleteEvaluationJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  BatchDeleteEvaluationJobCommandInput,
33
33
  BatchDeleteEvaluationJobCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class BatchDeleteEvaluationJobCommand extends BatchDeleteEvaluationJobCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
19
19
  declare const CancelAutomatedReasoningPolicyBuildWorkflowCommand_base: {
20
20
  new (
21
21
  input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
24
24
  CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CancelAutomatedReasoningPolicyBuildWorkflowCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
33
33
  CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CancelAutomatedReasoningPolicyBuildWorkflowCommand extends CancelAutomatedReasoningPolicyBuildWorkflowCommand_base {
41
43
  protected static __types: {
@@ -0,0 +1,53 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockClient";
8
+ import {
9
+ CreateAdvancedPromptOptimizationJobRequest,
10
+ CreateAdvancedPromptOptimizationJobResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAdvancedPromptOptimizationJobCommandInput
15
+ extends CreateAdvancedPromptOptimizationJobRequest {}
16
+ export interface CreateAdvancedPromptOptimizationJobCommandOutput
17
+ extends CreateAdvancedPromptOptimizationJobResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateAdvancedPromptOptimizationJobCommand_base: {
20
+ new (
21
+ input: CreateAdvancedPromptOptimizationJobCommandInput
22
+ ): import("@smithy/core/client").CommandImpl<
23
+ CreateAdvancedPromptOptimizationJobCommandInput,
24
+ CreateAdvancedPromptOptimizationJobCommandOutput,
25
+ BedrockClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateAdvancedPromptOptimizationJobCommandInput
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ CreateAdvancedPromptOptimizationJobCommandInput,
33
+ CreateAdvancedPromptOptimizationJobCommandOutput,
34
+ BedrockClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
41
+ };
42
+ export declare class CreateAdvancedPromptOptimizationJobCommand extends CreateAdvancedPromptOptimizationJobCommand_base {
43
+ protected static __types: {
44
+ api: {
45
+ input: CreateAdvancedPromptOptimizationJobRequest;
46
+ output: CreateAdvancedPromptOptimizationJobResponse;
47
+ };
48
+ sdk: {
49
+ input: CreateAdvancedPromptOptimizationJobCommandInput;
50
+ output: CreateAdvancedPromptOptimizationJobCommandOutput;
51
+ };
52
+ };
53
+ }
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateAutomatedReasoningPolicyCommandOutput
19
19
  declare const CreateAutomatedReasoningPolicyCommand_base: {
20
20
  new (
21
21
  input: CreateAutomatedReasoningPolicyCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAutomatedReasoningPolicyCommandInput,
24
24
  CreateAutomatedReasoningPolicyCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAutomatedReasoningPolicyCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAutomatedReasoningPolicyCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAutomatedReasoningPolicyCommandInput,
33
33
  CreateAutomatedReasoningPolicyCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAutomatedReasoningPolicyCommand extends CreateAutomatedReasoningPolicyCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateAutomatedReasoningPolicyTestCaseCommandOutput
19
19
  declare const CreateAutomatedReasoningPolicyTestCaseCommand_base: {
20
20
  new (
21
21
  input: CreateAutomatedReasoningPolicyTestCaseCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAutomatedReasoningPolicyTestCaseCommandInput,
24
24
  CreateAutomatedReasoningPolicyTestCaseCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAutomatedReasoningPolicyTestCaseCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAutomatedReasoningPolicyTestCaseCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAutomatedReasoningPolicyTestCaseCommandInput,
33
33
  CreateAutomatedReasoningPolicyTestCaseCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAutomatedReasoningPolicyTestCaseCommand extends CreateAutomatedReasoningPolicyTestCaseCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateAutomatedReasoningPolicyVersionCommandOutput
19
19
  declare const CreateAutomatedReasoningPolicyVersionCommand_base: {
20
20
  new (
21
21
  input: CreateAutomatedReasoningPolicyVersionCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateAutomatedReasoningPolicyVersionCommandInput,
24
24
  CreateAutomatedReasoningPolicyVersionCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateAutomatedReasoningPolicyVersionCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateAutomatedReasoningPolicyVersionCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateAutomatedReasoningPolicyVersionCommandInput,
33
33
  CreateAutomatedReasoningPolicyVersionCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateAutomatedReasoningPolicyVersionCommand extends CreateAutomatedReasoningPolicyVersionCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  BedrockClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface CreateCustomModelCommandOutput
19
19
  declare const CreateCustomModelCommand_base: {
20
20
  new (
21
21
  input: CreateCustomModelCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  CreateCustomModelCommandInput,
24
24
  CreateCustomModelCommandOutput,
25
25
  BedrockClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const CreateCustomModelCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: CreateCustomModelCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  CreateCustomModelCommandInput,
33
33
  CreateCustomModelCommandOutput,
34
34
  BedrockClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class CreateCustomModelCommand extends CreateCustomModelCommand_base {
41
43
  protected static __types: {