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
Supports deterministic metadata for AgentCore Memory
Adds the UpdateFHIRDatastore API and adds analytics, NLP, and profile configuration support to CreateFHIRDatastore and DescribeFHIRDatastore.
Adds support to perform cross account data plane actions on an AgentCore Memory resource
Amazon Neptune now supports IPv6 dual-stack networking. You can create and manage Neptune DB clusters accessible over both IPv4 and IPv6 by specifying NetworkType as DUAL in CreateDBCluster, ModifyDBCluster, RestoreDBClusterFromSnapshot, and RestoreDBClusterToPointInTime API operations
Adds support for workflowName in the ListRuns API response.
Introduce new CreateCluster parameters for Amazon EKS local clusters on AWS Outposts. Added etcdInstanceType for configuring the EC2 instance type for dedicated etcd instances, and spreadLevel for configuring the placement group spread level for Kubernetes control plane and etcd instances.
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/BedrockAgentCoreControlClient.h
+39-99Lines changed: 39 additions & 99 deletions
Original file line number
Diff line number
Diff line change
@@ -83,16 +83,10 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
83
83
virtual~BedrockAgentCoreControlClient();
84
84
85
85
/**
86
-
* <p>Adds examples to the dataset's DRAFT.</p> <p><strong>Validation:</strong> All
87
-
* examples are validated against the dataset's schemaType before any writes occur.
88
-
* If any example fails validation, the entire batch is rejected with
89
-
* ValidationException — no examples are written (all-or-nothing semantics).</p>
90
-
* <p><strong>Asynchronous:</strong> Operates in-place on DRAFT. No version bump
91
-
* occurs. Use CreateDatasetVersion to publish DRAFT as a new numbered version.</p>
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/model/AddDatasetExamplesRequest.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ class AddDatasetExamplesRequest : public BedrockAgentCoreControlRequest {
73
73
74
74
///@{
75
75
/**
76
-
* <p>Source of examples to add. Provide either inline examples or an S3 URI
77
-
* pointing to a JSONL file.</p>
76
+
* <p>Source of examples to add. Provide either inline examples or an S3 URI
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/model/AddDatasetExamplesResult.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ class AddDatasetExamplesResult {
114
114
115
115
///@{
116
116
/**
117
-
* <p>IDs of all added examples (auto-generated UUIDs).</p>
117
+
* <p>IDs of all added examples (auto-generated UUIDs).</p>
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/model/CreateDatasetRequest.h
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,12 @@ class CreateDatasetRequest : public BedrockAgentCoreControlRequest {
34
34
35
35
///@{
36
36
/**
37
-
* <p>Optional idempotency token.</p>
37
+
* <p>A unique, case-sensitive identifier to ensure that the API request completes
38
+
* no more than one time. If you don't specify this field, a value is randomly
39
+
* generated for you. If this token matches a previous request, the service ignores
40
+
* the request, but doesn't return an error. For more information, see <a
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/model/CreateDatasetResult.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -65,8 +65,8 @@ class CreateDatasetResult {
65
65
66
66
///@{
67
67
/**
68
-
* <p>Always CREATING immediately after this call. Poll GetDataset until status ==
69
-
* ACTIVE (draftStatus=MODIFIED) or CREATE_FAILED.</p>
68
+
* <p>Always CREATING immediately after this call. Poll <code>GetDataset</code>
69
+
* until status transitions to ACTIVE or CREATE_FAILED.</p>
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/model/CreateDatasetVersionResult.h
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ class CreateDatasetVersionResult {
66
66
67
67
///@{
68
68
/**
69
-
* <p>Always UPDATING immediately after this call. Poll GetDataset until status ==
70
-
* ACTIVE (draftStatus=UNMODIFIED) or UPDATE_FAILED.</p>
69
+
* <p>Always UPDATING immediately after this call. Poll <code>GetDataset</code>
70
+
* until status transitions to ACTIVE or UPDATE_FAILED.</p>
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/model/DataSourceType.h
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/model/DatasetSummary.h
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,8 @@ class DatasetSummary {
125
125
126
126
///@{
127
127
/**
128
-
* <p>Publish synchronization state. Only authoritative when status == ACTIVE.</p>
128
+
* <p> Publish synchronization state. Only authoritative when status is ACTIVE.
Copy file name to clipboardExpand all lines: generated/src/aws-cpp-sdk-bedrock-agentcore-control/include/aws/bedrock-agentcore-control/model/DatasetVersionSummary.h
0 commit comments