AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-25 · Documentation low

File: cli/latest/reference/omics/update-workflow.md

Summary

Added --readme-markdown parameter and expanded documentation about updatable workflow properties

Security assessment

While documentation improvements include a README field, there's no explicit security context or reference to security controls

Diff

diff --git a/cli/latest/reference/omics/update-workflow.md b/cli/latest/reference/omics/update-workflow.md
index d380f3020..e93046a15 100644
--- a//cli/latest/reference/omics/update-workflow.md
+++ b//cli/latest/reference/omics/update-workflow.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.56 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.59 Command Reference](../../index.html) »
@@ -60 +60,14 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Updates information about a workflow. For more information, see [Update a private workflow](https://docs.aws.amazon.com/omics/latest/dev/update-private-workflow.html) in the Amazon Web Services HealthOmics User Guide.
+Updates information about a workflow.
+
+You can update the following workflow information:
+
+  * Name
+  * Description
+  * Default storage type
+  * Default storage capacity (with workflow ID)
+
+
+
+This operation returns a response with no body if the operation is successful. You can check the workflow updates by calling the `GetWorkflow` API operation.
+
+For more information, see [Update a private workflow](https://docs.aws.amazon.com/omics/latest/dev/update-private-workflow.html) in the _Amazon Web Services HealthOmics User Guide_ .
@@ -72,0 +86 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/omics-
+    [--readme-markdown <value>]
@@ -123,0 +138,4 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/omics-
+`--readme-markdown` (string)
+
+> The markdown content for the workflow’s README file. This provides documentation and usage information for users of the workflow.
+
@@ -255 +273 @@ None
-  * [AWS CLI 2.27.56 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.59 Command Reference](../../index.html) »