AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/accept-subscription-request.md

Summary

Updated AWS CLI command reference for 'accept-subscription-request' with parameter reordering, modified constraints (removed regex anchors), restructured output fields, added new parameters, and changed pattern validations.

Security assessment

The changes involve documentation restructuring, parameter reorganization, and constraint pattern updates (removing '^' and '$' anchors). No evidence of security vulnerability fixes, security incident references, or explicit security enhancements. Pattern changes appear to be syntax normalization rather than security-related.

Diff

diff --git a/cli/latest/reference/datazone/accept-subscription-request.md b/cli/latest/reference/datazone/accept-subscription-request.md
index c008ae13a..fd4a77151 100644
--- a//cli/latest/reference/datazone/accept-subscription-request.md
+++ b//cli/latest/reference/datazone/accept-subscription-request.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -67,3 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--asset-permissions <value>]
-    [--asset-scopes <value>]
-    [--decision-comment <value>]
@@ -71,0 +69,3 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--decision-comment <value>]
+    [--asset-scopes <value>]
+    [--asset-permissions <value>]
@@ -96 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--asset-permissions` (list)
+`--domain-identifier` (string) [required]
@@ -98 +98,32 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The asset permissions of the accept subscription request.
+> The Amazon DataZone domain where the specified subscription request is being accepted.
+> 
+> Constraints:
+> 
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
+> 
+
+
+`--identifier` (string) [required]
+
+> The unique identifier of the subscription request that is to be accepted.
+> 
+> Constraints:
+> 
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+> 
+
+
+`--decision-comment` (string)
+
+> A description that specifies the reason for accepting the specified subscription request.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `4096`
+> 
+
+
+`--asset-scopes` (list)
+
+> The asset scopes of the accept subscription request.
@@ -102 +133 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> The asset permissions.
+>> The accepted asset scope.
@@ -106 +137 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>> The asset ID as part of the asset permissions.
+>>> The asset ID of the accepted asset scope.
@@ -110 +141 @@ 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}`
@@ -114 +145 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->> permissions -> (tagged union structure) [required]
+>> filterIds -> (list) [required]
@@ -116,5 +147 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>> The details as part of the asset permissions.
->>> 
->>> ### Note
->>> 
->>> This is a Tagged Union structure. Only one of the following top level keys can be set: `s3`.
+>>> The filter IDs of the accepted asset scope.
@@ -122 +149 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>> s3 -> (list)
+>>> (string)
@@ -124 +151 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>> The S3 details of the asset permissions.
+>>>> Constraints:
@@ -126 +153 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>> (string)
+>>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -128,5 +154,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->>>>> Possible values:
->>>>> 
->>>>>   * `READ`
->>>>>   * `WRITE`
->>>>> 
@@ -138 +160 @@ Shorthand Syntax:
-    assetId=string,permissions={s3=[string,string]} ...
+    assetId=string,filterIds=string,string ...
@@ -147,3 +169 @@ JSON Syntax:
-        "permissions": {
-          "s3": ["READ"|"WRITE", ...]
-        }
+        "filterIds": ["string", ...]
@@ -155 +175 @@ JSON Syntax:
-`--asset-scopes` (list)
+`--asset-permissions` (list)
@@ -157 +177 @@ JSON Syntax:
-> The asset scopes of the accept subscription request.
+> The asset permissions of the accept subscription request.
@@ -161 +181 @@ JSON Syntax:
->> The accepted asset scope.
+>> The asset permissions.
@@ -165 +185 @@ JSON Syntax:
->>> The asset ID of the accepted asset scope.
+>>> The asset ID as part of the asset permissions.
@@ -169 +189 @@ JSON Syntax:
->>>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>>>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -173 +193 @@ JSON Syntax:
->> filterIds -> (list) [required]
+>> permissions -> (tagged union structure) [required]
@@ -175 +195 @@ JSON Syntax:
->>> The filter IDs of the accepted asset scope.
+>>> The details as part of the asset permissions.
@@ -177 +197 @@ JSON Syntax:
->>> (string)
+>>> ### Note
@@ -179 +199,5 @@ JSON Syntax:
->>>> Constraints:
+>>> 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.
@@ -181 +205 @@ JSON Syntax:
->>>>   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>>>> (string)
@@ -182,0 +207,5 @@ JSON Syntax:
+>>>>> Possible values:
+>>>>> 
+>>>>>   * `READ`
+>>>>>   * `WRITE`
+>>>>> 
@@ -188 +217 @@ Shorthand Syntax:
-    assetId=string,filterIds=string,string ...
+    assetId=string,permissions={s3=[string,string]} ...
@@ -197 +226,3 @@ JSON Syntax:
-        "filterIds": ["string", ...]
+        "permissions": {
+          "s3": ["READ"|"WRITE", ...]
+        }
@@ -203,31 +233,0 @@ JSON Syntax:
-`--decision-comment` (string)
-
-> A description that specifies the reason for accepting the specified subscription request.
-> 
-> Constraints:
-> 
->   * min: `1`
->   * max: `4096`
-> 
-
-
-`--domain-identifier` (string) [required]
-
-> The Amazon DataZone domain where the specified subscription request is being accepted.
-> 
-> Constraints:
-> 
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
-> 
-
-
-`--identifier` (string) [required]
-
-> The unique identifier of the subscription request that is to be accepted.
-> 
-> Constraints:
-> 
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
-> 
-
-
@@ -333,9 +333 @@ Disable automatically prompt for CLI input parameters.
-createdAt -> (timestamp)
-
-> The timestamp that specifies when the subscription request was accepted.
-
-createdBy -> (string)
-
-> Specifies the Amazon DataZone user that accepted the specified subscription request.
-
-decisionComment -> (string)
+id -> (string)
@@ -343 +335 @@ decisionComment -> (string)
-> Specifies the reason for accepting the subscription request.
+> The identifier of the subscription request.
@@ -347,2 +339 @@ decisionComment -> (string)
->   * min: `1`
->   * max: `4096`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -352 +343 @@ decisionComment -> (string)
-domainId -> (string)
+createdBy -> (string)
@@ -354,6 +345 @@ domainId -> (string)
-> The unique identifier of the Amazon DataZone domain where the specified subscription request was accepted.
-> 
-> Constraints:
->