AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/pinpoint-sms-voice-v2/create-pool.md

Summary

Updated AWS CLI version from 2.34.20 to 2.34.21, made iso-country-code parameter optional, and clarified that country code is not required for non-country-specific origination identity types like RCS agents

Security assessment

This change makes the iso-country-code parameter optional for pool creation to accommodate RCS agents. No security implications are mentioned or evident from the changes.

Diff

diff --git a/cli/latest/reference/pinpoint-sms-voice-v2/create-pool.md b/cli/latest/reference/pinpoint-sms-voice-v2/create-pool.md
index 61372ae58..cc21a3f91 100644
--- a//cli/latest/reference/pinpoint-sms-voice-v2/create-pool.md
+++ b//cli/latest/reference/pinpoint-sms-voice-v2/create-pool.md
@@ -15 +15 @@
-  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.21 Command Reference](../../index.html) »
@@ -72 +72 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi
-    --iso-country-code <value>
+    [--iso-country-code <value>]
@@ -120 +120 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi
-`--iso-country-code` (string) [required]
+`--iso-country-code` (string)
@@ -122 +122 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi
-> 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.
@@ -471 +471 @@ CreatedTimestamp -> (timestamp)
-  * [AWS CLI 2.34.20 Command Reference](../../index.html) »
+  * [AWS CLI 2.34.21 Command Reference](../../index.html) »