AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-09-10 · Documentation low

File: cli/latest/reference/datazone/get-asset.md

Summary

Updated CLI version reference and added documentation about asset fundamentals and prerequisites including domain/asset validation and user permissions

Security assessment

Added prerequisites mention permission requirements which relate to access control, but there's no evidence of addressing a specific security vulnerability. The change improves security documentation by clarifying required permissions.

Diff

diff --git a/cli/latest/reference/datazone/get-asset.md b/cli/latest/reference/datazone/get-asset.md
index 6129d0efb..f6f13ea14 100644
--- a//cli/latest/reference/datazone/get-asset.md
+++ b//cli/latest/reference/datazone/get-asset.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.29.0 Command Reference](../../index.html) »
@@ -60,0 +61,10 @@ Gets an Amazon DataZone asset.
+An asset is the fundamental building block in Amazon DataZone, representing any data resource that needs to be cataloged and managed. It can take many forms, from Amazon S3 buckets and database tables to dashboards and machine learning models. Each asset contains comprehensive metadata about the resource, including its location, schema, ownership, and lineage information. Assets are essential for organizing and managing data resources across an organization, making them discoverable and usable while maintaining proper governance.
+
+Before using the Amazon DataZone GetAsset command, ensure the following prerequisites are met:
+
+  * Domain identifier must exist and be valid
+  * Asset identifier must exist
+  * User must have the required permissions to perform the action
+
+
+
@@ -373 +383 @@ typeRevision -> (string)
-  * [AWS CLI 2.28.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.29.0 Command Reference](../../index.html) »