AWS cli documentation change
Summary
Clarified run cache functionality and added call caching documentation reference
Security assessment
Enhanced documentation about run cache usage for private workflows and task output storage. While mentions data accessibility requirements, there's no evidence of addressing a specific security vulnerability or adding new security controls.
Diff
diff --git a/cli/latest/reference/omics/create-run-cache.md b/cli/latest/reference/omics/create-run-cache.md index 1ae427426..46ed0300b 100644 --- a//cli/latest/reference/omics/create-run-cache.md +++ b//cli/latest/reference/omics/create-run-cache.md @@ -15 +15 @@ - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) » @@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -You can create a run cache to save the task outputs from completed tasks in a run for a private workflow. Subsequent runs use the task outputs from the cache, rather than computing the task outputs again. You specify an Amazon S3 location where Amazon Web Services HealthOmics saves the cached data. This data must be immediately accessible (not in an archived state). +Creates a run cache to store and reference task outputs from completed private runs. Specify an Amazon S3 location where Amazon Web Services HealthOmics saves the cached data. This data must be immediately accessible and not in an archived state. You can save intermediate task files to a run cache if they are declared as task outputs in the workflow definition file. @@ -61 +61 @@ You can create a run cache to save the task outputs from completed tasks in a ru -For more information, see [Creating a run cache](https://docs.aws.amazon.com/omics/latest/dev/workflow-cache-create.html) in the Amazon Web Services HealthOmics User Guide. +For more information, see [Call caching](https://docs.aws.amazon.com/omics/latest/dev/workflows-call-caching.html) and [Creating a run cache](https://docs.aws.amazon.com/omics/latest/dev/workflow-cache-create.html) in the _Amazon Web Services HealthOmics User Guide_ . @@ -110 +110 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/omics- -> For more information, see [Run cache behavior](https://docs.aws.amazon.com/omics/latest/dev/how-run-cache.html#run-cache-behavior) in the Amazon Web Services HealthOmics User Guide. +> For more information, see [Run cache behavior](https://docs.aws.amazon.com/omics/latest/dev/how-run-cache.html#run-cache-behavior) in the _Amazon Web Services HealthOmics User Guide_ . @@ -289 +289 @@ tags -> (map) - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) »