AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/connect/describe-contact.md

Summary

Updated CLI version reference from 2.31.19 to 2.31.21. Added new fields AcceptedByAgentTimestamp and PreviewEndTimestamp. Enhanced disconnect reason documentation with link to detailed guide. Added OutboundStrategy structure with configuration details.

Security assessment

Changes include routine version updates, new timestamp fields for contact handling, and expanded documentation for disconnect reasons. The OutboundStrategy additions describe operational configurations (timeouts, allowed actions) but do not introduce or reference security controls or vulnerabilities.

Diff

diff --git a/cli/latest/reference/connect/describe-contact.md b/cli/latest/reference/connect/describe-contact.md
index 8d82d4955..ebb867ae7 100644
--- a//cli/latest/reference/connect/describe-contact.md
+++ b//cli/latest/reference/connect/describe-contact.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.21 Command Reference](../../index.html) »
@@ -368,0 +369,8 @@ Contact -> (structure)
+>> 
+>> AcceptedByAgentTimestamp -> (timestamp)
+>>
+>>> The timestamp when the contact was accepted by the agent.
+>> 
+>> PreviewEndTimestamp -> (timestamp)
+>>
+>>> The timestamp when the agent finished previewing the contact.
@@ -2133 +2141 @@ Contact -> (structure)
->> The disconnect reason for the contact.
+>> The disconnect reason for the contact. For a list and description of all the possible disconnect reasons by channel, see DisconnectReason under [ContactTraceRecord](https://docs.aws.amazon.com/connect/latest/adminguide/ctr-data-model.html#ctr-ContactTraceRecord) in the _Amazon Connect Administrator Guide_ .
@@ -2224,0 +2233,53 @@ Contact -> (structure)
+> 
+> OutboundStrategy -> (structure)
+>
+>> Information about the outbound strategy.
+>> 
+>> Type -> (string) [required]
+>>
+>>> Type of the outbound strategy.
+>>> 
+>>> Possible values:
+>>> 
+>>>   * `AGENT_FIRST`
+>>> 
+
+>> 
+>> Config -> (structure)
+>>
+>>> Config of the outbound strategy.
+>>> 
+>>> AgentFirst -> (structure)
+>>>
+>>>> The config of agent first outbound strategy.
+>>>> 
+>>>> Preview -> (structure)
+>>>>
+>>>>> Information about preview configuration of agent first outbound strategy
+>>>>> 
+>>>>> PostAcceptTimeoutConfig -> (structure) [required]
+>>>>>
+>>>>>> Countdown timer configuration after the agent accepted the preview outbound contact.
+>>>>>> 
+>>>>>> DurationInSeconds -> (integer) [required]
+>>>>>>
+>>>>>>> Duration in seconds for the countdown timer after the agent accepted the contact.
+>>>>>>> 
+>>>>>>> Constraints:
+>>>>>>> 
+>>>>>>>   * min: `0`
+>>>>>>> 
+
+>>>>> 
+>>>>> AllowedUserActions -> (list) [required]
+>>>>>
+>>>>>> The actions the agent can perform after accepting the preview outbound contact.
+>>>>>> 
+>>>>>> (string)
+>>>>>>
+>>>>>>> Possible values:
+>>>>>>> 
+>>>>>>>   * `CALL`
+>>>>>>>   * `DISCARD`
+>>>>>>> 
+
@@ -2258 +2319 @@ Contact -> (structure)
-  * [AWS CLI 2.31.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.21 Command Reference](../../index.html) »