Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correctly Specify StreamManagerClient Logger Type
StreamManagerClient expects an optional Logger within its constructor. The Logger type definition does not include a property `warn`, which is expected by the StreamManagerClient. This commit adds a property `warn` to the JSDoc typedef for StreamManagerClient's Logger to reduce the likelihood of users supplying an invalid Logger. Resolves aws#19
- Loading branch information