@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
@@ -25,7 +25,7 @@
25
25
  <ul class="tsd-hierarchy">
26
26
  <li><span class="target">IHandler</span></li></ul></section><aside class="tsd-sources">
27
27
  <ul>
28
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IHandler.ts#L20">src/IHandler.ts:20</a></li></ul></aside>
28
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IHandler.ts#L20">src/IHandler.ts:20</a></li></ul></aside>
29
29
  <section class="tsd-panel-group tsd-index-group">
30
30
  <section class="tsd-panel tsd-index-panel">
31
31
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -49,7 +49,7 @@
49
49
  <h5><span class="tsd-kind-parameter">app</span>: <span class="tsd-signature-type tsd-kind-type-parameter">TApplication</span></h5></li></ul></div>
50
50
  <h4 class="tsd-returns-title">Returns <a href="../classes/Handler.html" class="tsd-signature-type tsd-kind-class">Handler</a><span class="tsd-signature-symbol">&lt;</span><a href="../classes/Application.html" class="tsd-signature-type tsd-kind-class">Application</a><span class="tsd-signature-symbol">&lt;</span><a href="IConfig.html" class="tsd-signature-type tsd-kind-interface">IConfig</a><span class="tsd-signature-symbol">, </span><a href="IAuthTokenData.html" class="tsd-signature-type tsd-kind-interface">IAuthTokenData</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
51
51
  <ul>
52
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IHandler.ts#L21">src/IHandler.ts:21</a></li></ul></aside></li></ul></section></section></div>
52
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IHandler.ts#L21">src/IHandler.ts:21</a></li></ul></aside></li></ul></section></section></div>
53
53
  <div class="col-sidebar">
54
54
  <div class="page-menu">
55
55
  <div class="tsd-navigation settings">
@@ -109,7 +109,6 @@
109
109
  <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>
110
110
  <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>
111
111
  <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>
112
- <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>
113
112
  <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>
114
113
  <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>
115
114
  <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>
@@ -145,6 +144,9 @@
145
144
  <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>
146
145
  <li><a href="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>
147
146
  <li><a href="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>
147
+ <li><a href="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>
148
+ <li><a href="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>
149
+ <li><a href="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>
148
150
  <li><a href="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>
149
151
  <li><a href="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>
150
152
  <li><a href="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>
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">IInsertQueryResult</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IInsertQueryResult.ts#L17">src/IInsertQueryResult.ts:17</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IInsertQueryResult.ts#L17">src/IInsertQueryResult.ts:17</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -38,17 +38,17 @@
38
38
  <h3 class="tsd-anchor-link"><span>affected<wbr/>Rows</span><a href="#affectedRows" 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>
39
39
  <div class="tsd-signature"><span class="tsd-kind-property">affected<wbr/>Rows</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
40
40
  <ul>
41
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IInsertQueryResult.ts#L19">src/IInsertQueryResult.ts:19</a></li></ul></aside></section>
41
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IInsertQueryResult.ts#L19">src/IInsertQueryResult.ts:19</a></li></ul></aside></section>
42
42
  <section class="tsd-panel tsd-member"><a id="changedRows" class="tsd-anchor"></a>
43
43
  <h3 class="tsd-anchor-link"><span>changed<wbr/>Rows</span><a href="#changedRows" 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>
44
44
  <div class="tsd-signature"><span class="tsd-kind-property">changed<wbr/>Rows</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
45
45
  <ul>
46
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IInsertQueryResult.ts#L20">src/IInsertQueryResult.ts:20</a></li></ul></aside></section>
46
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IInsertQueryResult.ts#L20">src/IInsertQueryResult.ts:20</a></li></ul></aside></section>
47
47
  <section class="tsd-panel tsd-member"><a id="insertId" class="tsd-anchor"></a>
48
48
  <h3 class="tsd-anchor-link"><span>insert<wbr/>Id</span><a href="#insertId" 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>
49
49
  <div class="tsd-signature"><span class="tsd-kind-property">insert<wbr/>Id</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
50
50
  <ul>
51
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IInsertQueryResult.ts#L18">src/IInsertQueryResult.ts:18</a></li></ul></aside></section></section></div>
51
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IInsertQueryResult.ts#L18">src/IInsertQueryResult.ts:18</a></li></ul></aside></section></section></div>
52
52
  <div class="col-sidebar">
53
53
  <div class="page-menu">
54
54
  <div class="tsd-navigation settings">
@@ -110,7 +110,6 @@
110
110
  <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>
111
111
  <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>
112
112
  <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>
113
- <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>
114
113
  <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>
115
114
  <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>
116
115
  <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>
@@ -146,6 +145,9 @@
146
145
  <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>
147
146
  <li><a href="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>
148
147
  <li><a href="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>
148
+ <li><a href="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>
149
+ <li><a href="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>
150
+ <li><a href="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>
149
151
  <li><a href="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>
150
152
  <li><a href="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>
151
153
  <li><a href="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>
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">IJWTVerifyOptions</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IJWTVerifyOptions.ts#L17">src/IJWTVerifyOptions.ts:17</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IJWTVerifyOptions.ts#L17">src/IJWTVerifyOptions.ts:17</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -36,7 +36,7 @@
36
36
  <h3 class="tsd-anchor-link"><span>enable<wbr/>Expiration</span><a href="#enableExpiration" 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>
37
37
  <div class="tsd-signature"><span class="tsd-kind-property">enable<wbr/>Expiration</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources">
38
38
  <ul>
39
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IJWTVerifyOptions.ts#L18">src/IJWTVerifyOptions.ts:18</a></li></ul></aside></section></section></div>
39
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IJWTVerifyOptions.ts#L18">src/IJWTVerifyOptions.ts:18</a></li></ul></aside></section></section></div>
40
40
  <div class="col-sidebar">
41
41
  <div class="page-menu">
42
42
  <div class="tsd-navigation settings">
@@ -96,7 +96,6 @@
96
96
  <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>
97
97
  <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>
98
98
  <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>
99
- <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>
100
99
  <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>
101
100
  <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>
102
101
  <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>
@@ -132,6 +131,9 @@
132
131
  <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>
133
132
  <li><a href="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>
134
133
  <li><a href="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>
134
+ <li><a href="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>
135
+ <li><a href="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>
136
+ <li><a href="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>
135
137
  <li><a href="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>
136
138
  <li><a href="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>
137
139
  <li><a href="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>
@@ -23,7 +23,7 @@
23
23
  <h4 class="tsd-before-signature">Indexable</h4>
24
24
  <div class="tsd-signature"><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></div></section><aside class="tsd-sources">
25
25
  <ul>
26
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/Request.ts#L35">src/Request.ts:35</a></li></ul></aside></div>
26
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/Request.ts#L35">src/Request.ts:35</a></li></ul></aside></div>
27
27
  <div class="col-sidebar">
28
28
  <div class="page-menu">
29
29
  <div class="tsd-navigation settings">
@@ -78,7 +78,6 @@
78
78
  <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>
79
79
  <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>
80
80
  <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>
81
- <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>
82
81
  <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>
83
82
  <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>
84
83
  <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>
@@ -114,6 +113,9 @@
114
113
  <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>
115
114
  <li><a href="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>
116
115
  <li><a href="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>
116
+ <li><a href="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>
117
+ <li><a href="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>
118
+ <li><a href="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>
117
119
  <li><a href="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>
118
120
  <li><a href="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>
119
121
  <li><a href="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>
@@ -30,7 +30,7 @@
30
30
  <li><a href="../classes/Query.html" class="tsd-signature-type tsd-kind-class">Query</a></li>
31
31
  <li><a href="../classes/Transaction.html" class="tsd-signature-type tsd-kind-class">Transaction</a></li></ul></section><aside class="tsd-sources">
