AWS kms documentation change
Summary
Minor wording change from 'uses the disable-key command' to 'disable-key command disables'
Security assessment
No security implications. This is a trivial clarification of command usage with no evidence of addressing vulnerabilities or security features.
Diff
diff --git a/kms/latest/developerguide/example_kms_DisableKey_section.md b/kms/latest/developerguide/example_kms_DisableKey_section.md index feab640d7..3ae4a5775 100644 --- a//kms/latest/developerguide/example_kms_DisableKey_section.md +++ b//kms/latest/developerguide/example_kms_DisableKey_section.md @@ -82 +82 @@ CLI -The following example uses the `disable-key` command to disable a customer managed KMS key. To re-enable the KMS key, use the `enable-key` command. +The following `disable-key` command disables a customer managed KMS key. To re-enable the KMS key, use the `enable-key` command.