AWS code-library documentation change
Summary
Added PowerShell V5 example for ListIdentities API to retrieve all identities (email/domains) for an AWS account
Security assessment
The change adds a routine example of listing SES identities without any security context, vulnerability references, or security feature explanations
Diff
diff --git a/code-library/latest/ug/ses_example_ses_ListIdentities_section.md b/code-library/latest/ug/ses_example_ses_ListIdentities_section.md index aaf5ab58b..ad3d31796 100644 --- a//code-library/latest/ug/ses_example_ses_ListIdentities_section.md +++ b//code-library/latest/ug/ses_example_ses_ListIdentities_section.md @@ -272,0 +273,14 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: This command returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.** + + + Get-SESIdentity + + + * For API details, see [ListIdentities](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +