From 53fdb5990da37c8d7efd04379e6b8429d4caefe8 Mon Sep 17 00:00:00 2001 From: Todd Hill Date: Mon, 21 Jul 2025 09:44:22 -0400 Subject: [PATCH] Update introductory text to clarify that it's the two examples that demonstrate the two approaches to working with batch operations with Java v2 --- .doc_gen/metadata/sqs_metadata.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.doc_gen/metadata/sqs_metadata.yaml b/.doc_gen/metadata/sqs_metadata.yaml index c25f12a7530..0a9a24cdcde 100644 --- a/.doc_gen/metadata/sqs_metadata.yaml +++ b/.doc_gen/metadata/sqs_metadata.yaml @@ -874,8 +874,8 @@ sqs_Scenario_SendReceiveBatch: sdkguide: excerpts: - description: >- - You can handle batch message operations with Amazon SQS using two different approaches - with the &JavaV2long;: + As shown in the following examples, you can handle batch message operations with &SQS; + using two different approaches with the &JavaV2long;: SendRecvBatch.java uses explicit batch operations. You manually create message batches and call sendMessageBatch() and deleteMessageBatch() directly. You also handle batch responses, including any