AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version reference from 2.35.1 to 2.35.3 and condensed command description by removing details about asynchronous operations, versioning, and state guard requirements.

Security assessment

The changes are editorial improvements and version updates without any security implications. Removed text described normal operational constraints (validation semantics) without indicating security vulnerabilities or fixes.

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/delete-dataset-examples.md b/cli/latest/reference/bedrock-agentcore-control/delete-dataset-examples.md
index da212d71b..5d25234cb 100644
--- a//cli/latest/reference/bedrock-agentcore-control/delete-dataset-examples.md
+++ b//cli/latest/reference/bedrock-agentcore-control/delete-dataset-examples.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.3 Command Reference](../../index.html) »
@@ -59,7 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Deletes specific examples by ID from DRAFT.
-
-Validation:All example IDs are validated before any deletes occur. If any ID does not exist in DRAFT, the entire batch is rejected with ResourceNotFoundException — no examples are deleted (all-or-nothing semantics).
-
-Asynchronous:Operates in-place on DRAFT. No version bump occurs. Use CreateDatasetVersion to publish DRAFT as a new numbered version.
-
-State guard:Returns ConflictException (DATASET_NOT_READY) if the dataset status is not in {DRAFT, ACTIVE}.
+Deletes specific examples by ID from DRAFT. All example IDs are validated before any deletes occur. If any ID does not exist in DRAFT, the entire batch is rejected (all-or-nothing semantics).
@@ -317 +311 @@ updatedAt -> (timestamp)
-  * [AWS CLI 2.35.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.3 Command Reference](../../index.html) »