Skip to content

Commit

Permalink
Merge pull request #1355 from ehartford/master
Browse files Browse the repository at this point in the history
add AWSError to exports
  • Loading branch information
jeskew committed Feb 18, 2017
2 parents 04e2f1c + 6fca13a commit 2ebc99b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/core.d.ts
Expand Up @@ -17,4 +17,5 @@ export {HttpResponse} from './http_response';
export {MetadataService} from './metadata_service';
export {Request} from './request';
export {Response} from './response';
export {Service} from './service';
export {Service} from './service';
export {AWSError} from './error';

0 comments on commit 2ebc99b

Please sign in to comment.