AWS cli documentation change
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/get-verification.md b/cli/latest/reference/partnercentral-account/get-verification.md index b4e8e6c70..c1e31a1ca 100644 --- a//cli/latest/reference/partnercentral-account/get-verification.md +++ b//cli/latest/reference/partnercentral-account/get-verification.md @@ -15 +15 @@ - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) » @@ -316,0 +317,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. @@ -348 +356 @@ CompletedAt -> (timestamp) - * [AWS CLI 2.34.19 Command Reference](../../index.html) » + * [AWS CLI 2.34.20 Command Reference](../../index.html) »