Skip to content

Commit a0e6914

Browse files
Support Interface for IoT SiteWise Asset Modeling
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.
1 parent 064e16d commit a0e6914

File tree

108 files changed

+5287
-1351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+5287
-1351
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.618
1+
1.11.619

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/BedrockAgentCoreClient.h

Lines changed: 61 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ namespace BedrockAgentCore
1717
{
1818
/**
1919
* <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>
2223
*/
2324
class AWS_BEDROCKAGENTCORE_API BedrockAgentCoreClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<BedrockAgentCoreClient>
2425
{
@@ -79,10 +80,10 @@ namespace BedrockAgentCore
7980
virtual ~BedrockAgentCoreClient();
8081

8182
/**
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
8687
* subject to request rate limiting.</p><p><h3>See Also:</h3> <a
8788
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/CreateEvent">AWS
8889
* API Reference</a></p>
@@ -108,9 +109,10 @@ namespace BedrockAgentCore
108109
}
109110

110111
/**
111-
* <p>Deletes an event from a memory store. When you delete an event, it is
112-
* permanently removed.</p> <p>To use this operation, you must have the
113-
* <code>genesismemory:DeleteEvent</code> permission.</p><p><h3>See Also:</h3> <a
112+
* <p>Deletes an event from an AgentCore Memory resource. When you delete an event,
113+
* it is permanently removed.</p> <p>To use this operation, you must have the
114+
* <code>bedrock-agentcore:DeleteEvent</code> permission.</p><p><h3>See Also:</h3>
115+
* <a
114116
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/DeleteEvent">AWS
115117
* API Reference</a></p>
116118
*/
@@ -135,10 +137,10 @@ namespace BedrockAgentCore
135137
}
136138

137139
/**
138-
* <p>Deletes a memory record from a memory store. When you delete a memory record,
139-
* it is permanently removed.</p> <p>To use this operation, you must have the
140-
* <code>genesismemory:DeleteMemoryRecord</code> permission.</p><p><h3>See
141-
* Also:</h3> <a
140+
* <p>Deletes a memory record from an AgentCore Memory resource. When you delete a
141+
* memory record, it is permanently removed.</p> <p>To use this operation, you must
142+
* have the <code>bedrock-agentcore:DeleteMemoryRecord</code>
143+
* permission.</p><p><h3>See Also:</h3> <a
142144
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/DeleteMemoryRecord">AWS
143145
* API Reference</a></p>
144146
*/
@@ -237,9 +239,10 @@ namespace BedrockAgentCore
237239
}
238240

239241
/**
240-
* <p>Retrieves information about a specific event in a memory store.</p> <p>To use
241-
* this operation, you must have the <code>genesismemory:GetEvent</code>
242-
* permission.</p><p><h3>See Also:</h3> <a
242+
* <p>Retrieves information about a specific event in an AgentCore Memory
243+
* resource.</p> <p>To use this operation, you must have the
244+
* <code>bedrock-agentcore:GetEvent</code> permission.</p><p><h3>See Also:</h3>
245+
* <a
243246
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetEvent">AWS
244247
* API Reference</a></p>
245248
*/
@@ -264,9 +267,10 @@ namespace BedrockAgentCore
264267
}
265268

266269
/**
267-
* <p>Retrieves a specific memory record from a memory store.</p> <p>To use this
268-
* operation, you must have the <code>genesismemory:GetMemoryRecord</code>
269-
* permission.</p><p><h3>See Also:</h3> <a
270+
* <p>Retrieves a specific memory record from an AgentCore Memory resource.</p>
271+
* <p>To use this operation, you must have the
272+
* <code>bedrock-agentcore:GetMemoryRecord</code> permission.</p><p><h3>See
273+
* Also:</h3> <a
270274
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetMemoryRecord">AWS
271275
* API Reference</a></p>
272276
*/
@@ -317,7 +321,7 @@ namespace BedrockAgentCore
317321
}
318322

