|
18 | 18 | "GetWorkloadAccessToken": "<p>Obtains a workload access token for agentic workloads not acting on behalf of a user.</p>", |
19 | 19 | "GetWorkloadAccessTokenForJWT": "<p>Obtains a workload access token for agentic workloads acting on behalf of a user, using a JWT token.</p>", |
20 | 20 | "GetWorkloadAccessTokenForUserId": "<p>Obtains a workload access token for agentic workloads acting on behalf of a user, using the user's ID.</p>", |
21 | | - "InvokeAgentRuntime": "<p>Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time. </p> <p>To invoke an agent you must specify the AgentCore Runtime ARN and provide a payload containing your request. You can optionally specify a qualifier to target a specific version or endpoint of the agent.</p> <p>This operation supports streaming responses, allowing you to receive partial responses as they become available. We recommend using pagination to ensure that the operation returns quickly and successfully when processing large responses.</p> <p>For example code, see <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-invoke-agent.html\">Invoke an AgentCore Runtime agent</a>. </p> <p>If you're integrating your agent with OAuth, you can't use the Amazon Web Services SDK to call <code>InvokeAgentRuntime</code>. Instead, make a HTTPS request to <code>InvokeAgentRuntime</code>. For an example, see <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-oauth.html\">Authenticate and authorize with Inbound Auth and Outbound Auth</a>.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:InvokeAgentRuntime</code> permission.</p>", |
| 21 | + "InvokeAgentRuntime": "<p>Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time. </p> <p>To invoke an agent you must specify the AgentCore Runtime ARN and provide a payload containing your request. You can optionally specify a qualifier to target a specific version or endpoint of the agent.</p> <p>This operation supports streaming responses, allowing you to receive partial responses as they become available. We recommend using pagination to ensure that the operation returns quickly and successfully when processing large responses.</p> <p>For example code, see <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-invoke-agent.html\">Invoke an AgentCore Runtime agent</a>. </p> <p>If you're integrating your agent with OAuth, you can't use the Amazon Web Services SDK to call <code>InvokeAgentRuntime</code>. Instead, make a HTTPS request to <code>InvokeAgentRuntime</code>. For an example, see <a href=\"https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-oauth.html\">Authenticate and authorize with Inbound Auth and Outbound Auth</a>.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:InvokeAgentRuntime</code> permission. If you are making a call to <code>InvokeAgentRuntime</code> on behalf of a user ID with the <code>X-Amzn-Bedrock-AgentCore-Runtime-User-Id</code> header, You require permissions to both actions (<code>bedrock-agentcore:InvokeAgentRuntime</code> and <code>bedrock-agentcore:InvokeAgentRuntimeForUser</code>). </p>", |
22 | 22 | "InvokeCodeInterpreter": "<p>Executes code within an active code interpreter session in Amazon Bedrock. This operation processes the provided code, runs it in a secure environment, and returns the execution results including output, errors, and generated visualizations.</p> <p>To execute code, you must specify the code interpreter identifier, session ID, and the code to run in the arguments parameter. The operation returns a stream containing the execution results, which can include text output, error messages, and data visualizations.</p> <p>This operation is subject to request rate limiting based on your account's service quotas.</p> <p>The following operations are related to <code>InvokeCodeInterpreter</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/API_StartCodeInterpreterSession.html\">StartCodeInterpreterSession</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/API_GetCodeInterpreterSession.html\">GetCodeInterpreterSession</a> </p> </li> </ul>", |
23 | 23 | "ListActors": "<p>Lists all actors in an AgentCore Memory resource. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:ListActors</code> permission.</p>", |
24 | 24 | "ListBrowserSessions": "<p>Retrieves a list of browser sessions in Amazon Bedrock that match the specified criteria. This operation returns summary information about each session, including identifiers, status, and timestamps.</p> <p>You can filter the results by browser identifier and session status. The operation supports pagination to handle large result sets efficiently.</p> <p>We recommend using pagination to ensure that the operation returns quickly and successfully when retrieving large numbers of sessions.</p> <p>The following operations are related to <code>ListBrowserSessions</code>:</p> <ul> <li> <p> <a href=\"https://docs.aws.amazon.com/API_StartBrowserSession.html\">StartBrowserSession</a> </p> </li> <li> <p> <a href=\"https://docs.aws.amazon.com/API_GetBrowserSession.html\">GetBrowserSession</a> </p> </li> </ul>", |
|
605 | 605 | "base": null, |
606 | 606 | "refs": {} |
607 | 607 | }, |
| 608 | + "InvokeCodeInterpreterRequestTraceIdString": { |
| 609 | + "base": null, |
| 610 | + "refs": { |
| 611 | + "InvokeCodeInterpreterRequest$traceId": "<p>The trace identifier for request tracking.</p>" |
| 612 | + } |
| 613 | + }, |
| 614 | + "InvokeCodeInterpreterRequestTraceParentString": { |
| 615 | + "base": null, |
| 616 | + "refs": { |
| 617 | + "InvokeCodeInterpreterRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>" |
| 618 | + } |
| 619 | + }, |
608 | 620 | "InvokeCodeInterpreterResponse": { |
609 | 621 | "base": null, |
610 | 622 | "refs": {} |
|
1106 | 1118 | "base": null, |
1107 | 1119 | "refs": {} |
1108 | 1120 | }, |
| 1121 | + "StartBrowserSessionRequestTraceIdString": { |
| 1122 | + "base": null, |
| 1123 | + "refs": { |
| 1124 | + "StartBrowserSessionRequest$traceId": "<p>The trace identifier for request tracking.</p>" |
| 1125 | + } |
| 1126 | + }, |
| 1127 | + "StartBrowserSessionRequestTraceParentString": { |
| 1128 | + "base": null, |
| 1129 | + "refs": { |
| 1130 | + "StartBrowserSessionRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>" |
| 1131 | + } |
| 1132 | + }, |
1109 | 1133 | "StartBrowserSessionResponse": { |
1110 | 1134 | "base": null, |
1111 | 1135 | "refs": {} |
|
1114 | 1138 | "base": null, |
1115 | 1139 | "refs": {} |
1116 | 1140 | }, |
| 1141 | + "StartCodeInterpreterSessionRequestTraceIdString": { |
| 1142 | + "base": null, |
| 1143 | + "refs": { |
| 1144 | + "StartCodeInterpreterSessionRequest$traceId": "<p>The trace identifier for request tracking.</p>" |
| 1145 | + } |
| 1146 | + }, |
| 1147 | + "StartCodeInterpreterSessionRequestTraceParentString": { |
| 1148 | + "base": null, |
| 1149 | + "refs": { |
| 1150 | + "StartCodeInterpreterSessionRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>" |
| 1151 | + } |
| 1152 | + }, |
1117 | 1153 | "StartCodeInterpreterSessionResponse": { |
1118 | 1154 | "base": null, |
1119 | 1155 | "refs": {} |
|
1122 | 1158 | "base": null, |
1123 | 1159 | "refs": {} |
1124 | 1160 | }, |
| 1161 | + "StopBrowserSessionRequestTraceIdString": { |
| 1162 | + "base": null, |
| 1163 | + "refs": { |
| 1164 | + "StopBrowserSessionRequest$traceId": "<p>The trace identifier for request tracking.</p>" |
| 1165 | + } |
| 1166 | + }, |
| 1167 | + "StopBrowserSessionRequestTraceParentString": { |
| 1168 | + "base": null, |
| 1169 | + "refs": { |
| 1170 | + "StopBrowserSessionRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>" |
| 1171 | + } |
| 1172 | + }, |
1125 | 1173 | "StopBrowserSessionResponse": { |
1126 | 1174 | "base": null, |
1127 | 1175 | "refs": {} |
|
1130 | 1178 | "base": null, |
1131 | 1179 | "refs": {} |
1132 | 1180 | }, |
| 1181 | + "StopCodeInterpreterSessionRequestTraceIdString": { |
| 1182 | + "base": null, |
| 1183 | + "refs": { |
| 1184 | + "StopCodeInterpreterSessionRequest$traceId": "<p>The trace identifier for request tracking.</p>" |
| 1185 | + } |
| 1186 | + }, |
| 1187 | + "StopCodeInterpreterSessionRequestTraceParentString": { |
| 1188 | + "base": null, |
| 1189 | + "refs": { |
| 1190 | + "StopCodeInterpreterSessionRequest$traceParent": "<p>The parent trace information for distributed tracing.</p>" |
| 1191 | + } |
| 1192 | + }, |
1133 | 1193 | "StopCodeInterpreterSessionResponse": { |
1134 | 1194 | "base": null, |
1135 | 1195 | "refs": {} |
|
0 commit comments