AWS Security ChangesHomeSearch

AWS Route53 documentation change

Service: Route53 · 2025-06-25 · Documentation low

File: Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZones_section.md

Summary

Added PowerShell V5 examples for ListHostedZones operations

Security assessment

Adds usage examples for API calls but does not reference security controls or vulnerabilities.

Diff

diff --git a/Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZones_section.md b/Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZones_section.md
index 8117ad21f..4075588ed 100644
--- a//Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZones_section.md
+++ b//Route53/latest/DeveloperGuide/route-53_example_route-53_ListHostedZones_section.md
@@ -62,0 +63,20 @@ PowerShell
+**Tools for PowerShell V5**
+    
+
+**Example 1: Outputs all of your public and private hosted zones.**
+    
+    
+    Get-R53HostedZoneList
+    
+
+**Example 2: Outputs all of the hosted zones that are associated with the reusable delegation set that has the ID NZ8X2CISAMPLE**
+    
+    
+    Get-R53HostedZoneList -DelegationSetId NZ8X2CISAMPLE
+    
+
+  * For API details, see [ListHostedZones](https://docs.aws.amazon.com/powershell/v5/reference) in _AWS Tools for PowerShell Cmdlet Reference (V5)_. 
+
+
+
+