Skip to content

Commit 85c5a73

Browse files
Adding new BDD representation of endpoint ruleset
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.
1 parent 0f7e8a6 commit 85c5a73

100 files changed

Lines changed: 2630 additions & 516 deletions

File tree

Some content is hidden

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.826
1+
1.11.827

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

Lines changed: 39 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,10 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
8383
virtual ~BedrockAgentCoreControlClient();
8484

8585
/**
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>
92-
* <p><strong>State guard:</strong> Returns ConflictException (DATASET_NOT_READY)
93-
* if the dataset status is not in {DRAFT, ACTIVE}.</p> <p><strong>Request size
94-
* limit:</strong> Max 5 MB total request body. Max 1000 examples per
95-
* call.</p><p><h3>See Also:</h3> <a
86+
* <p> Adds examples to the dataset's DRAFT. All examples are validated against the
87+
* dataset's schema type before any writes occur. If any example fails validation,
88+
* the entire batch is rejected (all-or-nothing semantics). </p><p><h3>See
89+
* Also:</h3> <a
9690
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/AddDatasetExamples">AWS
9791
* API Reference</a></p>
9892
*/
@@ -312,9 +306,9 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
312306
}
313307

314308
/**
315-
* <p>Creates a new Dataset resource asynchronously.</p> <p>Returns immediately
316-
* with status CREATING. Poll GetDataset until status transitions to ACTIVE or
317-
* CREATE_FAILED (with failureReason).</p><p><h3>See Also:</h3> <a
309+
* <p> Creates a new dataset resource asynchronously. Returns immediately with
310+
* status CREATING. Poll <code>GetDataset</code> until status transitions to ACTIVE
311+
* or CREATE_FAILED. </p><p><h3>See Also:</h3> <a
318312
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateDataset">AWS
319313
* API Reference</a></p>
320314
*/
@@ -339,15 +333,10 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
339333
}
340334

341335
/**
342-
* <p>Publishes the current DRAFT as a new numbered version.</p> <p>Snapshots the
343-
* DRAFT examples as the next version (1, 2, 3, ...). The DRAFT is preserved and
344-
* remains editable after publishing. Returns immediately with status UPDATING.
345-
* Poll GetDataset until status transitions to ACTIVE (draftStatus=UNMODIFIED) or
346-
* UPDATE_FAILED.</p> <p><strong>State guard:</strong> Returns ConflictException
347-
* (DATASET_NOT_READY) if status is in {CREATING, UPDATING, DELETING}, or
348-
* DATASET_IN_FAILED_STATE if status is in {CREATE_FAILED, DELETE_FAILED}.</p>
349-
* <p><strong>Quota:</strong> MAX_VERSIONS_PER_DATASET applies to published
350-
* versions only (not DRAFT).</p><p><h3>See Also:</h3> <a
336+
* <p> Publishes the current DRAFT as a new numbered version. The DRAFT is
337+
* preserved and remains editable after publishing. Returns immediately with status
338+
* UPDATING. Poll <code>GetDataset</code> until status transitions to ACTIVE or
339+
* UPDATE_FAILED. </p><p><h3>See Also:</h3> <a
351340
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/CreateDatasetVersion">AWS
352341
* API Reference</a></p>
353342
*/
@@ -1036,26 +1025,10 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
10361025
}
10371026

