You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove superfluous field from API
This release adds the ability for customers to attach and detach their EBS volumes to EKS-orchestrated HyperPod cluster nodes.
New integration with Azure DevOps provider type.
TagResource API now throws ServiceQuotaExceededException when the number of tags on the Amazon EVS resource exceeds the maximum allowed. TooManyTagsException is deprecated.
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/BedrockAgentCoreClient.h
+61-47Lines changed: 61 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ namespace BedrockAgentCore
17
17
{
18
18
/**
19
19
* <p> <p>Amazon Bedrock AgentCore is in preview release and is subject to
20
-
* change.</p> <p>Data plane operations for Amazon Bedrock
21
-
* AgentCore.</p></p>
20
+
* change.</p> <p>Welcome to the Amazon Bedrock AgentCore Data Plane API
21
+
* reference. Data Plane actions process and handle data or workloads within Amazon
22
+
* Web Services services. </p></p>
22
23
*/
23
24
classAWS_BEDROCKAGENTCORE_API BedrockAgentCoreClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<BedrockAgentCoreClient>
24
25
{
@@ -79,10 +80,10 @@ namespace BedrockAgentCore
79
80
virtual~BedrockAgentCoreClient();
80
81
81
82
/**
82
-
* <p>Creates an event in a memory store. Events represent interactions or
83
-
* activities that occur within a session and are associated with specific
84
-
* actors.</p> <p>To use this operation, you must have the
85
-
* <code>genesismemory:CreateEvent</code> permission.</p> <p>This operation is
83
+
* <p>Creates an event in an AgentCore Memory resource. Events represent
84
+
* interactions or activities that occur within a session and are associated with
85
+
* specific actors.</p> <p>To use this operation, you must have the
86
+
* <code>bedrock-agentcore:CreateEvent</code> permission.</p> <p>This operation is
86
87
* subject to request rate limiting.</p><p><h3>See Also:</h3> <a
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/DeleteMemoryRecordRequest.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,8 @@ namespace Model
34
34
35
35
///@{
36
36
/**
37
-
* <p>The identifier of the memory store from which to delete the memory
38
-
* record.</p>
37
+
* <p>The identifier of the AgentCore Memory resource from which to delete the
0 commit comments