AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-16 · Documentation low

File: cli/latest/reference/datazone/update-subscription-grant-status.md

Summary

Updated CLI version reference, added permissions structure with S3 controls, and documented environmentId validation

Security assessment

Added documentation for S3 asset permissions (READ/WRITE) which relates to access control, but no evidence of fixing a vulnerability. EnvironmentId pattern constraint appears to be input validation rather than security remediation. Documents security features without addressing known issues.

Diff

diff --git a/cli/latest/reference/datazone/update-subscription-grant-status.md b/cli/latest/reference/datazone/update-subscription-grant-status.md
index d9f657e29..08495bbb7 100644
--- a//cli/latest/reference/datazone/update-subscription-grant-status.md
+++ b//cli/latest/reference/datazone/update-subscription-grant-status.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
@@ -346,0 +347,21 @@ assets -> (list)
+>> 
+>> permissions -> (tagged union structure)
+>>
+>>> The asset permissions.
+>>> 
+>>> ### Note
+>>> 
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `s3`.
+>>> 
+>>> s3 -> (list)
+>>>
+>>>> The S3 details of the asset permissions.
+>>>> 
+>>>> (string)
+>>>>
+>>>>> Possible values:
+>>>>> 
+>>>>>   * `READ`
+>>>>>   * `WRITE`
+>>>>> 
+
@@ -386,0 +408,10 @@ domainId -> (string)
+environmentId -> (string)
+
+> The ID of the environment in which the subscription grant is updated.
+> 
+> Constraints:
+> 
+>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+> 
+
+
@@ -484 +515 @@ updatedBy -> (string)
-  * [AWS CLI 2.31.35 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.37 Command Reference](../../index.html) »