AWS Security ChangesHomeSearch

AWS bedrock documentation change

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

File: bedrock/latest/userguide/model-card-amazon-titan-text-embeddings-v2.md

Summary

Updated API parameters to use inputText with dimensions and normalization

Security assessment

Technical parameter update without security relevance

Diff

diff --git a/bedrock/latest/userguide/model-card-amazon-titan-text-embeddings-v2.md b/bedrock/latest/userguide/model-card-amazon-titan-text-embeddings-v2.md
index b7b552ab8..c7a517673 100644
--- a//bedrock/latest/userguide/model-card-amazon-titan-text-embeddings-v2.md
+++ b//bedrock/latest/userguide/model-card-amazon-titan-text-embeddings-v2.md
@@ -123,7 +123,3 @@ Invoke API
-                'messages': [{
-                    'role': 'user',
-                    'content': [{'text': 'Can you explain the features of Amazon Bedrock?'}]
-                }],
-                'inferenceConfig': {
-                    'maxTokens': 1024
-                }
+                'inputText': 'What are the different services that you offer?',
+                'dimensions': 1024,
+                'normalize': True