AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-19 · Documentation low

File: cli/latest/reference/devicefarm/delete-project.md

Summary

Updated AWS CLI version reference from 2.31.37 to 2.31.39. Added constraint that projects with active runs/sessions cannot be deleted. Added warning about operation irreversibility.

Security assessment

Changes clarify operational constraints but don't address vulnerabilities. No security implications identified.

Diff

diff --git a/cli/latest/reference/devicefarm/delete-project.md b/cli/latest/reference/devicefarm/delete-project.md
index 734cb8f4b..fa2fa93a0 100644
--- a//cli/latest/reference/devicefarm/delete-project.md
+++ b//cli/latest/reference/devicefarm/delete-project.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
@@ -59 +59 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Deletes an AWS Device Farm project, given the project ARN.
+Deletes an AWS Device Farm project, given the project ARN. You cannot delete a project if it has an active run or session.
@@ -61 +61,3 @@ Deletes an AWS Device Farm project, given the project ARN.
-Deleting this resource does not stop an in-progress run.
+### Warning
+
+You cannot undo this operation.
@@ -217 +219 @@ None
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »