@breautek/storm 5.0.2 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (128) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/bt-config-defaults.json +0 -1
  3. package/bt-config-sample.jsonc +41 -7
  4. package/docs/assets/highlight.css +13 -6
  5. package/docs/assets/search.js +1 -1
  6. package/docs/classes/Application.html +142 -84
  7. package/docs/classes/BackendAuthenticationMiddleware.html +6 -4
  8. package/docs/classes/CORSMiddleware.html +10 -8
  9. package/docs/classes/ConfigLoader.html +5 -3
  10. package/docs/classes/Database.html +16 -14
  11. package/docs/classes/DatabaseCastObject.html +7 -5
  12. package/docs/classes/DatabaseConnection.html +23 -21
  13. package/docs/classes/DatabaseQueryError.html +14 -12
  14. package/docs/classes/DeadLockError.html +14 -12
  15. package/docs/classes/DiskSpaceError.html +14 -12
  16. package/docs/classes/DropTemporaryTableQuery.html +12 -10
  17. package/docs/classes/DuplicateEntryError.html +14 -12
  18. package/docs/classes/EntityNotFoundError.html +14 -12
  19. package/docs/classes/ExpiredTokenError.html +14 -12
  20. package/docs/classes/Handler.html +17 -15
  21. package/docs/classes/InternalError.html +14 -12
  22. package/docs/classes/InvalidCredentialsError.html +14 -12
  23. package/docs/classes/InvalidValueError.html +14 -12
  24. package/docs/classes/LineString.html +8 -6
  25. package/docs/classes/LockWaitTimeoutError.html +14 -12
  26. package/docs/classes/ManagedDatabaseConnection.html +23 -21
  27. package/docs/classes/Middleware.html +7 -5
  28. package/docs/classes/MissingConfigError.html +14 -12
  29. package/docs/classes/MissingParameterError.html +14 -12
  30. package/docs/classes/MySQLConnection.html +24 -22
  31. package/docs/classes/MySQLDatabase.html +17 -15
  32. package/docs/classes/NotImplementedError.html +14 -12
  33. package/docs/classes/Point.html +8 -6
  34. package/docs/classes/Polygon.html +8 -6
  35. package/docs/classes/Query.html +12 -10
  36. package/docs/classes/RawError.html +14 -12
  37. package/docs/classes/RawQuery.html +12 -10
  38. package/docs/classes/Request.html +22 -20
  39. package/docs/classes/Response.html +15 -13
  40. package/docs/classes/ResponseData.html +11 -9
  41. package/docs/classes/ServiceProvider.html +19 -17
  42. package/docs/classes/ServiceResponse.html +9 -7
  43. package/docs/classes/SetSessionVariableQuery.html +12 -10
  44. package/docs/classes/StormError.html +14 -12
  45. package/docs/classes/TemporaryTableQuery.html +12 -10
  46. package/docs/classes/Token.html +6 -4
  47. package/docs/classes/TokenManager.html +8 -6
  48. package/docs/classes/Transaction.html +10 -8
  49. package/docs/classes/UnauthorizedAccessError.html +14 -12
  50. package/docs/enums/ErrorCode.html +13 -11
  51. package/docs/enums/ExitCode.html +6 -4
  52. package/docs/enums/HTTPMethod.html +8 -6
  53. package/docs/enums/IsolationLevel.html +8 -6
  54. package/docs/enums/JWTError.html +6 -4
  55. package/docs/enums/StatusCode.html +52 -50
  56. package/docs/functions/formidable-1.html +3 -1
  57. package/docs/functions/getInstance.html +7 -2
  58. package/docs/index.html +6 -2
  59. package/docs/interfaces/IAdditionalErrorDetails.html +4 -2
  60. package/docs/interfaces/IAuthTokenData.html +3 -1
  61. package/docs/interfaces/ICloudwatchConfig.html +174 -0
  62. package/docs/interfaces/ICloudwatchCredentials.html +167 -0
  63. package/docs/interfaces/ICloudwatchStreamConfig.html +167 -0
  64. package/docs/interfaces/IConfig.html +14 -12
  65. package/docs/interfaces/IDatabaseConfig.html +10 -8
  66. package/docs/interfaces/IDatabaseConnection.html +18 -16
  67. package/docs/interfaces/IErrorResponse.html +9 -7
  68. package/docs/interfaces/IFormData.html +6 -4
  69. package/docs/interfaces/IHandler.html +5 -3
  70. package/docs/interfaces/IInsertQueryResult.html +7 -5
  71. package/docs/interfaces/IJWTVerifyOptions.html +5 -3
  72. package/docs/interfaces/IParameterMap.html +4 -2
  73. package/docs/interfaces/IQueryable.html +9 -7
  74. package/docs/interfaces/IRequestResponse.html +6 -4
  75. package/docs/interfaces/IServiceHeaders.html +4 -2
  76. package/docs/interfaces/ISetSessionVariableQueryInput.html +6 -4
  77. package/docs/interfaces/ITemporaryTableQueryInput.html +6 -4
  78. package/docs/interfaces/IUpdateQueryResult.html +6 -4
  79. package/docs/interfaces/formidable.EmitData.html +3 -1
  80. package/docs/interfaces/formidable.EventData.html +3 -1
  81. package/docs/interfaces/formidable.Fields.html +3 -1
  82. package/docs/interfaces/formidable.File.html +3 -1
  83. package/docs/interfaces/formidable.FileJSON.html +3 -1
  84. package/docs/interfaces/formidable.Files.html +3 -1
  85. package/docs/interfaces/formidable.Options.html +3 -1
  86. package/docs/interfaces/formidable.Part.html +30 -28
  87. package/docs/modules/formidable.html +3 -1
  88. package/docs/types/IDeleteQueryResult.html +4 -2
  89. package/docs/types/IHandlerError.html +4 -2
  90. package/docs/types/IHandlerResponse.html +4 -2
  91. package/docs/types/TCoordinate.html +4 -2
  92. package/docs/types/formidable.BufferEncoding.html +3 -1
  93. package/docs/types/formidable.DefaultOptions.html +3 -1
  94. package/docs/types/formidable.EnabledPlugins.html +3 -1
  95. package/docs/types/formidable.EventNames.html +3 -1
  96. package/docs/types/formidable.MappedParsers.html +3 -1
  97. package/docs/types/formidable.Plugin.html +3 -1
  98. package/docs/types/formidable.PluginFunction.html +3 -1
  99. package/docs/types/formidable.Plugins.html +3 -1
  100. package/lib/Application.d.ts +7 -3
  101. package/lib/Application.js +108 -63
  102. package/lib/Application.js.map +1 -1
  103. package/lib/Handler.js +0 -1
  104. package/lib/Handler.js.map +1 -1
  105. package/lib/IConfig.d.ts +15 -2
  106. package/lib/MySQLConnection.js +3 -3
  107. package/lib/MySQLConnection.js.map +1 -1
  108. package/lib/StormError.js.map +1 -1
  109. package/lib/api.d.ts +1 -2
  110. package/lib/api.js +2 -4
  111. package/lib/api.js.map +1 -1
  112. package/lib/instance.d.ts +8 -0
  113. package/lib/instance.js +8 -0
  114. package/lib/instance.js.map +1 -1
  115. package/package.json +11 -9
  116. package/src/Application.ts +140 -72
  117. package/src/BackendAuthenticationMiddleware.ts +2 -2
  118. package/src/Handler.ts +2 -3
  119. package/src/IConfig.ts +18 -2
  120. package/src/MySQLConnection.ts +3 -2
  121. package/src/StormError.ts +2 -2
  122. package/src/api.ts +6 -2
  123. package/src/instance.ts +8 -0
  124. package/docs/classes/DumpStream.html +0 -161
  125. package/lib/DumpStream.d.ts +0 -6
  126. package/lib/DumpStream.js +0 -28
  127. package/lib/DumpStream.js.map +0 -1
  128. package/src/DumpStream.ts +0 -28
@@ -22,7 +22,7 @@
22
22
  <ul class="tsd-hierarchy">
23
23
  <li><span class="target">UnauthorizedAccessError</span></li></ul></li></ul></section><aside class="tsd-sources">
24
24
  <ul>
25
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/UnauthorizedAccessError.ts#L21">src/UnauthorizedAccessError.ts:21</a></li></ul></aside>
25
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/UnauthorizedAccessError.ts#L21">src/UnauthorizedAccessError.ts:21</a></li></ul></aside>
26
26
  <section class="tsd-panel-group tsd-index-group">
27
27
  <section class="tsd-panel tsd-index-panel">
28
28
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -68,7 +68,7 @@
68
68
  <h4 class="tsd-returns-title">Returns <a href="UnauthorizedAccessError.html" class="tsd-signature-type tsd-kind-class">UnauthorizedAccessError</a></h4><aside class="tsd-sources">
69
69
  <p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#constructor">constructor</a></p>
70
70
  <ul>
71
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/UnauthorizedAccessError.ts#L22">src/UnauthorizedAccessError.ts:22</a></li></ul></aside></li></ul></section></section>
71
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/UnauthorizedAccessError.ts#L22">src/UnauthorizedAccessError.ts:22</a></li></ul></aside></li></ul></section></section>
72
72
  <section class="tsd-panel-group tsd-member-group">
73
73
  <h2>Properties</h2>
74
74
  <section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="message" class="tsd-anchor"></a>
@@ -130,7 +130,7 @@
130
130
  <h4 class="tsd-returns-title">Returns <a href="../enums/ErrorCode.html" class="tsd-signature-type tsd-kind-enum">ErrorCode</a></h4><aside class="tsd-sources">
131
131
  <p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getCode">getCode</a></p>
132
132
  <ul>
133
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/UnauthorizedAccessError.ts#L30">src/UnauthorizedAccessError.ts:30</a></li></ul></aside></li></ul></section>
133
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/UnauthorizedAccessError.ts#L30">src/UnauthorizedAccessError.ts:30</a></li></ul></aside></li></ul></section>
134
134
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="getErrorResponse" class="tsd-anchor"></a>
135
135
  <h3 class="tsd-anchor-link"><span>get<wbr/>Error<wbr/>Response</span><a href="#getErrorResponse" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
136
136
  <ul class="tsd-signatures tsd-is-inherited">
@@ -139,7 +139,7 @@
139
139
  <h4 class="tsd-returns-title">Returns <a href="../interfaces/IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a></h4><aside class="tsd-sources">
140
140
  <p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getErrorResponse">getErrorResponse</a></p>
141
141
  <ul>
142
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
142
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/StormError.ts#L76">src/StormError.ts:76</a></li></ul></aside></li></ul></section>
143
143
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="getExitCode" class="tsd-anchor"></a>
144
144
  <h3 class="tsd-anchor-link"><span>get<wbr/>Exit<wbr/>Code</span><a href="#getExitCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
145
145
  <ul class="tsd-signatures tsd-is-inherited">
@@ -148,7 +148,7 @@
148
148
  <h4 class="tsd-returns-title">Returns <a href="../enums/ExitCode.html" class="tsd-signature-type tsd-kind-enum">ExitCode</a></h4><aside class="tsd-sources">
149
149
  <p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getExitCode">getExitCode</a></p>
150
150
  <ul>
151
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
151
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/StormError.ts#L97">src/StormError.ts:97</a></li></ul></aside></li></ul></section>
152
152
  <section class="tsd-panel tsd-member"><a id="getHTTPCode" class="tsd-anchor"></a>
153
153
  <h3 class="tsd-anchor-link"><span>getHTTPCode</span><a href="#getHTTPCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
154
154
  <ul class="tsd-signatures">
@@ -157,7 +157,7 @@
157
157
  <h4 class="tsd-returns-title">Returns <a href="../enums/StatusCode.html" class="tsd-signature-type tsd-kind-enum">StatusCode</a></h4><aside class="tsd-sources">
158
158
  <p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getHTTPCode">getHTTPCode</a></p>
159
159
  <ul>
160
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/UnauthorizedAccessError.ts#L34">src/UnauthorizedAccessError.ts:34</a></li></ul></aside></li></ul></section>
160
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/UnauthorizedAccessError.ts#L34">src/UnauthorizedAccessError.ts:34</a></li></ul></aside></li></ul></section>
161
161
  <section class="tsd-panel tsd-member"><a id="getLocaleCode" class="tsd-anchor"></a>
162
162
  <h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Code</span><a href="#getLocaleCode" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
163
163
  <ul class="tsd-signatures">
@@ -166,7 +166,7 @@
166
166
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
167
167
  <p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleCode">getLocaleCode</a></p>
168
168
  <ul>
169
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/UnauthorizedAccessError.ts#L38">src/UnauthorizedAccessError.ts:38</a></li></ul></aside></li></ul></section>
169
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/UnauthorizedAccessError.ts#L38">src/UnauthorizedAccessError.ts:38</a></li></ul></aside></li></ul></section>
170
170
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="getLocaleParameters" class="tsd-anchor"></a>
171
171
  <h3 class="tsd-anchor-link"><span>get<wbr/>Locale<wbr/>Parameters</span><a href="#getLocaleParameters" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
172
172
  <ul class="tsd-signatures tsd-is-inherited">
@@ -175,7 +175,7 @@
175
175
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Record</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
176
176
  <p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getLocaleParameters">getLocaleParameters</a></p>
177
177
  <ul>
178
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/StormError.ts#L93">src/StormError.ts:93</a></li></ul></aside></li></ul></section>
178
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/StormError.ts#L93">src/StormError.ts:93</a></li></ul></aside></li></ul></section>
179
179
  <section class="tsd-panel tsd-member"><a id="getMessage" class="tsd-anchor"></a>
180
180
  <h3 class="tsd-anchor-link"><span>get<wbr/>Message</span><a href="#getMessage" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
181
181
  <ul class="tsd-signatures">
@@ -184,7 +184,7 @@
184
184
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
185
185
  <p>Overrides <a href="StormError.html">StormError</a>.<a href="StormError.html#getMessage">getMessage</a></p>
186
186
  <ul>
187
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/UnauthorizedAccessError.ts#L26">src/UnauthorizedAccessError.ts:26</a></li></ul></aside></li></ul></section>
187
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/UnauthorizedAccessError.ts#L26">src/UnauthorizedAccessError.ts:26</a></li></ul></aside></li></ul></section>
188
188
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPrivateDetails" class="tsd-anchor"></a>
189
189
  <h3 class="tsd-anchor-link"><span>get<wbr/>Private<wbr/>Details</span><a href="#getPrivateDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
190
190
  <ul class="tsd-signatures tsd-is-inherited">
@@ -196,7 +196,7 @@ They are kept secret from the client.</p>
196
196
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4><aside class="tsd-sources">
197
197
  <p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPrivateDetails">getPrivateDetails</a></p>
198
198
  <ul>
199
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
199
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/StormError.ts#L68">src/StormError.ts:68</a></li></ul></aside></li></ul></section>
200
200
  <section class="tsd-panel tsd-member tsd-is-inherited"><a id="getPublicDetails" class="tsd-anchor"></a>
201
201
  <h3 class="tsd-anchor-link"><span>get<wbr/>Public<wbr/>Details</span><a href="#getPublicDetails" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
202
202
  <ul class="tsd-signatures tsd-is-inherited">
@@ -207,7 +207,7 @@ They are kept secret from the client.</p>
207
207
  <h4 class="tsd-returns-title">Returns <a href="../interfaces/IAdditionalErrorDetails.html" class="tsd-signature-type tsd-kind-interface">IAdditionalErrorDetails</a></h4><aside class="tsd-sources">
208
208
  <p>Inherited from <a href="StormError.html">StormError</a>.<a href="StormError.html#getPublicDetails">getPublicDetails</a></p>
209
209
  <ul>
210
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
210
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/StormError.ts#L60">src/StormError.ts:60</a></li></ul></aside></li></ul></section>
211
211
  <section class="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><a id="captureStackTrace" class="tsd-anchor"></a>
212
212
  <h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagStatic">Static</code> <span>capture<wbr/>Stack<wbr/>Trace</span><a href="#captureStackTrace" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
213
213
  <ul class="tsd-signatures tsd-is-inherited tsd-is-external">
@@ -300,7 +300,6 @@ They are kept secret from the client.</p>
300
300
  <li><a href="DeadLockError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
301
301
  <li><a href="DiskSpaceError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
302
302
  <li><a href="DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
303
- <li><a href="DumpStream.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dump<wbr/>Stream</span></a></li>
304
303
  <li><a href="DuplicateEntryError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
305
304
  <li><a href="EntityNotFoundError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
306
305
  <li><a href="ExpiredTokenError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
@@ -336,6 +335,9 @@ They are kept secret from the client.</p>
336
335
  <li><a href="UnauthorizedAccessError.html" class="current"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
337
336
  <li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
338
337
  <li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
338
+ <li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
339
+ <li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
340
+ <li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
339
341
  <li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IConfig</span></a></li>
340
342
  <li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
341
343
  <li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
@@ -16,7 +16,7 @@
16
16
  <li><a href="ErrorCode.html">ErrorCode</a></li></ul>
17
17
  <h1>Enumeration ErrorCode</h1></div><aside class="tsd-sources">
18
18
  <ul>
19
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L17">src/ErrorCode.ts:17</a></li></ul></aside>
19
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L17">src/ErrorCode.ts:17</a></li></ul></aside>
20
20
  <section class="tsd-panel-group tsd-index-group">
21
21
  <section class="tsd-panel tsd-index-panel">
22
22
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -40,47 +40,47 @@
40
40
  <h3 class="tsd-anchor-link"><span>DUPLICATE_<wbr/>ENTRY</span><a href="#DUPLICATE_ENTRY" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
41
41
  <div class="tsd-signature"><span class="tsd-kind-enum-member">DUPLICATE_<wbr/>ENTRY</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">5</span></div><aside class="tsd-sources">
42
42
  <ul>
43
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L23">src/ErrorCode.ts:23</a></li></ul></aside></section>
43
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L23">src/ErrorCode.ts:23</a></li></ul></aside></section>
44
44
  <section class="tsd-panel tsd-member"><a id="EXPIRED_TOKEN" class="tsd-anchor"></a>
45
45
  <h3 class="tsd-anchor-link"><span>EXPIRED_<wbr/>TOKEN</span><a href="#EXPIRED_TOKEN" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
46
46
  <div class="tsd-signature"><span class="tsd-kind-enum-member">EXPIRED_<wbr/>TOKEN</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">2</span></div><aside class="tsd-sources">
47
47
  <ul>
48
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L20">src/ErrorCode.ts:20</a></li></ul></aside></section>
48
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L20">src/ErrorCode.ts:20</a></li></ul></aside></section>
49
49
  <section class="tsd-panel tsd-member"><a id="INSUFFICIENT_DISK_SPACE" class="tsd-anchor"></a>
50
50
  <h3 class="tsd-anchor-link"><span>INSUFFICIENT_<wbr/>DISK_<wbr/>SPACE</span><a href="#INSUFFICIENT_DISK_SPACE" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
51
51
  <div class="tsd-signature"><span class="tsd-kind-enum-member">INSUFFICIENT_<wbr/>DISK_<wbr/>SPACE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">7</span></div><aside class="tsd-sources">
52
52
  <ul>
53
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L25">src/ErrorCode.ts:25</a></li></ul></aside></section>
53
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L25">src/ErrorCode.ts:25</a></li></ul></aside></section>
54
54
  <section class="tsd-panel tsd-member"><a id="INTERNAL" class="tsd-anchor"></a>
55
55
  <h3 class="tsd-anchor-link"><span>INTERNAL</span><a href="#INTERNAL" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
56
56
  <div class="tsd-signature"><span class="tsd-kind-enum-member">INTERNAL</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">0</span></div><aside class="tsd-sources">
57
57
  <ul>
58
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L18">src/ErrorCode.ts:18</a></li></ul></aside></section>
58
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L18">src/ErrorCode.ts:18</a></li></ul></aside></section>
59
59
  <section class="tsd-panel tsd-member"><a id="INVALID_CONFIG" class="tsd-anchor"></a>
60
60
  <h3 class="tsd-anchor-link"><span>INVALID_<wbr/>CONFIG</span><a href="#INVALID_CONFIG" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
61
61
  <div class="tsd-signature"><span class="tsd-kind-enum-member">INVALID_<wbr/>CONFIG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">8</span></div><aside class="tsd-sources">
62
62
  <ul>
63
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L26">src/ErrorCode.ts:26</a></li></ul></aside></section>
63
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L26">src/ErrorCode.ts:26</a></li></ul></aside></section>
64
64
  <section class="tsd-panel tsd-member"><a id="INVALID_CREDENTIALS" class="tsd-anchor"></a>
65
65
  <h3 class="tsd-anchor-link"><span>INVALID_<wbr/>CREDENTIALS</span><a href="#INVALID_CREDENTIALS" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
66
66
  <div class="tsd-signature"><span class="tsd-kind-enum-member">INVALID_<wbr/>CREDENTIALS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">3</span></div><aside class="tsd-sources">
67
67
  <ul>
68
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L21">src/ErrorCode.ts:21</a></li></ul></aside></section>
68
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L21">src/ErrorCode.ts:21</a></li></ul></aside></section>
69
69
  <section class="tsd-panel tsd-member"><a id="INVALID_VALUE" class="tsd-anchor"></a>
70
70
  <h3 class="tsd-anchor-link"><span>INVALID_<wbr/>VALUE</span><a href="#INVALID_VALUE" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
71
71
  <div class="tsd-signature"><span class="tsd-kind-enum-member">INVALID_<wbr/>VALUE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">4</span></div><aside class="tsd-sources">
72
72
  <ul>
73
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L22">src/ErrorCode.ts:22</a></li></ul></aside></section>
73
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L22">src/ErrorCode.ts:22</a></li></ul></aside></section>
74
74
  <section class="tsd-panel tsd-member"><a id="MISSING_PARAMETER" class="tsd-anchor"></a>
75
75
  <h3 class="tsd-anchor-link"><span>MISSING_<wbr/>PARAMETER</span><a href="#MISSING_PARAMETER" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
76
76
  <div class="tsd-signature"><span class="tsd-kind-enum-member">MISSING_<wbr/>PARAMETER</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">1</span></div><aside class="tsd-sources">
77
77
  <ul>
78
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L19">src/ErrorCode.ts:19</a></li></ul></aside></section>
78
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L19">src/ErrorCode.ts:19</a></li></ul></aside></section>
79
79
  <section class="tsd-panel tsd-member"><a id="UNAUTHORIZED_ACCESS" class="tsd-anchor"></a>
80
80
  <h3 class="tsd-anchor-link"><span>UNAUTHORIZED_<wbr/>ACCESS</span><a href="#UNAUTHORIZED_ACCESS" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
81
81
  <div class="tsd-signature"><span class="tsd-kind-enum-member">UNAUTHORIZED_<wbr/>ACCESS</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">6</span></div><aside class="tsd-sources">
82
82
  <ul>
83
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ErrorCode.ts#L24">src/ErrorCode.ts:24</a></li></ul></aside></section></section></div>
83
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ErrorCode.ts#L24">src/ErrorCode.ts:24</a></li></ul></aside></section></section></div>
84
84
  <div class="col-sidebar">
85
85
  <div class="page-menu">
86
86
  <div class="tsd-navigation settings">
@@ -148,7 +148,6 @@
148
148
  <li><a href="../classes/DeadLockError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
149
149
  <li><a href="../classes/DiskSpaceError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
150
150
  <li><a href="../classes/DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
151
- <li><a href="../classes/DumpStream.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dump<wbr/>Stream</span></a></li>
152
151
  <li><a href="../classes/DuplicateEntryError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
153
152
  <li><a href="../classes/EntityNotFoundError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
154
153
  <li><a href="../classes/ExpiredTokenError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
@@ -184,6 +183,9 @@
184
183
  <li><a href="../classes/UnauthorizedAccessError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
185
184
  <li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
186
185
  <li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
186
+ <li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
187
+ <li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
188
+ <li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
187
189
  <li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IConfig</span></a></li>
188
190
  <li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
189
191
  <li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
@@ -16,7 +16,7 @@
16
16
  <li><a href="ExitCode.html">ExitCode</a></li></ul>
17
17
  <h1>Enumeration ExitCode</h1></div><aside class="tsd-sources">
18
18
  <ul>
