AWS ses documentation change
Summary
Added PowerShell V5 example for ListIdentities API operation
Security assessment
Routine documentation update adding code examples without security implications
Diff
diff --git a/ses/latest/dg/ses_example_ses_ListIdentities_section.md b/ses/latest/dg/ses_example_ses_ListIdentities_section.md index a2c28d25b..073d12a84 100644 --- a//ses/latest/dg/ses_example_ses_ListIdentities_section.md +++ b//ses/latest/dg/ses_example_ses_ListIdentities_section.md @@ -270,0 +271,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)_. + + + +