AWS cli documentation change
Summary
Updated CLI version and clarified filtering options (PRIVATE/READY2RUN workflows).
Security assessment
Improves documentation clarity for workflow filtering but does not address security issues or add security features.
Diff
diff --git a/cli/latest/reference/omics/list-workflows.md b/cli/latest/reference/omics/list-workflows.md index 04650054b..037f1e0e9 100644 --- a//cli/latest/reference/omics/list-workflows.md +++ b//cli/latest/reference/omics/list-workflows.md @@ -15 +15 @@ - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Retrieves a list of workflows. +Retrieves a list of existing workflows. You can filter for specific workflows by their name and type. Using the type parameter, specify `PRIVATE` to retrieve a list of private workflows or specify `READY2RUN` for a list of all Ready2Run workflows. If you do not specify the type of workflow, this operation returns a list of existing workflows. @@ -334 +334 @@ nextToken -> (string) - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) »