AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2025-05-19 · Documentation low

File: bedrock/latest/userguide/bda-ouput-video.md

Summary

Updated example output structure for video processing, including changes to metadata fields, S3 bucket details, video specifications, and restructuring of content analysis sections (shots/chapters/frames). Added explanatory text about response elements.

Security assessment

Changes primarily update example outputs and documentation structure without addressing vulnerabilities or security controls. Content moderation examples were modified but this appears to be example refresh rather than security feature documentation.

Diff

diff --git a/bedrock/latest/userguide/bda-ouput-video.md b/bedrock/latest/userguide/bda-ouput-video.md
index 0fe4c4d06..c7445ce19 100644
--- a//bedrock/latest/userguide/bda-ouput-video.md
+++ b//bedrock/latest/userguide/bda-ouput-video.md
@@ -52 +52 @@ The following is an example of a standard output for a video processed through B
-        "id": "video_123",
+        "asset_id": "0",
@@ -54,4 +54,4 @@ The following is an example of a standard output for a video processed through B
-        "s3_bucket": "my-video-bucket",
-        "s3_prefix": "videos/",
-        "format": "MP4",
-        "frame_rate": 24.0,
+        "s3_bucket": "bedrock-data-automation-gamma-assets-us-east-1",
+        "s3_key": "demo-assets/Video/MakingTheCut.mp4",
+        "format": "QuickTime / MOV",
+        "frame_rate": 30,
@@ -59,3 +59,3 @@ The following is an example of a standard output for a video processed through B
-        "duration_millis": 120000,
-        "frame_width": 1920,
-        "frame_height": 1080
+        "duration_millis": 378233,
+        "frame_width": 852,
+        "frame_height": 480
@@ -63,53 +63,7 @@ The following is an example of a standard output for a video processed through B
-    "video": {
-        "summary": "A tech conference presentation discussing AI advancements and their impact on various industries.",
-        "transcript": {
-            "representation": {
-                "text": "This is a sample video transcript. The video discusses various topics including technology, innovation, and the future of our society."
-            }
-        }
-    },
-    "chapter": [
-        {
-            "chapter_index": 0,
-            "start_timecode_SMPTE": "00:00:00:00",
-            "end_timecode_SMPTE": "00:00:30:00",
-            "start_timestamp_millis": 0,
-            "end_timestamp_millis": 30000,
-            "start_frame_index": 0,
-            "end_frame_index": 720,
-            "duration_smpte": "00:00:30:00",
-            "duration_millis": 30000,
-            "duration_frames": 720,
-            "shot_indices": [0, 1],
-            "summary": "This scene introduces the main topic of the video and provides an overview of the key themes.",
-            "transcript": {
-                "representation": {
-                    "text": "Welcome to this video on the future of technology. In this presentation, we will explore the latest advancements in various fields, including artificial intelligence, renewable energy, and smart city initiatives."
-                }
-            },
-            "iab_categories": [
-                {
-                    "id": "iab_12345",
-                    "type": "IAB",
-                    "category": "Technology & Computing",
-                    "confidence": 0.9,
-                    "parent_name": "Business & Industrial",
-                    "taxonomy_level": 2
-                },
-                {
-                    "id": "iab_67890",
-                    "type": "IAB",
-                    "category": "Renewable Energy",
-                    "confidence": 0.8,
-                    "parent_name": "Energy & Utilities",
-                    "taxonomy_level": 2
-                }
-            ],
-            "content_moderation": [
-                {
-                    "id": "mod_12345",
-                    "type": "CONTENT_MODERATION",
-                    "confidence": 0.1,
-                    "start_timestamp_millis": 0,
-                    "end_timestamp_millis": 30000,
-                    "moderation_categories": [
+    
+
+This initial section dicusses metadata information regarding the video. This includes the bucket location, format, frame rate and other key pieces of info.
+    
+    
+    "shots": [ ...
+    
@@ -117,3 +71,13 @@ The following is an example of a standard output for a video processed through B
-                            "category": "profanity",
-                            "confidence": 0.2
-                        }
+          "shot_index": 3,
+          "start_timecode_smpte": "00:00:08:19",
+          "end_timecode_smpte": "00:00:09:25",
+          "start_timestamp_millis": 8633,
+          "end_timestamp_millis": 9833,
+          "start_frame_index": 259,
+          "end_frame_index": 295,
+          "duration_smpte": "00:00:01:06",
+          "duration_millis": 1200,
+          "duration_frames": 36,
+          "confidence": 0.9956437242589935,
+          "chapter_indices": [
+            1
@@ -121,3 +85,7 @@ The following is an example of a standard output for a video processed through B
-                }
-            ],
-            "audio_segments": [
+        },
+    
+
+This is an example of a shot element in a response. Shots represent small portions of a video, typically associate with an edit or cut in the video. Shots contain start and end elements, and also a chapter_indicies element. This element indicates which larger section of the video, called a chapter, the shot is a part of.
+    
+    
+    "chapters": [
@@ -124,0 +93,2 @@ The following is an example of a standard output for a video processed through B
+          "start_timecode_smpte": "00:00:00:00",
+          "end_timecode_smpte": "00:00:08:18",
@@ -126,8 +96,8 @@ The following is an example of a standard output for a video processed through B
-                    "end_timestamp_millis": 30000,
-                    "id": "audio_segment_1",
-                    "type": "TRANSCRIPT",
-                    "text": "Welcome to this video on the future of technology. In this presentation, we will explore the latest advancements in various fields, including artificial intelligence, renewable energy, and smart city initiatives.",
-                    "speaker": {
-                        "speaker_id": "SPK_001"
-                    }
-                }
+          "end_timestamp_millis": 8600,
+          "start_frame_index": 0,
+          "end_frame_index": 258,
+          "duration_millis": 8600,
+          "shot_indices": [
+            0,
+            1,
+            2
@@ -135,7 +105,7 @@ The following is an example of a standard output for a video processed through B
-            "frames": [
-                {
-                    "timecode_SMPTE": "00:00:05:00",
-                    "timestamp_millis": 5000,
-                    "index": 120,
-                    "features": {
-                        "content_moderation": [
+          "summary": "At an elegant outdoor venue, a man in a suit and a woman in a patterned dress stand on a raised platform overlooking a reflective pool. The setting is adorned with palm trees and lush greenery, creating a tropical atmosphere. The man initiates the event by asking if they should begin, to which the woman responds affirmatively. As the scene progresses, the focus shifts to a woman wearing a distinctive black and white patterned coat, her hair styled in a bun. She stands alone in a dimly lit room, facing away from the camera. The narrative then moves to a formal setting where a man in a dark suit stands before a curtain backdrop, suggesting he may be about to address an audience or perform. The scene concludes with a view of the entire venue, showcasing its tropical charm with a swimming pool surrounded by palm trees and decorative lighting, indicating it's prepared for a special occasion.",
+    
+
+Chapters are larger pieces of a video. Then contain start and end information like shots, and a shot_indicies element. shot_indicies tell you which shots are within a chapter. Finally, the summary element, provides a generated summary of the content of the chapter.
+    
+    
+     "frames": [...
@@ -143,8 +113,4 @@ The following is an example of a standard output for a video processed through B
-                                "id": "mod_67890",
-                                "type": "MODERATION",
-                                "category": "Adult",
-                                "confidence": 0.2,
-                                "parent_name": "Sensitive",
-                                "taxonomy_level": 2
-                            }
-                        ],
+              "timecode_smpte": "00:00:03:15",
+              "timestamp_millis": 3500,
+              "frame_index": 105,
+              "content_moderation": [],
@@ -153,4 +119,4 @@ The following is an example of a standard output for a video processed through B
-                                "id": "word_1",
-                                "text": "technology",
-                                "confidence": 0.9,
-                                "line_id": "line_1",
+                  "id": "266db64a-a7dc-463c-b710-7a178a2cc4cc",
+                  "type": "TEXT_WORD",
+                  "confidence": 0.99844897,
+                  "text": "ANDREA",
@@ -160,4 +126,4 @@ The following is an example of a standard output for a video processed through B
-                                            "left": 0.1,
-                                            "top": 0.2,
-                                            "width": 0.2,
-                                            "height": 0.1
+                        "left": 0.1056338,
+                        "top": 0.7363281,
+                        "width": 0.19806337,
+                        "height": 0.068359375
@@ -166,11 +131,0 @@ The following is an example of a standard output for a video processed through B
-                                            {"x": 0.1, "y": 0.2},
-                                            {"x": 0.3, "y": 0.2},
-                                            {"x": 0.3, "y": 0.3},
-                                            {"x": 0.1, "y": 0.3}
-                                        ]
-                                    }
-                                ]
-                            }
-                        ],
-                        "text_lines": [
-                            
@@ -178,4 +133,3 @@ The following is an example of a standard output for a video processed through B
-                                "id": "line_1",
-                                "text": "The future of technology",
-                                "confidence": 0.85,
-                                "locations": [
+                          "x": 0.1056338,
+                          "y": 0.7363281
+                        },
@@ -183,5 +137,2 @@ The following is an example of a standard output for a video processed through B
-                                        "bounding_box": {