AWS cli documentation change
Summary
Updated CLI version reference and added explicit output example showing KeyMaterialId
Security assessment
The change adds example output with KeyMaterialId but doesn't address any specific security vulnerability or introduce new security features. This appears to be documentation clarity improvement.
Diff
diff --git a/cli/latest/reference/kms/delete-imported-key-material.md b/cli/latest/reference/kms/delete-imported-key-material.md index b5416d78a..81849b94d 100644 --- a//cli/latest/reference/kms/delete-imported-key-material.md +++ b//cli/latest/reference/kms/delete-imported-key-material.md @@ -15 +15 @@ - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) » @@ -251 +251 @@ The following `delete-imported-key-material` example deletes key material that h -This command produces no output. To verify that the key material is deleted, use the `describe-key` command to look for a key state of `PendingImport` or `PendingDeletion`. +Output: @@ -253 +253,8 @@ This command produces no output. To verify that the key material is deleted, use -For more information, see `Deleting imported key material<https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys-delete-key-material.html>`__ in the _AWS Key Management Service Developer Guide_. + + { + "KeyId": "1234abcd-12ab-34cd-56ef-1234567890ab", + "KeyMaterialId": "0b7fd7ddbac6eef27907413567cad8c810e2883dc8a7534067a82ee1142fc1e6" + } + + +For more information, see [Deleting imported key material](https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys-delete-key-material.html) in the _AWS Key Management Service Developer Guide_. @@ -275 +282 @@ KeyMaterialId -> (string) - * [AWS CLI 2.27.42 Command Reference](../../index.html) » + * [AWS CLI 2.27.45 Command Reference](../../index.html) »