AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2026-05-07 · Documentation low

File: bedrock/latest/userguide/model-card-twelvelabs-pegasus-v1-2.md

Summary

Updated request body to match video model requirements with S3 media source

Security assessment

Corrects API example for video processing model. No security features or issues mentioned.

Diff

diff --git a/bedrock/latest/userguide/model-card-twelvelabs-pegasus-v1-2.md b/bedrock/latest/userguide/model-card-twelvelabs-pegasus-v1-2.md
index f5d88b9cb..0127d8acb 100644
--- a//bedrock/latest/userguide/model-card-twelvelabs-pegasus-v1-2.md
+++ b//bedrock/latest/userguide/model-card-twelvelabs-pegasus-v1-2.md
@@ -235,2 +235,8 @@ Invoke API
-                'messages': [{ 'role': 'user', 'content': 'Can you explain the features of Amazon Bedrock?'}],
-                'max_tokens': 1024
+                'inputPrompt': 'Tell me about this video',
+                'mediaSource': {
+                    's3Location': {
+                        'uri': 's3://your-bucket/your-video.mp4',
+                        'bucketOwner': '123456789012'
+                    }
+                },
+                'maxOutputTokens': 4096