Skip to content

Commit 5412f63

Browse files
committed
fix(client-route53): reintroduce waiters
1 parent 7591da6 commit 5412f63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clients/client-route-53/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export * from "./commands/DisassociateVPCFromHostedZoneCommand";
2727
export * from "./commands/EnableHostedZoneDNSSECCommand";
2828
export * from "./commands/GetAccountLimitCommand";
2929
export * from "./commands/GetChangeCommand";
30+
export * from "./waiters/waitForResourceRecordSetsChanged";
3031
export * from "./commands/GetCheckerIpRangesCommand";
3132
export * from "./commands/GetDNSSECCommand";
3233
export * from "./commands/GetGeoLocationCommand";

0 commit comments

Comments
 (0)