AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-07 · Documentation low

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

Summary

Updated CLI version reference, added API documentation links for DescribePhoneNumbers/DescribeSenderIds, clarified opt-out handling logic, and revised shared resource ARN phrasing

Security assessment

Changes focus on documentation accuracy (e.g., clarifying automatic opt-out handling when SelfManagedOptOutsEnabled=false) and API reference links. While opt-out handling relates to compliance, the changes describe existing functionality rather than addressing a security flaw or introducing new security features.

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 6b3028822..3c682192d 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.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »
@@ -103 +103 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi
-> The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use DescribePhoneNumbers to find the values for PhoneNumberId and PhoneNumberArn while DescribeSenderIds can be used to get the values for SenderId and SenderIdArn.
+> The origination identity to use such as a PhoneNumberId, PhoneNumberArn, SenderId or SenderIdArn. You can use [DescribePhoneNumbers](https://docs.aws.amazon.com/pinpoint/latest/apireference_smsvoicev2/API_DescribePhoneNumbers.html) to find the values for PhoneNumberId and PhoneNumberArn, and use [DescribeSenderIds](https://docs.aws.amazon.com/pinpoint/latest/apireference_smsvoicev2/API_DescribeSenderIds.html) can be used to get the values for SenderId and SenderIdArn.
@@ -109 +109 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi
-> If you are using a shared AWS End User Messaging SMS and Voice resource then you must use the full Amazon Resource Name(ARN).
+> If you are using a shared End User MessagingSMS resource then you must use the full Amazon Resource Name(ARN).
@@ -144 +144 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/pinpoi
-> By default this is set to false. When set to true the pool can’t be deleted. You can change this value using the UpdatePool action.
+> By default this is set to false. When set to true the pool can’t be deleted. You can change this value using the [UpdatePool](https://docs.aws.amazon.com/pinpoint/latest/apireference_smsvoicev2/API_UpdatePool.html) action.
@@ -381 +381 @@ SelfManagedOptOutsEnabled -> (boolean)
-> By default this is set to false. When an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, AWS End User Messaging SMS and Voice automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you’re responsible for responding to HELP and STOP requests. You’re also responsible for tracking and honoring opt-out requests.
+> By default this is set to false. When set to false, and an end recipient sends a message that begins with HELP or STOP to one of your dedicated numbers, End User MessagingSMS automatically replies with a customizable message and adds the end recipient to the OptOutList. When set to true you’re responsible for responding to HELP and STOP requests. You’re also responsible for tracking and honoring opt-out requests.
@@ -456 +456 @@ CreatedTimestamp -> (timestamp)
-  * [AWS CLI 2.31.28 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.31 Command Reference](../../index.html) »