Skip to content

Commit f469a3e

Browse files
author
AWS
committed
Amazon Bedrock AgentCore Data Plane Fronting Layer Update: Remove superfluous field from API
1 parent 54b5d57 commit f469a3e

File tree

3 files changed

+36
-34
lines changed

3 files changed

+36
-34
lines changed

.attach_pid803

Whitespace-only changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Bedrock AgentCore Data Plane Fronting Layer",
4+
"contributor": "",
5+
"description": "Remove superfluous field from API"
6+
}

services/bedrockagentcore/src/main/resources/codegen-resources/service-2.json

Lines changed: 30 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{"shape":"ThrottledException"},
3232
{"shape":"ServiceException"}
3333
],
34-
"documentation":"<p>Creates an event in a memory store. 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>genesismemory:CreateEvent</code> permission.</p> <p>This operation is subject to request rate limiting.</p>",
34+
"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>",
3535
"idempotent":true
3636
},
3737
"DeleteEvent":{
@@ -52,7 +52,7 @@
5252
{"shape":"ThrottledException"},
5353
{"shape":"ServiceException"}
5454
],
55-
"documentation":"<p>Deletes an event from a memory store. When you delete an event, it is permanently removed.</p> <p>To use this operation, you must have the <code>genesismemory:DeleteEvent</code> permission.</p>"
55+
"documentation":"<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>"
5656
},
5757
"DeleteMemoryRecord":{
5858
"name":"DeleteMemoryRecord",
@@ -72,7 +72,7 @@
7272
{"shape":"ThrottledException"},
7373
{"shape":"ServiceException"}
7474
],
75-
"documentation":"<p>Deletes a memory record from a memory store. When you delete a memory record, it is permanently removed.</p> <p>To use this operation, you must have the <code>genesismemory:DeleteMemoryRecord</code> permission.</p>"
75+
"documentation":"<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>"
7676
},
7777
"GetBrowserSession":{
7878
"name":"GetBrowserSession",
@@ -128,7 +128,7 @@
128128
{"shape":"ThrottledException"},
129129
{"shape":"ServiceException"}
130130
],
131-
"documentation":"<p>Retrieves information about a specific event in a memory store.</p> <p>To use this operation, you must have the <code>genesismemory:GetEvent</code> permission.</p>"
131+
"documentation":"<p>Retrieves information about a specific event in an AgentCore Memory resource.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:GetEvent</code> permission.</p>"
132132
},
133133
"GetMemoryRecord":{
134134
"name":"GetMemoryRecord",
@@ -148,7 +148,7 @@
148148
{"shape":"ThrottledException"},
149149
{"shape":"ServiceException"}
150150
],
151-
"documentation":"<p>Retrieves a specific memory record from a memory store.</p> <p>To use this operation, you must have the <code>genesismemory:GetMemoryRecord</code> permission.</p>"
151+
"documentation":"<p>Retrieves a specific memory record from an AgentCore Memory resource.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:GetMemoryRecord</code> permission.</p>"
152152
},
153153
"GetResourceApiKey":{
154154
"name":"GetResourceApiKey",
@@ -186,7 +186,7 @@
186186
{"shape":"ThrottlingException"},
187187
{"shape":"InternalServerException"}
188188
],
189-
"documentation":"<p>Reaturns the Oauth2Token of the provided resource</p>"
189+
"documentation":"<p>Returns the OAuth 2.0 token of the provided resource</p>"
190190
},
191191
"GetWorkloadAccessToken":{
192192
"name":"GetWorkloadAccessToken",
@@ -263,7 +263,7 @@
263263
{"shape":"ResourceNotFoundException"},
264264
{"shape":"InternalServerException"}
265265
],
266-
"documentation":"<p>Sends a request to an agent runtime in Amazon Bedrock and receives responses in real-time. The agent processes the request using the configured foundation model and any associated knowledge bases or action groups.</p> <p>To invoke an agent runtime, you must specify the agent runtime ARN and provide a payload containing your request. You can optionally specify a qualifier to target a specific version or alias 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>"
266+
"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>"
267267
},
268268
"InvokeCodeInterpreter":{
269269
"name":"InvokeCodeInterpreter",
@@ -303,7 +303,7 @@
303303
{"shape":"ThrottledException"},
304304
{"shape":"ServiceException"}
305305
],
306-
"documentation":"<p>Lists all actors in a memory store. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>genesismemory:ListActors</code> permission.</p>"
306+
"documentation":"<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>"
307307
},
308308
"ListBrowserSessions":{
309309
"name":"ListBrowserSessions",
@@ -359,7 +359,7 @@
359359
{"shape":"ThrottledException"},
360360
{"shape":"ServiceException"}
361361
],
362-
"documentation":"<p>Lists events in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>genesismemory:ListEvents</code> permission.</p>"
362+
"documentation":"<p>Lists events in an AgentCore Memory resource based on specified criteria. 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:ListEvents</code> permission.</p>"
363363
},
364364
"ListMemoryRecords":{
365365
"name":"ListMemoryRecords",
@@ -379,7 +379,7 @@
379379
{"shape":"ThrottledException"},
380380
{"shape":"ServiceException"}
381381
],
382-
"documentation":"<p>Lists memory records in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>genesismemory:ListMemoryRecords</code> permission.</p>"
382+
"documentation":"<p>Lists memory records in an AgentCore Memory resource based on specified criteria. 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:ListMemoryRecords</code> permission.</p>"
383383
},
384384
"ListSessions":{
385385
"name":"ListSessions",
@@ -399,7 +399,7 @@
399399
{"shape":"ThrottledException"},
400400
{"shape":"ServiceException"}
401401
],
402-
"documentation":"<p>Lists sessions in a memory store based on specified criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>genesismemory:ListSessions</code> permission.</p>"
402+
"documentation":"<p>Lists sessions in an AgentCore Memory resource based on specified criteria. 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:ListSessions</code> permission.</p>"
403403
},
404404
"RetrieveMemoryRecords":{
405405
"name":"RetrieveMemoryRecords",
@@ -419,7 +419,7 @@
419419
{"shape":"ThrottledException"},
420420
{"shape":"ServiceException"}
421421
],
422-
"documentation":"<p>Searches for and retrieves memory records from a memory store based on specified search criteria. We recommend using pagination to ensure that the operation returns quickly and successfully.</p> <p>To use this operation, you must have the <code>genesismemory:RetrieveMemoryRecords</code> permission.</p>"
422+
"documentation":"<p>Searches for and retrieves memory records from an AgentCore Memory resource based on specified search criteria. 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:RetrieveMemoryRecords</code> permission.</p>"
423423
},
424424
"StartBrowserSession":{
425425
"name":"StartBrowserSession",
@@ -561,7 +561,7 @@
561561
"documentation":"<p>The unique identifier of the actor.</p>"
562562
}
563563
},
564-
"documentation":"<p>Contains summary information about an actor in a memory store.</p>"
564+
"documentation":"<p>Contains summary information about an actor in an AgentCore Memory resource.</p>"
565565
},
566566
"ActorSummaryList":{
567567
"type":"list",
@@ -632,7 +632,7 @@
632632
"documentation":"<p>The name of the branch.</p>"
633633
}
634634
},
635-
"documentation":"<p>Contains information about a branch in a memory store. Branches allow for organizing events into different conversation threads or paths.</p>"
635+
"documentation":"<p>Contains information about a branch in an AgentCore Memory resource. Branches allow for organizing events into different conversation threads or paths.</p>"
636636
},
637637
"BranchFilter":{
638638
"type":"structure",
@@ -944,7 +944,7 @@
944944
"members":{
945945
"memoryId":{
946946
"shape":"MemoryId",
947-
"documentation":"<p>The identifier of the memory store in which to create the event.</p>",
947+
"documentation":"<p>The identifier of the AgentCore Memory resource in which to create the event.</p>",
948948
"location":"uri",
949949
"locationName":"memoryId"
950950
},
@@ -1023,7 +1023,7 @@
10231023
"members":{
10241024
"memoryId":{
10251025
"shape":"MemoryId",
1026-
"documentation":"<p>The identifier of the memory store from which to delete the event.</p>",
1026+
"documentation":"<p>The identifier of the AgentCore Memory resource from which to delete the event.</p>",
10271027
"location":"uri",
10281028
"locationName":"memoryId"
10291029
},
@@ -1066,7 +1066,7 @@
10661066
"members":{
10671067
"memoryId":{
10681068
"shape":"MemoryId",
1069-
"documentation":"<p>The identifier of the memory store from which to delete the memory record.</p>",
1069+
"documentation":"<p>The identifier of the AgentCore Memory resource from which to delete the memory record.</p>",
10701070
"location":"uri",
10711071
"locationName":"memoryId"
10721072
},
@@ -1110,7 +1110,7 @@
11101110
"members":{
11111111
"memoryId":{
11121112
"shape":"MemoryId",
1113-
"documentation":"<p>The identifier of the memory store containing the event.</p>"
1113+
"documentation":"<p>The identifier of the AgentCore Memory resource containing the event.</p>"
11141114
},
11151115
"actorId":{
11161116
"shape":"ActorId",
@@ -1137,7 +1137,7 @@
11371137
"documentation":"<p>The branch information for the event.</p>"
11381138
}
11391139
},
1140-
"documentation":"<p>Contains information about an event in a memory store.</p>"
1140+
"documentation":"<p>Contains information about an event in an AgentCore Memory resource.</p>"
11411141
},
11421142
"EventId":{
11431143
"type":"string",
@@ -1291,7 +1291,7 @@
12911291
"members":{
12921292
"memoryId":{
12931293
"shape":"MemoryId",
1294-
"documentation":"<p>The identifier of the memory store containing the event.</p>",
1294+
"documentation":"<p>The identifier of the AgentCore Memory resource containing the event.</p>",
12951295
"location":"uri",
12961296
"locationName":"memoryId"
12971297
},
@@ -1334,7 +1334,7 @@
13341334
"members":{
13351335
"memoryId":{
13361336
"shape":"MemoryId",
1337-
"documentation":"<p>The identifier of the memory store containing the memory record.</p>",
1337+
"documentation":"<p>The identifier of the AgentCore Memory resource containing the memory record.</p>",
13381338
"location":"uri",
13391339
"locationName":"memoryId"
13401340
},
@@ -1396,10 +1396,6 @@
13961396
"shape":"WorkloadIdentityTokenType",
13971397
"documentation":"<p>The identity token of the workload you want to retrive the Oauth2 Token of.</p>"
13981398
},
1399-
"userId":{
1400-
"shape":"UserIdType",
1401-
"documentation":"<p>The user ID of the user you're retrieving the token on behalf of.</p>"
1402-
},
14031399
"resourceCredentialProviderName":{
14041400
"shape":"CredentialProviderName",
14051401
"documentation":"<p>Reference to the credential provider</p>"
@@ -1643,7 +1639,7 @@
16431639
},
16441640
"qualifier":{
16451641
"shape":"String",
1646-
"documentation":"<p>The qualifier to use for the agent runtime. This can be a version number or an alias name that points to a specific version. If not specified, Amazon Bedrock uses the default version of the agent runtime.</p>",
1642+
"documentation":"<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>",
16471643
"location":"querystring",
16481644
"locationName":"qualifier"
16491645
},
@@ -1790,7 +1786,7 @@
17901786
"members":{
17911787
"memoryId":{
17921788
"shape":"MemoryId",
1793-
"documentation":"<p>The identifier of the memory store for which to list actors.</p>",
1789+
"documentation":"<p>The identifier of the AgentCore Memory resource for which to list actors.</p>",
17941790
"location":"uri",
17951791
"locationName":"memoryId"
17961792
},
@@ -1904,7 +1900,7 @@
19041900
"members":{
19051901
"memoryId":{
19061902
"shape":"MemoryId",
1907-
"documentation":"<p>The identifier of the memory store for which to list events.</p>",
1903+
"documentation":"<p>The identifier of the AgentCore Memory resource for which to list events.</p>",
19081904
"location":"uri",
19091905
"locationName":"memoryId"
19101906
},
@@ -1961,7 +1957,7 @@
19611957
"members":{
19621958
"memoryId":{
19631959
"shape":"MemoryId",
1964-
"documentation":"<p>The identifier of the memory store for which to list memory records.</p>",
1960+
"documentation":"<p>The identifier of the AgentCore Memory resource for which to list memory records.</p>",
19651961
"location":"uri",
19661962
"locationName":"memoryId"
19671963
},
@@ -2006,7 +2002,7 @@
20062002
"members":{
20072003
"memoryId":{
20082004
"shape":"MemoryId",
2009-
"documentation":"<p>The identifier of the memory store for which to list sessions.</p>",
2005+
"documentation":"<p>The identifier of the AgentCore Memory resource for which to list sessions.</p>",
20102006
"location":"uri",
20112007
"locationName":"memoryId"
20122008
},
@@ -2112,7 +2108,7 @@
21122108
"documentation":"<p>The timestamp when the memory record was created.</p>"
21132109
}
21142110
},
2115-
"documentation":"<p>Contains information about a memory record in a memory store.</p>"
2111+
"documentation":"<p>Contains information about a memory record in an AgentCore Memory resource.</p>"
21162112
},
21172113
"MemoryRecordId":{
21182114
"type":"string",
@@ -2302,7 +2298,7 @@
23022298
"members":{
23032299
"memoryId":{
23042300
"shape":"MemoryId",
2305-
"documentation":"<p>The identifier of the memory store from which to retrieve memory records.</p>",
2301+
"documentation":"<p>The identifier of the AgentCore Memory resource from which to retrieve memory records.</p>",
23062302
"location":"uri",
23072303
"locationName":"memoryId"
23082304
},
@@ -2453,7 +2449,7 @@
24532449
"documentation":"<p>The timestamp when the session was created.</p>"
24542450
}
24552451
},
2456-
"documentation":"<p>Contains summary information about a session in a memory store.</p>"
2452+
"documentation":"<p>Contains summary information about a session in an AgentCore Memory resource.</p>"
24572453
},
24582454
"SessionSummaryList":{
24592455
"type":"list",
@@ -2977,5 +2973,5 @@
29772973
"sensitive":true
29782974
}
29792975
},
2980-
"documentation":"<p><note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Data plane operations for Amazon Bedrock AgentCore.</p></p>"
2976+
"documentation":"<p><note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Data Plane API reference. Data Plane actions process and handle data or workloads within Amazon Web Services services. </p></p>"
29812977
}

0 commit comments

Comments
 (0)