AWS Security ChangesHomeSearch

AWS kms documentation change

Service: kms · 2025-06-28 · Documentation low

File: kms/latest/developerguide/example_kms_GenerateDataKeyWithoutPlaintext_section.md

Summary

Added KeyMaterialId field to output examples

Security assessment

Addition of KeyMaterialId appears to be an output field enhancement for tracking purposes, with no evidence of addressing security vulnerabilities or describing security features.

Diff

diff --git a/kms/latest/developerguide/example_kms_GenerateDataKeyWithoutPlaintext_section.md b/kms/latest/developerguide/example_kms_GenerateDataKeyWithoutPlaintext_section.md
index 05d77ce4f..acca84e24 100644
--- a//kms/latest/developerguide/example_kms_GenerateDataKeyWithoutPlaintext_section.md
+++ b//kms/latest/developerguide/example_kms_GenerateDataKeyWithoutPlaintext_section.md
@@ -34 +34,2 @@ Output:
-        "KeyId": "arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
+        "KeyId": "arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab",
+        "KeyMaterialId": "0b7fd7ddbac6eef27907413567cad8c810e2883dc8a7534067a82ee1142fc1e6"