AWS cli documentation change
Summary
Updated CLI version and clarified deletion constraints (only COMPLETED/FAILED/CANCELLED runs can be deleted). Added verification steps using ListRuns and GetRun.
Security assessment
Adds operational clarity about run deletion constraints but does not address a security vulnerability or introduce security features. Focuses on data integrity rather than security.
Diff
diff --git a/cli/latest/reference/omics/delete-run.md b/cli/latest/reference/omics/delete-run.md index e9b77f09f..e1815ad49 100644 --- a//cli/latest/reference/omics/delete-run.md +++ b//cli/latest/reference/omics/delete-run.md @@ -15 +15 @@ - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) » @@ -60 +60,8 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Deletes a workflow run. +Deletes a run and returns a response with no body if the operation is successful. You can only delete a run that has reached a `COMPLETED` , `FAILED` , or `CANCELLED` stage. A completed run has delivered an output, or was cancelled and resulted in no output. When you delete a run, only the metadata associated with the run is deleted. The run outputs remain in Amazon S3 and logs remain in CloudWatch. + +To verify that the workflow is deleted: + + * Use `ListRuns` to confirm the workflow no longer appears in the list. + * Use `GetRun` to verify the workflow cannot be found. + + @@ -227 +234 @@ None - * [AWS CLI 2.27.56 Command Reference](../../index.html) » + * [AWS CLI 2.27.59 Command Reference](../../index.html) »