We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7591da6 commit 5412f63Copy full SHA for 5412f63
clients/client-route-53/index.ts
@@ -27,6 +27,7 @@ export * from "./commands/DisassociateVPCFromHostedZoneCommand";
27
export * from "./commands/EnableHostedZoneDNSSECCommand";
28
export * from "./commands/GetAccountLimitCommand";
29
export * from "./commands/GetChangeCommand";
30
+export * from "./waiters/waitForResourceRecordSetsChanged";
31
export * from "./commands/GetCheckerIpRangesCommand";
32
export * from "./commands/GetDNSSECCommand";
33
export * from "./commands/GetGeoLocationCommand";
0 commit comments