AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-04-04 · Documentation low

File: cli/latest/reference/bedrock-agentcore-control/delete-gateway-target.md

Summary

Updated CLI version from 2.34.21 to 2.34.23 and added documentation clarifying that targets in pending authorization states (CREATE_PENDING_AUTH, UPDATE_PENDING_AUTH, SYNCHRONIZE_PENDING_AUTH) cannot be deleted until authorization completes or fails.

Security assessment

The change is a routine documentation update that clarifies operational constraints of the delete-gateway-target command. It adds a note about pending authorization states to prevent user errors, but there is no evidence of addressing a specific security vulnerability, weakness, or incident. The version update is also routine.

Diff

diff --git a/cli/latest/reference/bedrock-agentcore-control/delete-gateway-target.md b/cli/latest/reference/bedrock-agentcore-control/delete-gateway-target.md
index 38c8865cb..053f3b67d 100644
--- a//cli/latest/reference/bedrock-agentcore-control/delete-gateway-target.md
+++ b//cli/latest/reference/bedrock-agentcore-control/delete-gateway-target.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »
@@ -60,0 +61,2 @@ Deletes a gateway target.
+You cannot delete a target that is in a pending authorization state (`CREATE_PENDING_AUTH` , `UPDATE_PENDING_AUTH` , or `SYNCHRONIZE_PENDING_AUTH` ). Wait for the authorization to complete or fail before deleting the target.
+
@@ -260,0 +263,3 @@ status -> (string)
+>   * `CREATE_PENDING_AUTH`
+>   * `UPDATE_PENDING_AUTH`
+>   * `SYNCHRONIZE_PENDING_AUTH`
@@ -294 +299 @@ statusReasons -> (list)
-  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.23 Command Reference](../../index.html) »