You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Swift SDK applies the TrimHostedZone customization to 14 Route 53 operations that require it.
However, there are additional operations that need the customization but do not receive it.
They are:
deleteHostedZone
deleteReusableDelegationSet
getHostedZone
getReusableDelegationSet
getReusableDelegationSetLimit
updateHostedZoneComment
These operations are currently omitted because the input member holding the hosted zone ID that is bound to the URL is not specifically named hostedZoneId.
Expected Behavior
All Route 53 operations should function correctly.
Current Behavior
The Route 53 operations listed above fail on hosted zone ID validation errors when called with a validation ID.
Reproduction Steps
Create a hosted zone via API & store the hosted zone ID.
Call operation listed above with the ID of the zone created.
Possible Solution
No response
Additional Information/Context
No response
AWS SWIFT SDK version used
main
Compiler and Version used
Xcode 15.3
Operating System and version
macOS 14
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, the Swift SDK applies the TrimHostedZone customization to 14 Route 53 operations that require it.
However, there are additional operations that need the customization but do not receive it.
They are:
These operations are currently omitted because the input member holding the hosted zone ID that is bound to the URL is not specifically named
hostedZoneId
.Expected Behavior
All Route 53 operations should function correctly.
Current Behavior
The Route 53 operations listed above fail on hosted zone ID validation errors when called with a validation ID.
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS SWIFT SDK version used
main
Compiler and Version used
Xcode 15.3
Operating System and version
macOS 14
The text was updated successfully, but these errors were encountered: