@aws-sdk/client-bedrock 3.859.0 → 3.861.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 +1 -1
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListAutomatedReasoningPolicyTestCasesResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_ListAutomatedReasoningPolicyTestCasesCommand, se_ListAutomatedReasoningPolicyTestCasesCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class ListAutomatedReasoningPolicyTestCasesCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicyTestCases", {})
18
+ .n("BedrockClient", "ListAutomatedReasoningPolicyTestCasesCommand")
19
+ .f(void 0, ListAutomatedReasoningPolicyTestCasesResponseFilterSensitiveLog)
20
+ .ser(se_ListAutomatedReasoningPolicyTestCasesCommand)
21
+ .de(de_ListAutomatedReasoningPolicyTestCasesCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { ListAutomatedReasoningPolicyTestResultsResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_ListAutomatedReasoningPolicyTestResultsCommand, se_ListAutomatedReasoningPolicyTestResultsCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class ListAutomatedReasoningPolicyTestResultsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonBedrockControlPlaneService", "ListAutomatedReasoningPolicyTestResults", {})
18
+ .n("BedrockClient", "ListAutomatedReasoningPolicyTestResultsCommand")
19
+ .f(void 0, ListAutomatedReasoningPolicyTestResultsResponseFilterSensitiveLog)
20
+ .ser(se_ListAutomatedReasoningPolicyTestResultsCommand)
21
+ .de(de_ListAutomatedReasoningPolicyTestResultsCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListGuardrailsResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListGuardrailsResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListGuardrailsCommand, se_ListGuardrailsCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class ListGuardrailsCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListInferenceProfilesResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListInferenceProfilesResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListInferenceProfilesCommand, se_ListInferenceProfilesCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class ListInferenceProfilesCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListModelInvocationJobsResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListModelInvocationJobsResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListModelInvocationJobsCommand, se_ListModelInvocationJobsCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class ListModelInvocationJobsCommand extends $Command
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListPromptRoutersResponseFilterSensitiveLog, } from "../models/models_0";
5
+ import { ListPromptRoutersResponseFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_ListPromptRoutersCommand, se_ListPromptRoutersCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class ListPromptRoutersCommand extends $Command
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { StartAutomatedReasoningPolicyBuildWorkflowRequestFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_StartAutomatedReasoningPolicyBuildWorkflowCommand, se_StartAutomatedReasoningPolicyBuildWorkflowCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class StartAutomatedReasoningPolicyBuildWorkflowCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonBedrockControlPlaneService", "StartAutomatedReasoningPolicyBuildWorkflow", {})
18
+ .n("BedrockClient", "StartAutomatedReasoningPolicyBuildWorkflowCommand")
19
+ .f(StartAutomatedReasoningPolicyBuildWorkflowRequestFilterSensitiveLog, void 0)
20
+ .ser(se_StartAutomatedReasoningPolicyBuildWorkflowCommand)
21
+ .de(de_StartAutomatedReasoningPolicyBuildWorkflowCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_StartAutomatedReasoningPolicyTestWorkflowCommand, se_StartAutomatedReasoningPolicyTestWorkflowCommand, } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class StartAutomatedReasoningPolicyTestWorkflowCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("AmazonBedrockControlPlaneService", "StartAutomatedReasoningPolicyTestWorkflow", {})
17
+ .n("BedrockClient", "StartAutomatedReasoningPolicyTestWorkflowCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_StartAutomatedReasoningPolicyTestWorkflowCommand)
20
+ .de(de_StartAutomatedReasoningPolicyTestWorkflowCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { UpdateAutomatedReasoningPolicyAnnotationsRequestFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_UpdateAutomatedReasoningPolicyAnnotationsCommand, se_UpdateAutomatedReasoningPolicyAnnotationsCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class UpdateAutomatedReasoningPolicyAnnotationsCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicyAnnotations", {})
18
+ .n("BedrockClient", "UpdateAutomatedReasoningPolicyAnnotationsCommand")
19
+ .f(UpdateAutomatedReasoningPolicyAnnotationsRequestFilterSensitiveLog, void 0)
20
+ .ser(se_UpdateAutomatedReasoningPolicyAnnotationsCommand)
21
+ .de(de_UpdateAutomatedReasoningPolicyAnnotationsCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { UpdateAutomatedReasoningPolicyRequestFilterSensitiveLog, UpdateAutomatedReasoningPolicyResponseFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_UpdateAutomatedReasoningPolicyCommand, se_UpdateAutomatedReasoningPolicyCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class UpdateAutomatedReasoningPolicyCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicy", {})
18
+ .n("BedrockClient", "UpdateAutomatedReasoningPolicyCommand")
19
+ .f(UpdateAutomatedReasoningPolicyRequestFilterSensitiveLog, UpdateAutomatedReasoningPolicyResponseFilterSensitiveLog)
20
+ .ser(se_UpdateAutomatedReasoningPolicyCommand)
21
+ .de(de_UpdateAutomatedReasoningPolicyCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { UpdateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_UpdateAutomatedReasoningPolicyTestCaseCommand, se_UpdateAutomatedReasoningPolicyTestCaseCommand, } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class UpdateAutomatedReasoningPolicyTestCaseCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("AmazonBedrockControlPlaneService", "UpdateAutomatedReasoningPolicyTestCase", {})
18
+ .n("BedrockClient", "UpdateAutomatedReasoningPolicyTestCaseCommand")
19
+ .f(UpdateAutomatedReasoningPolicyTestCaseRequestFilterSensitiveLog, void 0)
20
+ .ser(se_UpdateAutomatedReasoningPolicyTestCaseCommand)
21
+ .de(de_UpdateAutomatedReasoningPolicyTestCaseCommand)
22
+ .build() {
23
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateGuardrailRequestFilterSensitiveLog, } from "../models/models_0";
5
+ import { UpdateGuardrailRequestFilterSensitiveLog, } from "../models/models_1";
6
6
  import { de_UpdateGuardrailCommand, se_UpdateGuardrailCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateGuardrailCommand extends $Command
@@ -1,4 +1,8 @@
1
1
  export * from "./BatchDeleteEvaluationJobCommand";
2
+ export * from "./CancelAutomatedReasoningPolicyBuildWorkflowCommand";
3
+ export * from "./CreateAutomatedReasoningPolicyCommand";
4
+ export * from "./CreateAutomatedReasoningPolicyTestCaseCommand";
5
+ export * from "./CreateAutomatedReasoningPolicyVersionCommand";
2
6
  export * from "./CreateCustomModelCommand";
3
7
  export * from "./CreateCustomModelDeploymentCommand";
4
8
  export * from "./CreateEvaluationJobCommand";
@@ -13,6 +17,9 @@ export * from "./CreateModelImportJobCommand";
13
17
  export * from "./CreateModelInvocationJobCommand";
14
18
  export * from "./CreatePromptRouterCommand";
15
19
  export * from "./CreateProvisionedModelThroughputCommand";
20
+ export * from "./DeleteAutomatedReasoningPolicyBuildWorkflowCommand";
21
+ export * from "./DeleteAutomatedReasoningPolicyCommand";
22
+ export * from "./DeleteAutomatedReasoningPolicyTestCaseCommand";
16
23
  export * from "./DeleteCustomModelCommand";
17
24
  export * from "./DeleteCustomModelDeploymentCommand";
18
25
  export * from "./DeleteFoundationModelAgreementCommand";
@@ -24,6 +31,14 @@ export * from "./DeleteModelInvocationLoggingConfigurationCommand";
24
31
  export * from "./DeletePromptRouterCommand";
25
32
  export * from "./DeleteProvisionedModelThroughputCommand";
26
33
  export * from "./DeregisterMarketplaceModelEndpointCommand";
34
+ export * from "./ExportAutomatedReasoningPolicyVersionCommand";
35
+ export * from "./GetAutomatedReasoningPolicyAnnotationsCommand";
36
+ export * from "./GetAutomatedReasoningPolicyBuildWorkflowCommand";
37
+ export * from "./GetAutomatedReasoningPolicyBuildWorkflowResultAssetsCommand";
38
+ export * from "./GetAutomatedReasoningPolicyCommand";
39
+ export * from "./GetAutomatedReasoningPolicyNextScenarioCommand";
40
+ export * from "./GetAutomatedReasoningPolicyTestCaseCommand";
41
+ export * from "./GetAutomatedReasoningPolicyTestResultCommand";
27
42
  export * from "./GetCustomModelCommand";
28
43
  export * from "./GetCustomModelDeploymentCommand";
29
44
  export * from "./GetEvaluationJobCommand";
@@ -41,6 +56,10 @@ export * from "./GetModelInvocationLoggingConfigurationCommand";
41
56
  export * from "./GetPromptRouterCommand";
42
57
  export * from "./GetProvisionedModelThroughputCommand";
43
58
  export * from "./GetUseCaseForModelAccessCommand";
59
+ export * from "./ListAutomatedReasoningPoliciesCommand";
60
+ export * from "./ListAutomatedReasoningPolicyBuildWorkflowsCommand";
61
+ export * from "./ListAutomatedReasoningPolicyTestCasesCommand";
62
+ export * from "./ListAutomatedReasoningPolicyTestResultsCommand";
44
63
  export * from "./ListCustomModelDeploymentsCommand";
45
64
  export * from "./ListCustomModelsCommand";
46
65
  export * from "./ListEvaluationJobsCommand";
@@ -60,11 +79,16 @@ export * from "./ListTagsForResourceCommand";
60
79
  export * from "./PutModelInvocationLoggingConfigurationCommand";
61
80
  export * from "./PutUseCaseForModelAccessCommand";
62
81
  export * from "./RegisterMarketplaceModelEndpointCommand";
82
+ export * from "./StartAutomatedReasoningPolicyBuildWorkflowCommand";
83
+ export * from "./StartAutomatedReasoningPolicyTestWorkflowCommand";
63
84
  export * from "./StopEvaluationJobCommand";
64
85
  export * from "./StopModelCustomizationJobCommand";
65
86
  export * from "./StopModelInvocationJobCommand";
66
87
  export * from "./TagResourceCommand";
67
88
  export * from "./UntagResourceCommand";
89
+ export * from "./UpdateAutomatedReasoningPolicyAnnotationsCommand";
90
+ export * from "./UpdateAutomatedReasoningPolicyCommand";
91
+ export * from "./UpdateAutomatedReasoningPolicyTestCaseCommand";
68
92
  export * from "./UpdateGuardrailCommand";
69
93
  export * from "./UpdateMarketplaceModelEndpointCommand";
70
94
  export * from "./UpdateProvisionedModelThroughputCommand";