Skip to content

Commit

Permalink
add AWSError to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartford committed Feb 10, 2017
1 parent 044852c commit 6fca13a
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 6fca13a

Please sign in to comment.