AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2025-06-28 · Documentation low

File: code-library/latest/ug/kms_example_kms_GenerateDataKeyWithoutPlaintext_section.md

Summary

Added KeyMaterialId field to output example

Security assessment

Addition of KeyMaterialId appears to be example output enhancement without security context. No security features or vulnerabilities addressed.

Diff

diff --git a/code-library/latest/ug/kms_example_kms_GenerateDataKeyWithoutPlaintext_section.md b/code-library/latest/ug/kms_example_kms_GenerateDataKeyWithoutPlaintext_section.md
index 01035ba2f..009907fc5 100644
--- a//code-library/latest/ug/kms_example_kms_GenerateDataKeyWithoutPlaintext_section.md
+++ b//code-library/latest/ug/kms_example_kms_GenerateDataKeyWithoutPlaintext_section.md
@@ -36 +36,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"