AWS sms-voice documentation change
Summary
Updated terminology from 'Amazon Connect' to 'Connect Customer' throughout the document, including destination options, IAM role references, and ARN configurations.
Security assessment
Changes are purely terminological updates without modifying security configurations, IAM policies, or access controls. No vulnerability fixes or security enhancements are mentioned.
Diff
diff --git a/sms-voice/latest/userguide/two-way-sms-pool.md b/sms-voice/latest/userguide/two-way-sms-pool.md index a21848f47..5e7d852c7 100644 --- a//sms-voice/latest/userguide/two-way-sms-pool.md +++ b//sms-voice/latest/userguide/two-way-sms-pool.md @@ -28 +28 @@ To enable two-way SMS using the AWS End User Messaging SMS console, follow these - 6. For **Destination type** , choose either **Amazon SNS** or **Amazon Connect**. + 6. For **Destination type** , choose either **Amazon SNS** or **Connect Customer**. @@ -42 +42 @@ To enable two-way SMS using the AWS End User Messaging SMS console, follow these - * For Amazon Connect in **Two-way channel role** , choose **Choose existing IAM roles**. + * For Connect Customer in **Two-way channel role** , choose **Choose existing IAM roles**. @@ -44 +44 @@ To enable two-way SMS using the AWS End User Messaging SMS console, follow these - * In the **Existing IAM roles** drop down choose an existing IAM role as the message destination. For example IAM policies, see [IAM policies for Amazon Connect](./two-way-connect-iam-policy.html) . + * In the **Existing IAM roles** drop down choose an existing IAM role as the message destination. For example IAM policies, see [IAM policies for Connect Customer](./two-way-connect-iam-policy.html) . @@ -68 +68 @@ In the preceding command, make the following changes: - * Replace `TwoWayARN` with the Amazon Resource Name (ARN) to receive the incoming SMS messages. For example Amazon SNS policies, see [Topic policies for Amazon SNS topics](./two-way-sms-iam-policy-auto.html). To set Amazon Connect as the inbound destination set `TwoWayARN` to `connect.`region`.amazonaws.com`. Replace `region` with the AWS Region the Amazon Connect instance is hosted in. + * Replace `TwoWayARN` with the Amazon Resource Name (ARN) to receive the incoming SMS messages. For example Amazon SNS policies, see [Topic policies for Amazon SNS topics](./two-way-sms-iam-policy-auto.html). To set Connect Customer as the inbound destination set `TwoWayARN` to `connect.`region`.amazonaws.com`. Replace `region` with the AWS Region the Connect Customer instance is hosted in. @@ -70 +70 @@ In the preceding command, make the following changes: - * Replace `TwoChannelWayRole` with the Amazon Resource Name (ARN) of the IAM role to use. For example SNS permission policies, see [IAM policies for Amazon SNS topics](./two-way-sms-iam-policy.html) and for example Amazon Connect policies, see [IAM policies for Amazon Connect](./two-way-connect-iam-policy.html). This parameter is only required if you choose to use IAM permission policies. + * Replace `TwoChannelWayRole` with the Amazon Resource Name (ARN) of the IAM role to use. For example SNS permission policies, see [IAM policies for Amazon SNS topics](./two-way-sms-iam-policy.html) and for example Connect Customer policies, see [IAM policies for Connect Customer](./two-way-connect-iam-policy.html). This parameter is only required if you choose to use IAM permission policies.