AWS Security ChangesHomeSearch

AWS pinpoint documentation change

Service: pinpoint · 2026-04-01 · Documentation low

File: pinpoint/latest/apireference_smsvoicev2/API_CreatePool.md

Summary

Made IsoCountryCode field optional for non-country-specific origination identities (like RCS agents) when creating pools

Security assessment

This change aligns with the similar update in AssociateOriginationIdentity to support RCS agents that don't require country codes. No security context or vulnerability fixes are mentioned.

Diff

diff --git a/pinpoint/latest/apireference_smsvoicev2/API_CreatePool.md b/pinpoint/latest/apireference_smsvoicev2/API_CreatePool.md
index a451a8b8c..841323a64 100644
--- a//pinpoint/latest/apireference_smsvoicev2/API_CreatePool.md
+++ b//pinpoint/latest/apireference_smsvoicev2/API_CreatePool.md
@@ -63 +63 @@ Required: No
-The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool.
+The new two-character code, in ISO 3166-1 alpha-2 format, for the country or region of the new pool. This field is optional and is not required for origination identity types that are not country-specific, such as RCS agents.
@@ -71 +71 @@ Pattern: `[A-Z]{2}`
-Required: Yes
+Required: No