AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-01-16 · Documentation low

File: cli/latest/reference/datazone/list-subscription-grants.md

Summary

Updated AWS CLI version reference from 2.32.33 to 2.33.1. Reorganized command parameters, added new options (--subscription-target-id, --subscribed-listing-id, --subscription-id, --owning-iam-principal-arn), modified pattern constraints by removing start/end anchors, expanded output structure with new fields including status tracking and failure details.

Security assessment

The changes involve routine documentation updates for a new CLI version and command parameter reorganization. The pattern constraint modifications (removing '^' and '$') appear to be syntax adjustments rather than security fixes. The added IAM principal ARN parameter follows standard AWS patterns but doesn't introduce new security controls. No vulnerability fixes, CVE references, or security advisories are mentioned in the diff.

Diff

diff --git a/cli/latest/reference/datazone/list-subscription-grants.md b/cli/latest/reference/datazone/list-subscription-grants.md
index 8d93d4edc..6756bfa7d 100644
--- a//cli/latest/reference/datazone/list-subscription-grants.md
+++ b//cli/latest/reference/datazone/list-subscription-grants.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -71 +71,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--owning-group-id <value>]
+    [--subscription-target-id <value>]
+    [--subscribed-listing-id <value>]
+    [--subscription-id <value>]
@@ -72,0 +75 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--owning-iam-principal-arn <value>]
@@ -73,0 +77 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--owning-group-id <value>]
@@ -76,3 +79,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--subscribed-listing-id <value>]
-    [--subscription-id <value>]
-    [--subscription-target-id <value>]
@@ -112 +113 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -122 +123 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -126 +127 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--owning-group-id` (string)
+`--subscription-target-id` (string)
@@ -128 +129 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The ID of the owning group.
+> The identifier of the subscription target.
@@ -132 +133 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -136 +137 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--owning-project-id` (string)
+`--subscribed-listing-id` (string)
@@ -138 +139 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The ID of the owning project of the subscription grants.
+> The identifier of the subscribed listing.
@@ -142 +143 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -146 +147 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--owning-user-id` (string)
+`--subscription-id` (string)
@@ -148 +149 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The ID of the owning user.
+> The identifier of the subscription.
@@ -152 +153 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -156 +157 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--sort-by` (string)
+`--owning-project-id` (string)
@@ -158 +159 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> Specifies the way of sorting the results of this action.
+> The ID of the owning project of the subscription grants.
@@ -160 +161 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> Possible values:
+> Constraints:
@@ -162,2 +163 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * `CREATED_AT`
->   * `UPDATED_AT`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -167 +167 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--sort-order` (string)
+`--owning-iam-principal-arn` (string)
@@ -169 +169 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> Specifies the sort order of this action.
+> The ARN of the owning IAM principal.
@@ -171 +171 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> Possible values:
+> Constraints:
@@ -173,2 +173,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * `ASCENDING`
->   * `DESCENDING`
+>   * min: `1`
+>   * max: `255`
+>   * pattern: `arn:aws[^:]*:iam::\d{12}:(role|user)(/[\w+=,.@-]*)*/[\w+=,.@-]+`
@@ -178 +179 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--subscribed-listing-id` (string)
+`--owning-user-id` (string)
@@ -180 +181 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The identifier of the subscribed listing.
+> The ID of the owning user.
@@ -184 +185 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}`
@@ -188 +189 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--subscription-id` (string)
+`--owning-group-id` (string)
@@ -190 +191 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The identifier of the subscription.
+> The ID of the owning group.
@@ -194 +195 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `([0-9a-f]{10}-|)[A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}`
@@ -198 +199 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--subscription-target-id` (string)
+`--sort-by` (string)
@@ -200 +201 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The identifier of the subscription target.
+> Specifies the way of sorting the results of this action.
@@ -202 +203 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> Constraints:
+> Possible values:
@@ -204 +205,13 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * `CREATED_AT`
+>   * `UPDATED_AT`
+> 
+
+
+`--sort-order` (string)
+
+> Specifies the sort order of this action.
+> 
+> Possible values:
+> 
+>   * `ASCENDING`
+>   * `DESCENDING`
@@ -331,0 +345,105 @@ items -> (list)
+>> 
+>> id -> (string) [required]
+>>
+>>> The identifier of the subscription grant.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+>>> 
+
+>> 
+>> createdBy -> (string) [required]
+>>
+>>> The datazone user who created the subscription grant.
+>> 
+>> updatedBy -> (string)
+>>
+>>> The Amazon DataZone user who updated the subscription grant.
+>> 
+>> domainId -> (string) [required]
+>>
+>>> The identifier of the Amazon DataZone domain in which a subscription grant exists.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
+>>> 
+
+>> 
+>> createdAt -> (timestamp) [required]
+>>
+>>> The timestamp of when a subscription grant was created.
+>> 
+>> updatedAt -> (timestamp) [required]
+>>
+>>> The timestamp of when the subscription grant was updated.
+>> 
+>> environmentId -> (string)
+>>
+>>> The environment ID of the subscription grant.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+>>> 
+
+>> 
+>> subscriptionTargetId -> (string) [required]
+>>
+>>> The identifier of the target of the subscription grant.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+>>> 
+
+>> 
+>> grantedEntity -> (tagged union structure) [required]
+>>
+>>> The entity to which the subscription is granted.
+>>> 
+>>> ### Note
+>>> 
+>>> This is a Tagged Union structure. Only one of the following top level keys can be set: `listing`.
+>>> 
+>>> listing -> (structure)
+>>>
+>>>> The listing for which a subscription is granted.
+>>>> 
+>>>> id -> (string) [required]
+>>>>
+>>>>> An identifier of a revision of an asset published in a Amazon DataZone catalog.
+>>>>> 
+>>>>> Constraints:
+>>>>> 
+>>>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`