AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-06-13 · Documentation low

File: cli/latest/reference/bedrock-agentcore-control/update-dataset-examples.md

Summary

Updated CLI version reference and simplified command description by removing details about validation, versioning, error conditions, and request size limits. Parameter description for --examples was shortened.

Security assessment

Documentation was condensed without introducing security content. Removal of size limits (5MB/1000 examples) doesn't indicate a security fix; it's likely moved elsewhere or deemed redundant. No vulnerability references exist.

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/update-dataset-examples.md b/cli/latest/reference/bedrock-agentcore-control/update-dataset-examples.md
index 679321e65..245a2ae79 100644
--- a//cli/latest/reference/bedrock-agentcore-control/update-dataset-examples.md
+++ b//cli/latest/reference/bedrock-agentcore-control/update-dataset-examples.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.3 Command Reference](../../index.html) »
@@ -59,11 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Updates multiple existing examples in-place on DRAFT.
-
-Validation:All examples are validated against the dataset’s schemaType before any writes occur. If any example fails validation, the entire batch is rejected with ValidationException — no examples are updated (all-or-nothing semantics).
-
-Asynchronous:Operates in-place on DRAFT. No version bump occurs. Use CreateDatasetVersion to publish DRAFT as a new numbered version.
-
-Fails with ResourceNotFoundException if any exampleId does not exist in DRAFT. To add new examples, use AddDatasetExamples instead.
-
-State guard:Returns ConflictException (DATASET_NOT_READY) if the dataset status is not in {DRAFT, ACTIVE}.
-
-Request size limit:Max 5 MB total request body. Max 1000 examples per call.
+Updates multiple existing examples in-place on DRAFT. All examples are validated against the dataset’s schema type before any writes occur. If any example fails validation, the entire batch is rejected (all-or-nothing semantics).
@@ -131 +121 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc
-> Examples to update. Each element is a JSON object containing a required `exampleId` string field identifying the existing example, plus the replacement fields. The `exampleId` is extracted and removed before persistence; the remaining document is validated against the dataset’s schemaType. Max 1000 examples per call. Total request body must not exceed 5 MB.
+> Examples to update. Each element is a JSON object containing a required `exampleId` field identifying the existing example, plus the replacement fields. Maximum 1000 examples per call.
@@ -318 +308 @@ updatedAt -> (timestamp)
-  * [AWS CLI 2.35.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.3 Command Reference](../../index.html) »