AWS cli documentation change
Summary
Updated CLI version reference and added KeyMaterialId field in output examples
Security assessment
The addition of KeyMaterialId in output examples improves documentation accuracy but doesn't indicate any security fix or introduce security features. This appears to be a documentation formatting change.
Diff
diff --git a/cli/latest/reference/kms/generate-data-key-without-plaintext.md b/cli/latest/reference/kms/generate-data-key-without-plaintext.md index f672e219c..b5271bbf4 100644 --- a//cli/latest/reference/kms/generate-data-key-without-plaintext.md +++ b//cli/latest/reference/kms/generate-data-key-without-plaintext.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -339 +339,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" @@ -371 +372 @@ KeyMaterialId -> (string) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »