Skip to content

Commit 2554c78

Browse files
committed
fix(client-route53): reintroduce waiters
1 parent d866aef commit 2554c78

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-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";

clients/client-route-53/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"@aws-sdk/util-user-agent-node": "3.13.1",
5757
"@aws-sdk/util-utf8-browser": "3.13.1",
5858
"@aws-sdk/util-utf8-node": "3.13.1",
59+
"@aws-sdk/util-waiter": "3.13.1",
5960
"@aws-sdk/xml-builder": "3.14.0",
6061
"fast-xml-parser": "3.19.0",
6162
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)