AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/connectparticipant/cancel-participant-authentication.md

Summary

Added note about ConnectionToken usage and authentication method

Security assessment

Clarifies authentication method (no Signature Version 4) for the API. This informs developers about security practices but does not address a specific vulnerability.

Diff

diff --git a/cli/latest/reference/connectparticipant/cancel-participant-authentication.md b/cli/latest/reference/connectparticipant/cancel-participant-authentication.md
index 72f9f3a4e..f28da4cb7 100644
--- a//cli/latest/reference/connectparticipant/cancel-participant-authentication.md
+++ b//cli/latest/reference/connectparticipant/cancel-participant-authentication.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.12 Command Reference](../../index.html) »
@@ -64,0 +65,6 @@ The current supported channel is chat. This API is not supported for Apple Messa
+### Note
+
+`ConnectionToken` is used for invoking this API instead of `ParticipantToken` .
+
+The Amazon Connect Participant Service APIs do not use [Signature Version 4 authentication](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) .
+
@@ -216 +222 @@ None
-  * [AWS CLI 2.28.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.28.12 Command Reference](../../index.html) »