AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated CLI version reference and rewrote command description for brevity. Clarified output field definitions including encryption details, failure reasons, and download URL behavior.

Security assessment

Changes are documentation refinements without security impact. The mention of KMS encryption (kmsKeyArn) is a rewording of existing security documentation, not a new addition or vulnerability fix.

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/get-dataset.md b/cli/latest/reference/bedrock-agentcore-control/get-dataset.md
index d79618b34..3ada46595 100644
--- a//cli/latest/reference/bedrock-agentcore-control/get-dataset.md
+++ b//cli/latest/reference/bedrock-agentcore-control/get-dataset.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
-Retrieves dataset metadata only.
-
-Use `?datasetVersion=DRAFT` or `?datasetVersion=N` to retrieve a specific version’s metadata. If absent, defaults to DRAFT (the mutable working copy). Returns ResourceNotFoundException if the specified version is not found.
-
-Initial state after CreateDataset:When CreateDataset completes successfully (status transitions to ACTIVE), only a DRAFT working copy exists. No published versions exist until CreateDatasetVersion is called. At this point draftStatus is MODIFIED because the DRAFT has content that has never been published.
-
-Default version behavior:When `datasetVersion` is omitted, the operation returns the DRAFT working copy. To retrieve a specific published version, pass the version number as a string (e.g. `?datasetVersion=1` ).
-
-State guard:Allowed for all statuses including DELETING. Returns the dataset record with its current status so callers can observe the deletion in progress.
-
-For paginated example IDs use ListDatasetExamples.
+Retrieves dataset metadata. Use the `datasetVersion` query parameter to retrieve a specific version’s metadata. If absent, defaults to DRAFT. For paginated example content, use `ListDatasetExamples` .
@@ -299 +289 @@ draftStatus -> (string)
-> Publish synchronization state. Only authoritative when status == ACTIVE. MODIFIED — DRAFT has unpublished changes (or no published versions yet). UNMODIFIED — DRAFT matches the latest published version exactly.
+> Publish synchronization state. Only authoritative when status is ACTIVE. MODIFIED indicates DRAFT has unpublished changes. UNMODIFIED indicates DRAFT matches the latest published version.
@@ -310 +300 @@ failureReason -> (string)
-> Populated when status is CREATE_FAILED, UPDATE_FAILED, or DELETE_FAILED.
+> Populated when status is CREATE_FAILED, UPDATE_FAILED, or DELETE_FAILED. Describes the reason for the failure.
@@ -325 +315 @@ kmsKeyArn -> (string)
-> AWS KMS key ARN used for SSE-KMS on service S3 writes, if configured.
+> KMS key ARN used for server-side encryption on service Amazon S3 writes, if configured.
@@ -337 +327 @@ exampleCount -> (long)
-> Example count for DRAFT.
+> The number of examples in the DRAFT.
@@ -341 +331 @@ downloadUrl -> (string)
-> Presigned S3 URL to download the consolidated dataset.jsonl file for the resolved version (DRAFT or published). TTL: 5 minutes. Omitted if the file does not yet exist (e.g. during CREATING) or on presign failure.
+> Presigned Amazon S3 URL to download the consolidated dataset file for the resolved version. Expires after 5 minutes. Omitted if the file does not yet exist.
@@ -345 +335 @@ downloadUrlExpiresAt -> (timestamp)
-> Expiry timestamp for downloadUrl.
+> Expiry timestamp for the download URL.
@@ -396 +386 @@ tags -> (map)
-  * [AWS CLI 2.35.1 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.3 Command Reference](../../index.html) »