AWS IAM documentation change
Summary
Added PowerShell V5 example for DeleteServerCertificate operation
Security assessment
Routine documentation update showing certificate deletion process. No security vulnerability remediation or security feature documentation added.
Diff
diff --git a/IAM/latest/UserGuide/iam_example_iam_DeleteServerCertificate_section.md b/IAM/latest/UserGuide/iam_example_iam_DeleteServerCertificate_section.md index 15955ec3e..a1b925fa4 100644 --- a//IAM/latest/UserGuide/iam_example_iam_DeleteServerCertificate_section.md +++ b//IAM/latest/UserGuide/iam_example_iam_DeleteServerCertificate_section.md @@ -170,0 +171,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This example deletes the server certificate named`MyServerCert`.** + + + Remove-IAMServerCertificate -ServerCertificateName MyServerCert + + + * For API details, see [DeleteServerCertificate](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +