AWS Security ChangesHomeSearch

AWS sns documentation change

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

File: sns/latest/dg/example_cross_RekognitionVideoDetection_section.md

Summary

Added Java SDK example for Rekognition video analysis with SES/SNS integration

Security assessment

Documents service integration patterns for video analysis workflow. No security-specific content or vulnerability fixes.

Diff

diff --git a/sns/latest/dg/example_cross_RekognitionVideoDetection_section.md
index 96e3f0151..8023cf142 100644
--- a/sns/latest/dg/example_cross_RekognitionVideoDetection_section.md
+++ b/sns/latest/dg/example_cross_RekognitionVideoDetection_section.md
@@ -8,0 +9,25 @@ The following code examples show how to detect people and objects in a video wit
+Java
+    
+
+**SDK for Java 2.x**
+    
+
+Shows how to use Amazon Rekognition Java API to create an app to detect faces and objects in videos located in an Amazon Simple Storage Service (Amazon S3) bucket. The app sends the admin an email notification with the results using Amazon Simple Email Service (Amazon SES). 
+
+For complete source code and instructions on how to set up and run, see the full example on [GitHub](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/usecases/video_analyzer_application). 
+
+###### Services used in this example
+
+  * Amazon Rekognition
+
+  * Amazon S3
+
+  * Amazon SES
+
+  * Amazon SNS
+
+  * Amazon SQS
+
+
+
+
@@ -22,0 +48,4 @@ This example is best viewed on GitHub. For complete source code and instructions
+  * Amazon S3
+
+  * Amazon SES
+