AWS Security ChangesHomeSearch

AWS cli documentation change

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

File: cli/latest/reference/pinpoint-sms-voice-v2/describe-rcs-agents.md

Summary

Added documentation for new RCS agent configuration fields: TwoWayMediaS3BucketName, TwoWayMediaS3KeyPrefix, TwoWayMediaS3Role, and TwoWayRcsEventsEnabled. Updated CLI version reference.

Security assessment

The change documents S3 storage configuration and IAM role requirements for RCS media files, which involves security controls for data storage and access permissions. However, there's no evidence of a specific security vulnerability being addressed.

Diff

diff --git a/cli/latest/reference/pinpoint-sms-voice-v2/describe-rcs-agents.md b/cli/latest/reference/pinpoint-sms-voice-v2/describe-rcs-agents.md
index 83db68c6d..83058e966 100644
--- a//cli/latest/reference/pinpoint-sms-voice-v2/describe-rcs-agents.md
+++ b//cli/latest/reference/pinpoint-sms-voice-v2/describe-rcs-agents.md
@@ -15 +15 @@
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »
@@ -432,0 +433,58 @@ RcsAgents -> (list)
+>> 
+>> TwoWayMediaS3BucketName -> (string)
+>>
+>>> The name of the S3 bucket where inbound RCS media files are stored.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `3`
+>>>   * max: `63`
+>>>   * pattern: `[a-z0-9][a-z0-9.-]*[a-z0-9]`
+>>> 
+
+>> 
+>> TwoWayMediaS3KeyPrefix -> (string)
+>>
+>>> The key prefix used for inbound RCS media objects in the S3 bucket.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `1024`
+>>>   * pattern: `[\S]+`
+>>> 
+
+>> 
+>> TwoWayMediaS3Role -> (string)
+>>
+>>> The ARN of the IAM role used to write inbound RCS media files to the S3 bucket.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `20`
+>>>   * max: `2048`
+>>>   * pattern: `arn:\S+`
+>>> 
+
+>> 
+>> TwoWayRcsEventsEnabled -> (list)
+>>
+>>> The list of RCS event types enabled for two-way messaging on the agent.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `100`
+>>> 
+
+>>> 
+>>> (string)
+>>>
+>>>> RCS event type identifier. Validated at the service layer.
+>>>> 
+>>>> Constraints:
+>>>> 
+>>>>   * min: `1`
+>>>>   * max: `50`
+>>>> 
+
@@ -480 +538 @@ NextToken -> (string)
-  * [AWS CLI 2.35.11 Command Reference](../../index.html) »
+  * [AWS CLI 2.35.13 Command Reference](../../index.html) »