prostgles-server 4.2.182 → 4.2.183

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 (5693) hide show
  1. package/dist/Auth/AuthTypes.d.ts +47 -45
  2. package/dist/Auth/AuthTypes.d.ts.map +1 -1
  3. package/dist/DboBuilder/DboBuilder.d.ts.map +1 -1
  4. package/dist/DboBuilder/DboBuilder.js +22 -21
  5. package/dist/DboBuilder/DboBuilder.js.map +1 -1
  6. package/dist/DboBuilder/TableHandler/insertTest.d.ts.map +1 -1
  7. package/dist/DboBuilder/TableHandler/insertTest.js +24 -8
  8. package/dist/DboBuilder/TableHandler/insertTest.js.map +1 -1
  9. package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts +0 -1
  10. package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +1 -1
  11. package/dist/DboBuilder/dboBuilderUtils.d.ts +1 -1
  12. package/dist/DboBuilder/dboBuilderUtils.d.ts.map +1 -1
  13. package/dist/DboBuilder/dboBuilderUtils.js +35 -19
  14. package/dist/DboBuilder/dboBuilderUtils.js.map +1 -1
  15. package/dist/DboBuilder/getColumns.d.ts +0 -1
  16. package/dist/DboBuilder/getColumns.d.ts.map +1 -1
  17. package/dist/DboBuilder/getColumns.js.map +1 -1
  18. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts +2 -2
  19. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts.map +1 -1
  20. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.js +55 -38
  21. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.js.map +1 -1
  22. package/dist/FileManager/FileManager.d.ts +20 -19
  23. package/dist/FileManager/FileManager.d.ts.map +1 -1
  24. package/dist/FileManager/FileManager.js +13 -8
  25. package/dist/FileManager/FileManager.js.map +1 -1
  26. package/dist/FileManager/initFileManager.d.ts.map +1 -1
  27. package/dist/FileManager/initFileManager.js +14 -5
  28. package/dist/FileManager/initFileManager.js.map +1 -1
  29. package/dist/Prostgles.d.ts.map +1 -1
  30. package/dist/Prostgles.js +2 -5
  31. package/dist/Prostgles.js.map +1 -1
  32. package/dist/ProstglesTypes.d.ts +143 -81
  33. package/dist/ProstglesTypes.d.ts.map +1 -1
  34. package/dist/ProstglesTypes.js.map +1 -1
  35. package/dist/PubSubManager/PubSubManager.d.ts +3 -8
  36. package/dist/PubSubManager/PubSubManager.d.ts.map +1 -1
  37. package/dist/PubSubManager/PubSubManager.js +46 -44
  38. package/dist/PubSubManager/PubSubManager.js.map +1 -1
  39. package/dist/PublishParser/publishTypesAndUtils.d.ts +2 -2
  40. package/dist/PublishParser/publishTypesAndUtils.d.ts.map +1 -1
  41. package/dist/PublishParser/publishTypesAndUtils.js +51 -14
  42. package/dist/PublishParser/publishTypesAndUtils.js.map +1 -1
  43. package/dist/RestApi.d.ts +6 -0
  44. package/dist/RestApi.d.ts.map +1 -1
  45. package/dist/RestApi.js +30 -7
  46. package/dist/RestApi.js.map +1 -1
  47. package/dist/initProstgles.d.ts +1 -1
  48. package/dist/initProstgles.d.ts.map +1 -1
  49. package/examples/full-example-typescript/DBoGenerated.ts +1 -67
  50. package/examples/full-example-typescript/index.ts +8 -6
  51. package/examples/full-example-typescript/node_modules/.package-lock.json +3122 -0
  52. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +118 -0
  53. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  54. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  55. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +10 -0
  56. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
  57. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  58. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
  59. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
  60. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  61. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
  62. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
  63. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  64. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
  65. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
  66. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  67. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
  68. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
  69. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  70. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  71. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  72. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  73. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  74. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  75. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  76. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  77. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  78. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  79. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
  80. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  81. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  82. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
  83. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  84. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  85. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  86. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  87. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  88. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  89. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  90. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  91. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  92. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  93. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  94. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  95. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  96. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  97. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  98. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  99. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  100. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  101. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  102. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  103. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  104. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  105. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  106. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  107. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  108. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  109. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  110. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  111. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  112. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  113. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  114. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  115. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  116. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  117. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  118. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  119. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  120. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  121. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  122. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  123. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  124. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  125. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  126. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  127. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  128. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +30 -0
  129. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/index.ts +2 -0
  130. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  131. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  132. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/tsconfig.json +10 -0
  133. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  134. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -0
  135. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  136. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  137. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +17 -0
  138. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
  139. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  140. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
  141. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
  142. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  143. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
  144. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
  145. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  146. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
  147. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
  148. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  149. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
  150. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
  151. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  152. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  153. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  154. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  155. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  156. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  157. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
  158. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  159. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  160. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  161. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  162. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  163. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  164. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  165. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  166. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  167. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/package.json +32 -0
  168. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  169. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  170. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  171. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  172. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  173. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/tsconfig.json +10 -0
  174. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  175. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +66 -0
  176. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  177. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  178. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +1 -0
  179. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  180. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  181. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
  182. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  183. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  184. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  185. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  186. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  187. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  188. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  189. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  190. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/package.json +28 -0
  191. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  192. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  193. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +10 -0
  194. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  195. package/examples/full-example-typescript/node_modules/@aws-crypto/util/CHANGELOG.md +71 -0
  196. package/examples/full-example-typescript/node_modules/@aws-crypto/util/LICENSE +201 -0
  197. package/examples/full-example-typescript/node_modules/@aws-crypto/util/README.md +16 -0
  198. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +2 -0
  199. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  200. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  201. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
  202. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.js +14 -0
  203. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  204. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  205. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
  206. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  207. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
  208. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
  209. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  210. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
  211. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
  212. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  213. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  214. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  215. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  216. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  217. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  218. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  219. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  220. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  221. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  222. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  223. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  224. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  225. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  226. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  227. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  228. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  229. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  230. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  231. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  232. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  233. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  234. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  235. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  236. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  237. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  238. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  239. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  240. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  241. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  242. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  243. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  244. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  245. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  246. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  247. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  248. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  249. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  250. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  251. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  252. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  253. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  254. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  255. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  256. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  257. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  258. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  259. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  260. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  261. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  262. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  263. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  264. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  265. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  266. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  267. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  268. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  269. package/examples/full-example-typescript/node_modules/@aws-crypto/util/package.json +32 -0
  270. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  271. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/index.ts +7 -0
  272. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  273. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  274. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  275. package/examples/full-example-typescript/node_modules/@aws-crypto/util/tsconfig.json +9 -0
  276. package/examples/full-example-typescript/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  277. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/LICENSE +201 -0
  278. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/README.md +807 -0
  279. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  280. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/endpoint/endpointResolver.js +18 -0
  281. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/endpoint/ruleset.js +7 -0
  282. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +7578 -0
  283. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.browser.js +39 -0
  284. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.js +50 -0
  285. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.native.js +15 -0
  286. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.shared.js +34 -0
  287. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/SES.js +149 -0
  288. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/SESClient.js +46 -0
  289. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  290. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  291. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CloneReceiptRuleSetCommand.js +22 -0
  292. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetCommand.js +22 -0
  293. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +22 -0
  294. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +22 -0
  295. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +22 -0
  296. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptFilterCommand.js +22 -0
  297. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptRuleCommand.js +22 -0
  298. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptRuleSetCommand.js +22 -0
  299. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateTemplateCommand.js +22 -0
  300. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetCommand.js +22 -0
  301. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +22 -0
  302. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +22 -0
  303. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +22 -0
  304. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteIdentityCommand.js +22 -0
  305. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteIdentityPolicyCommand.js +22 -0
  306. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptFilterCommand.js +22 -0
  307. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptRuleCommand.js +22 -0
  308. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptRuleSetCommand.js +22 -0
  309. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteTemplateCommand.js +22 -0
  310. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +22 -0
  311. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +22 -0
  312. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeConfigurationSetCommand.js +22 -0
  313. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeReceiptRuleCommand.js +22 -0
  314. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeReceiptRuleSetCommand.js +22 -0
  315. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetAccountSendingEnabledCommand.js +22 -0
  316. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +22 -0
  317. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityDkimAttributesCommand.js +22 -0
  318. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +22 -0
  319. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityNotificationAttributesCommand.js +22 -0
  320. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityPoliciesCommand.js +22 -0
  321. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityVerificationAttributesCommand.js +22 -0
  322. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetSendQuotaCommand.js +22 -0
  323. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetSendStatisticsCommand.js +22 -0
  324. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetTemplateCommand.js +22 -0
  325. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListConfigurationSetsCommand.js +22 -0
  326. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +22 -0
  327. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListIdentitiesCommand.js +22 -0
  328. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListIdentityPoliciesCommand.js +22 -0
  329. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListReceiptFiltersCommand.js +22 -0
  330. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListReceiptRuleSetsCommand.js +22 -0
  331. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListTemplatesCommand.js +22 -0
  332. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListVerifiedEmailAddressesCommand.js +22 -0
  333. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +22 -0
  334. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/PutIdentityPolicyCommand.js +22 -0
  335. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ReorderReceiptRuleSetCommand.js +22 -0
  336. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendBounceCommand.js +22 -0
  337. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendBulkTemplatedEmailCommand.js +22 -0
  338. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendCustomVerificationEmailCommand.js +22 -0
  339. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendEmailCommand.js +22 -0
  340. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendRawEmailCommand.js +22 -0
  341. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendTemplatedEmailCommand.js +22 -0
  342. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetActiveReceiptRuleSetCommand.js +22 -0
  343. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityDkimEnabledCommand.js +22 -0
  344. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +22 -0
  345. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +22 -0
  346. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityMailFromDomainCommand.js +22 -0
  347. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityNotificationTopicCommand.js +22 -0
  348. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetReceiptRulePositionCommand.js +22 -0
  349. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/TestRenderTemplateCommand.js +22 -0
  350. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateAccountSendingEnabledCommand.js +22 -0
  351. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +22 -0
  352. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +22 -0
  353. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +22 -0
  354. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +22 -0
  355. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +22 -0
  356. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateReceiptRuleCommand.js +22 -0
  357. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateTemplateCommand.js +22 -0
  358. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyDomainDkimCommand.js +22 -0
  359. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyDomainIdentityCommand.js +22 -0
  360. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyEmailAddressCommand.js +22 -0
  361. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyEmailIdentityCommand.js +22 -0
  362. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/index.js +71 -0
  363. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/EndpointParameters.js +14 -0
  364. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/endpointResolver.js +14 -0
  365. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/ruleset.js +4 -0
  366. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/extensionConfiguration.js +1 -0
  367. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/index.js +7 -0
  368. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/SESServiceException.js +8 -0
  369. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/index.js +1 -0
  370. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/models_0.js +535 -0
  371. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/Interfaces.js +1 -0
  372. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +4 -0
  373. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/ListIdentitiesPaginator.js +4 -0
  374. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/index.js +3 -0
  375. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/protocols/Aws_query.js +5325 -0
  376. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.browser.js +34 -0
  377. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.js +45 -0
  378. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.native.js +11 -0
  379. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.shared.js +30 -0
  380. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeExtensions.js +21 -0
  381. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/waiters/index.js +1 -0
  382. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/waiters/waitForIdentityExists.js +38 -0
  383. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts +553 -0
  384. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts +273 -0
  385. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  386. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  387. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +97 -0
  388. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts +88 -0
  389. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +125 -0
  390. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +96 -0
  391. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +94 -0
  392. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts +103 -0
  393. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts +183 -0
  394. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +90 -0
  395. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts +89 -0
  396. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts +75 -0
  397. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +80 -0
  398. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +84 -0
  399. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +73 -0
  400. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts +82 -0
  401. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +93 -0
  402. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts +83 -0
  403. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts +88 -0
  404. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +90 -0
  405. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts +70 -0
  406. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +81 -0
  407. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +162 -0
  408. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts +118 -0
  409. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts +162 -0
  410. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +169 -0
  411. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +84 -0
  412. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +85 -0
  413. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +137 -0
  414. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +106 -0
  415. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +116 -0
  416. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts +108 -0
  417. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +116 -0
  418. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts +88 -0
  419. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts +116 -0
  420. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts +82 -0
  421. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts +87 -0
  422. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +86 -0
  423. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts +109 -0
  424. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts +102 -0
  425. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts +103 -0
  426. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +105 -0
  427. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts +80 -0
  428. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +89 -0
  429. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +78 -0
  430. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts +98 -0
  431. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +100 -0
  432. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts +118 -0
  433. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +182 -0
  434. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +99 -0
  435. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts +220 -0
  436. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts +231 -0
  437. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts +171 -0
  438. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +90 -0
  439. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +95 -0
  440. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +92 -0
  441. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +89 -0
  442. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +92 -0
  443. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +92 -0
  444. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts +93 -0
  445. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts +87 -0
  446. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +85 -0
  447. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +121 -0
  448. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +89 -0
  449. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +90 -0
  450. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +95 -0
  451. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +89 -0
  452. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts +178 -0
  453. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts +85 -0
  454. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts +131 -0
  455. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts +92 -0
  456. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts +81 -0
  457. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts +83 -0
  458. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts +71 -0
  459. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  460. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/endpointResolver.d.ts +5 -0
  461. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/ruleset.d.ts +2 -0
  462. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/extensionConfiguration.d.ts +9 -0
  463. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +48 -0
  464. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts +14 -0
  465. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/index.d.ts +1 -0
  466. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts +4660 -0
  467. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts +8 -0
  468. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +7 -0
  469. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts +7 -0
  470. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts +3 -0
  471. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/protocols/Aws_query.d.ts +641 -0
  472. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +48 -0
  473. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +48 -0
  474. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +47 -0
  475. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.shared.d.ts +21 -0
  476. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeExtensions.d.ts +17 -0
  477. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SES.d.ts +1339 -0
  478. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +541 -0
  479. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  480. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
  481. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +51 -0
  482. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +51 -0
  483. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +51 -0
  484. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  485. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  486. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +51 -0
  487. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +51 -0
  488. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +51 -0
  489. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +50 -0
  490. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +51 -0
  491. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +51 -0
  492. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  493. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +47 -0
  494. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +50 -0
  495. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +51 -0
  496. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +51 -0
  497. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +51 -0
  498. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +51 -0
  499. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +50 -0
  500. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +47 -0
  501. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +51 -0
  502. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +51 -0
  503. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +51 -0
  504. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +51 -0
  505. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +47 -0
  506. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +51 -0
  507. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +51 -0
  508. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +51 -0
  509. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +51 -0
  510. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +51 -0
  511. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +51 -0
  512. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +47 -0
  513. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +47 -0
  514. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
  515. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +51 -0
  516. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +51 -0
  517. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +50 -0
  518. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +51 -0
  519. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +51 -0
  520. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +51 -0
  521. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +50 -0
  522. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +47 -0
  523. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +51 -0
  524. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +51 -0
  525. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +51 -0
  526. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBounceCommand.d.ts +47 -0
  527. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +51 -0
  528. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +51 -0
  529. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendEmailCommand.d.ts +47 -0
  530. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +47 -0
  531. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +51 -0
  532. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +51 -0
  533. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +51 -0
  534. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +51 -0
  535. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +51 -0
  536. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +51 -0
  537. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +51 -0
  538. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +51 -0
  539. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +51 -0
  540. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +47 -0
  541. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +51 -0
  542. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +47 -0
  543. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +47 -0
  544. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +51 -0
  545. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +47 -0
  546. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +51 -0
  547. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +50 -0
  548. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +50 -0
  549. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +51 -0
  550. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +46 -0
  551. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +51 -0
  552. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/index.d.ts +71 -0
  553. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  554. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  555. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  556. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  557. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/index.d.ts +10 -0
  558. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/SESServiceException.d.ts +9 -0
  559. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/index.d.ts +1 -0
  560. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/models_0.d.ts +1100 -0
  561. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  562. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +11 -0
  563. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +11 -0
  564. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/index.d.ts +3 -0
  565. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/protocols/Aws_query.d.ts +857 -0
  566. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
  567. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +94 -0
  568. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +87 -0
  569. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  570. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  571. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/index.d.ts +1 -0
  572. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +11 -0
  573. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.d.ts +1 -0
  574. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts +14 -0
  575. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/package.json +102 -0
  576. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  577. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/README.md +252 -0
  578. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
  579. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +18 -0
  580. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
  581. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +611 -0
  582. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
  583. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +48 -0
  584. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
  585. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +40 -0
  586. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
  587. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +46 -0
  588. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  589. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
  590. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +23 -0
  591. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +23 -0
  592. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +23 -0
  593. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +23 -0
  594. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
  595. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +14 -0
  596. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +14 -0
  597. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
  598. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
  599. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
  600. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
  601. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
  602. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
  603. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
  604. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +4 -0
  605. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -0
  606. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
  607. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +210 -0
  608. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
  609. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +43 -0
  610. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
  611. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +36 -0
  612. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +21 -0
  613. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
  614. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +182 -0
  615. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  616. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  617. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +94 -0
  618. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +95 -0
  619. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +97 -0
  620. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +94 -0
  621. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
  622. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  623. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
  624. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
  625. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +9 -0
  626. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +29 -0
  627. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +14 -0
  628. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
  629. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
  630. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
  631. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
  632. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
  633. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
  634. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  635. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +55 -0
  636. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +55 -0
  637. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +54 -0
  638. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
  639. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  640. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
  641. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +137 -0
  642. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  643. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
  644. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +51 -0
  645. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +50 -0
  646. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
  647. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +41 -0
  648. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
  649. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  650. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  651. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  652. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  653. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +9 -0
  654. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +9 -0
  655. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
  656. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
  657. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  658. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
  659. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
  660. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
  661. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  662. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +115 -0
  663. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +112 -0
  664. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +109 -0
  665. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
  666. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  667. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/package.json +98 -0
  668. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
  669. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
  670. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +64 -0
  671. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +18 -0
  672. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
  673. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1052 -0
  674. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
  675. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +50 -0
  676. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
  677. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +40 -0
  678. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
  679. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +46 -0
  680. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  681. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +58 -0
  682. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +23 -0
  683. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +23 -0
  684. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +23 -0
  685. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +23 -0
  686. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
  687. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
  688. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +14 -0
  689. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
  690. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
  691. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
  692. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
  693. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
  694. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +233 -0
  695. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +427 -0
  696. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
  697. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +45 -0
  698. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
  699. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +36 -0
  700. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +21 -0
  701. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
  702. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +210 -0
  703. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  704. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  705. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +175 -0
  706. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +257 -0
  707. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +143 -0
  708. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +123 -0
  709. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
  710. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
  711. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
  712. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
  713. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +9 -0
  714. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +50 -0
  715. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +14 -0
  716. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
  717. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +795 -0
  718. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  719. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +56 -0
  720. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +56 -0
  721. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +55 -0
  722. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +32 -0
  723. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
  724. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
  725. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +142 -0
  726. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  727. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  728. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +47 -0
  729. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +51 -0
  730. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +50 -0
  731. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +51 -0
  732. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
  733. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  734. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  735. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  736. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  737. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +8 -0
  738. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +9 -0
  739. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
  740. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +216 -0
  741. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  742. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +118 -0
  743. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +119 -0
  744. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +112 -0
  745. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
  746. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  747. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/package.json +102 -0
  748. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/LICENSE +201 -0
  749. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/README.md +281 -0
  750. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +50 -0
  751. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +43 -0
  752. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +67 -0
  753. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +20 -0
  754. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +18 -0
  755. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +7 -0
  756. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1535 -0
  757. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +39 -0
  758. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +64 -0
  759. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
  760. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +40 -0
  761. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +25 -0
  762. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/STS.js +25 -0
  763. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +46 -0
  764. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  765. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +60 -0
  766. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +23 -0
  767. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +23 -0
  768. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  769. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +23 -0
  770. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +22 -0
  771. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +22 -0
  772. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +22 -0
  773. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +23 -0
  774. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +23 -0
  775. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +9 -0
  776. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
  777. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +93 -0
  778. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +16 -0
  779. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +14 -0
  780. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +4 -0
  781. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +1 -0
  782. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
  783. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +8 -0
  784. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
  785. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +134 -0
  786. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +938 -0
  787. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +34 -0
  788. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +59 -0
  789. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
  790. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +36 -0
  791. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +21 -0
  792. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +78 -0
  793. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +181 -0
  794. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  795. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +71 -0
  796. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +269 -0
  797. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +294 -0
  798. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +288 -0
  799. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +129 -0
  800. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +127 -0
  801. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +87 -0
  802. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +128 -0
  803. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +242 -0
  804. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +166 -0
  805. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +9 -0
  806. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +23 -0
  807. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +43 -0
  808. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +46 -0
  809. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
  810. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
  811. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +9 -0
  812. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +17 -0
  813. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +14 -0
  814. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
  815. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1327 -0
  816. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +83 -0
  817. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +57 -0
  818. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +55 -0
  819. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +56 -0
  820. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +32 -0
  821. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  822. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +160 -0
  823. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +169 -0
  824. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  825. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +54 -0
  826. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +47 -0
  827. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +51 -0
  828. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  829. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +47 -0
  830. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +51 -0
  831. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +50 -0
  832. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +51 -0
  833. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +51 -0
  834. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +50 -0
  835. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +9 -0
  836. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +19 -0
  837. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +33 -0
  838. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +57 -0
  839. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  840. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  841. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  842. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +9 -0
  843. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +9 -0
  844. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
  845. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +218 -0
  846. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +113 -0
  847. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +124 -0
  848. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +114 -0
  849. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +118 -0
  850. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +51 -0
  851. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  852. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/package.json +102 -0
  853. package/examples/full-example-typescript/node_modules/@aws-sdk/core/README.md +39 -0
  854. package/examples/full-example-typescript/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
  855. package/examples/full-example-typescript/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
  856. package/examples/full-example-typescript/node_modules/@aws-sdk/core/client.d.ts +7 -0
  857. package/examples/full-example-typescript/node_modules/@aws-sdk/core/client.js +5 -0
  858. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -0
  859. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
  860. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
  861. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +303 -0
  862. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +228 -0
  863. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
  864. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  865. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  866. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  867. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  868. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
  869. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +3 -0
  870. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  871. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  872. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
  873. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
  874. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +4 -0
  875. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
  876. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +87 -0
  877. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  878. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
  879. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  880. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  881. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
  882. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  883. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
  884. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
  885. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
  886. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
  887. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
  888. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
  889. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
  890. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
  891. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
  892. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  893. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  894. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
  895. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +3 -0
  896. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  897. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  898. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  899. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
  900. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -0
  901. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
  902. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
  903. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  904. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  905. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  906. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  907. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  908. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  909. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
  910. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
  911. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
  912. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
  913. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  914. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
  915. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
  916. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  917. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  918. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  919. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  920. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
  921. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +3 -0
  922. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  923. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  924. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  925. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
  926. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +8 -0
  927. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
  928. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
  929. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  930. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  931. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  932. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  933. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  934. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  935. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
  936. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
  937. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  938. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
  939. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  940. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  941. package/examples/full-example-typescript/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
  942. package/examples/full-example-typescript/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  943. package/examples/full-example-typescript/node_modules/@aws-sdk/core/package.json +119 -0
  944. package/examples/full-example-typescript/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
  945. package/examples/full-example-typescript/node_modules/@aws-sdk/core/protocols.js +5 -0
  946. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  947. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  948. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +77 -0
  949. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +30 -0
  950. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
  951. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +36 -0
  952. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
  953. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +12 -0
  954. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
  955. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/package.json +62 -0
  956. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  957. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  958. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +31 -0
  959. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +68 -0
  960. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  961. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +54 -0
  962. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  963. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  964. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  965. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  966. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  967. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +63 -0
  968. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  969. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +49 -0
  970. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  971. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  972. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  973. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +9 -0
  974. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  975. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  976. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  977. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  978. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  979. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  980. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  981. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -0
  982. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  983. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  984. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  985. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +8 -0
  986. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  987. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  988. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  989. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/package.json +69 -0
  990. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  991. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  992. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +265 -0
  993. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +7 -0
  994. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
  995. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +77 -0
  996. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +30 -0
  997. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
  998. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
  999. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +23 -0
  1000. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +18 -0
  1001. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -0
  1002. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +49 -0
  1003. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
  1004. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +47 -0
  1005. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
  1006. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
  1007. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
  1008. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +12 -0
  1009. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
  1010. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
  1011. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +26 -0
  1012. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
  1013. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +26 -0
  1014. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
  1015. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
  1016. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +9 -0
  1017. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +9 -0
  1018. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
  1019. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
  1020. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/package.json +72 -0
  1021. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  1022. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
  1023. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +154 -0
  1024. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +62 -0
  1025. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
  1026. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
  1027. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +58 -0
  1028. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
  1029. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
  1030. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +25 -0
  1031. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
  1032. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
  1033. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/package.json +70 -0
  1034. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  1035. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  1036. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +110 -0
  1037. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
  1038. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +7 -0
  1039. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +30 -0
  1040. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
  1041. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +35 -0
  1042. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +12 -0
  1043. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +15 -0
  1044. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
  1045. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
  1046. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
  1047. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +9 -0
  1048. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +9 -0
  1049. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +7 -0
  1050. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
  1051. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +6 -0
  1052. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/package.json +63 -0
  1053. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  1054. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  1055. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +245 -0
  1056. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +71 -0
  1057. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
  1058. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
  1059. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
  1060. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +84 -0
  1061. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
  1062. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
  1063. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
  1064. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
  1065. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
  1066. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
  1067. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
  1068. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +20 -0
  1069. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
  1070. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
  1071. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
  1072. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +14 -0
  1073. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
  1074. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +6 -0
  1075. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
  1076. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +6 -0
  1077. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/package.json +65 -0
  1078. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  1079. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  1080. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +32 -0
  1081. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +49 -0
  1082. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +28 -0
  1083. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +28 -0
  1084. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +22 -0
  1085. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
  1086. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +18 -0
  1087. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
  1088. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
  1089. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +16 -0
  1090. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +40 -0
  1091. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
  1092. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
  1093. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  1094. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  1095. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +71 -0
  1096. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
  1097. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +20 -0
  1098. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
  1099. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/package.json +57 -0
  1100. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  1101. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  1102. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +80 -0
  1103. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
  1104. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
  1105. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
  1106. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
  1107. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
  1108. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
  1109. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/package.json +58 -0
  1110. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  1111. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  1112. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +68 -0
  1113. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +34 -0
  1114. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +18 -0
  1115. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -0
  1116. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/package.json +57 -0
  1117. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  1118. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  1119. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +231 -0
  1120. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  1121. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -0
  1122. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
  1123. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  1124. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
  1125. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +82 -0
  1126. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  1127. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -0
  1128. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
  1129. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  1130. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
  1131. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  1132. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -0
  1133. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
  1134. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  1135. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
  1136. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +21 -0
  1137. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
  1138. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/package.json +61 -0
  1139. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
  1140. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  1141. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +116 -0
  1142. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  1143. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  1144. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  1145. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  1146. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  1147. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  1148. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  1149. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  1150. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  1151. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  1152. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  1153. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  1154. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  1155. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  1156. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  1157. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  1158. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  1159. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  1160. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  1161. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  1162. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  1163. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/package.json +59 -0
  1164. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  1165. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/README.md +53 -0
  1166. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +210 -0
  1167. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  1168. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +79 -0
  1169. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  1170. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  1171. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +8 -0
  1172. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
  1173. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  1174. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  1175. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  1176. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  1177. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  1178. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  1179. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
  1180. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +7 -0
  1181. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
  1182. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
  1183. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  1184. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  1185. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +11 -0
  1186. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  1187. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +7 -0
  1188. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -0
  1189. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
  1190. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  1191. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  1192. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  1193. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  1194. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  1195. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  1196. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  1197. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/package.json +69 -0
  1198. package/examples/full-example-typescript/node_modules/@aws-sdk/types/LICENSE +201 -0
  1199. package/examples/full-example-typescript/node_modules/@aws-sdk/types/README.md +4 -0
  1200. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-cjs/index.js +295 -0
  1201. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  1202. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  1203. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1204. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  1205. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  1206. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  1207. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  1208. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  1209. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  1210. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  1211. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1212. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  1213. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  1214. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  1215. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  1216. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  1217. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  1218. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  1219. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  1220. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  1221. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  1222. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  1223. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/index.js +33 -0
  1224. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  1225. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  1226. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  1227. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  1228. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  1229. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  1230. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  1231. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  1232. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  1233. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  1234. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  1235. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  1236. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  1237. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1238. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  1239. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  1240. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  1241. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  1242. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  1243. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  1244. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  1245. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  1246. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  1247. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
  1248. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  1249. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  1250. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  1251. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  1252. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  1253. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  1254. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +59 -0
  1255. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  1256. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  1257. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
  1258. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  1259. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  1260. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
  1261. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  1262. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/index.d.ts +33 -0
  1263. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  1264. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
  1265. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  1266. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  1267. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  1268. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  1269. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  1270. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  1271. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  1272. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  1273. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  1274. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  1275. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  1276. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  1277. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  1278. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  1279. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  1280. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  1281. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  1282. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  1283. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
  1284. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  1285. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  1286. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  1287. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  1288. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  1289. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  1290. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +54 -0
  1291. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  1292. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  1293. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +9 -0
  1294. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  1295. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  1296. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
  1297. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  1298. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +33 -0
  1299. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  1300. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
  1301. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  1302. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  1303. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  1304. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  1305. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  1306. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  1307. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  1308. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  1309. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  1310. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  1311. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  1312. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  1313. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  1314. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  1315. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  1316. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  1317. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  1318. package/examples/full-example-typescript/node_modules/@aws-sdk/types/package.json +56 -0
  1319. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  1320. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  1321. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +417 -0
  1322. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +223 -0
  1323. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  1324. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
  1325. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  1326. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  1327. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  1328. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  1329. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +223 -0
  1330. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  1331. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  1332. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  1333. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  1334. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  1335. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  1336. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  1337. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  1338. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  1339. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  1340. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
  1341. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  1342. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  1343. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  1344. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  1345. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  1346. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  1347. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  1348. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
  1349. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  1350. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  1351. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  1352. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  1353. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  1354. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  1355. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  1356. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  1357. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  1358. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  1359. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  1360. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  1361. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  1362. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  1363. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  1364. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  1365. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  1366. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  1367. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  1368. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  1369. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/package.json +58 -0
  1370. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  1371. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  1372. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +42 -0
  1373. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
  1374. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
  1375. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
  1376. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/package.json +53 -0
  1377. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  1378. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
  1379. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
  1380. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +27 -0
  1381. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -0
  1382. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
  1383. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +22 -0
  1384. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -0
  1385. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
  1386. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +17 -0
  1387. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +17 -0
  1388. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
  1389. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +17 -0
  1390. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
  1391. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/package.json +54 -0
  1392. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  1393. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  1394. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +103 -0
  1395. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
  1396. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  1397. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -0
  1398. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
  1399. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
  1400. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
  1401. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
  1402. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -0
  1403. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
  1404. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  1405. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
  1406. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  1407. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -0
  1408. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
  1409. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  1410. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/package.json +65 -0
  1411. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/LICENSE +201 -0
  1412. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/README.md +4 -0
  1413. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
  1414. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
  1415. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -0
  1416. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
  1417. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  1418. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  1419. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  1420. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  1421. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  1422. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  1423. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  1424. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  1425. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/package.json +62 -0
  1426. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/LICENSE +201 -0
  1427. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/README.md +10 -0
  1428. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -0
  1429. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -0
  1430. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -0
  1431. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -0
  1432. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -0
  1433. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -0
  1434. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -0
  1435. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -0
  1436. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
  1437. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -0
  1438. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
  1439. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
  1440. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -0
  1441. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -0
  1442. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -0
  1443. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -0
  1444. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -0
  1445. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -0
  1446. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -0
  1447. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -0
  1448. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -0
  1449. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -0
  1450. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
  1451. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
  1452. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
  1453. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
  1454. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
  1455. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
  1456. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
  1457. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
  1458. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  1459. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
  1460. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  1461. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  1462. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
  1463. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
  1464. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
  1465. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
  1466. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
  1467. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
  1468. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
  1469. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
  1470. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
  1471. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
  1472. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  1473. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  1474. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
  1475. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  1476. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  1477. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1478. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
  1479. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  1480. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  1481. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  1482. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  1483. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
  1484. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
  1485. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
  1486. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
  1487. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
  1488. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
  1489. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
  1490. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
  1491. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
  1492. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  1493. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
  1494. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  1495. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  1496. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
  1497. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
  1498. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
  1499. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1500. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
  1501. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
  1502. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
  1503. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
  1504. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
  1505. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
  1506. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
  1507. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
  1508. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
  1509. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
  1510. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
  1511. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
  1512. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
  1513. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
  1514. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
  1515. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
  1516. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/package.json +64 -0
  1517. package/examples/full-example-typescript/node_modules/@smithy/core/LICENSE +201 -0
  1518. package/examples/full-example-typescript/node_modules/@smithy/core/README.md +45 -0
  1519. package/examples/full-example-typescript/node_modules/@smithy/core/cbor.d.ts +7 -0
  1520. package/examples/full-example-typescript/node_modules/@smithy/core/cbor.js +6 -0
  1521. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
  1522. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/index.js +416 -0
  1523. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
  1524. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
  1525. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
  1526. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
  1527. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
  1528. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
  1529. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
  1530. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
  1531. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
  1532. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
  1533. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/setFeature.js +1 -0
  1534. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +732 -0
  1535. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
  1536. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
  1537. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
  1538. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
  1539. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
  1540. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
  1541. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
  1542. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
  1543. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
  1544. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/index.js +8 -0
  1545. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
  1546. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
  1547. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
  1548. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
  1549. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
  1550. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
  1551. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
  1552. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
  1553. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +38 -0
  1554. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -0
  1555. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  1556. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
  1557. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
  1558. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
  1559. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
  1560. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
  1561. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
  1562. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  1563. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  1564. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  1565. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  1566. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  1567. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
  1568. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
  1569. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
  1570. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
  1571. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
  1572. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
  1573. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
  1574. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
  1575. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
  1576. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1577. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1578. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  1579. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
  1580. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1581. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1582. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
  1583. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
  1584. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
  1585. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +5 -0
  1586. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  1587. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
  1588. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
  1589. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +63 -0
  1590. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
  1591. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
  1592. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
  1593. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  1594. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1595. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  1596. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  1597. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  1598. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  1599. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +8 -0
  1600. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1601. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1602. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  1603. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
  1604. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1605. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1606. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
  1607. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  1608. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
  1609. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +5 -0
  1610. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  1611. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
  1612. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
  1613. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
  1614. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
  1615. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
  1616. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
  1617. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  1618. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1619. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  1620. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  1621. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  1622. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1623. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1624. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1625. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1626. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1627. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
  1628. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  1629. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1630. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1631. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1632. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1633. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1634. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
  1635. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  1636. package/examples/full-example-typescript/node_modules/@smithy/core/package.json +103 -0
  1637. package/examples/full-example-typescript/node_modules/@smithy/core/protocols.d.ts +7 -0
  1638. package/examples/full-example-typescript/node_modules/@smithy/core/protocols.js +6 -0
  1639. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
  1640. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/README.md +11 -0
  1641. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -0
  1642. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -0
  1643. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -0
  1644. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -0
  1645. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -0
  1646. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -0
  1647. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -0
  1648. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +446 -0
  1649. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -0
  1650. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -0
  1651. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -0
  1652. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -0
  1653. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -0
  1654. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -0
  1655. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -0
  1656. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -0
  1657. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -0
  1658. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
  1659. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
  1660. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
  1661. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
  1662. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
  1663. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +77 -0
  1664. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +134 -0
  1665. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
  1666. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +13 -0
  1667. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
  1668. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
  1669. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
  1670. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
  1671. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
  1672. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
  1673. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
  1674. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
  1675. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
  1676. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
  1677. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
  1678. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
  1679. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  1680. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
  1681. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
  1682. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
  1683. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -0
  1684. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
  1685. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +8 -0
  1686. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
  1687. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
  1688. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
  1689. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
  1690. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
  1691. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
  1692. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  1693. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
  1694. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
  1695. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
  1696. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
  1697. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
  1698. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +7 -0
  1699. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
  1700. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
  1701. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
  1702. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  1703. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  1704. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
  1705. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
  1706. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  1707. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  1708. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
  1709. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/package.json +69 -0
  1710. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  1711. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/README.md +11 -0
  1712. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  1713. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
  1714. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +237 -0
  1715. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
  1716. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
  1717. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  1718. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +139 -0
  1719. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  1720. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  1721. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +27 -0
  1722. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  1723. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +39 -0
  1724. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  1725. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  1726. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  1727. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  1728. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +39 -0
  1729. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  1730. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  1731. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  1732. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/package.json +65 -0
  1733. package/examples/full-example-typescript/node_modules/@smithy/hash-node/LICENSE +201 -0
  1734. package/examples/full-example-typescript/node_modules/@smithy/hash-node/README.md +10 -0
  1735. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-cjs/index.js +66 -0
  1736. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
  1737. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
  1738. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
  1739. package/examples/full-example-typescript/node_modules/@smithy/hash-node/package.json +64 -0
  1740. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
  1741. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/README.md +10 -0
  1742. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +41 -0
  1743. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -0
  1744. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -0
  1745. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
  1746. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
  1747. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
  1748. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
  1749. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
  1750. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
  1751. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
  1752. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
  1753. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
  1754. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/package.json +57 -0
  1755. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  1756. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/README.md +10 -0
  1757. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  1758. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  1759. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  1760. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  1761. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/package.json +59 -0
  1762. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
  1763. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/README.md +4 -0
  1764. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +71 -0
  1765. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
  1766. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
  1767. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
  1768. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/package.json +63 -0
  1769. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
  1770. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/README.md +10 -0
  1771. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -0
  1772. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
  1773. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  1774. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -0
  1775. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  1776. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -0
  1777. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -0
  1778. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -0
  1779. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -0
  1780. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +279 -0
  1781. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -0
  1782. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -0
  1783. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -0
  1784. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -0
  1785. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +39 -0
  1786. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
  1787. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
  1788. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +51 -0
  1789. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
  1790. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
  1791. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
  1792. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
  1793. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
  1794. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
  1795. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +25 -0
  1796. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
  1797. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
  1798. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
  1799. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
  1800. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  1801. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
  1802. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
  1803. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
  1804. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
  1805. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
  1806. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
  1807. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
  1808. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
  1809. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +104 -0
  1810. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
  1811. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
  1812. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
  1813. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  1814. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -0
  1815. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
  1816. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
  1817. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
  1818. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
  1819. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
  1820. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
  1821. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
  1822. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +104 -0
  1823. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
  1824. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
  1825. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
  1826. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
  1827. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/package.json +74 -0
  1828. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/LICENSE +201 -0
  1829. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/README.md +11 -0
  1830. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  1831. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  1832. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -0
  1833. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -0
  1834. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -0
  1835. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/index.js +425 -0
  1836. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  1837. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  1838. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -0
  1839. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -0
  1840. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -0
  1841. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -0
  1842. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -0
  1843. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
  1844. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
  1845. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
  1846. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
  1847. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
  1848. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
  1849. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  1850. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  1851. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
  1852. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
  1853. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
  1854. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
  1855. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
  1856. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
  1857. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
  1858. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +45 -0
  1859. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
  1860. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
  1861. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
  1862. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1863. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1864. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
  1865. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +5 -0
  1866. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
  1867. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
  1868. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
  1869. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +45 -0
  1870. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
  1871. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
  1872. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
  1873. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1874. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1875. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
  1876. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +5 -0
  1877. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
  1878. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
  1879. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
  1880. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
  1881. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
  1882. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/package.json +79 -0
  1883. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/LICENSE +201 -0
  1884. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/README.md +4 -0
  1885. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -0
  1886. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/index.js +102 -0
  1887. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -0
  1888. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -0
  1889. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +25 -0
  1890. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
  1891. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
  1892. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
  1893. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -0
  1894. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
  1895. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +12 -0
  1896. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
  1897. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -0
  1898. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
  1899. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +12 -0
  1900. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
  1901. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/package.json +63 -0
  1902. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/LICENSE +201 -0
  1903. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/README.md +78 -0
  1904. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -0
  1905. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/index.js +321 -0
  1906. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -0
  1907. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
  1908. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
  1909. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
  1910. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
  1911. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
  1912. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
  1913. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
  1914. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
  1915. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
  1916. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/package.json +63 -0
  1917. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/LICENSE +201 -0
  1918. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/README.md +4 -0
  1919. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -0
  1920. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -0
  1921. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -0
  1922. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -0
  1923. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +1 -0
  1924. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/index.js +105 -0
  1925. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
  1926. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
  1927. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
  1928. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
  1929. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  1930. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
  1931. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
  1932. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
  1933. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
  1934. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
  1935. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  1936. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
  1937. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
  1938. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
  1939. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
  1940. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
  1941. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
  1942. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
  1943. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/package.json +65 -0
  1944. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  1945. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/README.md +9 -0
  1946. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -0
  1947. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
  1948. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/index.js +798 -0
  1949. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
  1950. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
  1951. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
  1952. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
  1953. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
  1954. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
  1955. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
  1956. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
  1957. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
  1958. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
  1959. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
  1960. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
  1961. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  1962. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -0
  1963. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  1964. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  1965. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  1966. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +208 -0
  1967. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
  1968. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  1969. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +167 -0
  1970. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
  1971. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
  1972. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  1973. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  1974. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +15 -0
  1975. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
  1976. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  1977. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
  1978. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  1979. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
  1980. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  1981. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  1982. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  1983. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +39 -0
  1984. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
  1985. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
  1986. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +57 -0
  1987. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
  1988. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  1989. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +7 -0
  1990. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +11 -0
  1991. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +7 -0
  1992. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
  1993. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
  1994. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
  1995. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  1996. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  1997. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  1998. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  1999. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +38 -0
  2000. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
  2001. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
  2002. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +57 -0
  2003. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  2004. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
  2005. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +3 -0
  2006. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +7 -0
  2007. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +3 -0
  2008. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
  2009. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
  2010. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  2011. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  2012. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  2013. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
  2014. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/package.json +67 -0
  2015. package/examples/full-example-typescript/node_modules/@smithy/property-provider/LICENSE +201 -0
  2016. package/examples/full-example-typescript/node_modules/@smithy/property-provider/README.md +10 -0
  2017. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  2018. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  2019. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  2020. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  2021. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  2022. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/index.js +168 -0
  2023. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  2024. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  2025. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  2026. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  2027. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  2028. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  2029. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  2030. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  2031. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  2032. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  2033. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  2034. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  2035. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  2036. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  2037. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  2038. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  2039. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  2040. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  2041. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  2042. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  2043. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  2044. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  2045. package/examples/full-example-typescript/node_modules/@smithy/property-provider/package.json +60 -0
  2046. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/LICENSE +201 -0
  2047. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/README.md +4 -0
  2048. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
  2049. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
  2050. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
  2051. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
  2052. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
  2053. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
  2054. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
  2055. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/index.js +259 -0
  2056. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
  2057. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
  2058. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
  2059. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
  2060. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  2061. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  2062. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  2063. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +53 -0
  2064. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
  2065. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
  2066. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  2067. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  2068. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
  2069. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  2070. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  2071. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  2072. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +37 -0
  2073. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +53 -0
  2074. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
  2075. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
  2076. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  2077. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
  2078. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
  2079. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  2080. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  2081. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +37 -0
  2082. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +53 -0
  2083. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
  2084. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
  2085. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
  2086. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
  2087. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  2088. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/package.json +61 -0
  2089. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/LICENSE +201 -0
  2090. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/README.md +10 -0
  2091. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-cjs/index.js +52 -0
  2092. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
  2093. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
  2094. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
  2095. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/package.json +60 -0
  2096. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/LICENSE +201 -0
  2097. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/README.md +10 -0
  2098. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-cjs/index.js +53 -0
  2099. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
  2100. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
  2101. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
  2102. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/package.json +60 -0
  2103. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/LICENSE +201 -0
  2104. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/README.md +4 -0
  2105. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
  2106. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
  2107. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
  2108. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-es/index.js +22 -0
  2109. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
  2110. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
  2111. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
  2112. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
  2113. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/package.json +59 -0
  2114. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  2115. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  2116. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
  2117. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
  2118. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
  2119. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  2120. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
  2121. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  2122. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
  2123. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
  2124. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +206 -0
  2125. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
  2126. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
  2127. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
  2128. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
  2129. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
  2130. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
  2131. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
  2132. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  2133. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  2134. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  2135. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  2136. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  2137. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  2138. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
  2139. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  2140. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
  2141. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  2142. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  2143. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  2144. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  2145. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  2146. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
  2147. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  2148. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  2149. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  2150. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  2151. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  2152. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
  2153. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
  2154. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
  2155. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  2156. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
  2157. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +26 -0
  2158. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
  2159. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  2160. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  2161. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
  2162. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
  2163. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  2164. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  2165. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  2166. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  2167. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
  2168. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
  2169. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
  2170. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  2171. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
  2172. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +26 -0
  2173. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
  2174. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  2175. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  2176. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
  2177. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
  2178. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
  2179. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
  2180. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
  2181. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/LICENSE +201 -0
  2182. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/README.md +11 -0
  2183. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
  2184. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -0
  2185. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -0
  2186. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -0
  2187. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -0
  2188. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -0
  2189. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -0
  2190. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -0
  2191. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/index.js +576 -0
  2192. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -0
  2193. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -0
  2194. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -0
  2195. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -0
  2196. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
  2197. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +191 -0
  2198. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
  2199. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
  2200. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
  2201. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
  2202. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
  2203. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
  2204. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
  2205. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
  2206. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
  2207. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
  2208. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
  2209. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  2210. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
  2211. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
  2212. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
  2213. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
  2214. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
  2215. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
  2216. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
  2217. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
  2218. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
  2219. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
  2220. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
  2221. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
  2222. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
  2223. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
  2224. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
  2225. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
  2226. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
  2227. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
  2228. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
  2229. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
  2230. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
  2231. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
  2232. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
  2233. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
  2234. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
  2235. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/package.json +69 -0
  2236. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/LICENSE +201 -0
  2237. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/README.md +10 -0
  2238. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -0
  2239. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -0
  2240. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -0
  2241. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -0
  2242. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -0
  2243. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -0
  2244. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -0
  2245. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -0
  2246. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -0
  2247. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -0
  2248. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -0
  2249. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -0
  2250. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -0
  2251. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  2252. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -0
  2253. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -0
  2254. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -0
  2255. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -0
  2256. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/index.js +1297 -0
  2257. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +1 -0
  2258. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -0
  2259. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -0
  2260. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -0
  2261. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +1 -0
  2262. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -0
  2263. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -0
  2264. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -0
  2265. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -0
  2266. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +1 -0
  2267. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
  2268. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/client.js +42 -0
  2269. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
  2270. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/command.js +115 -0
  2271. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
  2272. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
  2273. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/date-utils.js +190 -0
  2274. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
  2275. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
  2276. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
  2277. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
  2278. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
  2279. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  2280. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  2281. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  2282. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  2283. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
  2284. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
  2285. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/index.js +25 -0
  2286. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
  2287. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +24 -0
  2288. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
  2289. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
  2290. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/quote-header.js +6 -0
  2291. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
  2292. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
  2293. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
  2294. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
  2295. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/split-header.js +37 -0
  2296. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
  2297. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/client.d.ts +53 -0
  2298. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
  2299. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/command.d.ts +113 -0
  2300. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
  2301. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
  2302. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
  2303. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
  2304. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
  2305. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2306. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
  2307. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
  2308. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  2309. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2310. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  2311. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  2312. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
  2313. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
  2314. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/index.d.ts +26 -0
  2315. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
  2316. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +43 -0
  2317. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
  2318. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
  2319. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +6 -0
  2320. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
  2321. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +14 -0
  2322. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
  2323. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
  2324. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +5 -0
  2325. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
  2326. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +53 -0
  2327. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +5 -0
  2328. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +113 -0
  2329. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
  2330. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
  2331. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
  2332. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
  2333. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
  2334. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2335. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
  2336. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +5 -0
  2337. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  2338. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2339. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  2340. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  2341. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
  2342. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
  2343. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +26 -0
  2344. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
  2345. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +43 -0
  2346. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
  2347. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
  2348. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +6 -0
  2349. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +5 -0
  2350. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +14 -0
  2351. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +12 -0
  2352. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
  2353. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +5 -0
  2354. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/package.json +67 -0
  2355. package/examples/full-example-typescript/node_modules/@smithy/types/LICENSE +201 -0
  2356. package/examples/full-example-typescript/node_modules/@smithy/types/README.md +115 -0
  2357. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/abort-handler.js +1 -0
  2358. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
  2359. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
  2360. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
  2361. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
  2362. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
  2363. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
  2364. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
  2365. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
  2366. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
  2367. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
  2368. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/client.js +1 -0
  2369. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/command.js +1 -0
  2370. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
  2371. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
  2372. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
  2373. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
  2374. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
  2375. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
  2376. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
  2377. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
  2378. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
  2379. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
  2380. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
  2381. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
  2382. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
  2383. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
  2384. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
  2385. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
  2386. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
  2387. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  2388. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
  2389. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
  2390. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
  2391. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  2392. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
  2393. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/http.js +1 -0
  2394. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
  2395. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
  2396. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
  2397. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
  2398. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
  2399. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/index.js +149 -0
  2400. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
  2401. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
  2402. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
  2403. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
  2404. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/response.js +1 -0
  2405. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
  2406. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
  2407. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
  2408. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
  2409. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
  2410. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
  2411. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2412. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2413. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
  2414. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
  2415. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
  2416. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
  2417. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
  2418. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
  2419. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
  2420. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/util.js +1 -0
  2421. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
  2422. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  2423. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/abort.js +1 -0
  2424. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  2425. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  2426. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  2427. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  2428. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  2429. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  2430. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  2431. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  2432. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  2433. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/client.js +1 -0
  2434. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/command.js +1 -0
  2435. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  2436. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  2437. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  2438. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  2439. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  2440. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  2441. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/encode.js +1 -0
  2442. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  2443. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  2444. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  2445. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  2446. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  2447. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  2448. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  2449. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  2450. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  2451. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  2452. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  2453. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  2454. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  2455. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  2456. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  2457. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  2458. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/http.js +5 -0
  2459. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  2460. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  2461. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  2462. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  2463. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  2464. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/index.js +37 -0
  2465. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/logger.js +1 -0
  2466. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  2467. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  2468. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/profile.js +6 -0
  2469. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/response.js +1 -0
  2470. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/retry.js +1 -0
  2471. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/serde.js +1 -0
  2472. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  2473. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/signature.js +1 -0
  2474. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/stream.js +1 -0
  2475. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  2476. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2477. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2478. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  2479. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  2480. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  2481. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  2482. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  2483. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  2484. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/uri.js +1 -0
  2485. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/util.js +1 -0
  2486. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  2487. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  2488. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  2489. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  2490. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  2491. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2492. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  2493. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  2494. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  2495. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  2496. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  2497. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  2498. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/client.d.ts +56 -0
  2499. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
  2500. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
  2501. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  2502. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
  2503. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
  2504. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  2505. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  2506. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
  2507. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  2508. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
  2509. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
  2510. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
  2511. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
  2512. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  2513. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
  2514. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
  2515. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  2516. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  2517. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2518. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  2519. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  2520. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  2521. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  2522. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +122 -0
  2523. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/http.d.ts +106 -0
  2524. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  2525. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  2526. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  2527. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  2528. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  2529. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
  2530. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  2531. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  2532. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
  2533. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  2534. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  2535. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  2536. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
  2537. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  2538. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  2539. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  2540. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  2541. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  2542. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  2543. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
  2544. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  2545. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
  2546. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  2547. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  2548. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  2549. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  2550. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  2551. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  2552. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  2553. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2554. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  2555. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  2556. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  2557. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  2558. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  2559. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  2560. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +56 -0
  2561. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
  2562. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
  2563. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  2564. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
  2565. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
  2566. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  2567. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  2568. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
  2569. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  2570. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
  2571. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
  2572. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
  2573. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
  2574. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  2575. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
  2576. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
  2577. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  2578. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  2579. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2580. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  2581. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  2582. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  2583. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  2584. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +121 -0
  2585. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +106 -0
  2586. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  2587. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  2588. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  2589. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  2590. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  2591. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
  2592. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  2593. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  2594. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
  2595. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  2596. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  2597. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  2598. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
  2599. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  2600. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  2601. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  2602. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  2603. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  2604. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  2605. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
  2606. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  2607. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
  2608. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  2609. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  2610. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  2611. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  2612. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  2613. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  2614. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  2615. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  2616. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  2617. package/examples/full-example-typescript/node_modules/@smithy/types/package.json +60 -0
  2618. package/examples/full-example-typescript/node_modules/@smithy/url-parser/LICENSE +201 -0
  2619. package/examples/full-example-typescript/node_modules/@smithy/url-parser/README.md +10 -0
  2620. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-cjs/index.js +49 -0
  2621. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
  2622. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
  2623. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
  2624. package/examples/full-example-typescript/node_modules/@smithy/url-parser/package.json +58 -0
  2625. package/examples/full-example-typescript/node_modules/@smithy/util-base64/LICENSE +201 -0
  2626. package/examples/full-example-typescript/node_modules/@smithy/util-base64/README.md +4 -0
  2627. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
  2628. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
  2629. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  2630. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
  2631. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +39 -0
  2632. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  2633. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
  2634. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
  2635. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
  2636. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
  2637. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
  2638. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
  2639. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
  2640. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
  2641. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
  2642. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
  2643. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
  2644. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
  2645. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
  2646. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
  2647. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
  2648. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
  2649. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
  2650. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
  2651. package/examples/full-example-typescript/node_modules/@smithy/util-base64/package.json +72 -0
  2652. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
  2653. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/README.md +12 -0
  2654. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -0
  2655. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -0
  2656. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
  2657. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
  2658. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
  2659. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
  2660. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2661. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
  2662. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/package.json +56 -0
  2663. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
  2664. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/README.md +12 -0
  2665. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -0
  2666. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -0
  2667. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -0
  2668. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
  2669. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
  2670. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
  2671. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2672. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
  2673. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/package.json +60 -0
  2674. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  2675. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/README.md +10 -0
  2676. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  2677. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  2678. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  2679. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  2680. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/package.json +60 -0
  2681. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/LICENSE +201 -0
  2682. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/README.md +4 -0
  2683. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -0
  2684. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -0
  2685. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
  2686. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
  2687. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
  2688. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
  2689. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
  2690. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
  2691. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
  2692. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
  2693. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
  2694. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
  2695. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  2696. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
  2697. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
  2698. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
  2699. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/package.json +61 -0
  2700. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
  2701. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
  2702. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
  2703. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +25 -0
  2704. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
  2705. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
  2706. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
  2707. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
  2708. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
  2709. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
  2710. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
  2711. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
  2712. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2713. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
  2714. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
  2715. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
  2716. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  2717. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
  2718. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
  2719. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
  2720. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
  2721. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -0
  2722. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -0
  2723. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -0
  2724. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -0
  2725. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
  2726. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
  2727. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
  2728. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
  2729. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
  2730. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
  2731. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
  2732. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2733. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
  2734. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
  2735. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
  2736. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  2737. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
  2738. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/LICENSE +201 -0
  2739. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/README.md +10 -0
  2740. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +1 -0
  2741. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -0
  2742. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -0
  2743. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -0
  2744. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -0
  2745. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/index.js +546 -0
  2746. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -0
  2747. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -0
  2748. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -0
  2749. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -0
  2750. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
  2751. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -0
  2752. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -0
  2753. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -0
  2754. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -0
  2755. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -0
  2756. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -0
  2757. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -0
  2758. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
  2759. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
  2760. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -0
  2761. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
  2762. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
  2763. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
  2764. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
  2765. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -0
  2766. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -0
  2767. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -0
  2768. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -0
  2769. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -0
  2770. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -0
  2771. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -0
  2772. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -0
  2773. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -0
  2774. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -0
  2775. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -0
  2776. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -0
  2777. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -0
  2778. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -0
  2779. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -0
  2780. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -0
  2781. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -0
  2782. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -0
  2783. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -0
  2784. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +49 -0
  2785. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
  2786. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
  2787. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
  2788. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
  2789. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/index.js +6 -0
  2790. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
  2791. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
  2792. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
  2793. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
  2794. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
  2795. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
  2796. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
  2797. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
  2798. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
  2799. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
  2800. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
  2801. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
  2802. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +27 -0
  2803. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
  2804. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  2805. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  2806. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  2807. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  2808. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  2809. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
  2810. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  2811. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
  2812. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
  2813. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
  2814. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
  2815. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
  2816. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
  2817. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
  2818. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
  2819. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
  2820. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
  2821. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
  2822. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
  2823. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
  2824. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
  2825. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
  2826. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
  2827. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
  2828. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
  2829. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
  2830. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
  2831. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
  2832. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
  2833. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +6 -0
  2834. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
  2835. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
  2836. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
  2837. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
  2838. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
  2839. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
  2840. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
  2841. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
  2842. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
  2843. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
  2844. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
  2845. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
  2846. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
  2847. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
  2848. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
  2849. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
  2850. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
  2851. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
  2852. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  2853. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
  2854. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
  2855. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
  2856. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
  2857. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
  2858. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
  2859. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
  2860. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
  2861. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
  2862. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
  2863. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
  2864. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
  2865. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
  2866. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
  2867. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
  2868. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
  2869. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
  2870. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
  2871. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
  2872. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
  2873. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
  2874. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
  2875. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
  2876. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
  2877. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
  2878. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
  2879. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
  2880. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
  2881. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
  2882. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
  2883. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
  2884. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
  2885. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
  2886. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
  2887. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
  2888. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
  2889. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
  2890. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
  2891. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
  2892. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
  2893. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
  2894. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
  2895. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
  2896. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
  2897. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
  2898. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
  2899. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
  2900. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
  2901. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
  2902. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
  2903. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
  2904. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
  2905. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
  2906. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
  2907. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
  2908. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
  2909. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
  2910. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
  2911. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
  2912. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
  2913. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
  2914. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
  2915. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
  2916. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/package.json +68 -0
  2917. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
  2918. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/README.md +4 -0
  2919. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +67 -0
  2920. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
  2921. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
  2922. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
  2923. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/package.json +59 -0
  2924. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/LICENSE +201 -0
  2925. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/README.md +12 -0
  2926. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -0
  2927. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -0
  2928. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -0
  2929. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  2930. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
  2931. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
  2932. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  2933. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
  2934. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
  2935. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  2936. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
  2937. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  2938. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/package.json +66 -0
  2939. package/examples/full-example-typescript/node_modules/@smithy/util-retry/LICENSE +201 -0
  2940. package/examples/full-example-typescript/node_modules/@smithy/util-retry/README.md +78 -0
  2941. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
  2942. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
  2943. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
  2944. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
  2945. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
  2946. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
  2947. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
  2948. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
  2949. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/index.js +352 -0
  2950. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
  2951. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
  2952. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
  2953. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +100 -0
  2954. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
  2955. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  2956. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  2957. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  2958. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  2959. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  2960. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  2961. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  2962. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  2963. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  2964. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  2965. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  2966. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  2967. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  2968. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  2969. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  2970. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  2971. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  2972. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  2973. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  2974. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  2975. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  2976. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  2977. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  2978. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  2979. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  2980. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  2981. package/examples/full-example-typescript/node_modules/@smithy/util-retry/package.json +68 -0
  2982. package/examples/full-example-typescript/node_modules/@smithy/util-stream/LICENSE +201 -0
  2983. package/examples/full-example-typescript/node_modules/@smithy/util-stream/README.md +6 -0
  2984. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -0
  2985. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -0
  2986. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  2987. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +49 -0
  2988. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +40 -0
  2989. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +13 -0
  2990. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  2991. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  2992. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +36 -0
  2993. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/headStream.js +46 -0
  2994. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/index.js +100 -0
  2995. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
  2996. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +55 -0
  2997. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +11 -0
  2998. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +17 -0
  2999. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +14 -0
  3000. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
  3001. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
  3002. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  3003. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +44 -0
  3004. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  3005. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  3006. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  3007. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  3008. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
  3009. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/headStream.js +41 -0
  3010. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/index.js +8 -0
  3011. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  3012. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +50 -0
  3013. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
  3014. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
  3015. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
  3016. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  3017. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
  3018. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  3019. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +61 -0
  3020. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  3021. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +12 -0
  3022. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  3023. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
  3024. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
  3025. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
  3026. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/index.d.ts +8 -0
  3027. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  3028. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  3029. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
  3030. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +8 -0
  3031. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
  3032. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
  3033. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
  3034. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  3035. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  3036. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  3037. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +12 -0
  3038. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  3039. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
  3040. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
  3041. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
  3042. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +8 -0
  3043. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
  3044. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
  3045. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
  3046. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +14 -0
  3047. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
  3048. package/examples/full-example-typescript/node_modules/@smithy/util-stream/package.json +95 -0
  3049. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
  3050. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/README.md +10 -0
  3051. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -0
  3052. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
  3053. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -0
  3054. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
  3055. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
  3056. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
  3057. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
  3058. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
  3059. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
  3060. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
  3061. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
  3062. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
  3063. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/package.json +58 -0
  3064. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/LICENSE +201 -0
  3065. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/README.md +4 -0
  3066. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  3067. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  3068. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  3069. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  3070. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  3071. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  3072. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  3073. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  3074. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  3075. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  3076. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  3077. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  3078. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  3079. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  3080. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  3081. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  3082. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  3083. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  3084. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  3085. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  3086. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  3087. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  3088. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  3089. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  3090. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/package.json +65 -0
  3091. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/LICENSE +201 -0
  3092. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/README.md +10 -0
  3093. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -0
  3094. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/index.js +187 -0
  3095. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -0
  3096. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -0
  3097. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -0
  3098. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -0
  3099. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -0
  3100. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +29 -0
  3101. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
  3102. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/poller.js +59 -0
  3103. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
  3104. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
  3105. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
  3106. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/waiter.js +34 -0
  3107. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
  3108. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
  3109. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
  3110. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
  3111. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
  3112. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
  3113. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
  3114. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
  3115. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
  3116. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +49 -0
  3117. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
  3118. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
  3119. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
  3120. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +49 -0
  3121. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/package.json +62 -0
  3122. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/LICENSE +24 -0
  3123. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/Readme.md +79 -0
  3124. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts +179 -0
  3125. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/index.js +176 -0
  3126. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/package.json +4 -0
  3127. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts +179 -0
  3128. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/index.js +169 -0
  3129. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/package.json +4 -0
  3130. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/package.json +28 -0
  3131. package/examples/full-example-typescript/node_modules/@tokenizer/token/README.md +19 -0
  3132. package/examples/full-example-typescript/node_modules/@tokenizer/token/index.d.ts +30 -0
  3133. package/examples/full-example-typescript/node_modules/@tokenizer/token/package.json +33 -0
  3134. package/examples/full-example-typescript/node_modules/@types/body-parser/README.md +15 -0
  3135. package/examples/full-example-typescript/node_modules/@types/body-parser/index.d.ts +95 -0
  3136. package/examples/full-example-typescript/node_modules/@types/body-parser/package.json +58 -0
  3137. package/examples/full-example-typescript/node_modules/@types/connect/LICENSE +21 -0
  3138. package/examples/full-example-typescript/node_modules/@types/connect/README.md +15 -0
  3139. package/examples/full-example-typescript/node_modules/@types/connect/index.d.ts +91 -0
  3140. package/examples/full-example-typescript/node_modules/@types/connect/package.json +32 -0
  3141. package/examples/full-example-typescript/node_modules/@types/cookie/LICENSE +21 -0
  3142. package/examples/full-example-typescript/node_modules/@types/cookie/README.md +16 -0
  3143. package/examples/full-example-typescript/node_modules/@types/cookie/index.d.ts +135 -0
  3144. package/examples/full-example-typescript/node_modules/@types/cookie/package.json +30 -0
  3145. package/examples/full-example-typescript/node_modules/@types/cors/LICENSE +21 -0
  3146. package/examples/full-example-typescript/node_modules/@types/cors/README.md +75 -0
  3147. package/examples/full-example-typescript/node_modules/@types/cors/index.d.ts +56 -0
  3148. package/examples/full-example-typescript/node_modules/@types/cors/package.json +32 -0
  3149. package/examples/full-example-typescript/node_modules/@types/express/LICENSE +21 -0
  3150. package/examples/full-example-typescript/node_modules/@types/express/README.md +15 -0
  3151. package/examples/full-example-typescript/node_modules/@types/express/index.d.ts +128 -0
  3152. package/examples/full-example-typescript/node_modules/@types/express/package.json +45 -0
  3153. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/LICENSE +21 -0
  3154. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/README.md +15 -0
  3155. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/index.d.ts +1240 -0
  3156. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/package.json +51 -0
  3157. package/examples/full-example-typescript/node_modules/@types/http-errors/LICENSE +21 -0
  3158. package/examples/full-example-typescript/node_modules/@types/http-errors/README.md +15 -0
  3159. package/examples/full-example-typescript/node_modules/@types/http-errors/index.d.ts +77 -0
  3160. package/examples/full-example-typescript/node_modules/@types/http-errors/package.json +30 -0
  3161. package/examples/full-example-typescript/node_modules/@types/mime/LICENSE +21 -0
  3162. package/examples/full-example-typescript/node_modules/@types/mime/Mime.d.ts +10 -0
  3163. package/examples/full-example-typescript/node_modules/@types/mime/README.md +15 -0
  3164. package/examples/full-example-typescript/node_modules/@types/mime/index.d.ts +31 -0
  3165. package/examples/full-example-typescript/node_modules/@types/mime/lite.d.ts +7 -0
  3166. package/examples/full-example-typescript/node_modules/@types/mime/package.json +30 -0
  3167. package/examples/full-example-typescript/node_modules/@types/node/LICENSE +21 -0
  3168. package/examples/full-example-typescript/node_modules/@types/node/README.md +15 -0
  3169. package/examples/full-example-typescript/node_modules/@types/node/assert.d.ts +1040 -0
  3170. package/examples/full-example-typescript/node_modules/@types/node/async_hooks.d.ts +541 -0
  3171. package/examples/full-example-typescript/node_modules/@types/node/buffer.d.ts +1933 -0
  3172. package/examples/full-example-typescript/node_modules/@types/node/child_process.d.ts +1549 -0
  3173. package/examples/full-example-typescript/node_modules/@types/node/cluster.d.ts +579 -0
  3174. package/examples/full-example-typescript/node_modules/@types/node/compatibility/indexable.d.ts +23 -0
  3175. package/examples/full-example-typescript/node_modules/@types/node/console.d.ts +452 -0
  3176. package/examples/full-example-typescript/node_modules/@types/node/crypto.d.ts +4475 -0
  3177. package/examples/full-example-typescript/node_modules/@types/node/dgram.d.ts +596 -0
  3178. package/examples/full-example-typescript/node_modules/@types/node/diagnostics_channel.d.ts +554 -0
  3179. package/examples/full-example-typescript/node_modules/@types/node/dns/promises.d.ts +476 -0
  3180. package/examples/full-example-typescript/node_modules/@types/node/dns.d.ts +865 -0
  3181. package/examples/full-example-typescript/node_modules/@types/node/domain.d.ts +170 -0
  3182. package/examples/full-example-typescript/node_modules/@types/node/events.d.ts +931 -0
  3183. package/examples/full-example-typescript/node_modules/@types/node/fs/promises.d.ts +1275 -0
  3184. package/examples/full-example-typescript/node_modules/@types/node/fs.d.ts +4396 -0
  3185. package/examples/full-example-typescript/node_modules/@types/node/globals.d.ts +566 -0
  3186. package/examples/full-example-typescript/node_modules/@types/node/http.d.ts +1958 -0
  3187. package/examples/full-example-typescript/node_modules/@types/node/http2.d.ts +2558 -0
  3188. package/examples/full-example-typescript/node_modules/@types/node/https.d.ts +543 -0
  3189. package/examples/full-example-typescript/node_modules/@types/node/index.d.ts +92 -0
  3190. package/examples/full-example-typescript/node_modules/@types/node/inspector.d.ts +3966 -0
  3191. package/examples/full-example-typescript/node_modules/@types/node/module.d.ts +402 -0
  3192. package/examples/full-example-typescript/node_modules/@types/node/net.d.ts +1001 -0
  3193. package/examples/full-example-typescript/node_modules/@types/node/os.d.ts +495 -0
  3194. package/examples/full-example-typescript/node_modules/@types/node/package.json +220 -0
  3195. package/examples/full-example-typescript/node_modules/@types/node/path.d.ts +200 -0
  3196. package/examples/full-example-typescript/node_modules/@types/node/perf_hooks.d.ts +965 -0
  3197. package/examples/full-example-typescript/node_modules/@types/node/process.d.ts +1963 -0
  3198. package/examples/full-example-typescript/node_modules/@types/node/punycode.d.ts +117 -0
  3199. package/examples/full-example-typescript/node_modules/@types/node/querystring.d.ts +153 -0
  3200. package/examples/full-example-typescript/node_modules/@types/node/readline.d.ts +589 -0
  3201. package/examples/full-example-typescript/node_modules/@types/node/repl.d.ts +430 -0
  3202. package/examples/full-example-typescript/node_modules/@types/node/sea.d.ts +153 -0
  3203. package/examples/full-example-typescript/node_modules/@types/node/sqlite.d.ts +213 -0
  3204. package/examples/full-example-typescript/node_modules/@types/node/stream/web.d.ts +609 -0
  3205. package/examples/full-example-typescript/node_modules/@types/node/stream.d.ts +1726 -0
  3206. package/examples/full-example-typescript/node_modules/@types/node/string_decoder.d.ts +67 -0
  3207. package/examples/full-example-typescript/node_modules/@types/node/test.d.ts +2248 -0
  3208. package/examples/full-example-typescript/node_modules/@types/node/timers/promises.d.ts +97 -0
  3209. package/examples/full-example-typescript/node_modules/@types/node/timers.d.ts +240 -0
  3210. package/examples/full-example-typescript/node_modules/@types/node/tls.d.ts +1226 -0
  3211. package/examples/full-example-typescript/node_modules/@types/node/trace_events.d.ts +197 -0
  3212. package/examples/full-example-typescript/node_modules/@types/node/ts5.6/index.d.ts +92 -0
  3213. package/examples/full-example-typescript/node_modules/@types/node/tty.d.ts +208 -0
  3214. package/examples/full-example-typescript/node_modules/@types/node/url.d.ts +972 -0
  3215. package/examples/full-example-typescript/node_modules/@types/node/util.d.ts +2371 -0
  3216. package/examples/full-example-typescript/node_modules/@types/node/v8.d.ts +808 -0
  3217. package/examples/full-example-typescript/node_modules/@types/node/vm.d.ts +976 -0
  3218. package/examples/full-example-typescript/node_modules/@types/node/wasi.d.ts +181 -0
  3219. package/examples/full-example-typescript/node_modules/@types/node/worker_threads.d.ts +745 -0
  3220. package/examples/full-example-typescript/node_modules/@types/node/zlib.d.ts +539 -0
  3221. package/examples/full-example-typescript/node_modules/@types/oauth/LICENSE +21 -0
  3222. package/examples/full-example-typescript/node_modules/@types/oauth/README.md +15 -0
  3223. package/examples/full-example-typescript/node_modules/@types/oauth/index.d.ts +307 -0
  3224. package/examples/full-example-typescript/node_modules/@types/oauth/package.json +32 -0
  3225. package/examples/full-example-typescript/node_modules/@types/passport/LICENSE +21 -0
  3226. package/examples/full-example-typescript/node_modules/@types/passport/README.md +15 -0
  3227. package/examples/full-example-typescript/node_modules/@types/passport/index.d.ts +925 -0
  3228. package/examples/full-example-typescript/node_modules/@types/passport/package.json +58 -0
  3229. package/examples/full-example-typescript/node_modules/@types/passport-facebook/LICENSE +21 -0
  3230. package/examples/full-example-typescript/node_modules/@types/passport-facebook/README.md +103 -0
  3231. package/examples/full-example-typescript/node_modules/@types/passport-facebook/index.d.ts +84 -0
  3232. package/examples/full-example-typescript/node_modules/@types/passport-facebook/package.json +34 -0
  3233. package/examples/full-example-typescript/node_modules/@types/passport-github2/LICENSE +21 -0
  3234. package/examples/full-example-typescript/node_modules/@types/passport-github2/README.md +83 -0
  3235. package/examples/full-example-typescript/node_modules/@types/passport-github2/index.d.ts +64 -0
  3236. package/examples/full-example-typescript/node_modules/@types/passport-github2/package.json +44 -0
  3237. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/LICENSE +21 -0
  3238. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/README.md +15 -0
  3239. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/index.d.ts +294 -0
  3240. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/package.json +44 -0
  3241. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/LICENSE +21 -0
  3242. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/README.md +46 -0
  3243. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/index.d.ts +27 -0
  3244. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/package.json +27 -0
  3245. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/LICENSE +21 -0
  3246. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/README.md +15 -0
  3247. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/index.d.ts +119 -0
  3248. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/package.json +54 -0
  3249. package/examples/full-example-typescript/node_modules/@types/qs/LICENSE +21 -0
  3250. package/examples/full-example-typescript/node_modules/@types/qs/README.md +15 -0
  3251. package/examples/full-example-typescript/node_modules/@types/qs/index.d.ts +81 -0
  3252. package/examples/full-example-typescript/node_modules/@types/qs/package.json +66 -0
  3253. package/examples/full-example-typescript/node_modules/@types/range-parser/LICENSE +21 -0
  3254. package/examples/full-example-typescript/node_modules/@types/range-parser/README.md +53 -0
  3255. package/examples/full-example-typescript/node_modules/@types/range-parser/index.d.ts +34 -0
  3256. package/examples/full-example-typescript/node_modules/@types/range-parser/package.json +25 -0
  3257. package/examples/full-example-typescript/node_modules/@types/send/LICENSE +21 -0
  3258. package/examples/full-example-typescript/node_modules/@types/send/README.md +15 -0
  3259. package/examples/full-example-typescript/node_modules/@types/send/index.d.ts +225 -0
  3260. package/examples/full-example-typescript/node_modules/@types/send/package.json +33 -0
  3261. package/examples/full-example-typescript/node_modules/@types/serve-static/LICENSE +21 -0
  3262. package/examples/full-example-typescript/node_modules/@types/serve-static/README.md +15 -0
  3263. package/examples/full-example-typescript/node_modules/@types/serve-static/index.d.ts +107 -0
  3264. package/examples/full-example-typescript/node_modules/@types/serve-static/package.json +39 -0
  3265. package/examples/full-example-typescript/node_modules/accepts/HISTORY.md +243 -0
  3266. package/examples/full-example-typescript/node_modules/accepts/LICENSE +23 -0
  3267. package/examples/full-example-typescript/node_modules/accepts/README.md +140 -0
  3268. package/examples/full-example-typescript/node_modules/accepts/index.js +238 -0
  3269. package/examples/full-example-typescript/node_modules/accepts/package.json +47 -0
  3270. package/examples/full-example-typescript/node_modules/array-flatten/LICENSE +21 -0
  3271. package/examples/full-example-typescript/node_modules/array-flatten/README.md +43 -0
  3272. package/examples/full-example-typescript/node_modules/array-flatten/array-flatten.js +64 -0
  3273. package/examples/full-example-typescript/node_modules/array-flatten/package.json +39 -0
  3274. package/examples/full-example-typescript/node_modules/assert-options/LICENSE +21 -0
  3275. package/examples/full-example-typescript/node_modules/assert-options/README.md +101 -0
  3276. package/examples/full-example-typescript/node_modules/assert-options/dist/src/assert.d.ts +10 -0
  3277. package/examples/full-example-typescript/node_modules/assert-options/dist/src/assert.js +43 -0
  3278. package/examples/full-example-typescript/node_modules/assert-options/dist/src/handler.d.ts +16 -0
  3279. package/examples/full-example-typescript/node_modules/assert-options/dist/src/handler.js +26 -0
  3280. package/examples/full-example-typescript/node_modules/assert-options/dist/src/index.d.ts +3 -0
  3281. package/examples/full-example-typescript/node_modules/assert-options/dist/src/index.js +10 -0
  3282. package/examples/full-example-typescript/node_modules/assert-options/dist/src/types.d.ts +26 -0
  3283. package/examples/full-example-typescript/node_modules/assert-options/dist/src/types.js +12 -0
  3284. package/examples/full-example-typescript/node_modules/assert-options/package.json +44 -0
  3285. package/examples/full-example-typescript/node_modules/base64id/CHANGELOG.md +16 -0
  3286. package/examples/full-example-typescript/node_modules/base64id/LICENSE +22 -0
  3287. package/examples/full-example-typescript/node_modules/base64id/README.md +18 -0
  3288. package/examples/full-example-typescript/node_modules/base64id/lib/base64id.js +103 -0
  3289. package/examples/full-example-typescript/node_modules/base64id/package.json +13 -0
  3290. package/examples/full-example-typescript/node_modules/base64url/LICENSE +20 -0
  3291. package/examples/full-example-typescript/node_modules/base64url/dist/.gitkeep +0 -0
  3292. package/examples/full-example-typescript/node_modules/base64url/dist/base64url.d.ts +11 -0
  3293. package/examples/full-example-typescript/node_modules/base64url/dist/base64url.js +37 -0
  3294. package/examples/full-example-typescript/node_modules/base64url/dist/pad-string.d.ts +1 -0
  3295. package/examples/full-example-typescript/node_modules/base64url/dist/pad-string.js +20 -0
  3296. package/examples/full-example-typescript/node_modules/base64url/index.js +2 -0
  3297. package/examples/full-example-typescript/node_modules/base64url/package.json +35 -0
  3298. package/examples/full-example-typescript/node_modules/base64url/readme.md +127 -0
  3299. package/examples/full-example-typescript/node_modules/body-parser/HISTORY.md +672 -0
  3300. package/examples/full-example-typescript/node_modules/body-parser/LICENSE +23 -0
  3301. package/examples/full-example-typescript/node_modules/body-parser/README.md +476 -0
  3302. package/examples/full-example-typescript/node_modules/body-parser/SECURITY.md +25 -0
  3303. package/examples/full-example-typescript/node_modules/body-parser/index.js +156 -0
  3304. package/examples/full-example-typescript/node_modules/body-parser/lib/read.js +205 -0
  3305. package/examples/full-example-typescript/node_modules/body-parser/lib/types/json.js +247 -0
  3306. package/examples/full-example-typescript/node_modules/body-parser/lib/types/raw.js +101 -0
  3307. package/examples/full-example-typescript/node_modules/body-parser/lib/types/text.js +121 -0
  3308. package/examples/full-example-typescript/node_modules/body-parser/lib/types/urlencoded.js +307 -0
  3309. package/examples/full-example-typescript/node_modules/body-parser/package.json +56 -0
  3310. package/examples/full-example-typescript/node_modules/bowser/CHANGELOG.md +218 -0
  3311. package/examples/full-example-typescript/node_modules/bowser/LICENSE +39 -0
  3312. package/examples/full-example-typescript/node_modules/bowser/README.md +179 -0
  3313. package/examples/full-example-typescript/node_modules/bowser/bundled.js +1 -0
  3314. package/examples/full-example-typescript/node_modules/bowser/es5.js +1 -0
  3315. package/examples/full-example-typescript/node_modules/bowser/index.d.ts +250 -0
  3316. package/examples/full-example-typescript/node_modules/bowser/package.json +83 -0
  3317. package/examples/full-example-typescript/node_modules/bowser/src/bowser.js +77 -0
  3318. package/examples/full-example-typescript/node_modules/bowser/src/constants.js +116 -0
  3319. package/examples/full-example-typescript/node_modules/bowser/src/parser-browsers.js +700 -0
  3320. package/examples/full-example-typescript/node_modules/bowser/src/parser-engines.js +120 -0
  3321. package/examples/full-example-typescript/node_modules/bowser/src/parser-os.js +199 -0
  3322. package/examples/full-example-typescript/node_modules/bowser/src/parser-platforms.js +266 -0
  3323. package/examples/full-example-typescript/node_modules/bowser/src/parser.js +496 -0
  3324. package/examples/full-example-typescript/node_modules/bowser/src/utils.js +309 -0
  3325. package/examples/full-example-typescript/node_modules/bytes/History.md +97 -0
  3326. package/examples/full-example-typescript/node_modules/bytes/LICENSE +23 -0
  3327. package/examples/full-example-typescript/node_modules/bytes/Readme.md +152 -0
  3328. package/examples/full-example-typescript/node_modules/bytes/index.js +170 -0
  3329. package/examples/full-example-typescript/node_modules/bytes/package.json +42 -0
  3330. package/examples/full-example-typescript/node_modules/call-bind/.eslintignore +1 -0
  3331. package/examples/full-example-typescript/node_modules/call-bind/.eslintrc +16 -0
  3332. package/examples/full-example-typescript/node_modules/call-bind/.github/FUNDING.yml +12 -0
  3333. package/examples/full-example-typescript/node_modules/call-bind/.nycrc +9 -0
  3334. package/examples/full-example-typescript/node_modules/call-bind/CHANGELOG.md +106 -0
  3335. package/examples/full-example-typescript/node_modules/call-bind/LICENSE +21 -0
  3336. package/examples/full-example-typescript/node_modules/call-bind/README.md +64 -0
  3337. package/examples/full-example-typescript/node_modules/call-bind/callBound.js +15 -0
  3338. package/examples/full-example-typescript/node_modules/call-bind/index.js +24 -0
  3339. package/examples/full-example-typescript/node_modules/call-bind/package.json +93 -0
  3340. package/examples/full-example-typescript/node_modules/call-bind/test/callBound.js +54 -0
  3341. package/examples/full-example-typescript/node_modules/call-bind/test/index.js +74 -0
  3342. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.eslintrc +16 -0
  3343. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
  3344. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.nycrc +9 -0
  3345. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/CHANGELOG.md +23 -0
  3346. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/LICENSE +21 -0
  3347. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/README.md +62 -0
  3348. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
  3349. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
  3350. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
  3351. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
  3352. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
  3353. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
  3354. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
  3355. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
  3356. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/index.d.ts +46 -0
  3357. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/index.js +15 -0
  3358. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/package.json +85 -0
  3359. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
  3360. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
  3361. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/test/index.js +63 -0
  3362. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
  3363. package/examples/full-example-typescript/node_modules/call-bound/.eslintrc +13 -0
  3364. package/examples/full-example-typescript/node_modules/call-bound/.github/FUNDING.yml +12 -0
  3365. package/examples/full-example-typescript/node_modules/call-bound/.nycrc +9 -0
  3366. package/examples/full-example-typescript/node_modules/call-bound/CHANGELOG.md +25 -0
  3367. package/examples/full-example-typescript/node_modules/call-bound/LICENSE +21 -0
  3368. package/examples/full-example-typescript/node_modules/call-bound/README.md +53 -0
  3369. package/examples/full-example-typescript/node_modules/call-bound/index.d.ts +5 -0
  3370. package/examples/full-example-typescript/node_modules/call-bound/index.js +18 -0
  3371. package/examples/full-example-typescript/node_modules/call-bound/package.json +98 -0
  3372. package/examples/full-example-typescript/node_modules/call-bound/test/index.js +54 -0
  3373. package/examples/full-example-typescript/node_modules/call-bound/tsconfig.json +9 -0
  3374. package/examples/full-example-typescript/node_modules/check-disk-space/LICENSE +21 -0
  3375. package/examples/full-example-typescript/node_modules/check-disk-space/README.md +53 -0
  3376. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.cjs +210 -0
  3377. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.d.ts +53 -0
  3378. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.mjs +203 -0
  3379. package/examples/full-example-typescript/node_modules/check-disk-space/package.json +83 -0
  3380. package/examples/full-example-typescript/node_modules/content-disposition/HISTORY.md +60 -0
  3381. package/examples/full-example-typescript/node_modules/content-disposition/LICENSE +22 -0
  3382. package/examples/full-example-typescript/node_modules/content-disposition/README.md +142 -0
  3383. package/examples/full-example-typescript/node_modules/content-disposition/index.js +458 -0
  3384. package/examples/full-example-typescript/node_modules/content-disposition/package.json +44 -0
  3385. package/examples/full-example-typescript/node_modules/content-type/HISTORY.md +29 -0
  3386. package/examples/full-example-typescript/node_modules/content-type/LICENSE +22 -0
  3387. package/examples/full-example-typescript/node_modules/content-type/README.md +94 -0
  3388. package/examples/full-example-typescript/node_modules/content-type/index.js +225 -0
  3389. package/examples/full-example-typescript/node_modules/content-type/package.json +42 -0
  3390. package/examples/full-example-typescript/node_modules/cookie/LICENSE +24 -0
  3391. package/examples/full-example-typescript/node_modules/cookie/README.md +317 -0
  3392. package/examples/full-example-typescript/node_modules/cookie/SECURITY.md +25 -0
  3393. package/examples/full-example-typescript/node_modules/cookie/index.js +334 -0
  3394. package/examples/full-example-typescript/node_modules/cookie/package.json +44 -0
  3395. package/examples/full-example-typescript/node_modules/cookie-signature/History.md +38 -0
  3396. package/examples/full-example-typescript/node_modules/cookie-signature/Readme.md +42 -0
  3397. package/examples/full-example-typescript/node_modules/cookie-signature/index.js +51 -0
  3398. package/examples/full-example-typescript/node_modules/cookie-signature/package.json +18 -0
  3399. package/examples/full-example-typescript/node_modules/cors/CONTRIBUTING.md +33 -0
  3400. package/examples/full-example-typescript/node_modules/cors/HISTORY.md +58 -0
  3401. package/examples/full-example-typescript/node_modules/cors/LICENSE +22 -0
  3402. package/examples/full-example-typescript/node_modules/cors/README.md +243 -0
  3403. package/examples/full-example-typescript/node_modules/cors/lib/index.js +238 -0
  3404. package/examples/full-example-typescript/node_modules/cors/package.json +41 -0
  3405. package/examples/full-example-typescript/node_modules/debug/.coveralls.yml +1 -0
  3406. package/examples/full-example-typescript/node_modules/debug/.eslintrc +11 -0
  3407. package/examples/full-example-typescript/node_modules/debug/.travis.yml +14 -0
  3408. package/examples/full-example-typescript/node_modules/debug/CHANGELOG.md +362 -0
  3409. package/examples/full-example-typescript/node_modules/debug/LICENSE +19 -0
  3410. package/examples/full-example-typescript/node_modules/debug/Makefile +50 -0
  3411. package/examples/full-example-typescript/node_modules/debug/README.md +312 -0
  3412. package/examples/full-example-typescript/node_modules/debug/component.json +19 -0
  3413. package/examples/full-example-typescript/node_modules/debug/karma.conf.js +70 -0
  3414. package/examples/full-example-typescript/node_modules/debug/node.js +1 -0
  3415. package/examples/full-example-typescript/node_modules/debug/package.json +49 -0
  3416. package/examples/full-example-typescript/node_modules/debug/src/browser.js +185 -0
  3417. package/examples/full-example-typescript/node_modules/debug/src/debug.js +202 -0
  3418. package/examples/full-example-typescript/node_modules/debug/src/index.js +10 -0
  3419. package/examples/full-example-typescript/node_modules/debug/src/inspector-log.js +15 -0
  3420. package/examples/full-example-typescript/node_modules/debug/src/node.js +248 -0
  3421. package/examples/full-example-typescript/node_modules/define-data-property/.eslintrc +24 -0
  3422. package/examples/full-example-typescript/node_modules/define-data-property/.github/FUNDING.yml +12 -0
  3423. package/examples/full-example-typescript/node_modules/define-data-property/.nycrc +13 -0
  3424. package/examples/full-example-typescript/node_modules/define-data-property/CHANGELOG.md +70 -0
  3425. package/examples/full-example-typescript/node_modules/define-data-property/LICENSE +21 -0
  3426. package/examples/full-example-typescript/node_modules/define-data-property/README.md +67 -0
  3427. package/examples/full-example-typescript/node_modules/define-data-property/index.d.ts +12 -0
  3428. package/examples/full-example-typescript/node_modules/define-data-property/index.js +56 -0
  3429. package/examples/full-example-typescript/node_modules/define-data-property/package.json +106 -0
  3430. package/examples/full-example-typescript/node_modules/define-data-property/test/index.js +392 -0
  3431. package/examples/full-example-typescript/node_modules/define-data-property/tsconfig.json +59 -0
  3432. package/examples/full-example-typescript/node_modules/depd/History.md +103 -0
  3433. package/examples/full-example-typescript/node_modules/depd/LICENSE +22 -0
  3434. package/examples/full-example-typescript/node_modules/depd/Readme.md +280 -0
  3435. package/examples/full-example-typescript/node_modules/depd/index.js +538 -0
  3436. package/examples/full-example-typescript/node_modules/depd/lib/browser/index.js +77 -0
  3437. package/examples/full-example-typescript/node_modules/depd/package.json +45 -0
  3438. package/examples/full-example-typescript/node_modules/destroy/LICENSE +23 -0
  3439. package/examples/full-example-typescript/node_modules/destroy/README.md +63 -0
  3440. package/examples/full-example-typescript/node_modules/destroy/index.js +209 -0
  3441. package/examples/full-example-typescript/node_modules/destroy/package.json +48 -0
  3442. package/examples/full-example-typescript/node_modules/dunder-proto/.eslintrc +5 -0
  3443. package/examples/full-example-typescript/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
  3444. package/examples/full-example-typescript/node_modules/dunder-proto/.nycrc +13 -0
  3445. package/examples/full-example-typescript/node_modules/dunder-proto/CHANGELOG.md +15 -0
  3446. package/examples/full-example-typescript/node_modules/dunder-proto/LICENSE +21 -0
  3447. package/examples/full-example-typescript/node_modules/dunder-proto/README.md +54 -0
  3448. package/examples/full-example-typescript/node_modules/dunder-proto/get.d.ts +5 -0
  3449. package/examples/full-example-typescript/node_modules/dunder-proto/get.js +23 -0
  3450. package/examples/full-example-typescript/node_modules/dunder-proto/package.json +76 -0
  3451. package/examples/full-example-typescript/node_modules/dunder-proto/set.d.ts +5 -0
  3452. package/examples/full-example-typescript/node_modules/dunder-proto/set.js +29 -0
  3453. package/examples/full-example-typescript/node_modules/dunder-proto/test/get.js +34 -0
  3454. package/examples/full-example-typescript/node_modules/dunder-proto/test/index.js +4 -0
  3455. package/examples/full-example-typescript/node_modules/dunder-proto/test/set.js +41 -0
  3456. package/examples/full-example-typescript/node_modules/dunder-proto/tsconfig.json +9 -0
  3457. package/examples/full-example-typescript/node_modules/ee-first/LICENSE +22 -0
  3458. package/examples/full-example-typescript/node_modules/ee-first/README.md +80 -0
  3459. package/examples/full-example-typescript/node_modules/ee-first/index.js +95 -0
  3460. package/examples/full-example-typescript/node_modules/ee-first/package.json +29 -0
  3461. package/examples/full-example-typescript/node_modules/encodeurl/LICENSE +22 -0
  3462. package/examples/full-example-typescript/node_modules/encodeurl/README.md +109 -0
  3463. package/examples/full-example-typescript/node_modules/encodeurl/index.js +60 -0
  3464. package/examples/full-example-typescript/node_modules/encodeurl/package.json +40 -0
  3465. package/examples/full-example-typescript/node_modules/engine.io/LICENSE +19 -0
  3466. package/examples/full-example-typescript/node_modules/engine.io/README.md +603 -0
  3467. package/examples/full-example-typescript/node_modules/engine.io/build/engine.io.d.ts +26 -0
  3468. package/examples/full-example-typescript/node_modules/engine.io/build/engine.io.js +54 -0
  3469. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/index.d.ts +94 -0
  3470. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/index.js +424 -0
  3471. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/utf8.d.ts +14 -0
  3472. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/utf8.js +187 -0
  3473. package/examples/full-example-typescript/node_modules/engine.io/build/server.d.ts +267 -0
  3474. package/examples/full-example-typescript/node_modules/engine.io/build/server.js +786 -0
  3475. package/examples/full-example-typescript/node_modules/engine.io/build/socket.d.ts +180 -0
  3476. package/examples/full-example-typescript/node_modules/engine.io/build/socket.js +460 -0
  3477. package/examples/full-example-typescript/node_modules/engine.io/build/transport.d.ts +124 -0
  3478. package/examples/full-example-typescript/node_modules/engine.io/build/transport.js +117 -0
  3479. package/examples/full-example-typescript/node_modules/engine.io/build/transports/index.d.ts +16 -0
  3480. package/examples/full-example-typescript/node_modules/engine.io/build/transports/index.js +23 -0
  3481. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling-jsonp.d.ts +12 -0
  3482. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling-jsonp.js +41 -0
  3483. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling.d.ts +87 -0
  3484. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling.js +332 -0
  3485. package/examples/full-example-typescript/node_modules/engine.io/build/transports/websocket.d.ts +32 -0
  3486. package/examples/full-example-typescript/node_modules/engine.io/build/transports/websocket.js +94 -0
  3487. package/examples/full-example-typescript/node_modules/engine.io/build/transports/webtransport.d.ts +12 -0
  3488. package/examples/full-example-typescript/node_modules/engine.io/build/transports/webtransport.js +63 -0
  3489. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/index.d.ts +7 -0
  3490. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/index.js +8 -0
  3491. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/polling.d.ts +99 -0
  3492. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/polling.js +364 -0
  3493. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/websocket.d.ts +32 -0
  3494. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/websocket.js +73 -0
  3495. package/examples/full-example-typescript/node_modules/engine.io/build/userver.d.ts +42 -0
  3496. package/examples/full-example-typescript/node_modules/engine.io/build/userver.js +279 -0
  3497. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/LICENSE +24 -0
  3498. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/README.md +317 -0
  3499. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/SECURITY.md +25 -0
  3500. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/index.js +335 -0
  3501. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/package.json +44 -0
  3502. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/LICENSE +20 -0
  3503. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/README.md +481 -0
  3504. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/package.json +60 -0
  3505. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/browser.js +271 -0
  3506. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/common.js +274 -0
  3507. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/index.js +10 -0
  3508. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/node.js +263 -0
  3509. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/index.js +162 -0
  3510. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/license.md +21 -0
  3511. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/package.json +38 -0
  3512. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/readme.md +59 -0
  3513. package/examples/full-example-typescript/node_modules/engine.io/package.json +71 -0
  3514. package/examples/full-example-typescript/node_modules/engine.io/wrapper.mjs +10 -0
  3515. package/examples/full-example-typescript/node_modules/engine.io-parser/LICENSE +22 -0
  3516. package/examples/full-example-typescript/node_modules/engine.io-parser/Readme.md +158 -0
  3517. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/commons.d.ts +14 -0
  3518. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/commons.js +19 -0
  3519. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts +2 -0
  3520. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +48 -0
  3521. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts +2 -0
  3522. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +66 -0
  3523. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts +2 -0
  3524. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.js +59 -0
  3525. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts +4 -0
  3526. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +72 -0
  3527. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts +3 -0
  3528. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.js +38 -0
  3529. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/index.d.ts +9 -0
  3530. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/index.js +164 -0
  3531. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/package.json +8 -0
  3532. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/commons.d.ts +14 -0
  3533. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/commons.js +14 -0
  3534. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +2 -0
  3535. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +43 -0
  3536. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +2 -0
  3537. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +62 -0
  3538. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +2 -0
  3539. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.js +55 -0
  3540. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +4 -0
  3541. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +68 -0
  3542. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +3 -0
  3543. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.js +33 -0
  3544. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/index.d.ts +9 -0
  3545. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/index.js +156 -0
  3546. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/package.json +8 -0
  3547. package/examples/full-example-typescript/node_modules/engine.io-parser/package.json +46 -0
  3548. package/examples/full-example-typescript/node_modules/es-define-property/.eslintrc +13 -0
  3549. package/examples/full-example-typescript/node_modules/es-define-property/.github/FUNDING.yml +12 -0
  3550. package/examples/full-example-typescript/node_modules/es-define-property/.nycrc +9 -0
  3551. package/examples/full-example-typescript/node_modules/es-define-property/CHANGELOG.md +29 -0
  3552. package/examples/full-example-typescript/node_modules/es-define-property/LICENSE +21 -0
  3553. package/examples/full-example-typescript/node_modules/es-define-property/README.md +49 -0
  3554. package/examples/full-example-typescript/node_modules/es-define-property/index.d.ts +3 -0
  3555. package/examples/full-example-typescript/node_modules/es-define-property/index.js +14 -0
  3556. package/examples/full-example-typescript/node_modules/es-define-property/package.json +81 -0
  3557. package/examples/full-example-typescript/node_modules/es-define-property/test/index.js +56 -0
  3558. package/examples/full-example-typescript/node_modules/es-define-property/tsconfig.json +10 -0
  3559. package/examples/full-example-typescript/node_modules/es-errors/.eslintrc +5 -0
  3560. package/examples/full-example-typescript/node_modules/es-errors/.github/FUNDING.yml +12 -0
  3561. package/examples/full-example-typescript/node_modules/es-errors/CHANGELOG.md +40 -0
  3562. package/examples/full-example-typescript/node_modules/es-errors/LICENSE +21 -0
  3563. package/examples/full-example-typescript/node_modules/es-errors/README.md +55 -0
  3564. package/examples/full-example-typescript/node_modules/es-errors/eval.d.ts +3 -0
  3565. package/examples/full-example-typescript/node_modules/es-errors/eval.js +4 -0
  3566. package/examples/full-example-typescript/node_modules/es-errors/index.d.ts +3 -0
  3567. package/examples/full-example-typescript/node_modules/es-errors/index.js +4 -0
  3568. package/examples/full-example-typescript/node_modules/es-errors/package.json +80 -0
  3569. package/examples/full-example-typescript/node_modules/es-errors/range.d.ts +3 -0
  3570. package/examples/full-example-typescript/node_modules/es-errors/range.js +4 -0
  3571. package/examples/full-example-typescript/node_modules/es-errors/ref.d.ts +3 -0
  3572. package/examples/full-example-typescript/node_modules/es-errors/ref.js +4 -0
  3573. package/examples/full-example-typescript/node_modules/es-errors/syntax.d.ts +3 -0
  3574. package/examples/full-example-typescript/node_modules/es-errors/syntax.js +4 -0
  3575. package/examples/full-example-typescript/node_modules/es-errors/test/index.js +19 -0
  3576. package/examples/full-example-typescript/node_modules/es-errors/tsconfig.json +49 -0
  3577. package/examples/full-example-typescript/node_modules/es-errors/type.d.ts +3 -0
  3578. package/examples/full-example-typescript/node_modules/es-errors/type.js +4 -0
  3579. package/examples/full-example-typescript/node_modules/es-errors/uri.d.ts +3 -0
  3580. package/examples/full-example-typescript/node_modules/es-errors/uri.js +4 -0
  3581. package/examples/full-example-typescript/node_modules/es-object-atoms/.eslintrc +16 -0
  3582. package/examples/full-example-typescript/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
  3583. package/examples/full-example-typescript/node_modules/es-object-atoms/CHANGELOG.md +16 -0
  3584. package/examples/full-example-typescript/node_modules/es-object-atoms/LICENSE +21 -0
  3585. package/examples/full-example-typescript/node_modules/es-object-atoms/README.md +56 -0
  3586. package/examples/full-example-typescript/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
  3587. package/examples/full-example-typescript/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
  3588. package/examples/full-example-typescript/node_modules/es-object-atoms/ToObject.d.ts +3 -0
  3589. package/examples/full-example-typescript/node_modules/es-object-atoms/ToObject.js +10 -0
  3590. package/examples/full-example-typescript/node_modules/es-object-atoms/index.d.ts +3 -0
  3591. package/examples/full-example-typescript/node_modules/es-object-atoms/index.js +4 -0
  3592. package/examples/full-example-typescript/node_modules/es-object-atoms/package.json +79 -0
  3593. package/examples/full-example-typescript/node_modules/es-object-atoms/test/index.js +28 -0
  3594. package/examples/full-example-typescript/node_modules/es-object-atoms/tsconfig.json +6 -0
  3595. package/examples/full-example-typescript/node_modules/escape-html/LICENSE +24 -0
  3596. package/examples/full-example-typescript/node_modules/escape-html/Readme.md +43 -0
  3597. package/examples/full-example-typescript/node_modules/escape-html/index.js +78 -0
  3598. package/examples/full-example-typescript/node_modules/escape-html/package.json +24 -0
  3599. package/examples/full-example-typescript/node_modules/etag/HISTORY.md +83 -0
  3600. package/examples/full-example-typescript/node_modules/etag/LICENSE +22 -0
  3601. package/examples/full-example-typescript/node_modules/etag/README.md +159 -0
  3602. package/examples/full-example-typescript/node_modules/etag/index.js +131 -0
  3603. package/examples/full-example-typescript/node_modules/etag/package.json +47 -0
  3604. package/examples/full-example-typescript/node_modules/express/History.md +3656 -0
  3605. package/examples/full-example-typescript/node_modules/express/LICENSE +24 -0
  3606. package/examples/full-example-typescript/node_modules/express/Readme.md +260 -0
  3607. package/examples/full-example-typescript/node_modules/express/index.js +11 -0
  3608. package/examples/full-example-typescript/node_modules/express/lib/application.js +661 -0
  3609. package/examples/full-example-typescript/node_modules/express/lib/express.js +116 -0
  3610. package/examples/full-example-typescript/node_modules/express/lib/middleware/init.js +43 -0
  3611. package/examples/full-example-typescript/node_modules/express/lib/middleware/query.js +47 -0
  3612. package/examples/full-example-typescript/node_modules/express/lib/request.js +525 -0
  3613. package/examples/full-example-typescript/node_modules/express/lib/response.js +1179 -0
  3614. package/examples/full-example-typescript/node_modules/express/lib/router/index.js +673 -0
  3615. package/examples/full-example-typescript/node_modules/express/lib/router/layer.js +181 -0
  3616. package/examples/full-example-typescript/node_modules/express/lib/router/route.js +230 -0
  3617. package/examples/full-example-typescript/node_modules/express/lib/utils.js +303 -0
  3618. package/examples/full-example-typescript/node_modules/express/lib/view.js +182 -0
  3619. package/examples/full-example-typescript/node_modules/express/package.json +102 -0
  3620. package/examples/full-example-typescript/node_modules/fast-xml-parser/CHANGELOG.md +594 -0
  3621. package/examples/full-example-typescript/node_modules/fast-xml-parser/LICENSE +21 -0
  3622. package/examples/full-example-typescript/node_modules/fast-xml-parser/README.md +236 -0
  3623. package/examples/full-example-typescript/node_modules/fast-xml-parser/package.json +74 -0
  3624. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
  3625. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/man.js +12 -0
  3626. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/read.js +92 -0
  3627. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/fxp.d.ts +402 -0
  3628. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/fxp.js +11 -0
  3629. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/util.js +72 -0
  3630. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
  3631. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
  3632. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
  3633. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
  3634. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
  3635. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
  3636. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
  3637. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
  3638. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3639. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
  3640. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
  3641. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
  3642. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
  3643. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
  3644. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
  3645. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
  3646. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
  3647. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
  3648. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
  3649. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
  3650. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
  3651. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
  3652. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
  3653. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
  3654. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/validator.js +425 -0
  3655. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +281 -0
  3656. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +135 -0
  3657. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3658. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
  3659. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
  3660. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +601 -0
  3661. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
  3662. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
  3663. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
  3664. package/examples/full-example-typescript/node_modules/file-type/browser.d.ts +29 -0
  3665. package/examples/full-example-typescript/node_modules/file-type/browser.js +15 -0
  3666. package/examples/full-example-typescript/node_modules/file-type/core.d.ts +530 -0
  3667. package/examples/full-example-typescript/node_modules/file-type/core.js +1690 -0
  3668. package/examples/full-example-typescript/node_modules/file-type/index.d.ts +13 -0
  3669. package/examples/full-example-typescript/node_modules/file-type/index.js +14 -0
  3670. package/examples/full-example-typescript/node_modules/file-type/license +9 -0
  3671. package/examples/full-example-typescript/node_modules/file-type/package.json +244 -0
  3672. package/examples/full-example-typescript/node_modules/file-type/readme.md +543 -0
  3673. package/examples/full-example-typescript/node_modules/file-type/supported.js +304 -0
  3674. package/examples/full-example-typescript/node_modules/file-type/util.js +38 -0
  3675. package/examples/full-example-typescript/node_modules/finalhandler/HISTORY.md +210 -0
  3676. package/examples/full-example-typescript/node_modules/finalhandler/LICENSE +22 -0
  3677. package/examples/full-example-typescript/node_modules/finalhandler/README.md +147 -0
  3678. package/examples/full-example-typescript/node_modules/finalhandler/SECURITY.md +25 -0
  3679. package/examples/full-example-typescript/node_modules/finalhandler/index.js +341 -0
  3680. package/examples/full-example-typescript/node_modules/finalhandler/package.json +47 -0
  3681. package/examples/full-example-typescript/node_modules/forwarded/HISTORY.md +21 -0
  3682. package/examples/full-example-typescript/node_modules/forwarded/LICENSE +22 -0
  3683. package/examples/full-example-typescript/node_modules/forwarded/README.md +57 -0
  3684. package/examples/full-example-typescript/node_modules/forwarded/index.js +90 -0
  3685. package/examples/full-example-typescript/node_modules/forwarded/package.json +45 -0
  3686. package/examples/full-example-typescript/node_modules/fresh/HISTORY.md +70 -0
  3687. package/examples/full-example-typescript/node_modules/fresh/LICENSE +23 -0
  3688. package/examples/full-example-typescript/node_modules/fresh/README.md +119 -0
  3689. package/examples/full-example-typescript/node_modules/fresh/index.js +137 -0
  3690. package/examples/full-example-typescript/node_modules/fresh/package.json +46 -0
  3691. package/examples/full-example-typescript/node_modules/function-bind/.eslintrc +21 -0
  3692. package/examples/full-example-typescript/node_modules/function-bind/.github/FUNDING.yml +12 -0
  3693. package/examples/full-example-typescript/node_modules/function-bind/.github/SECURITY.md +3 -0
  3694. package/examples/full-example-typescript/node_modules/function-bind/.nycrc +13 -0
  3695. package/examples/full-example-typescript/node_modules/function-bind/CHANGELOG.md +136 -0
  3696. package/examples/full-example-typescript/node_modules/function-bind/LICENSE +20 -0
  3697. package/examples/full-example-typescript/node_modules/function-bind/README.md +46 -0
  3698. package/examples/full-example-typescript/node_modules/function-bind/implementation.js +84 -0
  3699. package/examples/full-example-typescript/node_modules/function-bind/index.js +5 -0
  3700. package/examples/full-example-typescript/node_modules/function-bind/package.json +87 -0
  3701. package/examples/full-example-typescript/node_modules/function-bind/test/.eslintrc +9 -0
  3702. package/examples/full-example-typescript/node_modules/function-bind/test/index.js +252 -0
  3703. package/examples/full-example-typescript/node_modules/get-intrinsic/.eslintrc +38 -0
  3704. package/examples/full-example-typescript/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
  3705. package/examples/full-example-typescript/node_modules/get-intrinsic/.nycrc +9 -0
  3706. package/examples/full-example-typescript/node_modules/get-intrinsic/CHANGELOG.md +170 -0
  3707. package/examples/full-example-typescript/node_modules/get-intrinsic/LICENSE +21 -0
  3708. package/examples/full-example-typescript/node_modules/get-intrinsic/README.md +71 -0
  3709. package/examples/full-example-typescript/node_modules/get-intrinsic/index.js +372 -0
  3710. package/examples/full-example-typescript/node_modules/get-intrinsic/package.json +97 -0
  3711. package/examples/full-example-typescript/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
  3712. package/examples/full-example-typescript/node_modules/gopd/.eslintrc +16 -0
  3713. package/examples/full-example-typescript/node_modules/gopd/.github/FUNDING.yml +12 -0
  3714. package/examples/full-example-typescript/node_modules/gopd/CHANGELOG.md +45 -0
  3715. package/examples/full-example-typescript/node_modules/gopd/LICENSE +21 -0
  3716. package/examples/full-example-typescript/node_modules/gopd/README.md +40 -0
  3717. package/examples/full-example-typescript/node_modules/gopd/gOPD.d.ts +1 -0
  3718. package/examples/full-example-typescript/node_modules/gopd/gOPD.js +4 -0
  3719. package/examples/full-example-typescript/node_modules/gopd/index.d.ts +5 -0
  3720. package/examples/full-example-typescript/node_modules/gopd/index.js +15 -0
  3721. package/examples/full-example-typescript/node_modules/gopd/package.json +77 -0
  3722. package/examples/full-example-typescript/node_modules/gopd/test/index.js +36 -0
  3723. package/examples/full-example-typescript/node_modules/gopd/tsconfig.json +9 -0
  3724. package/examples/full-example-typescript/node_modules/has-property-descriptors/.eslintrc +13 -0
  3725. package/examples/full-example-typescript/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  3726. package/examples/full-example-typescript/node_modules/has-property-descriptors/.nycrc +9 -0
  3727. package/examples/full-example-typescript/node_modules/has-property-descriptors/CHANGELOG.md +35 -0
  3728. package/examples/full-example-typescript/node_modules/has-property-descriptors/LICENSE +21 -0
  3729. package/examples/full-example-typescript/node_modules/has-property-descriptors/README.md +43 -0
  3730. package/examples/full-example-typescript/node_modules/has-property-descriptors/index.js +22 -0
  3731. package/examples/full-example-typescript/node_modules/has-property-descriptors/package.json +77 -0
  3732. package/examples/full-example-typescript/node_modules/has-property-descriptors/test/index.js +57 -0
  3733. package/examples/full-example-typescript/node_modules/has-symbols/.eslintrc +11 -0
  3734. package/examples/full-example-typescript/node_modules/has-symbols/.github/FUNDING.yml +12 -0
  3735. package/examples/full-example-typescript/node_modules/has-symbols/.nycrc +9 -0
  3736. package/examples/full-example-typescript/node_modules/has-symbols/CHANGELOG.md +91 -0
  3737. package/examples/full-example-typescript/node_modules/has-symbols/LICENSE +21 -0
  3738. package/examples/full-example-typescript/node_modules/has-symbols/README.md +46 -0
  3739. package/examples/full-example-typescript/node_modules/has-symbols/index.d.ts +3 -0
  3740. package/examples/full-example-typescript/node_modules/has-symbols/index.js +14 -0
  3741. package/examples/full-example-typescript/node_modules/has-symbols/package.json +111 -0
  3742. package/examples/full-example-typescript/node_modules/has-symbols/shams.d.ts +3 -0
  3743. package/examples/full-example-typescript/node_modules/has-symbols/shams.js +45 -0
  3744. package/examples/full-example-typescript/node_modules/has-symbols/test/index.js +22 -0
  3745. package/examples/full-example-typescript/node_modules/has-symbols/test/shams/core-js.js +29 -0
  3746. package/examples/full-example-typescript/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
  3747. package/examples/full-example-typescript/node_modules/has-symbols/test/tests.js +58 -0
  3748. package/examples/full-example-typescript/node_modules/has-symbols/tsconfig.json +10 -0
  3749. package/examples/full-example-typescript/node_modules/hasown/.eslintrc +5 -0
  3750. package/examples/full-example-typescript/node_modules/hasown/.github/FUNDING.yml +12 -0
  3751. package/examples/full-example-typescript/node_modules/hasown/.nycrc +13 -0
  3752. package/examples/full-example-typescript/node_modules/hasown/CHANGELOG.md +40 -0
  3753. package/examples/full-example-typescript/node_modules/hasown/LICENSE +21 -0
  3754. package/examples/full-example-typescript/node_modules/hasown/README.md +40 -0
  3755. package/examples/full-example-typescript/node_modules/hasown/index.d.ts +3 -0
  3756. package/examples/full-example-typescript/node_modules/hasown/index.js +8 -0
  3757. package/examples/full-example-typescript/node_modules/hasown/package.json +92 -0
  3758. package/examples/full-example-typescript/node_modules/hasown/tsconfig.json +6 -0
  3759. package/examples/full-example-typescript/node_modules/http-errors/HISTORY.md +180 -0
  3760. package/examples/full-example-typescript/node_modules/http-errors/LICENSE +23 -0
  3761. package/examples/full-example-typescript/node_modules/http-errors/README.md +169 -0
  3762. package/examples/full-example-typescript/node_modules/http-errors/index.js +289 -0
  3763. package/examples/full-example-typescript/node_modules/http-errors/package.json +50 -0
  3764. package/examples/full-example-typescript/node_modules/iconv-lite/Changelog.md +162 -0
  3765. package/examples/full-example-typescript/node_modules/iconv-lite/LICENSE +21 -0
  3766. package/examples/full-example-typescript/node_modules/iconv-lite/README.md +156 -0
  3767. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/dbcs-codec.js +555 -0
  3768. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/dbcs-data.js +176 -0
  3769. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/index.js +22 -0
  3770. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/internal.js +188 -0
  3771. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
  3772. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
  3773. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-data.js +174 -0
  3774. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
  3775. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
  3776. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
  3777. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
  3778. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
  3779. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
  3780. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/gbk-added.json +55 -0
  3781. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
  3782. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/utf16.js +177 -0
  3783. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/utf7.js +290 -0
  3784. package/examples/full-example-typescript/node_modules/iconv-lite/lib/bom-handling.js +52 -0
  3785. package/examples/full-example-typescript/node_modules/iconv-lite/lib/extend-node.js +217 -0
  3786. package/examples/full-example-typescript/node_modules/iconv-lite/lib/index.d.ts +24 -0
  3787. package/examples/full-example-typescript/node_modules/iconv-lite/lib/index.js +153 -0
  3788. package/examples/full-example-typescript/node_modules/iconv-lite/lib/streams.js +121 -0
  3789. package/examples/full-example-typescript/node_modules/iconv-lite/package.json +46 -0
  3790. package/examples/full-example-typescript/node_modules/ieee754/LICENSE +11 -0
  3791. package/examples/full-example-typescript/node_modules/ieee754/README.md +51 -0
  3792. package/examples/full-example-typescript/node_modules/ieee754/index.d.ts +10 -0
  3793. package/examples/full-example-typescript/node_modules/ieee754/index.js +85 -0
  3794. package/examples/full-example-typescript/node_modules/ieee754/package.json +52 -0
  3795. package/examples/full-example-typescript/node_modules/inherits/LICENSE +16 -0
  3796. package/examples/full-example-typescript/node_modules/inherits/README.md +42 -0
  3797. package/examples/full-example-typescript/node_modules/inherits/inherits.js +9 -0
  3798. package/examples/full-example-typescript/node_modules/inherits/inherits_browser.js +27 -0
  3799. package/examples/full-example-typescript/node_modules/inherits/package.json +29 -0
  3800. package/examples/full-example-typescript/node_modules/ipaddr.js/LICENSE +19 -0
  3801. package/examples/full-example-typescript/node_modules/ipaddr.js/README.md +233 -0
  3802. package/examples/full-example-typescript/node_modules/ipaddr.js/ipaddr.min.js +1 -0
  3803. package/examples/full-example-typescript/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
  3804. package/examples/full-example-typescript/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
  3805. package/examples/full-example-typescript/node_modules/ipaddr.js/package.json +35 -0
  3806. package/examples/full-example-typescript/node_modules/math-intrinsics/.eslintrc +16 -0
  3807. package/examples/full-example-typescript/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
  3808. package/examples/full-example-typescript/node_modules/math-intrinsics/CHANGELOG.md +16 -0
  3809. package/examples/full-example-typescript/node_modules/math-intrinsics/LICENSE +21 -0
  3810. package/examples/full-example-typescript/node_modules/math-intrinsics/README.md +49 -0
  3811. package/examples/full-example-typescript/node_modules/math-intrinsics/abs.d.ts +1 -0
  3812. package/examples/full-example-typescript/node_modules/math-intrinsics/abs.js +4 -0
  3813. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
  3814. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
  3815. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
  3816. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
  3817. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
  3818. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxValue.js +5 -0
  3819. package/examples/full-example-typescript/node_modules/math-intrinsics/floor.d.ts +1 -0
  3820. package/examples/full-example-typescript/node_modules/math-intrinsics/floor.js +4 -0
  3821. package/examples/full-example-typescript/node_modules/math-intrinsics/isFinite.d.ts +3 -0
  3822. package/examples/full-example-typescript/node_modules/math-intrinsics/isFinite.js +12 -0
  3823. package/examples/full-example-typescript/node_modules/math-intrinsics/isInteger.d.ts +3 -0
  3824. package/examples/full-example-typescript/node_modules/math-intrinsics/isInteger.js +16 -0
  3825. package/examples/full-example-typescript/node_modules/math-intrinsics/isNaN.d.ts +1 -0
  3826. package/examples/full-example-typescript/node_modules/math-intrinsics/isNaN.js +6 -0
  3827. package/examples/full-example-typescript/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
  3828. package/examples/full-example-typescript/node_modules/math-intrinsics/isNegativeZero.js +6 -0
  3829. package/examples/full-example-typescript/node_modules/math-intrinsics/max.d.ts +1 -0
  3830. package/examples/full-example-typescript/node_modules/math-intrinsics/max.js +4 -0
  3831. package/examples/full-example-typescript/node_modules/math-intrinsics/min.d.ts +1 -0
  3832. package/examples/full-example-typescript/node_modules/math-intrinsics/min.js +4 -0
  3833. package/examples/full-example-typescript/node_modules/math-intrinsics/mod.d.ts +3 -0
  3834. package/examples/full-example-typescript/node_modules/math-intrinsics/mod.js +9 -0
  3835. package/examples/full-example-typescript/node_modules/math-intrinsics/package.json +85 -0
  3836. package/examples/full-example-typescript/node_modules/math-intrinsics/pow.d.ts +1 -0
  3837. package/examples/full-example-typescript/node_modules/math-intrinsics/pow.js +4 -0
  3838. package/examples/full-example-typescript/node_modules/math-intrinsics/sign.d.ts +3 -0
  3839. package/examples/full-example-typescript/node_modules/math-intrinsics/sign.js +11 -0
  3840. package/examples/full-example-typescript/node_modules/math-intrinsics/test/index.js +183 -0
  3841. package/examples/full-example-typescript/node_modules/math-intrinsics/tsconfig.json +3 -0
  3842. package/examples/full-example-typescript/node_modules/media-typer/HISTORY.md +22 -0
  3843. package/examples/full-example-typescript/node_modules/media-typer/LICENSE +22 -0
  3844. package/examples/full-example-typescript/node_modules/media-typer/README.md +81 -0
  3845. package/examples/full-example-typescript/node_modules/media-typer/index.js +270 -0
  3846. package/examples/full-example-typescript/node_modules/media-typer/package.json +26 -0
  3847. package/examples/full-example-typescript/node_modules/merge-descriptors/HISTORY.md +21 -0
  3848. package/examples/full-example-typescript/node_modules/merge-descriptors/LICENSE +23 -0
  3849. package/examples/full-example-typescript/node_modules/merge-descriptors/README.md +49 -0
  3850. package/examples/full-example-typescript/node_modules/merge-descriptors/index.js +60 -0
  3851. package/examples/full-example-typescript/node_modules/merge-descriptors/package.json +39 -0
  3852. package/examples/full-example-typescript/node_modules/methods/HISTORY.md +29 -0
  3853. package/examples/full-example-typescript/node_modules/methods/LICENSE +24 -0
  3854. package/examples/full-example-typescript/node_modules/methods/README.md +51 -0
  3855. package/examples/full-example-typescript/node_modules/methods/index.js +69 -0
  3856. package/examples/full-example-typescript/node_modules/methods/package.json +36 -0
  3857. package/examples/full-example-typescript/node_modules/mime/CHANGELOG.md +164 -0
  3858. package/examples/full-example-typescript/node_modules/mime/LICENSE +21 -0
  3859. package/examples/full-example-typescript/node_modules/mime/README.md +90 -0
  3860. package/examples/full-example-typescript/node_modules/mime/cli.js +8 -0
  3861. package/examples/full-example-typescript/node_modules/mime/mime.js +108 -0
  3862. package/examples/full-example-typescript/node_modules/mime/package.json +44 -0
  3863. package/examples/full-example-typescript/node_modules/mime/src/build.js +53 -0
  3864. package/examples/full-example-typescript/node_modules/mime/src/test.js +60 -0
  3865. package/examples/full-example-typescript/node_modules/mime/types.json +1 -0
  3866. package/examples/full-example-typescript/node_modules/mime-db/HISTORY.md +507 -0
  3867. package/examples/full-example-typescript/node_modules/mime-db/LICENSE +23 -0
  3868. package/examples/full-example-typescript/node_modules/mime-db/README.md +100 -0
  3869. package/examples/full-example-typescript/node_modules/mime-db/db.json +8519 -0
  3870. package/examples/full-example-typescript/node_modules/mime-db/index.js +12 -0
  3871. package/examples/full-example-typescript/node_modules/mime-db/package.json +60 -0
  3872. package/examples/full-example-typescript/node_modules/mime-types/HISTORY.md +397 -0
  3873. package/examples/full-example-typescript/node_modules/mime-types/LICENSE +23 -0
  3874. package/examples/full-example-typescript/node_modules/mime-types/README.md +113 -0
  3875. package/examples/full-example-typescript/node_modules/mime-types/index.js +188 -0
  3876. package/examples/full-example-typescript/node_modules/mime-types/package.json +44 -0
  3877. package/examples/full-example-typescript/node_modules/ms/index.js +152 -0
  3878. package/examples/full-example-typescript/node_modules/ms/license.md +21 -0
  3879. package/examples/full-example-typescript/node_modules/ms/package.json +37 -0
  3880. package/examples/full-example-typescript/node_modules/ms/readme.md +51 -0
  3881. package/examples/full-example-typescript/node_modules/negotiator/HISTORY.md +108 -0
  3882. package/examples/full-example-typescript/node_modules/negotiator/LICENSE +24 -0
  3883. package/examples/full-example-typescript/node_modules/negotiator/README.md +203 -0
  3884. package/examples/full-example-typescript/node_modules/negotiator/index.js +82 -0
  3885. package/examples/full-example-typescript/node_modules/negotiator/lib/charset.js +169 -0
  3886. package/examples/full-example-typescript/node_modules/negotiator/lib/encoding.js +184 -0
  3887. package/examples/full-example-typescript/node_modules/negotiator/lib/language.js +179 -0
  3888. package/examples/full-example-typescript/node_modules/negotiator/lib/mediaType.js +294 -0
  3889. package/examples/full-example-typescript/node_modules/negotiator/package.json +42 -0
  3890. package/examples/full-example-typescript/node_modules/nodemailer/.gitattributes +6 -0
  3891. package/examples/full-example-typescript/node_modules/nodemailer/.ncurc.js +10 -0
  3892. package/examples/full-example-typescript/node_modules/nodemailer/.prettierrc.js +8 -0
  3893. package/examples/full-example-typescript/node_modules/nodemailer/CHANGELOG.md +829 -0
  3894. package/examples/full-example-typescript/node_modules/nodemailer/CODE_OF_CONDUCT.md +76 -0
  3895. package/examples/full-example-typescript/node_modules/nodemailer/LICENSE +16 -0
  3896. package/examples/full-example-typescript/node_modules/nodemailer/README.md +86 -0
  3897. package/examples/full-example-typescript/node_modules/nodemailer/SECURITY.txt +22 -0
  3898. package/examples/full-example-typescript/node_modules/nodemailer/lib/addressparser/index.js +327 -0
  3899. package/examples/full-example-typescript/node_modules/nodemailer/lib/base64/index.js +142 -0
  3900. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/index.js +251 -0
  3901. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/message-parser.js +155 -0
  3902. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/relaxed-body.js +154 -0
  3903. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/sign.js +117 -0
  3904. package/examples/full-example-typescript/node_modules/nodemailer/lib/fetch/cookies.js +281 -0
  3905. package/examples/full-example-typescript/node_modules/nodemailer/lib/fetch/index.js +274 -0
  3906. package/examples/full-example-typescript/node_modules/nodemailer/lib/json-transport/index.js +82 -0
  3907. package/examples/full-example-typescript/node_modules/nodemailer/lib/mail-composer/index.js +565 -0
  3908. package/examples/full-example-typescript/node_modules/nodemailer/lib/mailer/index.js +429 -0
  3909. package/examples/full-example-typescript/node_modules/nodemailer/lib/mailer/mail-message.js +315 -0
  3910. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-funcs/index.js +625 -0
  3911. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-funcs/mime-types.js +2104 -0
  3912. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/index.js +1314 -0
  3913. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/last-newline.js +33 -0
  3914. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/le-unix.js +43 -0
  3915. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/le-windows.js +52 -0
  3916. package/examples/full-example-typescript/node_modules/nodemailer/lib/nodemailer.js +150 -0
  3917. package/examples/full-example-typescript/node_modules/nodemailer/lib/punycode/index.js +460 -0
  3918. package/examples/full-example-typescript/node_modules/nodemailer/lib/qp/index.js +219 -0
  3919. package/examples/full-example-typescript/node_modules/nodemailer/lib/sendmail-transport/index.js +210 -0
  3920. package/examples/full-example-typescript/node_modules/nodemailer/lib/ses-transport/index.js +349 -0
  3921. package/examples/full-example-typescript/node_modules/nodemailer/lib/shared/index.js +688 -0
  3922. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/data-stream.js +108 -0
  3923. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/http-proxy-client.js +143 -0
  3924. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/index.js +1834 -0
  3925. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-pool/index.js +648 -0
  3926. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-pool/pool-resource.js +253 -0
  3927. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-transport/index.js +416 -0
  3928. package/examples/full-example-typescript/node_modules/nodemailer/lib/stream-transport/index.js +135 -0
  3929. package/examples/full-example-typescript/node_modules/nodemailer/lib/well-known/index.js +47 -0
  3930. package/examples/full-example-typescript/node_modules/nodemailer/lib/well-known/services.json +354 -0
  3931. package/examples/full-example-typescript/node_modules/nodemailer/lib/xoauth2/index.js +376 -0
  3932. package/examples/full-example-typescript/node_modules/nodemailer/package.json +43 -0
  3933. package/examples/full-example-typescript/node_modules/oauth/LICENSE +8 -0
  3934. package/examples/full-example-typescript/node_modules/oauth/Makefile +7 -0
  3935. package/examples/full-example-typescript/node_modules/oauth/Readme.md +193 -0
  3936. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/server.js +168 -0
  3937. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/google_calendars.ejs +21 -0
  3938. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/google_contacts.ejs +24 -0
  3939. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/layout.ejs +9 -0
  3940. package/examples/full-example-typescript/node_modules/oauth/examples/github-example.js +73 -0
  3941. package/examples/full-example-typescript/node_modules/oauth/examples/term.ie.oauth-HMAC-SHA1.js +31 -0
  3942. package/examples/full-example-typescript/node_modules/oauth/examples/twitter-example.js +75 -0
  3943. package/examples/full-example-typescript/node_modules/oauth/index.js +3 -0
  3944. package/examples/full-example-typescript/node_modules/oauth/lib/_utils.js +4 -0
  3945. package/examples/full-example-typescript/node_modules/oauth/lib/oauth.js +581 -0
  3946. package/examples/full-example-typescript/node_modules/oauth/lib/oauth2.js +233 -0
  3947. package/examples/full-example-typescript/node_modules/oauth/lib/sha1.js +334 -0
  3948. package/examples/full-example-typescript/node_modules/oauth/package.json +21 -0
  3949. package/examples/full-example-typescript/node_modules/object-assign/index.js +90 -0
  3950. package/examples/full-example-typescript/node_modules/object-assign/license +21 -0
  3951. package/examples/full-example-typescript/node_modules/object-assign/package.json +42 -0
  3952. package/examples/full-example-typescript/node_modules/object-assign/readme.md +61 -0
  3953. package/examples/full-example-typescript/node_modules/object-inspect/.eslintrc +53 -0
  3954. package/examples/full-example-typescript/node_modules/object-inspect/.github/FUNDING.yml +12 -0
  3955. package/examples/full-example-typescript/node_modules/object-inspect/.nycrc +13 -0
  3956. package/examples/full-example-typescript/node_modules/object-inspect/CHANGELOG.md +416 -0
  3957. package/examples/full-example-typescript/node_modules/object-inspect/LICENSE +21 -0
  3958. package/examples/full-example-typescript/node_modules/object-inspect/example/all.js +23 -0
  3959. package/examples/full-example-typescript/node_modules/object-inspect/example/circular.js +6 -0
  3960. package/examples/full-example-typescript/node_modules/object-inspect/example/fn.js +5 -0
  3961. package/examples/full-example-typescript/node_modules/object-inspect/example/inspect.js +10 -0
  3962. package/examples/full-example-typescript/node_modules/object-inspect/index.js +541 -0
  3963. package/examples/full-example-typescript/node_modules/object-inspect/package-support.json +20 -0
  3964. package/examples/full-example-typescript/node_modules/object-inspect/package.json +104 -0
  3965. package/examples/full-example-typescript/node_modules/object-inspect/readme.markdown +84 -0
  3966. package/examples/full-example-typescript/node_modules/object-inspect/test/bigint.js +58 -0
  3967. package/examples/full-example-typescript/node_modules/object-inspect/test/browser/dom.js +15 -0
  3968. package/examples/full-example-typescript/node_modules/object-inspect/test/circular.js +16 -0
  3969. package/examples/full-example-typescript/node_modules/object-inspect/test/deep.js +12 -0
  3970. package/examples/full-example-typescript/node_modules/object-inspect/test/element.js +53 -0
  3971. package/examples/full-example-typescript/node_modules/object-inspect/test/err.js +48 -0
  3972. package/examples/full-example-typescript/node_modules/object-inspect/test/fakes.js +29 -0
  3973. package/examples/full-example-typescript/node_modules/object-inspect/test/fn.js +76 -0
  3974. package/examples/full-example-typescript/node_modules/object-inspect/test/global.js +17 -0
  3975. package/examples/full-example-typescript/node_modules/object-inspect/test/has.js +15 -0
  3976. package/examples/full-example-typescript/node_modules/object-inspect/test/holes.js +15 -0
  3977. package/examples/full-example-typescript/node_modules/object-inspect/test/indent-option.js +271 -0
  3978. package/examples/full-example-typescript/node_modules/object-inspect/test/inspect.js +139 -0
  3979. package/examples/full-example-typescript/node_modules/object-inspect/test/lowbyte.js +12 -0
  3980. package/examples/full-example-typescript/node_modules/object-inspect/test/number.js +58 -0
  3981. package/examples/full-example-typescript/node_modules/object-inspect/test/quoteStyle.js +26 -0
  3982. package/examples/full-example-typescript/node_modules/object-inspect/test/toStringTag.js +40 -0
  3983. package/examples/full-example-typescript/node_modules/object-inspect/test/undef.js +12 -0
  3984. package/examples/full-example-typescript/node_modules/object-inspect/test/values.js +211 -0
  3985. package/examples/full-example-typescript/node_modules/object-inspect/test-core-js.js +26 -0
  3986. package/examples/full-example-typescript/node_modules/object-inspect/util.inspect.js +1 -0
  3987. package/examples/full-example-typescript/node_modules/on-finished/HISTORY.md +98 -0
  3988. package/examples/full-example-typescript/node_modules/on-finished/LICENSE +23 -0
  3989. package/examples/full-example-typescript/node_modules/on-finished/README.md +162 -0
  3990. package/examples/full-example-typescript/node_modules/on-finished/index.js +234 -0
  3991. package/examples/full-example-typescript/node_modules/on-finished/package.json +39 -0
  3992. package/examples/full-example-typescript/node_modules/parseurl/HISTORY.md +58 -0
  3993. package/examples/full-example-typescript/node_modules/parseurl/LICENSE +24 -0
  3994. package/examples/full-example-typescript/node_modules/parseurl/README.md +133 -0
  3995. package/examples/full-example-typescript/node_modules/parseurl/index.js +158 -0
  3996. package/examples/full-example-typescript/node_modules/parseurl/package.json +40 -0
  3997. package/examples/full-example-typescript/node_modules/passport/CHANGELOG.md +82 -0
  3998. package/examples/full-example-typescript/node_modules/passport/LICENSE +20 -0
  3999. package/examples/full-example-typescript/node_modules/passport/README.md +185 -0
  4000. package/examples/full-example-typescript/node_modules/passport/etc/jsdoc.json +3 -0
  4001. package/examples/full-example-typescript/node_modules/passport/lib/authenticator.js +486 -0
  4002. package/examples/full-example-typescript/node_modules/passport/lib/errors/authenticationerror.js +20 -0
  4003. package/examples/full-example-typescript/node_modules/passport/lib/framework/connect.js +22 -0
  4004. package/examples/full-example-typescript/node_modules/passport/lib/http/request.js +92 -0
  4005. package/examples/full-example-typescript/node_modules/passport/lib/index.js +24 -0
  4006. package/examples/full-example-typescript/node_modules/passport/lib/middleware/authenticate.js +381 -0
  4007. package/examples/full-example-typescript/node_modules/passport/lib/middleware/initialize.js +100 -0
  4008. package/examples/full-example-typescript/node_modules/passport/lib/sessionmanager.js +96 -0
  4009. package/examples/full-example-typescript/node_modules/passport/lib/strategies/session.js +131 -0
  4010. package/examples/full-example-typescript/node_modules/passport/package.json +56 -0
  4011. package/examples/full-example-typescript/node_modules/passport/sponsors/descope-dark.svg +79 -0
  4012. package/examples/full-example-typescript/node_modules/passport/sponsors/descope.svg +89 -0
  4013. package/examples/full-example-typescript/node_modules/passport/sponsors/fusionauth.png +0 -0
  4014. package/examples/full-example-typescript/node_modules/passport/sponsors/fusionauth.svg +171 -0
  4015. package/examples/full-example-typescript/node_modules/passport/sponsors/loginradius.png +0 -0
  4016. package/examples/full-example-typescript/node_modules/passport/sponsors/snyk.png +0 -0
  4017. package/examples/full-example-typescript/node_modules/passport/sponsors/workos.png +0 -0
  4018. package/examples/full-example-typescript/node_modules/passport-facebook/.github/ISSUE_TEMPLATE.md +54 -0
  4019. package/examples/full-example-typescript/node_modules/passport-facebook/.github/PULL_REQUEST_TEMPLATE.md +41 -0
  4020. package/examples/full-example-typescript/node_modules/passport-facebook/CONTRIBUTING.md +20 -0
  4021. package/examples/full-example-typescript/node_modules/passport-facebook/LICENSE +20 -0
  4022. package/examples/full-example-typescript/node_modules/passport-facebook/README.md +174 -0
  4023. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebookauthorizationerror.js +30 -0
  4024. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebookgraphapierror.js +32 -0
  4025. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebooktokenerror.js +36 -0
  4026. package/examples/full-example-typescript/node_modules/passport-facebook/lib/index.js +9 -0
  4027. package/examples/full-example-typescript/node_modules/passport-facebook/lib/profile.js +38 -0
  4028. package/examples/full-example-typescript/node_modules/passport-facebook/lib/strategy.js +242 -0
  4029. package/examples/full-example-typescript/node_modules/passport-facebook/package.json +48 -0
  4030. package/examples/full-example-typescript/node_modules/passport-github2/LICENSE +20 -0
  4031. package/examples/full-example-typescript/node_modules/passport-github2/README.md +86 -0
  4032. package/examples/full-example-typescript/node_modules/passport-github2/lib/index.js +15 -0
  4033. package/examples/full-example-typescript/node_modules/passport-github2/lib/profile.js +26 -0
  4034. package/examples/full-example-typescript/node_modules/passport-github2/lib/strategy.js +161 -0
  4035. package/examples/full-example-typescript/node_modules/passport-github2/package.json +51 -0
  4036. package/examples/full-example-typescript/node_modules/passport-google-oauth20/.github/ISSUE_TEMPLATE.md +54 -0
  4037. package/examples/full-example-typescript/node_modules/passport-google-oauth20/.github/PULL_REQUEST_TEMPLATE.md +41 -0
  4038. package/examples/full-example-typescript/node_modules/passport-google-oauth20/CONTRIBUTING.md +20 -0
  4039. package/examples/full-example-typescript/node_modules/passport-google-oauth20/LICENSE +20 -0
  4040. package/examples/full-example-typescript/node_modules/passport-google-oauth20/README.md +108 -0
  4041. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/errors/googleplusapierror.js +25 -0
  4042. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/errors/userinfoerror.js +22 -0
  4043. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/index.js +9 -0
  4044. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/profile/googleplus.js +47 -0
  4045. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/profile/openid.js +40 -0
  4046. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/strategy.js +199 -0
  4047. package/examples/full-example-typescript/node_modules/passport-google-oauth20/package.json +48 -0
  4048. package/examples/full-example-typescript/node_modules/passport-microsoft/.editorconfig +17 -0
  4049. package/examples/full-example-typescript/node_modules/passport-microsoft/.eslintrc.js +29 -0
  4050. package/examples/full-example-typescript/node_modules/passport-microsoft/.vscode/launch.json +17 -0
  4051. package/examples/full-example-typescript/node_modules/passport-microsoft/CHANGELOG.md +77 -0
  4052. package/examples/full-example-typescript/node_modules/passport-microsoft/License +7 -0
  4053. package/examples/full-example-typescript/node_modules/passport-microsoft/README.md +108 -0
  4054. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/README.md +27 -0
  4055. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/app.js +140 -0
  4056. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/package-lock.json +1128 -0
  4057. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/package.json +31 -0
  4058. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/account.ejs +3 -0
  4059. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/index.ejs +23 -0
  4060. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/layout.ejs +23 -0
  4061. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/login.ejs +1 -0
  4062. package/examples/full-example-typescript/node_modules/passport-microsoft/lib/index.js +9 -0
  4063. package/examples/full-example-typescript/node_modules/passport-microsoft/lib/strategy.js +144 -0
  4064. package/examples/full-example-typescript/node_modules/passport-microsoft/package.json +51 -0
  4065. package/examples/full-example-typescript/node_modules/passport-microsoft/test/bootstrap/node.js +5 -0
  4066. package/examples/full-example-typescript/node_modules/passport-microsoft/test/package.test.js +9 -0
  4067. package/examples/full-example-typescript/node_modules/passport-microsoft/test/strategy.test.js +201 -0
  4068. package/examples/full-example-typescript/node_modules/passport-oauth2/.github/FUNDING.yml +1 -0
  4069. package/examples/full-example-typescript/node_modules/passport-oauth2/CHANGELOG.md +36 -0
  4070. package/examples/full-example-typescript/node_modules/passport-oauth2/LICENSE +20 -0
  4071. package/examples/full-example-typescript/node_modules/passport-oauth2/README.md +129 -0
  4072. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/authorizationerror.js +44 -0
  4073. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/internaloautherror.js +49 -0
  4074. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/tokenerror.js +36 -0
  4075. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/index.js +16 -0
  4076. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/null.js +13 -0
  4077. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/pkcesession.js +89 -0
  4078. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/session.js +85 -0
  4079. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/store.js +88 -0
  4080. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/strategy.js +429 -0
  4081. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/utils.js +32 -0
  4082. package/examples/full-example-typescript/node_modules/passport-oauth2/package.json +59 -0
  4083. package/examples/full-example-typescript/node_modules/passport-strategy/.jshintrc +20 -0
  4084. package/examples/full-example-typescript/node_modules/passport-strategy/.travis.yml +15 -0
  4085. package/examples/full-example-typescript/node_modules/passport-strategy/LICENSE +20 -0
  4086. package/examples/full-example-typescript/node_modules/passport-strategy/README.md +61 -0
  4087. package/examples/full-example-typescript/node_modules/passport-strategy/lib/index.js +15 -0
  4088. package/examples/full-example-typescript/node_modules/passport-strategy/lib/strategy.js +28 -0
  4089. package/examples/full-example-typescript/node_modules/passport-strategy/package.json +50 -0
  4090. package/examples/full-example-typescript/node_modules/path-to-regexp/LICENSE +21 -0
  4091. package/examples/full-example-typescript/node_modules/path-to-regexp/Readme.md +35 -0
  4092. package/examples/full-example-typescript/node_modules/path-to-regexp/index.js +156 -0
  4093. package/examples/full-example-typescript/node_modules/path-to-regexp/package.json +30 -0
  4094. package/examples/full-example-typescript/node_modules/pause/History.md +5 -0
  4095. package/examples/full-example-typescript/node_modules/pause/Makefile +7 -0
  4096. package/examples/full-example-typescript/node_modules/pause/Readme.md +29 -0
  4097. package/examples/full-example-typescript/node_modules/pause/index.js +29 -0
  4098. package/examples/full-example-typescript/node_modules/pause/package.json +13 -0
  4099. package/examples/full-example-typescript/node_modules/peek-readable/LICENSE +21 -0
  4100. package/examples/full-example-typescript/node_modules/peek-readable/README.md +150 -0
  4101. package/examples/full-example-typescript/node_modules/peek-readable/lib/AbstractStreamReader.d.ts +47 -0
  4102. package/examples/full-example-typescript/node_modules/peek-readable/lib/AbstractStreamReader.js +71 -0
  4103. package/examples/full-example-typescript/node_modules/peek-readable/lib/Deferred.d.ts +6 -0
  4104. package/examples/full-example-typescript/node_modules/peek-readable/lib/Deferred.js +10 -0
  4105. package/examples/full-example-typescript/node_modules/peek-readable/lib/EndOfStreamError.d.ts +7 -0
  4106. package/examples/full-example-typescript/node_modules/peek-readable/lib/EndOfStreamError.js +9 -0
  4107. package/examples/full-example-typescript/node_modules/peek-readable/lib/StreamReader.d.ts +30 -0
  4108. package/examples/full-example-typescript/node_modules/peek-readable/lib/StreamReader.js +79 -0
  4109. package/examples/full-example-typescript/node_modules/peek-readable/lib/WebStreamReader.d.ts +14 -0
  4110. package/examples/full-example-typescript/node_modules/peek-readable/lib/WebStreamReader.js +31 -0
  4111. package/examples/full-example-typescript/node_modules/peek-readable/lib/index.d.ts +4 -0
  4112. package/examples/full-example-typescript/node_modules/peek-readable/lib/index.js +3 -0
  4113. package/examples/full-example-typescript/node_modules/peek-readable/package.json +68 -0
  4114. package/examples/full-example-typescript/node_modules/pg/LICENSE +21 -0
  4115. package/examples/full-example-typescript/node_modules/pg/README.md +89 -0
  4116. package/examples/full-example-typescript/node_modules/pg/lib/client.js +640 -0
  4117. package/examples/full-example-typescript/node_modules/pg/lib/connection-parameters.js +167 -0
  4118. package/examples/full-example-typescript/node_modules/pg/lib/connection.js +222 -0
  4119. package/examples/full-example-typescript/node_modules/pg/lib/crypto/sasl.js +186 -0
  4120. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils-legacy.js +37 -0
  4121. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils-webcrypto.js +83 -0
  4122. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils.js +9 -0
  4123. package/examples/full-example-typescript/node_modules/pg/lib/defaults.js +84 -0
  4124. package/examples/full-example-typescript/node_modules/pg/lib/index.js +58 -0
  4125. package/examples/full-example-typescript/node_modules/pg/lib/native/client.js +307 -0
  4126. package/examples/full-example-typescript/node_modules/pg/lib/native/index.js +2 -0
  4127. package/examples/full-example-typescript/node_modules/pg/lib/native/query.js +168 -0
  4128. package/examples/full-example-typescript/node_modules/pg/lib/query.js +239 -0
  4129. package/examples/full-example-typescript/node_modules/pg/lib/result.js +107 -0
  4130. package/examples/full-example-typescript/node_modules/pg/lib/stream.js +81 -0
  4131. package/examples/full-example-typescript/node_modules/pg/lib/type-overrides.js +35 -0
  4132. package/examples/full-example-typescript/node_modules/pg/lib/utils.js +213 -0
  4133. package/examples/full-example-typescript/node_modules/pg/package.json +62 -0
  4134. package/examples/full-example-typescript/node_modules/pg-cloudflare/LICENSE +21 -0
  4135. package/examples/full-example-typescript/node_modules/pg-cloudflare/README.md +33 -0
  4136. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.d.ts +2 -0
  4137. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.js +4 -0
  4138. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.js.map +1 -0
  4139. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.d.ts +31 -0
  4140. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.js +146 -0
  4141. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.js.map +1 -0
  4142. package/examples/full-example-typescript/node_modules/pg-cloudflare/package.json +32 -0
  4143. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/empty.ts +3 -0
  4144. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/index.ts +164 -0
  4145. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/types.d.ts +25 -0
  4146. package/examples/full-example-typescript/node_modules/pg-connection-string/LICENSE +21 -0
  4147. package/examples/full-example-typescript/node_modules/pg-connection-string/README.md +77 -0
  4148. package/examples/full-example-typescript/node_modules/pg-connection-string/index.d.ts +15 -0
  4149. package/examples/full-example-typescript/node_modules/pg-connection-string/index.js +112 -0
  4150. package/examples/full-example-typescript/node_modules/pg-connection-string/package.json +40 -0
  4151. package/examples/full-example-typescript/node_modules/pg-cursor/LICENSE +21 -0
  4152. package/examples/full-example-typescript/node_modules/pg-cursor/README.md +37 -0
  4153. package/examples/full-example-typescript/node_modules/pg-cursor/index.js +264 -0
  4154. package/examples/full-example-typescript/node_modules/pg-cursor/package.json +27 -0
  4155. package/examples/full-example-typescript/node_modules/pg-cursor/test/close.js +65 -0
  4156. package/examples/full-example-typescript/node_modules/pg-cursor/test/error-handling.js +118 -0
  4157. package/examples/full-example-typescript/node_modules/pg-cursor/test/index.js +181 -0
  4158. package/examples/full-example-typescript/node_modules/pg-cursor/test/mocha.opts +3 -0
  4159. package/examples/full-example-typescript/node_modules/pg-cursor/test/no-data-handling.js +34 -0
  4160. package/examples/full-example-typescript/node_modules/pg-cursor/test/pool.js +107 -0
  4161. package/examples/full-example-typescript/node_modules/pg-cursor/test/promises.js +51 -0
  4162. package/examples/full-example-typescript/node_modules/pg-cursor/test/query-config.js +35 -0
  4163. package/examples/full-example-typescript/node_modules/pg-cursor/test/transactions.js +43 -0
  4164. package/examples/full-example-typescript/node_modules/pg-int8/LICENSE +13 -0
  4165. package/examples/full-example-typescript/node_modules/pg-int8/README.md +16 -0
  4166. package/examples/full-example-typescript/node_modules/pg-int8/index.js +100 -0
  4167. package/examples/full-example-typescript/node_modules/pg-int8/package.json +24 -0
  4168. package/examples/full-example-typescript/node_modules/pg-minify/README.md +92 -0
  4169. package/examples/full-example-typescript/node_modules/pg-minify/lib/error.js +53 -0
  4170. package/examples/full-example-typescript/node_modules/pg-minify/lib/index.js +7 -0
  4171. package/examples/full-example-typescript/node_modules/pg-minify/lib/parser.js +196 -0
  4172. package/examples/full-example-typescript/node_modules/pg-minify/lib/utils.js +38 -0
  4173. package/examples/full-example-typescript/node_modules/pg-minify/package.json +49 -0
  4174. package/examples/full-example-typescript/node_modules/pg-minify/typescript/README.md +26 -0
  4175. package/examples/full-example-typescript/node_modules/pg-minify/typescript/pg-minify.d.ts +36 -0
  4176. package/examples/full-example-typescript/node_modules/pg-pool/LICENSE +21 -0
  4177. package/examples/full-example-typescript/node_modules/pg-pool/README.md +376 -0
  4178. package/examples/full-example-typescript/node_modules/pg-pool/index.js +467 -0
  4179. package/examples/full-example-typescript/node_modules/pg-pool/package.json +41 -0
  4180. package/examples/full-example-typescript/node_modules/pg-pool/test/bring-your-own-promise.js +42 -0
  4181. package/examples/full-example-typescript/node_modules/pg-pool/test/connection-strings.js +29 -0
  4182. package/examples/full-example-typescript/node_modules/pg-pool/test/connection-timeout.js +229 -0
  4183. package/examples/full-example-typescript/node_modules/pg-pool/test/ending.js +40 -0
  4184. package/examples/full-example-typescript/node_modules/pg-pool/test/error-handling.js +260 -0
  4185. package/examples/full-example-typescript/node_modules/pg-pool/test/events.js +124 -0
  4186. package/examples/full-example-typescript/node_modules/pg-pool/test/idle-timeout-exit.js +20 -0
  4187. package/examples/full-example-typescript/node_modules/pg-pool/test/idle-timeout.js +118 -0
  4188. package/examples/full-example-typescript/node_modules/pg-pool/test/index.js +226 -0
  4189. package/examples/full-example-typescript/node_modules/pg-pool/test/lifetime-timeout.js +47 -0
  4190. package/examples/full-example-typescript/node_modules/pg-pool/test/logging.js +20 -0
  4191. package/examples/full-example-typescript/node_modules/pg-pool/test/max-uses.js +97 -0
  4192. package/examples/full-example-typescript/node_modules/pg-pool/test/releasing-clients.js +53 -0
  4193. package/examples/full-example-typescript/node_modules/pg-pool/test/setup.js +10 -0
  4194. package/examples/full-example-typescript/node_modules/pg-pool/test/sizing.js +58 -0
  4195. package/examples/full-example-typescript/node_modules/pg-pool/test/submittable.js +19 -0
  4196. package/examples/full-example-typescript/node_modules/pg-pool/test/timeout.js +0 -0
  4197. package/examples/full-example-typescript/node_modules/pg-pool/test/verify.js +24 -0
  4198. package/examples/full-example-typescript/node_modules/pg-promise/LICENSE +21 -0
  4199. package/examples/full-example-typescript/node_modules/pg-promise/README.md +1132 -0
  4200. package/examples/full-example-typescript/node_modules/pg-promise/lib/assert.js +10 -0
  4201. package/examples/full-example-typescript/node_modules/pg-promise/lib/connect.js +178 -0
  4202. package/examples/full-example-typescript/node_modules/pg-promise/lib/context.js +93 -0
  4203. package/examples/full-example-typescript/node_modules/pg-promise/lib/database-pool.js +115 -0
  4204. package/examples/full-example-typescript/node_modules/pg-promise/lib/database.js +1683 -0
  4205. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/README.md +13 -0
  4206. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/index.js +51 -0
  4207. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/parameterized-query-error.js +95 -0
  4208. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/prepared-statement-error.js +96 -0
  4209. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/query-file-error.js +95 -0
  4210. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/query-result-error.js +177 -0
  4211. package/examples/full-example-typescript/node_modules/pg-promise/lib/events.js +536 -0
  4212. package/examples/full-example-typescript/node_modules/pg-promise/lib/formatting.js +932 -0
  4213. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/README.md +10 -0
  4214. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/column-set.js +649 -0
  4215. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/column.js +455 -0
  4216. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/index.js +75 -0
  4217. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/concat.js +103 -0
  4218. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/index.js +13 -0
  4219. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/insert.js +151 -0
  4220. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/sets.js +81 -0
  4221. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/update.js +248 -0
  4222. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/values.js +116 -0
  4223. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/table-name.js +181 -0
  4224. package/examples/full-example-typescript/node_modules/pg-promise/lib/index.js +28 -0
  4225. package/examples/full-example-typescript/node_modules/pg-promise/lib/inner-state.js +39 -0
  4226. package/examples/full-example-typescript/node_modules/pg-promise/lib/main.js +429 -0
  4227. package/examples/full-example-typescript/node_modules/pg-promise/lib/patterns.js +43 -0
  4228. package/examples/full-example-typescript/node_modules/pg-promise/lib/promise-adapter.js +86 -0
  4229. package/examples/full-example-typescript/node_modules/pg-promise/lib/promise-parser.js +56 -0
  4230. package/examples/full-example-typescript/node_modules/pg-promise/lib/query-file.js +398 -0
  4231. package/examples/full-example-typescript/node_modules/pg-promise/lib/query-result.js +39 -0
  4232. package/examples/full-example-typescript/node_modules/pg-promise/lib/query.js +277 -0
  4233. package/examples/full-example-typescript/node_modules/pg-promise/lib/special-query.js +30 -0
  4234. package/examples/full-example-typescript/node_modules/pg-promise/lib/stream.js +127 -0
  4235. package/examples/full-example-typescript/node_modules/pg-promise/lib/task.js +419 -0
  4236. package/examples/full-example-typescript/node_modules/pg-promise/lib/text.js +40 -0
  4237. package/examples/full-example-typescript/node_modules/pg-promise/lib/tx-mode.js +190 -0
  4238. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/index.js +18 -0
  4239. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/parameterized-query.js +263 -0
  4240. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/prepared-statement.js +313 -0
  4241. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/server-formatting.js +97 -0
  4242. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/README.md +13 -0
  4243. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/color.js +68 -0
  4244. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/index.js +206 -0
  4245. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/public.js +312 -0
  4246. package/examples/full-example-typescript/node_modules/pg-promise/package.json +67 -0
  4247. package/examples/full-example-typescript/node_modules/pg-promise/typescript/README.md +63 -0
  4248. package/examples/full-example-typescript/node_modules/pg-promise/typescript/pg-promise.d.ts +738 -0
  4249. package/examples/full-example-typescript/node_modules/pg-promise/typescript/pg-subset.d.ts +358 -0
  4250. package/examples/full-example-typescript/node_modules/pg-promise/typescript/tslint.json +21 -0
  4251. package/examples/full-example-typescript/node_modules/pg-protocol/LICENSE +21 -0
  4252. package/examples/full-example-typescript/node_modules/pg-protocol/README.md +3 -0
  4253. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.d.ts +1 -0
  4254. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.js +23 -0
  4255. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.js.map +1 -0
  4256. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.d.ts +14 -0
  4257. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.js +50 -0
  4258. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.js.map +1 -0
  4259. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.d.ts +16 -0
  4260. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.js +81 -0
  4261. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.js.map +1 -0
  4262. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.d.ts +1 -0
  4263. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.js +501 -0
  4264. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.js.map +1 -0
  4265. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.d.ts +6 -0
  4266. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.js +15 -0
  4267. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.js.map +1 -0
  4268. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.d.ts +162 -0
  4269. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.js +160 -0
  4270. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.js.map +1 -0
  4271. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.d.ts +1 -0
  4272. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.js +248 -0
  4273. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.js.map +1 -0
  4274. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.d.ts +39 -0
  4275. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.js +304 -0
  4276. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.js.map +1 -0
  4277. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.d.ts +42 -0
  4278. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.js +189 -0
  4279. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.js.map +1 -0
  4280. package/examples/full-example-typescript/node_modules/pg-protocol/package.json +35 -0
  4281. package/examples/full-example-typescript/node_modules/pg-protocol/src/b.ts +25 -0
  4282. package/examples/full-example-typescript/node_modules/pg-protocol/src/buffer-reader.ts +53 -0
  4283. package/examples/full-example-typescript/node_modules/pg-protocol/src/buffer-writer.ts +85 -0
  4284. package/examples/full-example-typescript/node_modules/pg-protocol/src/inbound-parser.test.ts +546 -0
  4285. package/examples/full-example-typescript/node_modules/pg-protocol/src/index.ts +11 -0
  4286. package/examples/full-example-typescript/node_modules/pg-protocol/src/messages.ts +262 -0
  4287. package/examples/full-example-typescript/node_modules/pg-protocol/src/outbound-serializer.test.ts +272 -0
  4288. package/examples/full-example-typescript/node_modules/pg-protocol/src/parser.ts +388 -0
  4289. package/examples/full-example-typescript/node_modules/pg-protocol/src/serializer.ts +274 -0
  4290. package/examples/full-example-typescript/node_modules/pg-protocol/src/testing/buffer-list.ts +75 -0
  4291. package/examples/full-example-typescript/node_modules/pg-protocol/src/testing/test-buffers.ts +166 -0
  4292. package/examples/full-example-typescript/node_modules/pg-protocol/src/types/chunky.d.ts +1 -0
  4293. package/examples/full-example-typescript/node_modules/pg-query-stream/LICENSE +9 -0
  4294. package/examples/full-example-typescript/node_modules/pg-query-stream/README.md +65 -0
  4295. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.d.ts +25 -0
  4296. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.js +48 -0
  4297. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.js.map +1 -0
  4298. package/examples/full-example-typescript/node_modules/pg-query-stream/package.json +52 -0
  4299. package/examples/full-example-typescript/node_modules/pg-query-stream/src/index.ts +67 -0
  4300. package/examples/full-example-typescript/node_modules/pg-types/.travis.yml +7 -0
  4301. package/examples/full-example-typescript/node_modules/pg-types/Makefile +14 -0
  4302. package/examples/full-example-typescript/node_modules/pg-types/README.md +75 -0
  4303. package/examples/full-example-typescript/node_modules/pg-types/index.d.ts +137 -0
  4304. package/examples/full-example-typescript/node_modules/pg-types/index.js +47 -0
  4305. package/examples/full-example-typescript/node_modules/pg-types/index.test-d.ts +21 -0
  4306. package/examples/full-example-typescript/node_modules/pg-types/lib/arrayParser.js +11 -0
  4307. package/examples/full-example-typescript/node_modules/pg-types/lib/binaryParsers.js +257 -0
  4308. package/examples/full-example-typescript/node_modules/pg-types/lib/builtins.js +73 -0
  4309. package/examples/full-example-typescript/node_modules/pg-types/lib/textParsers.js +215 -0
  4310. package/examples/full-example-typescript/node_modules/pg-types/package.json +42 -0
  4311. package/examples/full-example-typescript/node_modules/pg-types/test/index.js +24 -0
  4312. package/examples/full-example-typescript/node_modules/pg-types/test/types.js +597 -0
  4313. package/examples/full-example-typescript/node_modules/pgpass/README.md +74 -0
  4314. package/examples/full-example-typescript/node_modules/pgpass/lib/helper.js +233 -0
  4315. package/examples/full-example-typescript/node_modules/pgpass/lib/index.js +23 -0
  4316. package/examples/full-example-typescript/node_modules/pgpass/package.json +41 -0
  4317. package/examples/full-example-typescript/node_modules/postgres-array/index.d.ts +4 -0
  4318. package/examples/full-example-typescript/node_modules/postgres-array/index.js +97 -0
  4319. package/examples/full-example-typescript/node_modules/postgres-array/license +21 -0
  4320. package/examples/full-example-typescript/node_modules/postgres-array/package.json +35 -0
  4321. package/examples/full-example-typescript/node_modules/postgres-array/readme.md +43 -0
  4322. package/examples/full-example-typescript/node_modules/postgres-bytea/index.js +31 -0
  4323. package/examples/full-example-typescript/node_modules/postgres-bytea/license +21 -0
  4324. package/examples/full-example-typescript/node_modules/postgres-bytea/package.json +34 -0
  4325. package/examples/full-example-typescript/node_modules/postgres-bytea/readme.md +34 -0
  4326. package/examples/full-example-typescript/node_modules/postgres-date/index.js +116 -0
  4327. package/examples/full-example-typescript/node_modules/postgres-date/license +21 -0
  4328. package/examples/full-example-typescript/node_modules/postgres-date/package.json +33 -0
  4329. package/examples/full-example-typescript/node_modules/postgres-date/readme.md +49 -0
  4330. package/examples/full-example-typescript/node_modules/postgres-interval/index.d.ts +20 -0
  4331. package/examples/full-example-typescript/node_modules/postgres-interval/index.js +125 -0
  4332. package/examples/full-example-typescript/node_modules/postgres-interval/license +21 -0
  4333. package/examples/full-example-typescript/node_modules/postgres-interval/package.json +36 -0
  4334. package/examples/full-example-typescript/node_modules/postgres-interval/readme.md +48 -0
  4335. package/examples/full-example-typescript/node_modules/prostgles-client/.eslintignore +9 -0
  4336. package/examples/full-example-typescript/node_modules/prostgles-client/.eslintrc.js +44 -0
  4337. package/examples/full-example-typescript/node_modules/prostgles-client/.prettierignore +2 -0
  4338. package/examples/full-example-typescript/node_modules/prostgles-client/.prettierrc +4 -0
  4339. package/examples/full-example-typescript/node_modules/prostgles-client/.vscode/settings.json +12 -0
  4340. package/examples/full-example-typescript/node_modules/prostgles-client/LICENSE +21 -0
  4341. package/examples/full-example-typescript/node_modules/prostgles-client/README.md +46 -0
  4342. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.d.ts +54 -0
  4343. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.d.ts.map +1 -0
  4344. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.js +106 -0
  4345. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.d.ts +11 -0
  4346. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.d.ts.map +1 -0
  4347. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.js +63 -0
  4348. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.d.ts +243 -0
  4349. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.d.ts.map +1 -0
  4350. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.js +859 -0
  4351. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.d.ts +12 -0
  4352. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.d.ts.map +1 -0
  4353. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.js +61 -0
  4354. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.d.ts +1 -0
  4355. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.d.ts.map +1 -0
  4356. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.js +1 -0
  4357. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.d.ts +19 -0
  4358. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.d.ts.map +1 -0
  4359. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.js +131 -0
  4360. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.d.ts +6 -0
  4361. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.d.ts.map +1 -0
  4362. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.js +31 -0
  4363. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.d.ts +6 -0
  4364. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.d.ts.map +1 -0
  4365. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.js +167 -0
  4366. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.d.ts +22 -0
  4367. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.d.ts.map +1 -0
  4368. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.js +186 -0
  4369. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.d.ts +9 -0
  4370. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.d.ts.map +1 -0
  4371. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.js +177 -0
  4372. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.js +2 -0
  4373. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.js.LICENSE.txt +9 -0
  4374. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.no-sync.js +2 -0
  4375. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.no-sync.js.LICENSE.txt +9 -0
  4376. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.d.ts +2 -0
  4377. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.d.ts.map +1 -0
  4378. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.js +165 -0
  4379. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.d.ts +3 -0
  4380. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.d.ts.map +1 -0
  4381. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.js +9 -0
  4382. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.d.ts +7 -0
  4383. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.d.ts.map +1 -0
  4384. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.js +8 -0
  4385. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.d.ts +193 -0
  4386. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.d.ts.map +1 -0
  4387. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.js +153 -0
  4388. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.d.ts +39 -0
  4389. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.d.ts.map +1 -0
  4390. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.js +309 -0
  4391. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.d.ts +31 -0
  4392. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.d.ts.map +1 -0
  4393. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.js +66 -0
  4394. package/examples/full-example-typescript/node_modules/prostgles-client/package.json +59 -0
  4395. package/examples/full-example-typescript/node_modules/prostgles-client/tsconfig.json +34 -0
  4396. package/examples/full-example-typescript/node_modules/prostgles-client/webpack.dev.js +31 -0
  4397. package/examples/full-example-typescript/node_modules/prostgles-client/webpack.prod.js +46 -0
  4398. package/examples/full-example-typescript/node_modules/prostgles-server/.eslintignore +5 -0
  4399. package/examples/full-example-typescript/node_modules/prostgles-server/.eslintrc.json +34 -0
  4400. package/examples/full-example-typescript/node_modules/prostgles-server/.github/workflows/main.yml +50 -0
  4401. package/examples/full-example-typescript/node_modules/prostgles-server/.vscode/settings.json +12 -0
  4402. package/examples/full-example-typescript/node_modules/prostgles-server/LICENSE +21 -0
  4403. package/examples/full-example-typescript/node_modules/prostgles-server/README.md +121 -0
  4404. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.d.ts +70 -0
  4405. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.d.ts.map +1 -0
  4406. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.js +399 -0
  4407. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.js.map +1 -0
  4408. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.d.ts +285 -0
  4409. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.d.ts.map +1 -0
  4410. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.js +3 -0
  4411. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.js.map +1 -0
  4412. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.d.ts +2 -0
  4413. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.d.ts.map +1 -0
  4414. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.js +35 -0
  4415. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.js.map +1 -0
  4416. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.d.ts +18 -0
  4417. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.d.ts.map +1 -0
  4418. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.js +97 -0
  4419. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.js.map +1 -0
  4420. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.d.ts +11 -0
  4421. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.d.ts.map +1 -0
  4422. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.js +104 -0
  4423. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.js.map +1 -0
  4424. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.d.ts +4 -0
  4425. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.d.ts.map +1 -0
  4426. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.js +105 -0
  4427. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.js.map +1 -0
  4428. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.d.ts +3 -0
  4429. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.d.ts.map +1 -0
  4430. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.js +144 -0
  4431. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.js.map +1 -0
  4432. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.d.ts +38 -0
  4433. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.d.ts.map +1 -0
  4434. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.js +140 -0
  4435. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.js.map +1 -0
  4436. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.d.ts +25 -0
  4437. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.d.ts.map +1 -0
  4438. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.js +159 -0
  4439. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.js.map +1 -0
  4440. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.d.ts +81 -0
  4441. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.d.ts.map +1 -0
  4442. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.js +251 -0
  4443. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.js.map +1 -0
  4444. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.d.ts +260 -0
  4445. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.d.ts.map +1 -0
  4446. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.js +12 -0
  4447. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.js.map +1 -0
  4448. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.d.ts +64 -0
  4449. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.d.ts.map +1 -0
  4450. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.js +1011 -0
  4451. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.js.map +1 -0
  4452. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts +81 -0
  4453. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts.map +1 -0
  4454. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.js +214 -0
  4455. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.js.map +1 -0
  4456. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts +45 -0
  4457. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts.map +1 -0
  4458. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.js +209 -0
  4459. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.js.map +1 -0
  4460. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts +257 -0
  4461. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts.map +1 -0
  4462. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.js +213 -0
  4463. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.js.map +1 -0
  4464. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts +22 -0
  4465. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts.map +1 -0
  4466. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.js +106 -0
  4467. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.js.map +1 -0
  4468. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.d.ts +31 -0
  4469. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.d.ts.map +1 -0
  4470. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.js +226 -0
  4471. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.js.map +1 -0
  4472. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.d.ts +63 -0
  4473. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.d.ts.map +1 -0
  4474. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.js +262 -0
  4475. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.js.map +1 -0
  4476. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.d.ts +54 -0
  4477. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.d.ts.map +1 -0
  4478. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.js +161 -0
  4479. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.js.map +1 -0
  4480. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.d.ts +6 -0
  4481. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.d.ts.map +1 -0
  4482. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.js +105 -0
  4483. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.js.map +1 -0
  4484. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.d.ts +6 -0
  4485. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.d.ts.map +1 -0
  4486. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.js +167 -0
  4487. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.js.map +1 -0
  4488. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.d.ts +17 -0
  4489. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.d.ts.map +1 -0
  4490. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.js +72 -0
  4491. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.js.map +1 -0
  4492. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.d.ts +15 -0
  4493. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.d.ts.map +1 -0
  4494. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.js +53 -0
  4495. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.js.map +1 -0
  4496. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts +31 -0
  4497. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts.map +1 -0
  4498. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js +103 -0
  4499. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js.map +1 -0
  4500. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.d.ts +6 -0
  4501. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.d.ts.map +1 -0
  4502. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.js +146 -0
  4503. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.js.map +1 -0
  4504. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.d.ts +6 -0
  4505. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.d.ts.map +1 -0
  4506. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.js +39 -0
  4507. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.js.map +1 -0
  4508. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.d.ts +15 -0
  4509. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.d.ts.map +1 -0
  4510. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.js +38 -0
  4511. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.js.map +1 -0
  4512. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.d.ts +6 -0
  4513. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.d.ts.map +1 -0
  4514. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.js +33 -0
  4515. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.js.map +1 -0
  4516. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.d.ts +98 -0
  4517. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +1 -0
  4518. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.js +318 -0
  4519. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.js.map +1 -0
  4520. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.d.ts +6 -0
  4521. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.d.ts.map +1 -0
  4522. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.js +32 -0
  4523. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.js.map +1 -0
  4524. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.d.ts +18 -0
  4525. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.d.ts.map +1 -0
  4526. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.js +123 -0
  4527. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.js.map +1 -0
  4528. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts +4 -0
  4529. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts.map +1 -0
  4530. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.js +58 -0
  4531. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.js.map +1 -0
  4532. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.d.ts +4 -0
  4533. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.d.ts.map +1 -0
  4534. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.js +66 -0
  4535. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.js.map +1 -0
  4536. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.d.ts +6 -0
  4537. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.d.ts.map +1 -0
  4538. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.js +33 -0
  4539. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.js.map +1 -0
  4540. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts +21 -0
  4541. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts.map +1 -0
  4542. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.js +66 -0
  4543. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.js.map +1 -0
  4544. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.d.ts +12 -0
  4545. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.d.ts.map +1 -0
  4546. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.js +78 -0
  4547. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.js.map +1 -0
  4548. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts +8 -0
  4549. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts.map +1 -0
  4550. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.js +95 -0
  4551. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.js.map +1 -0
  4552. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts +19 -0
  4553. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts.map +1 -0
  4554. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.js +175 -0
  4555. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.js.map +1 -0
  4556. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts +5 -0
  4557. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts.map +1 -0
  4558. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.js +147 -0
  4559. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.js.map +1 -0
  4560. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.d.ts +23 -0
  4561. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.d.ts.map +1 -0
  4562. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.js +73 -0
  4563. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.js.map +1 -0
  4564. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.d.ts +6 -0
  4565. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.d.ts.map +1 -0
  4566. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.js +29 -0
  4567. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.js.map +1 -0
  4568. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.d.ts +20 -0
  4569. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.d.ts.map +1 -0
  4570. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.js +99 -0
  4571. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.js.map +1 -0
  4572. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.d.ts +12 -0
  4573. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.d.ts.map +1 -0
  4574. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.js +57 -0
  4575. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.js.map +1 -0
  4576. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.d.ts +58 -0
  4577. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.d.ts.map +1 -0
  4578. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.js +163 -0
  4579. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.js.map +1 -0
  4580. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.d.ts +12 -0
  4581. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.d.ts.map +1 -0
  4582. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.js +110 -0
  4583. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.js.map +1 -0
  4584. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.d.ts +23 -0
  4585. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.d.ts.map +1 -0
  4586. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.js +154 -0
  4587. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.js.map +1 -0
  4588. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.d.ts +20 -0
  4589. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.d.ts.map +1 -0
  4590. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.js +162 -0
  4591. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.js.map +1 -0
  4592. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts +12 -0
  4593. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts.map +1 -0
  4594. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.js +421 -0
  4595. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.js.map +1 -0
  4596. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.d.ts +35 -0
  4597. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.d.ts.map +1 -0
  4598. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.js +270 -0
  4599. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.js.map +1 -0
  4600. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.d.ts +18 -0
  4601. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.d.ts.map +1 -0
  4602. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.js +154 -0
  4603. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.js.map +1 -0
  4604. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.d.ts +12 -0
  4605. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.d.ts.map +1 -0
  4606. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.js +159 -0
  4607. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.js.map +1 -0
  4608. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.d.ts +25 -0
  4609. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.d.ts.map +1 -0
  4610. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.js +171 -0
  4611. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.js.map +1 -0
  4612. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.d.ts +9 -0
  4613. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.d.ts.map +1 -0
  4614. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.js +49 -0
  4615. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.js.map +1 -0
  4616. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.d.ts +2 -0
  4617. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.d.ts.map +1 -0
  4618. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.js +255 -0
  4619. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.js.map +1 -0
  4620. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.d.ts +17 -0
  4621. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.d.ts.map +1 -0
  4622. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.js +57 -0
  4623. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.js.map +1 -0
  4624. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.d.ts +4 -0
  4625. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.d.ts.map +1 -0
  4626. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.js +117 -0
  4627. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.js.map +1 -0
  4628. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.d.ts +138 -0
  4629. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.d.ts.map +1 -0
  4630. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.js +247 -0
  4631. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.js.map +1 -0
  4632. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.d.ts +16 -0
  4633. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.d.ts.map +1 -0
  4634. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.js +59 -0
  4635. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.js.map +1 -0
  4636. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.d.ts +4 -0
  4637. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.d.ts.map +1 -0
  4638. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.js +171 -0
  4639. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.js.map +1 -0
  4640. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.d.ts +7 -0
  4641. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.d.ts.map +1 -0
  4642. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.js +58 -0
  4643. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.js.map +1 -0
  4644. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.d.ts +5 -0
  4645. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.d.ts.map +1 -0
  4646. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.js +69 -0
  4647. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.js.map +1 -0
  4648. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.d.ts +22 -0
  4649. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.d.ts.map +1 -0
  4650. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.js +405 -0
  4651. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.js.map +1 -0
  4652. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts +4 -0
  4653. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts.map +1 -0
  4654. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.js +501 -0
  4655. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.js.map +1 -0
  4656. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.d.ts +9 -0
  4657. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.d.ts.map +1 -0
  4658. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.js +138 -0
  4659. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.js.map +1 -0
  4660. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.d.ts +102 -0
  4661. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.d.ts.map +1 -0
  4662. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.js +3 -0
  4663. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.js.map +1 -0
  4664. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.d.ts +28 -0
  4665. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.d.ts.map +1 -0
  4666. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.js +121 -0
  4667. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.js.map +1 -0
  4668. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.d.ts +83 -0
  4669. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.d.ts.map +1 -0
  4670. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.js +468 -0
  4671. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.js.map +1 -0
  4672. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.d.ts +236 -0
  4673. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.d.ts.map +1 -0
  4674. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.js +5 -0
  4675. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.js.map +1 -0
  4676. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.d.ts +201 -0
  4677. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.d.ts.map +1 -0
  4678. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.js +433 -0
  4679. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.js.map +1 -0
  4680. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.d.ts +12 -0
  4681. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.d.ts.map +1 -0
  4682. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.js +114 -0
  4683. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.js.map +1 -0
  4684. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.d.ts +7 -0
  4685. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.d.ts.map +1 -0
  4686. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.js +124 -0
  4687. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.js.map +1 -0
  4688. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.d.ts +3 -0
  4689. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.d.ts.map +1 -0
  4690. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.js +68 -0
  4691. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.js.map +1 -0
  4692. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.d.ts +14 -0
  4693. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.d.ts.map +1 -0
  4694. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.js +656 -0
  4695. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.js.map +1 -0
  4696. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.d.ts +5 -0
  4697. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.d.ts.map +1 -0
  4698. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.js +73 -0
  4699. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.js.map +1 -0
  4700. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.d.ts +5 -0
  4701. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.d.ts.map +1 -0
  4702. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.js +142 -0
  4703. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.js.map +1 -0
  4704. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.d.ts +4 -0
  4705. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.d.ts.map +1 -0
  4706. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.js +71 -0
  4707. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.js.map +1 -0
  4708. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.d.ts +3 -0
  4709. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.d.ts.map +1 -0
  4710. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.js +56 -0
  4711. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.js.map +1 -0
  4712. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.d.ts +43 -0
  4713. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.d.ts.map +1 -0
  4714. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.js +152 -0
  4715. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.js.map +1 -0
  4716. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.d.ts +20 -0
  4717. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.d.ts.map +1 -0
  4718. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.js +121 -0
  4719. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.js.map +1 -0
  4720. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.d.ts +20 -0
  4721. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.d.ts.map +1 -0
  4722. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.js +116 -0
  4723. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.js.map +1 -0
  4724. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.d.ts +5 -0
  4725. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.d.ts.map +1 -0
  4726. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.js +144 -0
  4727. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.js.map +1 -0
  4728. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.d.ts +388 -0
  4729. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.d.ts.map +1 -0
  4730. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.js +79 -0
  4731. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.js.map +1 -0
  4732. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.d.ts +46 -0
  4733. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.d.ts.map +1 -0
  4734. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.js +97 -0
  4735. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.js.map +1 -0
  4736. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.d.ts +19 -0
  4737. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.d.ts.map +1 -0
  4738. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.js +78 -0
  4739. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.js.map +1 -0
  4740. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.d.ts +14 -0
  4741. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.d.ts.map +1 -0
  4742. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.js +38 -0
  4743. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.js.map +1 -0
  4744. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.d.ts +3 -0
  4745. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.d.ts.map +1 -0
  4746. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.js +29 -0
  4747. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.js.map +1 -0
  4748. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.d.ts +37 -0
  4749. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.d.ts.map +1 -0
  4750. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.js +447 -0
  4751. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.js.map +1 -0
  4752. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.d.ts +297 -0
  4753. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.d.ts.map +1 -0
  4754. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.js +164 -0
  4755. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.js.map +1 -0
  4756. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.d.ts +27 -0
  4757. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.d.ts.map +1 -0
  4758. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.js +88 -0
  4759. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.js.map +1 -0
  4760. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.d.ts +34 -0
  4761. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.d.ts.map +1 -0
  4762. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.js +66 -0
  4763. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.js.map +1 -0
  4764. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.d.ts +19 -0
  4765. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.d.ts.map +1 -0
  4766. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.js +51 -0
  4767. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.js.map +1 -0
  4768. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.d.ts +17 -0
  4769. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.d.ts.map +1 -0
  4770. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.js +42 -0
  4771. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.js.map +1 -0
  4772. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.d.ts +20 -0
  4773. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.d.ts.map +1 -0
  4774. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.js +108 -0
  4775. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.js.map +1 -0
  4776. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.d.ts +3 -0
  4777. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.d.ts.map +1 -0
  4778. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.js +279 -0
  4779. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.js.map +1 -0
  4780. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.d.ts +5 -0
  4781. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.d.ts.map +1 -0
  4782. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.js +10 -0
  4783. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.js.map +1 -0
  4784. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.d.ts +59 -0
  4785. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.d.ts.map +1 -0
  4786. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.js +250 -0
  4787. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.js.map +1 -0
  4788. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.d.ts +6 -0
  4789. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.d.ts.map +1 -0
  4790. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.js +85 -0
  4791. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.js.map +1 -0
  4792. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.d.ts +43 -0
  4793. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.d.ts.map +1 -0
  4794. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.js +120 -0
  4795. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.js.map +1 -0
  4796. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.d.ts +10 -0
  4797. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.d.ts.map +1 -0
  4798. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.js +112 -0
  4799. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.js.map +1 -0
  4800. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.d.ts +2 -0
  4801. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.d.ts.map +1 -0
  4802. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.js +54 -0
  4803. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.js.map +1 -0
  4804. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.d.ts +4 -0
  4805. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.d.ts.map +1 -0
  4806. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.js +19 -0
  4807. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.js.map +1 -0
  4808. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/LICENSE +21 -0
  4809. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/assert/strict.d.ts +8 -0
  4810. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/buffer.buffer.d.ts +385 -0
  4811. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/disposable.d.ts +16 -0
  4812. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/index.d.ts +9 -0
  4813. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
  4814. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/constants.d.ts +19 -0
  4815. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/dom-events.d.ts +124 -0
  4816. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/globals.typedarray.d.ts +21 -0
  4817. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/readline/promises.d.ts +162 -0
  4818. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/consumers.d.ts +12 -0
  4819. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/promises.d.ts +90 -0
  4820. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +385 -0
  4821. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
  4822. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.d.ts +74 -0
  4823. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.d.ts.map +1 -0
  4824. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.js +6 -0
  4825. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.js.map +1 -0
  4826. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.ts +67 -0
  4827. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/home.html +30 -0
  4828. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.d.ts +2 -0
  4829. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.d.ts.map +1 -0
  4830. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.js +66 -0
  4831. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.js.map +1 -0
  4832. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.ts +48 -0
  4833. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/init.sql +17 -0
  4834. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/package.json +16 -0
  4835. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/tsconfig.json +24 -0
  4836. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/home.html +131 -0
  4837. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/index.js +57 -0
  4838. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/init.sql +69 -0
  4839. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/package.json +17 -0
  4840. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/index.js +27 -0
  4841. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/init.sql +5 -0
  4842. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/package.json +16 -0
  4843. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/index.ts +31 -0
  4844. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/init.sql +20 -0
  4845. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/package.json +16 -0
  4846. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/tsconfig.json +17 -0
  4847. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/AuthHandler.ts +437 -0
  4848. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/AuthTypes.ts +280 -0
  4849. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/getSafeReturnURL.ts +35 -0
  4850. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/sendEmail.ts +108 -0
  4851. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setAuthProviders.ts +127 -0
  4852. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setEmailProvider.ts +104 -0
  4853. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setupAuthRoutes.ts +159 -0
  4854. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DBEventsManager.ts +178 -0
  4855. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DBSchemaBuilder.ts +255 -0
  4856. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/DboBuilder.ts +319 -0
  4857. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/DboBuilderTypes.ts +362 -0
  4858. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/Functions.ts +1153 -0
  4859. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/QueryBuilder.ts +288 -0
  4860. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getJoinQuery.ts +263 -0
  4861. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getNewQuery.ts +271 -0
  4862. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getSelectQuery.ts +136 -0
  4863. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/prepareHaving.ts +22 -0
  4864. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryStreamer.ts +250 -0
  4865. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/DataValidator.ts +428 -0
  4866. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/TableHandler.ts +205 -0
  4867. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/delete.ts +115 -0
  4868. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/insert.ts +183 -0
  4869. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/insertTest.ts +78 -0
  4870. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/onDeleteFromFileTable.ts +62 -0
  4871. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/runInsertUpdateQuery.ts +134 -0
  4872. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/update.ts +184 -0
  4873. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/updateBatch.ts +49 -0
  4874. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/updateFile.ts +48 -0
  4875. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/upsert.ts +33 -0
  4876. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/ViewHandler.ts +393 -0
  4877. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/count.ts +38 -0
  4878. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/find.ts +153 -0
  4879. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getExistsCondition.ts +73 -0
  4880. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getExistsFilters.ts +74 -0
  4881. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getInfo.ts +37 -0
  4882. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getTableJoinQuery.ts +84 -0
  4883. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseComplexFilter.ts +96 -0
  4884. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseFieldFilter.ts +105 -0
  4885. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseJoinPath.ts +208 -0
  4886. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/prepareSortItems.ts +163 -0
  4887. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/prepareWhere.ts +90 -0
  4888. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/size.ts +37 -0
  4889. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/subscribe.ts +118 -0
  4890. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/validateViewRules.ts +70 -0
  4891. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/dboBuilderUtils.ts +226 -0
  4892. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getColumns.ts +146 -0
  4893. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getCondition.ts +201 -0
  4894. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getSubscribeRelatedTables.ts +190 -0
  4895. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getTablesForSchemaPostgresSQL.ts +465 -0
  4896. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/insertNestedRecords.ts +355 -0
  4897. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/parseUpdateRules.ts +187 -0
  4898. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/prepareShortestJoinPaths.ts +186 -0
  4899. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/runSQL.ts +182 -0
  4900. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/runTransaction.ts +50 -0
  4901. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/sqlErrCodeToMsg.ts +254 -0
  4902. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/uploadFile.ts +69 -0
  4903. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Event_Trigger_Tags.ts +118 -0
  4904. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/FileManager.ts +358 -0
  4905. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/getValidatedFileType.ts +69 -0
  4906. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/initFileManager.ts +187 -0
  4907. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/upload.ts +62 -0
  4908. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/uploadStream.ts +79 -0
  4909. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Filtering.ts +463 -0
  4910. package/examples/full-example-typescript/node_modules/prostgles-server/lib/JSONBValidation/validate_jsonb_schema_sql.ts +502 -0
  4911. package/examples/full-example-typescript/node_modules/prostgles-server/lib/JSONBValidation/validation.ts +143 -0
  4912. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Logging.ts +131 -0
  4913. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PostgresNotifListenManager.ts +143 -0
  4914. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Prostgles.ts +546 -0
  4915. package/examples/full-example-typescript/node_modules/prostgles-server/lib/ProstglesTypes.ts +278 -0
  4916. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/PubSubManager.ts +609 -0
  4917. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/addSub.ts +138 -0
  4918. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/addSync.ts +141 -0
  4919. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/getCreatePubSubManagerError.ts +72 -0
  4920. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/getPubSubManagerInitQuery.ts +662 -0
  4921. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/initPubSubManager.ts +79 -0
  4922. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/notifListener.ts +173 -0
  4923. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/orphanTriggerCheck.ts +70 -0
  4924. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/pushSubData.ts +55 -0
  4925. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/PublishParser.ts +162 -0
  4926. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getFileTableRules.ts +124 -0
  4927. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getSchemaFromPublish.ts +142 -0
  4928. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getTableRulesWithoutFileTable.ts +177 -0
  4929. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/publishTypesAndUtils.ts +399 -0
  4930. package/examples/full-example-typescript/node_modules/prostgles-server/lib/RestApi.ts +127 -0
  4931. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/SchemaWatch.ts +90 -0
  4932. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/createSchemaWatchEventTrigger.ts +3 -0
  4933. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/getValidatedWatchSchemaType.ts +45 -0
  4934. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/getWatchSchemaTagList.ts +27 -0
  4935. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SyncReplication.ts +557 -0
  4936. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/TableConfig.ts +468 -0
  4937. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getColumnDefinitionQuery.ts +111 -0
  4938. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getConstraintDefinitionQueries.ts +95 -0
  4939. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getFutureTableSchema.ts +68 -0
  4940. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getPGIndexes.ts +53 -0
  4941. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getTableColumnQueries.ts +129 -0
  4942. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/initTableConfig.ts +326 -0
  4943. package/examples/full-example-typescript/node_modules/prostgles-server/lib/index.ts +13 -0
  4944. package/examples/full-example-typescript/node_modules/prostgles-server/lib/initProstgles.ts +350 -0
  4945. package/examples/full-example-typescript/node_modules/prostgles-server/lib/onSocketConnected.ts +102 -0
  4946. package/examples/full-example-typescript/node_modules/prostgles-server/lib/runClientRequest.ts +166 -0
  4947. package/examples/full-example-typescript/node_modules/prostgles-server/lib/shortestPath.ts +122 -0
  4948. package/examples/full-example-typescript/node_modules/prostgles-server/lib/typeTests/DBoGenerated.d.ts +324 -0
  4949. package/examples/full-example-typescript/node_modules/prostgles-server/lib/typeTests/dboTypeCheck.ts +95 -0
  4950. package/examples/full-example-typescript/node_modules/prostgles-server/lib/utils.ts +14 -0
  4951. package/examples/full-example-typescript/node_modules/prostgles-server/package.json +75 -0
  4952. package/examples/full-example-typescript/node_modules/prostgles-server/tsconfig.json +25 -0
  4953. package/examples/full-example-typescript/node_modules/prostgles-types/.vscode/settings.json +12 -0
  4954. package/examples/full-example-typescript/node_modules/prostgles-types/LICENSE +21 -0
  4955. package/examples/full-example-typescript/node_modules/prostgles-types/README.md +3 -0
  4956. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.d.ts +42 -0
  4957. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.d.ts.map +1 -0
  4958. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.js +3 -0
  4959. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.js.map +1 -0
  4960. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.d.ts +89 -0
  4961. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.d.ts.map +1 -0
  4962. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.js +85 -0
  4963. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.js.map +1 -0
  4964. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.d.ts +227 -0
  4965. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.d.ts.map +1 -0
  4966. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.js +156 -0
  4967. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.js.map +1 -0
  4968. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.d.ts +902 -0
  4969. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.d.ts.map +1 -0
  4970. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.js +268 -0
  4971. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.js.map +1 -0
  4972. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index_umd.js +1 -0
  4973. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.d.ts +12 -0
  4974. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.d.ts.map +1 -0
  4975. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.js +25 -0
  4976. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.js.map +1 -0
  4977. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.d.ts +222 -0
  4978. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.d.ts.map +1 -0
  4979. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.js +153 -0
  4980. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.js.map +1 -0
  4981. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.d.ts +3 -0
  4982. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.d.ts.map +1 -0
  4983. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.js +180 -0
  4984. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.js.map +1 -0
  4985. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.d.ts +85 -0
  4986. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.d.ts.map +1 -0
  4987. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.js +3 -0
  4988. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.js.map +1 -0
  4989. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.d.ts +165 -0
  4990. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.d.ts.map +1 -0
  4991. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.js +522 -0
  4992. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.js.map +1 -0
  4993. package/examples/full-example-typescript/node_modules/prostgles-types/lib/auth.ts +50 -0
  4994. package/examples/full-example-typescript/node_modules/prostgles-types/lib/files.ts +96 -0
  4995. package/examples/full-example-typescript/node_modules/prostgles-types/lib/filters.ts +387 -0
  4996. package/examples/full-example-typescript/node_modules/prostgles-types/lib/index.ts +1465 -0
  4997. package/examples/full-example-typescript/node_modules/prostgles-types/lib/insertUpdateUtils.ts +58 -0
  4998. package/examples/full-example-typescript/node_modules/prostgles-types/lib/jsonb.ts +403 -0
  4999. package/examples/full-example-typescript/node_modules/prostgles-types/lib/md5.ts +197 -0
  5000. package/examples/full-example-typescript/node_modules/prostgles-types/lib/replication.ts +105 -0
  5001. package/examples/full-example-typescript/node_modules/prostgles-types/lib/util.ts +666 -0
  5002. package/examples/full-example-typescript/node_modules/prostgles-types/package.json +39 -0
  5003. package/examples/full-example-typescript/node_modules/prostgles-types/tsconfig.json +29 -0
  5004. package/examples/full-example-typescript/node_modules/prostgles-types/webpack.prod.js +34 -0
  5005. package/examples/full-example-typescript/node_modules/proxy-addr/HISTORY.md +161 -0
  5006. package/examples/full-example-typescript/node_modules/proxy-addr/LICENSE +22 -0
  5007. package/examples/full-example-typescript/node_modules/proxy-addr/README.md +139 -0
  5008. package/examples/full-example-typescript/node_modules/proxy-addr/index.js +327 -0
  5009. package/examples/full-example-typescript/node_modules/proxy-addr/package.json +47 -0
  5010. package/examples/full-example-typescript/node_modules/qs/.editorconfig +46 -0
  5011. package/examples/full-example-typescript/node_modules/qs/.eslintrc +38 -0
  5012. package/examples/full-example-typescript/node_modules/qs/.github/FUNDING.yml +12 -0
  5013. package/examples/full-example-typescript/node_modules/qs/.nycrc +13 -0
  5014. package/examples/full-example-typescript/node_modules/qs/CHANGELOG.md +600 -0
  5015. package/examples/full-example-typescript/node_modules/qs/LICENSE.md +29 -0
  5016. package/examples/full-example-typescript/node_modules/qs/README.md +709 -0
  5017. package/examples/full-example-typescript/node_modules/qs/dist/qs.js +90 -0
  5018. package/examples/full-example-typescript/node_modules/qs/lib/formats.js +23 -0
  5019. package/examples/full-example-typescript/node_modules/qs/lib/index.js +11 -0
  5020. package/examples/full-example-typescript/node_modules/qs/lib/parse.js +296 -0
  5021. package/examples/full-example-typescript/node_modules/qs/lib/stringify.js +351 -0
  5022. package/examples/full-example-typescript/node_modules/qs/lib/utils.js +265 -0
  5023. package/examples/full-example-typescript/node_modules/qs/package.json +91 -0
  5024. package/examples/full-example-typescript/node_modules/qs/test/empty-keys-cases.js +267 -0
  5025. package/examples/full-example-typescript/node_modules/qs/test/parse.js +1170 -0
  5026. package/examples/full-example-typescript/node_modules/qs/test/stringify.js +1298 -0
  5027. package/examples/full-example-typescript/node_modules/qs/test/utils.js +136 -0
  5028. package/examples/full-example-typescript/node_modules/range-parser/HISTORY.md +56 -0
  5029. package/examples/full-example-typescript/node_modules/range-parser/LICENSE +23 -0
  5030. package/examples/full-example-typescript/node_modules/range-parser/README.md +84 -0
  5031. package/examples/full-example-typescript/node_modules/range-parser/index.js +162 -0
  5032. package/examples/full-example-typescript/node_modules/range-parser/package.json +44 -0
  5033. package/examples/full-example-typescript/node_modules/raw-body/HISTORY.md +308 -0
  5034. package/examples/full-example-typescript/node_modules/raw-body/LICENSE +22 -0
  5035. package/examples/full-example-typescript/node_modules/raw-body/README.md +223 -0
  5036. package/examples/full-example-typescript/node_modules/raw-body/SECURITY.md +24 -0
  5037. package/examples/full-example-typescript/node_modules/raw-body/index.d.ts +87 -0
  5038. package/examples/full-example-typescript/node_modules/raw-body/index.js +336 -0
  5039. package/examples/full-example-typescript/node_modules/raw-body/package.json +49 -0
  5040. package/examples/full-example-typescript/node_modules/readable-stream/CONTRIBUTING.md +38 -0
  5041. package/examples/full-example-typescript/node_modules/readable-stream/GOVERNANCE.md +136 -0
  5042. package/examples/full-example-typescript/node_modules/readable-stream/LICENSE +47 -0
  5043. package/examples/full-example-typescript/node_modules/readable-stream/README.md +106 -0
  5044. package/examples/full-example-typescript/node_modules/readable-stream/errors-browser.js +127 -0
  5045. package/examples/full-example-typescript/node_modules/readable-stream/errors.js +116 -0
  5046. package/examples/full-example-typescript/node_modules/readable-stream/experimentalWarning.js +17 -0
  5047. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_duplex.js +126 -0
  5048. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_passthrough.js +37 -0
  5049. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_readable.js +1027 -0
  5050. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_transform.js +190 -0
  5051. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_writable.js +641 -0
  5052. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/async_iterator.js +180 -0
  5053. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/buffer_list.js +183 -0
  5054. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/destroy.js +96 -0
  5055. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +86 -0
  5056. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/from-browser.js +3 -0
  5057. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/from.js +52 -0
  5058. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/pipeline.js +86 -0
  5059. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/state.js +22 -0
  5060. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/stream-browser.js +1 -0
  5061. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/stream.js +1 -0
  5062. package/examples/full-example-typescript/node_modules/readable-stream/package.json +68 -0
  5063. package/examples/full-example-typescript/node_modules/readable-stream/readable-browser.js +9 -0
  5064. package/examples/full-example-typescript/node_modules/readable-stream/readable.js +16 -0
  5065. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/README.md +71 -0
  5066. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.d.ts +39 -0
  5067. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.js +69 -0
  5068. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.spec.js +147 -0
  5069. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/package.json +84 -0
  5070. package/examples/full-example-typescript/node_modules/safe-buffer/LICENSE +21 -0
  5071. package/examples/full-example-typescript/node_modules/safe-buffer/README.md +584 -0
  5072. package/examples/full-example-typescript/node_modules/safe-buffer/index.d.ts +187 -0
  5073. package/examples/full-example-typescript/node_modules/safe-buffer/index.js +65 -0
  5074. package/examples/full-example-typescript/node_modules/safe-buffer/package.json +51 -0
  5075. package/examples/full-example-typescript/node_modules/safer-buffer/LICENSE +21 -0
  5076. package/examples/full-example-typescript/node_modules/safer-buffer/Porting-Buffer.md +268 -0
  5077. package/examples/full-example-typescript/node_modules/safer-buffer/Readme.md +156 -0
  5078. package/examples/full-example-typescript/node_modules/safer-buffer/dangerous.js +58 -0
  5079. package/examples/full-example-typescript/node_modules/safer-buffer/package.json +34 -0
  5080. package/examples/full-example-typescript/node_modules/safer-buffer/safer.js +77 -0
  5081. package/examples/full-example-typescript/node_modules/safer-buffer/tests.js +406 -0
  5082. package/examples/full-example-typescript/node_modules/send/HISTORY.md +526 -0
  5083. package/examples/full-example-typescript/node_modules/send/LICENSE +23 -0
  5084. package/examples/full-example-typescript/node_modules/send/README.md +327 -0
  5085. package/examples/full-example-typescript/node_modules/send/SECURITY.md +24 -0
  5086. package/examples/full-example-typescript/node_modules/send/index.js +1142 -0
  5087. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/HISTORY.md +14 -0
  5088. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/LICENSE +22 -0
  5089. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/README.md +128 -0
  5090. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/index.js +60 -0
  5091. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/package.json +40 -0
  5092. package/examples/full-example-typescript/node_modules/send/node_modules/ms/index.js +162 -0
  5093. package/examples/full-example-typescript/node_modules/send/node_modules/ms/license.md +21 -0
  5094. package/examples/full-example-typescript/node_modules/send/node_modules/ms/package.json +38 -0
  5095. package/examples/full-example-typescript/node_modules/send/node_modules/ms/readme.md +59 -0
  5096. package/examples/full-example-typescript/node_modules/send/package.json +62 -0
  5097. package/examples/full-example-typescript/node_modules/serve-static/HISTORY.md +487 -0
  5098. package/examples/full-example-typescript/node_modules/serve-static/LICENSE +25 -0
  5099. package/examples/full-example-typescript/node_modules/serve-static/README.md +257 -0
  5100. package/examples/full-example-typescript/node_modules/serve-static/index.js +209 -0
  5101. package/examples/full-example-typescript/node_modules/serve-static/package.json +42 -0
  5102. package/examples/full-example-typescript/node_modules/set-function-length/.eslintrc +27 -0
  5103. package/examples/full-example-typescript/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  5104. package/examples/full-example-typescript/node_modules/set-function-length/.nycrc +13 -0
  5105. package/examples/full-example-typescript/node_modules/set-function-length/CHANGELOG.md +70 -0
  5106. package/examples/full-example-typescript/node_modules/set-function-length/LICENSE +21 -0
  5107. package/examples/full-example-typescript/node_modules/set-function-length/README.md +56 -0
  5108. package/examples/full-example-typescript/node_modules/set-function-length/env.d.ts +9 -0
  5109. package/examples/full-example-typescript/node_modules/set-function-length/env.js +25 -0
  5110. package/examples/full-example-typescript/node_modules/set-function-length/index.d.ts +7 -0
  5111. package/examples/full-example-typescript/node_modules/set-function-length/index.js +42 -0
  5112. package/examples/full-example-typescript/node_modules/set-function-length/package.json +102 -0
  5113. package/examples/full-example-typescript/node_modules/set-function-length/tsconfig.json +9 -0
  5114. package/examples/full-example-typescript/node_modules/setprototypeof/LICENSE +13 -0
  5115. package/examples/full-example-typescript/node_modules/setprototypeof/README.md +31 -0
  5116. package/examples/full-example-typescript/node_modules/setprototypeof/index.d.ts +2 -0
  5117. package/examples/full-example-typescript/node_modules/setprototypeof/index.js +17 -0
  5118. package/examples/full-example-typescript/node_modules/setprototypeof/package.json +38 -0
  5119. package/examples/full-example-typescript/node_modules/setprototypeof/test/index.js +24 -0
  5120. package/examples/full-example-typescript/node_modules/side-channel/.editorconfig +9 -0
  5121. package/examples/full-example-typescript/node_modules/side-channel/.eslintrc +12 -0
  5122. package/examples/full-example-typescript/node_modules/side-channel/.github/FUNDING.yml +12 -0
  5123. package/examples/full-example-typescript/node_modules/side-channel/.nycrc +13 -0
  5124. package/examples/full-example-typescript/node_modules/side-channel/CHANGELOG.md +110 -0
  5125. package/examples/full-example-typescript/node_modules/side-channel/LICENSE +21 -0
  5126. package/examples/full-example-typescript/node_modules/side-channel/README.md +61 -0
  5127. package/examples/full-example-typescript/node_modules/side-channel/index.d.ts +14 -0
  5128. package/examples/full-example-typescript/node_modules/side-channel/index.js +43 -0
  5129. package/examples/full-example-typescript/node_modules/side-channel/package.json +85 -0
  5130. package/examples/full-example-typescript/node_modules/side-channel/test/index.js +104 -0
  5131. package/examples/full-example-typescript/node_modules/side-channel/tsconfig.json +9 -0
  5132. package/examples/full-example-typescript/node_modules/side-channel-list/.editorconfig +9 -0
  5133. package/examples/full-example-typescript/node_modules/side-channel-list/.eslintrc +11 -0
  5134. package/examples/full-example-typescript/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
  5135. package/examples/full-example-typescript/node_modules/side-channel-list/.nycrc +13 -0
  5136. package/examples/full-example-typescript/node_modules/side-channel-list/CHANGELOG.md +15 -0
  5137. package/examples/full-example-typescript/node_modules/side-channel-list/LICENSE +21 -0
  5138. package/examples/full-example-typescript/node_modules/side-channel-list/README.md +62 -0
  5139. package/examples/full-example-typescript/node_modules/side-channel-list/index.d.ts +13 -0
  5140. package/examples/full-example-typescript/node_modules/side-channel-list/index.js +113 -0
  5141. package/examples/full-example-typescript/node_modules/side-channel-list/list.d.ts +14 -0
  5142. package/examples/full-example-typescript/node_modules/side-channel-list/package.json +77 -0
  5143. package/examples/full-example-typescript/node_modules/side-channel-list/test/index.js +104 -0
  5144. package/examples/full-example-typescript/node_modules/side-channel-list/tsconfig.json +9 -0
  5145. package/examples/full-example-typescript/node_modules/side-channel-map/.editorconfig +9 -0
  5146. package/examples/full-example-typescript/node_modules/side-channel-map/.eslintrc +11 -0
  5147. package/examples/full-example-typescript/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
  5148. package/examples/full-example-typescript/node_modules/side-channel-map/.nycrc +13 -0
  5149. package/examples/full-example-typescript/node_modules/side-channel-map/CHANGELOG.md +22 -0
  5150. package/examples/full-example-typescript/node_modules/side-channel-map/LICENSE +21 -0
  5151. package/examples/full-example-typescript/node_modules/side-channel-map/README.md +62 -0
  5152. package/examples/full-example-typescript/node_modules/side-channel-map/index.d.ts +15 -0
  5153. package/examples/full-example-typescript/node_modules/side-channel-map/index.js +68 -0
  5154. package/examples/full-example-typescript/node_modules/side-channel-map/package.json +80 -0
  5155. package/examples/full-example-typescript/node_modules/side-channel-map/test/index.js +114 -0
  5156. package/examples/full-example-typescript/node_modules/side-channel-map/tsconfig.json +9 -0
  5157. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.editorconfig +9 -0
  5158. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.eslintrc +12 -0
  5159. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
  5160. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.nycrc +13 -0
  5161. package/examples/full-example-typescript/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
  5162. package/examples/full-example-typescript/node_modules/side-channel-weakmap/LICENSE +21 -0
  5163. package/examples/full-example-typescript/node_modules/side-channel-weakmap/README.md +62 -0
  5164. package/examples/full-example-typescript/node_modules/side-channel-weakmap/index.d.ts +15 -0
  5165. package/examples/full-example-typescript/node_modules/side-channel-weakmap/index.js +84 -0
  5166. package/examples/full-example-typescript/node_modules/side-channel-weakmap/package.json +87 -0
  5167. package/examples/full-example-typescript/node_modules/side-channel-weakmap/test/index.js +114 -0
  5168. package/examples/full-example-typescript/node_modules/side-channel-weakmap/tsconfig.json +9 -0
  5169. package/examples/full-example-typescript/node_modules/socket.io/LICENSE +22 -0
  5170. package/examples/full-example-typescript/node_modules/socket.io/Readme.md +273 -0
  5171. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.esm.min.js +7 -0
  5172. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +1 -0
  5173. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.js +4908 -0
  5174. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.js.map +1 -0
  5175. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.min.js +7 -0
  5176. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.min.js.map +1 -0
  5177. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +7 -0
  5178. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +1 -0
  5179. package/examples/full-example-typescript/node_modules/socket.io/dist/broadcast-operator.d.ts +283 -0
  5180. package/examples/full-example-typescript/node_modules/socket.io/dist/broadcast-operator.js +436 -0
  5181. package/examples/full-example-typescript/node_modules/socket.io/dist/client.d.ts +119 -0
  5182. package/examples/full-example-typescript/node_modules/socket.io/dist/client.js +268 -0
  5183. package/examples/full-example-typescript/node_modules/socket.io/dist/index.d.ts +593 -0
  5184. package/examples/full-example-typescript/node_modules/socket.io/dist/index.js +804 -0
  5185. package/examples/full-example-typescript/node_modules/socket.io/dist/namespace.d.ts +432 -0
  5186. package/examples/full-example-typescript/node_modules/socket.io/dist/namespace.js +581 -0
  5187. package/examples/full-example-typescript/node_modules/socket.io/dist/parent-namespace.d.ts +30 -0
  5188. package/examples/full-example-typescript/node_modules/socket.io/dist/parent-namespace.js +88 -0
  5189. package/examples/full-example-typescript/node_modules/socket.io/dist/socket-types.d.ts +56 -0
  5190. package/examples/full-example-typescript/node_modules/socket.io/dist/socket-types.js +11 -0
  5191. package/examples/full-example-typescript/node_modules/socket.io/dist/socket.d.ts +613 -0
  5192. package/examples/full-example-typescript/node_modules/socket.io/dist/socket.js +977 -0
  5193. package/examples/full-example-typescript/node_modules/socket.io/dist/typed-events.d.ts +203 -0
  5194. package/examples/full-example-typescript/node_modules/socket.io/dist/typed-events.js +81 -0
  5195. package/examples/full-example-typescript/node_modules/socket.io/dist/uws.d.ts +3 -0
  5196. package/examples/full-example-typescript/node_modules/socket.io/dist/uws.js +136 -0
  5197. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/LICENSE +20 -0
  5198. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/README.md +481 -0
  5199. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/package.json +60 -0
  5200. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/browser.js +271 -0
  5201. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/common.js +274 -0
  5202. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/index.js +10 -0
  5203. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/node.js +263 -0
  5204. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/index.js +162 -0
  5205. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/license.md +21 -0
  5206. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/package.json +38 -0
  5207. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/readme.md +59 -0
  5208. package/examples/full-example-typescript/node_modules/socket.io/package.json +85 -0
  5209. package/examples/full-example-typescript/node_modules/socket.io/wrapper.mjs +3 -0
  5210. package/examples/full-example-typescript/node_modules/socket.io-adapter/LICENSE +20 -0
  5211. package/examples/full-example-typescript/node_modules/socket.io-adapter/Readme.md +23 -0
  5212. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts +201 -0
  5213. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/cluster-adapter.js +674 -0
  5214. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +23 -0
  5215. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/contrib/yeast.js +55 -0
  5216. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts +179 -0
  5217. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/in-memory-adapter.js +394 -0
  5218. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/index.d.ts +2 -0
  5219. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/index.js +10 -0
  5220. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/LICENSE +20 -0
  5221. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/README.md +481 -0
  5222. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/package.json +60 -0
  5223. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/browser.js +271 -0
  5224. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/common.js +274 -0
  5225. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/index.js +10 -0
  5226. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/node.js +263 -0
  5227. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/index.js +162 -0
  5228. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/license.md +21 -0
  5229. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/package.json +38 -0
  5230. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/readme.md +59 -0
  5231. package/examples/full-example-typescript/node_modules/socket.io-adapter/package.json +39 -0
  5232. package/examples/full-example-typescript/node_modules/socket.io-parser/LICENSE +20 -0
  5233. package/examples/full-example-typescript/node_modules/socket.io-parser/Readme.md +81 -0
  5234. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/binary.d.ts +20 -0
  5235. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/binary.js +88 -0
  5236. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/index.d.ts +90 -0
  5237. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/index.js +321 -0
  5238. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/is-binary.d.ts +7 -0
  5239. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/is-binary.js +55 -0
  5240. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/package.json +3 -0
  5241. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/binary.d.ts +20 -0
  5242. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/binary.js +83 -0
  5243. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/index.d.ts +90 -0
  5244. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/index.js +311 -0
  5245. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/is-binary.d.ts +7 -0
  5246. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/is-binary.js +50 -0
  5247. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/package.json +3 -0
  5248. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +20 -0
  5249. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/binary.js +83 -0
  5250. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/index.d.ts +90 -0
  5251. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/index.js +316 -0
  5252. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +7 -0
  5253. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/is-binary.js +50 -0
  5254. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/package.json +3 -0
  5255. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/LICENSE +20 -0
  5256. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/README.md +481 -0
  5257. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/package.json +60 -0
  5258. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/browser.js +271 -0
  5259. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/common.js +274 -0
  5260. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/index.js +10 -0
  5261. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/node.js +263 -0
  5262. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/index.js +162 -0
  5263. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/license.md +21 -0
  5264. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/package.json +38 -0
  5265. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/readme.md +59 -0
  5266. package/examples/full-example-typescript/node_modules/socket.io-parser/package.json +58 -0
  5267. package/examples/full-example-typescript/node_modules/spex/README.md +89 -0
  5268. package/examples/full-example-typescript/node_modules/spex/lib/adapter.js +68 -0
  5269. package/examples/full-example-typescript/node_modules/spex/lib/errors/batch.js +172 -0
  5270. package/examples/full-example-typescript/node_modules/spex/lib/errors/index.js +36 -0
  5271. package/examples/full-example-typescript/node_modules/spex/lib/errors/page.js +135 -0
  5272. package/examples/full-example-typescript/node_modules/spex/lib/errors/sequence.js +125 -0
  5273. package/examples/full-example-typescript/node_modules/spex/lib/ext/batch.js +151 -0
  5274. package/examples/full-example-typescript/node_modules/spex/lib/ext/page.js +180 -0
  5275. package/examples/full-example-typescript/node_modules/spex/lib/ext/sequence.js +194 -0
  5276. package/examples/full-example-typescript/node_modules/spex/lib/ext/stream/index.js +65 -0
  5277. package/examples/full-example-typescript/node_modules/spex/lib/ext/stream/read.js +206 -0
  5278. package/examples/full-example-typescript/node_modules/spex/lib/index.js +123 -0
  5279. package/examples/full-example-typescript/node_modules/spex/lib/utils/index.js +90 -0
  5280. package/examples/full-example-typescript/node_modules/spex/lib/utils/static.js +74 -0
  5281. package/examples/full-example-typescript/node_modules/spex/package.json +52 -0
  5282. package/examples/full-example-typescript/node_modules/spex/typescript/README.md +27 -0
  5283. package/examples/full-example-typescript/node_modules/spex/typescript/spex.d.ts +176 -0
  5284. package/examples/full-example-typescript/node_modules/split2/LICENSE +13 -0
  5285. package/examples/full-example-typescript/node_modules/split2/README.md +85 -0
  5286. package/examples/full-example-typescript/node_modules/split2/bench.js +27 -0
  5287. package/examples/full-example-typescript/node_modules/split2/index.js +141 -0
  5288. package/examples/full-example-typescript/node_modules/split2/package.json +39 -0
  5289. package/examples/full-example-typescript/node_modules/split2/test.js +409 -0
  5290. package/examples/full-example-typescript/node_modules/statuses/HISTORY.md +82 -0
  5291. package/examples/full-example-typescript/node_modules/statuses/LICENSE +23 -0
  5292. package/examples/full-example-typescript/node_modules/statuses/README.md +136 -0
  5293. package/examples/full-example-typescript/node_modules/statuses/codes.json +65 -0
  5294. package/examples/full-example-typescript/node_modules/statuses/index.js +146 -0
  5295. package/examples/full-example-typescript/node_modules/statuses/package.json +49 -0
  5296. package/examples/full-example-typescript/node_modules/string_decoder/LICENSE +48 -0
  5297. package/examples/full-example-typescript/node_modules/string_decoder/README.md +47 -0
  5298. package/examples/full-example-typescript/node_modules/string_decoder/lib/string_decoder.js +296 -0
  5299. package/examples/full-example-typescript/node_modules/string_decoder/package.json +34 -0
  5300. package/examples/full-example-typescript/node_modules/strnum/.vscode/launch.json +25 -0
  5301. package/examples/full-example-typescript/node_modules/strnum/LICENSE +21 -0
  5302. package/examples/full-example-typescript/node_modules/strnum/README.md +86 -0
  5303. package/examples/full-example-typescript/node_modules/strnum/package.json +24 -0
  5304. package/examples/full-example-typescript/node_modules/strnum/strnum.js +124 -0
  5305. package/examples/full-example-typescript/node_modules/strnum/strnum.test.js +150 -0
  5306. package/examples/full-example-typescript/node_modules/strtok3/LICENSE +15 -0
  5307. package/examples/full-example-typescript/node_modules/strtok3/README.md +317 -0
  5308. package/examples/full-example-typescript/node_modules/strtok3/lib/AbstractTokenizer.d.ts +69 -0
  5309. package/examples/full-example-typescript/node_modules/strtok3/lib/AbstractTokenizer.js +100 -0
  5310. package/examples/full-example-typescript/node_modules/strtok3/lib/BufferTokenizer.d.ts +26 -0
  5311. package/examples/full-example-typescript/node_modules/strtok3/lib/BufferTokenizer.js +51 -0
  5312. package/examples/full-example-typescript/node_modules/strtok3/lib/FileTokenizer.d.ts +23 -0
  5313. package/examples/full-example-typescript/node_modules/strtok3/lib/FileTokenizer.js +47 -0
  5314. package/examples/full-example-typescript/node_modules/strtok3/lib/ReadStreamTokenizer.d.ts +27 -0
  5315. package/examples/full-example-typescript/node_modules/strtok3/lib/ReadStreamTokenizer.js +94 -0
  5316. package/examples/full-example-typescript/node_modules/strtok3/lib/core.d.ts +31 -0
  5317. package/examples/full-example-typescript/node_modules/strtok3/lib/core.js +35 -0
  5318. package/examples/full-example-typescript/node_modules/strtok3/lib/index.d.ts +14 -0
  5319. package/examples/full-example-typescript/node_modules/strtok3/lib/index.js +20 -0
  5320. package/examples/full-example-typescript/node_modules/strtok3/lib/types.d.ts +102 -0
  5321. package/examples/full-example-typescript/node_modules/strtok3/lib/types.js +1 -0
  5322. package/examples/full-example-typescript/node_modules/strtok3/package.json +100 -0
  5323. package/examples/full-example-typescript/node_modules/toidentifier/HISTORY.md +9 -0
  5324. package/examples/full-example-typescript/node_modules/toidentifier/LICENSE +21 -0
  5325. package/examples/full-example-typescript/node_modules/toidentifier/README.md +61 -0
  5326. package/examples/full-example-typescript/node_modules/toidentifier/index.js +32 -0
  5327. package/examples/full-example-typescript/node_modules/toidentifier/package.json +38 -0
  5328. package/examples/full-example-typescript/node_modules/token-types/LICENSE +7 -0
  5329. package/examples/full-example-typescript/node_modules/token-types/README.md +120 -0
  5330. package/examples/full-example-typescript/node_modules/token-types/lib/index.d.ts +151 -0
  5331. package/examples/full-example-typescript/node_modules/token-types/lib/index.js +449 -0
  5332. package/examples/full-example-typescript/node_modules/token-types/package.json +87 -0
  5333. package/examples/full-example-typescript/node_modules/tslib/CopyrightNotice.txt +15 -0
  5334. package/examples/full-example-typescript/node_modules/tslib/LICENSE.txt +12 -0
  5335. package/examples/full-example-typescript/node_modules/tslib/README.md +164 -0
  5336. package/examples/full-example-typescript/node_modules/tslib/SECURITY.md +41 -0
  5337. package/examples/full-example-typescript/node_modules/tslib/modules/index.d.ts +38 -0
  5338. package/examples/full-example-typescript/node_modules/tslib/modules/index.js +70 -0
  5339. package/examples/full-example-typescript/node_modules/tslib/modules/package.json +3 -0
  5340. package/examples/full-example-typescript/node_modules/tslib/package.json +47 -0
  5341. package/examples/full-example-typescript/node_modules/tslib/tslib.d.ts +460 -0
  5342. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.html +1 -0
  5343. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.js +402 -0
  5344. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.mjs +401 -0
  5345. package/examples/full-example-typescript/node_modules/tslib/tslib.html +1 -0
  5346. package/examples/full-example-typescript/node_modules/tslib/tslib.js +484 -0
  5347. package/examples/full-example-typescript/node_modules/type-is/HISTORY.md +259 -0
  5348. package/examples/full-example-typescript/node_modules/type-is/LICENSE +23 -0
  5349. package/examples/full-example-typescript/node_modules/type-is/README.md +170 -0
  5350. package/examples/full-example-typescript/node_modules/type-is/index.js +266 -0
  5351. package/examples/full-example-typescript/node_modules/type-is/package.json +45 -0
  5352. package/examples/full-example-typescript/node_modules/uid2/HISTORY.md +21 -0
  5353. package/examples/full-example-typescript/node_modules/uid2/LICENSE +21 -0
  5354. package/examples/full-example-typescript/node_modules/uid2/README.md +32 -0
  5355. package/examples/full-example-typescript/node_modules/uid2/index.js +55 -0
  5356. package/examples/full-example-typescript/node_modules/uid2/package.json +12 -0
  5357. package/examples/full-example-typescript/node_modules/undici-types/LICENSE +21 -0
  5358. package/examples/full-example-typescript/node_modules/undici-types/README.md +6 -0
  5359. package/examples/full-example-typescript/node_modules/undici-types/agent.d.ts +31 -0
  5360. package/examples/full-example-typescript/node_modules/undici-types/api.d.ts +43 -0
  5361. package/examples/full-example-typescript/node_modules/undici-types/balanced-pool.d.ts +29 -0
  5362. package/examples/full-example-typescript/node_modules/undici-types/cache.d.ts +36 -0
  5363. package/examples/full-example-typescript/node_modules/undici-types/client.d.ts +108 -0
  5364. package/examples/full-example-typescript/node_modules/undici-types/connector.d.ts +34 -0
  5365. package/examples/full-example-typescript/node_modules/undici-types/content-type.d.ts +21 -0
  5366. package/examples/full-example-typescript/node_modules/undici-types/cookies.d.ts +28 -0
  5367. package/examples/full-example-typescript/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
  5368. package/examples/full-example-typescript/node_modules/undici-types/dispatcher.d.ts +255 -0
  5369. package/examples/full-example-typescript/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
  5370. package/examples/full-example-typescript/node_modules/undici-types/errors.d.ts +149 -0
  5371. package/examples/full-example-typescript/node_modules/undici-types/eventsource.d.ts +61 -0
  5372. package/examples/full-example-typescript/node_modules/undici-types/fetch.d.ts +209 -0
  5373. package/examples/full-example-typescript/node_modules/undici-types/file.d.ts +39 -0
  5374. package/examples/full-example-typescript/node_modules/undici-types/filereader.d.ts +54 -0
  5375. package/examples/full-example-typescript/node_modules/undici-types/formdata.d.ts +108 -0
  5376. package/examples/full-example-typescript/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  5377. package/examples/full-example-typescript/node_modules/undici-types/global-origin.d.ts +7 -0
  5378. package/examples/full-example-typescript/node_modules/undici-types/handlers.d.ts +15 -0
  5379. package/examples/full-example-typescript/node_modules/undici-types/header.d.ts +4 -0
  5380. package/examples/full-example-typescript/node_modules/undici-types/index.d.ts +71 -0
  5381. package/examples/full-example-typescript/node_modules/undici-types/interceptors.d.ts +17 -0
  5382. package/examples/full-example-typescript/node_modules/undici-types/mock-agent.d.ts +50 -0
  5383. package/examples/full-example-typescript/node_modules/undici-types/mock-client.d.ts +25 -0
  5384. package/examples/full-example-typescript/node_modules/undici-types/mock-errors.d.ts +12 -0
  5385. package/examples/full-example-typescript/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  5386. package/examples/full-example-typescript/node_modules/undici-types/mock-pool.d.ts +25 -0
  5387. package/examples/full-example-typescript/node_modules/undici-types/package.json +55 -0
  5388. package/examples/full-example-typescript/node_modules/undici-types/patch.d.ts +33 -0
  5389. package/examples/full-example-typescript/node_modules/undici-types/pool-stats.d.ts +19 -0
  5390. package/examples/full-example-typescript/node_modules/undici-types/pool.d.ts +39 -0
  5391. package/examples/full-example-typescript/node_modules/undici-types/proxy-agent.d.ts +28 -0
  5392. package/examples/full-example-typescript/node_modules/undici-types/readable.d.ts +60 -0
  5393. package/examples/full-example-typescript/node_modules/undici-types/retry-agent.d.ts +8 -0
  5394. package/examples/full-example-typescript/node_modules/undici-types/retry-handler.d.ts +116 -0
  5395. package/examples/full-example-typescript/node_modules/undici-types/util.d.ts +18 -0
  5396. package/examples/full-example-typescript/node_modules/undici-types/webidl.d.ts +222 -0
  5397. package/examples/full-example-typescript/node_modules/undici-types/websocket.d.ts +150 -0
  5398. package/examples/full-example-typescript/node_modules/unpipe/HISTORY.md +4 -0
  5399. package/examples/full-example-typescript/node_modules/unpipe/LICENSE +22 -0
  5400. package/examples/full-example-typescript/node_modules/unpipe/README.md +43 -0
  5401. package/examples/full-example-typescript/node_modules/unpipe/index.js +69 -0
  5402. package/examples/full-example-typescript/node_modules/unpipe/package.json +27 -0
  5403. package/examples/full-example-typescript/node_modules/util-deprecate/History.md +16 -0
  5404. package/examples/full-example-typescript/node_modules/util-deprecate/LICENSE +24 -0
  5405. package/examples/full-example-typescript/node_modules/util-deprecate/README.md +53 -0
  5406. package/examples/full-example-typescript/node_modules/util-deprecate/browser.js +67 -0
  5407. package/examples/full-example-typescript/node_modules/util-deprecate/node.js +6 -0
  5408. package/examples/full-example-typescript/node_modules/util-deprecate/package.json +27 -0
  5409. package/examples/full-example-typescript/node_modules/utils-merge/LICENSE +20 -0
  5410. package/examples/full-example-typescript/node_modules/utils-merge/README.md +34 -0
  5411. package/examples/full-example-typescript/node_modules/utils-merge/index.js +23 -0
  5412. package/examples/full-example-typescript/node_modules/utils-merge/package.json +40 -0
  5413. package/examples/full-example-typescript/node_modules/uuid/CHANGELOG.md +274 -0
  5414. package/examples/full-example-typescript/node_modules/uuid/CONTRIBUTING.md +18 -0
  5415. package/examples/full-example-typescript/node_modules/uuid/LICENSE.md +9 -0
  5416. package/examples/full-example-typescript/node_modules/uuid/README.md +466 -0
  5417. package/examples/full-example-typescript/node_modules/uuid/dist/bin/uuid +2 -0
  5418. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
  5419. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
  5420. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
  5421. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
  5422. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
  5423. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
  5424. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
  5425. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
  5426. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
  5427. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
  5428. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
  5429. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
  5430. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
  5431. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
  5432. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
  5433. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
  5434. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/index.js +9 -0
  5435. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/md5.js +215 -0
  5436. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/native.js +4 -0
  5437. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/nil.js +1 -0
  5438. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/parse.js +35 -0
  5439. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/regex.js +1 -0
  5440. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/rng.js +18 -0
  5441. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
  5442. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
  5443. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v1.js +95 -0
  5444. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  5445. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v35.js +66 -0
  5446. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v4.js +29 -0
  5447. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  5448. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/validate.js +7 -0
  5449. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/version.js +11 -0
  5450. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/index.js +9 -0
  5451. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/md5.js +13 -0
  5452. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/native.js +4 -0
  5453. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/nil.js +1 -0
  5454. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/parse.js +35 -0
  5455. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/regex.js +1 -0
  5456. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/rng.js +12 -0
  5457. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  5458. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/stringify.js +33 -0
  5459. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v1.js +95 -0
  5460. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v3.js +4 -0
  5461. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v35.js +66 -0
  5462. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v4.js +29 -0
  5463. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v5.js +4 -0
  5464. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/validate.js +7 -0
  5465. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/version.js +11 -0
  5466. package/examples/full-example-typescript/node_modules/uuid/dist/index.js +79 -0
  5467. package/examples/full-example-typescript/node_modules/uuid/dist/md5-browser.js +223 -0
  5468. package/examples/full-example-typescript/node_modules/uuid/dist/md5.js +23 -0
  5469. package/examples/full-example-typescript/node_modules/uuid/dist/native-browser.js +11 -0
  5470. package/examples/full-example-typescript/node_modules/uuid/dist/native.js +15 -0
  5471. package/examples/full-example-typescript/node_modules/uuid/dist/nil.js +8 -0
  5472. package/examples/full-example-typescript/node_modules/uuid/dist/parse.js +45 -0
  5473. package/examples/full-example-typescript/node_modules/uuid/dist/regex.js +8 -0
  5474. package/examples/full-example-typescript/node_modules/uuid/dist/rng-browser.js +25 -0
  5475. package/examples/full-example-typescript/node_modules/uuid/dist/rng.js +24 -0
  5476. package/examples/full-example-typescript/node_modules/uuid/dist/sha1-browser.js +104 -0
  5477. package/examples/full-example-typescript/node_modules/uuid/dist/sha1.js +23 -0
  5478. package/examples/full-example-typescript/node_modules/uuid/dist/stringify.js +44 -0
  5479. package/examples/full-example-typescript/node_modules/uuid/dist/uuid-bin.js +85 -0
  5480. package/examples/full-example-typescript/node_modules/uuid/dist/v1.js +107 -0
  5481. package/examples/full-example-typescript/node_modules/uuid/dist/v3.js +16 -0
  5482. package/examples/full-example-typescript/node_modules/uuid/dist/v35.js +80 -0
  5483. package/examples/full-example-typescript/node_modules/uuid/dist/v4.js +43 -0
  5484. package/examples/full-example-typescript/node_modules/uuid/dist/v5.js +16 -0
  5485. package/examples/full-example-typescript/node_modules/uuid/dist/validate.js +17 -0
  5486. package/examples/full-example-typescript/node_modules/uuid/dist/version.js +21 -0
  5487. package/examples/full-example-typescript/node_modules/uuid/package.json +135 -0
  5488. package/examples/full-example-typescript/node_modules/uuid/wrapper.mjs +10 -0
  5489. package/examples/full-example-typescript/node_modules/vary/HISTORY.md +39 -0
  5490. package/examples/full-example-typescript/node_modules/vary/LICENSE +22 -0
  5491. package/examples/full-example-typescript/node_modules/vary/README.md +101 -0
  5492. package/examples/full-example-typescript/node_modules/vary/index.js +149 -0
  5493. package/examples/full-example-typescript/node_modules/vary/package.json +43 -0
  5494. package/examples/full-example-typescript/node_modules/ws/LICENSE +20 -0
  5495. package/examples/full-example-typescript/node_modules/ws/README.md +548 -0
  5496. package/examples/full-example-typescript/node_modules/ws/browser.js +8 -0
  5497. package/examples/full-example-typescript/node_modules/ws/index.js +13 -0
  5498. package/examples/full-example-typescript/node_modules/ws/lib/buffer-util.js +131 -0
  5499. package/examples/full-example-typescript/node_modules/ws/lib/constants.js +12 -0
  5500. package/examples/full-example-typescript/node_modules/ws/lib/event-target.js +292 -0
  5501. package/examples/full-example-typescript/node_modules/ws/lib/extension.js +203 -0
  5502. package/examples/full-example-typescript/node_modules/ws/lib/limiter.js +55 -0
  5503. package/examples/full-example-typescript/node_modules/ws/lib/permessage-deflate.js +514 -0
  5504. package/examples/full-example-typescript/node_modules/ws/lib/receiver.js +704 -0
  5505. package/examples/full-example-typescript/node_modules/ws/lib/sender.js +497 -0
  5506. package/examples/full-example-typescript/node_modules/ws/lib/stream.js +159 -0
  5507. package/examples/full-example-typescript/node_modules/ws/lib/subprotocol.js +62 -0
  5508. package/examples/full-example-typescript/node_modules/ws/lib/validation.js +130 -0
  5509. package/examples/full-example-typescript/node_modules/ws/lib/websocket-server.js +540 -0
  5510. package/examples/full-example-typescript/node_modules/ws/lib/websocket.js +1338 -0
  5511. package/examples/full-example-typescript/node_modules/ws/package.json +69 -0
  5512. package/examples/full-example-typescript/node_modules/ws/wrapper.mjs +8 -0
  5513. package/examples/full-example-typescript/node_modules/xtend/.jshintrc +30 -0
  5514. package/examples/full-example-typescript/node_modules/xtend/LICENSE +20 -0
  5515. package/examples/full-example-typescript/node_modules/xtend/README.md +32 -0
  5516. package/examples/full-example-typescript/node_modules/xtend/immutable.js +19 -0
  5517. package/examples/full-example-typescript/node_modules/xtend/mutable.js +17 -0
  5518. package/examples/full-example-typescript/node_modules/xtend/package.json +55 -0
  5519. package/examples/full-example-typescript/node_modules/xtend/test.js +103 -0
  5520. package/examples/full-example-typescript/package-lock.json +3133 -0
  5521. package/lib/Auth/AuthTypes.ts +206 -154
  5522. package/lib/DboBuilder/DboBuilder.ts +96 -72
  5523. package/lib/DboBuilder/TableHandler/insertTest.ts +48 -19
  5524. package/lib/DboBuilder/dboBuilderUtils.ts +104 -74
  5525. package/lib/DboBuilder/getColumns.ts +1 -1
  5526. package/lib/DboBuilder/getTablesForSchemaPostgresSQL.ts +143 -103
  5527. package/lib/FileManager/FileManager.ts +150 -118
  5528. package/lib/FileManager/initFileManager.ts +74 -62
  5529. package/lib/Prostgles.ts +2 -5
  5530. package/lib/ProstglesTypes.ts +167 -105
  5531. package/lib/PubSubManager/PubSubManager.ts +173 -142
  5532. package/lib/PublishParser/publishTypesAndUtils.ts +156 -93
  5533. package/lib/RestApi.ts +66 -36
  5534. package/lib/initProstgles.ts +1 -1
  5535. package/package.json +3 -3
  5536. /package/{documentation/utils/node_modules/@types/node → examples/full-example-typescript/node_modules/@types/body-parser}/LICENSE +0 -0
  5537. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/assert/strict.d.ts +0 -0
  5538. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/buffer.buffer.d.ts +0 -0
  5539. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/disposable.d.ts +0 -0
  5540. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/index.d.ts +0 -0
  5541. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/compatibility/iterators.d.ts +0 -0
  5542. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/constants.d.ts +0 -0
  5543. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/dom-events.d.ts +0 -0
  5544. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/globals.typedarray.d.ts +0 -0
  5545. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/readline/promises.d.ts +0 -0
  5546. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/stream/consumers.d.ts +0 -0
  5547. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/stream/promises.d.ts +0 -0
  5548. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -0
  5549. /package/{documentation/utils → examples/full-example-typescript}/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -0
  5550. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/METHODS.md +0 -0
  5551. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/SERVER.md +0 -0
  5552. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/clientTypes.ts +0 -0
  5553. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.d.ts +0 -0
  5554. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.d.ts.map +0 -0
  5555. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/clientTypes.js +0 -0
  5556. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.d.ts +0 -0
  5557. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.d.ts.map +0 -0
  5558. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/definitions.js +0 -0
  5559. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.d.ts +0 -0
  5560. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.d.ts.map +0 -0
  5561. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateClientDocs.js +0 -0
  5562. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.d.ts +0 -0
  5563. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.d.ts.map +0 -0
  5564. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateDocs.js +0 -0
  5565. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.d.ts +0 -0
  5566. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.d.ts.map +0 -0
  5567. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateMarkdown.js +0 -0
  5568. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.d.ts +0 -0
  5569. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.d.ts.map +0 -0
  5570. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/generateServerDocs.js +0 -0
  5571. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.d.ts +0 -0
  5572. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.d.ts.map +0 -0
  5573. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getResolvedTypes.js +0 -0
  5574. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.d.ts +0 -0
  5575. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.d.ts.map +0 -0
  5576. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSerializableType.js +0 -0
  5577. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.d.ts +0 -0
  5578. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.d.ts.map +0 -0
  5579. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/getSymbolComments.js +0 -0
  5580. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.d.ts +0 -0
  5581. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.d.ts.map +0 -0
  5582. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/loadTsFile.js +0 -0
  5583. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.d.ts +0 -0
  5584. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.d.ts.map +0 -0
  5585. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/moduleResolver.js +0 -0
  5586. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.d.ts +0 -0
  5587. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.d.ts.map +0 -0
  5588. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/dist/serverTypes.js +0 -0
  5589. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateClientDocs.ts +0 -0
  5590. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateDocs.ts +0 -0
  5591. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/generateServerDocs.ts +0 -0
  5592. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/getResolvedTypes.ts +0 -0
  5593. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/getSerializableType.ts +0 -0
  5594. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/loadTsFile.ts +0 -0
  5595. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/moduleResolver.ts +0 -0
  5596. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/.package-lock.json +0 -0
  5597. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/README.md +0 -0
  5598. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/assert.d.ts +0 -0
  5599. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/async_hooks.d.ts +0 -0
  5600. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/buffer.d.ts +0 -0
  5601. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/child_process.d.ts +0 -0
  5602. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/cluster.d.ts +0 -0
  5603. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/compatibility/indexable.d.ts +0 -0
  5604. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/console.d.ts +0 -0
  5605. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/crypto.d.ts +0 -0
  5606. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dgram.d.ts +0 -0
  5607. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/diagnostics_channel.d.ts +0 -0
  5608. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dns/promises.d.ts +0 -0
  5609. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/dns.d.ts +0 -0
  5610. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/domain.d.ts +0 -0
  5611. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/events.d.ts +0 -0
  5612. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/fs/promises.d.ts +0 -0
  5613. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/fs.d.ts +0 -0
  5614. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/globals.d.ts +0 -0
  5615. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/http.d.ts +0 -0
  5616. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/http2.d.ts +0 -0
  5617. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/https.d.ts +0 -0
  5618. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/index.d.ts +0 -0
  5619. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/inspector.d.ts +0 -0
  5620. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/module.d.ts +0 -0
  5621. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/net.d.ts +0 -0
  5622. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/os.d.ts +0 -0
  5623. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/package.json +0 -0
  5624. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/path.d.ts +0 -0
  5625. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/perf_hooks.d.ts +0 -0
  5626. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/process.d.ts +0 -0
  5627. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/punycode.d.ts +0 -0
  5628. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/querystring.d.ts +0 -0
  5629. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/readline.d.ts +0 -0
  5630. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/repl.d.ts +0 -0
  5631. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/sea.d.ts +0 -0
  5632. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/stream/web.d.ts +0 -0
  5633. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/stream.d.ts +0 -0
  5634. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/string_decoder.d.ts +0 -0
  5635. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/test.d.ts +0 -0
  5636. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/timers/promises.d.ts +0 -0
  5637. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/timers.d.ts +0 -0
  5638. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/tls.d.ts +0 -0
  5639. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/trace_events.d.ts +0 -0
  5640. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/ts5.6/index.d.ts +0 -0
  5641. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/tty.d.ts +0 -0
  5642. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/url.d.ts +0 -0
  5643. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/util.d.ts +0 -0
  5644. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/v8.d.ts +0 -0
  5645. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/vm.d.ts +0 -0
  5646. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/wasi.d.ts +0 -0
  5647. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/worker_threads.d.ts +0 -0
  5648. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/@types/node/zlib.d.ts +0 -0
  5649. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/LICENSE +0 -0
  5650. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/README.md +0 -0
  5651. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/agent.d.ts +0 -0
  5652. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/api.d.ts +0 -0
  5653. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/balanced-pool.d.ts +0 -0
  5654. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/cache.d.ts +0 -0
  5655. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/client.d.ts +0 -0
  5656. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/connector.d.ts +0 -0
  5657. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/content-type.d.ts +0 -0
  5658. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/cookies.d.ts +0 -0
  5659. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/diagnostics-channel.d.ts +0 -0
  5660. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/dispatcher.d.ts +0 -0
  5661. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -0
  5662. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/errors.d.ts +0 -0
  5663. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/eventsource.d.ts +0 -0
  5664. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/fetch.d.ts +0 -0
  5665. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/file.d.ts +0 -0
  5666. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/filereader.d.ts +0 -0
  5667. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/formdata.d.ts +0 -0
  5668. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/global-dispatcher.d.ts +0 -0
  5669. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/global-origin.d.ts +0 -0
  5670. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/handlers.d.ts +0 -0
  5671. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/header.d.ts +0 -0
  5672. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/index.d.ts +0 -0
  5673. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/interceptors.d.ts +0 -0
  5674. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-agent.d.ts +0 -0
  5675. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-client.d.ts +0 -0
  5676. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-errors.d.ts +0 -0
  5677. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-interceptor.d.ts +0 -0
  5678. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/mock-pool.d.ts +0 -0
  5679. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/package.json +0 -0
  5680. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/patch.d.ts +0 -0
  5681. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/pool-stats.d.ts +0 -0
  5682. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/pool.d.ts +0 -0
  5683. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/proxy-agent.d.ts +0 -0
  5684. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/readable.d.ts +0 -0
  5685. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/retry-agent.d.ts +0 -0
  5686. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/retry-handler.d.ts +0 -0
  5687. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/util.d.ts +0 -0
  5688. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/webidl.d.ts +0 -0
  5689. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/node_modules/undici-types/websocket.d.ts +0 -0
  5690. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/package-lock.json +0 -0
  5691. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/package.json +0 -0
  5692. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/serverTypes.ts +0 -0
  5693. /package/{documentation → examples/full-example-typescript/node_modules/prostgles-server/documentation}/utils/tsconfig.json +0 -0
@@ -0,0 +1,4660 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { SESServiceException as __BaseException } from "./SESServiceException";
3
+ /**
4
+ * <p>Indicates that email sending is disabled for your entire Amazon SES account.</p>
5
+ * <p>You can enable or disable email sending for your Amazon SES account using <a>UpdateAccountSendingEnabled</a>.</p>
6
+ * @public
7
+ */
8
+ export declare class AccountSendingPausedException extends __BaseException {
9
+ readonly name: "AccountSendingPausedException";
10
+ readonly $fault: "client";
11
+ /**
12
+ * @internal
13
+ */
14
+ constructor(opts: __ExceptionOptionType<AccountSendingPausedException, __BaseException>);
15
+ }
16
+ /**
17
+ * <p>When included in a receipt rule, this action adds a header to the received
18
+ * email.</p>
19
+ * <p>For information about adding a header using a receipt rule, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-add-header.html">Amazon SES Developer Guide</a>.</p>
20
+ * @public
21
+ */
22
+ export interface AddHeaderAction {
23
+ /**
24
+ * <p>The name of the header to add to the incoming message. The name must contain at least
25
+ * one character, and can contain up to 50 characters. It consists of alphanumeric (a–z,
26
+ * A–Z, 0–9) characters and dashes.</p>
27
+ * @public
28
+ */
29
+ HeaderName: string | undefined;
30
+ /**
31
+ * <p>The content to include in the header. This value can contain up to 2048 characters. It
32
+ * can't contain newline (<code>\n</code>) or carriage return (<code>\r</code>)
33
+ * characters.</p>
34
+ * @public
35
+ */
36
+ HeaderValue: string | undefined;
37
+ }
38
+ /**
39
+ * <p>Indicates that a resource could not be created because of a naming conflict.</p>
40
+ * @public
41
+ */
42
+ export declare class AlreadyExistsException extends __BaseException {
43
+ readonly name: "AlreadyExistsException";
44
+ readonly $fault: "client";
45
+ /**
46
+ * <p>Indicates that a resource could not be created because the resource name already
47
+ * exists.</p>
48
+ * @public
49
+ */
50
+ Name?: string | undefined;
51
+ /**
52
+ * @internal
53
+ */
54
+ constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
55
+ }
56
+ /**
57
+ * @public
58
+ * @enum
59
+ */
60
+ export declare const BehaviorOnMXFailure: {
61
+ readonly RejectMessage: "RejectMessage";
62
+ readonly UseDefaultValue: "UseDefaultValue";
63
+ };
64
+ /**
65
+ * @public
66
+ */
67
+ export type BehaviorOnMXFailure = (typeof BehaviorOnMXFailure)[keyof typeof BehaviorOnMXFailure];
68
+ /**
69
+ * <p>Represents textual data, plus an optional character set specification.</p>
70
+ * <p>By default, the text must be 7-bit ASCII, due to the constraints of the SMTP protocol.
71
+ * If the text must contain any other characters, then you must also specify a character
72
+ * set. Examples include UTF-8, ISO-8859-1, and Shift_JIS.</p>
73
+ * @public
74
+ */
75
+ export interface Content {
76
+ /**
77
+ * <p>The textual data of the content.</p>
78
+ * @public
79
+ */
80
+ Data: string | undefined;
81
+ /**
82
+ * <p>The character set of the content.</p>
83
+ * @public
84
+ */
85
+ Charset?: string | undefined;
86
+ }
87
+ /**
88
+ * <p>Represents the body of the message. You can specify text, HTML, or both. If you use
89
+ * both, then the message should display correctly in the widest variety of email
90
+ * clients.</p>
91
+ * @public
92
+ */
93
+ export interface Body {
94
+ /**
95
+ * <p>The content of the message, in text format. Use this for text-based email clients, or
96
+ * clients on high-latency networks (such as mobile devices).</p>
97
+ * @public
98
+ */
99
+ Text?: Content | undefined;
100
+ /**
101
+ * <p>The content of the message, in HTML format. Use this for email clients that can
102
+ * process HTML. You can include clickable links, formatted text, and much more in an HTML
103
+ * message.</p>
104
+ * @public
105
+ */
106
+ Html?: Content | undefined;
107
+ }
108
+ /**
109
+ * <p>When included in a receipt rule, this action rejects the received email by returning a
110
+ * bounce response to the sender and, optionally, publishes a notification to Amazon Simple Notification Service
111
+ * (Amazon SNS).</p>
112
+ * <p>For information about sending a bounce message in response to a received email, see
113
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-bounce.html">Amazon SES Developer Guide</a>.</p>
114
+ * @public
115
+ */
116
+ export interface BounceAction {
117
+ /**
118
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the bounce action is
119
+ * taken. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
120
+ * Amazon SNS.</p>
121
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
122
+ * @public
123
+ */
124
+ TopicArn?: string | undefined;
125
+ /**
126
+ * <p>The SMTP reply code, as defined by <a href="https://tools.ietf.org/html/rfc5321">RFC 5321</a>.</p>
127
+ * @public
128
+ */
129
+ SmtpReplyCode: string | undefined;
130
+ /**
131
+ * <p>The SMTP enhanced status code, as defined by <a href="https://tools.ietf.org/html/rfc3463">RFC 3463</a>.</p>
132
+ * @public
133
+ */
134
+ StatusCode?: string | undefined;
135
+ /**
136
+ * <p>Human-readable text to include in the bounce message.</p>
137
+ * @public
138
+ */
139
+ Message: string | undefined;
140
+ /**
141
+ * <p>The email address of the sender of the bounced email. This is the address from which
142
+ * the bounce message is sent.</p>
143
+ * @public
144
+ */
145
+ Sender: string | undefined;
146
+ }
147
+ /**
148
+ * @public
149
+ * @enum
150
+ */
151
+ export declare const BounceType: {
152
+ readonly ContentRejected: "ContentRejected";
153
+ readonly DoesNotExist: "DoesNotExist";
154
+ readonly ExceededQuota: "ExceededQuota";
155
+ readonly MessageTooLarge: "MessageTooLarge";
156
+ readonly TemporaryFailure: "TemporaryFailure";
157
+ readonly Undefined: "Undefined";
158
+ };
159
+ /**
160
+ * @public
161
+ */
162
+ export type BounceType = (typeof BounceType)[keyof typeof BounceType];
163
+ /**
164
+ * @public
165
+ * @enum
166
+ */
167
+ export declare const DsnAction: {
168
+ readonly DELAYED: "delayed";
169
+ readonly DELIVERED: "delivered";
170
+ readonly EXPANDED: "expanded";
171
+ readonly FAILED: "failed";
172
+ readonly RELAYED: "relayed";
173
+ };
174
+ /**
175
+ * @public
176
+ */
177
+ export type DsnAction = (typeof DsnAction)[keyof typeof DsnAction];
178
+ /**
179
+ * <p>Additional X-headers to include in the Delivery Status Notification (DSN) when an
180
+ * email that Amazon SES receives on your behalf bounces.</p>
181
+ * <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
182
+ * Guide</a>.</p>
183
+ * @public
184
+ */
185
+ export interface ExtensionField {
186
+ /**
187
+ * <p>The name of the header to add. Must be between 1 and 50 characters, inclusive, and
188
+ * consist of alphanumeric (a-z, A-Z, 0-9) characters and dashes only.</p>
189
+ * @public
190
+ */
191
+ Name: string | undefined;
192
+ /**
193
+ * <p>The value of the header to add. Must contain 2048 characters or fewer, and must not
194
+ * contain newline characters ("\r" or "\n").</p>
195
+ * @public
196
+ */
197
+ Value: string | undefined;
198
+ }
199
+ /**
200
+ * <p>Recipient-related information to include in the Delivery Status Notification (DSN)
201
+ * when an email that Amazon SES receives on your behalf bounces.</p>
202
+ * <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
203
+ * Guide</a>.</p>
204
+ * @public
205
+ */
206
+ export interface RecipientDsnFields {
207
+ /**
208
+ * <p>The email address that the message was ultimately delivered to. This corresponds to
209
+ * the <code>Final-Recipient</code> in the DSN. If not specified,
210
+ * <code>FinalRecipient</code> is set to the <code>Recipient</code> specified in the
211
+ * <code>BouncedRecipientInfo</code> structure. Either <code>FinalRecipient</code> or
212
+ * the recipient in <code>BouncedRecipientInfo</code> must be a recipient of the original
213
+ * bounced message.</p>
214
+ * <note>
215
+ * <p>Do not prepend the <code>FinalRecipient</code> email address with <code>rfc
216
+ * 822;</code>, as described in <a href="https://tools.ietf.org/html/rfc3798">RFC 3798</a>.</p>
217
+ * </note>
218
+ * @public
219
+ */
220
+ FinalRecipient?: string | undefined;
221
+ /**
222
+ * <p>The action performed by the reporting mail transfer agent (MTA) as a result of its
223
+ * attempt to deliver the message to the recipient address. This is required by <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>.</p>
224
+ * @public
225
+ */
226
+ Action: DsnAction | undefined;
227
+ /**
228
+ * <p>The MTA to which the remote MTA attempted to deliver the message, formatted as
229
+ * specified in <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>
230
+ * (<code>mta-name-type; mta-name</code>). This parameter typically applies only to
231
+ * propagating synchronous bounces.</p>
232
+ * @public
233
+ */
234
+ RemoteMta?: string | undefined;
235
+ /**
236
+ * <p>The status code that indicates what went wrong. This is required by <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>.</p>
237
+ * @public
238
+ */
239
+ Status: string | undefined;
240
+ /**
241
+ * <p>An extended explanation of what went wrong; this is usually an SMTP response. See
242
+ * <a href="https://tools.ietf.org/html/rfc3463">RFC 3463</a> for the correct
243
+ * formatting of this parameter.</p>
244
+ * @public
245
+ */
246
+ DiagnosticCode?: string | undefined;
247
+ /**
248
+ * <p>The time the final delivery attempt was made, in <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a> date-time format.</p>
249
+ * @public
250
+ */
251
+ LastAttemptDate?: Date | undefined;
252
+ /**
253
+ * <p>Additional X-headers to include in the DSN.</p>
254
+ * @public
255
+ */
256
+ ExtensionFields?: ExtensionField[] | undefined;
257
+ }
258
+ /**
259
+ * <p>Recipient-related information to include in the Delivery Status Notification (DSN)
260
+ * when an email that Amazon SES receives on your behalf bounces.</p>
261
+ * <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
262
+ * Guide</a>.</p>
263
+ * @public
264
+ */
265
+ export interface BouncedRecipientInfo {
266
+ /**
267
+ * <p>The email address of the recipient of the bounced email.</p>
268
+ * @public
269
+ */
270
+ Recipient: string | undefined;
271
+ /**
272
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
273
+ * that is associated with the sending authorization policy that permits you to receive
274
+ * email for the recipient of the bounced email. For more information about sending
275
+ * authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
276
+ * @public
277
+ */
278
+ RecipientArn?: string | undefined;
279
+ /**
280
+ * <p>The reason for the bounce. You must provide either this parameter or
281
+ * <code>RecipientDsnFields</code>.</p>
282
+ * @public
283
+ */
284
+ BounceType?: BounceType | undefined;
285
+ /**
286
+ * <p>Recipient-related DSN fields, most of which would normally be filled in automatically
287
+ * when provided with a <code>BounceType</code>. You must provide either this parameter or
288
+ * <code>BounceType</code>.</p>
289
+ * @public
290
+ */
291
+ RecipientDsnFields?: RecipientDsnFields | undefined;
292
+ }
293
+ /**
294
+ * <p>Represents the destination of the message, consisting of To:, CC:, and BCC:
295
+ * fields.</p>
296
+ * <note>
297
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
298
+ * email address string must be 7-bit ASCII. If you want to send to or from email
299
+ * addresses that contain Unicode characters in the domain part of an address, you must
300
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
301
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
302
+ * want to use Unicode characters in the "friendly from" name, you must encode the
303
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
304
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
305
+ * </note>
306
+ * @public
307
+ */
308
+ export interface Destination {
309
+ /**
310
+ * <p>The recipients to place on the To: line of the message.</p>
311
+ * @public
312
+ */
313
+ ToAddresses?: string[] | undefined;
314
+ /**
315
+ * <p>The recipients to place on the CC: line of the message.</p>
316
+ * @public
317
+ */
318
+ CcAddresses?: string[] | undefined;
319
+ /**
320
+ * <p>The recipients to place on the BCC: line of the message.</p>
321
+ * @public
322
+ */
323
+ BccAddresses?: string[] | undefined;
324
+ }
325
+ /**
326
+ * <p>Contains the name and value of a tag that you can provide to <code>SendEmail</code> or
327
+ * <code>SendRawEmail</code> to apply to an email.</p>
328
+ * <p>Message tags, which you use with configuration sets, enable you to publish email
329
+ * sending events. For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
330
+ * Developer Guide</a>.</p>
331
+ * @public
332
+ */
333
+ export interface MessageTag {
334
+ /**
335
+ * <p>The name of the tag. The name must meet the following requirements:</p>
336
+ * <ul>
337
+ * <li>
338
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
339
+ * dashes (-).</p>
340
+ * </li>
341
+ * <li>
342
+ * <p>Contain 256 characters or fewer.</p>
343
+ * </li>
344
+ * </ul>
345
+ * @public
346
+ */
347
+ Name: string | undefined;
348
+ /**
349
+ * <p>The value of the tag. The value must meet the following requirements:</p>
350
+ * <ul>
351
+ * <li>
352
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
353
+ * dashes (-).</p>
354
+ * </li>
355
+ * <li>
356
+ * <p>Contain 256 characters or fewer.</p>
357
+ * </li>
358
+ * </ul>
359
+ * @public
360
+ */
361
+ Value: string | undefined;
362
+ }
363
+ /**
364
+ * <p>An array that contains one or more Destinations, as well as the tags and replacement
365
+ * data associated with each of those Destinations.</p>
366
+ * @public
367
+ */
368
+ export interface BulkEmailDestination {
369
+ /**
370
+ * <p>Represents the destination of the message, consisting of To:, CC:, and BCC:
371
+ * fields.</p>
372
+ * <note>
373
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
374
+ * email address string must be 7-bit ASCII. If you want to send to or from email
375
+ * addresses that contain Unicode characters in the domain part of an address, you must
376
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
377
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
378
+ * want to use Unicode characters in the "friendly from" name, you must encode the
379
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
380
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
381
+ * </note>
382
+ * @public
383
+ */
384
+ Destination: Destination | undefined;
385
+ /**
386
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
387
+ * using <code>SendBulkTemplatedEmail</code>. Tags correspond to characteristics of the
388
+ * email that you define, so that you can publish email sending events.</p>
389
+ * @public
390
+ */
391
+ ReplacementTags?: MessageTag[] | undefined;
392
+ /**
393
+ * <p>A list of replacement values to apply to the template. This parameter is a JSON
394
+ * object, typically consisting of key-value pairs in which the keys correspond to
395
+ * replacement tags in the email template.</p>
396
+ * @public
397
+ */
398
+ ReplacementTemplateData?: string | undefined;
399
+ }
400
+ /**
401
+ * @public
402
+ * @enum
403
+ */
404
+ export declare const BulkEmailStatus: {
405
+ readonly AccountDailyQuotaExceeded: "AccountDailyQuotaExceeded";
406
+ readonly AccountSendingPaused: "AccountSendingPaused";
407
+ readonly AccountSuspended: "AccountSuspended";
408
+ readonly AccountThrottled: "AccountThrottled";
409
+ readonly ConfigurationSetDoesNotExist: "ConfigurationSetDoesNotExist";
410
+ readonly ConfigurationSetSendingPaused: "ConfigurationSetSendingPaused";
411
+ readonly Failed: "Failed";
412
+ readonly InvalidParameterValue: "InvalidParameterValue";
413
+ readonly InvalidSendingPoolName: "InvalidSendingPoolName";
414
+ readonly MailFromDomainNotVerified: "MailFromDomainNotVerified";
415
+ readonly MessageRejected: "MessageRejected";
416
+ readonly Success: "Success";
417
+ readonly TemplateDoesNotExist: "TemplateDoesNotExist";
418
+ readonly TransientFailure: "TransientFailure";
419
+ };
420
+ /**
421
+ * @public
422
+ */
423
+ export type BulkEmailStatus = (typeof BulkEmailStatus)[keyof typeof BulkEmailStatus];
424
+ /**
425
+ * <p>An object that contains the response from the <code>SendBulkTemplatedEmail</code>
426
+ * operation.</p>
427
+ * @public
428
+ */
429
+ export interface BulkEmailDestinationStatus {
430
+ /**
431
+ * <p>The status of a message sent using the <code>SendBulkTemplatedEmail</code>
432
+ * operation.</p>
433
+ * <p>Possible values for this parameter include:</p>
434
+ * <ul>
435
+ * <li>
436
+ * <p>
437
+ * <code>Success</code>: Amazon SES accepted the message, and attempts to deliver it
438
+ * to the recipients.</p>
439
+ * </li>
440
+ * <li>
441
+ * <p>
442
+ * <code>MessageRejected</code>: The message was rejected because it contained a
443
+ * virus.</p>
444
+ * </li>
445
+ * <li>
446
+ * <p>
447
+ * <code>MailFromDomainNotVerified</code>: The sender's email address or domain
448
+ * was not verified.</p>
449
+ * </li>
450
+ * <li>
451
+ * <p>
452
+ * <code>ConfigurationSetDoesNotExist</code>: The configuration set you specified
453
+ * does not exist.</p>
454
+ * </li>
455
+ * <li>
456
+ * <p>
457
+ * <code>TemplateDoesNotExist</code>: The template you specified does not
458
+ * exist.</p>
459
+ * </li>
460
+ * <li>
461
+ * <p>
462
+ * <code>AccountSuspended</code>: Your account has been shut down because of
463
+ * issues related to your email sending practices.</p>
464
+ * </li>
465
+ * <li>
466
+ * <p>
467
+ * <code>AccountThrottled</code>: The number of emails you can send has been
468
+ * reduced because your account has exceeded its allocated sending limit.</p>
469
+ * </li>
470
+ * <li>
471
+ * <p>
472
+ * <code>AccountDailyQuotaExceeded</code>: You have reached or exceeded the
473
+ * maximum number of emails you can send from your account in a 24-hour
474
+ * period.</p>
475
+ * </li>
476
+ * <li>
477
+ * <p>
478
+ * <code>InvalidSendingPoolName</code>: The configuration set you specified
479
+ * refers to an IP pool that does not exist.</p>
480
+ * </li>
481
+ * <li>
482
+ * <p>
483
+ * <code>AccountSendingPaused</code>: Email sending for the Amazon SES account was
484
+ * disabled using the <a>UpdateAccountSendingEnabled</a>
485
+ * operation.</p>
486
+ * </li>
487
+ * <li>
488
+ * <p>
489
+ * <code>ConfigurationSetSendingPaused</code>: Email sending for this
490
+ * configuration set was disabled using the <a>UpdateConfigurationSetSendingEnabled</a> operation.</p>
491
+ * </li>
492
+ * <li>
493
+ * <p>
494
+ * <code>InvalidParameterValue</code>: One or more of the parameters you
495
+ * specified when calling this operation was invalid. See the error message for
496
+ * additional information.</p>
497
+ * </li>
498
+ * <li>
499
+ * <p>
500
+ * <code>TransientFailure</code>: Amazon SES was unable to process your request
501
+ * because of a temporary issue.</p>
502
+ * </li>
503
+ * <li>
504
+ * <p>
505
+ * <code>Failed</code>: Amazon SES was unable to process your request. See the error
506
+ * message for additional information.</p>
507
+ * </li>
508
+ * </ul>
509
+ * @public
510
+ */
511
+ Status?: BulkEmailStatus | undefined;
512
+ /**
513
+ * <p>A description of an error that prevented a message being sent using the
514
+ * <code>SendBulkTemplatedEmail</code> operation.</p>
515
+ * @public
516
+ */
517
+ Error?: string | undefined;
518
+ /**
519
+ * <p>The unique message identifier returned from the <code>SendBulkTemplatedEmail</code>
520
+ * operation.</p>
521
+ * @public
522
+ */
523
+ MessageId?: string | undefined;
524
+ }
525
+ /**
526
+ * <p>Indicates that the delete operation could not be completed.</p>
527
+ * @public
528
+ */
529
+ export declare class CannotDeleteException extends __BaseException {
530
+ readonly name: "CannotDeleteException";
531
+ readonly $fault: "client";
532
+ /**
533
+ * <p>Indicates that a resource could not be deleted because no resource with the specified
534
+ * name exists.</p>
535
+ * @public
536
+ */
537
+ Name?: string | undefined;
538
+ /**
539
+ * @internal
540
+ */
541
+ constructor(opts: __ExceptionOptionType<CannotDeleteException, __BaseException>);
542
+ }
543
+ /**
544
+ * <p>Represents a request to create a receipt rule set by cloning an existing one. You use
545
+ * receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
546
+ * Developer Guide</a>.</p>
547
+ * @public
548
+ */
549
+ export interface CloneReceiptRuleSetRequest {
550
+ /**
551
+ * <p>The name of the rule set to create. The name must meet the following
552
+ * requirements:</p>
553
+ * <ul>
554
+ * <li>
555
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
556
+ * dashes (-).</p>
557
+ * </li>
558
+ * <li>
559
+ * <p>Start and end with a letter or number.</p>
560
+ * </li>
561
+ * <li>
562
+ * <p>Contain 64 characters or fewer.</p>
563
+ * </li>
564
+ * </ul>
565
+ * @public
566
+ */
567
+ RuleSetName: string | undefined;
568
+ /**
569
+ * <p>The name of the rule set to clone.</p>
570
+ * @public
571
+ */
572
+ OriginalRuleSetName: string | undefined;
573
+ }
574
+ /**
575
+ * <p>An empty element returned on a successful request.</p>
576
+ * @public
577
+ */
578
+ export interface CloneReceiptRuleSetResponse {
579
+ }
580
+ /**
581
+ * <p>Indicates that a resource could not be created because of service limits. For a list
582
+ * of Amazon SES limits, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/limits.html">Amazon SES Developer
583
+ * Guide</a>.</p>
584
+ * @public
585
+ */
586
+ export declare class LimitExceededException extends __BaseException {
587
+ readonly name: "LimitExceededException";
588
+ readonly $fault: "client";
589
+ /**
590
+ * @internal
591
+ */
592
+ constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
593
+ }
594
+ /**
595
+ * <p>Indicates that the provided receipt rule set does not exist.</p>
596
+ * @public
597
+ */
598
+ export declare class RuleSetDoesNotExistException extends __BaseException {
599
+ readonly name: "RuleSetDoesNotExistException";
600
+ readonly $fault: "client";
601
+ /**
602
+ * <p>Indicates that the named receipt rule set does not exist.</p>
603
+ * @public
604
+ */
605
+ Name?: string | undefined;
606
+ /**
607
+ * @internal
608
+ */
609
+ constructor(opts: __ExceptionOptionType<RuleSetDoesNotExistException, __BaseException>);
610
+ }
611
+ /**
612
+ * @public
613
+ * @enum
614
+ */
615
+ export declare const DimensionValueSource: {
616
+ readonly EMAIL_HEADER: "emailHeader";
617
+ readonly LINK_TAG: "linkTag";
618
+ readonly MESSAGE_TAG: "messageTag";
619
+ };
620
+ /**
621
+ * @public
622
+ */
623
+ export type DimensionValueSource = (typeof DimensionValueSource)[keyof typeof DimensionValueSource];
624
+ /**
625
+ * <p>Contains the dimension configuration to use when you publish email sending events to
626
+ * Amazon CloudWatch.</p>
627
+ * <p>For information about publishing email sending events to Amazon CloudWatch, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
628
+ * Developer Guide</a>.</p>
629
+ * @public
630
+ */
631
+ export interface CloudWatchDimensionConfiguration {
632
+ /**
633
+ * <p>The name of an Amazon CloudWatch dimension associated with an email sending metric. The name
634
+ * must meet the following requirements:</p>
635
+ * <ul>
636
+ * <li>
637
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
638
+ * (-), or colons (:).</p>
639
+ * </li>
640
+ * <li>
641
+ * <p>Contain 256 characters or fewer.</p>
642
+ * </li>
643
+ * </ul>
644
+ * @public
645
+ */
646
+ DimensionName: string | undefined;
647
+ /**
648
+ * <p>The place where Amazon SES finds the value of a dimension to publish to Amazon CloudWatch. To use
649
+ * the message tags that you specify using an <code>X-SES-MESSAGE-TAGS</code> header or a
650
+ * parameter to the <code>SendEmail</code>/<code>SendRawEmail</code> API, specify
651
+ * <code>messageTag</code>. To use your own email headers, specify
652
+ * <code>emailHeader</code>. To put a custom tag on any link included in your email,
653
+ * specify <code>linkTag</code>.</p>
654
+ * @public
655
+ */
656
+ DimensionValueSource: DimensionValueSource | undefined;
657
+ /**
658
+ * <p>The default value of the dimension that is published to Amazon CloudWatch if you do not provide
659
+ * the value of the dimension when you send an email. The default value must meet the
660
+ * following requirements:</p>
661
+ * <ul>
662
+ * <li>
663
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
664
+ * (-), at signs (@), or periods (.).</p>
665
+ * </li>
666
+ * <li>
667
+ * <p>Contain 256 characters or fewer.</p>
668
+ * </li>
669
+ * </ul>
670
+ * @public
671
+ */
672
+ DefaultDimensionValue: string | undefined;
673
+ }
674
+ /**
675
+ * <p>Contains information associated with an Amazon CloudWatch event destination to which email
676
+ * sending events are published.</p>
677
+ * <p>Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which
678
+ * enable you to publish email sending events. For information about using configuration
679
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
680
+ * Guide</a>.</p>
681
+ * @public
682
+ */
683
+ export interface CloudWatchDestination {
684
+ /**
685
+ * <p>A list of dimensions upon which to categorize your emails when you publish email
686
+ * sending events to Amazon CloudWatch.</p>
687
+ * @public
688
+ */
689
+ DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
690
+ }
691
+ /**
692
+ * <p>The name of the configuration set.</p>
693
+ * <p>Configuration sets let you create groups of rules that you can apply to the emails you
694
+ * send using Amazon SES. For more information about using configuration sets, see <a href="https://docs.aws.amazon.com/ses/latest/dg/using-configuration-sets.html">Using Amazon SES
695
+ * Configuration Sets</a> in the <a href="https://docs.aws.amazon.com/ses/latest/dg/">Amazon SES Developer Guide</a>.</p>
696
+ * @public
697
+ */
698
+ export interface ConfigurationSet {
699
+ /**
700
+ * <p>The name of the configuration set. The name must meet the following
701
+ * requirements:</p>
702
+ * <ul>
703
+ * <li>
704
+ * <p>Contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes
705
+ * (-).</p>
706
+ * </li>
707
+ * <li>
708
+ * <p>Contain 64 characters or fewer.</p>
709
+ * </li>
710
+ * </ul>
711
+ * @public
712
+ */
713
+ Name: string | undefined;
714
+ }
715
+ /**
716
+ * <p>Indicates that the configuration set could not be created because of a naming
717
+ * conflict.</p>
718
+ * @public
719
+ */
720
+ export declare class ConfigurationSetAlreadyExistsException extends __BaseException {
721
+ readonly name: "ConfigurationSetAlreadyExistsException";
722
+ readonly $fault: "client";
723
+ /**
724
+ * <p>Indicates that the configuration set does not exist.</p>
725
+ * @public
726
+ */
727
+ ConfigurationSetName?: string | undefined;
728
+ /**
729
+ * @internal
730
+ */
731
+ constructor(opts: __ExceptionOptionType<ConfigurationSetAlreadyExistsException, __BaseException>);
732
+ }
733
+ /**
734
+ * @public
735
+ * @enum
736
+ */
737
+ export declare const ConfigurationSetAttribute: {
738
+ readonly DELIVERY_OPTIONS: "deliveryOptions";
739
+ readonly EVENT_DESTINATIONS: "eventDestinations";
740
+ readonly REPUTATION_OPTIONS: "reputationOptions";
741
+ readonly TRACKING_OPTIONS: "trackingOptions";
742
+ };
743
+ /**
744
+ * @public
745
+ */
746
+ export type ConfigurationSetAttribute = (typeof ConfigurationSetAttribute)[keyof typeof ConfigurationSetAttribute];
747
+ /**
748
+ * <p>Indicates that the configuration set does not exist.</p>
749
+ * @public
750
+ */
751
+ export declare class ConfigurationSetDoesNotExistException extends __BaseException {
752
+ readonly name: "ConfigurationSetDoesNotExistException";
753
+ readonly $fault: "client";
754
+ /**
755
+ * <p>Indicates that the configuration set does not exist.</p>
756
+ * @public
757
+ */
758
+ ConfigurationSetName?: string | undefined;
759
+ /**
760
+ * @internal
761
+ */
762
+ constructor(opts: __ExceptionOptionType<ConfigurationSetDoesNotExistException, __BaseException>);
763
+ }
764
+ /**
765
+ * <p>Indicates that email sending is disabled for the configuration set.</p>
766
+ * <p>You can enable or disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
767
+ * @public
768
+ */
769
+ export declare class ConfigurationSetSendingPausedException extends __BaseException {
770
+ readonly name: "ConfigurationSetSendingPausedException";
771
+ readonly $fault: "client";
772
+ /**
773
+ * <p>The name of the configuration set for which email sending is disabled.</p>
774
+ * @public
775
+ */
776
+ ConfigurationSetName?: string | undefined;
777
+ /**
778
+ * @internal
779
+ */
780
+ constructor(opts: __ExceptionOptionType<ConfigurationSetSendingPausedException, __BaseException>);
781
+ }
782
+ /**
783
+ * <p>When included in a receipt rule, this action parses the received message and
784
+ * starts an email contact in Amazon Connect on your behalf.</p>
785
+ * <note>
786
+ * <p>When you receive emails, the maximum email size (including headers) is 40 MB.
787
+ * Additionally, emails may only have up to 10 attachments.
788
+ * Emails larger than 40 MB or with more than 10 attachments will be bounced.</p>
789
+ * </note>
790
+ * <p>We recommend that you configure this action via Amazon Connect.</p>
791
+ * @public
792
+ */
793
+ export interface ConnectAction {
794
+ /**
795
+ * <p>The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting
796
+ * email contacts.</p>
797
+ * <p>For more information about Amazon Connect instances, see the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-instances.html">Amazon Connect Administrator Guide</a>
798
+ * </p>
799
+ * @public
800
+ */
801
+ InstanceARN: string | undefined;
802
+ /**
803
+ * <p> The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts
804
+ * to the Amazon Connect instance. This role should have permission to invoke <code>connect:StartEmailContact</code>
805
+ * for the given Amazon Connect instance.</p>
806
+ * @public
807
+ */
808
+ IAMRoleARN: string | undefined;
809
+ }
810
+ /**
811
+ * <p>Represents a request to create a configuration set. Configuration sets enable you to
812
+ * publish email sending events. For information about using configuration sets, see the
813
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
814
+ * Developer Guide</a>.</p>
815
+ * @public
816
+ */
817
+ export interface CreateConfigurationSetRequest {
818
+ /**
819
+ * <p>A data structure that contains the name of the configuration set.</p>
820
+ * @public
821
+ */
822
+ ConfigurationSet: ConfigurationSet | undefined;
823
+ }
824
+ /**
825
+ * <p>An empty element returned on a successful request.</p>
826
+ * @public
827
+ */
828
+ export interface CreateConfigurationSetResponse {
829
+ }
830
+ /**
831
+ * <p>Indicates that the configuration set is invalid. See the error message for
832
+ * details.</p>
833
+ * @public
834
+ */
835
+ export declare class InvalidConfigurationSetException extends __BaseException {
836
+ readonly name: "InvalidConfigurationSetException";
837
+ readonly $fault: "client";
838
+ /**
839
+ * @internal
840
+ */
841
+ constructor(opts: __ExceptionOptionType<InvalidConfigurationSetException, __BaseException>);
842
+ }
843
+ /**
844
+ * <p>Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event
845
+ * destination.</p>
846
+ * <p>Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable
847
+ * you to publish email sending events. For information about using configuration sets, see
848
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
849
+ * Developer Guide</a>.</p>
850
+ * @public
851
+ */
852
+ export interface KinesisFirehoseDestination {
853
+ /**
854
+ * <p>The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose
855
+ * stream.</p>
856
+ * @public
857
+ */
858
+ IAMRoleARN: string | undefined;
859
+ /**
860
+ * <p>The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.</p>
861
+ * @public
862
+ */
863
+ DeliveryStreamARN: string | undefined;
864
+ }
865
+ /**
866
+ * @public
867
+ * @enum
868
+ */
869
+ export declare const EventType: {
870
+ readonly BOUNCE: "bounce";
871
+ readonly CLICK: "click";
872
+ readonly COMPLAINT: "complaint";
873
+ readonly DELIVERY: "delivery";
874
+ readonly OPEN: "open";
875
+ readonly REJECT: "reject";
876
+ readonly RENDERING_FAILURE: "renderingFailure";
877
+ readonly SEND: "send";
878
+ };
879
+ /**
880
+ * @public
881
+ */
882
+ export type EventType = (typeof EventType)[keyof typeof EventType];
883
+ /**
884
+ * <p>Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.</p>
885
+ * <p>Event destinations, such as Amazon SNS, are associated with configuration sets, which
886
+ * enable you to publish email sending events. For information about using configuration
887
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
888
+ * Guide</a>.</p>
889
+ * @public
890
+ */
891
+ export interface SNSDestination {
892
+ /**
893
+ * <p>The ARN of the Amazon SNS topic for email sending events. You can find the ARN of a topic
894
+ * by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> Amazon SNS operation.</p>
895
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
896
+ * @public
897
+ */
898
+ TopicARN: string | undefined;
899
+ }
900
+ /**
901
+ * <p>Contains information about an event destination.</p>
902
+ * <note>
903
+ * <p>When you create or update an event destination, you must provide one, and only
904
+ * one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose or Amazon Simple Notification Service (Amazon SNS).</p>
905
+ * </note>
906
+ * <p>Event destinations are associated with configuration sets, which enable you to publish
907
+ * email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about
908
+ * using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
909
+ * Guide</a>.</p>
910
+ * @public
911
+ */
912
+ export interface EventDestination {
913
+ /**
914
+ * <p>The name of the event destination. The name must meet the following
915
+ * requirements:</p>
916
+ * <ul>
917
+ * <li>
918
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
919
+ * dashes (-).</p>
920
+ * </li>
921
+ * <li>
922
+ * <p>Contain 64 characters or fewer.</p>
923
+ * </li>
924
+ * </ul>
925
+ * @public
926
+ */
927
+ Name: string | undefined;
928
+ /**
929
+ * <p>Sets whether Amazon SES publishes events to this destination when you send an email with
930
+ * the associated configuration set. Set to <code>true</code> to enable publishing to this
931
+ * destination; set to <code>false</code> to prevent publishing to this destination. The
932
+ * default value is <code>false</code>.</p>
933
+ * @public
934
+ */
935
+ Enabled?: boolean | undefined;
936
+ /**
937
+ * <p>The type of email sending events to publish to the event destination.</p>
938
+ * <ul>
939
+ * <li>
940
+ * <p>
941
+ * <code>send</code> - The call was successful and Amazon SES is attempting to deliver
942
+ * the email.</p>
943
+ * </li>
944
+ * <li>
945
+ * <p>
946
+ * <code>reject</code> - Amazon SES determined that the email contained a virus and
947
+ * rejected it.</p>
948
+ * </li>
949
+ * <li>
950
+ * <p>
951
+ * <code>bounce</code> - The recipient's mail server permanently rejected the
952
+ * email. This corresponds to a hard bounce.</p>
953
+ * </li>
954
+ * <li>
955
+ * <p>
956
+ * <code>complaint</code> - The recipient marked the email as spam.</p>
957
+ * </li>
958
+ * <li>
959
+ * <p>
960
+ * <code>delivery</code> - Amazon SES successfully delivered the email to the
961
+ * recipient's mail server.</p>
962
+ * </li>
963
+ * <li>
964
+ * <p>
965
+ * <code>open</code> - The recipient received the email and opened it in their
966
+ * email client.</p>
967
+ * </li>
968
+ * <li>
969
+ * <p>
970
+ * <code>click</code> - The recipient clicked one or more links in the
971
+ * email.</p>
972
+ * </li>
973
+ * <li>
974
+ * <p>
975
+ * <code>renderingFailure</code> - Amazon SES did not send the email because of a
976
+ * template rendering issue.</p>
977
+ * </li>
978
+ * </ul>
979
+ * @public
980
+ */
981
+ MatchingEventTypes: EventType[] | undefined;
982
+ /**
983
+ * <p>An object that contains the delivery stream ARN and the IAM role ARN associated with
984
+ * an Amazon Kinesis Firehose event destination.</p>
985
+ * @public
986
+ */
987
+ KinesisFirehoseDestination?: KinesisFirehoseDestination | undefined;
988
+ /**
989
+ * <p>An object that contains the names, default values, and sources of the dimensions
990
+ * associated with an Amazon CloudWatch event destination.</p>
991
+ * @public
992
+ */
993
+ CloudWatchDestination?: CloudWatchDestination | undefined;
994
+ /**
995
+ * <p>An object that contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event
996
+ * destination.</p>
997
+ * @public
998
+ */
999
+ SNSDestination?: SNSDestination | undefined;
1000
+ }
1001
+ /**
1002
+ * <p>Represents a request to create a configuration set event destination. A configuration
1003
+ * set event destination, which can be either Amazon CloudWatch or Amazon Kinesis Firehose, describes an Amazon Web Services service
1004
+ * in which Amazon SES publishes the email sending events associated with a configuration set.
1005
+ * For information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
1006
+ * Guide</a>.</p>
1007
+ * @public
1008
+ */
1009
+ export interface CreateConfigurationSetEventDestinationRequest {
1010
+ /**
1011
+ * <p>The name of the configuration set that the event destination should be associated
1012
+ * with.</p>
1013
+ * @public
1014
+ */
1015
+ ConfigurationSetName: string | undefined;
1016
+ /**
1017
+ * <p>An object that describes the Amazon Web Services service that email sending event where information
1018
+ * is published.</p>
1019
+ * @public
1020
+ */
1021
+ EventDestination: EventDestination | undefined;
1022
+ }
1023
+ /**
1024
+ * <p>An empty element returned on a successful request.</p>
1025
+ * @public
1026
+ */
1027
+ export interface CreateConfigurationSetEventDestinationResponse {
1028
+ }
1029
+ /**
1030
+ * <p>Indicates that the event destination could not be created because of a naming
1031
+ * conflict.</p>
1032
+ * @public
1033
+ */
1034
+ export declare class EventDestinationAlreadyExistsException extends __BaseException {
1035
+ readonly name: "EventDestinationAlreadyExistsException";
1036
+ readonly $fault: "client";
1037
+ /**
1038
+ * <p>Indicates that the configuration set does not exist.</p>
1039
+ * @public
1040
+ */
1041
+ ConfigurationSetName?: string | undefined;
1042
+ /**
1043
+ * <p>Indicates that the event destination does not exist.</p>
1044
+ * @public
1045
+ */
1046
+ EventDestinationName?: string | undefined;
1047
+ /**
1048
+ * @internal
1049
+ */
1050
+ constructor(opts: __ExceptionOptionType<EventDestinationAlreadyExistsException, __BaseException>);
1051
+ }
1052
+ /**
1053
+ * <p>Indicates that the Amazon CloudWatch destination is invalid. See the error message for
1054
+ * details.</p>
1055
+ * @public
1056
+ */
1057
+ export declare class InvalidCloudWatchDestinationException extends __BaseException {
1058
+ readonly name: "InvalidCloudWatchDestinationException";
1059
+ readonly $fault: "client";
1060
+ /**
1061
+ * <p>Indicates that the configuration set does not exist.</p>
1062
+ * @public
1063
+ */
1064
+ ConfigurationSetName?: string | undefined;
1065
+ /**
1066
+ * <p>Indicates that the event destination does not exist.</p>
1067
+ * @public
1068
+ */
1069
+ EventDestinationName?: string | undefined;
1070
+ /**
1071
+ * @internal
1072
+ */
1073
+ constructor(opts: __ExceptionOptionType<InvalidCloudWatchDestinationException, __BaseException>);
1074
+ }
1075
+ /**
1076
+ * <p>Indicates that the Amazon Kinesis Firehose destination is invalid. See the error
1077
+ * message for details.</p>
1078
+ * @public
1079
+ */
1080
+ export declare class InvalidFirehoseDestinationException extends __BaseException {
1081
+ readonly name: "InvalidFirehoseDestinationException";
1082
+ readonly $fault: "client";
1083
+ /**
1084
+ * <p>Indicates that the configuration set does not exist.</p>
1085
+ * @public
1086
+ */
1087
+ ConfigurationSetName?: string | undefined;
1088
+ /**
1089
+ * <p>Indicates that the event destination does not exist.</p>
1090
+ * @public
1091
+ */
1092
+ EventDestinationName?: string | undefined;
1093
+ /**
1094
+ * @internal
1095
+ */
1096
+ constructor(opts: __ExceptionOptionType<InvalidFirehoseDestinationException, __BaseException>);
1097
+ }
1098
+ /**
1099
+ * <p>Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is
1100
+ * invalid. See the error message for details.</p>
1101
+ * @public
1102
+ */
1103
+ export declare class InvalidSNSDestinationException extends __BaseException {
1104
+ readonly name: "InvalidSNSDestinationException";
1105
+ readonly $fault: "client";
1106
+ /**
1107
+ * <p>Indicates that the configuration set does not exist.</p>
1108
+ * @public
1109
+ */
1110
+ ConfigurationSetName?: string | undefined;
1111
+ /**
1112
+ * <p>Indicates that the event destination does not exist.</p>
1113
+ * @public
1114
+ */
1115
+ EventDestinationName?: string | undefined;
1116
+ /**
1117
+ * @internal
1118
+ */
1119
+ constructor(opts: __ExceptionOptionType<InvalidSNSDestinationException, __BaseException>);
1120
+ }
1121
+ /**
1122
+ * <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
1123
+ * domain captures open and click events generated by Amazon SES emails.</p>
1124
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
1125
+ * Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
1126
+ * Guide</i>.</p>
1127
+ * @public
1128
+ */
1129
+ export interface TrackingOptions {
1130
+ /**
1131
+ * <p>The custom subdomain that is used to redirect email recipients to the Amazon SES event
1132
+ * tracking domain.</p>
1133
+ * @public
1134
+ */
1135
+ CustomRedirectDomain?: string | undefined;
1136
+ }
1137
+ /**
1138
+ * <p>Represents a request to create an open and click tracking option object in a
1139
+ * configuration set. </p>
1140
+ * @public
1141
+ */
1142
+ export interface CreateConfigurationSetTrackingOptionsRequest {
1143
+ /**
1144
+ * <p>The name of the configuration set that the tracking options should be associated
1145
+ * with.</p>
1146
+ * @public
1147
+ */
1148
+ ConfigurationSetName: string | undefined;
1149
+ /**
1150
+ * <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
1151
+ * domain captures open and click events generated by Amazon SES emails.</p>
1152
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
1153
+ * Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
1154
+ * Guide</i>.</p>
1155
+ * @public
1156
+ */
1157
+ TrackingOptions: TrackingOptions | undefined;
1158
+ }
1159
+ /**
1160
+ * <p>An empty element returned on a successful request.</p>
1161
+ * @public
1162
+ */
1163
+ export interface CreateConfigurationSetTrackingOptionsResponse {
1164
+ }
1165
+ /**
1166
+ * <p>Indicates that the custom domain to be used for open and click tracking redirects is
1167
+ * invalid. This error appears most often in the following situations:</p>
1168
+ * <ul>
1169
+ * <li>
1170
+ * <p>When the tracking domain you specified is not verified in Amazon SES.</p>
1171
+ * </li>
1172
+ * <li>
1173
+ * <p>When the tracking domain you specified is not a valid domain or
1174
+ * subdomain.</p>
1175
+ * </li>
1176
+ * </ul>
1177
+ * @public
1178
+ */
1179
+ export declare class InvalidTrackingOptionsException extends __BaseException {
1180
+ readonly name: "InvalidTrackingOptionsException";
1181
+ readonly $fault: "client";
1182
+ /**
1183
+ * @internal
1184
+ */
1185
+ constructor(opts: __ExceptionOptionType<InvalidTrackingOptionsException, __BaseException>);
1186
+ }
1187
+ /**
1188
+ * <p>Indicates that the configuration set you specified already contains a TrackingOptions
1189
+ * object.</p>
1190
+ * @public
1191
+ */
1192
+ export declare class TrackingOptionsAlreadyExistsException extends __BaseException {
1193
+ readonly name: "TrackingOptionsAlreadyExistsException";
1194
+ readonly $fault: "client";
1195
+ /**
1196
+ * <p>Indicates that a TrackingOptions object already exists in the specified configuration
1197
+ * set.</p>
1198
+ * @public
1199
+ */
1200
+ ConfigurationSetName?: string | undefined;
1201
+ /**
1202
+ * @internal
1203
+ */
1204
+ constructor(opts: __ExceptionOptionType<TrackingOptionsAlreadyExistsException, __BaseException>);
1205
+ }
1206
+ /**
1207
+ * <p>Represents a request to create a custom verification email template.</p>
1208
+ * @public
1209
+ */
1210
+ export interface CreateCustomVerificationEmailTemplateRequest {
1211
+ /**
1212
+ * <p>The name of the custom verification email template.</p>
1213
+ * @public
1214
+ */
1215
+ TemplateName: string | undefined;
1216
+ /**
1217
+ * <p>The email address that the custom verification email is sent from.</p>
1218
+ * @public
1219
+ */
1220
+ FromEmailAddress: string | undefined;
1221
+ /**
1222
+ * <p>The subject line of the custom verification email.</p>
1223
+ * @public
1224
+ */
1225
+ TemplateSubject: string | undefined;
1226
+ /**
1227
+ * <p>The content of the custom verification email. The total size of the email must be less
1228
+ * than 10 MB. The message body may contain HTML, with some limitations. For more
1229
+ * information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Custom
1230
+ * Verification Email Frequently Asked Questions</a> in the <i>Amazon SES
1231
+ * Developer Guide</i>.</p>
1232
+ * @public
1233
+ */
1234
+ TemplateContent: string | undefined;
1235
+ /**
1236
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
1237
+ * is successfully verified.</p>
1238
+ * @public
1239
+ */
1240
+ SuccessRedirectionURL: string | undefined;
1241
+ /**
1242
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
1243
+ * is not successfully verified.</p>
1244
+ * @public
1245
+ */
1246
+ FailureRedirectionURL: string | undefined;
1247
+ }
1248
+ /**
1249
+ * <p>Indicates that custom verification email template provided content is invalid.</p>
1250
+ * @public
1251
+ */
1252
+ export declare class CustomVerificationEmailInvalidContentException extends __BaseException {
1253
+ readonly name: "CustomVerificationEmailInvalidContentException";
1254
+ readonly $fault: "client";
1255
+ /**
1256
+ * @internal
1257
+ */
1258
+ constructor(opts: __ExceptionOptionType<CustomVerificationEmailInvalidContentException, __BaseException>);
1259
+ }
1260
+ /**
1261
+ * <p>Indicates that a custom verification email template with the name you specified
1262
+ * already exists.</p>
1263
+ * @public
1264
+ */
1265
+ export declare class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
1266
+ readonly name: "CustomVerificationEmailTemplateAlreadyExistsException";
1267
+ readonly $fault: "client";
1268
+ /**
1269
+ * <p>Indicates that the provided custom verification email template with the specified
1270
+ * template name already exists.</p>
1271
+ * @public
1272
+ */
1273
+ CustomVerificationEmailTemplateName?: string | undefined;
1274
+ /**
1275
+ * @internal
1276
+ */
1277
+ constructor(opts: __ExceptionOptionType<CustomVerificationEmailTemplateAlreadyExistsException, __BaseException>);
1278
+ }
1279
+ /**
1280
+ * <p>Indicates that the sender address specified for a custom verification email is not
1281
+ * verified, and is therefore not eligible to send the custom verification email. </p>
1282
+ * @public
1283
+ */
1284
+ export declare class FromEmailAddressNotVerifiedException extends __BaseException {
1285
+ readonly name: "FromEmailAddressNotVerifiedException";
1286
+ readonly $fault: "client";
1287
+ /**
1288
+ * <p>Indicates that the from email address associated with the custom verification email
1289
+ * template is not verified.</p>
1290
+ * @public
1291
+ */
1292
+ FromEmailAddress?: string | undefined;
1293
+ /**
1294
+ * @internal
1295
+ */
1296
+ constructor(opts: __ExceptionOptionType<FromEmailAddressNotVerifiedException, __BaseException>);
1297
+ }
1298
+ /**
1299
+ * @public
1300
+ * @enum
1301
+ */
1302
+ export declare const ReceiptFilterPolicy: {
1303
+ readonly Allow: "Allow";
1304
+ readonly Block: "Block";
1305
+ };
1306
+ /**
1307
+ * @public
1308
+ */
1309
+ export type ReceiptFilterPolicy = (typeof ReceiptFilterPolicy)[keyof typeof ReceiptFilterPolicy];
1310
+ /**
1311
+ * <p>A receipt IP address filter enables you to specify whether to accept or reject mail
1312
+ * originating from an IP address or range of IP addresses.</p>
1313
+ * <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html">Amazon SES
1314
+ * Developer Guide</a>.</p>
1315
+ * @public
1316
+ */
1317
+ export interface ReceiptIpFilter {
1318
+ /**
1319
+ * <p>Indicates whether to block or allow incoming mail from the specified IP
1320
+ * addresses.</p>
1321
+ * @public
1322
+ */
1323
+ Policy: ReceiptFilterPolicy | undefined;
1324
+ /**
1325
+ * <p>A single IP address or a range of IP addresses to block or allow, specified in
1326
+ * Classless Inter-Domain Routing (CIDR) notation. An example of a single email address is
1327
+ * 10.0.0.1. An example of a range of IP addresses is 10.0.0.1/24. For more information
1328
+ * about CIDR notation, see <a href="https://tools.ietf.org/html/rfc2317">RFC
1329
+ * 2317</a>.</p>
1330
+ * @public
1331
+ */
1332
+ Cidr: string | undefined;
1333
+ }
1334
+ /**
1335
+ * <p>A receipt IP address filter enables you to specify whether to accept or reject mail
1336
+ * originating from an IP address or range of IP addresses.</p>
1337
+ * <p>For information about setting up IP address filters, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-ip-filtering-console-walkthrough.html">Amazon SES
1338
+ * Developer Guide</a>.</p>
1339
+ * @public
1340
+ */
1341
+ export interface ReceiptFilter {
1342
+ /**
1343
+ * <p>The name of the IP address filter. The name must meet the following
1344
+ * requirements:</p>
1345
+ * <ul>
1346
+ * <li>
1347
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
1348
+ * dashes (-).</p>
1349
+ * </li>
1350
+ * <li>
1351
+ * <p>Start and end with a letter or number.</p>
1352
+ * </li>
1353
+ * <li>
1354
+ * <p>Contain 64 characters or fewer.</p>
1355
+ * </li>
1356
+ * </ul>
1357
+ * @public
1358
+ */
1359
+ Name: string | undefined;
1360
+ /**
1361
+ * <p>A structure that provides the IP addresses to block or allow, and whether to block or
1362
+ * allow incoming mail from them.</p>
1363
+ * @public
1364
+ */
1365
+ IpFilter: ReceiptIpFilter | undefined;
1366
+ }
1367
+ /**
1368
+ * <p>Represents a request to create a new IP address filter. You use IP address filters
1369
+ * when you receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
1370
+ * Developer Guide</a>.</p>
1371
+ * @public
1372
+ */
1373
+ export interface CreateReceiptFilterRequest {
1374
+ /**
1375
+ * <p>A data structure that describes the IP address filter to create, which consists of a
1376
+ * name, an IP address range, and whether to allow or block mail from it.</p>
1377
+ * @public
1378
+ */
1379
+ Filter: ReceiptFilter | undefined;
1380
+ }
1381
+ /**
1382
+ * <p>An empty element returned on a successful request.</p>
1383
+ * @public
1384
+ */
1385
+ export interface CreateReceiptFilterResponse {
1386
+ }
1387
+ /**
1388
+ * @public
1389
+ * @enum
1390
+ */
1391
+ export declare const InvocationType: {
1392
+ readonly Event: "Event";
1393
+ readonly RequestResponse: "RequestResponse";
1394
+ };
1395
+ /**
1396
+ * @public
1397
+ */
1398
+ export type InvocationType = (typeof InvocationType)[keyof typeof InvocationType];
1399
+ /**
1400
+ * <p>When included in a receipt rule, this action calls an Amazon Web Services Lambda function and,
1401
+ * optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
1402
+ * <p>To enable Amazon SES to call your Amazon Web Services Lambda function or to publish to an Amazon SNS topic of
1403
+ * another account, Amazon SES must have permission to access those resources. For information
1404
+ * about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
1405
+ * Guide</a>.</p>
1406
+ * <p>For information about using Amazon Web Services Lambda actions in receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-lambda.html">Amazon SES
1407
+ * Developer Guide</a>.</p>
1408
+ * @public
1409
+ */
1410
+ export interface LambdaAction {
1411
+ /**
1412
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is
1413
+ * executed. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
1414
+ * Amazon SNS.</p>
1415
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
1416
+ * @public
1417
+ */
1418
+ TopicArn?: string | undefined;
1419
+ /**
1420
+ * <p>The Amazon Resource Name (ARN) of the Amazon Web Services Lambda function. An example of an Amazon Web Services Lambda
1421
+ * function ARN is <code>arn:aws:lambda:us-west-2:account-id:function:MyFunction</code>.
1422
+ * For more information about Amazon Web Services Lambda, see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/welcome.html">Amazon Web Services Lambda Developer Guide</a>.</p>
1423
+ * @public
1424
+ */
1425
+ FunctionArn: string | undefined;
1426
+ /**
1427
+ * <p>The invocation type of the Amazon Web Services Lambda function. An invocation type of
1428
+ * <code>RequestResponse</code> means that the execution of the function immediately
1429
+ * results in a response, and a value of <code>Event</code> means that the function is
1430
+ * invoked asynchronously. The default value is <code>Event</code>. For information about
1431
+ * Amazon Web Services Lambda invocation types, see the <a href="https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html">Amazon Web Services Lambda Developer Guide</a>.</p>
1432
+ * <important>
1433
+ * <p>There is a 30-second timeout on <code>RequestResponse</code> invocations. You
1434
+ * should use <code>Event</code> invocation in most cases. Use
1435
+ * <code>RequestResponse</code> only to make a mail flow decision, such as whether
1436
+ * to stop the receipt rule or the receipt rule set.</p>
1437
+ * </important>
1438
+ * @public
1439
+ */
1440
+ InvocationType?: InvocationType | undefined;
1441
+ }
1442
+ /**
1443
+ * <p>When included in a receipt rule, this action saves the received message to an Amazon Simple Storage Service
1444
+ * (Amazon S3) bucket and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
1445
+ * <p>To enable Amazon SES to write emails to your Amazon S3 bucket, use an Amazon Web Services KMS key to encrypt
1446
+ * your emails, or publish to an Amazon SNS topic of another account, Amazon SES must have permission
1447
+ * to access those resources. For information about granting permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES
1448
+ * Developer Guide</a>.</p>
1449
+ * <note>
1450
+ * <p>When you save your emails to an Amazon S3 bucket, the maximum email size (including
1451
+ * headers) is 40 MB. Emails larger than that bounces.</p>
1452
+ * </note>
1453
+ * <p>For information about specifying Amazon S3 actions in receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-s3.html">Amazon SES
1454
+ * Developer Guide</a>.</p>
1455
+ * @public
1456
+ */
1457
+ export interface S3Action {
1458
+ /**
1459
+ * <p>The ARN of the Amazon SNS topic to notify when the message is saved to the Amazon S3 bucket. You
1460
+ * can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
1461
+ * Amazon SNS.</p>
1462
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
1463
+ * @public
1464
+ */
1465
+ TopicArn?: string | undefined;
1466
+ /**
1467
+ * <p>The name of the Amazon S3 bucket for incoming email.</p>
1468
+ * @public
1469
+ */
1470
+ BucketName: string | undefined;
1471
+ /**
1472
+ * <p>The key prefix of the Amazon S3 bucket. The key prefix is similar to a directory name that
1473
+ * enables you to store similar data under the same directory in a bucket.</p>
1474
+ * @public
1475
+ */
1476
+ ObjectKeyPrefix?: string | undefined;
1477
+ /**
1478
+ * <p>The customer managed key that Amazon SES should use to encrypt your emails before saving
1479
+ * them to the Amazon S3 bucket. You can use the Amazon Web Services managed key or a customer managed key
1480
+ * that you created in Amazon Web Services KMS as follows:</p>
1481
+ * <ul>
1482
+ * <li>
1483
+ * <p>To use the Amazon Web Services managed key, provide an ARN in the form of
1484
+ * <code>arn:aws:kms:REGION:ACCOUNT-ID-WITHOUT-HYPHENS:alias/aws/ses</code>.
1485
+ * For example, if your Amazon Web Services account ID is 123456789012 and you want to use the
1486
+ * Amazon Web Services managed key in the US West (Oregon) Region, the ARN of the Amazon Web Services managed
1487
+ * key would be <code>arn:aws:kms:us-west-2:123456789012:alias/aws/ses</code>. If
1488
+ * you use the Amazon Web Services managed key, you don't need to perform any extra steps to give
1489
+ * Amazon SES permission to use the key.</p>
1490
+ * </li>
1491
+ * <li>
1492
+ * <p>To use a customer managed key that you created in Amazon Web Services KMS, provide the ARN
1493
+ * of the customer managed key and ensure that you add a statement to your key's
1494
+ * policy to give Amazon SES permission to use it. For more information about giving
1495
+ * permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
1496
+ * Guide</a>.</p>
1497
+ * </li>
1498
+ * </ul>
1499
+ * <p>For more information about key policies, see the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Amazon Web Services KMS Developer Guide</a>. If
1500
+ * you do not specify an Amazon Web Services KMS key, Amazon SES does not encrypt your emails.</p>
1501
+ * <important>
1502
+ * <p>Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail
1503
+ * is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side
1504
+ * encryption. This means that you must use the Amazon S3 encryption client to decrypt the
1505
+ * email after retrieving it from Amazon S3, as the service has no access to use your
1506
+ * Amazon Web Services KMS keys for decryption. This encryption client is currently available with
1507
+ * the <a href="http://aws.amazon.com/sdk-for-java/">Amazon Web Services SDK for Java</a> and
1508
+ * <a href="http://aws.amazon.com/sdk-for-ruby/">Amazon Web Services SDK for Ruby</a> only. For
1509
+ * more information about client-side encryption using Amazon Web Services KMS managed keys, see the
1510
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html">Amazon S3 Developer Guide</a>.</p>
1511
+ * </important>
1512
+ * @public
1513
+ */
1514
+ KmsKeyArn?: string | undefined;
1515
+ /**
1516
+ * <p> The ARN of the IAM role to be used by Amazon Simple Email Service while writing to the Amazon S3 bucket,
1517
+ * optionally encrypting your mail via the provided customer managed key, and publishing to
1518
+ * the Amazon SNS topic. This role should have access to the following APIs: </p>
1519
+ * <ul>
1520
+ * <li>
1521
+ * <p>
1522
+ * <code>s3:PutObject</code>, <code>kms:Encrypt</code> and
1523
+ * <code>kms:GenerateDataKey</code> for the given Amazon S3 bucket.</p>
1524
+ * </li>
1525
+ * <li>
1526
+ * <p>
1527
+ * <code>kms:GenerateDataKey</code> for the given Amazon Web Services KMS customer managed key.
1528
+ * </p>
1529
+ * </li>
1530
+ * <li>
1531
+ * <p>
1532
+ * <code>sns:Publish</code> for the given Amazon SNS topic.</p>
1533
+ * </li>
1534
+ * </ul>
1535
+ * <note>
1536
+ * <p>If an IAM role ARN is provided, the role (and only the role) is used to access all
1537
+ * the given resources (Amazon S3 bucket, Amazon Web Services KMS customer managed key and Amazon SNS topic).
1538
+ * Therefore, setting up individual resource access permissions is not required.</p>
1539
+ * </note>
1540
+ * @public
1541
+ */
1542
+ IamRoleArn?: string | undefined;
1543
+ }
1544
+ /**
1545
+ * @public
1546
+ * @enum
1547
+ */
1548
+ export declare const SNSActionEncoding: {
1549
+ readonly Base64: "Base64";
1550
+ readonly UTF8: "UTF-8";
1551
+ };
1552
+ /**
1553
+ * @public
1554
+ */
1555
+ export type SNSActionEncoding = (typeof SNSActionEncoding)[keyof typeof SNSActionEncoding];
1556
+ /**
1557
+ * <p>When included in a receipt rule, this action publishes a notification to Amazon Simple Notification Service
1558
+ * (Amazon SNS). This action includes a complete copy of the email content in the Amazon SNS
1559
+ * notifications. Amazon SNS notifications for all other actions simply provide information
1560
+ * about the email. They do not include the email content itself.</p>
1561
+ * <p>If you own the Amazon SNS topic, you don't need to do anything to give Amazon SES permission to
1562
+ * publish emails to it. However, if you don't own the Amazon SNS topic, you need to attach a
1563
+ * policy to the topic to give Amazon SES permissions to access it. For information about giving
1564
+ * permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
1565
+ * Guide</a>.</p>
1566
+ * <important>
1567
+ * <p>You can only publish emails that are 150 KB or less (including the header) to
1568
+ * Amazon SNS. Larger emails bounce. If you anticipate emails larger than 150 KB, use the S3
1569
+ * action instead.</p>
1570
+ * </important>
1571
+ * <p>For information about using a receipt rule to publish an Amazon SNS notification, see the
1572
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-sns.html">Amazon SES Developer Guide</a>.</p>
1573
+ * @public
1574
+ */
1575
+ export interface SNSAction {
1576
+ /**
1577
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify. You can find the ARN of a
1578
+ * topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in Amazon SNS.</p>
1579
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
1580
+ * @public
1581
+ */
1582
+ TopicArn: string | undefined;
1583
+ /**
1584
+ * <p>The encoding to use for the email within the Amazon SNS notification. UTF-8 is easier to
1585
+ * use, but may not preserve all special characters when a message was encoded with a
1586
+ * different encoding format. Base64 preserves all special characters. The default value is
1587
+ * UTF-8.</p>
1588
+ * @public
1589
+ */
1590
+ Encoding?: SNSActionEncoding | undefined;
1591
+ }
1592
+ /**
1593
+ * @public
1594
+ * @enum
1595
+ */
1596
+ export declare const StopScope: {
1597
+ readonly RULE_SET: "RuleSet";
1598
+ };
1599
+ /**
1600
+ * @public
1601
+ */
1602
+ export type StopScope = (typeof StopScope)[keyof typeof StopScope];
1603
+ /**
1604
+ * <p>When included in a receipt rule, this action terminates the evaluation of the receipt
1605
+ * rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
1606
+ * <p>For information about setting a stop action in a receipt rule, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-stop.html">Amazon SES
1607
+ * Developer Guide</a>.</p>
1608
+ * @public
1609
+ */
1610
+ export interface StopAction {
1611
+ /**
1612
+ * <p>The scope of the StopAction. The only acceptable value is <code>RuleSet</code>.</p>
1613
+ * @public
1614
+ */
1615
+ Scope: StopScope | undefined;
1616
+ /**
1617
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is
1618
+ * taken. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> Amazon SNS operation.</p>
1619
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
1620
+ * @public
1621
+ */
1622
+ TopicArn?: string | undefined;
1623
+ }
1624
+ /**
1625
+ * <p>When included in a receipt rule, this action calls Amazon WorkMail and, optionally,
1626
+ * publishes a notification to Amazon Simple Notification Service (Amazon SNS). It usually isn't necessary to set this up
1627
+ * manually, because Amazon WorkMail adds the rule automatically during its setup
1628
+ * procedure.</p>
1629
+ * <p>For information using a receipt rule to call Amazon WorkMail, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-action-workmail.html">Amazon SES
1630
+ * Developer Guide</a>.</p>
1631
+ * @public
1632
+ */
1633
+ export interface WorkmailAction {
1634
+ /**
1635
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the WorkMail action
1636
+ * is called. You can find the ARN of a topic by using the <a href="https://docs.aws.amazon.com/sns/latest/api/API_ListTopics.html">ListTopics</a> operation in
1637
+ * Amazon SNS.</p>
1638
+ * <p>For more information about Amazon SNS topics, see the <a href="https://docs.aws.amazon.com/sns/latest/dg/CreateTopic.html">Amazon SNS Developer Guide</a>.</p>
1639
+ * @public
1640
+ */
1641
+ TopicArn?: string | undefined;
1642
+ /**
1643
+ * <p>The Amazon Resource Name (ARN) of the Amazon WorkMail organization. Amazon WorkMail
1644
+ * ARNs use the following format:</p>
1645
+ * <p>
1646
+ * <code>arn:aws:workmail:<region>:<awsAccountId>:organization/<workmailOrganizationId></code>
1647
+ * </p>
1648
+ * <p>You can find the ID of your organization by using the <a href="https://docs.aws.amazon.com/workmail/latest/APIReference/API_ListOrganizations.html">ListOrganizations</a> operation in Amazon WorkMail. Amazon WorkMail
1649
+ * organization IDs begin with "<code>m-</code>", followed by a string of alphanumeric
1650
+ * characters.</p>
1651
+ * <p>For information about Amazon WorkMail organizations, see the <a href="https://docs.aws.amazon.com/workmail/latest/adminguide/organizations_overview.html">Amazon WorkMail Administrator Guide</a>.</p>
1652
+ * @public
1653
+ */
1654
+ OrganizationArn: string | undefined;
1655
+ }
1656
+ /**
1657
+ * <p>An action that Amazon SES can take when it receives an email on behalf of one or more email
1658
+ * addresses or domains that you own. An instance of this data type can represent only one
1659
+ * action.</p>
1660
+ * <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
1661
+ * Developer Guide</a>.</p>
1662
+ * @public
1663
+ */
1664
+ export interface ReceiptAction {
1665
+ /**
1666
+ * <p>Saves the received message to an Amazon Simple Storage Service (Amazon S3) bucket and, optionally, publishes a
1667
+ * notification to Amazon SNS.</p>
1668
+ * @public
1669
+ */
1670
+ S3Action?: S3Action | undefined;
1671
+ /**
1672
+ * <p>Rejects the received email by returning a bounce response to the sender and,
1673
+ * optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).</p>
1674
+ * @public
1675
+ */
1676
+ BounceAction?: BounceAction | undefined;
1677
+ /**
1678
+ * <p>Calls Amazon WorkMail and, optionally, publishes a notification to Amazon
1679
+ * Amazon SNS.</p>
1680
+ * @public
1681
+ */
1682
+ WorkmailAction?: WorkmailAction | undefined;
1683
+ /**
1684
+ * <p>Calls an Amazon Web Services Lambda function, and optionally, publishes a notification to Amazon SNS.</p>
1685
+ * @public
1686
+ */
1687
+ LambdaAction?: LambdaAction | undefined;
1688
+ /**
1689
+ * <p>Terminates the evaluation of the receipt rule set and optionally publishes a
1690
+ * notification to Amazon SNS.</p>
1691
+ * @public
1692
+ */
1693
+ StopAction?: StopAction | undefined;
1694
+ /**
1695
+ * <p>Adds a header to the received email.</p>
1696
+ * @public
1697
+ */
1698
+ AddHeaderAction?: AddHeaderAction | undefined;
1699
+ /**
1700
+ * <p>Publishes the email content within a notification to Amazon SNS.</p>
1701
+ * @public
1702
+ */
1703
+ SNSAction?: SNSAction | undefined;
1704
+ /**
1705
+ * <p>Parses the received message and starts an email contact in Amazon Connect on your behalf.</p>
1706
+ * @public
1707
+ */
1708
+ ConnectAction?: ConnectAction | undefined;
1709
+ }
1710
+ /**
1711
+ * @public
1712
+ * @enum
1713
+ */
1714
+ export declare const TlsPolicy: {
1715
+ readonly Optional: "Optional";
1716
+ readonly Require: "Require";
1717
+ };
1718
+ /**
1719
+ * @public
1720
+ */
1721
+ export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
1722
+ /**
1723
+ * <p>Receipt rules enable you to specify which actions Amazon SES should take when it receives
1724
+ * mail on behalf of one or more email addresses or domains that you own.</p>
1725
+ * <p>Each receipt rule defines a set of email addresses or domains that it applies to. If
1726
+ * the email addresses or domains match at least one recipient address of the message,
1727
+ * Amazon SES executes all of the receipt rule's actions on the message.</p>
1728
+ * <p>For information about setting up receipt rules, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-receipt-rules-console-walkthrough.html">Amazon SES
1729
+ * Developer Guide</a>.</p>
1730
+ * @public
1731
+ */
1732
+ export interface ReceiptRule {
1733
+ /**
1734
+ * <p>The name of the receipt rule. The name must meet the following requirements:</p>
1735
+ * <ul>
1736
+ * <li>
1737
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), dashes
1738
+ * (-), or periods (.). </p>
1739
+ * </li>
1740
+ * <li>
1741
+ * <p>Start and end with a letter or number.</p>
1742
+ * </li>
1743
+ * <li>
1744
+ * <p>Contain 64 characters or fewer.</p>
1745
+ * </li>
1746
+ * </ul>
1747
+ * @public
1748
+ */
1749
+ Name: string | undefined;
1750
+ /**
1751
+ * <p>If <code>true</code>, the receipt rule is active. The default value is
1752
+ * <code>false</code>.</p>
1753
+ * @public
1754
+ */
1755
+ Enabled?: boolean | undefined;
1756
+ /**
1757
+ * <p>Specifies whether Amazon SES should require that incoming email is delivered over a
1758
+ * connection encrypted with Transport Layer Security (TLS). If this parameter is set to
1759
+ * <code>Require</code>, Amazon SES bounces emails that are not received over TLS. The
1760
+ * default is <code>Optional</code>.</p>
1761
+ * @public
1762
+ */
1763
+ TlsPolicy?: TlsPolicy | undefined;
1764
+ /**
1765
+ * <p>The recipient domains and email addresses that the receipt rule applies to. If this
1766
+ * field is not specified, this rule matches all recipients on all verified domains.</p>
1767
+ * @public
1768
+ */
1769
+ Recipients?: string[] | undefined;
1770
+ /**
1771
+ * <p>An ordered list of actions to perform on messages that match at least one of the
1772
+ * recipient email addresses or domains specified in the receipt rule.</p>
1773
+ * @public
1774
+ */
1775
+ Actions?: ReceiptAction[] | undefined;
1776
+ /**
1777
+ * <p>If <code>true</code>, then messages that this receipt rule applies to are scanned for
1778
+ * spam and viruses. The default value is <code>false</code>.</p>
1779
+ * @public
1780
+ */
1781
+ ScanEnabled?: boolean | undefined;
1782
+ }
1783
+ /**
1784
+ * <p>Represents a request to create a receipt rule. You use receipt rules to receive email
1785
+ * with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
1786
+ * Guide</a>.</p>
1787
+ * @public
1788
+ */
1789
+ export interface CreateReceiptRuleRequest {
1790
+ /**
1791
+ * <p>The name of the rule set where the receipt rule is added.</p>
1792
+ * @public
1793
+ */
1794
+ RuleSetName: string | undefined;
1795
+ /**
1796
+ * <p>The name of an existing rule after which the new rule is placed. If this parameter is
1797
+ * null, the new rule is inserted at the beginning of the rule list.</p>
1798
+ * @public
1799
+ */
1800
+ After?: string | undefined;
1801
+ /**
1802
+ * <p>A data structure that contains the specified rule's name, actions, recipients,
1803
+ * domains, enabled status, scan status, and TLS policy.</p>
1804
+ * @public
1805
+ */
1806
+ Rule: ReceiptRule | undefined;
1807
+ }
1808
+ /**
1809
+ * <p>An empty element returned on a successful request.</p>
1810
+ * @public
1811
+ */
1812
+ export interface CreateReceiptRuleResponse {
1813
+ }
1814
+ /**
1815
+ * <p>Indicates that the provided Amazon Web Services Lambda function is invalid, or that Amazon SES could
1816
+ * not execute the provided function, possibly due to permissions issues. For information
1817
+ * about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
1818
+ * Developer Guide</a>.</p>
1819
+ * @public
1820
+ */
1821
+ export declare class InvalidLambdaFunctionException extends __BaseException {
1822
+ readonly name: "InvalidLambdaFunctionException";
1823
+ readonly $fault: "client";
1824
+ /**
1825
+ * <p>Indicates that the ARN of the function was not found.</p>
1826
+ * @public
1827
+ */
1828
+ FunctionArn?: string | undefined;
1829
+ /**
1830
+ * @internal
1831
+ */
1832
+ constructor(opts: __ExceptionOptionType<InvalidLambdaFunctionException, __BaseException>);
1833
+ }
1834
+ /**
1835
+ * <p>Indicates that the provided Amazon S3 bucket or Amazon Web Services KMS encryption key is invalid,
1836
+ * or that Amazon SES could not publish to the bucket, possibly due to permissions issues.
1837
+ * For information about giving permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
1838
+ * Developer Guide</a>.</p>
1839
+ * @public
1840
+ */
1841
+ export declare class InvalidS3ConfigurationException extends __BaseException {
1842
+ readonly name: "InvalidS3ConfigurationException";
1843
+ readonly $fault: "client";
1844
+ /**
1845
+ * <p>Indicated that the S3 Bucket was not found.</p>
1846
+ * @public
1847
+ */
1848
+ Bucket?: string | undefined;
1849
+ /**
1850
+ * @internal
1851
+ */
1852
+ constructor(opts: __ExceptionOptionType<InvalidS3ConfigurationException, __BaseException>);
1853
+ }
1854
+ /**
1855
+ * <p>Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not
1856
+ * publish to the topic, possibly due to permissions issues. For information about giving
1857
+ * permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html">Amazon SES
1858
+ * Developer Guide</a>.</p>
1859
+ * @public
1860
+ */
1861
+ export declare class InvalidSnsTopicException extends __BaseException {
1862
+ readonly name: "InvalidSnsTopicException";
1863
+ readonly $fault: "client";
1864
+ /**
1865
+ * <p>Indicates that the topic does not exist.</p>
1866
+ * @public
1867
+ */
1868
+ Topic?: string | undefined;
1869
+ /**
1870
+ * @internal
1871
+ */
1872
+ constructor(opts: __ExceptionOptionType<InvalidSnsTopicException, __BaseException>);
1873
+ }
1874
+ /**
1875
+ * <p>Indicates that the provided receipt rule does not exist.</p>
1876
+ * @public
1877
+ */
1878
+ export declare class RuleDoesNotExistException extends __BaseException {
1879
+ readonly name: "RuleDoesNotExistException";
1880
+ readonly $fault: "client";
1881
+ /**
1882
+ * <p>Indicates that the named receipt rule does not exist.</p>
1883
+ * @public
1884
+ */
1885
+ Name?: string | undefined;
1886
+ /**
1887
+ * @internal
1888
+ */
1889
+ constructor(opts: __ExceptionOptionType<RuleDoesNotExistException, __BaseException>);
1890
+ }
1891
+ /**
1892
+ * <p>Represents a request to create an empty receipt rule set. You use receipt rule sets to
1893
+ * receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
1894
+ * Guide</a>.</p>
1895
+ * @public
1896
+ */
1897
+ export interface CreateReceiptRuleSetRequest {
1898
+ /**
1899
+ * <p>The name of the rule set to create. The name must meet the following
1900
+ * requirements:</p>
1901
+ * <ul>
1902
+ * <li>
1903
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
1904
+ * dashes (-).</p>
1905
+ * </li>
1906
+ * <li>
1907
+ * <p>Start and end with a letter or number.</p>
1908
+ * </li>
1909
+ * <li>
1910
+ * <p>Contain 64 characters or fewer.</p>
1911
+ * </li>
1912
+ * </ul>
1913
+ * @public
1914
+ */
1915
+ RuleSetName: string | undefined;
1916
+ }
1917
+ /**
1918
+ * <p>An empty element returned on a successful request.</p>
1919
+ * @public
1920
+ */
1921
+ export interface CreateReceiptRuleSetResponse {
1922
+ }
1923
+ /**
1924
+ * <p>The content of the email, composed of a subject line and either an HTML part or a
1925
+ * text-only part.</p>
1926
+ * @public
1927
+ */
1928
+ export interface Template {
1929
+ /**
1930
+ * <p>The name of the template. You use this name when you send email using the
1931
+ * <code>SendTemplatedEmail</code> or <code>SendBulkTemplatedEmail</code>
1932
+ * operations.</p>
1933
+ * @public
1934
+ */
1935
+ TemplateName: string | undefined;
1936
+ /**
1937
+ * <p>The subject line of the email.</p>
1938
+ * @public
1939
+ */
1940
+ SubjectPart?: string | undefined;
1941
+ /**
1942
+ * <p>The email body that is visible to recipients whose email clients do not display HTML
1943
+ * content.</p>
1944
+ * @public
1945
+ */
1946
+ TextPart?: string | undefined;
1947
+ /**
1948
+ * <p>The HTML body of the email.</p>
1949
+ * @public
1950
+ */
1951
+ HtmlPart?: string | undefined;
1952
+ }
1953
+ /**
1954
+ * <p>Represents a request to create an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES
1955
+ * Developer Guide</a>.</p>
1956
+ * @public
1957
+ */
1958
+ export interface CreateTemplateRequest {
1959
+ /**
1960
+ * <p>The content of the email, composed of a subject line and either an HTML part or a
1961
+ * text-only part.</p>
1962
+ * @public
1963
+ */
1964
+ Template: Template | undefined;
1965
+ }
1966
+ /**
1967
+ * @public
1968
+ */
1969
+ export interface CreateTemplateResponse {
1970
+ }
1971
+ /**
1972
+ * <p>Indicates that the template that you specified could not be rendered. This issue may
1973
+ * occur when a template refers to a partial that does not exist.</p>
1974
+ * @public
1975
+ */
1976
+ export declare class InvalidTemplateException extends __BaseException {
1977
+ readonly name: "InvalidTemplateException";
1978
+ readonly $fault: "client";
1979
+ TemplateName?: string | undefined;
1980
+ /**
1981
+ * @internal
1982
+ */
1983
+ constructor(opts: __ExceptionOptionType<InvalidTemplateException, __BaseException>);
1984
+ }
1985
+ /**
1986
+ * @public
1987
+ * @enum
1988
+ */
1989
+ export declare const CustomMailFromStatus: {
1990
+ readonly Failed: "Failed";
1991
+ readonly Pending: "Pending";
1992
+ readonly Success: "Success";
1993
+ readonly TemporaryFailure: "TemporaryFailure";
1994
+ };
1995
+ /**
1996
+ * @public
1997
+ */
1998
+ export type CustomMailFromStatus = (typeof CustomMailFromStatus)[keyof typeof CustomMailFromStatus];
1999
+ /**
2000
+ * <p>Contains information about a custom verification email template.</p>
2001
+ * @public
2002
+ */
2003
+ export interface CustomVerificationEmailTemplate {
2004
+ /**
2005
+ * <p>The name of the custom verification email template.</p>
2006
+ * @public
2007
+ */
2008
+ TemplateName?: string | undefined;
2009
+ /**
2010
+ * <p>The email address that the custom verification email is sent from.</p>
2011
+ * @public
2012
+ */
2013
+ FromEmailAddress?: string | undefined;
2014
+ /**
2015
+ * <p>The subject line of the custom verification email.</p>
2016
+ * @public
2017
+ */
2018
+ TemplateSubject?: string | undefined;
2019
+ /**
2020
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
2021
+ * is successfully verified.</p>
2022
+ * @public
2023
+ */
2024
+ SuccessRedirectionURL?: string | undefined;
2025
+ /**
2026
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
2027
+ * is not successfully verified.</p>
2028
+ * @public
2029
+ */
2030
+ FailureRedirectionURL?: string | undefined;
2031
+ }
2032
+ /**
2033
+ * <p>Indicates that a custom verification email template with the name you specified does
2034
+ * not exist.</p>
2035
+ * @public
2036
+ */
2037
+ export declare class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
2038
+ readonly name: "CustomVerificationEmailTemplateDoesNotExistException";
2039
+ readonly $fault: "client";
2040
+ /**
2041
+ * <p>Indicates that the provided custom verification email template does not exist.</p>
2042
+ * @public
2043
+ */
2044
+ CustomVerificationEmailTemplateName?: string | undefined;
2045
+ /**
2046
+ * @internal
2047
+ */
2048
+ constructor(opts: __ExceptionOptionType<CustomVerificationEmailTemplateDoesNotExistException, __BaseException>);
2049
+ }
2050
+ /**
2051
+ * <p>Represents a request to delete a configuration set. Configuration sets enable you to
2052
+ * publish email sending events. For information about using configuration sets, see the
2053
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
2054
+ * Developer Guide</a>.</p>
2055
+ * @public
2056
+ */
2057
+ export interface DeleteConfigurationSetRequest {
2058
+ /**
2059
+ * <p>The name of the configuration set to delete.</p>
2060
+ * @public
2061
+ */
2062
+ ConfigurationSetName: string | undefined;
2063
+ }
2064
+ /**
2065
+ * <p>An empty element returned on a successful request.</p>
2066
+ * @public
2067
+ */
2068
+ export interface DeleteConfigurationSetResponse {
2069
+ }
2070
+ /**
2071
+ * <p>Represents a request to delete a configuration set event destination. Configuration
2072
+ * set event destinations are associated with configuration sets, which enable you to
2073
+ * publish email sending events. For information about using configuration sets, see the
2074
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
2075
+ * Developer Guide</a>.</p>
2076
+ * @public
2077
+ */
2078
+ export interface DeleteConfigurationSetEventDestinationRequest {
2079
+ /**
2080
+ * <p>The name of the configuration set from which to delete the event destination.</p>
2081
+ * @public
2082
+ */
2083
+ ConfigurationSetName: string | undefined;
2084
+ /**
2085
+ * <p>The name of the event destination to delete.</p>
2086
+ * @public
2087
+ */
2088
+ EventDestinationName: string | undefined;
2089
+ }
2090
+ /**
2091
+ * <p>An empty element returned on a successful request.</p>
2092
+ * @public
2093
+ */
2094
+ export interface DeleteConfigurationSetEventDestinationResponse {
2095
+ }
2096
+ /**
2097
+ * <p>Indicates that the event destination does not exist.</p>
2098
+ * @public
2099
+ */
2100
+ export declare class EventDestinationDoesNotExistException extends __BaseException {
2101
+ readonly name: "EventDestinationDoesNotExistException";
2102
+ readonly $fault: "client";
2103
+ /**
2104
+ * <p>Indicates that the configuration set does not exist.</p>
2105
+ * @public
2106
+ */
2107
+ ConfigurationSetName?: string | undefined;
2108
+ /**
2109
+ * <p>Indicates that the event destination does not exist.</p>
2110
+ * @public
2111
+ */
2112
+ EventDestinationName?: string | undefined;
2113
+ /**
2114
+ * @internal
2115
+ */
2116
+ constructor(opts: __ExceptionOptionType<EventDestinationDoesNotExistException, __BaseException>);
2117
+ }
2118
+ /**
2119
+ * <p>Represents a request to delete open and click tracking options in a configuration set.
2120
+ * </p>
2121
+ * @public
2122
+ */
2123
+ export interface DeleteConfigurationSetTrackingOptionsRequest {
2124
+ /**
2125
+ * <p>The name of the configuration set.</p>
2126
+ * @public
2127
+ */
2128
+ ConfigurationSetName: string | undefined;
2129
+ }
2130
+ /**
2131
+ * <p>An empty element returned on a successful request.</p>
2132
+ * @public
2133
+ */
2134
+ export interface DeleteConfigurationSetTrackingOptionsResponse {
2135
+ }
2136
+ /**
2137
+ * <p>Indicates that the TrackingOptions object you specified does not exist.</p>
2138
+ * @public
2139
+ */
2140
+ export declare class TrackingOptionsDoesNotExistException extends __BaseException {
2141
+ readonly name: "TrackingOptionsDoesNotExistException";
2142
+ readonly $fault: "client";
2143
+ /**
2144
+ * <p>Indicates that a TrackingOptions object does not exist in the specified configuration
2145
+ * set.</p>
2146
+ * @public
2147
+ */
2148
+ ConfigurationSetName?: string | undefined;
2149
+ /**
2150
+ * @internal
2151
+ */
2152
+ constructor(opts: __ExceptionOptionType<TrackingOptionsDoesNotExistException, __BaseException>);
2153
+ }
2154
+ /**
2155
+ * <p>Represents a request to delete an existing custom verification email template.</p>
2156
+ * @public
2157
+ */
2158
+ export interface DeleteCustomVerificationEmailTemplateRequest {
2159
+ /**
2160
+ * <p>The name of the custom verification email template to delete.</p>
2161
+ * @public
2162
+ */
2163
+ TemplateName: string | undefined;
2164
+ }
2165
+ /**
2166
+ * <p>Represents a request to delete one of your Amazon SES identities (an email address or
2167
+ * domain).</p>
2168
+ * @public
2169
+ */
2170
+ export interface DeleteIdentityRequest {
2171
+ /**
2172
+ * <p>The identity to be removed from the list of identities for the Amazon Web Services account.</p>
2173
+ * @public
2174
+ */
2175
+ Identity: string | undefined;
2176
+ }
2177
+ /**
2178
+ * <p>An empty element returned on a successful request.</p>
2179
+ * @public
2180
+ */
2181
+ export interface DeleteIdentityResponse {
2182
+ }
2183
+ /**
2184
+ * <p>Represents a request to delete a sending authorization policy for an identity. Sending
2185
+ * authorization is an Amazon SES feature that enables you to authorize other senders to use
2186
+ * your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
2187
+ * @public
2188
+ */
2189
+ export interface DeleteIdentityPolicyRequest {
2190
+ /**
2191
+ * <p>The identity that is associated with the policy to delete. You can specify the
2192
+ * identity by using its name or by using its Amazon Resource Name (ARN). Examples:
2193
+ * <code>user@example.com</code>, <code>example.com</code>,
2194
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
2195
+ * <p>To successfully call this operation, you must own the identity.</p>
2196
+ * @public
2197
+ */
2198
+ Identity: string | undefined;
2199
+ /**
2200
+ * <p>The name of the policy to be deleted.</p>
2201
+ * @public
2202
+ */
2203
+ PolicyName: string | undefined;
2204
+ }
2205
+ /**
2206
+ * <p>An empty element returned on a successful request.</p>
2207
+ * @public
2208
+ */
2209
+ export interface DeleteIdentityPolicyResponse {
2210
+ }
2211
+ /**
2212
+ * <p>Represents a request to delete an IP address filter. You use IP address filters when
2213
+ * you receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
2214
+ * Guide</a>.</p>
2215
+ * @public
2216
+ */
2217
+ export interface DeleteReceiptFilterRequest {
2218
+ /**
2219
+ * <p>The name of the IP address filter to delete.</p>
2220
+ * @public
2221
+ */
2222
+ FilterName: string | undefined;
2223
+ }
2224
+ /**
2225
+ * <p>An empty element returned on a successful request.</p>
2226
+ * @public
2227
+ */
2228
+ export interface DeleteReceiptFilterResponse {
2229
+ }
2230
+ /**
2231
+ * <p>Represents a request to delete a receipt rule. You use receipt rules to receive email
2232
+ * with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
2233
+ * Guide</a>.</p>
2234
+ * @public
2235
+ */
2236
+ export interface DeleteReceiptRuleRequest {
2237
+ /**
2238
+ * <p>The name of the receipt rule set that contains the receipt rule to delete.</p>
2239
+ * @public
2240
+ */
2241
+ RuleSetName: string | undefined;
2242
+ /**
2243
+ * <p>The name of the receipt rule to delete.</p>
2244
+ * @public
2245
+ */
2246
+ RuleName: string | undefined;
2247
+ }
2248
+ /**
2249
+ * <p>An empty element returned on a successful request.</p>
2250
+ * @public
2251
+ */
2252
+ export interface DeleteReceiptRuleResponse {
2253
+ }
2254
+ /**
2255
+ * <p>Represents a request to delete a receipt rule set and all of the receipt rules it
2256
+ * contains. You use receipt rule sets to receive email with Amazon SES. For more information,
2257
+ * see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer Guide</a>.</p>
2258
+ * @public
2259
+ */
2260
+ export interface DeleteReceiptRuleSetRequest {
2261
+ /**
2262
+ * <p>The name of the receipt rule set to delete.</p>
2263
+ * @public
2264
+ */
2265
+ RuleSetName: string | undefined;
2266
+ }
2267
+ /**
2268
+ * <p>An empty element returned on a successful request.</p>
2269
+ * @public
2270
+ */
2271
+ export interface DeleteReceiptRuleSetResponse {
2272
+ }
2273
+ /**
2274
+ * <p>Represents a request to delete an email template. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES
2275
+ * Developer Guide</a>.</p>
2276
+ * @public
2277
+ */
2278
+ export interface DeleteTemplateRequest {
2279
+ /**
2280
+ * <p>The name of the template to be deleted.</p>
2281
+ * @public
2282
+ */
2283
+ TemplateName: string | undefined;
2284
+ }
2285
+ /**
2286
+ * @public
2287
+ */
2288
+ export interface DeleteTemplateResponse {
2289
+ }
2290
+ /**
2291
+ * <p>Represents a request to delete an email address from the list of email addresses you
2292
+ * have attempted to verify under your Amazon Web Services account.</p>
2293
+ * @public
2294
+ */
2295
+ export interface DeleteVerifiedEmailAddressRequest {
2296
+ /**
2297
+ * <p>An email address to be removed from the list of verified addresses.</p>
2298
+ * @public
2299
+ */
2300
+ EmailAddress: string | undefined;
2301
+ }
2302
+ /**
2303
+ * <p>Specifies whether messages that use the configuration set are required to use
2304
+ * Transport Layer Security (TLS).</p>
2305
+ * @public
2306
+ */
2307
+ export interface DeliveryOptions {
2308
+ /**
2309
+ * <p>Specifies whether messages that use the configuration set are required to use
2310
+ * Transport Layer Security (TLS). If the value is <code>Require</code>, messages are only
2311
+ * delivered if a TLS connection can be established. If the value is <code>Optional</code>,
2312
+ * messages can be delivered in plain text if a TLS connection can't be established.</p>
2313
+ * @public
2314
+ */
2315
+ TlsPolicy?: TlsPolicy | undefined;
2316
+ }
2317
+ /**
2318
+ * <p>Represents a request to return the metadata and receipt rules for the receipt rule set
2319
+ * that is currently active. You use receipt rule sets to receive email with Amazon SES. For
2320
+ * more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
2321
+ * Guide</a>.</p>
2322
+ * @public
2323
+ */
2324
+ export interface DescribeActiveReceiptRuleSetRequest {
2325
+ }
2326
+ /**
2327
+ * <p>Information about a receipt rule set.</p>
2328
+ * <p>A receipt rule set is a collection of rules that specify what Amazon SES should do with
2329
+ * mail it receives on behalf of your account's verified domains.</p>
2330
+ * <p>For information about setting up receipt rule sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html#receiving-email-concepts-rules">Amazon SES Developer Guide</a>.</p>
2331
+ * @public
2332
+ */
2333
+ export interface ReceiptRuleSetMetadata {
2334
+ /**
2335
+ * <p>The name of the receipt rule set. The name must meet the following
2336
+ * requirements:</p>
2337
+ * <ul>
2338
+ * <li>
2339
+ * <p>Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or
2340
+ * dashes (-).</p>
2341
+ * </li>
2342
+ * <li>
2343
+ * <p>Start and end with a letter or number.</p>
2344
+ * </li>
2345
+ * <li>
2346
+ * <p>Contain 64 characters or fewer.</p>
2347
+ * </li>
2348
+ * </ul>
2349
+ * @public
2350
+ */
2351
+ Name?: string | undefined;
2352
+ /**
2353
+ * <p>The date and time the receipt rule set was created.</p>
2354
+ * @public
2355
+ */
2356
+ CreatedTimestamp?: Date | undefined;
2357
+ }
2358
+ /**
2359
+ * <p>Represents the metadata and receipt rules for the receipt rule set that is currently
2360
+ * active.</p>
2361
+ * @public
2362
+ */
2363
+ export interface DescribeActiveReceiptRuleSetResponse {
2364
+ /**
2365
+ * <p>The metadata for the currently active receipt rule set. The metadata consists of the
2366
+ * rule set name and a timestamp of when the rule set was created.</p>
2367
+ * @public
2368
+ */
2369
+ Metadata?: ReceiptRuleSetMetadata | undefined;
2370
+ /**
2371
+ * <p>The receipt rules that belong to the active rule set.</p>
2372
+ * @public
2373
+ */
2374
+ Rules?: ReceiptRule[] | undefined;
2375
+ }
2376
+ /**
2377
+ * <p>Represents a request to return the details of a configuration set. Configuration sets
2378
+ * enable you to publish email sending events. For information about using configuration
2379
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
2380
+ * Guide</a>.</p>
2381
+ * @public
2382
+ */
2383
+ export interface DescribeConfigurationSetRequest {
2384
+ /**
2385
+ * <p>The name of the configuration set to describe.</p>
2386
+ * @public
2387
+ */
2388
+ ConfigurationSetName: string | undefined;
2389
+ /**
2390
+ * <p>A list of configuration set attributes to return.</p>
2391
+ * @public
2392
+ */
2393
+ ConfigurationSetAttributeNames?: ConfigurationSetAttribute[] | undefined;
2394
+ }
2395
+ /**
2396
+ * <p>Contains information about the reputation settings for a configuration set.</p>
2397
+ * @public
2398
+ */
2399
+ export interface ReputationOptions {
2400
+ /**
2401
+ * <p>Describes whether email sending is enabled or disabled for the configuration set. If
2402
+ * the value is <code>true</code>, then Amazon SES sends emails that use the configuration set.
2403
+ * If the value is <code>false</code>, Amazon SES does not send emails that use the
2404
+ * configuration set. The default value is <code>true</code>. You can change this setting
2405
+ * using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
2406
+ * @public
2407
+ */
2408
+ SendingEnabled?: boolean | undefined;
2409
+ /**
2410
+ * <p>Describes whether or not Amazon SES publishes reputation metrics for the configuration set,
2411
+ * such as bounce and complaint rates, to Amazon CloudWatch.</p>
2412
+ * <p>If the value is <code>true</code>, reputation metrics are published. If the value is
2413
+ * <code>false</code>, reputation metrics are not published. The default value is
2414
+ * <code>false</code>.</p>
2415
+ * @public
2416
+ */
2417
+ ReputationMetricsEnabled?: boolean | undefined;
2418
+ /**
2419
+ * <p>The date and time at which the reputation metrics for the configuration set were last
2420
+ * reset. Resetting these metrics is known as a <i>fresh start</i>.</p>
2421
+ * <p>When you disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a> and later re-enable it, the
2422
+ * reputation metrics for the configuration set (but not for the entire Amazon SES account) are
2423
+ * reset.</p>
2424
+ * <p>If email sending for the configuration set has never been disabled and later
2425
+ * re-enabled, the value of this attribute is <code>null</code>.</p>
2426
+ * @public
2427
+ */
2428
+ LastFreshStart?: Date | undefined;
2429
+ }
2430
+ /**
2431
+ * <p>Represents the details of a configuration set. Configuration sets enable you to
2432
+ * publish email sending events. For information about using configuration sets, see the
2433
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES
2434
+ * Developer Guide</a>.</p>
2435
+ * @public
2436
+ */
2437
+ export interface DescribeConfigurationSetResponse {
2438
+ /**
2439
+ * <p>The configuration set object associated with the specified configuration set.</p>
2440
+ * @public
2441
+ */
2442
+ ConfigurationSet?: ConfigurationSet | undefined;
2443
+ /**
2444
+ * <p>A list of event destinations associated with the configuration set. </p>
2445
+ * @public
2446
+ */
2447
+ EventDestinations?: EventDestination[] | undefined;
2448
+ /**
2449
+ * <p>The name of the custom open and click tracking domain associated with the
2450
+ * configuration set.</p>
2451
+ * @public
2452
+ */
2453
+ TrackingOptions?: TrackingOptions | undefined;
2454
+ /**
2455
+ * <p>Specifies whether messages that use the configuration set are required to use
2456
+ * Transport Layer Security (TLS).</p>
2457
+ * @public
2458
+ */
2459
+ DeliveryOptions?: DeliveryOptions | undefined;
2460
+ /**
2461
+ * <p>An object that represents the reputation settings for the configuration set. </p>
2462
+ * @public
2463
+ */
2464
+ ReputationOptions?: ReputationOptions | undefined;
2465
+ }
2466
+ /**
2467
+ * <p>Represents a request to return the details of a receipt rule. You use receipt rules to
2468
+ * receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
2469
+ * Guide</a>.</p>
2470
+ * @public
2471
+ */
2472
+ export interface DescribeReceiptRuleRequest {
2473
+ /**
2474
+ * <p>The name of the receipt rule set that the receipt rule belongs to.</p>
2475
+ * @public
2476
+ */
2477
+ RuleSetName: string | undefined;
2478
+ /**
2479
+ * <p>The name of the receipt rule.</p>
2480
+ * @public
2481
+ */
2482
+ RuleName: string | undefined;
2483
+ }
2484
+ /**
2485
+ * <p>Represents the details of a receipt rule.</p>
2486
+ * @public
2487
+ */
2488
+ export interface DescribeReceiptRuleResponse {
2489
+ /**
2490
+ * <p>A data structure that contains the specified receipt rule's name, actions, recipients,
2491
+ * domains, enabled status, scan status, and Transport Layer Security (TLS) policy.</p>
2492
+ * @public
2493
+ */
2494
+ Rule?: ReceiptRule | undefined;
2495
+ }
2496
+ /**
2497
+ * <p>Represents a request to return the details of a receipt rule set. You use receipt rule
2498
+ * sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
2499
+ * Developer Guide</a>.</p>
2500
+ * @public
2501
+ */
2502
+ export interface DescribeReceiptRuleSetRequest {
2503
+ /**
2504
+ * <p>The name of the receipt rule set to describe.</p>
2505
+ * @public
2506
+ */
2507
+ RuleSetName: string | undefined;
2508
+ }
2509
+ /**
2510
+ * <p>Represents the details of the specified receipt rule set.</p>
2511
+ * @public
2512
+ */
2513
+ export interface DescribeReceiptRuleSetResponse {
2514
+ /**
2515
+ * <p>The metadata for the receipt rule set, which consists of the rule set name and the
2516
+ * timestamp of when the rule set was created.</p>
2517
+ * @public
2518
+ */
2519
+ Metadata?: ReceiptRuleSetMetadata | undefined;
2520
+ /**
2521
+ * <p>A list of the receipt rules that belong to the specified receipt rule set.</p>
2522
+ * @public
2523
+ */
2524
+ Rules?: ReceiptRule[] | undefined;
2525
+ }
2526
+ /**
2527
+ * @public
2528
+ * @enum
2529
+ */
2530
+ export declare const VerificationStatus: {
2531
+ readonly Failed: "Failed";
2532
+ readonly NotStarted: "NotStarted";
2533
+ readonly Pending: "Pending";
2534
+ readonly Success: "Success";
2535
+ readonly TemporaryFailure: "TemporaryFailure";
2536
+ };
2537
+ /**
2538
+ * @public
2539
+ */
2540
+ export type VerificationStatus = (typeof VerificationStatus)[keyof typeof VerificationStatus];
2541
+ /**
2542
+ * <p>Represents the DKIM attributes of a verified email address or a domain.</p>
2543
+ * @public
2544
+ */
2545
+ export interface IdentityDkimAttributes {
2546
+ /**
2547
+ * <p>Is true if DKIM signing is enabled for email sent from the identity. It's false
2548
+ * otherwise. The default value is true.</p>
2549
+ * @public
2550
+ */
2551
+ DkimEnabled: boolean | undefined;
2552
+ /**
2553
+ * <p>Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens)
2554
+ * published in the domain name's DNS. (This only applies to domain identities, not email
2555
+ * address identities.)</p>
2556
+ * @public
2557
+ */
2558
+ DkimVerificationStatus: VerificationStatus | undefined;
2559
+ /**
2560
+ * <p>A set of character strings that represent the domain's identity. Using these tokens,
2561
+ * you need to create DNS CNAME records that point to DKIM public keys that are hosted by
2562
+ * Amazon SES. Amazon Web Services eventually detects that you've updated your DNS records. This detection
2563
+ * process might take up to 72 hours. After successful detection, Amazon SES is able to
2564
+ * DKIM-sign email originating from that domain. (This only applies to domain identities,
2565
+ * not email address identities.)</p>
2566
+ * <p>For more information about creating DNS records using DKIM tokens, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
2567
+ * @public
2568
+ */
2569
+ DkimTokens?: string[] | undefined;
2570
+ }
2571
+ /**
2572
+ * <p>Represents a request to return the email sending status for your Amazon SES account in the
2573
+ * current Amazon Web Services Region.</p>
2574
+ * @public
2575
+ */
2576
+ export interface GetAccountSendingEnabledResponse {
2577
+ /**
2578
+ * <p>Describes whether email sending is enabled or disabled for your Amazon SES account in the
2579
+ * current Amazon Web Services Region.</p>
2580
+ * @public
2581
+ */
2582
+ Enabled?: boolean | undefined;
2583
+ }
2584
+ /**
2585
+ * <p>Represents a request to retrieve an existing custom verification email
2586
+ * template.</p>
2587
+ * @public
2588
+ */
2589
+ export interface GetCustomVerificationEmailTemplateRequest {
2590
+ /**
2591
+ * <p>The name of the custom verification email template to retrieve.</p>
2592
+ * @public
2593
+ */
2594
+ TemplateName: string | undefined;
2595
+ }
2596
+ /**
2597
+ * <p>The content of the custom verification email template.</p>
2598
+ * @public
2599
+ */
2600
+ export interface GetCustomVerificationEmailTemplateResponse {
2601
+ /**
2602
+ * <p>The name of the custom verification email template.</p>
2603
+ * @public
2604
+ */
2605
+ TemplateName?: string | undefined;
2606
+ /**
2607
+ * <p>The email address that the custom verification email is sent from.</p>
2608
+ * @public
2609
+ */
2610
+ FromEmailAddress?: string | undefined;
2611
+ /**
2612
+ * <p>The subject line of the custom verification email.</p>
2613
+ * @public
2614
+ */
2615
+ TemplateSubject?: string | undefined;
2616
+ /**
2617
+ * <p>The content of the custom verification email.</p>
2618
+ * @public
2619
+ */
2620
+ TemplateContent?: string | undefined;
2621
+ /**
2622
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
2623
+ * is successfully verified.</p>
2624
+ * @public
2625
+ */
2626
+ SuccessRedirectionURL?: string | undefined;
2627
+ /**
2628
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
2629
+ * is not successfully verified.</p>
2630
+ * @public
2631
+ */
2632
+ FailureRedirectionURL?: string | undefined;
2633
+ }
2634
+ /**
2635
+ * <p>Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For
2636
+ * domain identities, this request also returns the DKIM tokens that are required for Easy
2637
+ * DKIM signing, and whether Amazon SES successfully verified that these tokens were published.
2638
+ * For more information about Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer
2639
+ * Guide</a>.</p>
2640
+ * @public
2641
+ */
2642
+ export interface GetIdentityDkimAttributesRequest {
2643
+ /**
2644
+ * <p>A list of one or more verified identities - email addresses, domains, or both.</p>
2645
+ * @public
2646
+ */
2647
+ Identities: string[] | undefined;
2648
+ }
2649
+ /**
2650
+ * <p>Represents the status of Amazon SES Easy DKIM signing for an identity. For domain
2651
+ * identities, this response also contains the DKIM tokens that are required for Easy DKIM
2652
+ * signing, and whether Amazon SES successfully verified that these tokens were
2653
+ * published.</p>
2654
+ * @public
2655
+ */
2656
+ export interface GetIdentityDkimAttributesResponse {
2657
+ /**
2658
+ * <p>The DKIM attributes for an email address or a domain.</p>
2659
+ * @public
2660
+ */
2661
+ DkimAttributes: Record<string, IdentityDkimAttributes> | undefined;
2662
+ }
2663
+ /**
2664
+ * <p>Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of
2665
+ * identities. For information about using a custom MAIL FROM domain, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer
2666
+ * Guide</a>.</p>
2667
+ * @public
2668
+ */
2669
+ export interface GetIdentityMailFromDomainAttributesRequest {
2670
+ /**
2671
+ * <p>A list of one or more identities.</p>
2672
+ * @public
2673
+ */
2674
+ Identities: string[] | undefined;
2675
+ }
2676
+ /**
2677
+ * <p>Represents the custom MAIL FROM domain attributes of a verified identity (email
2678
+ * address or domain).</p>
2679
+ * @public
2680
+ */
2681
+ export interface IdentityMailFromDomainAttributes {
2682
+ /**
2683
+ * <p>The custom MAIL FROM domain that the identity is configured to use.</p>
2684
+ * @public
2685
+ */
2686
+ MailFromDomain: string | undefined;
2687
+ /**
2688
+ * <p>The state that indicates whether Amazon SES has successfully read the MX record required
2689
+ * for custom MAIL FROM domain setup. If the state is <code>Success</code>, Amazon SES uses the
2690
+ * specified custom MAIL FROM domain when the verified identity sends an email. All other
2691
+ * states indicate that Amazon SES takes the action described by
2692
+ * <code>BehaviorOnMXFailure</code>.</p>
2693
+ * @public
2694
+ */
2695
+ MailFromDomainStatus: CustomMailFromStatus | undefined;
2696
+ /**
2697
+ * <p>The action that Amazon SES takes if it cannot successfully read the required MX record when
2698
+ * you send an email. A value of <code>UseDefaultValue</code> indicates that if Amazon SES
2699
+ * cannot read the required MX record, it uses amazonses.com (or a subdomain of that) as
2700
+ * the MAIL FROM domain. A value of <code>RejectMessage</code> indicates that if Amazon SES
2701
+ * cannot read the required MX record, Amazon SES returns a
2702
+ * <code>MailFromDomainNotVerified</code> error and does not send the email.</p>
2703
+ * <p>The custom MAIL FROM setup states that result in this behavior are
2704
+ * <code>Pending</code>, <code>Failed</code>, and <code>TemporaryFailure</code>.</p>
2705
+ * @public
2706
+ */
2707
+ BehaviorOnMXFailure: BehaviorOnMXFailure | undefined;
2708
+ }
2709
+ /**
2710
+ * <p>Represents the custom MAIL FROM attributes for a list of identities.</p>
2711
+ * @public
2712
+ */
2713
+ export interface GetIdentityMailFromDomainAttributesResponse {
2714
+ /**
2715
+ * <p>A map of identities to custom MAIL FROM attributes.</p>
2716
+ * @public
2717
+ */
2718
+ MailFromDomainAttributes: Record<string, IdentityMailFromDomainAttributes> | undefined;
2719
+ }
2720
+ /**
2721
+ * <p>Represents a request to return the notification attributes for a list of identities
2722
+ * you verified with Amazon SES. For information about Amazon SES notifications, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications.html">Amazon SES
2723
+ * Developer Guide</a>.</p>
2724
+ * @public
2725
+ */
2726
+ export interface GetIdentityNotificationAttributesRequest {
2727
+ /**
2728
+ * <p>A list of one or more identities. You can specify an identity by using its name or by
2729
+ * using its Amazon Resource Name (ARN). Examples: <code>user@example.com</code>,
2730
+ * <code>example.com</code>,
2731
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
2732
+ * @public
2733
+ */
2734
+ Identities: string[] | undefined;
2735
+ }
2736
+ /**
2737
+ * <p>Represents the notification attributes of an identity, including whether an identity
2738
+ * has Amazon Simple Notification Service (Amazon SNS) topics set for bounce, complaint, and/or delivery notifications,
2739
+ * and whether feedback forwarding is enabled for bounce and complaint
2740
+ * notifications.</p>
2741
+ * @public
2742
+ */
2743
+ export interface IdentityNotificationAttributes {
2744
+ /**
2745
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes bounce
2746
+ * notifications.</p>
2747
+ * @public
2748
+ */
2749
+ BounceTopic: string | undefined;
2750
+ /**
2751
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes complaint
2752
+ * notifications.</p>
2753
+ * @public
2754
+ */
2755
+ ComplaintTopic: string | undefined;
2756
+ /**
2757
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic where Amazon SES publishes delivery
2758
+ * notifications.</p>
2759
+ * @public
2760
+ */
2761
+ DeliveryTopic: string | undefined;
2762
+ /**
2763
+ * <p>Describes whether Amazon SES forwards bounce and complaint notifications as email.
2764
+ * <code>true</code> indicates that Amazon SES forwards bounce and complaint notifications
2765
+ * as email, while <code>false</code> indicates that bounce and complaint notifications are
2766
+ * published only to the specified bounce and complaint Amazon SNS topics.</p>
2767
+ * @public
2768
+ */
2769
+ ForwardingEnabled: boolean | undefined;
2770
+ /**
2771
+ * <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
2772
+ * type <code>Bounce</code>. A value of <code>true</code> specifies that Amazon SES includes
2773
+ * headers in bounce notifications, and a value of <code>false</code> specifies that Amazon SES
2774
+ * does not include headers in bounce notifications.</p>
2775
+ * @public
2776
+ */
2777
+ HeadersInBounceNotificationsEnabled?: boolean | undefined;
2778
+ /**
2779
+ * <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
2780
+ * type <code>Complaint</code>. A value of <code>true</code> specifies that Amazon SES includes
2781
+ * headers in complaint notifications, and a value of <code>false</code> specifies that
2782
+ * Amazon SES does not include headers in complaint notifications.</p>
2783
+ * @public
2784
+ */
2785
+ HeadersInComplaintNotificationsEnabled?: boolean | undefined;
2786
+ /**
2787
+ * <p>Describes whether Amazon SES includes the original email headers in Amazon SNS notifications of
2788
+ * type <code>Delivery</code>. A value of <code>true</code> specifies that Amazon SES includes
2789
+ * headers in delivery notifications, and a value of <code>false</code> specifies that
2790
+ * Amazon SES does not include headers in delivery notifications.</p>
2791
+ * @public
2792
+ */
2793
+ HeadersInDeliveryNotificationsEnabled?: boolean | undefined;
2794
+ }
2795
+ /**
2796
+ * <p>Represents the notification attributes for a list of identities.</p>
2797
+ * @public
2798
+ */
2799
+ export interface GetIdentityNotificationAttributesResponse {
2800
+ /**
2801
+ * <p>A map of Identity to IdentityNotificationAttributes.</p>
2802
+ * @public
2803
+ */
2804
+ NotificationAttributes: Record<string, IdentityNotificationAttributes> | undefined;
2805
+ }
2806
+ /**
2807
+ * <p>Represents a request to return the requested sending authorization policies for an
2808
+ * identity. Sending authorization is an Amazon SES feature that enables you to authorize other
2809
+ * senders to use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
2810
+ * @public
2811
+ */
2812
+ export interface GetIdentityPoliciesRequest {
2813
+ /**
2814
+ * <p>The identity for which the policies are retrieved. You can specify an identity by
2815
+ * using its name or by using its Amazon Resource Name (ARN). Examples:
2816
+ * <code>user@example.com</code>, <code>example.com</code>,
2817
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
2818
+ * <p>To successfully call this operation, you must own the identity.</p>
2819
+ * @public
2820
+ */
2821
+ Identity: string | undefined;
2822
+ /**
2823
+ * <p>A list of the names of policies to be retrieved. You can retrieve a maximum of 20
2824
+ * policies at a time. If you do not know the names of the policies that are attached to
2825
+ * the identity, you can use <code>ListIdentityPolicies</code>.</p>
2826
+ * @public
2827
+ */
2828
+ PolicyNames: string[] | undefined;
2829
+ }
2830
+ /**
2831
+ * <p>Represents the requested sending authorization policies.</p>
2832
+ * @public
2833
+ */
2834
+ export interface GetIdentityPoliciesResponse {
2835
+ /**
2836
+ * <p>A map of policy names to policies.</p>
2837
+ * @public
2838
+ */
2839
+ Policies: Record<string, string> | undefined;
2840
+ }
2841
+ /**
2842
+ * <p>Represents a request to return the Amazon SES verification status of a list of identities.
2843
+ * For domain identities, this request also returns the verification token. For information
2844
+ * about verifying identities with Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
2845
+ * @public
2846
+ */
2847
+ export interface GetIdentityVerificationAttributesRequest {
2848
+ /**
2849
+ * <p>A list of identities.</p>
2850
+ * @public
2851
+ */
2852
+ Identities: string[] | undefined;
2853
+ }
2854
+ /**
2855
+ * <p>Represents the verification attributes of a single identity.</p>
2856
+ * @public
2857
+ */
2858
+ export interface IdentityVerificationAttributes {
2859
+ /**
2860
+ * <p>The verification status of the identity: "Pending", "Success", "Failed", or
2861
+ * "TemporaryFailure".</p>
2862
+ * @public
2863
+ */
2864
+ VerificationStatus: VerificationStatus | undefined;
2865
+ /**
2866
+ * <p>The verification token for a domain identity. Null for email address
2867
+ * identities.</p>
2868
+ * @public
2869
+ */
2870
+ VerificationToken?: string | undefined;
2871
+ }
2872
+ /**
2873
+ * <p>The Amazon SES verification status of a list of identities. For domain identities, this
2874
+ * response also contains the verification token.</p>
2875
+ * @public
2876
+ */
2877
+ export interface GetIdentityVerificationAttributesResponse {
2878
+ /**
2879
+ * <p>A map of Identities to IdentityVerificationAttributes objects.</p>
2880
+ * @public
2881
+ */
2882
+ VerificationAttributes: Record<string, IdentityVerificationAttributes> | undefined;
2883
+ }
2884
+ /**
2885
+ * <p>Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails
2886
+ * you have sent in the last 24 hours.</p>
2887
+ * @public
2888
+ */
2889
+ export interface GetSendQuotaResponse {
2890
+ /**
2891
+ * <p>The maximum number of emails the user is allowed to send in a 24-hour interval. A
2892
+ * value of -1 signifies an unlimited quota.</p>
2893
+ * @public
2894
+ */
2895
+ Max24HourSend?: number | undefined;
2896
+ /**
2897
+ * <p>The maximum number of emails that Amazon SES can accept from the user's account per
2898
+ * second.</p>
2899
+ * <note>
2900
+ * <p>The rate at which Amazon SES accepts the user's messages might be less than the maximum
2901
+ * send rate.</p>
2902
+ * </note>
2903
+ * @public
2904
+ */
2905
+ MaxSendRate?: number | undefined;
2906
+ /**
2907
+ * <p>The number of emails sent during the previous 24 hours.</p>
2908
+ * @public
2909
+ */
2910
+ SentLast24Hours?: number | undefined;
2911
+ }
2912
+ /**
2913
+ * <p>Represents sending statistics data. Each <code>SendDataPoint</code> contains
2914
+ * statistics for a 15-minute period of sending activity. </p>
2915
+ * @public
2916
+ */
2917
+ export interface SendDataPoint {
2918
+ /**
2919
+ * <p>Time of the data point.</p>
2920
+ * @public
2921
+ */
2922
+ Timestamp?: Date | undefined;
2923
+ /**
2924
+ * <p>Number of emails that have been sent.</p>
2925
+ * @public
2926
+ */
2927
+ DeliveryAttempts?: number | undefined;
2928
+ /**
2929
+ * <p>Number of emails that have bounced.</p>
2930
+ * @public
2931
+ */
2932
+ Bounces?: number | undefined;
2933
+ /**
2934
+ * <p>Number of unwanted emails that were rejected by recipients.</p>
2935
+ * @public
2936
+ */
2937
+ Complaints?: number | undefined;
2938
+ /**
2939
+ * <p>Number of emails rejected by Amazon SES.</p>
2940
+ * @public
2941
+ */
2942
+ Rejects?: number | undefined;
2943
+ }
2944
+ /**
2945
+ * <p>Represents a list of data points. This list contains aggregated data from the previous
2946
+ * two weeks of your sending activity with Amazon SES.</p>
2947
+ * @public
2948
+ */
2949
+ export interface GetSendStatisticsResponse {
2950
+ /**
2951
+ * <p>A list of data points, each of which represents 15 minutes of activity.</p>
2952
+ * @public
2953
+ */
2954
+ SendDataPoints?: SendDataPoint[] | undefined;
2955
+ }
2956
+ /**
2957
+ * @public
2958
+ */
2959
+ export interface GetTemplateRequest {
2960
+ /**
2961
+ * <p>The name of the template to retrieve.</p>
2962
+ * @public
2963
+ */
2964
+ TemplateName: string | undefined;
2965
+ }
2966
+ /**
2967
+ * @public
2968
+ */
2969
+ export interface GetTemplateResponse {
2970
+ /**
2971
+ * <p>The content of the email, composed of a subject line and either an HTML part or a
2972
+ * text-only part.</p>
2973
+ * @public
2974
+ */
2975
+ Template?: Template | undefined;
2976
+ }
2977
+ /**
2978
+ * <p>Indicates that the Template object you specified does not exist in your Amazon SES
2979
+ * account.</p>
2980
+ * @public
2981
+ */
2982
+ export declare class TemplateDoesNotExistException extends __BaseException {
2983
+ readonly name: "TemplateDoesNotExistException";
2984
+ readonly $fault: "client";
2985
+ TemplateName?: string | undefined;
2986
+ /**
2987
+ * @internal
2988
+ */
2989
+ constructor(opts: __ExceptionOptionType<TemplateDoesNotExistException, __BaseException>);
2990
+ }
2991
+ /**
2992
+ * @public
2993
+ * @enum
2994
+ */
2995
+ export declare const IdentityType: {
2996
+ readonly Domain: "Domain";
2997
+ readonly EmailAddress: "EmailAddress";
2998
+ };
2999
+ /**
3000
+ * @public
3001
+ */
3002
+ export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
3003
+ /**
3004
+ * <p>Indicates that provided delivery option is invalid.</p>
3005
+ * @public
3006
+ */
3007
+ export declare class InvalidDeliveryOptionsException extends __BaseException {
3008
+ readonly name: "InvalidDeliveryOptionsException";
3009
+ readonly $fault: "client";
3010
+ /**
3011
+ * @internal
3012
+ */
3013
+ constructor(opts: __ExceptionOptionType<InvalidDeliveryOptionsException, __BaseException>);
3014
+ }
3015
+ /**
3016
+ * <p>Indicates that the provided policy is invalid. Check the error stack for more
3017
+ * information about what caused the error.</p>
3018
+ * @public
3019
+ */
3020
+ export declare class InvalidPolicyException extends __BaseException {
3021
+ readonly name: "InvalidPolicyException";
3022
+ readonly $fault: "client";
3023
+ /**
3024
+ * @internal
3025
+ */
3026
+ constructor(opts: __ExceptionOptionType<InvalidPolicyException, __BaseException>);
3027
+ }
3028
+ /**
3029
+ * <p>Indicates that one or more of the replacement values you provided is invalid. This
3030
+ * error may occur when the TemplateData object contains invalid JSON.</p>
3031
+ * @public
3032
+ */
3033
+ export declare class InvalidRenderingParameterException extends __BaseException {
3034
+ readonly name: "InvalidRenderingParameterException";
3035
+ readonly $fault: "client";
3036
+ TemplateName?: string | undefined;
3037
+ /**
3038
+ * @internal
3039
+ */
3040
+ constructor(opts: __ExceptionOptionType<InvalidRenderingParameterException, __BaseException>);
3041
+ }
3042
+ /**
3043
+ * <p>Represents a request to list the configuration sets associated with your
3044
+ * Amazon Web Services account. Configuration sets enable you to publish email sending events. For
3045
+ * information about using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
3046
+ * Guide</a>.</p>
3047
+ * @public
3048
+ */
3049
+ export interface ListConfigurationSetsRequest {
3050
+ /**
3051
+ * <p>A token returned from a previous call to <code>ListConfigurationSets</code> to
3052
+ * indicate the position of the configuration set in the configuration set list.</p>
3053
+ * @public
3054
+ */
3055
+ NextToken?: string | undefined;
3056
+ /**
3057
+ * <p>The number of configuration sets to return.</p>
3058
+ * @public
3059
+ */
3060
+ MaxItems?: number | undefined;
3061
+ }
3062
+ /**
3063
+ * <p>A list of configuration sets associated with your Amazon Web Services account. Configuration sets
3064
+ * enable you to publish email sending events. For information about using configuration
3065
+ * sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
3066
+ * Guide</a>.</p>
3067
+ * @public
3068
+ */
3069
+ export interface ListConfigurationSetsResponse {
3070
+ /**
3071
+ * <p>A list of configuration sets.</p>
3072
+ * @public
3073
+ */
3074
+ ConfigurationSets?: ConfigurationSet[] | undefined;
3075
+ /**
3076
+ * <p>A token indicating that there are additional configuration sets available to be
3077
+ * listed. Pass this token to successive calls of <code>ListConfigurationSets</code>.
3078
+ * </p>
3079
+ * @public
3080
+ */
3081
+ NextToken?: string | undefined;
3082
+ }
3083
+ /**
3084
+ * <p>Represents a request to list the existing custom verification email templates for your
3085
+ * account.</p>
3086
+ * <p>For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Using
3087
+ * Custom Verification Email Templates</a> in the <i>Amazon SES Developer
3088
+ * Guide</i>.</p>
3089
+ * @public
3090
+ */
3091
+ export interface ListCustomVerificationEmailTemplatesRequest {
3092
+ /**
3093
+ * <p>An array the contains the name and creation time stamp for each template in your Amazon SES
3094
+ * account.</p>
3095
+ * @public
3096
+ */
3097
+ NextToken?: string | undefined;
3098
+ /**
3099
+ * <p>The maximum number of custom verification email templates to return. This value must
3100
+ * be at least 1 and less than or equal to 50. If you do not specify a value, or if you
3101
+ * specify a value less than 1 or greater than 50, the operation returns up to 50
3102
+ * results.</p>
3103
+ * @public
3104
+ */
3105
+ MaxResults?: number | undefined;
3106
+ }
3107
+ /**
3108
+ * <p>A paginated list of custom verification email templates.</p>
3109
+ * @public
3110
+ */
3111
+ export interface ListCustomVerificationEmailTemplatesResponse {
3112
+ /**
3113
+ * <p>A list of the custom verification email templates that exist in your account.</p>
3114
+ * @public
3115
+ */
3116
+ CustomVerificationEmailTemplates?: CustomVerificationEmailTemplate[] | undefined;
3117
+ /**
3118
+ * <p>A token indicating that there are additional custom verification email templates
3119
+ * available to be listed. Pass this token to a subsequent call to
3120
+ * <code>ListTemplates</code> to retrieve the next 50 custom verification email
3121
+ * templates.</p>
3122
+ * @public
3123
+ */
3124
+ NextToken?: string | undefined;
3125
+ }
3126
+ /**
3127
+ * <p>Represents a request to return a list of all identities (email addresses and domains)
3128
+ * that you have attempted to verify under your Amazon Web Services account, regardless of verification
3129
+ * status.</p>
3130
+ * @public
3131
+ */
3132
+ export interface ListIdentitiesRequest {
3133
+ /**
3134
+ * <p>The type of the identities to list. Possible values are "EmailAddress" and "Domain".
3135
+ * If this parameter is omitted, then all identities are listed.</p>
3136
+ * @public
3137
+ */
3138
+ IdentityType?: IdentityType | undefined;
3139
+ /**
3140
+ * <p>The token to use for pagination.</p>
3141
+ * @public
3142
+ */
3143
+ NextToken?: string | undefined;
3144
+ /**
3145
+ * <p>The maximum number of identities per page. Possible values are 1-1000
3146
+ * inclusive.</p>
3147
+ * @public
3148
+ */
3149
+ MaxItems?: number | undefined;
3150
+ }
3151
+ /**
3152
+ * <p>A list of all identities that you have attempted to verify under your Amazon Web Services account,
3153
+ * regardless of verification status.</p>
3154
+ * @public
3155
+ */
3156
+ export interface ListIdentitiesResponse {
3157
+ /**
3158
+ * <p>A list of identities.</p>
3159
+ * @public
3160
+ */
3161
+ Identities: string[] | undefined;
3162
+ /**
3163
+ * <p>The token used for pagination.</p>
3164
+ * @public
3165
+ */
3166
+ NextToken?: string | undefined;
3167
+ }
3168
+ /**
3169
+ * <p>Represents a request to return a list of sending authorization policies that are
3170
+ * attached to an identity. Sending authorization is an Amazon SES feature that enables you to
3171
+ * authorize other senders to use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
3172
+ * Guide</a>.</p>
3173
+ * @public
3174
+ */
3175
+ export interface ListIdentityPoliciesRequest {
3176
+ /**
3177
+ * <p>The identity that is associated with the policy for which the policies are listed. You
3178
+ * can specify an identity by using its name or by using its Amazon Resource Name (ARN).
3179
+ * Examples: <code>user@example.com</code>, <code>example.com</code>,
3180
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
3181
+ * <p>To successfully call this operation, you must own the identity.</p>
3182
+ * @public
3183
+ */
3184
+ Identity: string | undefined;
3185
+ }
3186
+ /**
3187
+ * <p>A list of names of sending authorization policies that apply to an identity.</p>
3188
+ * @public
3189
+ */
3190
+ export interface ListIdentityPoliciesResponse {
3191
+ /**
3192
+ * <p>A list of names of policies that apply to the specified identity.</p>
3193
+ * @public
3194
+ */
3195
+ PolicyNames: string[] | undefined;
3196
+ }
3197
+ /**
3198
+ * <p>Represents a request to list the IP address filters that exist under your
3199
+ * Amazon Web Services account. You use IP address filters when you receive email with Amazon SES. For more
3200
+ * information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
3201
+ * Guide</a>.</p>
3202
+ * @public
3203
+ */
3204
+ export interface ListReceiptFiltersRequest {
3205
+ }
3206
+ /**
3207
+ * <p>A list of IP address filters that exist under your Amazon Web Services account.</p>
3208
+ * @public
3209
+ */
3210
+ export interface ListReceiptFiltersResponse {
3211
+ /**
3212
+ * <p>A list of IP address filter data structures, which each consist of a name, an IP
3213
+ * address range, and whether to allow or block mail from it.</p>
3214
+ * @public
3215
+ */
3216
+ Filters?: ReceiptFilter[] | undefined;
3217
+ }
3218
+ /**
3219
+ * <p>Represents a request to list the receipt rule sets that exist under your
3220
+ * Amazon Web Services account. You use receipt rule sets to receive email with Amazon SES. For more
3221
+ * information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
3222
+ * Guide</a>.</p>
3223
+ * @public
3224
+ */
3225
+ export interface ListReceiptRuleSetsRequest {
3226
+ /**
3227
+ * <p>A token returned from a previous call to <code>ListReceiptRuleSets</code> to indicate
3228
+ * the position in the receipt rule set list.</p>
3229
+ * @public
3230
+ */
3231
+ NextToken?: string | undefined;
3232
+ }
3233
+ /**
3234
+ * <p>A list of receipt rule sets that exist under your Amazon Web Services account.</p>
3235
+ * @public
3236
+ */
3237
+ export interface ListReceiptRuleSetsResponse {
3238
+ /**
3239
+ * <p>The metadata for the currently active receipt rule set. The metadata consists of the
3240
+ * rule set name and the timestamp of when the rule set was created.</p>
3241
+ * @public
3242
+ */
3243
+ RuleSets?: ReceiptRuleSetMetadata[] | undefined;
3244
+ /**
3245
+ * <p>A token indicating that there are additional receipt rule sets available to be listed.
3246
+ * Pass this token to successive calls of <code>ListReceiptRuleSets</code> to retrieve up
3247
+ * to 100 receipt rule sets at a time.</p>
3248
+ * @public
3249
+ */
3250
+ NextToken?: string | undefined;
3251
+ }
3252
+ /**
3253
+ * @public
3254
+ */
3255
+ export interface ListTemplatesRequest {
3256
+ /**
3257
+ * <p>A token returned from a previous call to <code>ListTemplates</code> to indicate the
3258
+ * position in the list of email templates.</p>
3259
+ * @public
3260
+ */
3261
+ NextToken?: string | undefined;
3262
+ /**
3263
+ * <p>The maximum number of templates to return. This value must be at least 1 and less than
3264
+ * or equal to 100. If more than 100 items are requested, the page size will automatically
3265
+ * set to 100. If you do not specify a value, 10 is the default page size. </p>
3266
+ * @public
3267
+ */
3268
+ MaxItems?: number | undefined;
3269
+ }
3270
+ /**
3271
+ * <p>Contains information about an email template.</p>
3272
+ * @public
3273
+ */
3274
+ export interface TemplateMetadata {
3275
+ /**
3276
+ * <p>The name of the template.</p>
3277
+ * @public
3278
+ */
3279
+ Name?: string | undefined;
3280
+ /**
3281
+ * <p>The time and date the template was created.</p>
3282
+ * @public
3283
+ */
3284
+ CreatedTimestamp?: Date | undefined;
3285
+ }
3286
+ /**
3287
+ * @public
3288
+ */
3289
+ export interface ListTemplatesResponse {
3290
+ /**
3291
+ * <p>An array the contains the name and creation time stamp for each template in your Amazon SES
3292
+ * account.</p>
3293
+ * @public
3294
+ */
3295
+ TemplatesMetadata?: TemplateMetadata[] | undefined;
3296
+ /**
3297
+ * <p>A token indicating that there are additional email templates available to be listed.
3298
+ * Pass this token to a subsequent call to <code>ListTemplates</code> to retrieve the next
3299
+ * set of email templates within your page size.</p>
3300
+ * @public
3301
+ */
3302
+ NextToken?: string | undefined;
3303
+ }
3304
+ /**
3305
+ * <p>A list of email addresses that you have verified with Amazon SES under your
3306
+ * Amazon Web Services account.</p>
3307
+ * @public
3308
+ */
3309
+ export interface ListVerifiedEmailAddressesResponse {
3310
+ /**
3311
+ * <p>A list of email addresses that have been verified.</p>
3312
+ * @public
3313
+ */
3314
+ VerifiedEmailAddresses?: string[] | undefined;
3315
+ }
3316
+ /**
3317
+ * <p> Indicates that the message could not be sent because Amazon SES could not read the MX
3318
+ * record required to use the specified MAIL FROM domain. For information about editing the
3319
+ * custom MAIL FROM domain settings for an identity, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-edit.html">Amazon SES Developer
3320
+ * Guide</a>.</p>
3321
+ * @public
3322
+ */
3323
+ export declare class MailFromDomainNotVerifiedException extends __BaseException {
3324
+ readonly name: "MailFromDomainNotVerifiedException";
3325
+ readonly $fault: "client";
3326
+ /**
3327
+ * @internal
3328
+ */
3329
+ constructor(opts: __ExceptionOptionType<MailFromDomainNotVerifiedException, __BaseException>);
3330
+ }
3331
+ /**
3332
+ * <p>Represents the message to be sent, composed of a subject and a body.</p>
3333
+ * @public
3334
+ */
3335
+ export interface Message {
3336
+ /**
3337
+ * <p>The subject of the message: A short summary of the content, which appears in the
3338
+ * recipient's inbox.</p>
3339
+ * @public
3340
+ */
3341
+ Subject: Content | undefined;
3342
+ /**
3343
+ * <p>The message body.</p>
3344
+ * @public
3345
+ */
3346
+ Body: Body | undefined;
3347
+ }
3348
+ /**
3349
+ * <p>Message-related information to include in the Delivery Status Notification (DSN) when
3350
+ * an email that Amazon SES receives on your behalf bounces.</p>
3351
+ * <p>For information about receiving email through Amazon SES, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email.html">Amazon SES Developer
3352
+ * Guide</a>.</p>
3353
+ * @public
3354
+ */
3355
+ export interface MessageDsn {
3356
+ /**
3357
+ * <p>The reporting MTA that attempted to deliver the message, formatted as specified in
3358
+ * <a href="https://tools.ietf.org/html/rfc3464">RFC 3464</a>
3359
+ * (<code>mta-name-type; mta-name</code>). The default value is <code>dns;
3360
+ * inbound-smtp.[region].amazonaws.com</code>.</p>
3361
+ * @public
3362
+ */
3363
+ ReportingMta: string | undefined;
3364
+ /**
3365
+ * <p>When the message was received by the reporting mail transfer agent (MTA), in <a href="https://www.ietf.org/rfc/rfc0822.txt">RFC 822</a> date-time format.</p>
3366
+ * @public
3367
+ */
3368
+ ArrivalDate?: Date | undefined;
3369
+ /**
3370
+ * <p>Additional X-headers to include in the DSN.</p>
3371
+ * @public
3372
+ */
3373
+ ExtensionFields?: ExtensionField[] | undefined;
3374
+ }
3375
+ /**
3376
+ * <p>Indicates that the action failed, and the message could not be sent. Check the error
3377
+ * stack for more information about what caused the error.</p>
3378
+ * @public
3379
+ */
3380
+ export declare class MessageRejected extends __BaseException {
3381
+ readonly name: "MessageRejected";
3382
+ readonly $fault: "client";
3383
+ /**
3384
+ * @internal
3385
+ */
3386
+ constructor(opts: __ExceptionOptionType<MessageRejected, __BaseException>);
3387
+ }
3388
+ /**
3389
+ * <p>Indicates that one or more of the replacement values for the specified template was
3390
+ * not specified. Ensure that the TemplateData object contains references to all of the
3391
+ * replacement tags in the specified template.</p>
3392
+ * @public
3393
+ */
3394
+ export declare class MissingRenderingAttributeException extends __BaseException {
3395
+ readonly name: "MissingRenderingAttributeException";
3396
+ readonly $fault: "client";
3397
+ TemplateName?: string | undefined;
3398
+ /**
3399
+ * @internal
3400
+ */
3401
+ constructor(opts: __ExceptionOptionType<MissingRenderingAttributeException, __BaseException>);
3402
+ }
3403
+ /**
3404
+ * @public
3405
+ * @enum
3406
+ */
3407
+ export declare const NotificationType: {
3408
+ readonly Bounce: "Bounce";
3409
+ readonly Complaint: "Complaint";
3410
+ readonly Delivery: "Delivery";
3411
+ };
3412
+ /**
3413
+ * @public
3414
+ */
3415
+ export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
3416
+ /**
3417
+ * <p>Indicates that the account has not been granted production access.</p>
3418
+ * @public
3419
+ */
3420
+ export declare class ProductionAccessNotGrantedException extends __BaseException {
3421
+ readonly name: "ProductionAccessNotGrantedException";
3422
+ readonly $fault: "client";
3423
+ /**
3424
+ * @internal
3425
+ */
3426
+ constructor(opts: __ExceptionOptionType<ProductionAccessNotGrantedException, __BaseException>);
3427
+ }
3428
+ /**
3429
+ * <p>A request to modify the delivery options for a configuration set.</p>
3430
+ * @public
3431
+ */
3432
+ export interface PutConfigurationSetDeliveryOptionsRequest {
3433
+ /**
3434
+ * <p>The name of the configuration set.</p>
3435
+ * @public
3436
+ */
3437
+ ConfigurationSetName: string | undefined;
3438
+ /**
3439
+ * <p>Specifies whether messages that use the configuration set are required to use
3440
+ * Transport Layer Security (TLS).</p>
3441
+ * @public
3442
+ */
3443
+ DeliveryOptions?: DeliveryOptions | undefined;
3444
+ }
3445
+ /**
3446
+ * <p>An HTTP 200 response if the request succeeds, or an error message if the request
3447
+ * fails.</p>
3448
+ * @public
3449
+ */
3450
+ export interface PutConfigurationSetDeliveryOptionsResponse {
3451
+ }
3452
+ /**
3453
+ * <p>Represents a request to add or update a sending authorization policy for an identity.
3454
+ * Sending authorization is an Amazon SES feature that enables you to authorize other senders to
3455
+ * use your identities. For information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3456
+ * @public
3457
+ */
3458
+ export interface PutIdentityPolicyRequest {
3459
+ /**
3460
+ * <p>The identity to which that the policy applies. You can specify an identity by using
3461
+ * its name or by using its Amazon Resource Name (ARN). Examples:
3462
+ * <code>user@example.com</code>, <code>example.com</code>,
3463
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
3464
+ * <p>To successfully call this operation, you must own the identity.</p>
3465
+ * @public
3466
+ */
3467
+ Identity: string | undefined;
3468
+ /**
3469
+ * <p>The name of the policy.</p>
3470
+ * <p>The policy name cannot exceed 64 characters and can only include alphanumeric
3471
+ * characters, dashes, and underscores.</p>
3472
+ * @public
3473
+ */
3474
+ PolicyName: string | undefined;
3475
+ /**
3476
+ * <p>The text of the policy in JSON format. The policy cannot exceed 4 KB.</p>
3477
+ * <p>For information about the syntax of sending authorization policies, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-policies.html">Amazon SES
3478
+ * Developer Guide</a>. </p>
3479
+ * @public
3480
+ */
3481
+ Policy: string | undefined;
3482
+ }
3483
+ /**
3484
+ * <p>An empty element returned on a successful request.</p>
3485
+ * @public
3486
+ */
3487
+ export interface PutIdentityPolicyResponse {
3488
+ }
3489
+ /**
3490
+ * <p>Represents the raw data of the message.</p>
3491
+ * @public
3492
+ */
3493
+ export interface RawMessage {
3494
+ /**
3495
+ * <p>The raw data of the message. This data needs to base64-encoded if you are accessing
3496
+ * Amazon SES directly through the HTTPS interface. If you are accessing Amazon SES using an Amazon Web Services
3497
+ * SDK, the SDK takes care of the base 64-encoding for you. In all cases, the client must
3498
+ * ensure that the message format complies with Internet email standards regarding email
3499
+ * header fields, MIME types, and MIME encoding.</p>
3500
+ * <p>The To:, CC:, and BCC: headers in the raw message can contain a group list.</p>
3501
+ * <p>If you are using <code>SendRawEmail</code> with sending authorization, you can include
3502
+ * X-headers in the raw message to specify the "Source," "From," and "Return-Path"
3503
+ * addresses. For more information, see the documentation for <code>SendRawEmail</code>. </p>
3504
+ * <important>
3505
+ * <p>Do not include these X-headers in the DKIM signature, because they are removed by
3506
+ * Amazon SES before sending the email.</p>
3507
+ * </important>
3508
+ * <p>For more information, go to the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Amazon SES Developer Guide</a>.</p>
3509
+ * @public
3510
+ */
3511
+ Data: Uint8Array | undefined;
3512
+ }
3513
+ /**
3514
+ * <p>Represents a request to reorder the receipt rules within a receipt rule set. You use
3515
+ * receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
3516
+ * Developer Guide</a>.</p>
3517
+ * @public
3518
+ */
3519
+ export interface ReorderReceiptRuleSetRequest {
3520
+ /**
3521
+ * <p>The name of the receipt rule set to reorder.</p>
3522
+ * @public
3523
+ */
3524
+ RuleSetName: string | undefined;
3525
+ /**
3526
+ * <p>The specified receipt rule set's receipt rules, in order.</p>
3527
+ * @public
3528
+ */
3529
+ RuleNames: string[] | undefined;
3530
+ }
3531
+ /**
3532
+ * <p>An empty element returned on a successful request.</p>
3533
+ * @public
3534
+ */
3535
+ export interface ReorderReceiptRuleSetResponse {
3536
+ }
3537
+ /**
3538
+ * <p>Represents a request to send a bounce message to the sender of an email you received
3539
+ * through Amazon SES.</p>
3540
+ * @public
3541
+ */
3542
+ export interface SendBounceRequest {
3543
+ /**
3544
+ * <p>The message ID of the message to be bounced.</p>
3545
+ * @public
3546
+ */
3547
+ OriginalMessageId: string | undefined;
3548
+ /**
3549
+ * <p>The address to use in the "From" header of the bounce message. This must be an
3550
+ * identity that you have verified with Amazon SES.</p>
3551
+ * @public
3552
+ */
3553
+ BounceSender: string | undefined;
3554
+ /**
3555
+ * <p>Human-readable text for the bounce message to explain the failure. If not specified,
3556
+ * the text is auto-generated based on the bounced recipient information.</p>
3557
+ * @public
3558
+ */
3559
+ Explanation?: string | undefined;
3560
+ /**
3561
+ * <p>Message-related DSN fields. If not specified, Amazon SES chooses the values.</p>
3562
+ * @public
3563
+ */
3564
+ MessageDsn?: MessageDsn | undefined;
3565
+ /**
3566
+ * <p>A list of recipients of the bounced message, including the information required to
3567
+ * create the Delivery Status Notifications (DSNs) for the recipients. You must specify at
3568
+ * least one <code>BouncedRecipientInfo</code> in the list.</p>
3569
+ * @public
3570
+ */
3571
+ BouncedRecipientInfoList: BouncedRecipientInfo[] | undefined;
3572
+ /**
3573
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3574
+ * that is associated with the sending authorization policy that permits you to use the
3575
+ * address in the "From" header of the bounce. For more information about sending
3576
+ * authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3577
+ * @public
3578
+ */
3579
+ BounceSenderArn?: string | undefined;
3580
+ }
3581
+ /**
3582
+ * <p>Represents a unique message ID.</p>
3583
+ * @public
3584
+ */
3585
+ export interface SendBounceResponse {
3586
+ /**
3587
+ * <p>The message ID of the bounce message.</p>
3588
+ * @public
3589
+ */
3590
+ MessageId?: string | undefined;
3591
+ }
3592
+ /**
3593
+ * <p>Represents a request to send a templated email to multiple destinations using Amazon SES.
3594
+ * For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES Developer
3595
+ * Guide</a>.</p>
3596
+ * @public
3597
+ */
3598
+ export interface SendBulkTemplatedEmailRequest {
3599
+ /**
3600
+ * <p>The email address that is sending the email. This email address must be either
3601
+ * individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
3602
+ * For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
3603
+ * <p>If you are sending on behalf of another user and have been permitted to do so by a
3604
+ * sending authorization policy, then you must also specify the <code>SourceArn</code>
3605
+ * parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
3606
+ * Guide</a>.</p>
3607
+ * <note>
3608
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
3609
+ * email address string must be 7-bit ASCII. If you want to send to or from email
3610
+ * addresses that contain Unicode characters in the domain part of an address, you must
3611
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
3612
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
3613
+ * want to use Unicode characters in the "friendly from" name, you must encode the
3614
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
3615
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
3616
+ * </note>
3617
+ * @public
3618
+ */
3619
+ Source: string | undefined;
3620
+ /**
3621
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3622
+ * that is associated with the sending authorization policy that permits you to send for
3623
+ * the email address specified in the <code>Source</code> parameter.</p>
3624
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3625
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3626
+ * policy to it that authorizes you to send from <code>user@example.com</code>, then you
3627
+ * would specify the <code>SourceArn</code> to be
3628
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3629
+ * <code>Source</code> to be <code>user@example.com</code>.</p>
3630
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3631
+ * @public
3632
+ */
3633
+ SourceArn?: string | undefined;
3634
+ /**
3635
+ * <p>The reply-to email address(es) for the message. If the recipient replies to the
3636
+ * message, each reply-to address receives the reply.</p>
3637
+ * @public
3638
+ */
3639
+ ReplyToAddresses?: string[] | undefined;
3640
+ /**
3641
+ * <p>The email address that bounces and complaints are forwarded to when feedback
3642
+ * forwarding is enabled. If the message cannot be delivered to the recipient, then an
3643
+ * error message is returned from the recipient's ISP; this message is forwarded to the
3644
+ * email address specified by the <code>ReturnPath</code> parameter. The
3645
+ * <code>ReturnPath</code> parameter is never overwritten. This email address must be
3646
+ * either individually verified with Amazon SES, or from a domain that has been verified with
3647
+ * Amazon SES. </p>
3648
+ * @public
3649
+ */
3650
+ ReturnPath?: string | undefined;
3651
+ /**
3652
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3653
+ * that is associated with the sending authorization policy that permits you to use the
3654
+ * email address specified in the <code>ReturnPath</code> parameter.</p>
3655
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3656
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3657
+ * policy to it that authorizes you to use <code>feedback@example.com</code>, then you
3658
+ * would specify the <code>ReturnPathArn</code> to be
3659
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3660
+ * <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
3661
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3662
+ * @public
3663
+ */
3664
+ ReturnPathArn?: string | undefined;
3665
+ /**
3666
+ * <p>The name of the configuration set to use when you send an email using
3667
+ * <code>SendBulkTemplatedEmail</code>.</p>
3668
+ * @public
3669
+ */
3670
+ ConfigurationSetName?: string | undefined;
3671
+ /**
3672
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send to
3673
+ * a destination using <code>SendBulkTemplatedEmail</code>.</p>
3674
+ * @public
3675
+ */
3676
+ DefaultTags?: MessageTag[] | undefined;
3677
+ /**
3678
+ * <p>The template to use when sending this email.</p>
3679
+ * @public
3680
+ */
3681
+ Template: string | undefined;
3682
+ /**
3683
+ * <p>The ARN of the template to use when sending this email.</p>
3684
+ * @public
3685
+ */
3686
+ TemplateArn?: string | undefined;
3687
+ /**
3688
+ * <p>A list of replacement values to apply to the template when replacement data is not
3689
+ * specified in a Destination object. These values act as a default or fallback option when
3690
+ * no other data is available.</p>
3691
+ * <p>The template data is a JSON object, typically consisting of key-value pairs in which
3692
+ * the keys correspond to replacement tags in the email template.</p>
3693
+ * @public
3694
+ */
3695
+ DefaultTemplateData: string | undefined;
3696
+ /**
3697
+ * <p>One or more <code>Destination</code> objects. All of the recipients in a
3698
+ * <code>Destination</code> receive the same version of the email. You can specify up
3699
+ * to 50 <code>Destination</code> objects within a <code>Destinations</code> array.</p>
3700
+ * @public
3701
+ */
3702
+ Destinations: BulkEmailDestination[] | undefined;
3703
+ }
3704
+ /**
3705
+ * @public
3706
+ */
3707
+ export interface SendBulkTemplatedEmailResponse {
3708
+ /**
3709
+ * <p>One object per intended recipient. Check each response object and retry any messages
3710
+ * with a failure status. (Note that order of responses will be respective to order of
3711
+ * destinations in the request.)Receipt rules enable you to specify which actions </p>
3712
+ * @public
3713
+ */
3714
+ Status: BulkEmailDestinationStatus[] | undefined;
3715
+ }
3716
+ /**
3717
+ * <p>Represents a request to send a custom verification email to a specified
3718
+ * recipient.</p>
3719
+ * @public
3720
+ */
3721
+ export interface SendCustomVerificationEmailRequest {
3722
+ /**
3723
+ * <p>The email address to verify.</p>
3724
+ * @public
3725
+ */
3726
+ EmailAddress: string | undefined;
3727
+ /**
3728
+ * <p>The name of the custom verification email template to use when sending the
3729
+ * verification email.</p>
3730
+ * @public
3731
+ */
3732
+ TemplateName: string | undefined;
3733
+ /**
3734
+ * <p>Name of a configuration set to use when sending the verification email.</p>
3735
+ * @public
3736
+ */
3737
+ ConfigurationSetName?: string | undefined;
3738
+ }
3739
+ /**
3740
+ * <p>The response received when attempting to send the custom verification email.</p>
3741
+ * @public
3742
+ */
3743
+ export interface SendCustomVerificationEmailResponse {
3744
+ /**
3745
+ * <p>The unique message identifier returned from the
3746
+ * <code>SendCustomVerificationEmail</code> operation.</p>
3747
+ * @public
3748
+ */
3749
+ MessageId?: string | undefined;
3750
+ }
3751
+ /**
3752
+ * <p>Represents a request to send a single formatted email using Amazon SES. For more
3753
+ * information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-formatted.html">Amazon SES Developer Guide</a>.</p>
3754
+ * @public
3755
+ */
3756
+ export interface SendEmailRequest {
3757
+ /**
3758
+ * <p>The email address that is sending the email. This email address must be either
3759
+ * individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
3760
+ * For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
3761
+ * <p>If you are sending on behalf of another user and have been permitted to do so by a
3762
+ * sending authorization policy, then you must also specify the <code>SourceArn</code>
3763
+ * parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
3764
+ * Guide</a>.</p>
3765
+ * <note>
3766
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
3767
+ * email address string must be 7-bit ASCII. If you want to send to or from email
3768
+ * addresses that contain Unicode characters in the domain part of an address, you must
3769
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
3770
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
3771
+ * want to use Unicode characters in the "friendly from" name, you must encode the
3772
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
3773
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
3774
+ * </note>
3775
+ * @public
3776
+ */
3777
+ Source: string | undefined;
3778
+ /**
3779
+ * <p>The destination for this email, composed of To:, CC:, and BCC: fields.</p>
3780
+ * @public
3781
+ */
3782
+ Destination: Destination | undefined;
3783
+ /**
3784
+ * <p>The message to be sent.</p>
3785
+ * @public
3786
+ */
3787
+ Message: Message | undefined;
3788
+ /**
3789
+ * <p>The reply-to email address(es) for the message. If the recipient replies to the
3790
+ * message, each reply-to address receives the reply.</p>
3791
+ * @public
3792
+ */
3793
+ ReplyToAddresses?: string[] | undefined;
3794
+ /**
3795
+ * <p>The email address that bounces and complaints are forwarded to when feedback
3796
+ * forwarding is enabled. If the message cannot be delivered to the recipient, then an
3797
+ * error message is returned from the recipient's ISP; this message is forwarded to the
3798
+ * email address specified by the <code>ReturnPath</code> parameter. The
3799
+ * <code>ReturnPath</code> parameter is never overwritten. This email address must be
3800
+ * either individually verified with Amazon SES, or from a domain that has been verified with
3801
+ * Amazon SES. </p>
3802
+ * @public
3803
+ */
3804
+ ReturnPath?: string | undefined;
3805
+ /**
3806
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3807
+ * that is associated with the sending authorization policy that permits you to send for
3808
+ * the email address specified in the <code>Source</code> parameter.</p>
3809
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3810
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3811
+ * policy to it that authorizes you to send from <code>user@example.com</code>, then you
3812
+ * would specify the <code>SourceArn</code> to be
3813
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3814
+ * <code>Source</code> to be <code>user@example.com</code>.</p>
3815
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3816
+ * @public
3817
+ */
3818
+ SourceArn?: string | undefined;
3819
+ /**
3820
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3821
+ * that is associated with the sending authorization policy that permits you to use the
3822
+ * email address specified in the <code>ReturnPath</code> parameter.</p>
3823
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3824
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3825
+ * policy to it that authorizes you to use <code>feedback@example.com</code>, then you
3826
+ * would specify the <code>ReturnPathArn</code> to be
3827
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3828
+ * <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
3829
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
3830
+ * @public
3831
+ */
3832
+ ReturnPathArn?: string | undefined;
3833
+ /**
3834
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
3835
+ * using <code>SendEmail</code>. Tags correspond to characteristics of the email that you
3836
+ * define, so that you can publish email sending events.</p>
3837
+ * @public
3838
+ */
3839
+ Tags?: MessageTag[] | undefined;
3840
+ /**
3841
+ * <p>The name of the configuration set to use when you send an email using
3842
+ * <code>SendEmail</code>.</p>
3843
+ * @public
3844
+ */
3845
+ ConfigurationSetName?: string | undefined;
3846
+ }
3847
+ /**
3848
+ * <p>Represents a unique message ID.</p>
3849
+ * @public
3850
+ */
3851
+ export interface SendEmailResponse {
3852
+ /**
3853
+ * <p>The unique message identifier returned from the <code>SendEmail</code> action. </p>
3854
+ * @public
3855
+ */
3856
+ MessageId: string | undefined;
3857
+ }
3858
+ /**
3859
+ * <p>Represents a request to send a single raw email using Amazon SES. For more information, see
3860
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Amazon SES Developer
3861
+ * Guide</a>.</p>
3862
+ * @public
3863
+ */
3864
+ export interface SendRawEmailRequest {
3865
+ /**
3866
+ * <p>The identity's email address. If you do not provide a value for this parameter, you
3867
+ * must specify a "From" address in the raw text of the message. (You can also specify
3868
+ * both.)</p>
3869
+ * <note>
3870
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in<a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. For this reason, the
3871
+ * email address string must be 7-bit ASCII. If you want to send to or from email
3872
+ * addresses that contain Unicode characters in the domain part of an address, you must
3873
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
3874
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
3875
+ * want to use Unicode characters in the "friendly from" name, you must encode the
3876
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
3877
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
3878
+ * </note>
3879
+ * <p>If you specify the <code>Source</code> parameter and have feedback forwarding enabled,
3880
+ * then bounces and complaints are sent to this email address. This takes precedence over
3881
+ * any Return-Path header that you might include in the raw text of the message.</p>
3882
+ * @public
3883
+ */
3884
+ Source?: string | undefined;
3885
+ /**
3886
+ * <p>A list of destinations for the message, consisting of To:, CC:, and BCC:
3887
+ * addresses.</p>
3888
+ * @public
3889
+ */
3890
+ Destinations?: string[] | undefined;
3891
+ /**
3892
+ * <p>The raw email message itself. The message has to meet the following criteria:</p>
3893
+ * <ul>
3894
+ * <li>
3895
+ * <p>The message has to contain a header and a body, separated by a blank
3896
+ * line.</p>
3897
+ * </li>
3898
+ * <li>
3899
+ * <p>All of the required header fields must be present in the message.</p>
3900
+ * </li>
3901
+ * <li>
3902
+ * <p>Each part of a multipart MIME message must be formatted properly.</p>
3903
+ * </li>
3904
+ * <li>
3905
+ * <p>Attachments must be of a content type that Amazon SES supports. For a list on
3906
+ * unsupported content types, see <a href="https://docs.aws.amazon.com/ses/latest/dg/mime-types.html">Unsupported Attachment Types</a> in
3907
+ * the <i>Amazon SES Developer Guide</i>.</p>
3908
+ * </li>
3909
+ * <li>
3910
+ * <p>The entire message must be base64-encoded.</p>
3911
+ * </li>
3912
+ * <li>
3913
+ * <p>If any of the MIME parts in your message contain content that is outside of
3914
+ * the 7-bit ASCII character range, we highly recommend that you encode that
3915
+ * content. For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending Raw
3916
+ * Email</a> in the <i>Amazon SES Developer Guide</i>.</p>
3917
+ * </li>
3918
+ * <li>
3919
+ * <p>Per <a href="https://tools.ietf.org/html/rfc5321#section-4.5.3.1.6">RFC
3920
+ * 5321</a>, the maximum length of each line of text, including the
3921
+ * <CRLF>, must not exceed 1,000 characters.</p>
3922
+ * </li>
3923
+ * </ul>
3924
+ * @public
3925
+ */
3926
+ RawMessage: RawMessage | undefined;
3927
+ /**
3928
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3929
+ * that is associated with the sending authorization policy that permits you to specify a
3930
+ * particular "From" address in the header of the raw email.</p>
3931
+ * <p>Instead of using this parameter, you can use the X-header <code>X-SES-FROM-ARN</code>
3932
+ * in the raw message of the email. If you use both the <code>FromArn</code> parameter and
3933
+ * the corresponding X-header, Amazon SES uses the value of the <code>FromArn</code>
3934
+ * parameter.</p>
3935
+ * <note>
3936
+ * <p>For information about when to use this parameter, see the description of
3937
+ * <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
3938
+ * Developer Guide</a>.</p>
3939
+ * </note>
3940
+ * @public
3941
+ */
3942
+ FromArn?: string | undefined;
3943
+ /**
3944
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3945
+ * that is associated with the sending authorization policy that permits you to send for
3946
+ * the email address specified in the <code>Source</code> parameter.</p>
3947
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3948
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3949
+ * policy to it that authorizes you to send from <code>user@example.com</code>, then you
3950
+ * would specify the <code>SourceArn</code> to be
3951
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3952
+ * <code>Source</code> to be <code>user@example.com</code>.</p>
3953
+ * <p>Instead of using this parameter, you can use the X-header
3954
+ * <code>X-SES-SOURCE-ARN</code> in the raw message of the email. If you use both the
3955
+ * <code>SourceArn</code> parameter and the corresponding X-header, Amazon SES uses the
3956
+ * value of the <code>SourceArn</code> parameter.</p>
3957
+ * <note>
3958
+ * <p>For information about when to use this parameter, see the description of
3959
+ * <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
3960
+ * Developer Guide</a>.</p>
3961
+ * </note>
3962
+ * @public
3963
+ */
3964
+ SourceArn?: string | undefined;
3965
+ /**
3966
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
3967
+ * that is associated with the sending authorization policy that permits you to use the
3968
+ * email address specified in the <code>ReturnPath</code> parameter.</p>
3969
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
3970
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
3971
+ * policy to it that authorizes you to use <code>feedback@example.com</code>, then you
3972
+ * would specify the <code>ReturnPathArn</code> to be
3973
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
3974
+ * <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
3975
+ * <p>Instead of using this parameter, you can use the X-header
3976
+ * <code>X-SES-RETURN-PATH-ARN</code> in the raw message of the email. If you use both
3977
+ * the <code>ReturnPathArn</code> parameter and the corresponding X-header, Amazon SES uses the
3978
+ * value of the <code>ReturnPathArn</code> parameter.</p>
3979
+ * <note>
3980
+ * <p>For information about when to use this parameter, see the description of
3981
+ * <code>SendRawEmail</code> in this guide, or see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization-delegate-sender-tasks-email.html">Amazon SES
3982
+ * Developer Guide</a>.</p>
3983
+ * </note>
3984
+ * @public
3985
+ */
3986
+ ReturnPathArn?: string | undefined;
3987
+ /**
3988
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
3989
+ * using <code>SendRawEmail</code>. Tags correspond to characteristics of the email that
3990
+ * you define, so that you can publish email sending events.</p>
3991
+ * @public
3992
+ */
3993
+ Tags?: MessageTag[] | undefined;
3994
+ /**
3995
+ * <p>The name of the configuration set to use when you send an email using
3996
+ * <code>SendRawEmail</code>.</p>
3997
+ * @public
3998
+ */
3999
+ ConfigurationSetName?: string | undefined;
4000
+ }
4001
+ /**
4002
+ * <p>Represents a unique message ID.</p>
4003
+ * @public
4004
+ */
4005
+ export interface SendRawEmailResponse {
4006
+ /**
4007
+ * <p>The unique message identifier returned from the <code>SendRawEmail</code> action.
4008
+ * </p>
4009
+ * @public
4010
+ */
4011
+ MessageId: string | undefined;
4012
+ }
4013
+ /**
4014
+ * <p>Represents a request to send a templated email using Amazon SES. For more information, see
4015
+ * the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html">Amazon SES Developer Guide</a>.</p>
4016
+ * @public
4017
+ */
4018
+ export interface SendTemplatedEmailRequest {
4019
+ /**
4020
+ * <p>The email address that is sending the email. This email address must be either
4021
+ * individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
4022
+ * For information about verifying identities, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html">Amazon SES Developer Guide</a>.</p>
4023
+ * <p>If you are sending on behalf of another user and have been permitted to do so by a
4024
+ * sending authorization policy, then you must also specify the <code>SourceArn</code>
4025
+ * parameter. For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer
4026
+ * Guide</a>.</p>
4027
+ * <note>
4028
+ * <p>Amazon SES does not support the SMTPUTF8 extension, as described in <a href="https://tools.ietf.org/html/rfc6531">RFC6531</a>. for this reason, The
4029
+ * email address string must be 7-bit ASCII. If you want to send to or from email
4030
+ * addresses that contain Unicode characters in the domain part of an address, you must
4031
+ * encode the domain using Punycode. Punycode is not permitted in the local part of the
4032
+ * email address (the part before the @ sign) nor in the "friendly from" name. If you
4033
+ * want to use Unicode characters in the "friendly from" name, you must encode the
4034
+ * "friendly from" name using MIME encoded-word syntax, as described in <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-raw.html">Sending raw email
4035
+ * using the Amazon SES API</a>. For more information about Punycode, see <a href="http://tools.ietf.org/html/rfc3492">RFC 3492</a>.</p>
4036
+ * </note>
4037
+ * @public
4038
+ */
4039
+ Source: string | undefined;
4040
+ /**
4041
+ * <p>The destination for this email, composed of To:, CC:, and BCC: fields. A Destination
4042
+ * can include up to 50 recipients across these three fields.</p>
4043
+ * @public
4044
+ */
4045
+ Destination: Destination | undefined;
4046
+ /**
4047
+ * <p>The reply-to email address(es) for the message. If the recipient replies to the
4048
+ * message, each reply-to address receives the reply.</p>
4049
+ * @public
4050
+ */
4051
+ ReplyToAddresses?: string[] | undefined;
4052
+ /**
4053
+ * <p>The email address that bounces and complaints are forwarded to when feedback
4054
+ * forwarding is enabled. If the message cannot be delivered to the recipient, then an
4055
+ * error message is returned from the recipient's ISP; this message is forwarded to the
4056
+ * email address specified by the <code>ReturnPath</code> parameter. The
4057
+ * <code>ReturnPath</code> parameter is never overwritten. This email address must be
4058
+ * either individually verified with Amazon SES, or from a domain that has been verified with
4059
+ * Amazon SES. </p>
4060
+ * @public
4061
+ */
4062
+ ReturnPath?: string | undefined;
4063
+ /**
4064
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
4065
+ * that is associated with the sending authorization policy that permits you to send for
4066
+ * the email address specified in the <code>Source</code> parameter.</p>
4067
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
4068
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
4069
+ * policy to it that authorizes you to send from <code>user@example.com</code>, then you
4070
+ * would specify the <code>SourceArn</code> to be
4071
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
4072
+ * <code>Source</code> to be <code>user@example.com</code>.</p>
4073
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
4074
+ * @public
4075
+ */
4076
+ SourceArn?: string | undefined;
4077
+ /**
4078
+ * <p>This parameter is used only for sending authorization. It is the ARN of the identity
4079
+ * that is associated with the sending authorization policy that permits you to use the
4080
+ * email address specified in the <code>ReturnPath</code> parameter.</p>
4081
+ * <p>For example, if the owner of <code>example.com</code> (which has ARN
4082
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>) attaches a
4083
+ * policy to it that authorizes you to use <code>feedback@example.com</code>, then you
4084
+ * would specify the <code>ReturnPathArn</code> to be
4085
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>, and the
4086
+ * <code>ReturnPath</code> to be <code>feedback@example.com</code>.</p>
4087
+ * <p>For more information about sending authorization, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/sending-authorization.html">Amazon SES Developer Guide</a>.</p>
4088
+ * @public
4089
+ */
4090
+ ReturnPathArn?: string | undefined;
4091
+ /**
4092
+ * <p>A list of tags, in the form of name/value pairs, to apply to an email that you send
4093
+ * using <code>SendTemplatedEmail</code>. Tags correspond to characteristics of the email
4094
+ * that you define, so that you can publish email sending events.</p>
4095
+ * @public
4096
+ */
4097
+ Tags?: MessageTag[] | undefined;
4098
+ /**
4099
+ * <p>The name of the configuration set to use when you send an email using
4100
+ * <code>SendTemplatedEmail</code>.</p>
4101
+ * @public
4102
+ */
4103
+ ConfigurationSetName?: string | undefined;
4104
+ /**
4105
+ * <p>The template to use when sending this email.</p>
4106
+ * @public
4107
+ */
4108
+ Template: string | undefined;
4109
+ /**
4110
+ * <p>The ARN of the template to use when sending this email.</p>
4111
+ * @public
4112
+ */
4113
+ TemplateArn?: string | undefined;
4114
+ /**
4115
+ * <p>A list of replacement values to apply to the template. This parameter is a JSON
4116
+ * object, typically consisting of key-value pairs in which the keys correspond to
4117
+ * replacement tags in the email template.</p>
4118
+ * @public
4119
+ */
4120
+ TemplateData: string | undefined;
4121
+ }
4122
+ /**
4123
+ * @public
4124
+ */
4125
+ export interface SendTemplatedEmailResponse {
4126
+ /**
4127
+ * <p>The unique message identifier returned from the <code>SendTemplatedEmail</code>
4128
+ * action. </p>
4129
+ * @public
4130
+ */
4131
+ MessageId: string | undefined;
4132
+ }
4133
+ /**
4134
+ * <p>Represents a request to set a receipt rule set as the active receipt rule set. You use
4135
+ * receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
4136
+ * Developer Guide</a>.</p>
4137
+ * @public
4138
+ */
4139
+ export interface SetActiveReceiptRuleSetRequest {
4140
+ /**
4141
+ * <p>The name of the receipt rule set to make active. Setting this value to null disables
4142
+ * all email receiving.</p>
4143
+ * @public
4144
+ */
4145
+ RuleSetName?: string | undefined;
4146
+ }
4147
+ /**
4148
+ * <p>An empty element returned on a successful request.</p>
4149
+ * @public
4150
+ */
4151
+ export interface SetActiveReceiptRuleSetResponse {
4152
+ }
4153
+ /**
4154
+ * <p>Represents a request to enable or disable Amazon SES Easy DKIM signing for an identity. For
4155
+ * more information about setting up Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer
4156
+ * Guide</a>.</p>
4157
+ * @public
4158
+ */
4159
+ export interface SetIdentityDkimEnabledRequest {
4160
+ /**
4161
+ * <p>The identity for which DKIM signing should be enabled or disabled.</p>
4162
+ * @public
4163
+ */
4164
+ Identity: string | undefined;
4165
+ /**
4166
+ * <p>Sets whether DKIM signing is enabled for an identity. Set to <code>true</code> to
4167
+ * enable DKIM signing for this identity; <code>false</code> to disable it. </p>
4168
+ * @public
4169
+ */
4170
+ DkimEnabled: boolean | undefined;
4171
+ }
4172
+ /**
4173
+ * <p>An empty element returned on a successful request.</p>
4174
+ * @public
4175
+ */
4176
+ export interface SetIdentityDkimEnabledResponse {
4177
+ }
4178
+ /**
4179
+ * <p>Represents a request to enable or disable whether Amazon SES forwards you bounce and
4180
+ * complaint notifications through email. For information about email feedback forwarding,
4181
+ * see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-email.html">Amazon SES
4182
+ * Developer Guide</a>.</p>
4183
+ * @public
4184
+ */
4185
+ export interface SetIdentityFeedbackForwardingEnabledRequest {
4186
+ /**
4187
+ * <p>The identity for which to set bounce and complaint notification forwarding. Examples:
4188
+ * <code>user@example.com</code>, <code>example.com</code>.</p>
4189
+ * @public
4190
+ */
4191
+ Identity: string | undefined;
4192
+ /**
4193
+ * <p>Sets whether Amazon SES forwards bounce and complaint notifications as email.
4194
+ * <code>true</code> specifies that Amazon SES forwards bounce and complaint notifications
4195
+ * as email, in addition to any Amazon SNS topic publishing otherwise specified.
4196
+ * <code>false</code> specifies that Amazon SES publishes bounce and complaint notifications
4197
+ * only through Amazon SNS. This value can only be set to <code>false</code> when Amazon SNS topics
4198
+ * are set for both <code>Bounce</code> and <code>Complaint</code> notification
4199
+ * types.</p>
4200
+ * @public
4201
+ */
4202
+ ForwardingEnabled: boolean | undefined;
4203
+ }
4204
+ /**
4205
+ * <p>An empty element returned on a successful request.</p>
4206
+ * @public
4207
+ */
4208
+ export interface SetIdentityFeedbackForwardingEnabledResponse {
4209
+ }
4210
+ /**
4211
+ * <p>Represents a request to set whether Amazon SES includes the original email headers in the
4212
+ * Amazon SNS notifications of a specified type. For information about notifications, see the
4213
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-sns.html">Amazon SES
4214
+ * Developer Guide</a>.</p>
4215
+ * @public
4216
+ */
4217
+ export interface SetIdentityHeadersInNotificationsEnabledRequest {
4218
+ /**
4219
+ * <p>The identity for which to enable or disable headers in notifications. Examples:
4220
+ * <code>user@example.com</code>, <code>example.com</code>.</p>
4221
+ * @public
4222
+ */
4223
+ Identity: string | undefined;
4224
+ /**
4225
+ * <p>The notification type for which to enable or disable headers in notifications. </p>
4226
+ * @public
4227
+ */
4228
+ NotificationType: NotificationType | undefined;
4229
+ /**
4230
+ * <p>Sets whether Amazon SES includes the original email headers in Amazon SNS notifications of the
4231
+ * specified notification type. A value of <code>true</code> specifies that Amazon SES includes
4232
+ * headers in notifications, and a value of <code>false</code> specifies that Amazon SES does
4233
+ * not include headers in notifications.</p>
4234
+ * <p>This value can only be set when <code>NotificationType</code> is already set to use a
4235
+ * particular Amazon SNS topic.</p>
4236
+ * @public
4237
+ */
4238
+ Enabled: boolean | undefined;
4239
+ }
4240
+ /**
4241
+ * <p>An empty element returned on a successful request.</p>
4242
+ * @public
4243
+ */
4244
+ export interface SetIdentityHeadersInNotificationsEnabledResponse {
4245
+ }
4246
+ /**
4247
+ * <p>Represents a request to enable or disable the Amazon SES custom MAIL FROM domain setup for
4248
+ * a verified identity. For information about using a custom MAIL FROM domain, see the
4249
+ * <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer
4250
+ * Guide</a>.</p>
4251
+ * @public
4252
+ */
4253
+ export interface SetIdentityMailFromDomainRequest {
4254
+ /**
4255
+ * <p>The verified identity.</p>
4256
+ * @public
4257
+ */
4258
+ Identity: string | undefined;
4259
+ /**
4260
+ * <p>The custom MAIL FROM domain for the verified identity to use. The MAIL FROM domain
4261
+ * must 1) be a subdomain of the verified identity, 2) not be used in a "From" address if
4262
+ * the MAIL FROM domain is the destination of email feedback forwarding (for more
4263
+ * information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/mail-from.html">Amazon SES Developer Guide</a>), and 3) not be used to receive emails. A value of
4264
+ * <code>null</code> disables the custom MAIL FROM setting for the identity.</p>
4265
+ * @public
4266
+ */
4267
+ MailFromDomain?: string | undefined;
4268
+ /**
4269
+ * <p>The action for Amazon SES to take if it cannot successfully read the required MX record
4270
+ * when you send an email. If you choose <code>UseDefaultValue</code>, Amazon SES uses
4271
+ * amazonses.com (or a subdomain of that) as the MAIL FROM domain. If you choose
4272
+ * <code>RejectMessage</code>, Amazon SES returns a <code>MailFromDomainNotVerified</code>
4273
+ * error and not send the email.</p>
4274
+ * <p>The action specified in <code>BehaviorOnMXFailure</code> is taken when the custom MAIL
4275
+ * FROM domain setup is in the <code>Pending</code>, <code>Failed</code>, and
4276
+ * <code>TemporaryFailure</code> states.</p>
4277
+ * @public
4278
+ */
4279
+ BehaviorOnMXFailure?: BehaviorOnMXFailure | undefined;
4280
+ }
4281
+ /**
4282
+ * <p>An empty element returned on a successful request.</p>
4283
+ * @public
4284
+ */
4285
+ export interface SetIdentityMailFromDomainResponse {
4286
+ }
4287
+ /**
4288
+ * <p>Represents a request to specify the Amazon SNS topic to which Amazon SES publishes bounce,
4289
+ * complaint, or delivery notifications for emails sent with that identity as the source.
4290
+ * For information about Amazon SES notifications, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity-using-notifications-sns.html">Amazon SES
4291
+ * Developer Guide</a>.</p>
4292
+ * @public
4293
+ */
4294
+ export interface SetIdentityNotificationTopicRequest {
4295
+ /**
4296
+ * <p>The identity (email address or domain) for the Amazon SNS topic.</p>
4297
+ * <important>
4298
+ * <p>You can only specify a verified identity for this parameter.</p>
4299
+ * </important>
4300
+ * <p>You can specify an identity by using its name or by using its Amazon Resource Name
4301
+ * (ARN). The following examples are all valid identities: <code>sender@example.com</code>,
4302
+ * <code>example.com</code>,
4303
+ * <code>arn:aws:ses:us-east-1:123456789012:identity/example.com</code>.</p>
4304
+ * @public
4305
+ */
4306
+ Identity: string | undefined;
4307
+ /**
4308
+ * <p>The type of notifications that are published to the specified Amazon SNS topic.</p>
4309
+ * @public
4310
+ */
4311
+ NotificationType: NotificationType | undefined;
4312
+ /**
4313
+ * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic. If the parameter is omitted from
4314
+ * the request or a null value is passed, <code>SnsTopic</code> is cleared and publishing
4315
+ * is disabled.</p>
4316
+ * @public
4317
+ */
4318
+ SnsTopic?: string | undefined;
4319
+ }
4320
+ /**
4321
+ * <p>An empty element returned on a successful request.</p>
4322
+ * @public
4323
+ */
4324
+ export interface SetIdentityNotificationTopicResponse {
4325
+ }
4326
+ /**
4327
+ * <p>Represents a request to set the position of a receipt rule in a receipt rule set. You
4328
+ * use receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES
4329
+ * Developer Guide</a>.</p>
4330
+ * @public
4331
+ */
4332
+ export interface SetReceiptRulePositionRequest {
4333
+ /**
4334
+ * <p>The name of the receipt rule set that contains the receipt rule to reposition.</p>
4335
+ * @public
4336
+ */
4337
+ RuleSetName: string | undefined;
4338
+ /**
4339
+ * <p>The name of the receipt rule to reposition.</p>
4340
+ * @public
4341
+ */
4342
+ RuleName: string | undefined;
4343
+ /**
4344
+ * <p>The name of the receipt rule after which to place the specified receipt rule.</p>
4345
+ * @public
4346
+ */
4347
+ After?: string | undefined;
4348
+ }
4349
+ /**
4350
+ * <p>An empty element returned on a successful request.</p>
4351
+ * @public
4352
+ */
4353
+ export interface SetReceiptRulePositionResponse {
4354
+ }
4355
+ /**
4356
+ * @public
4357
+ */
4358
+ export interface TestRenderTemplateRequest {
4359
+ /**
4360
+ * <p>The name of the template to render.</p>
4361
+ * @public
4362
+ */
4363
+ TemplateName: string | undefined;
4364
+ /**
4365
+ * <p>A list of replacement values to apply to the template. This parameter is a JSON
4366
+ * object, typically consisting of key-value pairs in which the keys correspond to
4367
+ * replacement tags in the email template.</p>
4368
+ * @public
4369
+ */
4370
+ TemplateData: string | undefined;
4371
+ }
4372
+ /**
4373
+ * @public
4374
+ */
4375
+ export interface TestRenderTemplateResponse {
4376
+ /**
4377
+ * <p>The complete MIME message rendered by applying the data in the TemplateData parameter
4378
+ * to the template specified in the TemplateName parameter.</p>
4379
+ * @public
4380
+ */
4381
+ RenderedTemplate?: string | undefined;
4382
+ }
4383
+ /**
4384
+ * <p>Represents a request to enable or disable the email sending capabilities for your
4385
+ * entire Amazon SES account.</p>
4386
+ * @public
4387
+ */
4388
+ export interface UpdateAccountSendingEnabledRequest {
4389
+ /**
4390
+ * <p>Describes whether email sending is enabled or disabled for your Amazon SES account in the
4391
+ * current Amazon Web Services Region.</p>
4392
+ * @public
4393
+ */
4394
+ Enabled?: boolean | undefined;
4395
+ }
4396
+ /**
4397
+ * <p>Represents a request to update the event destination of a configuration set.
4398
+ * Configuration sets enable you to publish email sending events. For information about
4399
+ * using configuration sets, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-activity.html">Amazon SES Developer
4400
+ * Guide</a>.</p>
4401
+ * @public
4402
+ */
4403
+ export interface UpdateConfigurationSetEventDestinationRequest {
4404
+ /**
4405
+ * <p>The name of the configuration set that contains the event destination.</p>
4406
+ * @public
4407
+ */
4408
+ ConfigurationSetName: string | undefined;
4409
+ /**
4410
+ * <p>The event destination object.</p>
4411
+ * @public
4412
+ */
4413
+ EventDestination: EventDestination | undefined;
4414
+ }
4415
+ /**
4416
+ * <p>An empty element returned on a successful request.</p>
4417
+ * @public
4418
+ */
4419
+ export interface UpdateConfigurationSetEventDestinationResponse {
4420
+ }
4421
+ /**
4422
+ * <p>Represents a request to modify the reputation metric publishing settings for a
4423
+ * configuration set.</p>
4424
+ * @public
4425
+ */
4426
+ export interface UpdateConfigurationSetReputationMetricsEnabledRequest {
4427
+ /**
4428
+ * <p>The name of the configuration set to update.</p>
4429
+ * @public
4430
+ */
4431
+ ConfigurationSetName: string | undefined;
4432
+ /**
4433
+ * <p>Describes whether or not Amazon SES publishes reputation metrics for the configuration set,
4434
+ * such as bounce and complaint rates, to Amazon CloudWatch.</p>
4435
+ * @public
4436
+ */
4437
+ Enabled: boolean | undefined;
4438
+ }
4439
+ /**
4440
+ * <p>Represents a request to enable or disable the email sending capabilities for a
4441
+ * specific configuration set.</p>
4442
+ * @public
4443
+ */
4444
+ export interface UpdateConfigurationSetSendingEnabledRequest {
4445
+ /**
4446
+ * <p>The name of the configuration set to update.</p>
4447
+ * @public
4448
+ */
4449
+ ConfigurationSetName: string | undefined;
4450
+ /**
4451
+ * <p>Describes whether email sending is enabled or disabled for the configuration set.
4452
+ * </p>
4453
+ * @public
4454
+ */
4455
+ Enabled: boolean | undefined;
4456
+ }
4457
+ /**
4458
+ * <p>Represents a request to update the tracking options for a configuration set. </p>
4459
+ * @public
4460
+ */
4461
+ export interface UpdateConfigurationSetTrackingOptionsRequest {
4462
+ /**
4463
+ * <p>The name of the configuration set.</p>
4464
+ * @public
4465
+ */
4466
+ ConfigurationSetName: string | undefined;
4467
+ /**
4468
+ * <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
4469
+ * domain captures open and click events generated by Amazon SES emails.</p>
4470
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html">Configuring Custom
4471
+ * Domains to Handle Open and Click Tracking</a> in the <i>Amazon SES Developer
4472
+ * Guide</i>.</p>
4473
+ * @public
4474
+ */
4475
+ TrackingOptions: TrackingOptions | undefined;
4476
+ }
4477
+ /**
4478
+ * <p>An empty element returned on a successful request.</p>
4479
+ * @public
4480
+ */
4481
+ export interface UpdateConfigurationSetTrackingOptionsResponse {
4482
+ }
4483
+ /**
4484
+ * <p>Represents a request to update an existing custom verification email template.</p>
4485
+ * @public
4486
+ */
4487
+ export interface UpdateCustomVerificationEmailTemplateRequest {
4488
+ /**
4489
+ * <p>The name of the custom verification email template to update.</p>
4490
+ * @public
4491
+ */
4492
+ TemplateName: string | undefined;
4493
+ /**
4494
+ * <p>The email address that the custom verification email is sent from.</p>
4495
+ * @public
4496
+ */
4497
+ FromEmailAddress?: string | undefined;
4498
+ /**
4499
+ * <p>The subject line of the custom verification email.</p>
4500
+ * @public
4501
+ */
4502
+ TemplateSubject?: string | undefined;
4503
+ /**
4504
+ * <p>The content of the custom verification email. The total size of the email must be less
4505
+ * than 10 MB. The message body may contain HTML, with some limitations. For more
4506
+ * information, see <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom">Custom
4507
+ * Verification Email Frequently Asked Questions</a> in the <i>Amazon SES
4508
+ * Developer Guide</i>.</p>
4509
+ * @public
4510
+ */
4511
+ TemplateContent?: string | undefined;
4512
+ /**
4513
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
4514
+ * is successfully verified.</p>
4515
+ * @public
4516
+ */
4517
+ SuccessRedirectionURL?: string | undefined;
4518
+ /**
4519
+ * <p>The URL that the recipient of the verification email is sent to if his or her address
4520
+ * is not successfully verified.</p>
4521
+ * @public
4522
+ */
4523
+ FailureRedirectionURL?: string | undefined;
4524
+ }
4525
+ /**
4526
+ * <p>Represents a request to update a receipt rule. You use receipt rules to receive email
4527
+ * with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-concepts.html">Amazon SES Developer
4528
+ * Guide</a>.</p>
4529
+ * @public
4530
+ */
4531
+ export interface UpdateReceiptRuleRequest {
4532
+ /**
4533
+ * <p>The name of the receipt rule set that the receipt rule belongs to.</p>
4534
+ * @public
4535
+ */
4536
+ RuleSetName: string | undefined;
4537
+ /**
4538
+ * <p>A data structure that contains the updated receipt rule information.</p>
4539
+ * @public
4540
+ */
4541
+ Rule: ReceiptRule | undefined;
4542
+ }
4543
+ /**
4544
+ * <p>An empty element returned on a successful request.</p>
4545
+ * @public
4546
+ */
4547
+ export interface UpdateReceiptRuleResponse {
4548
+ }
4549
+ /**
4550
+ * @public
4551
+ */
4552
+ export interface UpdateTemplateRequest {
4553
+ /**
4554
+ * <p>The content of the email, composed of a subject line and either an HTML part or a
4555
+ * text-only part.</p>
4556
+ * @public
4557
+ */
4558
+ Template: Template | undefined;
4559
+ }
4560
+ /**
4561
+ * @public
4562
+ */
4563
+ export interface UpdateTemplateResponse {
4564
+ }
4565
+ /**
4566
+ * <p>Represents a request to generate the CNAME records needed to set up Easy DKIM with
4567
+ * Amazon SES. For more information about setting up Easy DKIM, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
4568
+ * @public
4569
+ */
4570
+ export interface VerifyDomainDkimRequest {
4571
+ /**
4572
+ * <p>The name of the domain to be verified for Easy DKIM signing.</p>
4573
+ * @public
4574
+ */
4575
+ Domain: string | undefined;
4576
+ }
4577
+ /**
4578
+ * <p>Returns CNAME records that you must publish to the DNS server of your domain to set up
4579
+ * Easy DKIM with Amazon SES.</p>
4580
+ * @public
4581
+ */
4582
+ export interface VerifyDomainDkimResponse {
4583
+ /**
4584
+ * <p>A set of character strings that represent the domain's identity. If the identity is an
4585
+ * email address, the tokens represent the domain of that address.</p>
4586
+ * <p>Using these tokens, you need to create DNS CNAME records that point to DKIM public
4587
+ * keys that are hosted by Amazon SES. Amazon Web Services eventually detects that you've updated your DNS
4588
+ * records. This detection process might take up to 72 hours. After successful detection,
4589
+ * Amazon SES is able to DKIM-sign email originating from that domain. (This only applies to
4590
+ * domain identities, not email address identities.)</p>
4591
+ * <p>For more information about creating DNS records using DKIM tokens, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/send-email-authentication-dkim-easy.html">Amazon SES Developer Guide</a>.</p>
4592
+ * @public
4593
+ */
4594
+ DkimTokens: string[] | undefined;
4595
+ }
4596
+ /**
4597
+ * <p>Represents a request to begin Amazon SES domain verification and to generate the TXT
4598
+ * records that you must publish to the DNS server of your domain to complete the
4599
+ * verification. For information about domain verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-domain-procedure">Amazon SES Developer
4600
+ * Guide</a>.</p>
4601
+ * @public
4602
+ */
4603
+ export interface VerifyDomainIdentityRequest {
4604
+ /**
4605
+ * <p>The domain to be verified.</p>
4606
+ * @public
4607
+ */
4608
+ Domain: string | undefined;
4609
+ }
4610
+ /**
4611
+ * <p>Returns a TXT record that you must publish to the DNS server of your domain to
4612
+ * complete domain verification with Amazon SES.</p>
4613
+ * @public
4614
+ */
4615
+ export interface VerifyDomainIdentityResponse {
4616
+ /**
4617
+ * <p>A TXT record that you must place in the DNS settings of the domain to complete domain
4618
+ * verification with Amazon SES.</p>
4619
+ * <p>As Amazon SES searches for the TXT record, the domain's verification status is "Pending".
4620
+ * When Amazon SES detects the record, the domain's verification status changes to "Success". If
4621
+ * Amazon SES is unable to detect the record within 72 hours, the domain's verification status
4622
+ * changes to "Failed." In that case, to verify the domain, you must restart the
4623
+ * verification process from the beginning. The domain's verification status also changes
4624
+ * to "Success" when it is DKIM verified.</p>
4625
+ * @public
4626
+ */
4627
+ VerificationToken: string | undefined;
4628
+ }
4629
+ /**
4630
+ * <p>Represents a request to begin email address verification with Amazon SES. For information
4631
+ * about email address verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-email-addresses-procedure">Amazon SES
4632
+ * Developer Guide</a>.</p>
4633
+ * @public
4634
+ */
4635
+ export interface VerifyEmailAddressRequest {
4636
+ /**
4637
+ * <p>The email address to be verified.</p>
4638
+ * @public
4639
+ */
4640
+ EmailAddress: string | undefined;
4641
+ }
4642
+ /**
4643
+ * <p>Represents a request to begin email address verification with Amazon SES. For information
4644
+ * about email address verification, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/creating-identities.html#verify-email-addresses-procedure">Amazon SES
4645
+ * Developer Guide</a>.</p>
4646
+ * @public
4647
+ */
4648
+ export interface VerifyEmailIdentityRequest {
4649
+ /**
4650
+ * <p>The email address to be verified.</p>
4651
+ * @public
4652
+ */
4653
+ EmailAddress: string | undefined;
4654
+ }
4655
+ /**
4656
+ * <p>An empty element returned on a successful request.</p>
4657
+ * @public
4658
+ */
4659
+ export interface VerifyEmailIdentityResponse {
4660
+ }