AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/omics/delete-run-group.md

Summary

Updated CLI version from 2.27.56 to 2.27.59. Added verification steps after deleting a run group using ListRunGroups and GetRunGroup.

Security assessment

The changes are documentation improvements for user guidance on verifying deletions. No security vulnerabilities or security features are addressed or added.

Diff

diff --git a/cli/latest/reference/omics/delete-run-group.md b/cli/latest/reference/omics/delete-run-group.md
index d866abf8b..aee21e180 100644
--- a//cli/latest/reference/omics/delete-run-group.md
+++ b//cli/latest/reference/omics/delete-run-group.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 group.
+Deletes a run group and returns a response with no body if the operation is successful.
+
+To verify that the run group is deleted:
+
+  * Use `ListRunGroups` to confirm the workflow no longer appears in the list.
+  * Use `GetRunGroup` 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) »