19
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ExitCode.ts#L17">src/ExitCode.ts:17</a></li></ul></aside>
19
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ExitCode.ts#L17">src/ExitCode.ts:17</a></li></ul></aside>
20
20
  <section class="tsd-panel-group tsd-index-group">
21
21
  <section class="tsd-panel tsd-index-panel">
22
22
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -33,12 +33,12 @@
33
33
  <h3 class="tsd-anchor-link"><span>INVALID_<wbr/>CONFIG</span><a href="#INVALID_CONFIG" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
34
34
  <div class="tsd-signature"><span class="tsd-kind-enum-member">INVALID_<wbr/>CONFIG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">2</span></div><aside class="tsd-sources">
35
35
  <ul>
36
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ExitCode.ts#L19">src/ExitCode.ts:19</a></li></ul></aside></section>
36
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ExitCode.ts#L19">src/ExitCode.ts:19</a></li></ul></aside></section>
37
37
  <section class="tsd-panel tsd-member"><a id="MISSING_CONFIG" class="tsd-anchor"></a>
38
38
  <h3 class="tsd-anchor-link"><span>MISSING_<wbr/>CONFIG</span><a href="#MISSING_CONFIG" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
39
39
  <div class="tsd-signature"><span class="tsd-kind-enum-member">MISSING_<wbr/>CONFIG</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">1</span></div><aside class="tsd-sources">
40
40
  <ul>
41
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/ExitCode.ts#L18">src/ExitCode.ts:18</a></li></ul></aside></section></section></div>
41
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/ExitCode.ts#L18">src/ExitCode.ts:18</a></li></ul></aside></section></section></div>
42
42
  <div class="col-sidebar">
43
43
  <div class="page-menu">
44
44
  <div class="tsd-navigation settings">
@@ -99,7 +99,6 @@
99
99
  <li><a href="../classes/DeadLockError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
100
100
  <li><a href="../classes/DiskSpaceError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
101
101
  <li><a href="../classes/DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
102
- <li><a href="../classes/DumpStream.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dump<wbr/>Stream</span></a></li>
103
102
  <li><a href="../classes/DuplicateEntryError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
104
103
  <li><a href="../classes/EntityNotFoundError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
105
104
  <li><a href="../classes/ExpiredTokenError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
@@ -135,6 +134,9 @@
135
134
  <li><a href="../classes/UnauthorizedAccessError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
136
135
  <li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
137
136
  <li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
137
+ <li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
138
+ <li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
139
+ <li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
138
140
  <li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IConfig</span></a></li>
139
141
  <li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
140
142
  <li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
@@ -16,7 +16,7 @@
16
16
  <li><a href="HTTPMethod.html">HTTPMethod</a></li></ul>
17
17
  <h1>Enumeration HTTPMethod</h1></div><aside class="tsd-sources">
18
18
  <ul>
19
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/HTTPMethod.ts#L17">src/HTTPMethod.ts:17</a></li></ul></aside>
19
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/HTTPMethod.ts#L17">src/HTTPMethod.ts:17</a></li></ul></aside>
20
20
  <section class="tsd-panel-group tsd-index-group">
21
21
  <section class="tsd-panel tsd-index-panel">
22
22
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -35,22 +35,22 @@
35
35
  <h3 class="tsd-anchor-link"><span>DELETE</span><a href="#DELETE" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
36
36
  <div class="tsd-signature"><span class="tsd-kind-enum-member">DELETE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;DELETE&quot;</span></div><aside class="tsd-sources">
37
37
  <ul>
38
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/HTTPMethod.ts#L21">src/HTTPMethod.ts:21</a></li></ul></aside></section>
38
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/HTTPMethod.ts#L21">src/HTTPMethod.ts:21</a></li></ul></aside></section>
39
39
  <section class="tsd-panel tsd-member"><a id="GET" class="tsd-anchor"></a>
40
40
  <h3 class="tsd-anchor-link"><span>GET</span><a href="#GET" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
41
41
  <div class="tsd-signature"><span class="tsd-kind-enum-member">GET</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;GET&quot;</span></div><aside class="tsd-sources">
42
42
  <ul>
43
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/HTTPMethod.ts#L18">src/HTTPMethod.ts:18</a></li></ul></aside></section>
43
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/HTTPMethod.ts#L18">src/HTTPMethod.ts:18</a></li></ul></aside></section>
44
44
  <section class="tsd-panel tsd-member"><a id="POST" class="tsd-anchor"></a>
45
45
  <h3 class="tsd-anchor-link"><span>POST</span><a href="#POST" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
46
46
  <div class="tsd-signature"><span class="tsd-kind-enum-member">POST</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;POST&quot;</span></div><aside class="tsd-sources">
47
47
  <ul>
48
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/HTTPMethod.ts#L19">src/HTTPMethod.ts:19</a></li></ul></aside></section>
48
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/HTTPMethod.ts#L19">src/HTTPMethod.ts:19</a></li></ul></aside></section>
49
49
  <section class="tsd-panel tsd-member"><a id="PUT" class="tsd-anchor"></a>
