AWS Security ChangesHomeSearch

AWS cli documentation change

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

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

Summary

Updated AWS CLI version reference, reordered command parameters, modified parameter patterns by removing regex anchors (^ and $), restructured output fields including pattern changes and reordered statistics/error fields.

Security assessment

The changes involve documentation structure updates, pattern syntax modifications (removing regex anchors), and field reordering. There's no evidence of security vulnerabilities being addressed, no mention of CVEs, security advisories, or authentication/authorization changes. Pattern changes appear to be syntax adjustments rather than security fixes.

Diff

diff --git a/cli/latest/reference/datazone/start-data-source-run.md b/cli/latest/reference/datazone/start-data-source-run.md
index bd0684765..0776dccef 100644
--- a//cli/latest/reference/datazone/start-data-source-run.md
+++ b//cli/latest/reference/datazone/start-data-source-run.md
@@ -15 +15 @@
-  * [AWS CLI 2.32.33 Command Reference](../../index.html) »
+  * [AWS CLI 2.33.1 Command Reference](../../index.html) »
@@ -67,2 +66,0 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-    [--client-token <value>]
-    --data-source-identifier <value>
@@ -69,0 +68,2 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
+    --data-source-identifier <value>
+    [--client-token <value>]
@@ -94,5 +94 @@ 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.
-
-`--data-source-identifier` (string) [required]
+`--domain-identifier` (string) [required]
@@ -100 +96 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The identifier of the data source.
+> The identifier of the Amazon DataZone domain in which to start a data source run.
@@ -104 +100 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
@@ -108 +104 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-`--domain-identifier` (string) [required]
+`--data-source-identifier` (string) [required]
@@ -110 +106 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
-> The identifier of the Amazon DataZone domain in which to start a data source run.
+> The identifier of the data source.
@@ -114 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/datazo
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -117,0 +114,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.
+
@@ -217,3 +217 @@ Disable automatically prompt for CLI input parameters.
-createdAt -> (timestamp)
-
-> The timestamp of when data source run was created.
+domainId -> (string)
@@ -221 +219,6 @@ createdAt -> (timestamp)
-dataSourceConfigurationSnapshot -> (string)
+> The identifier of the Amazon DataZone domain in which to start a data source run.
+> 
+> Constraints:
+> 
+>   * pattern: `dzd[-_][a-zA-Z0-9_-]{1,36}`
+> 
@@ -223 +225,0 @@ dataSourceConfigurationSnapshot -> (string)
-> The configuration snapshot of the data source that is being run.
@@ -231 +233 @@ dataSourceId -> (string)
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -235 +237 @@ dataSourceId -> (string)
-domainId -> (string)
+id -> (string)
@@ -237 +239 @@ domainId -> (string)
-> The identifier of the Amazon DataZone domain in which to start a data source run.
+> The identifier of the data source run.
@@ -241 +243 @@ domainId -> (string)
->   * pattern: `^dzd[-_][a-zA-Z0-9_-]{1,36}$`
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -245 +247 @@ domainId -> (string)
-errorMessage -> (structure)
+projectId -> (string)
@@ -247,3 +249 @@ errorMessage -> (structure)
-> Specifies the error message that is returned if the operation cannot be successfully completed.
-> 
-> errorDetail -> (string)
+> The identifier of the project.
@@ -251 +251 @@ errorMessage -> (structure)
->> The details of the error message that is returned if the operation cannot be successfully completed.
+> Constraints:
@@ -253 +253 @@ errorMessage -> (structure)
-> errorType -> (string) [required]
+>   * pattern: `[a-zA-Z0-9_-]{1,36}`
@@ -255,12 +254,0 @@ errorMessage -> (structure)
->> The type of the error message that is returned if the operation cannot be successfully completed.
->> 
->> Possible values:
->> 
->>   * `ACCESS_DENIED_EXCEPTION`
->>   * `CONFLICT_EXCEPTION`
->>   * `INTERNAL_SERVER_EXCEPTION`
->>   * `RESOURCE_NOT_FOUND_EXCEPTION`
->>   * `SERVICE_QUOTA_EXCEEDED_EXCEPTION`
->>   * `THROTTLING_EXCEPTION`
->>   * `VALIDATION_EXCEPTION`
->> 
@@ -269 +257 @@ errorMessage -> (structure)
-id -> (string)
+status -> (string)
@@ -271 +259 @@ id -> (string)
-> The identifier of the data source run.
+> The status of the data source run.
@@ -273 +261 @@ id -> (string)
-> Constraints:
+> Possible values:
@@ -275 +263,5 @@ id -> (string)
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * `REQUESTED`
+>   * `RUNNING`
+>   * `FAILED`
+>   * `PARTIALLY_SUCCEEDED`
+>   * `SUCCESS`
@@ -279 +271 @@ id -> (string)
-projectId -> (string)
+type -> (string)
@@ -281 +273 @@ projectId -> (string)
-> The identifier of the project.
+> The type of the data source run.
@@ -283 +275 @@ projectId -> (string)
-> Constraints:
+> Possible values:
@@ -285 +277,2 @@ projectId -> (string)
->   * pattern: `^[a-zA-Z0-9_-]{1,36}$`
+>   * `PRIORITIZED`
+>   * `SCHEDULED`
@@ -288,0 +282,4 @@ projectId -> (string)
+dataSourceConfigurationSnapshot -> (string)
+
+> The configuration snapshot of the data source that is being run.
+
@@ -297,5 +294 @@ runStatisticsForAssets -> (structure)
-> failed -> (integer)
->
->> The `failed` statistic for the data source run.
-> 
-> skipped -> (integer)
+> updated -> (integer)
@@ -303 +296 @@ runStatisticsForAssets -> (structure)
->> The `skipped` statistic for the data source run.
+>> The `updated` statistic for the data source run.
@@ -309 +302 @@ runStatisticsForAssets -> (structure)
-> updated -> (integer)
+> skipped -> (integer)
@@ -311,5 +304,5 @@ runStatisticsForAssets -> (structure)
->> The `updated` statistic for the data source run.
-
-startedAt -> (timestamp)
-
-> The timestamp of when the data source run was started.
+>> The `skipped` statistic for the data source run.
+> 
+> failed -> (integer)
+>
+>> The `failed` statistic for the data source run.
@@ -317 +310 @@ startedAt -> (timestamp)
-status -> (string)
+errorMessage -> (structure)
@@ -319 +312 @@ status -> (string)
-> The status of the data source run.
+> Specifies the error message that is returned if the operation cannot be successfully completed.
@@ -321 +314 @@ status -> (string)
-> Possible values:
+> errorType -> (string) [required]
@@ -323,5 +316,13 @@ status -> (string)
->   * `REQUESTED`
->   * `RUNNING`
->   * `FAILED`
->   * `PARTIALLY_SUCCEEDED`
->   * `SUCCESS`
+>> The type of the error message that is returned if the operation cannot be successfully completed.
+>> 
+>> Possible values:
+>> 
+>>   * `ACCESS_DENIED_EXCEPTION`
+>>   * `CONFLICT_EXCEPTION`
+>>   * `INTERNAL_SERVER_EXCEPTION`
+>>   * `RESOURCE_NOT_FOUND_EXCEPTION`
+>>   * `SERVICE_QUOTA_EXCEEDED_EXCEPTION`
+>>   * `THROTTLING_EXCEPTION`
+>>   * `VALIDATION_EXCEPTION`
+>> 
+
@@ -328,0 +330,3 @@ status -> (string)
+> errorDetail -> (string)
+>
+>> The details of the error message that is returned if the operation cannot be successfully completed.
@@ -329,0 +334 @@ status -> (string)
+createdAt -> (timestamp)
@@ -331 +336 @@ status -> (string)
-stoppedAt -> (timestamp)
+> The timestamp of when data source run was created.
@@ -333 +338 @@ stoppedAt -> (timestamp)
-> The timestamp of when the data source run was stopped.
+updatedAt -> (timestamp)
@@ -335 +340 @@ stoppedAt -> (timestamp)
-type -> (string)
+> The timestamp of when the data source run was updated.
@@ -337,7 +342 @@ type -> (string)
-> The type of the data source run.
-> 
-> Possible values:
->