AWS Security ChangesHomeSearch

AWS kms documentation change

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

File: kms/latest/developerguide/example_kms_GenerateDataKey_section.md

Summary

Added KeyMaterialId to outputs, fixed markdown link formatting

Security assessment

Formatting fixes and addition of KeyMaterialId field do not indicate security-related changes or new security documentation.

Diff

diff --git a/kms/latest/developerguide/example_kms_GenerateDataKey_section.md b/kms/latest/developerguide/example_kms_GenerateDataKey_section.md
index df8b035c1..25f9b8dd2 100644
--- a//kms/latest/developerguide/example_kms_GenerateDataKey_section.md
+++ b//kms/latest/developerguide/example_kms_GenerateDataKey_section.md
@@ -34,0 +35 @@ Output:
+        "KeyMaterialId": "0b7fd7ddbac6eef27907413567cad8c810e2883dc8a7534067a82ee1142fc1e6",
@@ -40,3 +41 @@ The `Plaintext` (plaintext data key) and the `CiphertextBlob` (encrypted data ke
-For more information, see Data keys <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#data-keys in the _AWS Key Management Service Developer Guide_.
-
-**Example 2: To generate a 512-bit symmetric data key**
+For more information, see [Data keys](https://docs.aws.amazon.com/kms/latest/developerguide/data-keys.html) in the _AWS Key Management Service Developer Guide_. **Example 2: To generate a 512-bit symmetric data key**
@@ -64 +63,2 @@ Output:
-        "KeyId": "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
+        "KeyId": "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab",
+        "KeyMaterialId": "0b7fd7ddbac6eef27907413567cad8c810e2883dc8a7534067a82ee1142fc1e6"
@@ -69 +69 @@ The `Plaintext` (plaintext data key) and `CiphertextBlob` (encrypted data key) a
-For more information, see Data keys <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#data-keys in the _AWS Key Management Service Developer Guide_.
+For more information, see [Data keys](https://docs.aws.amazon.com/kms/latest/developerguide/data-keys.html) in the _AWS Key Management Service Developer Guide_.