|
5 | 5 | "BatchCreateMemoryRecords": "<p>Creates multiple memory records in a single batch operation for the specified memory with custom content.</p>", |
6 | 6 | "BatchDeleteMemoryRecords": "<p>Deletes multiple memory records in a single batch operation from the specified memory.</p>", |
7 | 7 | "BatchUpdateMemoryRecords": "<p>Updates multiple memory records with custom content in a single batch operation within the specified memory.</p>", |
| 8 | + "CompleteResourceTokenAuth": "<p>Confirms the user authentication session for obtaining OAuth2.0 tokens for a resource.</p>", |
8 | 9 | "CreateEvent": "<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>", |
9 | 10 | "DeleteEvent": "<p>Deletes an event from an AgentCore Memory resource. When you delete an event, it is permanently removed.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:DeleteEvent</code> permission.</p>", |
10 | 11 | "DeleteMemoryRecord": "<p>Deletes a memory record from an AgentCore Memory resource. When you delete a memory record, it is permanently removed.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:DeleteMemoryRecord</code> permission.</p>", |
|
84 | 85 | "GetResourceApiKeyResponse$apiKey": "<p>The API key associated with the resource requested.</p>" |
85 | 86 | } |
86 | 87 | }, |
| 88 | + "AuthorizationUrlType": { |
| 89 | + "base": null, |
| 90 | + "refs": { |
| 91 | + "GetResourceOauth2TokenResponse$authorizationUrl": "<p>The URL to initiate the authorization process, provided when the access token requires user authorization.</p>" |
| 92 | + } |
| 93 | + }, |
87 | 94 | "AutomationStream": { |
88 | 95 | "base": "<p>The configuration for a stream that enables programmatic control of a browser session in Amazon Bedrock. This stream provides a bidirectional communication channel for sending commands to the browser and receiving responses, allowing agents to automate web interactions such as navigation, form filling, and element clicking.</p>", |
89 | 96 | "refs": { |
|
289 | 296 | "InvokeCodeInterpreterResponse$stream": "<p>The stream containing the results of the code execution. This includes output, errors, and execution status.</p>" |
290 | 297 | } |
291 | 298 | }, |
| 299 | + "CompleteResourceTokenAuthRequest": { |
| 300 | + "base": null, |
| 301 | + "refs": {} |
| 302 | + }, |
| 303 | + "CompleteResourceTokenAuthResponse": { |
| 304 | + "base": null, |
| 305 | + "refs": {} |
| 306 | + }, |
292 | 307 | "ConflictException": { |
293 | 308 | "base": "<p>The exception that occurs when the request conflicts with the current state of the resource. This can happen when trying to modify a resource that is currently being modified by another request, or when trying to create a resource that already exists.</p>", |
294 | 309 | "refs": { |
|
573 | 588 | "base": null, |
574 | 589 | "refs": {} |
575 | 590 | }, |
| 591 | + "InvokeAgentRuntimeRequestAccountIdString": { |
| 592 | + "base": null, |
| 593 | + "refs": { |
| 594 | + "InvokeAgentRuntimeRequest$accountId": "<p>The identifier of the Amazon Web Services account for the agent runtime resource.</p>" |
| 595 | + } |
| 596 | + }, |
576 | 597 | "InvokeAgentRuntimeRequestBaggageString": { |
577 | 598 | "base": null, |
578 | 599 | "refs": { |
|
985 | 1006 | "MemoryRecordOutput$requestIdentifier": "<p>The client-provided identifier that was used to track this record operation.</p>" |
986 | 1007 | } |
987 | 1008 | }, |
| 1009 | + "RequestUri": { |
| 1010 | + "base": null, |
| 1011 | + "refs": { |
| 1012 | + "CompleteResourceTokenAuthRequest$sessionUri": "<p>Unique identifier for the user's authentication session for retrieving OAuth2 tokens. This ID tracks the authorization flow state across multiple requests and responses during the OAuth2 authentication process.</p>", |
| 1013 | + "GetResourceOauth2TokenRequest$sessionUri": "<p>Unique identifier for the user's authentication session for retrieving OAuth2 tokens. This ID tracks the authorization flow state across multiple requests and responses during the OAuth2 authentication process.</p>", |
| 1014 | + "GetResourceOauth2TokenResponse$sessionUri": "<p>Unique identifier for the user's authorization session for retrieving OAuth2 tokens. This matches the sessionId from the request and can be used to track the session state.</p>" |
| 1015 | + } |
| 1016 | + }, |
988 | 1017 | "ResourceContent": { |
989 | 1018 | "base": "<p>Contains information about resource content.</p>", |
990 | 1019 | "refs": { |
|
1094 | 1123 | "StopRuntimeSessionResponse$runtimeSessionId": "<p>The ID of the session that you requested to stop.</p>" |
1095 | 1124 | } |
1096 | 1125 | }, |
| 1126 | + "SessionStatus": { |
| 1127 | + "base": null, |
| 1128 | + "refs": { |
| 1129 | + "GetResourceOauth2TokenResponse$sessionStatus": "<p>Status indicating whether the user's authorization session is in progress or has failed. This helps determine the next steps in the OAuth2 authentication flow.</p>" |
| 1130 | + } |
| 1131 | + }, |
1097 | 1132 | "SessionSummary": { |
1098 | 1133 | "base": "<p>Contains summary information about a session in an AgentCore Memory resource.</p>", |
1099 | 1134 | "refs": { |
|
1154 | 1189 | "base": null, |
1155 | 1190 | "refs": {} |
1156 | 1191 | }, |
| 1192 | + "State": { |
| 1193 | + "base": null, |
| 1194 | + "refs": { |
| 1195 | + "GetResourceOauth2TokenRequest$customState": "<p>An opaque string that will be sent back to the callback URL provided in resourceOauth2ReturnUrl. This state should be used to protect the callback URL of your application against CSRF attacks by ensuring the response corresponds to the original request.</p>" |
| 1196 | + } |
| 1197 | + }, |
1157 | 1198 | "StopBrowserSessionRequest": { |
1158 | 1199 | "base": null, |
1159 | 1200 | "refs": {} |
|
1227 | 1268 | "GetBrowserSessionResponse$sessionReplayArtifact": "<p>The artifact containing the session replay information.</p>", |
1228 | 1269 | "GetCodeInterpreterSessionRequest$codeInterpreterIdentifier": "<p>The unique identifier of the code interpreter associated with the session.</p>", |
1229 | 1270 | "GetCodeInterpreterSessionResponse$codeInterpreterIdentifier": "<p>The identifier of the code interpreter.</p>", |
1230 | | - "GetResourceOauth2TokenResponse$authorizationUrl": "<p>The URL to initiate the authorization process, provided when the access token requires user authorization.</p>", |
1231 | 1271 | "InvalidInputException$message": null, |
1232 | 1272 | "InvokeAgentRuntimeRequest$agentRuntimeArn": "<p>The Amazon Web Services Resource Name (ARN) of the agent runtime to invoke. The ARN uniquely identifies the agent runtime resource in Amazon Bedrock.</p>", |
1233 | 1273 | "InvokeAgentRuntimeRequest$qualifier": "<p>The qualifier to use for the agent runtime. This can be a version number or an endpoint name that points to a specific version. If not specified, Amazon Bedrock uses the default version of the agent runtime.</p>", |
|
1341 | 1381 | "UserIdType": { |
1342 | 1382 | "base": null, |
1343 | 1383 | "refs": { |
1344 | | - "GetWorkloadAccessTokenForUserIdRequest$userId": "<p>The ID of the user for whom you are retrieving the access token.</p>" |
| 1384 | + "GetWorkloadAccessTokenForUserIdRequest$userId": "<p>The ID of the user for whom you are retrieving the access token.</p>", |
| 1385 | + "UserIdentifier$userId": "<p>The ID of the user for whom you have retrieved a workload access token for</p>" |
| 1386 | + } |
| 1387 | + }, |
| 1388 | + "UserIdentifier": { |
| 1389 | + "base": "<p>The OAuth2.0 token or user ID that was used to generate the workload access token used for initiating the user authorization flow to retrieve OAuth2.0 tokens.</p>", |
| 1390 | + "refs": { |
| 1391 | + "CompleteResourceTokenAuthRequest$userIdentifier": "<p>The OAuth2.0 token or user ID that was used to generate the workload access token used for initiating the user authorization flow to retrieve OAuth2.0 tokens.</p>" |
1345 | 1392 | } |
1346 | 1393 | }, |
1347 | 1394 | "UserTokenType": { |
1348 | 1395 | "base": null, |
1349 | 1396 | "refs": { |
1350 | | - "GetWorkloadAccessTokenForJWTRequest$userToken": "<p>The OAuth 2.0 token issued by the user's identity provider.</p>" |
| 1397 | + "GetWorkloadAccessTokenForJWTRequest$userToken": "<p>The OAuth 2.0 token issued by the user's identity provider.</p>", |
| 1398 | + "UserIdentifier$userToken": "<p>The OAuth2.0 token issued by the user’s identity provider</p>" |
1351 | 1399 | } |
1352 | 1400 | }, |
1353 | 1401 | "ValidationException": { |
|
0 commit comments