10381027
/**
1039-
* <p>Deletes a dataset version or an entire dataset (all versions + name claim).
1040-
* Asynchronous 202.</p> <p><strong>State transitions:</strong></p> <ul> <li>If
1041-
* <code>datasetVersion</code> is absent (full delete): status transitions to
1042-
* DELETING immediately.</li> <li>If <code>datasetVersion</code> is provided
1043-
* (version-specific delete): status transitions to UPDATING.</li> </ul>
1044-
* <p><strong>State guard (full delete):</strong> Returns ConflictException
1045-
* (DATASET_NOT_READY) if the dataset status is in {CREATING, UPDATING}. Deletion
1046-
* is allowed from ACTIVE, CREATE_FAILED, UPDATE_FAILED, and DELETE_FAILED
1047-
* states.</p> <p><strong>State guard (version-specific delete):</strong> Returns
1048-
* ConflictException (DATASET_NOT_READY) if the dataset status is not in {ACTIVE,
1049-
* CREATE_FAILED, UPDATE_FAILED}.</p> <p>Fails with ConflictException
1050-
* (REFERENCED_BY_EVAL_JOB) if referenced by an active evaluation job (full delete
1051-
* only).</p> <p>If the delete workflow fails after retries, status is set to
1052-
* DELETE_FAILED (full delete) or UPDATE_FAILED (version-specific delete). Calling
1053-
* DeleteDataset on a DELETE_FAILED dataset re-triggers the delete workflow
1054-
* (idempotent retry path).</p> <p><strong>Version parameter:</strong></p> <ul>
1055-
* <li>If <code>datasetVersion</code> is absent: deletes ALL versions and the
1056-
* Dataset record itself.</li> <li>If <code>datasetVersion</code> is provided:
1057-
* deletes only that specific DatasetVersion. Returns ResourceNotFoundException if
1058-
* the specified version does not exist.</li> </ul><p><h3>See Also:</h3> <a
1028+
* <p> Deletes a dataset version or an entire dataset asynchronously. If
1029+
* <code>datasetVersion</code> is absent, deletes all versions and the dataset
1030+
* record itself. If provided, deletes only that specific version. </p><p><h3>See
1031+
* Also:</h3> <a
10591032
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DeleteDataset">AWS
10601033
* API Reference</a></p>
10611034
*/
@@ -1080,15 +1053,9 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
10801053
}
10811054

10821055
/**
1083-
* <p>Deletes specific examples by ID from DRAFT.</p>
1084-
* <p><strong>Validation:</strong> All example IDs are validated before any deletes
1085-
* occur. If any ID does not exist in DRAFT, the entire batch is rejected with
1086-
* ResourceNotFoundException — no examples are deleted (all-or-nothing
1087-
* semantics).</p> <p><strong>Asynchronous:</strong> Operates in-place on DRAFT. No
1088-
* version bump occurs. Use CreateDatasetVersion to publish DRAFT as a new numbered
1089-
* version.</p> <p><strong>State guard:</strong> Returns ConflictException
1090-
* (DATASET_NOT_READY) if the dataset status is not in {DRAFT,
1091-
* ACTIVE}.</p><p><h3>See Also:</h3> <a
1056+
* <p> Deletes specific examples by ID from DRAFT. All example IDs are validated
1057+
* before any deletes occur. If any ID does not exist in DRAFT, the entire batch is
1058+
* rejected (all-or-nothing semantics). </p><p><h3>See Also:</h3> <a
10921059
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DeleteDatasetExamples">AWS
10931060
* API Reference</a></p>
10941061
*/
@@ -1809,22 +1776,10 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
18091776
}
18101777

18111778
/**
1812-
* <p>Retrieves dataset metadata only.</p> <p>Use
1813-
* <code>?datasetVersion=DRAFT</code> or <code>?datasetVersion=N</code> to retrieve
1814-
* a specific version's metadata. If absent, defaults to DRAFT (the mutable working
1815-
* copy). Returns ResourceNotFoundException if the specified version is not
1816-
* found.</p> <p><strong>Initial state after CreateDataset:</strong> When
1817-
* CreateDataset completes successfully (status transitions to ACTIVE), only a
1818-
* DRAFT working copy exists. No published versions exist until
1819-
* CreateDatasetVersion is called. At this point draftStatus is MODIFIED because
1820-
* the DRAFT has content that has never been published.</p> <p><strong>Default
1821-
* version behavior:</strong> When <code>datasetVersion</code> is omitted, the
1822-
* operation returns the DRAFT working copy. To retrieve a specific published
1823-
* version, pass the version number as a string (e.g.
1824-
* <code>?datasetVersion=1</code>).</p> <p><strong>State guard:</strong> Allowed
1825-
* for all statuses including DELETING. Returns the dataset record with its current
1826-
* status so callers can observe the deletion in progress.</p> <p>For paginated
1827-
* example IDs use ListDatasetExamples.</p><p><h3>See Also:</h3> <a
1779+
* <p> Retrieves dataset metadata. Use the <code>datasetVersion</code> query
1780+
* parameter to retrieve a specific version's metadata. If absent, defaults to
1781+
* DRAFT. For paginated example content, use <code>ListDatasetExamples</code>.
1782+
* </p><p><h3>See Also:</h3> <a
18281783
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/GetDataset">AWS
18291784
* API Reference</a></p>
18301785
*/
@@ -2720,15 +2675,10 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
27202675
}
27212676

