AWS Route53 documentation change
Summary
Added PowerShell V5 examples for ListHostedZonesByName operations
Security assessment
The change provides example implementations for listing hosted zones but contains no security-related content or feature documentation.
Diff
diff --git a/Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZonesByName_section.md b/Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZonesByName_section.md index 8d4ef61d4..4e5cbe5a4 100644 --- a//Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZonesByName_section.md +++ b//Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZonesByName_section.md @@ -105,0 +106,20 @@ PowerShell +**Tools for PowerShell V5** + + +**Example 1: Returns all of your public and private hosted zones in ASCII order by domain name.** + + + Get-R53HostedZonesByName + + +**Example 2: Returns your public and private hosted zones, in ASCII order by domain name, starting at the specified DNS name.** + + + Get-R53HostedZonesByName -DnsName example2.com + + + * For API details, see [ListHostedZonesByName](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. + + + +