Skip to content

Commit db390d0

Browse files
Remove superfluous field from API
1 parent c72a809 commit db390d0

28 files changed

+576
-436
lines changed

generator/ServiceModels/bedrock-agentcore/bedrock-agentcore-2024-02-28.api.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,6 @@
11131113
],
11141114
"members":{
11151115
"workloadIdentityToken":{"shape":"WorkloadIdentityTokenType"},
1116-
"userId":{"shape":"UserIdType"},
11171116
"resourceCredentialProviderName":{"shape":"CredentialProviderName"},
11181117
"scopes":{"shape":"ScopesListType"},
11191118
"oauth2Flow":{"shape":"Oauth2FlowType"},

generator/ServiceModels/bedrock-agentcore/bedrock-agentcore-2024-02-28.docs.json

Lines changed: 30 additions & 31 deletions
Large diffs are not rendered by default.

generator/ServiceModels/bedrock-agentcore/bedrock-agentcore-2024-02-28.normal.json

Lines changed: 30 additions & 34 deletions
Large diffs are not rendered by default.

sdk/code-analysis/ServiceAnalysis/BedrockAgentCore/Generated/PropertyValueRules.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@
137137
<max>2048</max>
138138
<pattern>\w+:(\/?\/?)[^\s]+</pattern>
139139
</property-value-rule>
140-
<property-value-rule>
141-
<property>Amazon.BedrockAgentCore.Model.GetResourceOauth2TokenRequest.UserId</property>
142-
<min>1</min>
143-
<max>128</max>
144-
</property-value-rule>
145140
<property-value-rule>
146141
<property>Amazon.BedrockAgentCore.Model.GetResourceOauth2TokenRequest.WorkloadIdentityToken</property>
147142
<min>1</min>

sdk/src/Services/BedrockAgentCore/Generated/Model/ActorSummary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace Amazon.BedrockAgentCore.Model
3131
{
3232
/// <summary>
33-
/// Contains summary information about an actor in a memory store.
33+
/// Contains summary information about an actor in an AgentCore Memory resource.
3434
/// </summary>
3535
public partial class ActorSummary
3636
{

sdk/src/Services/BedrockAgentCore/Generated/Model/Branch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
namespace Amazon.BedrockAgentCore.Model
3131
{
3232
/// <summary>
33-
/// Contains information about a branch in a memory store. Branches allow for organizing
34-
/// events into different conversation threads or paths.
33+
/// Contains information about a branch in an AgentCore Memory resource. Branches allow
34+
/// for organizing events into different conversation threads or paths.
3535
/// </summary>
3636
public partial class Branch
3737
{

sdk/src/Services/BedrockAgentCore/Generated/Model/CreateEventRequest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ namespace Amazon.BedrockAgentCore.Model
3131
{
3232
/// <summary>
3333
/// Container for the parameters to the CreateEvent operation.
34-
/// Creates an event in a memory store. Events represent interactions or activities that
35-
/// occur within a session and are associated with specific actors.
34+
/// Creates an event in an AgentCore Memory resource. Events represent interactions or
35+
/// activities that occur within a session and are associated with specific actors.
3636
///
3737
///
3838
/// <para>
39-
/// To use this operation, you must have the <c>genesismemory:CreateEvent</c> permission.
39+
/// To use this operation, you must have the <c>bedrock-agentcore:CreateEvent</c> permission.
4040
/// </para>
4141
///
4242
/// <para>
@@ -134,7 +134,7 @@ internal bool IsSetEventTimestamp()
134134
/// <summary>
135135
/// Gets and sets the property MemoryId.
136136
/// <para>
137-
/// The identifier of the memory store in which to create the event.
137+
/// The identifier of the AgentCore Memory resource in which to create the event.
138138
/// </para>
139139
/// </summary>
140140
[AWSProperty(Required=true, Min=12)]

sdk/src/Services/BedrockAgentCore/Generated/Model/DeleteEventRequest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ namespace Amazon.BedrockAgentCore.Model
3131
{
3232
/// <summary>
3333
/// Container for the parameters to the DeleteEvent operation.
34-
/// Deletes an event from a memory store. When you delete an event, it is permanently
35-
/// removed.
34+
/// Deletes an event from an AgentCore Memory resource. When you delete an event, it is
35+
/// permanently removed.
3636
///
3737
///
3838
/// <para>
39-
/// To use this operation, you must have the <c>genesismemory:DeleteEvent</c> permission.
39+
/// To use this operation, you must have the <c>bedrock-agentcore:DeleteEvent</c> permission.
4040
/// </para>
4141
/// </summary>
4242
public partial class DeleteEventRequest : AmazonBedrockAgentCoreRequest
@@ -87,7 +87,7 @@ internal bool IsSetEventId()
8787
/// <summary>
8888
/// Gets and sets the property MemoryId.
8989
/// <para>
90-
/// The identifier of the memory store from which to delete the event.
90+
/// The identifier of the AgentCore Memory resource from which to delete the event.
9191
/// </para>
9292
/// </summary>
9393
[AWSProperty(Required=true, Min=12)]

sdk/src/Services/BedrockAgentCore/Generated/Model/DeleteMemoryRecordRequest.cs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ namespace Amazon.BedrockAgentCore.Model
3131
{
3232
/// <summary>
3333
/// Container for the parameters to the DeleteMemoryRecord operation.
34-
/// Deletes a memory record from a memory store. When you delete a memory record, it is
35-
/// permanently removed.
34+
/// Deletes a memory record from an AgentCore Memory resource. When you delete a memory
35+
/// record, it is permanently removed.
3636
///
3737
///
3838
/// <para>
39-
/// To use this operation, you must have the <c>genesismemory:DeleteMemoryRecord</c> permission.
39+
/// To use this operation, you must have the <c>bedrock-agentcore:DeleteMemoryRecord</c>
40+
/// permission.
4041
/// </para>
4142
/// </summary>
4243
public partial class DeleteMemoryRecordRequest : AmazonBedrockAgentCoreRequest
@@ -47,7 +48,7 @@ public partial class DeleteMemoryRecordRequest : AmazonBedrockAgentCoreRequest
4748
/// <summary>
4849
/// Gets and sets the property MemoryId.
4950
/// <para>
50-
/// The identifier of the memory store from which to delete the memory record.
51+
/// The identifier of the AgentCore Memory resource from which to delete the memory record.
5152
/// </para>
5253
/// </summary>
5354
[AWSProperty(Required=true, Min=12)]

sdk/src/Services/BedrockAgentCore/Generated/Model/Event.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace Amazon.BedrockAgentCore.Model
3131
{
3232
/// <summary>
33-
/// Contains information about an event in a memory store.
33+
/// Contains information about an event in an AgentCore Memory resource.
3434
/// </summary>
3535
public partial class Event
3636
{
@@ -120,7 +120,7 @@ internal bool IsSetEventTimestamp()
120120
/// <summary>
121121
/// Gets and sets the property MemoryId.
122122
/// <para>
123-
/// The identifier of the memory store containing the event.
123+
/// The identifier of the AgentCore Memory resource containing the event.
124124
/// </para>
125125
/// </summary>
126126
[AWSProperty(Required=true, Min=12)]

0 commit comments

Comments
 (0)