AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/datazone/delete-data-source.md

Summary

Updated CLI version reference from 2.32.33 to 2.33.1, reorganized command parameters, restructured output documentation with modified field patterns (removed regex anchors ^/$), added new fields, and adjusted parameter constraints.

Security assessment

The changes involve documentation restructuring, pattern adjustments (e.g., changing '^pattern$' to 'pattern'), and field reordering. No evidence of security vulnerability fixes, incident response, or explicit security enhancements. Pattern changes appear to be syntax relaxations but lack concrete security context.

Diff

diff --git a/cli/latest/reference/datazone/delete-data-source.md b/cli/latest/reference/datazone/delete-data-source.md
index efd8407be..588112feb 100644
--- a//cli/latest/reference/datazone/delete-data-source.md
+++ b//cli/latest/reference/datazone/delete-data-source.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -67 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--client-token <value>]
@@ -69,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    [--client-token <value>]
@@ -95,4 +94,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--client-token` (string)
-
-> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
-
@@ -105 +101 @@ 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}`
@@ -115 +111 @@ 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}`
@@ -118,0 +115,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+`--client-token` (string)
+
+> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
+
@@ -222 +222 @@ Disable automatically prompt for CLI input parameters.
-assetFormsOutput -> (list)
+id -> (string)
@@ -224 +224,50 @@ assetFormsOutput -> (list)
-> The asset data forms associated with this data source.
+> The ID of the data source that is deleted.
+> 
+> Constraints:
+> 
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+> 
+
+
+status -> (string)
+
+> The status of this data source.
+> 
+> Possible values:
+> 
+>   * `CREATING`
+>   * `FAILED_CREATION`
+>   * `READY`
+>   * `UPDATING`
+>   * `FAILED_UPDATE`
+>   * `RUNNING`
+>   * `DELETING`
+>   * `FAILED_DELETION`
+> 
+
+
+type -> (string)
+
+> The type of this data source.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `256`
+> 
+
+
+name -> (string)
+
+> The name of the data source that is deleted.
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `256`
+> 
+
+
+description -> (string)
+
+> The description of the data source that is deleted.
@@ -229 +278 @@ assetFormsOutput -> (list)
->   * max: `10`
+>   * max: `2048`
@@ -231,0 +281,4 @@ assetFormsOutput -> (list)
+
+domainId -> (string)
+
+> The ID of the Amazon DataZone domain in which the data source is deleted.
@@ -233 +286,3 @@ assetFormsOutput -> (list)
-> (structure)
+> Constraints:
+> 
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -235,16 +289,0 @@ assetFormsOutput -> (list)
->> The details of a metadata form.
->> 
->> content -> (string)
->>
->>> The content of the metadata form.
->> 
->> formName -> (string) [required]
->>
->>> The name of the metadata form.
->>> 
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `128`
->>>   * pattern: `^(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*$`
->>> 
@@ -252,11 +290,0 @@ assetFormsOutput -> (list)
->> 
->> typeName -> (string)
->>
->>> The name of the metadata form type.
->>> 
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `128`
->>>   * pattern: `^(amazon.datazone.)?(?![0-9_])\w+$|^_\w*[a-zA-Z0-9]\w*$`
->>> 
@@ -264,10 +292,21 @@ assetFormsOutput -> (list)
->> 
->> typeRevision -> (string)
->>
->>> The revision of the metadata form type.
->>> 
->>> Constraints:
->>> 
->>>   * min: `1`
->>>   * max: `64`
->>> 
+projectId -> (string)
+
+> The ID of the project in which this data source exists and from which it’s deleted.
+> 
+> Constraints:
+> 
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+> 
+
+
+environmentId -> (string)
+
+> The ID of the environemnt associated with this data source.
+> 
+> Constraints:
+> 
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
+> 
+
+
+connectionId -> (string)
@@ -274,0 +314 @@ assetFormsOutput -> (list)
+> The ID of the connection that is deleted.
@@ -296 +336 @@ configuration -> (tagged union structure)
->>>   * pattern: `^\d{12}$`
+>>>   * pattern: `\d{12}`
@@ -300,5 +340 @@ configuration -> (tagged union structure)
->> autoImportDataQualityResult -> (boolean)
->>
->>> Specifies whether to automatically import data quality metrics as part of the data source run.
->> 
->> catalogName -> (string)
+>> region -> (string)
@@ -306 +342 @@ configuration -> (tagged union structure)
->>> The catalog name in the Amazon Web Services Glue run configuration.
+>>> The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.
@@ -310,2 +346,3 @@ configuration -> (tagged union structure)
->>>   * min: `1`
->>>   * max: `128`
+>>>   * min: `4`
+>>>   * max: `16`
+>>>   * pattern: `.*[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9].*`
@@ -321,13 +358 @@ configuration -> (tagged union structure)
->>>   * pattern: `^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]{1,128}$`
->>> 
-
->> 
->> region -> (string)
->>
->>> The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.
->>> 
->>> Constraints:
->>> 
->>>   * min: `4`
->>>   * max: `16`
->>>   * pattern: `[a-z]{2}-?(iso|gov)?-{1}[a-z]*-{1}[0-9]`
+>>>   * pattern: `arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]{1,128}`
@@ -354,0 +380,11 @@ configuration -> (tagged union structure)
+>>>> 
+>>>> schemaName -> (string)
+>>>>
+>>>>> The schema name specified in the relational filter configuration for the data source.
+>>>>> 
+>>>>> Constraints:
+>>>>>