AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/pinpoint-sms-voice-v2/list-pool-origination-identities.md

Summary

Updated previous chapter link, AWS CLI version from 2.34.20 to 2.34.21, changed minimum value from 1 to 0, updated pattern validation, clarified country code field as optional, increased max value from 3 to 4, and added 'RCS' as a new origination identity type

Security assessment

This change adds support for RCS as a new origination identity type and updates validation rules accordingly. The increased max value and new identity type suggest feature expansion rather than security fixes.

Diff

diff --git a/cli/latest/reference/pinpoint-sms-voice-v2/list-pool-origination-identities.md b/cli/latest/reference/pinpoint-sms-voice-v2/list-pool-origination-identities.md
index 13c80cf09..90245465f 100644
--- a//cli/latest/reference/pinpoint-sms-voice-v2/list-pool-origination-identities.md
+++ b//cli/latest/reference/pinpoint-sms-voice-v2/list-pool-origination-identities.md
@@ -14,2 +14,2 @@
-  * [previous](get-resource-policy.html "get-resource-policy") |
-  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
+  * [previous](list-notify-countries.html "list-notify-countries") |
+  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
@@ -22 +22 @@
-  * [← get-resource-policy](get-resource-policy.html "previous chapter \(use the left arrow\)") /
+  * [← list-notify-countries](list-notify-countries.html "previous chapter \(use the left arrow\)") /
@@ -111 +111 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi
->   * min: `1`
+>   * min: `0`
@@ -113 +113 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi
->   * pattern: `[A-Za-z0-9_:/-]+`
+>   * pattern: `[A-Za-z0-9_:/-]*`
@@ -339 +339 @@ OriginationIdentities -> (list)
->>> The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
+>>> The two-character code, in ISO 3166-1 alpha-2 format, for the country or region. This field is optional and may not be present for origination identity types that are not country-specific, such as RCS agents.
@@ -356 +356 @@ OriginationIdentities -> (list)
->>>   * max: `3`
+>>>   * max: `4`
@@ -366,0 +367 @@ OriginationIdentities -> (list)
+>>>>   * `RCS`
@@ -394 +395 @@ NextToken -> (string)
-  * [← get-resource-policy](get-resource-policy.html "previous chapter \(use the left arrow\)") /
+  * [← list-notify-countries](list-notify-countries.html "previous chapter \(use the left arrow\)") /
@@ -403,2 +404,2 @@ NextToken -> (string)
-  * [previous](get-resource-policy.html "get-resource-policy") |
-  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
+  * [previous](list-notify-countries.html "list-notify-countries") |
+  * [AWS CLI 2.34.21 Command Reference](../../index.html) »