@aws-sdk/client-bedrock 3.859.0 → 3.862.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 (192) hide show
  1. package/README.md +192 -0
  2. package/dist-cjs/index.js +2684 -369
  3. package/dist-es/Bedrock.js +48 -0
  4. package/dist-es/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.js +22 -0
  5. package/dist-es/commands/CreateAutomatedReasoningPolicyCommand.js +23 -0
  6. package/dist-es/commands/CreateAutomatedReasoningPolicyTestCaseCommand.js +23 -0
  7. package/dist-es/commands/CreateAutomatedReasoningPolicyVersionCommand.js +23 -0
  8. package/dist-es/commands/CreateGuardrailCommand.js +1 -1
  9. package/dist-es/commands/CreateGuardrailVersionCommand.js +1 -1
  10. package/dist-es/commands/CreateInferenceProfileCommand.js +1 -1
  11. package/dist-es/commands/CreatePromptRouterCommand.js +1 -1
  12. package/dist-es/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.js +22 -0
  13. package/dist-es/commands/DeleteAutomatedReasoningPolicyCommand.js +22 -0
  14. package/dist-es/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.js +22 -0
  15. package/dist-es/commands/ExportAutomatedReasoningPolicyVersionCommand.js +23 -0
  16. package/dist-es/commands/GetAutomatedReasoningPolicyAnnotationsCommand.js +23 -0
  17. package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.js +23 -0
  18. package/dist-es/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.js +23 -0
  19. package/dist-es/commands/GetAutomatedReasoningPolicyCommand.js +23 -0
  20. package/dist-es/commands/GetAutomatedReasoningPolicyNextScenarioCommand.js +23 -0
  21. package/dist-es/commands/GetAutomatedReasoningPolicyTestCaseCommand.js +23 -0
  22. package/dist-es/commands/GetAutomatedReasoningPolicyTestResultCommand.js +23 -0
  23. package/dist-es/commands/GetGuardrailCommand.js +1 -1
  24. package/dist-es/commands/GetInferenceProfileCommand.js +1 -1
  25. package/dist-es/commands/GetModelInvocationJobCommand.js +1 -1
  26. package/dist-es/commands/GetPromptRouterCommand.js +1 -1
  27. package/dist-es/commands/ListAutomatedReasoningPoliciesCommand.js +23 -0
  28. package/dist-es/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.js +22 -0
  29. package/dist-es/commands/ListAutomatedReasoningPolicyTestCasesCommand.js +23 -0
  30. package/dist-es/commands/ListAutomatedReasoningPolicyTestResultsCommand.js +23 -0
  31. package/dist-es/commands/ListGuardrailsCommand.js +1 -1
  32. package/dist-es/commands/ListInferenceProfilesCommand.js +1 -1
  33. package/dist-es/commands/ListModelInvocationJobsCommand.js +1 -1
  34. package/dist-es/commands/ListPromptRoutersCommand.js +1 -1
  35. package/dist-es/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.js +23 -0
  36. package/dist-es/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.js +22 -0
  37. package/dist-es/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.js +23 -0
  38. package/dist-es/commands/UpdateAutomatedReasoningPolicyCommand.js +23 -0
  39. package/dist-es/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.js +23 -0
  40. package/dist-es/commands/UpdateGuardrailCommand.js +1 -1
  41. package/dist-es/commands/index.js +24 -0
  42. package/dist-es/models/models_0.js +742 -315
  43. package/dist-es/models/models_1.js +300 -1
  44. package/dist-es/pagination/ListAutomatedReasoningPoliciesPaginator.js +4 -0
  45. package/dist-es/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.js +4 -0
  46. package/dist-es/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.js +4 -0
  47. package/dist-es/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.js +4 -0
  48. package/dist-es/pagination/index.js +4 -0
  49. package/dist-es/protocols/Aws_restJson1.js +997 -31
  50. package/dist-types/Bedrock.d.ts +169 -0
  51. package/dist-types/BedrockClient.d.ts +26 -2
  52. package/dist-types/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +86 -0
  53. package/dist-types/commands/CreateAutomatedReasoningPolicyCommand.d.ts +139 -0
  54. package/dist-types/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +99 -0
  55. package/dist-types/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +106 -0
  56. package/dist-types/commands/CreateGuardrailCommand.d.ts +7 -1
  57. package/dist-types/commands/CreateGuardrailVersionCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateInferenceProfileCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateModelCopyJobCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateModelImportJobCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateModelInvocationJobCommand.d.ts +1 -1
  62. package/dist-types/commands/CreatePromptRouterCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateProvisionedModelThroughputCommand.d.ts +1 -1
  64. package/dist-types/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +90 -0
  65. package/dist-types/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +85 -0
  66. package/dist-types/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +93 -0
  67. package/dist-types/commands/DeleteGuardrailCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteImportedModelCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteInferenceProfileCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/DeletePromptRouterCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteProvisionedModelThroughputCommand.d.ts +1 -1
  73. package/dist-types/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +115 -0
  74. package/dist-types/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +172 -0
  75. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +96 -0
  76. package/dist-types/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +307 -0
  77. package/dist-types/commands/GetAutomatedReasoningPolicyCommand.d.ts +94 -0
  78. package/dist-types/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +96 -0
  79. package/dist-types/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +97 -0
  80. package/dist-types/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +258 -0
  81. package/dist-types/commands/GetFoundationModelCommand.d.ts +1 -1
  82. package/dist-types/commands/GetGuardrailCommand.d.ts +7 -1
  83. package/dist-types/commands/GetImportedModelCommand.d.ts +1 -1
  84. package/dist-types/commands/GetInferenceProfileCommand.d.ts +1 -1
  85. package/dist-types/commands/GetModelCopyJobCommand.d.ts +1 -1
  86. package/dist-types/commands/GetModelImportJobCommand.d.ts +1 -1
  87. package/dist-types/commands/GetModelInvocationJobCommand.d.ts +1 -1
  88. package/dist-types/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  89. package/dist-types/commands/GetPromptRouterCommand.d.ts +1 -1
  90. package/dist-types/commands/GetProvisionedModelThroughputCommand.d.ts +1 -1
  91. package/dist-types/commands/ListAutomatedReasoningPoliciesCommand.d.ts +100 -0
  92. package/dist-types/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +99 -0
  93. package/dist-types/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +100 -0
  94. package/dist-types/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +265 -0
  95. package/dist-types/commands/ListFoundationModelsCommand.d.ts +1 -1
  96. package/dist-types/commands/ListGuardrailsCommand.d.ts +1 -1
  97. package/dist-types/commands/ListImportedModelsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListInferenceProfilesCommand.d.ts +1 -1
  99. package/dist-types/commands/ListModelCopyJobsCommand.d.ts +1 -1
  100. package/dist-types/commands/ListModelImportJobsCommand.d.ts +1 -1
  101. package/dist-types/commands/ListModelInvocationJobsCommand.d.ts +1 -1
  102. package/dist-types/commands/ListPromptRoutersCommand.d.ts +1 -1
  103. package/dist-types/commands/ListProvisionedModelThroughputsCommand.d.ts +1 -2
  104. package/dist-types/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  105. package/dist-types/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +222 -0
  106. package/dist-types/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +95 -0
  107. package/dist-types/commands/StopModelInvocationJobCommand.d.ts +1 -1
  108. package/dist-types/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +175 -0
  109. package/dist-types/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +127 -0
  110. package/dist-types/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +102 -0
  111. package/dist-types/commands/UpdateGuardrailCommand.d.ts +7 -1
  112. package/dist-types/commands/index.d.ts +24 -0
  113. package/dist-types/models/models_0.d.ts +3899 -3774
  114. package/dist-types/models/models_1.d.ts +3320 -1
  115. package/dist-types/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +7 -0
  116. package/dist-types/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +7 -0
  117. package/dist-types/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +7 -0
  118. package/dist-types/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +7 -0
  119. package/dist-types/pagination/index.d.ts +4 -0
  120. package/dist-types/protocols/Aws_restJson1.d.ts +216 -0
  121. package/dist-types/ts3.4/Bedrock.d.ts +523 -0
  122. package/dist-types/ts3.4/BedrockClient.d.ts +144 -0
  123. package/dist-types/ts3.4/commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
  124. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyCommand.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
  126. package/dist-types/ts3.4/commands/CreateAutomatedReasoningPolicyVersionCommand.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/CreateGuardrailCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/CreateGuardrailVersionCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/CreateInferenceProfileCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CreateModelCopyJobCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/CreateModelImportJobCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/CreateModelInvocationJobCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/CreatePromptRouterCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/CreateProvisionedModelThroughputCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
  136. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyCommand.d.ts +51 -0
  137. package/dist-types/ts3.4/commands/DeleteAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
  138. package/dist-types/ts3.4/commands/DeleteGuardrailCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/DeleteImportedModelCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/DeleteInferenceProfileCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/DeleteModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/DeletePromptRouterCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/DeleteProvisionedModelThroughputCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/ExportAutomatedReasoningPolicyVersionCommand.d.ts +51 -0
  145. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyAnnotationsCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
  147. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand.d.ts +51 -0
  148. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyCommand.d.ts +51 -0
  149. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyNextScenarioCommand.d.ts +51 -0
  150. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
  151. package/dist-types/ts3.4/commands/GetAutomatedReasoningPolicyTestResultCommand.d.ts +51 -0
  152. package/dist-types/ts3.4/commands/GetFoundationModelCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/GetGuardrailCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/GetImportedModelCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/GetInferenceProfileCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/GetModelCopyJobCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/GetModelImportJobCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/GetModelInvocationJobCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/GetModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/GetPromptRouterCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/GetProvisionedModelThroughputCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/ListAutomatedReasoningPoliciesCommand.d.ts +51 -0
  163. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand.d.ts +51 -0
  164. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestCasesCommand.d.ts +51 -0
  165. package/dist-types/ts3.4/commands/ListAutomatedReasoningPolicyTestResultsCommand.d.ts +51 -0
  166. package/dist-types/ts3.4/commands/ListFoundationModelsCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/ListGuardrailsCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/ListImportedModelsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListInferenceProfilesCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/ListModelCopyJobsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ListModelImportJobsCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListModelInvocationJobsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListPromptRoutersCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListProvisionedModelThroughputsCommand.d.ts +4 -2
  175. package/dist-types/ts3.4/commands/PutModelInvocationLoggingConfigurationCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyBuildWorkflowCommand.d.ts +51 -0
  177. package/dist-types/ts3.4/commands/StartAutomatedReasoningPolicyTestWorkflowCommand.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/StopModelInvocationJobCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyAnnotationsCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyCommand.d.ts +51 -0
  181. package/dist-types/ts3.4/commands/UpdateAutomatedReasoningPolicyTestCaseCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/UpdateGuardrailCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/index.d.ts +24 -0
  184. package/dist-types/ts3.4/models/models_0.d.ts +2324 -1702
  185. package/dist-types/ts3.4/models/models_1.d.ts +970 -2
  186. package/dist-types/ts3.4/pagination/ListAutomatedReasoningPoliciesPaginator.d.ts +11 -0
  187. package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyBuildWorkflowsPaginator.d.ts +11 -0
  188. package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyTestCasesPaginator.d.ts +11 -0
  189. package/dist-types/ts3.4/pagination/ListAutomatedReasoningPolicyTestResultsPaginator.d.ts +11 -0
  190. package/dist-types/ts3.4/pagination/index.d.ts +4 -0
  191. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +288 -0
  192. package/package.json +34 -34