319323
/**
320-
* <p>Reaturns the Oauth2Token of the provided resource</p><p><h3>See Also:</h3>
324+
* <p>Returns the OAuth 2.0 token of the provided resource</p><p><h3>See Also:</h3>
321325
* <a
322326
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/GetResourceOauth2Token">AWS
323327
* API Reference</a></p>
@@ -421,15 +425,23 @@ namespace BedrockAgentCore
421425
}
422426

423427
/**
424-
* <p>Sends a request to an agent runtime in Amazon Bedrock and receives responses
425-
* in real-time. The agent processes the request using the configured foundation
426-
* model and any associated knowledge bases or action groups.</p> <p>To invoke an
427-
* agent runtime, you must specify the agent runtime ARN and provide a payload
428-
* containing your request. You can optionally specify a qualifier to target a
429-
* specific version or alias of the agent.</p> <p>This operation supports streaming
430-
* responses, allowing you to receive partial responses as they become available.
431-
* We recommend using pagination to ensure that the operation returns quickly and
432-
* successfully when processing large responses.</p><p><h3>See Also:</h3> <a
428+
* <p>Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore
429+
* Runtime and receives responses in real-time. </p> <p>To invoke an agent you must
430+
* specify the AgentCore Runtime ARN and provide a payload containing your request.
431+
* You can optionally specify a qualifier to target a specific version or endpoint
432+
* of the agent.</p> <p>This operation supports streaming responses, allowing you
433+
* to receive partial responses as they become available. We recommend using
434+
* pagination to ensure that the operation returns quickly and successfully when
435+
* processing large responses.</p> <p>For example code, see <a
436+
* href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-invoke-agent.html">Invoke
437+
* an AgentCore Runtime agent</a>. </p> <p>If you're integrating your agent with
438+
* OAuth, you can't use the Amazon Web Services SDK to call
439+
* <code>InvokeAgentRuntime</code>. Instead, make a HTTPS request to
440+
* <code>InvokeAgentRuntime</code>. For an example, see <a
441+
* href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-oauth.html">Authenticate
442+
* and authorize with Inbound Auth and Outbound Auth</a>.</p> <p>To use this
443+
* operation, you must have the <code>bedrock-agentcore:InvokeAgentRuntime</code>
444+
* permission.</p><p><h3>See Also:</h3> <a
433445
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/InvokeAgentRuntime">AWS
434446
* API Reference</a></p>
435447
*/
@@ -492,10 +504,11 @@ namespace BedrockAgentCore
492504
}
493505

494506
/**
495-
* <p>Lists all actors in a memory store. We recommend using pagination to ensure
496-
* that the operation returns quickly and successfully.</p> <p>To use this
497-
* operation, you must have the <code>genesismemory:ListActors</code>
498-
* permission.</p><p><h3>See Also:</h3> <a
507+
* <p>Lists all actors in an AgentCore Memory resource. We recommend using
508+
* pagination to ensure that the operation returns quickly and successfully.</p>
509+
* <p>To use this operation, you must have the
510+
* <code>bedrock-agentcore:ListActors</code> permission.</p><p><h3>See Also:</h3>
511+
* <a
499512
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/ListActors">AWS
500513
* API Reference</a></p>
501514
*/
@@ -592,10 +605,11 @@ namespace BedrockAgentCore
592605
}
593606

594607
/**
595-
* <p>Lists events in a memory store based on specified criteria. We recommend
596-
* using pagination to ensure that the operation returns quickly and
608+
* <p>Lists events in an AgentCore Memory resource based on specified criteria. We
609+
* recommend using pagination to ensure that the operation returns quickly and
597610
* successfully.</p> <p>To use this operation, you must have the
598-
* <code>genesismemory:ListEvents</code> permission.</p><p><h3>See Also:</h3> <a
611+
* <code>bedrock-agentcore:ListEvents</code> permission.</p><p><h3>See Also:</h3>
612+
* <a
599613
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/ListEvents">AWS
600614
* API Reference</a></p>
601615
*/
@@ -620,10 +634,10 @@ namespace BedrockAgentCore
620634
}
621635

