AWS cli documentation change
Summary
Updated CLI version reference from 2.31.26 to 2.31.27, expanded documentation about workflow definition files with Amazon Q CLI integration, added WDL_LENIENT parameter, and improved formatting of documentation sections
Security assessment
Changes primarily involve documentation improvements, version updates, and added functionality for workflow definition validation. No security vulnerabilities, mitigations, or security features are mentioned in the changes. The addition of WDL_LENIENT parameter lacks security context.
Diff
diff --git a/cli/latest/reference/omics/create-workflow.md b/cli/latest/reference/omics/create-workflow.md index acf2f2941..72d93fe47 100644 --- a//cli/latest/reference/omics/create-workflow.md +++ b//cli/latest/reference/omics/create-workflow.md @@ -15 +15 @@ - * [AWS CLI 2.31.26 Command Reference](../../index.html) » + * [AWS CLI 2.31.27 Command Reference](../../index.html) » @@ -62,4 +62,5 @@ Creates a private workflow. Before you create a private workflow, you must creat - * _Workflow definition files_ : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in .zip format. - * (Optional) _Parameter template_ : You can create a parameter template file that defines the run parameters, or Amazon Web Services HealthOmics can generate the parameter template for you. - * _ECR container images_ : Create container images for the workflow in a private ECR repository, or synchronize images from a supported upstream registry with your Amazon ECR private repository. - * (Optional) _Sentieon licenses_ : Request a Sentieon license if using the Sentieon software in a private workflow. + * _Workflow definition file:_ A workflow definition file written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in `.zip` format. For more information, see [Workflow definition files](https://docs.aws.amazon.com/omics/latest/dev/workflow-definition-files.html) in Amazon Web Services HealthOmics. + * You can use Amazon Q CLI to build and validate your workflow definition files in WDL, Nextflow, and CWL. For more information, see [Example prompts for Amazon Q CLI](https://docs.aws.amazon.com/omics/latest/dev/getting-started.html#omics-q-prompts) and the [Amazon Web Services HealthOmics Agentic generative AI tutorial](https://github.com/aws-samples/aws-healthomics-tutorials/tree/main/generative-ai) on GitHub. + * _(Optional) Parameter template file:_ A parameter template file written in JSON. Create the file to define the run parameters, or Amazon Web Services HealthOmics generates the parameter template for you. For more information, see [Parameter template files for HealthOmics workflows](https://docs.aws.amazon.com/omics/latest/dev/parameter-templates.html) . + * _ECR container images:_ Create container images for the workflow in a private ECR repository, or synchronize images from a supported upstream registry with your Amazon ECR private repository. + * _(Optional) Sentieon licenses:_ Request a Sentieon license to use the Sentieon software in private workflows. @@ -153,0 +155 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/omics- +> * `WDL_LENIENT` @@ -855 +857 @@ uuid -> (string) - * [AWS CLI 2.31.26 Command Reference](../../index.html) » + * [AWS CLI 2.31.27 Command Reference](../../index.html) »