AWS Security ChangesHomeSearch

AWS pinpoint documentation change

Service: pinpoint · 2025-12-25 · Documentation low

File: pinpoint/latest/userguide/migrate.md

Summary

Updated Python script requirements to specify Python 3.11+ and added download link.

Security assessment

The change is a routine maintenance update for migration script requirements without any security context. No evidence of security vulnerabilities, threats, or security features is present in the diff.

Diff

diff --git a/pinpoint/latest/userguide/migrate.md b/pinpoint/latest/userguide/migrate.md
index 8a7500151..563ed730e 100644
--- a//pinpoint/latest/userguide/migrate.md
+++ b//pinpoint/latest/userguide/migrate.md
@@ -291 +291 @@ To offboard your events and KPIs from Amazon Pinpoint Analytics or Mobile Analyt
-For customers who need to delete Mobile Analytics applications as part of their migration, you can use the following Python script. This script uses AWS Signature Version 4 to authenticate with the Mobile Analytics API.
+For customers who need to delete Mobile Analytics applications as part of their migration, you can use the following Python script. This script uses AWS Signature Version 4 to authenticate with the Mobile Analytics API and requires Python 3.11 or later ([Download Python 3.11](https://www.python.org/downloads/release/python-3110/)).