Skip to content

Commit

Permalink
fix(client-route53): reintroduce waiters
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed May 10, 2021
1 parent d866aef commit 2554c78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clients/client-route-53/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export * from "./commands/DisassociateVPCFromHostedZoneCommand";
export * from "./commands/EnableHostedZoneDNSSECCommand";
export * from "./commands/GetAccountLimitCommand";
export * from "./commands/GetChangeCommand";
export * from "./waiters/waitForResourceRecordSetsChanged";
export * from "./commands/GetCheckerIpRangesCommand";
export * from "./commands/GetDNSSECCommand";
export * from "./commands/GetGeoLocationCommand";
Expand Down
1 change: 1 addition & 0 deletions clients/client-route-53/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"@aws-sdk/util-user-agent-node": "3.13.1",
"@aws-sdk/util-utf8-browser": "3.13.1",
"@aws-sdk/util-utf8-node": "3.13.1",
"@aws-sdk/util-waiter": "3.13.1",
"@aws-sdk/xml-builder": "3.14.0",
"fast-xml-parser": "3.19.0",
"tslib": "^2.0.0"
Expand Down

0 comments on commit 2554c78

Please sign in to comment.