AWS cli documentation change
Summary
Added documentation for asset permissions structure including S3 permissions (READ/WRITE) and environmentId parameter
Security assessment
Similar to delete-subscription-grant changes, this adds documentation about permission granularity for security controls but doesn't indicate a security fix. The S3 permission documentation helps users understand access management features.
Diff
diff --git a/cli/latest/reference/datazone/get-subscription-grant.md b/cli/latest/reference/datazone/get-subscription-grant.md index 7347a7d9b..6ed278f18 100644 --- a//cli/latest/reference/datazone/get-subscription-grant.md +++ b//cli/latest/reference/datazone/get-subscription-grant.md @@ -15 +15 @@ - * [AWS CLI 2.31.35 Command Reference](../../index.html) » + * [AWS CLI 2.31.37 Command Reference](../../index.html) » @@ -289,0 +290,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` +>>>>> + @@ -329,0 +351,10 @@ domainId -> (string) +environmentId -> (string) + +> The environment ID of the subscription grant. +> +> Constraints: +> +> * pattern: `^[a-zA-Z0-9_-]{1,36}$` +> + + @@ -427 +458 @@ updatedBy -> (string) - * [AWS CLI 2.31.35 Command Reference](../../index.html) » + * [AWS CLI 2.31.37 Command Reference](../../index.html) »