50
50
  <h3 class="tsd-anchor-link"><span>PUT</span><a href="#PUT" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
51
51
  <div class="tsd-signature"><span class="tsd-kind-enum-member">PUT</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;PUT&quot;</span></div><aside class="tsd-sources">
52
52
  <ul>
53
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/HTTPMethod.ts#L20">src/HTTPMethod.ts:20</a></li></ul></aside></section></section></div>
53
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/HTTPMethod.ts#L20">src/HTTPMethod.ts:20</a></li></ul></aside></section></section></div>
54
54
  <div class="col-sidebar">
55
55
  <div class="page-menu">
56
56
  <div class="tsd-navigation settings">
@@ -113,7 +113,6 @@
113
113
  <li><a href="../classes/DeadLockError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
114
114
  <li><a href="../classes/DiskSpaceError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
115
115
  <li><a href="../classes/DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
116
- <li><a href="../classes/DumpStream.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dump<wbr/>Stream</span></a></li>
117
116
  <li><a href="../classes/DuplicateEntryError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
118
117
  <li><a href="../classes/EntityNotFoundError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
119
118
  <li><a href="../classes/ExpiredTokenError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
@@ -149,6 +148,9 @@
149
148
  <li><a href="../classes/UnauthorizedAccessError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
150
149
  <li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
151
150
  <li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
151
+ <li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
152
+ <li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
153
+ <li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
152
154
  <li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IConfig</span></a></li>
153
155
  <li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
154
156
  <li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
@@ -16,7 +16,7 @@
16
16
  <li><a href="IsolationLevel.html">IsolationLevel</a></li></ul>
17
17
  <h1>Enumeration IsolationLevel</h1></div><aside class="tsd-sources">
18
18
  <ul>
19
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IsolationLevel.ts#L17">src/IsolationLevel.ts:17</a></li></ul></aside>
19
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IsolationLevel.ts#L17">src/IsolationLevel.ts:17</a></li></ul></aside>
20
20
  <section class="tsd-panel-group tsd-index-group">
21
21
  <section class="tsd-panel tsd-index-panel">
22
22
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -35,22 +35,22 @@
35
35
  <h3 class="tsd-anchor-link"><span>READ_<wbr/>COMMITTED</span><a href="#READ_COMMITTED" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
36
36
  <div class="tsd-signature"><span class="tsd-kind-enum-member">READ_<wbr/>COMMITTED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">2</span></div><aside class="tsd-sources">
37
37
  <ul>
38
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IsolationLevel.ts#L19">src/IsolationLevel.ts:19</a></li></ul></aside></section>
38
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IsolationLevel.ts#L19">src/IsolationLevel.ts:19</a></li></ul></aside></section>
39
39
  <section class="tsd-panel tsd-member"><a id="READ_UNCOMMITTED" class="tsd-anchor"></a>
40
40
  <h3 class="tsd-anchor-link"><span>READ_<wbr/>UNCOMMITTED</span><a href="#READ_UNCOMMITTED" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
41
41
  <div class="tsd-signature"><span class="tsd-kind-enum-member">READ_<wbr/>UNCOMMITTED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">3</span></div><aside class="tsd-sources">
42
42
  <ul>
43
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IsolationLevel.ts#L20">src/IsolationLevel.ts:20</a></li></ul></aside></section>
43
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IsolationLevel.ts#L20">src/IsolationLevel.ts:20</a></li></ul></aside></section>
44
44
  <section class="tsd-panel tsd-member"><a id="REPEATABLE_READ" class="tsd-anchor"></a>
45
45
  <h3 class="tsd-anchor-link"><span>REPEATABLE_<wbr/>READ</span><a href="#REPEATABLE_READ" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
46
46
  <div class="tsd-signature"><span class="tsd-kind-enum-member">REPEATABLE_<wbr/>READ</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">1</span></div><aside class="tsd-sources">
47
47
  <ul>
48
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IsolationLevel.ts#L18">src/IsolationLevel.ts:18</a></li></ul></aside></section>
48
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IsolationLevel.ts#L18">src/IsolationLevel.ts:18</a></li></ul></aside></section>
49
49
  <section class="tsd-panel tsd-member"><a id="SERIALIZABLE" class="tsd-anchor"></a>
50
50
  <h3 class="tsd-anchor-link"><span>SERIALIZABLE</span><a href="#SERIALIZABLE" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
51
51
  <div class="tsd-signature"><span class="tsd-kind-enum-member">SERIALIZABLE</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">4</span></div><aside class="tsd-sources">
52
52
  <ul>
53
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IsolationLevel.ts#L21">src/IsolationLevel.ts:21</a></li></ul></aside></section></section></div>
53
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IsolationLevel.ts#L21">src/IsolationLevel.ts:21</a></li></ul></aside></section></section></div>
54
54
  <div class="col-sidebar">
55
55
  <div class="page-menu">
56
56
  <div class="tsd-navigation settings">
@@ -113,7 +113,6 @@
113
113
  <li><a href="../classes/DeadLockError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
114
114
  <li><a href="../classes/DiskSpaceError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