@@ -49,6 +49,22 @@ import {
49
49
  BatchDeleteEvaluationJobCommandInput,
50
50
  BatchDeleteEvaluationJobCommandOutput,
51
51
  } from "./commands/BatchDeleteEvaluationJobCommand";
52
+ import {
53
+ CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
54
+ CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
55
+ } from "./commands/CancelAutomatedReasoningPolicyBuildWorkflowCommand";
56
+ import {
57
+ CreateAutomatedReasoningPolicyCommandInput,
58
+ CreateAutomatedReasoningPolicyCommandOutput,
59
+ } from "./commands/CreateAutomatedReasoningPolicyCommand";
60
+ import {
61
+ CreateAutomatedReasoningPolicyTestCaseCommandInput,
62
+ CreateAutomatedReasoningPolicyTestCaseCommandOutput,
63
+ } from "./commands/CreateAutomatedReasoningPolicyTestCaseCommand";
64
+ import {
65
+ CreateAutomatedReasoningPolicyVersionCommandInput,
66
+ CreateAutomatedReasoningPolicyVersionCommandOutput,
67
+ } from "./commands/CreateAutomatedReasoningPolicyVersionCommand";
52
68
  import {
53
69
  CreateCustomModelCommandInput,
54
70
  CreateCustomModelCommandOutput,
@@ -105,6 +121,18 @@ import {
105
121
  CreateProvisionedModelThroughputCommandInput,
106
122
  CreateProvisionedModelThroughputCommandOutput,
107
123
  } from "./commands/CreateProvisionedModelThroughputCommand";
124
+ import {
125
+ DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
126
+ DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
127
+ } from "./commands/DeleteAutomatedReasoningPolicyBuildWorkflowCommand";
128
+ import {
129
+ DeleteAutomatedReasoningPolicyCommandInput,
130
+ DeleteAutomatedReasoningPolicyCommandOutput,
131
+ } from "./commands/DeleteAutomatedReasoningPolicyCommand";
132
+ import {
133
+ DeleteAutomatedReasoningPolicyTestCaseCommandInput,
134
+ DeleteAutomatedReasoningPolicyTestCaseCommandOutput,
135
+ } from "./commands/DeleteAutomatedReasoningPolicyTestCaseCommand";
108
136
  import {
109
137
  DeleteCustomModelCommandInput,
110
138
  DeleteCustomModelCommandOutput,
@@ -149,6 +177,38 @@ import {
149
177
  DeregisterMarketplaceModelEndpointCommandInput,
150
178
  DeregisterMarketplaceModelEndpointCommandOutput,
151
179
  } from "./commands/DeregisterMarketplaceModelEndpointCommand";
180
+ import {
181
+ ExportAutomatedReasoningPolicyVersionCommandInput,
182
+ ExportAutomatedReasoningPolicyVersionCommandOutput,
183
+ } from "./commands/ExportAutomatedReasoningPolicyVersionCommand";
184
+ import {
185
+ GetAutomatedReasoningPolicyAnnotationsCommandInput,
186
+ GetAutomatedReasoningPolicyAnnotationsCommandOutput,
187
+ } from "./commands/GetAutomatedReasoningPolicyAnnotationsCommand";
188
+ import {
189
+ GetAutomatedReasoningPolicyBuildWorkflowCommandInput,
190
+ GetAutomatedReasoningPolicyBuildWorkflowCommandOutput,
191
+ } from "./commands/GetAutomatedReasoningPolicyBuildWorkflowCommand";
192
+ import {
193
+ GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput,
194
+ GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput,
195
+ } from "./commands/GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand";
196
+ import {
197
+ GetAutomatedReasoningPolicyCommandInput,
198
+ GetAutomatedReasoningPolicyCommandOutput,
199
+ } from "./commands/GetAutomatedReasoningPolicyCommand";
200
+ import {
201
+ GetAutomatedReasoningPolicyNextScenarioCommandInput,
202
+ GetAutomatedReasoningPolicyNextScenarioCommandOutput,
203
+ } from "./commands/GetAutomatedReasoningPolicyNextScenarioCommand";
204
+ import {
205
+ GetAutomatedReasoningPolicyTestCaseCommandInput,
206
+ GetAutomatedReasoningPolicyTestCaseCommandOutput,
207
+ } from "./commands/GetAutomatedReasoningPolicyTestCaseCommand";
208
+ import {
209
+ GetAutomatedReasoningPolicyTestResultCommandInput,
210
+ GetAutomatedReasoningPolicyTestResultCommandOutput,
211
+ } from "./commands/GetAutomatedReasoningPolicyTestResultCommand";
152
212
  import {
153
213
  GetCustomModelCommandInput,
154
214
  GetCustomModelCommandOutput,
@@ -217,6 +277,22 @@ import {
217
277
  GetUseCaseForModelAccessCommandInput,
218
278
  GetUseCaseForModelAccessCommandOutput,
219
279
  } from "./commands/GetUseCaseForModelAccessCommand";
280
+ import {
281
+ ListAutomatedReasoningPoliciesCommandInput,
282
+ ListAutomatedReasoningPoliciesCommandOutput,
283
+ } from "./commands/ListAutomatedReasoningPoliciesCommand";
284
+ import {
285
+ ListAutomatedReasoningPolicyBuildWorkflowsCommandInput,
286
+ ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput,
287
+ } from "./commands/ListAutomatedReasoningPolicyBuildWorkflowsCommand";
288
+ import {
289
+ ListAutomatedReasoningPolicyTestCasesCommandInput,
290
+ ListAutomatedReasoningPolicyTestCasesCommandOutput,
291
+ } from "./commands/ListAutomatedReasoningPolicyTestCasesCommand";
292
+ import {
293
+ ListAutomatedReasoningPolicyTestResultsCommandInput,
294
+ ListAutomatedReasoningPolicyTestResultsCommandOutput,
295
+ } from "./commands/ListAutomatedReasoningPolicyTestResultsCommand";
220
296
  import {
221
297
  ListCustomModelDeploymentsCommandInput,
222
298
  ListCustomModelDeploymentsCommandOutput,
@@ -293,6 +369,14 @@ import {
293
369
  RegisterMarketplaceModelEndpointCommandInput,
294
370
  RegisterMarketplaceModelEndpointCommandOutput,
295
371
  } from "./commands/RegisterMarketplaceModelEndpointCommand";
372
+ import {
373
+ StartAutomatedReasoningPolicyBuildWorkflowCommandInput,
374
+ StartAutomatedReasoningPolicyBuildWorkflowCommandOutput,
375
+ } from "./commands/StartAutomatedReasoningPolicyBuildWorkflowCommand";
376
+ import {
377
+ StartAutomatedReasoningPolicyTestWorkflowCommandInput,
378
+ StartAutomatedReasoningPolicyTestWorkflowCommandOutput,
379
+ } from "./commands/StartAutomatedReasoningPolicyTestWorkflowCommand";
296
380
  import {
297
381
  StopEvaluationJobCommandInput,
298
382
  StopEvaluationJobCommandOutput,
@@ -313,6 +397,18 @@ import {
313
397
  UntagResourceCommandInput,
314
398
  UntagResourceCommandOutput,
315
399
  } from "./commands/UntagResourceCommand";
400
+ import {
401
+ UpdateAutomatedReasoningPolicyAnnotationsCommandInput,
402
+ UpdateAutomatedReasoningPolicyAnnotationsCommandOutput,
403
+ } from "./commands/UpdateAutomatedReasoningPolicyAnnotationsCommand";
404
+ import {
405
+ UpdateAutomatedReasoningPolicyCommandInput,
406
+ UpdateAutomatedReasoningPolicyCommandOutput,
407
+ } from "./commands/UpdateAutomatedReasoningPolicyCommand";
408
+ import {
409
+ UpdateAutomatedReasoningPolicyTestCaseCommandInput,
410
+ UpdateAutomatedReasoningPolicyTestCaseCommandOutput,
411
+ } from "./commands/UpdateAutomatedReasoningPolicyTestCaseCommand";
316
412
  import {
317
413
  UpdateGuardrailCommandInput,
318
414
  UpdateGuardrailCommandOutput,
@@ -334,6 +430,10 @@ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
334
430
  export { __Client };
335
431
  export type ServiceInputTypes =
336
432
  | BatchDeleteEvaluationJobCommandInput
433
+ | CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
434
+ | CreateAutomatedReasoningPolicyCommandInput
435
+ | CreateAutomatedReasoningPolicyTestCaseCommandInput
436
+ | CreateAutomatedReasoningPolicyVersionCommandInput
337
437
  | CreateCustomModelCommandInput
338
438
  | CreateCustomModelDeploymentCommandInput
339
439
  | CreateEvaluationJobCommandInput
@@ -348,6 +448,9 @@ export type ServiceInputTypes =
348
448
  | CreateModelInvocationJobCommandInput
349
449
  | CreatePromptRouterCommandInput
350
450
  | CreateProvisionedModelThroughputCommandInput
451
+ | DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput
452
+ | DeleteAutomatedReasoningPolicyCommandInput
453
+ | DeleteAutomatedReasoningPolicyTestCaseCommandInput
351
454
  | DeleteCustomModelCommandInput
352
455
  | DeleteCustomModelDeploymentCommandInput
353
456
  | DeleteFoundationModelAgreementCommandInput
@@ -359,6 +462,14 @@ export type ServiceInputTypes =
359
462
  | DeletePromptRouterCommandInput
360
463
  | DeleteProvisionedModelThroughputCommandInput
361
464
  | DeregisterMarketplaceModelEndpointCommandInput
465
+ | ExportAutomatedReasoningPolicyVersionCommandInput
466
+ | GetAutomatedReasoningPolicyAnnotationsCommandInput
467
+ | GetAutomatedReasoningPolicyBuildWorkflowCommandInput
468
+ | GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandInput
469
+ | GetAutomatedReasoningPolicyCommandInput
470
+ | GetAutomatedReasoningPolicyNextScenarioCommandInput
471
+ | GetAutomatedReasoningPolicyTestCaseCommandInput
472
+ | GetAutomatedReasoningPolicyTestResultCommandInput
362
473
  | GetCustomModelCommandInput
363
474
  | GetCustomModelDeploymentCommandInput
364
475
  | GetEvaluationJobCommandInput
@@ -376,6 +487,10 @@ export type ServiceInputTypes =
376
487
  | GetPromptRouterCommandInput
377
488
  | GetProvisionedModelThroughputCommandInput
378
489
  | GetUseCaseForModelAccessCommandInput
490
+ | ListAutomatedReasoningPoliciesCommandInput
491
+ | ListAutomatedReasoningPolicyBuildWorkflowsCommandInput
492
+ | ListAutomatedReasoningPolicyTestCasesCommandInput
493
+ | ListAutomatedReasoningPolicyTestResultsCommandInput
379
494
  | ListCustomModelDeploymentsCommandInput
380
495
  | ListCustomModelsCommandInput
381
496
  | ListEvaluationJobsCommandInput
@@ -395,16 +510,25 @@ export type ServiceInputTypes =
395
510
  | PutModelInvocationLoggingConfigurationCommandInput
396
511
  | PutUseCaseForModelAccessCommandInput
397
512
  | RegisterMarketplaceModelEndpointCommandInput
513
+ | StartAutomatedReasoningPolicyBuildWorkflowCommandInput
514
+ | StartAutomatedReasoningPolicyTestWorkflowCommandInput
398
515
  | StopEvaluationJobCommandInput
399
516
  | StopModelCustomizationJobCommandInput
400
517
  | StopModelInvocationJobCommandInput
401
518
  | TagResourceCommandInput
402
519
  | UntagResourceCommandInput
520
+ | UpdateAutomatedReasoningPolicyAnnotationsCommandInput
521
+ | UpdateAutomatedReasoningPolicyCommandInput
522
+ | UpdateAutomatedReasoningPolicyTestCaseCommandInput
403
523
  | UpdateGuardrailCommandInput
404
524
  | UpdateMarketplaceModelEndpointCommandInput
405
525
  | UpdateProvisionedModelThroughputCommandInput;
406
526
  export type ServiceOutputTypes =
407
527
  | BatchDeleteEvaluationJobCommandOutput
528
+ | CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
529
+ | CreateAutomatedReasoningPolicyCommandOutput
530
+ | CreateAutomatedReasoningPolicyTestCaseCommandOutput
531
+ | CreateAutomatedReasoningPolicyVersionCommandOutput
408
532
  | CreateCustomModelCommandOutput
409
533
  | CreateCustomModelDeploymentCommandOutput
410
534
  | CreateEvaluationJobCommandOutput
@@ -419,6 +543,9 @@ export type ServiceOutputTypes =
419
543
  | CreateModelInvocationJobCommandOutput
420
544
  | CreatePromptRouterCommandOutput
421
545
  | CreateProvisionedModelThroughputCommandOutput
546
+ | DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput
547
+ | DeleteAutomatedReasoningPolicyCommandOutput
548
+ | DeleteAutomatedReasoningPolicyTestCaseCommandOutput
422
549
  | DeleteCustomModelCommandOutput
423
550
  | DeleteCustomModelDeploymentCommandOutput
424
551
  | DeleteFoundationModelAgreementCommandOutput
@@ -430,6 +557,14 @@ export type ServiceOutputTypes =
430
557
  | DeletePromptRouterCommandOutput
431
558
  | DeleteProvisionedModelThroughputCommandOutput
432
559
  | DeregisterMarketplaceModelEndpointCommandOutput
560
+ | ExportAutomatedReasoningPolicyVersionCommandOutput
561
+ | GetAutomatedReasoningPolicyAnnotationsCommandOutput
562
+ | GetAutomatedReasoningPolicyBuildWorkflowCommandOutput
563
+ | GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommandOutput
564
+ | GetAutomatedReasoningPolicyCommandOutput
565
+ | GetAutomatedReasoningPolicyNextScenarioCommandOutput
566
+ | GetAutomatedReasoningPolicyTestCaseCommandOutput
567
+ | GetAutomatedReasoningPolicyTestResultCommandOutput
433
568
  | GetCustomModelCommandOutput
434
569
  | GetCustomModelDeploymentCommandOutput
435
570
  | GetEvaluationJobCommandOutput
@@ -447,6 +582,10 @@ export type ServiceOutputTypes =
447
582
  | GetPromptRouterCommandOutput
448
583
  | GetProvisionedModelThroughputCommandOutput
449
584
  | GetUseCaseForModelAccessCommandOutput
585
+ | ListAutomatedReasoningPoliciesCommandOutput
586
+ | ListAutomatedReasoningPolicyBuildWorkflowsCommandOutput
587
+ | ListAutomatedReasoningPolicyTestCasesCommandOutput
588
+ | ListAutomatedReasoningPolicyTestResultsCommandOutput
450
589
  | ListCustomModelDeploymentsCommandOutput
451
590
  | ListCustomModelsCommandOutput
452
591
  | ListEvaluationJobsCommandOutput
@@ -466,11 +605,16 @@ export type ServiceOutputTypes =
466
605
  | PutModelInvocationLoggingConfigurationCommandOutput
467
606
  | PutUseCaseForModelAccessCommandOutput
468
607
  | RegisterMarketplaceModelEndpointCommandOutput
608
+ | StartAutomatedReasoningPolicyBuildWorkflowCommandOutput
609
+ | StartAutomatedReasoningPolicyTestWorkflowCommandOutput
469
610
  | StopEvaluationJobCommandOutput
470
611
  | StopModelCustomizationJobCommandOutput
471
612
  | StopModelInvocationJobCommandOutput
472
613
  | TagResourceCommandOutput
473
614
  | UntagResourceCommandOutput
615
+ | UpdateAutomatedReasoningPolicyAnnotationsCommandOutput
616
+ | UpdateAutomatedReasoningPolicyCommandOutput
617
+ | UpdateAutomatedReasoningPolicyTestCaseCommandOutput
474
618
  | UpdateGuardrailCommandOutput
475
619
  | UpdateMarketplaceModelEndpointCommandOutput
476
620
  | UpdateProvisionedModelThroughputCommandOutput;
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockClient";
8
+ import {
9
+ CancelAutomatedReasoningPolicyBuildWorkflowRequest,
10
+ CancelAutomatedReasoningPolicyBuildWorkflowResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
15
+ extends CancelAutomatedReasoningPolicyBuildWorkflowRequest {}
16
+ export interface CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput
17
+ extends CancelAutomatedReasoningPolicyBuildWorkflowResponse,
18
+ __MetadataBearer {}
19
+ declare const CancelAutomatedReasoningPolicyBuildWorkflowCommand_base: {
20
+ new (
21
+ input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
24
+ CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
25
+ BedrockClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CancelAutomatedReasoningPolicyBuildWorkflowCommandInput,
33
+ CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput,
34
+ BedrockClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CancelAutomatedReasoningPolicyBuildWorkflowCommand extends CancelAutomatedReasoningPolicyBuildWorkflowCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelAutomatedReasoningPolicyBuildWorkflowRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CancelAutomatedReasoningPolicyBuildWorkflowCommandInput;
48
+ output: CancelAutomatedReasoningPolicyBuildWorkflowCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockClient";
8
+ import {
9
+ CreateAutomatedReasoningPolicyRequest,
10
+ CreateAutomatedReasoningPolicyResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAutomatedReasoningPolicyCommandInput
15
+ extends CreateAutomatedReasoningPolicyRequest {}
16
+ export interface CreateAutomatedReasoningPolicyCommandOutput
17
+ extends CreateAutomatedReasoningPolicyResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateAutomatedReasoningPolicyCommand_base: {
20
+ new (
21
+ input: CreateAutomatedReasoningPolicyCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateAutomatedReasoningPolicyCommandInput,
24
+ CreateAutomatedReasoningPolicyCommandOutput,
25
+ BedrockClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateAutomatedReasoningPolicyCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateAutomatedReasoningPolicyCommandInput,
33
+ CreateAutomatedReasoningPolicyCommandOutput,
34
+ BedrockClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateAutomatedReasoningPolicyCommand extends CreateAutomatedReasoningPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAutomatedReasoningPolicyRequest;
44
+ output: CreateAutomatedReasoningPolicyResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAutomatedReasoningPolicyCommandInput;
48
+ output: CreateAutomatedReasoningPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockClient";
8
+ import {
9
+ CreateAutomatedReasoningPolicyTestCaseRequest,
10
+ CreateAutomatedReasoningPolicyTestCaseResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAutomatedReasoningPolicyTestCaseCommandInput
15
+ extends CreateAutomatedReasoningPolicyTestCaseRequest {}
16
+ export interface CreateAutomatedReasoningPolicyTestCaseCommandOutput
17
+ extends CreateAutomatedReasoningPolicyTestCaseResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateAutomatedReasoningPolicyTestCaseCommand_base: {
20
+ new (
21
+ input: CreateAutomatedReasoningPolicyTestCaseCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateAutomatedReasoningPolicyTestCaseCommandInput,
24
+ CreateAutomatedReasoningPolicyTestCaseCommandOutput,
25
+ BedrockClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateAutomatedReasoningPolicyTestCaseCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateAutomatedReasoningPolicyTestCaseCommandInput,
33
+ CreateAutomatedReasoningPolicyTestCaseCommandOutput,
34
+ BedrockClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateAutomatedReasoningPolicyTestCaseCommand extends CreateAutomatedReasoningPolicyTestCaseCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAutomatedReasoningPolicyTestCaseRequest;
44
+ output: CreateAutomatedReasoningPolicyTestCaseResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAutomatedReasoningPolicyTestCaseCommandInput;
48
+ output: CreateAutomatedReasoningPolicyTestCaseCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockClient";
8
+ import {
9
+ CreateAutomatedReasoningPolicyVersionRequest,
10
+ CreateAutomatedReasoningPolicyVersionResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateAutomatedReasoningPolicyVersionCommandInput
15
+ extends CreateAutomatedReasoningPolicyVersionRequest {}
16
+ export interface CreateAutomatedReasoningPolicyVersionCommandOutput
17
+ extends CreateAutomatedReasoningPolicyVersionResponse,
18
+ __MetadataBearer {}
19
+ declare const CreateAutomatedReasoningPolicyVersionCommand_base: {
20
+ new (
21
+ input: CreateAutomatedReasoningPolicyVersionCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateAutomatedReasoningPolicyVersionCommandInput,
24
+ CreateAutomatedReasoningPolicyVersionCommandOutput,
25
+ BedrockClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateAutomatedReasoningPolicyVersionCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateAutomatedReasoningPolicyVersionCommandInput,
33
+ CreateAutomatedReasoningPolicyVersionCommandOutput,
34
+ BedrockClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateAutomatedReasoningPolicyVersionCommand extends CreateAutomatedReasoningPolicyVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateAutomatedReasoningPolicyVersionRequest;
44
+ output: CreateAutomatedReasoningPolicyVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateAutomatedReasoningPolicyVersionCommandInput;
48
+ output: CreateAutomatedReasoningPolicyVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateGuardrailRequest,
10
10
  CreateGuardrailResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateGuardrailCommandInput extends CreateGuardrailRequest {}
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateGuardrailVersionRequest,
10
10
  CreateGuardrailVersionResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateGuardrailVersionCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateInferenceProfileRequest,
10
10
  CreateInferenceProfileResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateInferenceProfileCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateModelCopyJobRequest,
10
10
  CreateModelCopyJobResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateModelCopyJobCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateModelImportJobRequest,
10
10
  CreateModelImportJobResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateModelImportJobCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateModelInvocationJobRequest,
10
10
  CreateModelInvocationJobResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateModelInvocationJobCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreatePromptRouterRequest,
10
10
  CreatePromptRouterResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreatePromptRouterCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateProvisionedModelThroughputRequest,
10
10
  CreateProvisionedModelThroughputResponse,
11
- } from "../models/models_0";
11
+ } from "../models/models_1";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateProvisionedModelThroughputCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockClient";
8
+ import {
9
+ DeleteAutomatedReasoningPolicyBuildWorkflowRequest,
10
+ DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput
15
+ extends DeleteAutomatedReasoningPolicyBuildWorkflowRequest {}
16
+ export interface DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput
17
+ extends DeleteAutomatedReasoningPolicyBuildWorkflowResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteAutomatedReasoningPolicyBuildWorkflowCommand_base: {
20
+ new (
21
+ input: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
24
+ DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
25
+ BedrockClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput,
33
+ DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput,
34
+ BedrockClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteAutomatedReasoningPolicyBuildWorkflowCommand extends DeleteAutomatedReasoningPolicyBuildWorkflowCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAutomatedReasoningPolicyBuildWorkflowRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteAutomatedReasoningPolicyBuildWorkflowCommandInput;
48
+ output: DeleteAutomatedReasoningPolicyBuildWorkflowCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ BedrockClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../BedrockClient";
8
+ import {
9
+ DeleteAutomatedReasoningPolicyRequest,
10
+ DeleteAutomatedReasoningPolicyResponse,
11
+ } from "../models/models_0";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteAutomatedReasoningPolicyCommandInput
15
+ extends DeleteAutomatedReasoningPolicyRequest {}
16
+ export interface DeleteAutomatedReasoningPolicyCommandOutput
17
+ extends DeleteAutomatedReasoningPolicyResponse,
18
+ __MetadataBearer {}
19
+ declare const DeleteAutomatedReasoningPolicyCommand_base: {
20
+ new (
21
+ input: DeleteAutomatedReasoningPolicyCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteAutomatedReasoningPolicyCommandInput,
24
+ DeleteAutomatedReasoningPolicyCommandOutput,
25
+ BedrockClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteAutomatedReasoningPolicyCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteAutomatedReasoningPolicyCommandInput,
33
+ DeleteAutomatedReasoningPolicyCommandOutput,
34
+ BedrockClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteAutomatedReasoningPolicyCommand extends DeleteAutomatedReasoningPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteAutomatedReasoningPolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteAutomatedReasoningPolicyCommandInput;
48
+ output: DeleteAutomatedReasoningPolicyCommandOutput;
49
+ };
50
+ };
51
+ }