622636
/**
623-
* <p>Lists memory records in a memory store based on specified criteria. We
624-
* recommend using pagination to ensure that the operation returns quickly and
625-
* successfully.</p> <p>To use this operation, you must have the
626-
* <code>genesismemory:ListMemoryRecords</code> permission.</p><p><h3>See
637+
* <p>Lists memory records in an AgentCore Memory resource based on specified
638+
* criteria. We recommend using pagination to ensure that the operation returns
639+
* quickly and successfully.</p> <p>To use this operation, you must have the
640+
* <code>bedrock-agentcore:ListMemoryRecords</code> permission.</p><p><h3>See
627641
* Also:</h3> <a
628642
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/ListMemoryRecords">AWS
629643
* API Reference</a></p>
@@ -649,10 +663,10 @@ namespace BedrockAgentCore
649663
}
650664

651665
/**
652-
* <p>Lists sessions in a memory store based on specified criteria. We recommend
653-
* using pagination to ensure that the operation returns quickly and
666+
* <p>Lists sessions in an AgentCore Memory resource based on specified criteria.
667+
* We recommend using pagination to ensure that the operation returns quickly and
654668
* successfully.</p> <p>To use this operation, you must have the
655-
* <code>genesismemory:ListSessions</code> permission.</p><p><h3>See Also:</h3>
669+
* <code>bedrock-agentcore:ListSessions</code> permission.</p><p><h3>See Also:</h3>
656670
* <a
657671
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/ListSessions">AWS
658672
* API Reference</a></p>
@@ -678,10 +692,10 @@ namespace BedrockAgentCore
678692
}
679693

680694
/**
681-
* <p>Searches for and retrieves memory records from a memory store based on
682-
* specified search criteria. We recommend using pagination to ensure that the
683-
* operation returns quickly and successfully.</p> <p>To use this operation, you
684-
* must have the <code>genesismemory:RetrieveMemoryRecords</code>
695+
* <p>Searches for and retrieves memory records from an AgentCore Memory resource
696+
* based on specified search criteria. We recommend using pagination to ensure that
697+
* the operation returns quickly and successfully.</p> <p>To use this operation,
698+
* you must have the <code>bedrock-agentcore:RetrieveMemoryRecords</code>
685699
* permission.</p><p><h3>See Also:</h3> <a
686700
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/RetrieveMemoryRecords">AWS
687701
* API Reference</a></p>

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/ActorSummary.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ namespace Model
2424
{
2525

2626
/**
27-
* <p>Contains summary information about an actor in a memory store.</p><p><h3>See
28-
* Also:</h3> <a
27+
* <p>Contains summary information about an actor in an AgentCore Memory
28+
* resource.</p><p><h3>See Also:</h3> <a
2929
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/ActorSummary">AWS
3030
* API Reference</a></p>
3131
*/

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/Branch.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ namespace Model
2424
{
2525

2626
/**
27-
* <p>Contains information about a branch in a memory store. Branches allow for
28-
* organizing events into different conversation threads or paths.</p><p><h3>See
29-
* Also:</h3> <a
27+
* <p>Contains information about a branch in an AgentCore Memory resource. Branches
28+
* allow for organizing events into different conversation threads or
29+
* paths.</p><p><h3>See Also:</h3> <a
3030
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/Branch">AWS
3131
* API Reference</a></p>
3232
*/

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/CreateEventRequest.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ namespace Model
3939

4040
///@{
4141
/**
42-
* <p>The identifier of the memory store in which to create the event.</p>
42+
* <p>The identifier of the AgentCore Memory resource in which to create the
43+
* event.</p>
4344
*/
4445
inline const Aws::String& GetMemoryId() const { return m_memoryId; }
4546
inline bool MemoryIdHasBeenSet() const { return m_memoryIdHasBeenSet; }

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/DeleteEventRequest.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ namespace Model
3434

3535
///@{
3636
/**
37-
* <p>The identifier of the memory store from which to delete the event.</p>
37+
* <p>The identifier of the AgentCore Memory resource from which to delete the
38+
* event.</p>
3839
*/
3940
inline const Aws::String& GetMemoryId() const { return m_memoryId; }
4041
inline bool MemoryIdHasBeenSet() const { return m_memoryIdHasBeenSet; }

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/DeleteMemoryRecordRequest.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ namespace Model
3434

3535
///@{
3636
/**
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
38+
* memory record.</p>
3939
*/
4040
inline const Aws::String& GetMemoryId() const { return m_memoryId; }
4141
inline bool MemoryIdHasBeenSet() const { return m_memoryIdHasBeenSet; }

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/Event.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ namespace Model
2828
{
2929

3030
/**
31-
* <p>Contains information about an event in a memory store.</p><p><h3>See
32-
* Also:</h3> <a
31+
* <p>Contains information about an event in an AgentCore Memory
32+
* resource.</p><p><h3>See Also:</h3> <a
3333
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-2024-02-28/Event">AWS
3434
* API Reference</a></p>
3535
*/
@@ -44,7 +44,7 @@ namespace Model
4444

4545
///@{
4646
/**
47-
* <p>The identifier of the memory store containing the event.</p>
47+
* <p>The identifier of the AgentCore Memory resource containing the event.</p>
4848
*/
4949
inline const Aws::String& GetMemoryId() const { return m_memoryId; }
5050
inline bool MemoryIdHasBeenSet() const { return m_memoryIdHasBeenSet; }

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/GetEventRequest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace Model
3434

3535
///@{
3636
/**
37-
* <p>The identifier of the memory store containing the event.</p>
37+
* <p>The identifier of the AgentCore Memory resource containing the event.</p>
3838
*/
3939
inline const Aws::String& GetMemoryId() const { return m_memoryId; }
4040
inline bool MemoryIdHasBeenSet() const { return m_memoryIdHasBeenSet; }

generated/src/aws-cpp-sdk-bedrock-agentcore/include/aws/bedrock-agentcore/model/GetMemoryRecordRequest.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ namespace Model
3434

3535
///@{
3636
/**
37-
* <p>The identifier of the memory store containing the memory record.</p>
37+
* <p>The identifier of the AgentCore Memory resource containing the memory
38+
* record.</p>
3839
*/
3940
inline const Aws::String& GetMemoryId() const { return m_memoryId; }
4041
inline bool MemoryIdHasBeenSet() const { return m_memoryIdHasBeenSet; }

0 commit comments

Comments
 (0)