115
115
  <li><a href="../classes/DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
116
- <li><a href="../classes/DumpStream.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dump<wbr/>Stream</span></a></li>
117
116
  <li><a href="../classes/DuplicateEntryError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
118
117
  <li><a href="../classes/EntityNotFoundError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
119
118
  <li><a href="../classes/ExpiredTokenError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
@@ -149,6 +148,9 @@
149
148
  <li><a href="../classes/UnauthorizedAccessError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
150
149
  <li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
151
150
  <li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
151
+ <li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
152
+ <li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
153
+ <li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
152
154
  <li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IConfig</span></a></li>
153
155
  <li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
154
156
  <li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>
@@ -16,7 +16,7 @@
16
16
  <li><a href="JWTError.html">JWTError</a></li></ul>
17
17
  <h1>Enumeration JWTError</h1></div><aside class="tsd-sources">
18
18
  <ul>
19
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/JWTError.ts#L17">src/JWTError.ts:17</a></li></ul></aside>
19
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/JWTError.ts#L17">src/JWTError.ts:17</a></li></ul></aside>
20
20
  <section class="tsd-panel-group tsd-index-group">
21
21
  <section class="tsd-panel tsd-index-panel">
22
22
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -33,12 +33,12 @@
33
33
  <h3 class="tsd-anchor-link"><span>ERR_<wbr/>EXPIRED</span><a href="#ERR_EXPIRED" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></h3>
34
34
  <div class="tsd-signature"><span class="tsd-kind-enum-member">ERR_<wbr/>EXPIRED</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;TokenExpiredError&quot;</span></div><aside class="tsd-sources">
35
35
  <ul>
36
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/JWTError.ts#L18">src/JWTError.ts:18</a></li></ul></aside></section>
36
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/JWTError.ts#L18">src/JWTError.ts:18</a></li></ul></aside></section>
37
37
  <section class="tsd-panel tsd-member"><a id="ERR_GENERIC" class="tsd-anchor"></a>
38
38
  <h3 class="tsd-anchor-link"><span>ERR_<wbr/>GENERIC</span><a href="#ERR_GENERIC" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><use href="#icon-anchor-a"></use><use href="#icon-anchor-b"></use><use href="#icon-anchor-c"></use></svg></a></h3>
39
39
  <div class="tsd-signature"><span class="tsd-kind-enum-member">ERR_<wbr/>GENERIC</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;JsonWebTokenError&quot;</span></div><aside class="tsd-sources">
40
40
  <ul>
41
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/JWTError.ts#L19">src/JWTError.ts:19</a></li></ul></aside></section></section></div>
41
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/JWTError.ts#L19">src/JWTError.ts:19</a></li></ul></aside></section></section></div>
42
42
  <div class="col-sidebar">
43
43
  <div class="page-menu">
44
44
  <div class="tsd-navigation settings">
@@ -99,7 +99,6 @@
99
99
  <li><a href="../classes/DeadLockError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dead<wbr/>Lock<wbr/>Error</span></a></li>
100
100
  <li><a href="../classes/DiskSpaceError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Disk<wbr/>Space<wbr/>Error</span></a></li>
101
101
  <li><a href="../classes/DropTemporaryTableQuery.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Drop<wbr/>Temporary<wbr/>Table<wbr/>Query</span></a></li>
102
- <li><a href="../classes/DumpStream.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Dump<wbr/>Stream</span></a></li>
103
102
  <li><a href="../classes/DuplicateEntryError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Duplicate<wbr/>Entry<wbr/>Error</span></a></li>
104
103
  <li><a href="../classes/EntityNotFoundError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Entity<wbr/>Not<wbr/>Found<wbr/>Error</span></a></li>
105
104
  <li><a href="../classes/ExpiredTokenError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Expired<wbr/>Token<wbr/>Error</span></a></li>
@@ -135,6 +134,9 @@
135
134
  <li><a href="../classes/UnauthorizedAccessError.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg><span>Unauthorized<wbr/>Access<wbr/>Error</span></a></li>
136
135
  <li><a href="../interfaces/IAdditionalErrorDetails.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAdditional<wbr/>Error<wbr/>Details</span></a></li>
137
136
  <li><a href="../interfaces/IAuthTokenData.html" class="tsd-is-external"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IAuth<wbr/>Token<wbr/>Data</span></a></li>
137
+ <li><a href="../interfaces/ICloudwatchConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Config</span></a></li>
138
+ <li><a href="../interfaces/ICloudwatchCredentials.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Credentials</span></a></li>
139
+ <li><a href="../interfaces/ICloudwatchStreamConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>ICloudwatch<wbr/>Stream<wbr/>Config</span></a></li>
138
140
  <li><a href="../interfaces/IConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IConfig</span></a></li>
139
141
  <li><a href="../interfaces/IDatabaseConfig.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Config</span></a></li>
140
142
  <li><a href="../interfaces/IDatabaseConnection.html"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg><span>IDatabase<wbr/>Connection</span></a></li>