AWS code-library documentation change
Summary
Added PowerShell V5 examples for ListHostedZones API including delegation set filtering
Security assessment
The change adds usage examples for listing hosted zones but contains no security-related content or references to vulnerabilities.
Diff
diff --git a/code-library/latest/ug/route-53_example_route-53_ListHostedZones_section.md b/code-library/latest/ug/route-53_example_route-53_ListHostedZones_section.md index c58891904..d1900ec9a 100644 --- a//code-library/latest/ug/route-53_example_route-53_ListHostedZones_section.md +++ b//code-library/latest/ug/route-53_example_route-53_ListHostedZones_section.md @@ -64,0 +65,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)_. + + + +