32
32
  <ul>
33
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IQueryable.ts#L19">src/IQueryable.ts:19</a></li></ul></aside>
33
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IQueryable.ts#L19">src/IQueryable.ts:19</a></li></ul></aside>
34
34
  <section class="tsd-panel-group tsd-index-group">
35
35
  <section class="tsd-panel tsd-index-panel">
36
36
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -58,7 +58,7 @@
58
58
  <h5><span class="tsd-kind-parameter">connection</span>: <a href="IDatabaseConnection.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConnection</a></h5></li></ul></div>
59
59
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
60
60
  <ul>
61
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IQueryable.ts#L22">src/IQueryable.ts:22</a></li></ul></aside></li></ul></section>
61
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IQueryable.ts#L22">src/IQueryable.ts:22</a></li></ul></aside></li></ul></section>
62
62
  <section class="tsd-panel tsd-member"><a id="getParametersForQuery" class="tsd-anchor"></a>
63
63
  <h3 class="tsd-anchor-link"><span>get<wbr/>Parameters<wbr/>For<wbr/>Query</span><a href="#getParametersForQuery" 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>
64
64
  <ul class="tsd-signatures">
@@ -66,7 +66,7 @@
66
66
  <li class="tsd-description">
67
67
  <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">any</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
68
68
  <ul>
69
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IQueryable.ts#L23">src/IQueryable.ts:23</a></li></ul></aside></li></ul></section>
69
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IQueryable.ts#L23">src/IQueryable.ts:23</a></li></ul></aside></li></ul></section>
70
70
  <section class="tsd-panel tsd-member"><a id="getQuery" class="tsd-anchor"></a>
71
71
  <h3 class="tsd-anchor-link"><span>get<wbr/>Query</span><a href="#getQuery" 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>
72
72
  <ul class="tsd-signatures">
@@ -79,7 +79,7 @@
79
79
  <h5><span class="tsd-kind-parameter">connection</span>: <a href="IDatabaseConnection.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConnection</a></h5></li></ul></div>
80
80
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
81
81
  <ul>
82
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IQueryable.ts#L21">src/IQueryable.ts:21</a></li></ul></aside></li></ul></section>
82
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IQueryable.ts#L21">src/IQueryable.ts:21</a></li></ul></aside></li></ul></section>
83
83
  <section class="tsd-panel tsd-member"><a id="onPostProcess" class="tsd-anchor"></a>
84
84
  <h3 class="tsd-anchor-link"><span>on<wbr/>Post<wbr/>Process</span><a href="#onPostProcess" 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>
85
85
  <ul class="tsd-signatures">
@@ -94,7 +94,7 @@
94
94
  <h5><span class="tsd-kind-parameter">results</span>: <span class="tsd-signature-type">any</span></h5></li></ul></div>
95
95
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">T</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
96
96
  <ul>
97
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IQueryable.ts#L24">src/IQueryable.ts:24</a></li></ul></aside></li></ul></section>
97
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IQueryable.ts#L24">src/IQueryable.ts:24</a></li></ul></aside></li></ul></section>
98
98
  <section class="tsd-panel tsd-member"><a id="onPreQuery" class="tsd-anchor"></a>
99
99
  <h3 class="tsd-anchor-link"><span>on<wbr/>Pre<wbr/>Query</span><a href="#onPreQuery" 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>
100
100
  <ul class="tsd-signatures">
@@ -107,7 +107,7 @@
107
107
  <h5><span class="tsd-kind-parameter">connection</span>: <a href="IDatabaseConnection.html" class="tsd-signature-type tsd-kind-interface">IDatabaseConnection</a></h5></li></ul></div>
108
108
  <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
109
109
  <ul>
110
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IQueryable.ts#L20">src/IQueryable.ts:20</a></li></ul></aside></li></ul></section></section></div>
110
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IQueryable.ts#L20">src/IQueryable.ts:20</a></li></ul></aside></li></ul></section></section></div>
111
111
  <div class="col-sidebar">
