Skip to content

Commit 2ebc99b

Browse files
authored
Merge pull request #1355 from ehartford/master
add AWSError to exports
2 parents 04e2f1c + 6fca13a commit 2ebc99b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/core.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ export {HttpResponse} from './http_response';
1717
export {MetadataService} from './metadata_service';
1818
export {Request} from './request';
1919
export {Response} from './response';
20-
export {Service} from './service';
20+
export {Service} from './service';
21+
export {AWSError} from './error';

0 commit comments

Comments
 (0)