27222677
/**
2723-
* <p>Returns paginated examples from the dataset.</p> <p><strong>Version-pinned
2724-
* pagination:</strong> The server embeds the resolved version in the
2725-
* <code>nextToken</code>. Once pagination begins, all subsequent pages are pinned
2726-
* to that version regardless of concurrent mutations or whether
2727-
* <code>datasetVersion</code> is passed on subsequent requests. The
2728-
* <code>datasetVersion</code> query parameter is only used for the first request
2729-
* (when <code>nextToken</code> is absent); if omitted, defaults to DRAFT.</p>
2730-
* <p><strong>State guard:</strong> Allowed for all statuses including
2731-
* DELETING.</p><p><h3>See Also:</h3> <a
2678+
* <p> Returns paginated examples from the dataset. The server embeds the resolved
2679+
* version in the pagination token. Once pagination begins, all subsequent pages
2680+
* are pinned to that version regardless of concurrent mutations. </p><p><h3>See
2681+
* Also:</h3> <a
27322682
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListDatasetExamples">AWS
27332683
* API Reference</a></p>
27342684
*/
@@ -2754,10 +2704,9 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
27542704
}
27552705

27562706
/**
2757-
* <p>Lists all published versions of a dataset, sorted by version number
2758-
* descending (newest first). Does not include the DRAFT working copy.</p>
2759-
* <p><strong>State guard:</strong> Allowed for all statuses including
2760-
* DELETING.</p><p><h3>See Also:</h3> <a
2707+
* <p> Lists all published versions of a dataset, sorted by version number
2708+
* descending (newest first). Does not include the DRAFT working copy.
2709+
* </p><p><h3>See Also:</h3> <a
27612710
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListDatasetVersions">AWS
27622711
* API Reference</a></p>
27632712
*/
@@ -2783,8 +2732,8 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
27832732
}
27842733

27852734
/**
2786-
* <p>Lists all datasets in the caller's account, paginated. No presigned URLs in
2787-
* list results.</p><p><h3>See Also:</h3> <a
2735+
* <p> Lists all datasets in the caller's account, paginated. </p><p><h3>See
2736+
* Also:</h3> <a
27882737
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/ListDatasets">AWS
27892738
* API Reference</a></p>
27902739
*/
@@ -3783,11 +3732,10 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
37833732
}
37843733

37853734
/**
3786-
* <p>Updates a dataset's metadata. Synchronous operation. Only provided fields are
3787-
* updated; omitted fields remain unchanged.</p> <p>To modify dataset content, use
3788-
* AddDatasetExamples, UpdateDatasetExamples, or DeleteDatasetExamples.</p>
3789-
* <p>Cannot update: name, schemaType, kmsKeyArn (immutable after
3790-
* creation).</p><p><h3>See Also:</h3> <a
3735+
* <p> Updates a dataset's metadata. Synchronous operation. Only provided fields
3736+
* are updated; omitted fields remain unchanged. To modify dataset content, use
3737+
* <code>AddDatasetExamples</code>, <code>UpdateDatasetExamples</code>, or
3738+
* <code>DeleteDatasetExamples</code>. </p><p><h3>See Also:</h3> <a
37913739
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateDataset">AWS
37923740
* API Reference</a></p>
37933741
*/
@@ -3812,18 +3760,10 @@ class AWS_BEDROCKAGENTCORECONTROL_API BedrockAgentCoreControlClient
38123760
}
38133761

