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