AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2026-03-31 · Documentation medium

File: cli/latest/reference/partnercentral-account/start-verification.md

Summary

Added documentation for two new fields in VerificationResponseDetails: CompletionUrl (secure URL for verification steps) and CompletionUrlExpiresAt (timestamp when URL expires).

Security assessment

The change adds documentation for security features: a secure URL with expiration for verification workflows. This improves security by ensuring time-limited access to verification processes, but there's no evidence it addresses a specific security vulnerability.

Diff

diff --git a/cli/latest/reference/partnercentral-account/start-verification.md b/cli/latest/reference/partnercentral-account/start-verification.md
index 9dfd0e1ab..f7b5e2893 100644
--- a//cli/latest/reference/partnercentral-account/start-verification.md
+++ b//cli/latest/reference/partnercentral-account/start-verification.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
@@ -404,0 +405,8 @@ VerificationResponseDetails -> (tagged union structure)
+>> 
+>> CompletionUrl -> (string)
+>>
+>>> A secure URL where the registrant can complete additional verification steps, such as document upload or identity confirmation through a third-party verification service.
+>> 
+>> CompletionUrlExpiresAt -> (timestamp)
+>>
+>>> The timestamp when the completion URL expires and is no longer valid for accessing the verification workflow.
@@ -436 +444 @@ CompletedAt -> (timestamp)
-  * [AWS CLI 2.34.19 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.20 Command Reference](../../index.html) »