38143762
/**
3815-
* <p>Updates multiple existing examples in-place on DRAFT.</p>
3816-
* <p><strong>Validation:</strong> All examples are validated against the dataset's
3817-
* schemaType before any writes occur. If any example fails validation, the entire
3818-
* batch is rejected with ValidationException — no examples are updated
3819-
* (all-or-nothing semantics).</p> <p><strong>Asynchronous:</strong> Operates
3820-
* in-place on DRAFT. No version bump occurs. Use CreateDatasetVersion to publish
3821-
* DRAFT as a new numbered version.</p> <p>Fails with ResourceNotFoundException if
3822-
* any exampleId does not exist in DRAFT. To add new examples, use
3823-
* AddDatasetExamples instead.</p> <p><strong>State guard:</strong> Returns
3824-
* ConflictException (DATASET_NOT_READY) if the dataset status is not in {DRAFT,
3825-
* ACTIVE}.</p> <p><strong>Request size limit:</strong> Max 5 MB total request
3826-
* body. Max 1000 examples per call.</p><p><h3>See Also:</h3> <a
3763+
* <p> Updates multiple existing examples in-place on DRAFT. All examples are
3764+
* validated against the dataset's schema type before any writes occur. If any
3765+
* example fails validation, the entire batch is rejected (all-or-nothing
3766+
* semantics). </p><p><h3>See Also:</h3> <a
38273767
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/UpdateDatasetExamples">AWS
38283768
* API Reference</a></p>
38293769
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ class AddDatasetExamplesRequest : public BedrockAgentCoreControlRequest {
7373

7474
///@{
7575
/**
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
77+
* pointing to a JSONL file. </p>
7878
*/
7979
inline const DataSourceType& GetSource() const { return m_source; }
8080
inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; }

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class AddDatasetExamplesResult {
114114

115115
///@{
116116
/**
117-
* <p>IDs of all added examples (auto-generated UUIDs).</p>
117+
* <p> IDs of all added examples (auto-generated UUIDs). </p>
118118
*/
119119
inline const Aws::Vector<Aws::String>& GetExampleIds() const { return m_exampleIds; }
120120
template <typename ExampleIdsT = Aws::Vector<Aws::String>>

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

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ class CreateDatasetRequest : public BedrockAgentCoreControlRequest {
3434

3535
///@{
3636
/**
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
41+
* href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html">Ensuring
42+
* idempotency</a>.</p>
3843
*/
3944
inline const Aws::String& GetClientToken() const { return m_clientToken; }
4045
inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; }
@@ -52,8 +57,8 @@ class CreateDatasetRequest : public BedrockAgentCoreControlRequest {
5257

5358
///@{
5459
/**
55-
* <p>Human-readable name for the dataset. Unique within the account
56-
* (case-insensitive). Immutable after creation.</p>
60+
* <p> Human-readable name for the dataset. Must be unique within the account.
61+
* Immutable after creation. </p>
5762
*/
5863
inline const Aws::String& GetDatasetName() const { return m_datasetName; }
5964
inline bool DatasetNameHasBeenSet() const { return m_datasetNameHasBeenSet; }
@@ -89,8 +94,8 @@ class CreateDatasetRequest : public BedrockAgentCoreControlRequest {
8994

9095
///@{
9196
/**
92-
* <p>Source of initial examples. Provide either inline examples or an S3 URI
93-
* pointing to a JSONL file.</p>
97+
* <p> Source of initial examples. Provide either inline examples or an S3 URI
98+
* pointing to a JSONL file. </p>
9499
*/
95100
inline const DataSourceType& GetSource() const { return m_source; }
96101
inline bool SourceHasBeenSet() const { return m_sourceHasBeenSet; }
@@ -108,8 +113,8 @@ class CreateDatasetRequest : public BedrockAgentCoreControlRequest {
108113

109114
///@{
110115
/**
111-
* <p>Versioned schema type governing the structure of examples. Immutable after
112-
* creation.</p>
116+
* <p> Versioned schema type governing the structure of examples. Immutable after
117+
* creation. </p>
113118
*/
114119
inline DatasetSchemaType GetSchemaType() const { return m_schemaType; }
115120
inline bool SchemaTypeHasBeenSet() const { return m_schemaTypeHasBeenSet; }
@@ -125,7 +130,8 @@ class CreateDatasetRequest : public BedrockAgentCoreControlRequest {
125130

126131
///@{
127132
/**
128-
* <p>Optional AWS KMS key ARN for SSE-KMS on service S3 writes.</p>
133+
* <p> Optional KMS key ARN for server-side encryption on service Amazon S3 writes.
134+
* </p>
129135
*/
130136
inline const Aws::String& GetKmsKeyArn() const { return m_kmsKeyArn; }
131137
inline bool KmsKeyArnHasBeenSet() const { return m_kmsKeyArnHasBeenSet; }

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ class CreateDatasetResult {
6565

6666
///@{
6767
/**
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>
7070
*/
7171
inline DatasetStatus GetStatus() const { return m_status; }
7272
inline void SetStatus(DatasetStatus value) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ class CreateDatasetVersionResult {
6666

6767
///@{
6868
/**
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>
7171
*/
7272
inline DatasetStatus GetStatus() const { return m_status; }
7373
inline void SetStatus(DatasetStatus value) {
@@ -82,7 +82,7 @@ class CreateDatasetVersionResult {
8282

8383
///@{
8484
/**
85-
* <p>The version being created.</p>
85+
* <p> The version number being created. </p>
8686
*/
8787
inline const Aws::String& GetDatasetVersion() const { return m_datasetVersion; }
8888
template <typename DatasetVersionT = Aws::String>

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace BedrockAgentCoreControl {
2121
namespace Model {
2222

2323
/**
24-
* <p>Source of examples to add to the dataset.</p><p><h3>See Also:</h3> <a
24+
* <p> Source of examples to add to the dataset. </p><p><h3>See Also:</h3> <a
2525
* href="http://docs.aws.amazon.com/goto/WebAPI/bedrock-agentcore-control-2023-06-05/DataSourceType">AWS
2626
* API Reference</a></p>
2727
*/
@@ -34,7 +34,7 @@ class DataSourceType {
3434

3535
///@{
3636
/**
37-
* <p>Inline examples provided directly in the request body.</p>
37+
* <p> Inline examples provided directly in the request body. </p>
3838
*/
3939
inline const InlineExamplesSource& GetInlineExamples() const { return m_inlineExamples; }
4040
inline bool InlineExamplesHasBeenSet() const { return m_inlineExamplesHasBeenSet; }
@@ -52,8 +52,7 @@ class DataSourceType {
5252

5353
///@{
5454
/**
55-
* <p>S3 URI pointing to a JSONL file in the customer's bucket. The service reads
56-
* this file using the caller's FAS credentials.</p>
55+
* <p> Amazon S3 URI pointing to a JSONL file in the customer's bucket. </p>
5756
*/
5857
inline const S3Source& GetS3Source() const { return m_s3Source; }
5958
inline bool S3SourceHasBeenSet() const { return m_s3SourceHasBeenSet; }

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ class DatasetSummary {
125125

126126
///@{
127127
/**
128-
* <p>Publish synchronization state. Only authoritative when status == ACTIVE.</p>
128+
* <p> Publish synchronization state. Only authoritative when status is ACTIVE.
129+
* </p>
129130
*/
130131
inline DraftStatus GetDraftStatus() const { return m_draftStatus; }
131132
inline bool DraftStatusHasBeenSet() const { return m_draftStatusHasBeenSet; }

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ class DatasetVersionSummary {
3434
AWS_BEDROCKAGENTCORECONTROL_API Aws::Utils::Json::JsonValue Jsonize() const;
3535

3636
///@{
37-
37+
/**
38+
* <p> The version number of this published snapshot. </p>
39+
*/
3840
inline const Aws::String& GetDatasetVersion() const { return m_datasetVersion; }
3941
inline bool DatasetVersionHasBeenSet() const { return m_datasetVersionHasBeenSet; }
4042
template <typename DatasetVersionT = Aws::String>

0 commit comments

Comments
 (0)