112
112
  <div class="page-menu">
113
113
  <div class="tsd-navigation settings">
@@ -171,7 +171,6 @@
171
171
  <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>
172
172
  <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>
173
173
  <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>
174
- <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>
175
174
  <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>
176
175
  <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>
177
176
  <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>
@@ -207,6 +206,9 @@
207
206
  <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>
208
207
  <li><a href="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>
209
208
  <li><a href="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>
209
+ <li><a href="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>
210
+ <li><a href="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>
211
+ <li><a href="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>
210
212
  <li><a href="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>
211
213
  <li><a href="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>
212
214
  <li><a href="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>
@@ -27,7 +27,7 @@
27
27
  <ul class="tsd-hierarchy">
28
28
  <li><span class="target">IRequestResponse</span></li></ul></section><aside class="tsd-sources">
29
29
  <ul>
30
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IRequestResponse.ts#L20">src/IRequestResponse.ts:20</a></li></ul></aside>
30
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IRequestResponse.ts#L20">src/IRequestResponse.ts:20</a></li></ul></aside>
31
31
  <section class="tsd-panel-group tsd-index-group">
32
32
  <section class="tsd-panel tsd-index-panel">
33
33
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -44,12 +44,12 @@
44
44
  <h3 class="tsd-anchor-link"><span>request</span><a href="#request" 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>
45
45
  <div class="tsd-signature"><span class="tsd-kind-property">request</span><span class="tsd-signature-symbol">:</span> <a href="../classes/Request.html" class="tsd-signature-type tsd-kind-class">Request</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">TRequest</span><span class="tsd-signature-symbol">, </span><a href="IAuthTokenData.html" class="tsd-signature-type tsd-kind-interface">IAuthTokenData</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
46
46
  <ul>
47
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IRequestResponse.ts#L21">src/IRequestResponse.ts:21</a></li></ul></aside></section>
47
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IRequestResponse.ts#L21">src/IRequestResponse.ts:21</a></li></ul></aside></section>
48
48
  <section class="tsd-panel tsd-member"><a id="response" class="tsd-anchor"></a>
49
49
  <h3 class="tsd-anchor-link"><span>response</span><a href="#response" 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>
50
50
  <div class="tsd-signature"><span class="tsd-kind-property">response</span><span class="tsd-signature-symbol">:</span> <a href="../classes/Response.html" class="tsd-signature-type tsd-kind-class">Response</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type tsd-kind-type-parameter">TResponse</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">Error</span><span class="tsd-signature-symbol"> | </span><a href="IErrorResponse.html" class="tsd-signature-type tsd-kind-interface">IErrorResponse</a><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
51
51
  <ul>
52
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IRequestResponse.ts#L22">src/IRequestResponse.ts:22</a></li></ul></aside></section></section></div>
52
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IRequestResponse.ts#L22">src/IRequestResponse.ts:22</a></li></ul></aside></section></section></div>
53
53
  <div class="col-sidebar">
54
54
  <div class="page-menu">
55
55
  <div class="tsd-navigation settings">
@@ -110,7 +110,6 @@
110
110
  <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>
111
111
  <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>
112
112
  <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>
113
- <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>
114
113
  <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>
115
114
  <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>
116
115
  <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>
@@ -146,6 +145,9 @@
146
145
  <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>
147
146
  <li><a href="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>
148
147
  <li><a href="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>
148
+ <li><a href="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>
149
+ <li><a href="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>
150
+ <li><a href="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>
149
151
  <li><a href="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>
150
152
  <li><a href="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>
151
153
  <li><a href="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>
@@ -23,7 +23,7 @@
23
23
  <h4 class="tsd-before-signature">Indexable</h4>
