AWS Security ChangesHomeSearch

AWS AWSSimpleQueueService documentation change

Service: AWSSimpleQueueService · 2025-02-26 · Documentation low

File: AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-tutorials.md

Summary

Restructured content with explicit links to security-related features like SSE configuration

Security assessment

Added documentation links for security features (SSE, message attributes) but no indication of security issue remediation.

Diff

diff --git a/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-tutorials.md
index 5e9b6fa1c..e2af0f116 100644
--- a/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-tutorials.md
+++ b/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-java-tutorials.md
@@ -7 +7,14 @@
-You can use the AWS SDK for Java to build Java applications that interact with Amazon Simple Queue Service (Amazon SQS) and other AWS services. To install and set up the SDK, see [Getting started](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/getting-started.html) in the _AWS SDK for Java 2.x Developer Guide_.
+The AWS SDK for Java allows you build Java applications that interact with Amazon SQS and other AWS services.
+
+  * To install and set up the SDK, see [Getting started](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/getting-started.html) in the _AWS SDK for Java 2.x Developer Guide_.
+
+  * For basic queue operations—such as creating a queue or sending a message—see [ Working with Amazon SQS Message Queues](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/sqs-examples.html) in the _AWS SDK for Java 2.x Developer Guide_.
+
+  * This guide also includes examples of additional Amazon SQS features, such as:
+
+    * [Using server-side encryption with Amazon SQS queues](./sqs-java-configure-sse.html)
+
+    * [Configuring tags for an Amazon SQS queue ](./sqs-java-add-update-remove-tag-queue.html)
+
+    * [Sending message attributes to an Amazon SQS queue](./sqs-java-send-message-with-attributes.html)
+
@@ -9 +21,0 @@ You can use the AWS SDK for Java to build Java applications that interact with A
-For examples of basic Amazon SQS queue operations, such as how to create a queue or send a message, see [ Working with Amazon SQS Message Queues](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/sqs-examples.html) in the _AWS SDK for Java 2.x Developer Guide_. 
@@ -11 +22,0 @@ For examples of basic Amazon SQS queue operations, such as how to create a queue
-The examples in this topic demonstrate additional Amazon SQS features, such as server-side encryption (SSE), cost-allocation tags, and message attributes.