|
844 | 844 | "traits": { |
845 | 845 | "smithy.api#documentation": "<p>Creates multiple memory records in a single batch operation for the specified memory with custom content.</p>", |
846 | 846 | "smithy.api#http": { |
| 847 | + "code": 201, |
847 | 848 | "method": "POST", |
848 | 849 | "uri": "/memories/{memoryId}/memoryRecords/batchCreate" |
849 | 850 | }, |
|
1630 | 1631 | "traits": { |
1631 | 1632 | "smithy.api#documentation": "<p>Creates an event in an AgentCore Memory resource. Events represent interactions or activities that occur within a session and are associated with specific actors.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:CreateEvent</code> permission.</p> <p>This operation is subject to request rate limiting.</p>", |
1632 | 1633 | "smithy.api#http": { |
| 1634 | + "code": 201, |
1633 | 1635 | "method": "POST", |
1634 | 1636 | "uri": "/memories/{memoryId}/events" |
1635 | 1637 | }, |
|
3074 | 3076 | } |
3075 | 3077 | ], |
3076 | 3078 | "traits": { |
3077 | | - "smithy.api#documentation": "<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>", |
| 3079 | + "smithy.api#documentation": "<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>", |
3078 | 3080 | "smithy.api#http": { |
3079 | 3081 | "method": "POST", |
3080 | 3082 | "uri": "/runtimes/{agentRuntimeArn}/invocations", |
|
3338 | 3340 | "smithy.api#httpHeader": "x-amzn-code-interpreter-session-id" |
3339 | 3341 | } |
3340 | 3342 | }, |
| 3343 | + "traceId": { |
| 3344 | + "target": "smithy.api#String", |
| 3345 | + "traits": { |
| 3346 | + "smithy.api#documentation": "<p>The trace identifier for request tracking.</p>", |
| 3347 | + "smithy.api#httpHeader": "X-Amzn-Trace-Id", |
| 3348 | + "smithy.api#length": { |
| 3349 | + "min": 0, |
| 3350 | + "max": 1024 |
| 3351 | + } |
| 3352 | + } |
| 3353 | + }, |
| 3354 | + "traceParent": { |
| 3355 | + "target": "smithy.api#String", |
| 3356 | + "traits": { |
| 3357 | + "smithy.api#documentation": "<p>The parent trace information for distributed tracing.</p>", |
| 3358 | + "smithy.api#httpHeader": "traceparent", |
| 3359 | + "smithy.api#length": { |
| 3360 | + "min": 0, |
| 3361 | + "max": 1024 |
| 3362 | + } |
| 3363 | + } |
| 3364 | + }, |
3341 | 3365 | "name": { |
3342 | 3366 | "target": "com.amazonaws.bedrockagentcore#ToolName", |
3343 | 3367 | "traits": { |
|
5061 | 5085 | "com.amazonaws.bedrockagentcore#StartBrowserSessionRequest": { |
5062 | 5086 | "type": "structure", |
5063 | 5087 | "members": { |
| 5088 | + "traceId": { |
| 5089 | + "target": "smithy.api#String", |
| 5090 | + "traits": { |
| 5091 | + "smithy.api#documentation": "<p>The trace identifier for request tracking.</p>", |
| 5092 | + "smithy.api#httpHeader": "X-Amzn-Trace-Id", |
| 5093 | + "smithy.api#length": { |
| 5094 | + "min": 0, |
| 5095 | + "max": 1024 |
| 5096 | + } |
| 5097 | + } |
| 5098 | + }, |
| 5099 | + "traceParent": { |
| 5100 | + "target": "smithy.api#String", |
| 5101 | + "traits": { |
| 5102 | + "smithy.api#documentation": "<p>The parent trace information for distributed tracing.</p>", |
| 5103 | + "smithy.api#httpHeader": "traceparent", |
| 5104 | + "smithy.api#length": { |
| 5105 | + "min": 0, |
| 5106 | + "max": 1024 |
| 5107 | + } |
| 5108 | + } |
| 5109 | + }, |
5064 | 5110 | "browserIdentifier": { |
5065 | 5111 | "target": "smithy.api#String", |
5066 | 5112 | "traits": { |
|
5179 | 5225 | "com.amazonaws.bedrockagentcore#StartCodeInterpreterSessionRequest": { |
5180 | 5226 | "type": "structure", |
5181 | 5227 | "members": { |
| 5228 | + "traceId": { |
| 5229 | + "target": "smithy.api#String", |
| 5230 | + "traits": { |
| 5231 | + "smithy.api#documentation": "<p>The trace identifier for request tracking.</p>", |
| 5232 | + "smithy.api#httpHeader": "X-Amzn-Trace-Id", |
| 5233 | + "smithy.api#length": { |
| 5234 | + "min": 0, |
| 5235 | + "max": 1024 |
| 5236 | + } |
| 5237 | + } |
| 5238 | + }, |
| 5239 | + "traceParent": { |
| 5240 | + "target": "smithy.api#String", |
| 5241 | + "traits": { |
| 5242 | + "smithy.api#documentation": "<p>The parent trace information for distributed tracing.</p>", |
| 5243 | + "smithy.api#httpHeader": "traceparent", |
| 5244 | + "smithy.api#length": { |
| 5245 | + "min": 0, |
| 5246 | + "max": 1024 |
| 5247 | + } |
| 5248 | + } |
| 5249 | + }, |
5182 | 5250 | "codeInterpreterIdentifier": { |
5183 | 5251 | "target": "smithy.api#String", |
5184 | 5252 | "traits": { |
|
5285 | 5353 | "com.amazonaws.bedrockagentcore#StopBrowserSessionRequest": { |
5286 | 5354 | "type": "structure", |
5287 | 5355 | "members": { |
| 5356 | + "traceId": { |
| 5357 | + "target": "smithy.api#String", |
| 5358 | + "traits": { |
| 5359 | + "smithy.api#documentation": "<p>The trace identifier for request tracking.</p>", |
| 5360 | + "smithy.api#httpHeader": "X-Amzn-Trace-Id", |
| 5361 | + "smithy.api#length": { |
| 5362 | + "min": 0, |
| 5363 | + "max": 1024 |
| 5364 | + } |
| 5365 | + } |
| 5366 | + }, |
| 5367 | + "traceParent": { |
| 5368 | + "target": "smithy.api#String", |
| 5369 | + "traits": { |
| 5370 | + "smithy.api#documentation": "<p>The parent trace information for distributed tracing.</p>", |
| 5371 | + "smithy.api#httpHeader": "traceparent", |
| 5372 | + "smithy.api#length": { |
| 5373 | + "min": 0, |
| 5374 | + "max": 1024 |
| 5375 | + } |
| 5376 | + } |
| 5377 | + }, |
5288 | 5378 | "browserIdentifier": { |
5289 | 5379 | "target": "smithy.api#String", |
5290 | 5380 | "traits": { |
|
5386 | 5476 | "com.amazonaws.bedrockagentcore#StopCodeInterpreterSessionRequest": { |
5387 | 5477 | "type": "structure", |
5388 | 5478 | "members": { |
| 5479 | + "traceId": { |
| 5480 | + "target": "smithy.api#String", |
| 5481 | + "traits": { |
| 5482 | + "smithy.api#documentation": "<p>The trace identifier for request tracking.</p>", |
| 5483 | + "smithy.api#httpHeader": "X-Amzn-Trace-Id", |
| 5484 | + "smithy.api#length": { |
| 5485 | + "min": 0, |
| 5486 | + "max": 1024 |
| 5487 | + } |
| 5488 | + } |
| 5489 | + }, |
| 5490 | + "traceParent": { |
| 5491 | + "target": "smithy.api#String", |
| 5492 | + "traits": { |
| 5493 | + "smithy.api#documentation": "<p>The parent trace information for distributed tracing.</p>", |
| 5494 | + "smithy.api#httpHeader": "traceparent", |
| 5495 | + "smithy.api#length": { |
| 5496 | + "min": 0, |
| 5497 | + "max": 1024 |
| 5498 | + } |
| 5499 | + } |
| 5500 | + }, |
5389 | 5501 | "codeInterpreterIdentifier": { |
5390 | 5502 | "target": "smithy.api#String", |
5391 | 5503 | "traits": { |
|
0 commit comments