24
24
  <div class="tsd-signature"><span class="tsd-signature-symbol">[</span>key: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></div></section><aside class="tsd-sources">
25
25
  <ul>
26
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IServiceHeaders.ts#L17">src/IServiceHeaders.ts:17</a></li></ul></aside></div>
26
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IServiceHeaders.ts#L17">src/IServiceHeaders.ts:17</a></li></ul></aside></div>
27
27
  <div class="col-sidebar">
28
28
  <div class="page-menu">
29
29
  <div class="tsd-navigation settings">
@@ -78,7 +78,6 @@
78
78
  <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>
79
79
  <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>
80
80
  <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>
81
- <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>
82
81
  <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>
83
82
  <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>
84
83
  <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>
@@ -114,6 +113,9 @@
114
113
  <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>
115
114
  <li><a href="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>
116
115
  <li><a href="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>
116
+ <li><a href="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>
117
+ <li><a href="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>
118
+ <li><a href="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>
117
119
  <li><a href="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>
118
120
  <li><a href="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>
119
121
  <li><a href="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>
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">ISetSessionVariableQueryInput</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/SetSessionVariableQuery.ts#L6">src/SetSessionVariableQuery.ts:6</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/SetSessionVariableQuery.ts#L6">src/SetSessionVariableQuery.ts:6</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -37,12 +37,12 @@
37
37
  <h3 class="tsd-anchor-link"><span>name</span><a href="#name" 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>
38
38
  <div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
39
39
  <ul>
40
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/SetSessionVariableQuery.ts#L7">src/SetSessionVariableQuery.ts:7</a></li></ul></aside></section>
40
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/SetSessionVariableQuery.ts#L7">src/SetSessionVariableQuery.ts:7</a></li></ul></aside></section>
41
41
  <section class="tsd-panel tsd-member"><a id="value" class="tsd-anchor"></a>
42
42
  <h3 class="tsd-anchor-link"><span>value</span><a href="#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>
43
43
  <div class="tsd-signature"><span class="tsd-kind-property">value</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div><aside class="tsd-sources">
44
44
  <ul>
45
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/SetSessionVariableQuery.ts#L8">src/SetSessionVariableQuery.ts:8</a></li></ul></aside></section></section></div>
45
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/SetSessionVariableQuery.ts#L8">src/SetSessionVariableQuery.ts:8</a></li></ul></aside></section></section></div>
46
46
  <div class="col-sidebar">
47
47
  <div class="page-menu">
48
48
  <div class="tsd-navigation settings">
@@ -103,7 +103,6 @@
103
103
  <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>
104
104
  <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>
105
105
  <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>
106
- <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>
107
106
  <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>
108
107
  <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>
109
108
  <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>
@@ -139,6 +138,9 @@
139
138
  <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>
140
139
  <li><a href="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>
141
140
  <li><a href="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>
141
+ <li><a href="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>
142
+ <li><a href="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>
143
+ <li><a href="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>
142
144
  <li><a href="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>
143
145
  <li><a href="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>
144
146
  <li><a href="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>
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">ITemporaryTableQueryInput</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/TemporaryTableQuery.ts#L20">src/TemporaryTableQuery.ts:20</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/TemporaryTableQuery.ts#L20">src/TemporaryTableQuery.ts:20</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -37,12 +37,12 @@
37
37
  <h3 class="tsd-anchor-link"><span>select<wbr/>Query</span><a href="#selectQuery" 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>
38
38
  <div class="tsd-signature"><span class="tsd-kind-property">select<wbr/>Query</span><span class="tsd-signature-symbol">:</span> <a href="../classes/Query.html" class="tsd-signature-type tsd-kind-class">Query</a><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">&gt;</span></div><aside class="tsd-sources">
39
39
  <ul>
40
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/TemporaryTableQuery.ts#L22">src/TemporaryTableQuery.ts:22</a></li></ul></aside></section>
40
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/TemporaryTableQuery.ts#L22">src/TemporaryTableQuery.ts:22</a></li></ul></aside></section>
41
41
  <section class="tsd-panel tsd-member"><a id="tableName" class="tsd-anchor"></a>
42
42
  <h3 class="tsd-anchor-link"><span>table<wbr/>Name</span><a href="#tableName" 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>
43
43
  <div class="tsd-signature"><span class="tsd-kind-property">table<wbr/>Name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
44
44
  <ul>
45
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/TemporaryTableQuery.ts#L21">src/TemporaryTableQuery.ts:21</a></li></ul></aside></section></section></div>
45
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/TemporaryTableQuery.ts#L21">src/TemporaryTableQuery.ts:21</a></li></ul></aside></section></section></div>
46
46
  <div class="col-sidebar">
47
47
  <div class="page-menu">
48
48
  <div class="tsd-navigation settings">
@@ -103,7 +103,6 @@
103
103
  <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>
104
104
  <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>
105
105
  <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>
106
- <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>
107
106
  <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>
108
107
  <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>
109
108
  <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>
@@ -139,6 +138,9 @@
139
138
  <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>
140
139
  <li><a href="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>
141
140
  <li><a href="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>
141
+ <li><a href="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>
142
+ <li><a href="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>
143
+ <li><a href="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>
142
144
  <li><a href="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>
143
145
  <li><a href="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>
144
146
  <li><a href="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>
@@ -20,7 +20,7 @@
20
20
  <ul class="tsd-hierarchy">
21
21
  <li><span class="target">IUpdateQueryResult</span></li></ul></section><aside class="tsd-sources">
22
22
  <ul>
23
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IUpdateQueryResult.ts#L17">src/IUpdateQueryResult.ts:17</a></li></ul></aside>
23
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IUpdateQueryResult.ts#L17">src/IUpdateQueryResult.ts:17</a></li></ul></aside>
24
24
  <section class="tsd-panel-group tsd-index-group">
25
25
  <section class="tsd-panel tsd-index-panel">
26
26
  <details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
@@ -37,12 +37,12 @@
37
37
  <h3 class="tsd-anchor-link"><span>affected<wbr/>Rows</span><a href="#affectedRows" 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>
38
38
  <div class="tsd-signature"><span class="tsd-kind-property">affected<wbr/>Rows</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
39
39
  <ul>
40
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IUpdateQueryResult.ts#L18">src/IUpdateQueryResult.ts:18</a></li></ul></aside></section>
40
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IUpdateQueryResult.ts#L18">src/IUpdateQueryResult.ts:18</a></li></ul></aside></section>
41
41
  <section class="tsd-panel tsd-member"><a id="changedRows" class="tsd-anchor"></a>
42
42
  <h3 class="tsd-anchor-link"><span>changed<wbr/>Rows</span><a href="#changedRows" 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>
43
43
  <div class="tsd-signature"><span class="tsd-kind-property">changed<wbr/>Rows</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources">
44
44
  <ul>
45
- <li>Defined in <a href="https://github.com/breautek/storm/blob/b25eae7/src/IUpdateQueryResult.ts#L19">src/IUpdateQueryResult.ts:19</a></li></ul></aside></section></section></div>
45
+ <li>Defined in <a href="https://github.com/breautek/storm/blob/50d4643/src/IUpdateQueryResult.ts#L19">src/IUpdateQueryResult.ts:19</a></li></ul></aside></section></section></div>
46
46
  <div class="col-sidebar">
47
47
  <div class="page-menu">
48
48
  <div class="tsd-navigation settings">
@@ -103,7 +103,6 @@
103
103
  <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>
104
104
  <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>
105
105
  <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>
106
- <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>
107
106
  <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>
108
107
  <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>
109
108
  <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>
@@ -139,6 +138,9 @@
139
138
  <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>
140
139
  <li><a href="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>
141
140
  <li><a href="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>
141
+ <li><a href="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>
142
+ <li><a href="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>
143
+ <li><a href="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>
142
144
  <li><a href="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>
143
145
  <li><a href="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>
144
146
  <li><a href="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>