prostgles-server 4.2.186 → 4.2.188

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 (5993) hide show
  1. package/.eslintignore +2 -1
  2. package/.eslintrc.json +2 -0
  3. package/dist/Auth/AuthHandler.d.ts +19 -12
  4. package/dist/Auth/AuthHandler.d.ts.map +1 -1
  5. package/dist/Auth/AuthHandler.js +94 -114
  6. package/dist/Auth/AuthHandler.js.map +1 -1
  7. package/dist/Auth/AuthTypes.d.ts +78 -68
  8. package/dist/Auth/AuthTypes.d.ts.map +1 -1
  9. package/dist/Auth/authProviders/setEmailProvider.d.ts +4 -0
  10. package/dist/Auth/authProviders/setEmailProvider.d.ts.map +1 -0
  11. package/dist/Auth/authProviders/setEmailProvider.js +27 -0
  12. package/dist/Auth/authProviders/setEmailProvider.js.map +1 -0
  13. package/dist/Auth/authProviders/setOAuthProviders.d.ts +5 -0
  14. package/dist/Auth/authProviders/setOAuthProviders.d.ts.map +1 -0
  15. package/dist/Auth/authProviders/setOAuthProviders.js +78 -0
  16. package/dist/Auth/authProviders/setOAuthProviders.js.map +1 -0
  17. package/dist/Auth/endpoints/getConfirmEmailRequestHandler.d.ts +7 -0
  18. package/dist/Auth/endpoints/getConfirmEmailRequestHandler.d.ts.map +1 -0
  19. package/dist/Auth/endpoints/getConfirmEmailRequestHandler.js +29 -0
  20. package/dist/Auth/endpoints/getConfirmEmailRequestHandler.js.map +1 -0
  21. package/dist/Auth/endpoints/getRegisterRequestHandler.d.ts +7 -0
  22. package/dist/Auth/endpoints/getRegisterRequestHandler.d.ts.map +1 -0
  23. package/dist/Auth/endpoints/getRegisterRequestHandler.js +74 -0
  24. package/dist/Auth/endpoints/getRegisterRequestHandler.js.map +1 -0
  25. package/dist/Auth/setAuthProviders.d.ts.map +1 -1
  26. package/dist/Auth/setAuthProviders.js +4 -74
  27. package/dist/Auth/setAuthProviders.js.map +1 -1
  28. package/dist/Auth/setupAuthRoutes.d.ts.map +1 -1
  29. package/dist/Auth/setupAuthRoutes.js +23 -33
  30. package/dist/Auth/setupAuthRoutes.js.map +1 -1
  31. package/dist/Auth/utils/checkDmarc.d.ts +2 -0
  32. package/dist/Auth/utils/checkDmarc.d.ts.map +1 -0
  33. package/dist/Auth/utils/checkDmarc.js +22 -0
  34. package/dist/Auth/utils/checkDmarc.js.map +1 -0
  35. package/dist/Auth/utils/getClientRequestIPsInfo.d.ts +3 -0
  36. package/dist/Auth/utils/getClientRequestIPsInfo.d.ts.map +1 -0
  37. package/dist/Auth/utils/getClientRequestIPsInfo.js +29 -0
  38. package/dist/Auth/utils/getClientRequestIPsInfo.js.map +1 -0
  39. package/dist/Auth/utils/getReturnUrl.d.ts +3 -0
  40. package/dist/Auth/utils/getReturnUrl.d.ts.map +1 -0
  41. package/dist/Auth/utils/getReturnUrl.js +15 -0
  42. package/dist/Auth/utils/getReturnUrl.js.map +1 -0
  43. package/dist/Auth/utils/getSafeReturnURL.d.ts.map +1 -0
  44. package/dist/Auth/utils/getSafeReturnURL.js.map +1 -0
  45. package/dist/DBEventsManager.d.ts.map +1 -1
  46. package/dist/DBEventsManager.js +4 -5
  47. package/dist/DBEventsManager.js.map +1 -1
  48. package/dist/DBSchemaBuilder.js +1 -1
  49. package/dist/DBSchemaBuilder.js.map +1 -1
  50. package/dist/DboBuilder/DboBuilder.d.ts +0 -1
  51. package/dist/DboBuilder/DboBuilder.d.ts.map +1 -1
  52. package/dist/DboBuilder/DboBuilder.js +3 -12
  53. package/dist/DboBuilder/DboBuilder.js.map +1 -1
  54. package/dist/DboBuilder/DboBuilderTypes.d.ts +4 -4
  55. package/dist/DboBuilder/DboBuilderTypes.d.ts.map +1 -1
  56. package/dist/DboBuilder/DboBuilderTypes.js.map +1 -1
  57. package/dist/DboBuilder/QueryBuilder/Functions.d.ts.map +1 -1
  58. package/dist/DboBuilder/QueryBuilder/Functions.js +38 -76
  59. package/dist/DboBuilder/QueryBuilder/Functions.js.map +1 -1
  60. package/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts.map +1 -1
  61. package/dist/DboBuilder/QueryBuilder/QueryBuilder.js +4 -12
  62. package/dist/DboBuilder/QueryBuilder/QueryBuilder.js.map +1 -1
  63. package/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts.map +1 -1
  64. package/dist/DboBuilder/QueryBuilder/getNewQuery.js +23 -33
  65. package/dist/DboBuilder/QueryBuilder/getNewQuery.js.map +1 -1
  66. package/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts +1 -1
  67. package/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts.map +1 -1
  68. package/dist/DboBuilder/QueryBuilder/getSelectQuery.js +6 -6
  69. package/dist/DboBuilder/QueryBuilder/getSelectQuery.js.map +1 -1
  70. package/dist/DboBuilder/QueryStreamer.d.ts.map +1 -1
  71. package/dist/DboBuilder/QueryStreamer.js +13 -19
  72. package/dist/DboBuilder/QueryStreamer.js.map +1 -1
  73. package/dist/DboBuilder/TableHandler/DataValidator.d.ts +1 -1
  74. package/dist/DboBuilder/TableHandler/DataValidator.d.ts.map +1 -1
  75. package/dist/DboBuilder/TableHandler/DataValidator.js +7 -16
  76. package/dist/DboBuilder/TableHandler/DataValidator.js.map +1 -1
  77. package/dist/DboBuilder/TableHandler/TableHandler.d.ts.map +1 -1
  78. package/dist/DboBuilder/TableHandler/TableHandler.js +7 -5
  79. package/dist/DboBuilder/TableHandler/TableHandler.js.map +1 -1
  80. package/dist/DboBuilder/TableHandler/delete.d.ts.map +1 -1
  81. package/dist/DboBuilder/TableHandler/delete.js +5 -8
  82. package/dist/DboBuilder/TableHandler/delete.js.map +1 -1
  83. package/dist/DboBuilder/TableHandler/insert.d.ts.map +1 -1
  84. package/dist/DboBuilder/TableHandler/insert.js +10 -15
  85. package/dist/DboBuilder/TableHandler/insert.js.map +1 -1
  86. package/dist/DboBuilder/TableHandler/insertTest.js +1 -1
  87. package/dist/DboBuilder/TableHandler/insertTest.js.map +1 -1
  88. package/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts.map +1 -1
  89. package/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js +1 -1
  90. package/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js.map +1 -1
  91. package/dist/DboBuilder/TableHandler/update.d.ts.map +1 -1
  92. package/dist/DboBuilder/TableHandler/update.js +5 -9
  93. package/dist/DboBuilder/TableHandler/update.js.map +1 -1
  94. package/dist/DboBuilder/TableHandler/updateFile.d.ts +1 -1
  95. package/dist/DboBuilder/TableHandler/updateFile.d.ts.map +1 -1
  96. package/dist/DboBuilder/TableHandler/updateFile.js +7 -9
  97. package/dist/DboBuilder/TableHandler/updateFile.js.map +1 -1
  98. package/dist/DboBuilder/TableHandler/upsert.d.ts.map +1 -1
  99. package/dist/DboBuilder/TableHandler/upsert.js +1 -1
  100. package/dist/DboBuilder/TableHandler/upsert.js.map +1 -1
  101. package/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +1 -1
  102. package/dist/DboBuilder/ViewHandler/ViewHandler.js +11 -13
  103. package/dist/DboBuilder/ViewHandler/ViewHandler.js.map +1 -1
  104. package/dist/DboBuilder/ViewHandler/count.js +1 -1
  105. package/dist/DboBuilder/ViewHandler/count.js.map +1 -1
  106. package/dist/DboBuilder/ViewHandler/find.d.ts.map +1 -1
  107. package/dist/DboBuilder/ViewHandler/find.js +20 -27
  108. package/dist/DboBuilder/ViewHandler/find.js.map +1 -1
  109. package/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts.map +1 -1
  110. package/dist/DboBuilder/ViewHandler/getExistsCondition.js +4 -10
  111. package/dist/DboBuilder/ViewHandler/getExistsCondition.js.map +1 -1
  112. package/dist/DboBuilder/ViewHandler/getInfo.js +2 -2
  113. package/dist/DboBuilder/ViewHandler/getInfo.js.map +1 -1
  114. package/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts.map +1 -1
  115. package/dist/DboBuilder/ViewHandler/getTableJoinQuery.js +6 -22
  116. package/dist/DboBuilder/ViewHandler/getTableJoinQuery.js.map +1 -1
  117. package/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts.map +1 -1
  118. package/dist/DboBuilder/ViewHandler/parseFieldFilter.js +6 -10
  119. package/dist/DboBuilder/ViewHandler/parseFieldFilter.js.map +1 -1
  120. package/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts.map +1 -1
  121. package/dist/DboBuilder/ViewHandler/parseJoinPath.js +8 -11
  122. package/dist/DboBuilder/ViewHandler/parseJoinPath.js.map +1 -1
  123. package/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts.map +1 -1
  124. package/dist/DboBuilder/ViewHandler/prepareSortItems.js +7 -12
  125. package/dist/DboBuilder/ViewHandler/prepareSortItems.js.map +1 -1
  126. package/dist/DboBuilder/ViewHandler/prepareWhere.d.ts.map +1 -1
  127. package/dist/DboBuilder/ViewHandler/prepareWhere.js +6 -10
  128. package/dist/DboBuilder/ViewHandler/prepareWhere.js.map +1 -1
  129. package/dist/DboBuilder/dboBuilderUtils.d.ts.map +1 -1
  130. package/dist/DboBuilder/dboBuilderUtils.js +8 -23
  131. package/dist/DboBuilder/dboBuilderUtils.js.map +1 -1
  132. package/dist/DboBuilder/getColumns.d.ts.map +1 -1
  133. package/dist/DboBuilder/getColumns.js +19 -26
  134. package/dist/DboBuilder/getColumns.js.map +1 -1
  135. package/dist/DboBuilder/getCondition.d.ts.map +1 -1
  136. package/dist/DboBuilder/getCondition.js +7 -9
  137. package/dist/DboBuilder/getCondition.js.map +1 -1
  138. package/dist/DboBuilder/getSubscribeRelatedTables.js +2 -2
  139. package/dist/DboBuilder/getSubscribeRelatedTables.js.map +1 -1
  140. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts.map +1 -1
  141. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.js +14 -15
  142. package/dist/DboBuilder/getTablesForSchemaPostgresSQL.js.map +1 -1
  143. package/dist/DboBuilder/insertNestedRecords.d.ts.map +1 -1
  144. package/dist/DboBuilder/insertNestedRecords.js +26 -40
  145. package/dist/DboBuilder/insertNestedRecords.js.map +1 -1
  146. package/dist/DboBuilder/parseUpdateRules.js +1 -1
  147. package/dist/DboBuilder/parseUpdateRules.js.map +1 -1
  148. package/dist/DboBuilder/prepareShortestJoinPaths.d.ts.map +1 -1
  149. package/dist/DboBuilder/prepareShortestJoinPaths.js +12 -18
  150. package/dist/DboBuilder/prepareShortestJoinPaths.js.map +1 -1
  151. package/dist/DboBuilder/runSQL.d.ts +1 -1
  152. package/dist/DboBuilder/runSQL.d.ts.map +1 -1
  153. package/dist/DboBuilder/runSQL.js +14 -27
  154. package/dist/DboBuilder/runSQL.js.map +1 -1
  155. package/dist/DboBuilder/uploadFile.d.ts +1 -1
  156. package/dist/DboBuilder/uploadFile.d.ts.map +1 -1
  157. package/dist/DboBuilder/uploadFile.js +4 -11
  158. package/dist/DboBuilder/uploadFile.js.map +1 -1
  159. package/dist/FileManager/FileManager.d.ts.map +1 -1
  160. package/dist/FileManager/FileManager.js +11 -13
  161. package/dist/FileManager/FileManager.js.map +1 -1
  162. package/dist/FileManager/initFileManager.d.ts.map +1 -1
  163. package/dist/FileManager/initFileManager.js +60 -62
  164. package/dist/FileManager/initFileManager.js.map +1 -1
  165. package/dist/FileManager/uploadStream.js +2 -2
  166. package/dist/FileManager/uploadStream.js.map +1 -1
  167. package/dist/Filtering.d.ts +1 -1
  168. package/dist/Filtering.d.ts.map +1 -1
  169. package/dist/Filtering.js +12 -35
  170. package/dist/Filtering.js.map +1 -1
  171. package/dist/JSONBValidation/validation.d.ts.map +1 -1
  172. package/dist/JSONBValidation/validation.js +20 -26
  173. package/dist/JSONBValidation/validation.js.map +1 -1
  174. package/dist/Logging.d.ts +1 -0
  175. package/dist/Logging.d.ts.map +1 -1
  176. package/dist/PostgresNotifListenManager.d.ts.map +1 -1
  177. package/dist/PostgresNotifListenManager.js +1 -5
  178. package/dist/PostgresNotifListenManager.js.map +1 -1
  179. package/dist/Prostgles.d.ts +1 -1
  180. package/dist/Prostgles.d.ts.map +1 -1
  181. package/dist/Prostgles.js +18 -33
  182. package/dist/Prostgles.js.map +1 -1
  183. package/dist/PubSubManager/PubSubManager.d.ts.map +1 -1
  184. package/dist/PubSubManager/PubSubManager.js +8 -13
  185. package/dist/PubSubManager/PubSubManager.js.map +1 -1
  186. package/dist/PubSubManager/addSub.d.ts.map +1 -1
  187. package/dist/PubSubManager/addSub.js +1 -1
  188. package/dist/PubSubManager/addSub.js.map +1 -1
  189. package/dist/PubSubManager/addSync.d.ts.map +1 -1
  190. package/dist/PubSubManager/addSync.js +4 -7
  191. package/dist/PubSubManager/addSync.js.map +1 -1
  192. package/dist/PubSubManager/getCreatePubSubManagerError.js +6 -6
  193. package/dist/PubSubManager/getCreatePubSubManagerError.js.map +1 -1
  194. package/dist/PubSubManager/initPubSubManager.d.ts.map +1 -1
  195. package/dist/PubSubManager/initPubSubManager.js +2 -3
  196. package/dist/PubSubManager/initPubSubManager.js.map +1 -1
  197. package/dist/PubSubManager/pushSubData.d.ts.map +1 -1
  198. package/dist/PubSubManager/pushSubData.js +0 -2
  199. package/dist/PubSubManager/pushSubData.js.map +1 -1
  200. package/dist/PublishParser/PublishParser.d.ts.map +1 -1
  201. package/dist/PublishParser/PublishParser.js +8 -13
  202. package/dist/PublishParser/PublishParser.js.map +1 -1
  203. package/dist/PublishParser/getFileTableRules.js +1 -1
  204. package/dist/PublishParser/getFileTableRules.js.map +1 -1
  205. package/dist/PublishParser/getSchemaFromPublish.d.ts.map +1 -1
  206. package/dist/PublishParser/getSchemaFromPublish.js +6 -13
  207. package/dist/PublishParser/getSchemaFromPublish.js.map +1 -1
  208. package/dist/PublishParser/getTableRulesWithoutFileTable.d.ts.map +1 -1
  209. package/dist/PublishParser/getTableRulesWithoutFileTable.js +14 -19
  210. package/dist/PublishParser/getTableRulesWithoutFileTable.js.map +1 -1
  211. package/dist/RestApi.d.ts +1 -1
  212. package/dist/RestApi.d.ts.map +1 -1
  213. package/dist/RestApi.js +2 -2
  214. package/dist/RestApi.js.map +1 -1
  215. package/dist/SchemaWatch/SchemaWatch.d.ts.map +1 -1
  216. package/dist/SchemaWatch/SchemaWatch.js +2 -2
  217. package/dist/SchemaWatch/SchemaWatch.js.map +1 -1
  218. package/dist/SyncReplication.d.ts.map +1 -1
  219. package/dist/SyncReplication.js +31 -41
  220. package/dist/SyncReplication.js.map +1 -1
  221. package/dist/TableConfig/TableConfig.d.ts.map +1 -1
  222. package/dist/TableConfig/TableConfig.js +7 -9
  223. package/dist/TableConfig/TableConfig.js.map +1 -1
  224. package/dist/TableConfig/getConstraintDefinitionQueries.d.ts.map +1 -1
  225. package/dist/TableConfig/getConstraintDefinitionQueries.js +1 -6
  226. package/dist/TableConfig/getConstraintDefinitionQueries.js.map +1 -1
  227. package/dist/TableConfig/getFutureTableSchema.d.ts.map +1 -1
  228. package/dist/TableConfig/getFutureTableSchema.js +16 -28
  229. package/dist/TableConfig/getFutureTableSchema.js.map +1 -1
  230. package/dist/TableConfig/getTableColumnQueries.d.ts.map +1 -1
  231. package/dist/TableConfig/getTableColumnQueries.js +5 -9
  232. package/dist/TableConfig/getTableColumnQueries.js.map +1 -1
  233. package/dist/TableConfig/initTableConfig.d.ts.map +1 -1
  234. package/dist/TableConfig/initTableConfig.js +22 -25
  235. package/dist/TableConfig/initTableConfig.js.map +1 -1
  236. package/dist/initProstgles.js +1 -1
  237. package/dist/initProstgles.js.map +1 -1
  238. package/dist/onSocketConnected.d.ts.map +1 -1
  239. package/dist/onSocketConnected.js +2 -4
  240. package/dist/onSocketConnected.js.map +1 -1
  241. package/dist/runClientRequest.d.ts.map +1 -1
  242. package/dist/runClientRequest.js +14 -13
  243. package/dist/runClientRequest.js.map +1 -1
  244. package/lib/Auth/AuthHandler.ts +118 -132
  245. package/lib/Auth/AuthTypes.ts +102 -77
  246. package/lib/Auth/authProviders/setEmailProvider.ts +29 -0
  247. package/lib/Auth/authProviders/setOAuthProviders.ts +97 -0
  248. package/lib/Auth/endpoints/getConfirmEmailRequestHandler.ts +39 -0
  249. package/lib/Auth/endpoints/getRegisterRequestHandler.ts +83 -0
  250. package/lib/Auth/setAuthProviders.ts +8 -111
  251. package/lib/Auth/setupAuthRoutes.ts +105 -148
  252. package/lib/Auth/utils/checkDmarc.ts +19 -0
  253. package/lib/Auth/utils/getClientRequestIPsInfo.ts +25 -0
  254. package/lib/Auth/utils/getReturnUrl.ts +13 -0
  255. package/lib/DBEventsManager.ts +12 -26
  256. package/lib/DBSchemaBuilder.ts +1 -1
  257. package/lib/DboBuilder/DboBuilder.ts +23 -52
  258. package/lib/DboBuilder/DboBuilderTypes.ts +9 -23
  259. package/lib/DboBuilder/QueryBuilder/Functions.ts +86 -188
  260. package/lib/DboBuilder/QueryBuilder/QueryBuilder.ts +11 -36
  261. package/lib/DboBuilder/QueryBuilder/getNewQuery.ts +102 -129
  262. package/lib/DboBuilder/QueryBuilder/getSelectQuery.ts +14 -27
  263. package/lib/DboBuilder/QueryStreamer.ts +26 -57
  264. package/lib/DboBuilder/TableHandler/DataValidator.ts +58 -90
  265. package/lib/DboBuilder/TableHandler/TableHandler.ts +19 -45
  266. package/lib/DboBuilder/TableHandler/delete.ts +9 -18
  267. package/lib/DboBuilder/TableHandler/insert.ts +18 -31
  268. package/lib/DboBuilder/TableHandler/insertTest.ts +1 -1
  269. package/lib/DboBuilder/TableHandler/runInsertUpdateQuery.ts +8 -19
  270. package/lib/DboBuilder/TableHandler/update.ts +17 -46
  271. package/lib/DboBuilder/TableHandler/updateFile.ts +18 -21
  272. package/lib/DboBuilder/TableHandler/upsert.ts +7 -24
  273. package/lib/DboBuilder/ViewHandler/ViewHandler.ts +13 -15
  274. package/lib/DboBuilder/ViewHandler/count.ts +1 -1
  275. package/lib/DboBuilder/ViewHandler/find.ts +28 -35
  276. package/lib/DboBuilder/ViewHandler/getExistsCondition.ts +8 -30
  277. package/lib/DboBuilder/ViewHandler/getInfo.ts +2 -2
  278. package/lib/DboBuilder/ViewHandler/getTableJoinQuery.ts +16 -32
  279. package/lib/DboBuilder/ViewHandler/parseFieldFilter.ts +9 -16
  280. package/lib/DboBuilder/ViewHandler/parseJoinPath.ts +26 -44
  281. package/lib/DboBuilder/ViewHandler/prepareSortItems.ts +58 -82
  282. package/lib/DboBuilder/ViewHandler/prepareWhere.ts +14 -27
  283. package/lib/DboBuilder/dboBuilderUtils.ts +19 -46
  284. package/lib/DboBuilder/getColumns.ts +24 -46
  285. package/lib/DboBuilder/getCondition.ts +18 -30
  286. package/lib/DboBuilder/getSubscribeRelatedTables.ts +2 -2
  287. package/lib/DboBuilder/getTablesForSchemaPostgresSQL.ts +44 -62
  288. package/lib/DboBuilder/insertNestedRecords.ts +67 -135
  289. package/lib/DboBuilder/parseUpdateRules.ts +1 -1
  290. package/lib/DboBuilder/prepareShortestJoinPaths.ts +23 -58
  291. package/lib/DboBuilder/runSQL.ts +41 -76
  292. package/lib/DboBuilder/uploadFile.ts +26 -37
  293. package/lib/FileManager/FileManager.ts +27 -58
  294. package/lib/FileManager/initFileManager.ts +68 -76
  295. package/lib/FileManager/uploadStream.ts +2 -2
  296. package/lib/Filtering.ts +30 -87
  297. package/lib/JSONBValidation/validation.ts +36 -75
  298. package/lib/Logging.ts +1 -1
  299. package/lib/PostgresNotifListenManager.ts +11 -35
  300. package/lib/Prostgles.ts +42 -100
  301. package/lib/PubSubManager/PubSubManager.ts +30 -66
  302. package/lib/PubSubManager/addSub.ts +11 -18
  303. package/lib/PubSubManager/addSync.ts +5 -12
  304. package/lib/PubSubManager/getCreatePubSubManagerError.ts +9 -9
  305. package/lib/PubSubManager/initPubSubManager.ts +7 -13
  306. package/lib/PubSubManager/pushSubData.ts +1 -7
  307. package/lib/PublishParser/PublishParser.ts +8 -12
  308. package/lib/PublishParser/getFileTableRules.ts +1 -1
  309. package/lib/PublishParser/getSchemaFromPublish.ts +26 -42
  310. package/lib/PublishParser/getTableRulesWithoutFileTable.ts +22 -37
  311. package/lib/RestApi.ts +4 -12
  312. package/lib/SchemaWatch/SchemaWatch.ts +11 -24
  313. package/lib/SyncReplication.ts +96 -190
  314. package/lib/TableConfig/TableConfig.ts +16 -38
  315. package/lib/TableConfig/getConstraintDefinitionQueries.ts +2 -8
  316. package/lib/TableConfig/getFutureTableSchema.ts +20 -34
  317. package/lib/TableConfig/getTableColumnQueries.ts +13 -35
  318. package/lib/TableConfig/initTableConfig.ts +40 -64
  319. package/lib/initProstgles.ts +1 -1
  320. package/lib/onSocketConnected.ts +8 -12
  321. package/lib/runClientRequest.ts +31 -54
  322. package/package.json +2 -2
  323. package/.vscode/settings.json +0 -12
  324. package/dist/Auth/getSafeReturnURL.d.ts.map +0 -1
  325. package/dist/Auth/getSafeReturnURL.js.map +0 -1
  326. package/dist/Auth/setEmailProvider.d.ts +0 -4
  327. package/dist/Auth/setEmailProvider.d.ts.map +0 -1
  328. package/dist/Auth/setEmailProvider.js +0 -125
  329. package/dist/Auth/setEmailProvider.js.map +0 -1
  330. package/dist/DboBuilder/runTransaction.d.ts +0 -9
  331. package/dist/DboBuilder/runTransaction.d.ts.map +0 -1
  332. package/dist/DboBuilder/runTransaction.js +0 -49
  333. package/dist/DboBuilder/runTransaction.js.map +0 -1
  334. package/examples/full-example-typescript/DBoGenerated.d.ts +0 -132
  335. package/examples/full-example-typescript/DBoGenerated.d.ts.map +0 -1
  336. package/examples/full-example-typescript/DBoGenerated.js +0 -6
  337. package/examples/full-example-typescript/DBoGenerated.js.map +0 -1
  338. package/examples/full-example-typescript/DBoGenerated.ts +0 -1
  339. package/examples/full-example-typescript/home.html +0 -32
  340. package/examples/full-example-typescript/index.d.ts +0 -2
  341. package/examples/full-example-typescript/index.d.ts.map +0 -1
  342. package/examples/full-example-typescript/index.js +0 -93
  343. package/examples/full-example-typescript/index.js.map +0 -1
  344. package/examples/full-example-typescript/index.ts +0 -50
  345. package/examples/full-example-typescript/init.sql +0 -17
  346. package/examples/full-example-typescript/node_modules/.package-lock.json +0 -3122
  347. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -118
  348. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
  349. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
  350. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +0 -10
  351. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +0 -43
  352. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +0 -1
  353. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +0 -8
  354. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +0 -30
  355. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +0 -1
  356. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +0 -2
  357. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.js +0 -8
  358. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +0 -1
  359. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +0 -2
  360. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +0 -11
  361. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +0 -1
  362. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +0 -10
  363. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +0 -56
  364. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +0 -1
  365. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +0 -10
  366. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +0 -40
  367. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +0 -1
  368. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +0 -8
  369. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +0 -27
  370. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +0 -1
  371. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +0 -2
  372. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.js +0 -3
  373. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +0 -1
  374. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +0 -2
  375. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +0 -7
  376. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +0 -1
  377. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +0 -10
  378. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +0 -53
  379. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +0 -1
  380. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  381. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +0 -10
  382. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  383. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  384. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  385. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  386. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +0 -60
  387. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  388. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +0 -10
  389. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  390. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  391. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  392. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  393. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +0 -61
  394. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +0 -201
  395. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +0 -4
  396. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  397. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  398. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  399. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  400. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  401. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  402. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  403. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  404. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  405. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  406. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  407. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  408. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  409. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  410. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  411. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  412. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  413. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  414. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  415. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  416. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  417. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  418. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  419. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  420. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  421. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
  422. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
  423. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -30
  424. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -2
  425. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
  426. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
  427. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -10
  428. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +0 -7
  429. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -106
  430. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
  431. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/README.md +0 -29
  432. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +0 -17
  433. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +0 -124
  434. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +0 -1
  435. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +0 -20
  436. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.js +0 -98
  437. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +0 -1
  438. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +0 -1
  439. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.js +0 -5
  440. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +0 -1
  441. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +0 -12
  442. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +0 -85
  443. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +0 -1
  444. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +0 -5
  445. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +0 -322
  446. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +0 -1
  447. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +0 -17
  448. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +0 -121
  449. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +0 -1
  450. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +0 -20
  451. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.js +0 -95
  452. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +0 -1
  453. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +0 -1
  454. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.js +0 -2
  455. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +0 -1
  456. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +0 -12
  457. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +0 -82
  458. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +0 -1
  459. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +0 -5
  460. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +0 -319
  461. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +0 -1
  462. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/package.json +0 -32
  463. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
  464. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
  465. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
  466. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
  467. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
  468. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -10
  469. package/examples/full-example-typescript/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +0 -7
  470. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -66
  471. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
  472. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
  473. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +0 -1
  474. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +0 -5
  475. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +0 -1
  476. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +0 -4
  477. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +0 -69
  478. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +0 -1
  479. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +0 -1
  480. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +0 -2
  481. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +0 -1
  482. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +0 -4
  483. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +0 -62
  484. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +0 -1
  485. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -28
  486. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
  487. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
  488. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -10
  489. package/examples/full-example-typescript/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +0 -7
  490. package/examples/full-example-typescript/node_modules/@aws-crypto/util/CHANGELOG.md +0 -71
  491. package/examples/full-example-typescript/node_modules/@aws-crypto/util/LICENSE +0 -201
  492. package/examples/full-example-typescript/node_modules/@aws-crypto/util/README.md +0 -16
  493. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +0 -2
  494. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +0 -24
  495. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +0 -1
  496. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.d.ts +0 -4
  497. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.js +0 -14
  498. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/index.js.map +0 -1
  499. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +0 -2
  500. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.js +0 -13
  501. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +0 -1
  502. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +0 -1
  503. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.js +0 -15
  504. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +0 -1
  505. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +0 -1
  506. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +0 -20
  507. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +0 -1
  508. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +0 -2
  509. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +0 -20
  510. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +0 -1
  511. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.d.ts +0 -4
  512. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.js +0 -7
  513. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/index.js.map +0 -1
  514. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +0 -2
  515. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.js +0 -9
  516. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +0 -1
  517. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +0 -1
  518. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.js +0 -11
  519. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +0 -1
  520. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +0 -1
  521. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +0 -16
  522. package/examples/full-example-typescript/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +0 -1
  523. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  524. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +0 -10
  525. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  526. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  527. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  528. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  529. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +0 -60
  530. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  531. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +0 -10
  532. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  533. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  534. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  535. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  536. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +0 -61
  537. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +0 -201
  538. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +0 -4
  539. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  540. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  541. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  542. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  543. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  544. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  545. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  546. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  547. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  548. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  549. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  550. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  551. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  552. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  553. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  554. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  555. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  556. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  557. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  558. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  559. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  560. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  561. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  562. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  563. package/examples/full-example-typescript/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  564. package/examples/full-example-typescript/node_modules/@aws-crypto/util/package.json +0 -32
  565. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
  566. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/index.ts +0 -7
  567. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
  568. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
  569. package/examples/full-example-typescript/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
  570. package/examples/full-example-typescript/node_modules/@aws-crypto/util/tsconfig.json +0 -9
  571. package/examples/full-example-typescript/node_modules/@aws-crypto/util/tsconfig.module.json +0 -7
  572. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/LICENSE +0 -201
  573. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/README.md +0 -807
  574. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/auth/httpAuthSchemeProvider.js +0 -47
  575. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/endpoint/endpointResolver.js +0 -18
  576. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/endpoint/ruleset.js +0 -7
  577. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/index.js +0 -7578
  578. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.browser.js +0 -39
  579. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.js +0 -50
  580. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.native.js +0 -15
  581. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-cjs/runtimeConfig.shared.js +0 -34
  582. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/SES.js +0 -149
  583. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/SESClient.js +0 -46
  584. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  585. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/auth/httpAuthSchemeProvider.js +0 -41
  586. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CloneReceiptRuleSetCommand.js +0 -22
  587. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetCommand.js +0 -22
  588. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +0 -22
  589. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +0 -22
  590. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +0 -22
  591. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptFilterCommand.js +0 -22
  592. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptRuleCommand.js +0 -22
  593. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateReceiptRuleSetCommand.js +0 -22
  594. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/CreateTemplateCommand.js +0 -22
  595. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetCommand.js +0 -22
  596. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +0 -22
  597. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +0 -22
  598. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +0 -22
  599. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteIdentityCommand.js +0 -22
  600. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteIdentityPolicyCommand.js +0 -22
  601. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptFilterCommand.js +0 -22
  602. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptRuleCommand.js +0 -22
  603. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteReceiptRuleSetCommand.js +0 -22
  604. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteTemplateCommand.js +0 -22
  605. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +0 -22
  606. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +0 -22
  607. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeConfigurationSetCommand.js +0 -22
  608. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeReceiptRuleCommand.js +0 -22
  609. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/DescribeReceiptRuleSetCommand.js +0 -22
  610. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetAccountSendingEnabledCommand.js +0 -22
  611. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +0 -22
  612. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityDkimAttributesCommand.js +0 -22
  613. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +0 -22
  614. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityNotificationAttributesCommand.js +0 -22
  615. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityPoliciesCommand.js +0 -22
  616. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetIdentityVerificationAttributesCommand.js +0 -22
  617. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetSendQuotaCommand.js +0 -22
  618. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetSendStatisticsCommand.js +0 -22
  619. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/GetTemplateCommand.js +0 -22
  620. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListConfigurationSetsCommand.js +0 -22
  621. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +0 -22
  622. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListIdentitiesCommand.js +0 -22
  623. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListIdentityPoliciesCommand.js +0 -22
  624. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListReceiptFiltersCommand.js +0 -22
  625. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListReceiptRuleSetsCommand.js +0 -22
  626. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListTemplatesCommand.js +0 -22
  627. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ListVerifiedEmailAddressesCommand.js +0 -22
  628. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +0 -22
  629. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/PutIdentityPolicyCommand.js +0 -22
  630. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/ReorderReceiptRuleSetCommand.js +0 -22
  631. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendBounceCommand.js +0 -22
  632. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendBulkTemplatedEmailCommand.js +0 -22
  633. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendCustomVerificationEmailCommand.js +0 -22
  634. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendEmailCommand.js +0 -22
  635. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendRawEmailCommand.js +0 -22
  636. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SendTemplatedEmailCommand.js +0 -22
  637. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetActiveReceiptRuleSetCommand.js +0 -22
  638. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityDkimEnabledCommand.js +0 -22
  639. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +0 -22
  640. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +0 -22
  641. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityMailFromDomainCommand.js +0 -22
  642. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetIdentityNotificationTopicCommand.js +0 -22
  643. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/SetReceiptRulePositionCommand.js +0 -22
  644. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/TestRenderTemplateCommand.js +0 -22
  645. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateAccountSendingEnabledCommand.js +0 -22
  646. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +0 -22
  647. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +0 -22
  648. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +0 -22
  649. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +0 -22
  650. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +0 -22
  651. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateReceiptRuleCommand.js +0 -22
  652. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/UpdateTemplateCommand.js +0 -22
  653. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyDomainDkimCommand.js +0 -22
  654. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyDomainIdentityCommand.js +0 -22
  655. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyEmailAddressCommand.js +0 -22
  656. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/VerifyEmailIdentityCommand.js +0 -22
  657. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/commands/index.js +0 -71
  658. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/EndpointParameters.js +0 -14
  659. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/endpointResolver.js +0 -14
  660. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/endpoint/ruleset.js +0 -4
  661. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/extensionConfiguration.js +0 -1
  662. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/index.js +0 -7
  663. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/SESServiceException.js +0 -8
  664. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/index.js +0 -1
  665. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/models/models_0.js +0 -535
  666. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/Interfaces.js +0 -1
  667. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +0 -4
  668. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/ListIdentitiesPaginator.js +0 -4
  669. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/pagination/index.js +0 -3
  670. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/protocols/Aws_query.js +0 -5325
  671. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.browser.js +0 -34
  672. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.js +0 -45
  673. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.native.js +0 -11
  674. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeConfig.shared.js +0 -30
  675. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/runtimeExtensions.js +0 -21
  676. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/waiters/index.js +0 -1
  677. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-es/waiters/waitForIdentityExists.js +0 -38
  678. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/SES.d.ts +0 -553
  679. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/SESClient.d.ts +0 -273
  680. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  681. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  682. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CloneReceiptRuleSetCommand.d.ts +0 -97
  683. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetCommand.d.ts +0 -88
  684. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -125
  685. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +0 -96
  686. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +0 -94
  687. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptFilterCommand.d.ts +0 -103
  688. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleCommand.d.ts +0 -183
  689. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateReceiptRuleSetCommand.d.ts +0 -90
  690. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/CreateTemplateCommand.d.ts +0 -89
  691. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetCommand.d.ts +0 -75
  692. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -80
  693. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +0 -84
  694. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +0 -73
  695. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityCommand.d.ts +0 -82
  696. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteIdentityPolicyCommand.d.ts +0 -93
  697. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptFilterCommand.d.ts +0 -83
  698. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleCommand.d.ts +0 -88
  699. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteReceiptRuleSetCommand.d.ts +0 -90
  700. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteTemplateCommand.d.ts +0 -70
  701. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DeleteVerifiedEmailAddressCommand.d.ts +0 -81
  702. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeActiveReceiptRuleSetCommand.d.ts +0 -162
  703. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeConfigurationSetCommand.d.ts +0 -118
  704. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleCommand.d.ts +0 -162
  705. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/DescribeReceiptRuleSetCommand.d.ts +0 -169
  706. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetAccountSendingEnabledCommand.d.ts +0 -84
  707. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetCustomVerificationEmailTemplateCommand.d.ts +0 -85
  708. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityDkimAttributesCommand.d.ts +0 -137
  709. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +0 -106
  710. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityNotificationAttributesCommand.d.ts +0 -116
  711. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityPoliciesCommand.d.ts +0 -108
  712. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetIdentityVerificationAttributesCommand.d.ts +0 -116
  713. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendQuotaCommand.d.ts +0 -88
  714. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetSendStatisticsCommand.d.ts +0 -116
  715. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/GetTemplateCommand.d.ts +0 -82
  716. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListConfigurationSetsCommand.d.ts +0 -87
  717. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +0 -86
  718. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentitiesCommand.d.ts +0 -109
  719. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListIdentityPoliciesCommand.d.ts +0 -102
  720. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptFiltersCommand.d.ts +0 -103
  721. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListReceiptRuleSetsCommand.d.ts +0 -105
  722. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListTemplatesCommand.d.ts +0 -80
  723. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ListVerifiedEmailAddressesCommand.d.ts +0 -89
  724. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -78
  725. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/PutIdentityPolicyCommand.d.ts +0 -98
  726. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/ReorderReceiptRuleSetCommand.d.ts +0 -100
  727. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBounceCommand.d.ts +0 -118
  728. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendBulkTemplatedEmailCommand.d.ts +0 -182
  729. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendCustomVerificationEmailCommand.d.ts +0 -99
  730. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendEmailCommand.d.ts +0 -220
  731. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendRawEmailCommand.d.ts +0 -231
  732. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SendTemplatedEmailCommand.d.ts +0 -171
  733. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetActiveReceiptRuleSetCommand.d.ts +0 -90
  734. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityDkimEnabledCommand.d.ts +0 -95
  735. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +0 -92
  736. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +0 -89
  737. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityMailFromDomainCommand.d.ts +0 -92
  738. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetIdentityNotificationTopicCommand.d.ts +0 -92
  739. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/SetReceiptRulePositionCommand.d.ts +0 -93
  740. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/TestRenderTemplateCommand.d.ts +0 -87
  741. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateAccountSendingEnabledCommand.d.ts +0 -85
  742. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -121
  743. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +0 -89
  744. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +0 -90
  745. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +0 -95
  746. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +0 -89
  747. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateReceiptRuleCommand.d.ts +0 -178
  748. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/UpdateTemplateCommand.d.ts +0 -85
  749. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainDkimCommand.d.ts +0 -131
  750. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyDomainIdentityCommand.d.ts +0 -92
  751. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailAddressCommand.d.ts +0 -81
  752. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/VerifyEmailIdentityCommand.d.ts +0 -83
  753. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/commands/index.d.ts +0 -71
  754. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  755. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/endpointResolver.d.ts +0 -5
  756. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/endpoint/ruleset.d.ts +0 -2
  757. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/extensionConfiguration.d.ts +0 -9
  758. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/index.d.ts +0 -48
  759. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/SESServiceException.d.ts +0 -14
  760. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/index.d.ts +0 -1
  761. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/models/models_0.d.ts +0 -4660
  762. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/Interfaces.d.ts +0 -8
  763. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +0 -7
  764. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/ListIdentitiesPaginator.d.ts +0 -7
  765. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/pagination/index.d.ts +0 -3
  766. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/protocols/Aws_query.d.ts +0 -641
  767. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.browser.d.ts +0 -48
  768. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.d.ts +0 -48
  769. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.native.d.ts +0 -47
  770. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeConfig.shared.d.ts +0 -21
  771. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/runtimeExtensions.d.ts +0 -17
  772. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SES.d.ts +0 -1339
  773. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/SESClient.d.ts +0 -541
  774. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  775. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  776. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CloneReceiptRuleSetCommand.d.ts +0 -51
  777. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetCommand.d.ts +0 -51
  778. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetEventDestinationCommand.d.ts +0 -51
  779. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateConfigurationSetTrackingOptionsCommand.d.ts +0 -51
  780. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateCustomVerificationEmailTemplateCommand.d.ts +0 -47
  781. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptFilterCommand.d.ts +0 -51
  782. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleCommand.d.ts +0 -51
  783. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateReceiptRuleSetCommand.d.ts +0 -51
  784. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +0 -50
  785. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetCommand.d.ts +0 -51
  786. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetEventDestinationCommand.d.ts +0 -51
  787. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteConfigurationSetTrackingOptionsCommand.d.ts +0 -51
  788. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteCustomVerificationEmailTemplateCommand.d.ts +0 -47
  789. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityCommand.d.ts +0 -50
  790. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteIdentityPolicyCommand.d.ts +0 -51
  791. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptFilterCommand.d.ts +0 -51
  792. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleCommand.d.ts +0 -51
  793. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteReceiptRuleSetCommand.d.ts +0 -51
  794. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +0 -50
  795. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DeleteVerifiedEmailAddressCommand.d.ts +0 -47
  796. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeActiveReceiptRuleSetCommand.d.ts +0 -51
  797. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeConfigurationSetCommand.d.ts +0 -51
  798. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleCommand.d.ts +0 -51
  799. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/DescribeReceiptRuleSetCommand.d.ts +0 -51
  800. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetAccountSendingEnabledCommand.d.ts +0 -47
  801. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetCustomVerificationEmailTemplateCommand.d.ts +0 -51
  802. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityDkimAttributesCommand.d.ts +0 -51
  803. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityMailFromDomainAttributesCommand.d.ts +0 -51
  804. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityNotificationAttributesCommand.d.ts +0 -51
  805. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityPoliciesCommand.d.ts +0 -51
  806. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetIdentityVerificationAttributesCommand.d.ts +0 -51
  807. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendQuotaCommand.d.ts +0 -47
  808. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetSendStatisticsCommand.d.ts +0 -47
  809. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +0 -47
  810. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListConfigurationSetsCommand.d.ts +0 -51
  811. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListCustomVerificationEmailTemplatesCommand.d.ts +0 -51
  812. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +0 -50
  813. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListIdentityPoliciesCommand.d.ts +0 -51
  814. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptFiltersCommand.d.ts +0 -51
  815. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListReceiptRuleSetsCommand.d.ts +0 -51
  816. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +0 -50
  817. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ListVerifiedEmailAddressesCommand.d.ts +0 -47
  818. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutConfigurationSetDeliveryOptionsCommand.d.ts +0 -51
  819. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/PutIdentityPolicyCommand.d.ts +0 -51
  820. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/ReorderReceiptRuleSetCommand.d.ts +0 -51
  821. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBounceCommand.d.ts +0 -47
  822. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendBulkTemplatedEmailCommand.d.ts +0 -51
  823. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendCustomVerificationEmailCommand.d.ts +0 -51
  824. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendEmailCommand.d.ts +0 -47
  825. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendRawEmailCommand.d.ts +0 -47
  826. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SendTemplatedEmailCommand.d.ts +0 -51
  827. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetActiveReceiptRuleSetCommand.d.ts +0 -51
  828. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityDkimEnabledCommand.d.ts +0 -51
  829. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityFeedbackForwardingEnabledCommand.d.ts +0 -51
  830. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityHeadersInNotificationsEnabledCommand.d.ts +0 -51
  831. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityMailFromDomainCommand.d.ts +0 -51
  832. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetIdentityNotificationTopicCommand.d.ts +0 -51
  833. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/SetReceiptRulePositionCommand.d.ts +0 -51
  834. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/TestRenderTemplateCommand.d.ts +0 -51
  835. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateAccountSendingEnabledCommand.d.ts +0 -47
  836. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetEventDestinationCommand.d.ts +0 -51
  837. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.d.ts +0 -47
  838. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetSendingEnabledCommand.d.ts +0 -47
  839. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateConfigurationSetTrackingOptionsCommand.d.ts +0 -51
  840. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateCustomVerificationEmailTemplateCommand.d.ts +0 -47
  841. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateReceiptRuleCommand.d.ts +0 -51
  842. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +0 -50
  843. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainDkimCommand.d.ts +0 -50
  844. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyDomainIdentityCommand.d.ts +0 -51
  845. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailAddressCommand.d.ts +0 -46
  846. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/VerifyEmailIdentityCommand.d.ts +0 -51
  847. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/commands/index.d.ts +0 -71
  848. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  849. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  850. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  851. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  852. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/index.d.ts +0 -10
  853. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/SESServiceException.d.ts +0 -9
  854. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/index.d.ts +0 -1
  855. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/models/models_0.d.ts +0 -1100
  856. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  857. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/ListCustomVerificationEmailTemplatesPaginator.d.ts +0 -11
  858. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/ListIdentitiesPaginator.d.ts +0 -11
  859. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/pagination/index.d.ts +0 -3
  860. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -857
  861. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -93
  862. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.d.ts +0 -94
  863. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -87
  864. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -21
  865. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  866. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/index.d.ts +0 -1
  867. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/ts3.4/waiters/waitForIdentityExists.d.ts +0 -11
  868. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/waiters/index.d.ts +0 -1
  869. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/dist-types/waiters/waitForIdentityExists.d.ts +0 -14
  870. package/examples/full-example-typescript/node_modules/@aws-sdk/client-ses/package.json +0 -102
  871. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  872. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/README.md +0 -252
  873. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  874. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
  875. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  876. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -611
  877. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  878. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -48
  879. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +0 -15
  880. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  881. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  882. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -46
  883. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  884. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  885. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  886. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  887. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  888. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  889. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  890. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +0 -14
  891. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
  892. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  893. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +0 -1
  894. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  895. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +0 -8
  896. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  897. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  898. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +0 -1
  899. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  900. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  901. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  902. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  903. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  904. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -43
  905. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +0 -11
  906. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  907. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +0 -21
  908. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  909. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -182
  910. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  911. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  912. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -94
  913. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -95
  914. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -97
  915. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -94
  916. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  917. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  918. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
  919. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
  920. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  921. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  922. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  923. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  924. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  925. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  926. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  927. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  928. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  929. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  930. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -55
  931. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -55
  932. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -54
  933. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  934. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  935. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  936. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -137
  937. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  938. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -43
  939. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  940. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  941. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  942. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  943. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  944. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  945. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  946. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  947. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  948. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  949. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  950. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  951. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  952. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  953. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  954. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  955. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  956. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  957. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -115
  958. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -112
  959. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -109
  960. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  961. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  962. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso/package.json +0 -98
  963. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/LICENSE +0 -201
  964. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -274
  965. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/auth/httpAuthSchemeProvider.js +0 -64
  966. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -18
  967. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  968. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -1052
  969. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -39
  970. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -50
  971. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
  972. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -40
  973. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -15
  974. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -46
  975. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  976. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/auth/httpAuthSchemeProvider.js +0 -58
  977. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -23
  978. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +0 -23
  979. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -23
  980. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -23
  981. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -4
  982. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -14
  983. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -14
  984. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  985. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +0 -1
  986. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  987. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  988. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
  989. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -233
  990. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -427
  991. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -34
  992. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -45
  993. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
  994. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -36
  995. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +0 -21
  996. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -75
  997. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -210
  998. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  999. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -61
  1000. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -175
  1001. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +0 -257
  1002. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -143
  1003. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -123
  1004. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -4
  1005. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -40
  1006. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
  1007. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
  1008. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +0 -9
  1009. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -50
  1010. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -14
  1011. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
  1012. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -795
  1013. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  1014. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -56
  1015. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -56
  1016. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -55
  1017. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -32
  1018. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +0 -17
  1019. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -73
  1020. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -142
  1021. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1022. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -44
  1023. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -47
  1024. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +0 -51
  1025. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -50
  1026. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -51
  1027. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -4
  1028. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -51
  1029. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  1030. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  1031. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1032. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -8
  1033. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -9
  1034. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
  1035. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -216
  1036. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  1037. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -118
  1038. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -119
  1039. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -112
  1040. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  1041. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1042. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -102
  1043. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/LICENSE +0 -201
  1044. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/README.md +0 -281
  1045. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +0 -50
  1046. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthExtensionConfiguration.js +0 -43
  1047. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +0 -67
  1048. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +0 -20
  1049. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +0 -18
  1050. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  1051. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +0 -1535
  1052. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +0 -39
  1053. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +0 -64
  1054. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +0 -15
  1055. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +0 -40
  1056. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +0 -25
  1057. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/STS.js +0 -25
  1058. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +0 -46
  1059. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthExtensionConfiguration.js +0 -38
  1060. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +0 -60
  1061. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +0 -23
  1062. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +0 -23
  1063. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1064. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRootCommand.js +0 -23
  1065. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +0 -22
  1066. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +0 -22
  1067. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +0 -22
  1068. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +0 -23
  1069. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +0 -23
  1070. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +0 -9
  1071. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +0 -22
  1072. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +0 -93
  1073. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +0 -16
  1074. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +0 -14
  1075. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  1076. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/extensionConfiguration.js +0 -1
  1077. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -6
  1078. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js +0 -8
  1079. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/index.js +0 -1
  1080. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +0 -134
  1081. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +0 -938
  1082. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +0 -34
  1083. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +0 -59
  1084. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +0 -11
  1085. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +0 -36
  1086. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +0 -21
  1087. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +0 -78
  1088. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +0 -181
  1089. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1090. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -71
  1091. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +0 -269
  1092. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +0 -294
  1093. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -288
  1094. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRootCommand.d.ts +0 -129
  1095. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +0 -127
  1096. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +0 -87
  1097. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +0 -128
  1098. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +0 -242
  1099. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +0 -166
  1100. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +0 -9
  1101. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +0 -23
  1102. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +0 -43
  1103. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +0 -46
  1104. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +0 -5
  1105. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  1106. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +0 -9
  1107. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -17
  1108. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts +0 -14
  1109. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +0 -1
  1110. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +0 -1327
  1111. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +0 -83
  1112. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +0 -57
  1113. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +0 -55
  1114. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +0 -56
  1115. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +0 -32
  1116. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +0 -17
  1117. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +0 -160
  1118. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +0 -169
  1119. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1120. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -54
  1121. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +0 -47
  1122. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +0 -51
  1123. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  1124. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRootCommand.d.ts +0 -47
  1125. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +0 -51
  1126. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +0 -50
  1127. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +0 -51
  1128. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +0 -51
  1129. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +0 -50
  1130. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +0 -9
  1131. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +0 -19
  1132. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +0 -33
  1133. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -57
  1134. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  1135. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  1136. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +0 -9
  1137. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -9
  1138. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts +0 -9
  1139. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +0 -1
  1140. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +0 -218
  1141. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +0 -113
  1142. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -124
  1143. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +0 -114
  1144. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -118
  1145. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -51
  1146. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
  1147. package/examples/full-example-typescript/node_modules/@aws-sdk/client-sts/package.json +0 -102
  1148. package/examples/full-example-typescript/node_modules/@aws-sdk/core/README.md +0 -39
  1149. package/examples/full-example-typescript/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +0 -7
  1150. package/examples/full-example-typescript/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -6
  1151. package/examples/full-example-typescript/node_modules/@aws-sdk/core/client.d.ts +0 -7
  1152. package/examples/full-example-typescript/node_modules/@aws-sdk/core/client.js +0 -5
  1153. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/index.js +0 -6
  1154. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +0 -97
  1155. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +0 -78
  1156. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +0 -303
  1157. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +0 -228
  1158. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/index.js +0 -3
  1159. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +0 -15
  1160. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +0 -5
  1161. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +0 -24
  1162. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +0 -3
  1163. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +0 -15
  1164. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +0 -3
  1165. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +0 -7
  1166. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +0 -11
  1167. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +0 -20
  1168. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +0 -72
  1169. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +0 -4
  1170. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +0 -25
  1171. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +0 -87
  1172. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +0 -1
  1173. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +0 -2
  1174. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +0 -1
  1175. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +0 -8
  1176. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +0 -3
  1177. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +0 -2
  1178. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +0 -53
  1179. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +0 -2
  1180. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +0 -4
  1181. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +0 -10
  1182. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +0 -51
  1183. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +0 -57
  1184. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/index.d.ts +0 -22
  1185. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -30
  1186. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -7
  1187. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -14
  1188. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +0 -3
  1189. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -12
  1190. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +0 -3
  1191. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +0 -7
  1192. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +0 -12
  1193. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -10
  1194. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -42
  1195. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -4
  1196. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -38
  1197. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -95
  1198. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +0 -1
  1199. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -4
  1200. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -8
  1201. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -10
  1202. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  1203. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -9
  1204. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +0 -18
  1205. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +0 -2
  1206. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +0 -4
  1207. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +0 -7
  1208. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +0 -4
  1209. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +0 -4
  1210. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +0 -3
  1211. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +0 -15
  1212. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +0 -6
  1213. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +0 -7
  1214. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +0 -3
  1215. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +0 -4
  1216. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +0 -3
  1217. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +0 -11
  1218. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +0 -6
  1219. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +0 -12
  1220. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +0 -39
  1221. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +0 -8
  1222. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +0 -18
  1223. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +0 -55
  1224. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +0 -1
  1225. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +0 -1
  1226. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +0 -1
  1227. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +0 -4
  1228. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +0 -3
  1229. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +0 -4
  1230. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +0 -3
  1231. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +0 -5
  1232. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  1233. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +0 -3
  1234. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -13
  1235. package/examples/full-example-typescript/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +0 -13
  1236. package/examples/full-example-typescript/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +0 -7
  1237. package/examples/full-example-typescript/node_modules/@aws-sdk/core/httpAuthSchemes.js +0 -5
  1238. package/examples/full-example-typescript/node_modules/@aws-sdk/core/package.json +0 -119
  1239. package/examples/full-example-typescript/node_modules/@aws-sdk/core/protocols.d.ts +0 -7
  1240. package/examples/full-example-typescript/node_modules/@aws-sdk/core/protocols.js +0 -5
  1241. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/LICENSE +0 -201
  1242. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/README.md +0 -11
  1243. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +0 -77
  1244. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +0 -30
  1245. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +0 -1
  1246. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +0 -36
  1247. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +0 -4
  1248. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +0 -12
  1249. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +0 -1
  1250. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-env/package.json +0 -62
  1251. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/README.md +0 -10
  1252. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
  1253. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
  1254. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -68
  1255. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  1256. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -54
  1257. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
  1258. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
  1259. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +0 -5
  1260. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +0 -42
  1261. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +0 -27
  1262. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +0 -63
  1263. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +0 -1
  1264. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +0 -49
  1265. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +0 -13
  1266. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +0 -1
  1267. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +0 -1
  1268. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +0 -9
  1269. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +0 -6
  1270. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +0 -6
  1271. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +0 -69
  1272. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +0 -11
  1273. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +0 -10
  1274. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +0 -2
  1275. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +0 -2
  1276. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +0 -2
  1277. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +0 -5
  1278. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +0 -5
  1279. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +0 -18
  1280. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +0 -8
  1281. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +0 -8
  1282. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +0 -5
  1283. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +0 -5
  1284. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-http/package.json +0 -69
  1285. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/LICENSE +0 -201
  1286. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/README.md +0 -11
  1287. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +0 -265
  1288. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +0 -7
  1289. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +0 -1
  1290. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +0 -77
  1291. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +0 -30
  1292. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +0 -6
  1293. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +0 -28
  1294. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +0 -23
  1295. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +0 -18
  1296. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +0 -14
  1297. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +0 -49
  1298. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +0 -4
  1299. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +0 -47
  1300. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +0 -12
  1301. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +0 -16
  1302. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +0 -6
  1303. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +0 -12
  1304. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +0 -20
  1305. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +0 -18
  1306. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +0 -26
  1307. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +0 -1
  1308. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +0 -26
  1309. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +0 -9
  1310. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -10
  1311. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +0 -9
  1312. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +0 -9
  1313. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +0 -16
  1314. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +0 -14
  1315. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-ini/package.json +0 -72
  1316. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/LICENSE +0 -201
  1317. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/README.md +0 -104
  1318. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +0 -154
  1319. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +0 -62
  1320. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +0 -1
  1321. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +0 -17
  1322. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +0 -58
  1323. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +0 -1
  1324. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +0 -11
  1325. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +0 -25
  1326. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +0 -1
  1327. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +0 -7
  1328. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-node/package.json +0 -70
  1329. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/LICENSE +0 -201
  1330. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/README.md +0 -11
  1331. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +0 -110
  1332. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +0 -1
  1333. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +0 -7
  1334. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +0 -30
  1335. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +0 -1
  1336. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +0 -35
  1337. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +0 -12
  1338. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +0 -15
  1339. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +0 -6
  1340. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +0 -4
  1341. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +0 -5
  1342. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +0 -9
  1343. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +0 -9
  1344. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +0 -7
  1345. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +0 -1
  1346. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +0 -6
  1347. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-process/package.json +0 -63
  1348. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/LICENSE +0 -201
  1349. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/README.md +0 -11
  1350. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +0 -245
  1351. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +0 -71
  1352. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +0 -4
  1353. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +0 -6
  1354. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +0 -2
  1355. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +0 -84
  1356. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +0 -1
  1357. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +0 -9
  1358. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +0 -69
  1359. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +0 -16
  1360. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +0 -6
  1361. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +0 -3
  1362. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +0 -6
  1363. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +0 -20
  1364. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +0 -4
  1365. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +0 -3
  1366. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +0 -6
  1367. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +0 -14
  1368. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +0 -14
  1369. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +0 -6
  1370. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +0 -22
  1371. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +0 -6
  1372. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-sso/package.json +0 -65
  1373. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +0 -201
  1374. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/README.md +0 -11
  1375. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -32
  1376. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -49
  1377. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +0 -28
  1378. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +0 -28
  1379. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +0 -22
  1380. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +0 -2
  1381. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +0 -18
  1382. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +0 -145
  1383. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +0 -8
  1384. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +0 -16
  1385. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +0 -40
  1386. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +0 -2
  1387. package/examples/full-example-typescript/node_modules/@aws-sdk/credential-provider-web-identity/package.json +0 -73
  1388. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
  1389. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
  1390. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -71
  1391. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
  1392. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
  1393. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
  1394. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-host-header/package.json +0 -57
  1395. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
  1396. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
  1397. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -80
  1398. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
  1399. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
  1400. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
  1401. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
  1402. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
  1403. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
  1404. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-logger/package.json +0 -58
  1405. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
  1406. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -10
  1407. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -68
  1408. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -34
  1409. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -18
  1410. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -18
  1411. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -57
  1412. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
  1413. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
  1414. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -231
  1415. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +0 -49
  1416. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +0 -28
  1417. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +0 -7
  1418. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +0 -18
  1419. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
  1420. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +0 -82
  1421. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +0 -18
  1422. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +0 -44
  1423. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +0 -7
  1424. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +0 -5
  1425. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
  1426. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +0 -20
  1427. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +0 -21
  1428. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +0 -7
  1429. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +0 -2
  1430. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
  1431. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +0 -21
  1432. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +0 -18
  1433. package/examples/full-example-typescript/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
  1434. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
  1435. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
  1436. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -116
  1437. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
  1438. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
  1439. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  1440. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  1441. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  1442. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  1443. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  1444. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
  1445. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
  1446. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1447. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  1448. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1449. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  1450. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  1451. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
  1452. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
  1453. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  1454. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  1455. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  1456. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  1457. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  1458. package/examples/full-example-typescript/node_modules/@aws-sdk/region-config-resolver/package.json +0 -59
  1459. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
  1460. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/README.md +0 -53
  1461. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -210
  1462. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
  1463. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -79
  1464. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -8
  1465. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
  1466. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -8
  1467. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -3
  1468. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
  1469. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
  1470. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
  1471. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
  1472. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
  1473. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -12
  1474. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
  1475. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -7
  1476. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -6
  1477. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -3
  1478. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
  1479. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
  1480. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -11
  1481. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -12
  1482. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -7
  1483. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -5
  1484. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -3
  1485. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
  1486. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
  1487. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
  1488. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
  1489. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
  1490. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
  1491. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
  1492. package/examples/full-example-typescript/node_modules/@aws-sdk/token-providers/package.json +0 -69
  1493. package/examples/full-example-typescript/node_modules/@aws-sdk/types/LICENSE +0 -201
  1494. package/examples/full-example-typescript/node_modules/@aws-sdk/types/README.md +0 -4
  1495. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-cjs/index.js +0 -295
  1496. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/abort.js +0 -1
  1497. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/auth.js +0 -1
  1498. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +0 -1
  1499. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/checksum.js +0 -1
  1500. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/client.js +0 -1
  1501. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/command.js +0 -1
  1502. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/connection.js +0 -1
  1503. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/credentials.js +0 -1
  1504. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/crypto.js +0 -1
  1505. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/dns.js +0 -5
  1506. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/encode.js +0 -1
  1507. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/endpoint.js +0 -1
  1508. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/eventStream.js +0 -1
  1509. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/extensions/index.js +0 -1
  1510. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/feature-ids.js +0 -1
  1511. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/http.js +0 -1
  1512. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +0 -1
  1513. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +0 -1
  1514. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
  1515. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +0 -1
  1516. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +0 -1
  1517. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/identity/index.js +0 -5
  1518. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/index.js +0 -33
  1519. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/logger.js +0 -1
  1520. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/middleware.js +0 -1
  1521. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/pagination.js +0 -1
  1522. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/profile.js +0 -1
  1523. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/request.js +0 -1
  1524. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/response.js +0 -1
  1525. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/retry.js +0 -1
  1526. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/serde.js +0 -1
  1527. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/shapes.js +0 -1
  1528. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/signature.js +0 -1
  1529. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/stream.js +0 -1
  1530. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/token.js +0 -1
  1531. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/transfer.js +0 -1
  1532. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/uri.js +0 -1
  1533. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/util.js +0 -1
  1534. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-es/waiter.js +0 -1
  1535. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/abort.d.ts +0 -1
  1536. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/auth.d.ts +0 -1
  1537. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +0 -2
  1538. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +0 -1
  1539. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/client.d.ts +0 -1
  1540. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/command.d.ts +0 -1
  1541. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/connection.d.ts +0 -1
  1542. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +0 -49
  1543. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +0 -1
  1544. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/dns.d.ts +0 -85
  1545. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/encode.d.ts +0 -1
  1546. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +0 -1
  1547. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +0 -1
  1548. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +0 -8
  1549. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +0 -59
  1550. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/http.d.ts +0 -33
  1551. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +0 -6
  1552. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +0 -6
  1553. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +0 -1
  1554. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +0 -18
  1555. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +0 -1
  1556. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +0 -5
  1557. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/index.d.ts +0 -33
  1558. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/logger.d.ts +0 -22
  1559. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +0 -13
  1560. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +0 -1
  1561. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/profile.d.ts +0 -1
  1562. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/request.d.ts +0 -7
  1563. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/response.d.ts +0 -7
  1564. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/retry.d.ts +0 -1
  1565. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/serde.d.ts +0 -24
  1566. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +0 -1
  1567. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/signature.d.ts +0 -1
  1568. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/stream.d.ts +0 -1
  1569. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/token.d.ts +0 -17
  1570. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +0 -1
  1571. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +0 -1
  1572. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +0 -5
  1573. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +0 -2
  1574. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +0 -1
  1575. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +0 -1
  1576. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +0 -1
  1577. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +0 -6
  1578. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +0 -12
  1579. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +0 -7
  1580. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +0 -19
  1581. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +0 -6
  1582. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +0 -9
  1583. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +0 -24
  1584. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +0 -5
  1585. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +0 -54
  1586. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +0 -17
  1587. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +0 -2
  1588. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +0 -9
  1589. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +0 -1
  1590. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +0 -6
  1591. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +0 -1
  1592. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +0 -5
  1593. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +0 -33
  1594. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +0 -15
  1595. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +0 -47
  1596. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +0 -1
  1597. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +0 -6
  1598. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +0 -4
  1599. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +0 -4
  1600. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +0 -12
  1601. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +0 -16
  1602. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +0 -6
  1603. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +0 -15
  1604. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +0 -4
  1605. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +0 -4
  1606. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +0 -7
  1607. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +0 -1
  1608. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +0 -14
  1609. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +0 -1
  1610. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/uri.d.ts +0 -1
  1611. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/util.d.ts +0 -1
  1612. package/examples/full-example-typescript/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +0 -1
  1613. package/examples/full-example-typescript/node_modules/@aws-sdk/types/package.json +0 -56
  1614. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
  1615. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
  1616. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -417
  1617. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -223
  1618. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +0 -10
  1619. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -5
  1620. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
  1621. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
  1622. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -18
  1623. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
  1624. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -223
  1625. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -1
  1626. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -1
  1627. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -1
  1628. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  1629. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  1630. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  1631. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  1632. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
  1633. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
  1634. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +0 -2
  1635. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -5
  1636. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
  1637. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
  1638. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
  1639. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
  1640. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -1
  1641. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -1
  1642. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +0 -2
  1643. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -5
  1644. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
  1645. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
  1646. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
  1647. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
  1648. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
  1649. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -1
  1650. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -1
  1651. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -6
  1652. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -1
  1653. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -5
  1654. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -1
  1655. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
  1656. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -12
  1657. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -1
  1658. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -1
  1659. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -1
  1660. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -1
  1661. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -1
  1662. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
  1663. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -1
  1664. package/examples/full-example-typescript/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
  1665. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/LICENSE +0 -201
  1666. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/README.md +0 -4
  1667. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -42
  1668. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +0 -10
  1669. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +0 -6
  1670. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +0 -1
  1671. package/examples/full-example-typescript/node_modules/@aws-sdk/util-locate-window/package.json +0 -53
  1672. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
  1673. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
  1674. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  1675. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -27
  1676. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
  1677. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
  1678. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -22
  1679. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -18
  1680. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
  1681. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -17
  1682. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -17
  1683. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
  1684. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -17
  1685. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -17
  1686. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -54
  1687. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
  1688. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
  1689. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -103
  1690. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +0 -3
  1691. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +0 -29
  1692. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
  1693. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -7
  1694. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +0 -9
  1695. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +0 -9
  1696. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +0 -23
  1697. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
  1698. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
  1699. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +0 -13
  1700. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +0 -3
  1701. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +0 -21
  1702. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
  1703. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
  1704. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +0 -6
  1705. package/examples/full-example-typescript/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -65
  1706. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/LICENSE +0 -201
  1707. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/README.md +0 -4
  1708. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  1709. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  1710. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -82
  1711. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
  1712. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  1713. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  1714. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  1715. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  1716. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  1717. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  1718. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  1719. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  1720. package/examples/full-example-typescript/node_modules/@smithy/abort-controller/package.json +0 -62
  1721. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/LICENSE +0 -201
  1722. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/README.md +0 -10
  1723. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  1724. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  1725. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  1726. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  1727. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  1728. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  1729. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -235
  1730. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  1731. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  1732. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  1733. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  1734. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  1735. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  1736. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  1737. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  1738. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  1739. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  1740. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  1741. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  1742. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  1743. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  1744. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  1745. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -9
  1746. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -9
  1747. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  1748. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -11
  1749. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -15
  1750. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -15
  1751. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  1752. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +0 -12
  1753. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  1754. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  1755. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  1756. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
  1757. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
  1758. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
  1759. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
  1760. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
  1761. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -1
  1762. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -29
  1763. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -5
  1764. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -1
  1765. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -12
  1766. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  1767. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  1768. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  1769. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  1770. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
  1771. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
  1772. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1773. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  1774. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1775. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  1776. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1777. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  1778. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -34
  1779. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -10
  1780. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -7
  1781. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
  1782. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
  1783. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -12
  1784. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -17
  1785. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -11
  1786. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -11
  1787. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -12
  1788. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  1789. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  1790. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  1791. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  1792. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
  1793. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
  1794. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  1795. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  1796. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  1797. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  1798. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  1799. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  1800. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  1801. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -10
  1802. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -7
  1803. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -14
  1804. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -12
  1805. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -12
  1806. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -17
  1807. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -11
  1808. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -11
  1809. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -12
  1810. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  1811. package/examples/full-example-typescript/node_modules/@smithy/config-resolver/package.json +0 -64
  1812. package/examples/full-example-typescript/node_modules/@smithy/core/LICENSE +0 -201
  1813. package/examples/full-example-typescript/node_modules/@smithy/core/README.md +0 -45
  1814. package/examples/full-example-typescript/node_modules/@smithy/core/cbor.d.ts +0 -7
  1815. package/examples/full-example-typescript/node_modules/@smithy/core/cbor.js +0 -6
  1816. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +0 -1
  1817. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/index.js +0 -416
  1818. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -1
  1819. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -1
  1820. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  1821. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -1
  1822. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -1
  1823. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -1
  1824. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -1
  1825. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +0 -1
  1826. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -1
  1827. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +0 -1
  1828. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/setFeature.js +0 -1
  1829. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +0 -732
  1830. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +0 -164
  1831. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -1
  1832. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -1
  1833. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -1
  1834. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -1
  1835. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -1
  1836. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -1
  1837. package/examples/full-example-typescript/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -1
  1838. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/getSmithyContext.js +0 -2
  1839. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/index.js +0 -8
  1840. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -17
  1841. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -18
  1842. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -40
  1843. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +0 -3
  1844. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +0 -15
  1845. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -24
  1846. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +0 -2
  1847. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/normalizeProvider.js +0 -6
  1848. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +0 -38
  1849. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +0 -1
  1850. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/setFeature.js +0 -11
  1851. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +0 -391
  1852. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +0 -191
  1853. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +0 -25
  1854. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +0 -21
  1855. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +0 -3
  1856. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +0 -83
  1857. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +0 -11
  1858. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +0 -5
  1859. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +0 -4
  1860. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +0 -67
  1861. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +0 -19
  1862. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -13
  1863. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -34
  1864. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -11
  1865. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +0 -3
  1866. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -5
  1867. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +0 -3
  1868. package/examples/full-example-typescript/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +0 -53
  1869. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +0 -5
  1870. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/index.d.ts +0 -8
  1871. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  1872. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  1873. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -32
  1874. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +0 -3
  1875. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  1876. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  1877. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +0 -2
  1878. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +0 -7
  1879. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +0 -7
  1880. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +0 -5
  1881. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/setFeature.d.ts +0 -12
  1882. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +0 -17
  1883. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +0 -9
  1884. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +0 -63
  1885. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +0 -26
  1886. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +0 -3
  1887. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +0 -31
  1888. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +0 -10
  1889. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  1890. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +0 -4
  1891. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +0 -51
  1892. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +0 -4
  1893. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  1894. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
  1895. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  1896. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  1897. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -32
  1898. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
  1899. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  1900. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  1901. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
  1902. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  1903. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
  1904. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +0 -5
  1905. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
  1906. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
  1907. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
  1908. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -66
  1909. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
  1910. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -3
  1911. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
  1912. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
  1913. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  1914. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -4
  1915. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
  1916. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
  1917. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  1918. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  1919. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  1920. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  1921. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  1922. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
  1923. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  1924. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  1925. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  1926. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  1927. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  1928. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  1929. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +0 -3
  1930. package/examples/full-example-typescript/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  1931. package/examples/full-example-typescript/node_modules/@smithy/core/package.json +0 -103
  1932. package/examples/full-example-typescript/node_modules/@smithy/core/protocols.d.ts +0 -7
  1933. package/examples/full-example-typescript/node_modules/@smithy/core/protocols.js +0 -6
  1934. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/LICENSE +0 -201
  1935. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/README.md +0 -11
  1936. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
  1937. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
  1938. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
  1939. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
  1940. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
  1941. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
  1942. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
  1943. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +0 -446
  1944. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
  1945. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
  1946. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
  1947. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
  1948. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
  1949. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
  1950. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
  1951. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
  1952. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
  1953. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
  1954. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
  1955. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
  1956. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
  1957. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +0 -9
  1958. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -77
  1959. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -134
  1960. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/index.js +0 -7
  1961. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -13
  1962. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -3
  1963. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -36
  1964. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  1965. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
  1966. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/types.js +0 -1
  1967. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +0 -17
  1968. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -19
  1969. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +0 -25
  1970. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -7
  1971. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -13
  1972. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -7
  1973. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -13
  1974. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  1975. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -21
  1976. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -10
  1977. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +0 -28
  1978. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -19
  1979. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -40
  1980. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -8
  1981. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -8
  1982. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -10
  1983. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  1984. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  1985. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  1986. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  1987. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  1988. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  1989. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  1990. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  1991. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  1992. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  1993. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -7
  1994. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  1995. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  1996. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  1997. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  1998. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  1999. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  2000. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +0 -7
  2001. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  2002. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  2003. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +0 -16
  2004. package/examples/full-example-typescript/node_modules/@smithy/credential-provider-imds/package.json +0 -69
  2005. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/LICENSE +0 -201
  2006. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/README.md +0 -11
  2007. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +0 -1
  2008. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  2009. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -237
  2010. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  2011. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  2012. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +0 -3
  2013. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -139
  2014. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
  2015. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
  2016. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -27
  2017. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +0 -6
  2018. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -39
  2019. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
  2020. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
  2021. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
  2022. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
  2023. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -39
  2024. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  2025. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  2026. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  2027. package/examples/full-example-typescript/node_modules/@smithy/fetch-http-handler/package.json +0 -65
  2028. package/examples/full-example-typescript/node_modules/@smithy/hash-node/LICENSE +0 -201
  2029. package/examples/full-example-typescript/node_modules/@smithy/hash-node/README.md +0 -10
  2030. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -66
  2031. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-es/index.js +0 -34
  2032. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -13
  2033. package/examples/full-example-typescript/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  2034. package/examples/full-example-typescript/node_modules/@smithy/hash-node/package.json +0 -64
  2035. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  2036. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/README.md +0 -10
  2037. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -41
  2038. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
  2039. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
  2040. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
  2041. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +0 -3
  2042. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +0 -1
  2043. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
  2044. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +0 -4
  2045. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +0 -5
  2046. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  2047. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  2048. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  2049. package/examples/full-example-typescript/node_modules/@smithy/invalid-dependency/package.json +0 -57
  2050. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  2051. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/README.md +0 -10
  2052. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  2053. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  2054. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  2055. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  2056. package/examples/full-example-typescript/node_modules/@smithy/is-array-buffer/package.json +0 -59
  2057. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  2058. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/README.md +0 -4
  2059. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -71
  2060. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  2061. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -6
  2062. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  2063. package/examples/full-example-typescript/node_modules/@smithy/middleware-content-length/package.json +0 -63
  2064. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  2065. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/README.md +0 -10
  2066. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
  2067. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
  2068. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
  2069. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
  2070. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
  2071. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
  2072. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
  2073. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
  2074. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
  2075. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -279
  2076. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
  2077. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
  2078. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
  2079. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
  2080. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +0 -39
  2081. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +0 -1
  2082. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
  2083. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -51
  2084. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
  2085. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
  2086. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -10
  2087. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -36
  2088. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
  2089. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -5
  2090. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -25
  2091. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +0 -1
  2092. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +0 -37
  2093. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-es/types.js +0 -1
  2094. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +0 -13
  2095. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  2096. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +0 -4
  2097. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
  2098. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
  2099. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
  2100. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -5
  2101. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
  2102. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
  2103. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -17
  2104. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -104
  2105. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +0 -4
  2106. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +0 -26
  2107. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -13
  2108. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  2109. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
  2110. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  2111. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  2112. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  2113. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
  2114. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  2115. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  2116. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -17
  2117. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -104
  2118. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  2119. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  2120. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -34
  2121. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +0 -34
  2122. package/examples/full-example-typescript/node_modules/@smithy/middleware-endpoint/package.json +0 -74
  2123. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  2124. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/README.md +0 -11
  2125. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  2126. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  2127. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  2128. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  2129. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  2130. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -425
  2131. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  2132. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  2133. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  2134. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  2135. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  2136. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
  2137. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
  2138. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
  2139. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
  2140. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -52
  2141. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +0 -27
  2142. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +0 -2
  2143. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -7
  2144. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +0 -1
  2145. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  2146. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  2147. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +0 -7
  2148. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -112
  2149. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/types.js +0 -1
  2150. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-es/util.js +0 -9
  2151. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -20
  2152. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -30
  2153. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -45
  2154. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
  2155. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -4
  2156. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -7
  2157. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  2158. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  2159. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
  2160. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -5
  2161. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -6
  2162. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -20
  2163. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -30
  2164. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -45
  2165. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -18
  2166. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -4
  2167. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  2168. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  2169. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  2170. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
  2171. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -5
  2172. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -6
  2173. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -53
  2174. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  2175. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -53
  2176. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +0 -2
  2177. package/examples/full-example-typescript/node_modules/@smithy/middleware-retry/package.json +0 -79
  2178. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  2179. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/README.md +0 -4
  2180. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  2181. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -102
  2182. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  2183. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  2184. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -25
  2185. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  2186. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +0 -22
  2187. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +0 -13
  2188. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -5
  2189. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  2190. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +0 -12
  2191. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -6
  2192. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -5
  2193. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  2194. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -12
  2195. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  2196. package/examples/full-example-typescript/node_modules/@smithy/middleware-serde/package.json +0 -63
  2197. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  2198. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/README.md +0 -78
  2199. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
  2200. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -321
  2201. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
  2202. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +0 -281
  2203. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  2204. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-es/types.js +0 -1
  2205. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
  2206. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
  2207. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
  2208. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  2209. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  2210. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +0 -22
  2211. package/examples/full-example-typescript/node_modules/@smithy/middleware-stack/package.json +0 -63
  2212. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  2213. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/README.md +0 -4
  2214. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  2215. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  2216. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  2217. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  2218. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  2219. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -105
  2220. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -5
  2221. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
  2222. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
  2223. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  2224. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +0 -12
  2225. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  2226. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -22
  2227. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +0 -7
  2228. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -15
  2229. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +0 -3
  2230. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +0 -9
  2231. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -1
  2232. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -22
  2233. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -7
  2234. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -15
  2235. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
  2236. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  2237. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
  2238. package/examples/full-example-typescript/node_modules/@smithy/node-config-provider/package.json +0 -65
  2239. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/LICENSE +0 -201
  2240. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/README.md +0 -9
  2241. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  2242. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  2243. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/index.js +0 -798
  2244. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  2245. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  2246. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  2247. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  2248. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  2249. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  2250. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  2251. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  2252. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  2253. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  2254. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  2255. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  2256. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
  2257. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  2258. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/constants.js +0 -1
  2259. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +0 -9
  2260. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/index.js +0 -3
  2261. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +0 -208
  2262. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +0 -86
  2263. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +0 -32
  2264. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +0 -167
  2265. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -19
  2266. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -88
  2267. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -36
  2268. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -22
  2269. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -15
  2270. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -11
  2271. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
  2272. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -19
  2273. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/timing.js +0 -4
  2274. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +0 -56
  2275. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +0 -5
  2276. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
  2277. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +0 -3
  2278. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -39
  2279. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -22
  2280. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -13
  2281. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +0 -57
  2282. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -14
  2283. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +0 -12
  2284. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -7
  2285. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -11
  2286. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -7
  2287. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -7
  2288. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
  2289. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -14
  2290. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +0 -8
  2291. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  2292. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  2293. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  2294. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -38
  2295. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -22
  2296. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -13
  2297. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -57
  2298. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  2299. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  2300. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -3
  2301. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -7
  2302. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -3
  2303. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
  2304. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
  2305. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  2306. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
  2307. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  2308. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -13
  2309. package/examples/full-example-typescript/node_modules/@smithy/node-http-handler/package.json +0 -67
  2310. package/examples/full-example-typescript/node_modules/@smithy/property-provider/LICENSE +0 -201
  2311. package/examples/full-example-typescript/node_modules/@smithy/property-provider/README.md +0 -10
  2312. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
  2313. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
  2314. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
  2315. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
  2316. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
  2317. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -168
  2318. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
  2319. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +0 -8
  2320. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/ProviderError.js +0 -22
  2321. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +0 -8
  2322. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/chain.js +0 -21
  2323. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  2324. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  2325. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-es/memoize.js +0 -45
  2326. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -30
  2327. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
  2328. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -30
  2329. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  2330. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  2331. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  2332. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +0 -40
  2333. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -30
  2334. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  2335. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -30
  2336. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  2337. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  2338. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  2339. package/examples/full-example-typescript/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  2340. package/examples/full-example-typescript/node_modules/@smithy/property-provider/package.json +0 -60
  2341. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/LICENSE +0 -201
  2342. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/README.md +0 -4
  2343. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
  2344. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
  2345. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
  2346. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
  2347. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
  2348. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
  2349. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
  2350. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -259
  2351. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
  2352. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  2353. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/Field.js +0 -23
  2354. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/Fields.js +0 -19
  2355. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -22
  2356. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
  2357. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +0 -1
  2358. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +0 -53
  2359. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +0 -14
  2360. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
  2361. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +0 -4
  2362. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-es/types.js +0 -1
  2363. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -49
  2364. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +0 -44
  2365. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -37
  2366. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
  2367. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -37
  2368. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -53
  2369. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +0 -16
  2370. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
  2371. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +0 -1
  2372. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -49
  2373. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  2374. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -37
  2375. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  2376. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -37
  2377. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -53
  2378. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -16
  2379. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  2380. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  2381. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  2382. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/dist-types/types.d.ts +0 -21
  2383. package/examples/full-example-typescript/node_modules/@smithy/protocol-http/package.json +0 -61
  2384. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  2385. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/README.md +0 -10
  2386. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -52
  2387. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
  2388. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +0 -5
  2389. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  2390. package/examples/full-example-typescript/node_modules/@smithy/querystring-builder/package.json +0 -60
  2391. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/LICENSE +0 -201
  2392. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/README.md +0 -10
  2393. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -53
  2394. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-es/index.js +0 -23
  2395. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +0 -5
  2396. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  2397. package/examples/full-example-typescript/node_modules/@smithy/querystring-parser/package.json +0 -60
  2398. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  2399. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/README.md +0 -4
  2400. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  2401. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -98
  2402. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-es/constants.js +0 -27
  2403. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -22
  2404. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +0 -26
  2405. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -19
  2406. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -26
  2407. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -19
  2408. package/examples/full-example-typescript/node_modules/@smithy/service-error-classification/package.json +0 -59
  2409. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  2410. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  2411. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2412. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2413. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2414. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  2415. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2416. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  2417. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  2418. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2419. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  2420. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2421. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2422. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2423. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2424. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2425. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2426. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2427. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  2428. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  2429. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  2430. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  2431. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  2432. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  2433. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  2434. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  2435. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  2436. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  2437. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  2438. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  2439. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  2440. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  2441. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2442. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +0 -1
  2443. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  2444. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  2445. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  2446. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  2447. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -5
  2448. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -4
  2449. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -44
  2450. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  2451. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  2452. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -26
  2453. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -10
  2454. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  2455. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  2456. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -15
  2457. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2458. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2459. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2460. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2461. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2462. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -5
  2463. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -4
  2464. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -44
  2465. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2466. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2467. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -26
  2468. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -10
  2469. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2470. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2471. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -15
  2472. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2473. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -13
  2474. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -13
  2475. package/examples/full-example-typescript/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  2476. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/LICENSE +0 -201
  2477. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/README.md +0 -11
  2478. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
  2479. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
  2480. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
  2481. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
  2482. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
  2483. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
  2484. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
  2485. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
  2486. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/index.js +0 -576
  2487. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
  2488. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
  2489. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
  2490. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
  2491. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +0 -125
  2492. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +0 -191
  2493. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/constants.js +0 -43
  2494. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +0 -33
  2495. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +0 -20
  2496. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +0 -29
  2497. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +0 -20
  2498. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +0 -26
  2499. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/index.js +0 -7
  2500. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +0 -17
  2501. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +0 -11
  2502. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +0 -399
  2503. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-es/utilDate.js +0 -15
  2504. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +0 -24
  2505. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +0 -67
  2506. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +0 -43
  2507. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +0 -26
  2508. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +0 -5
  2509. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +0 -5
  2510. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +0 -5
  2511. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +0 -4
  2512. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/index.d.ts +0 -7
  2513. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +0 -10
  2514. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +0 -5
  2515. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  2516. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  2517. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -67
  2518. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  2519. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -26
  2520. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  2521. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  2522. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  2523. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  2524. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -7
  2525. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  2526. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  2527. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  2528. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  2529. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +0 -2
  2530. package/examples/full-example-typescript/node_modules/@smithy/signature-v4/package.json +0 -69
  2531. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/LICENSE +0 -201
  2532. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/README.md +0 -10
  2533. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  2534. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  2535. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  2536. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  2537. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  2538. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  2539. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
  2540. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  2541. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  2542. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  2543. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  2544. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  2545. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  2546. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  2547. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  2548. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  2549. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  2550. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  2551. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -1297
  2552. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
  2553. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
  2554. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  2555. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
  2556. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/quote-header.js +0 -1
  2557. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  2558. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  2559. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  2560. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
  2561. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-cjs/split-header.js +0 -1
  2562. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +0 -7
  2563. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/client.js +0 -42
  2564. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
  2565. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/command.js +0 -115
  2566. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/constants.js +0 -1
  2567. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +0 -21
  2568. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/date-utils.js +0 -190
  2569. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +0 -22
  2570. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +0 -26
  2571. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -6
  2572. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/exceptions.js +0 -22
  2573. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
  2574. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -31
  2575. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -15
  2576. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  2577. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +0 -16
  2578. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +0 -1
  2579. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +0 -12
  2580. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/index.js +0 -25
  2581. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +0 -3
  2582. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +0 -24
  2583. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +0 -92
  2584. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +0 -230
  2585. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/quote-header.js +0 -6
  2586. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
  2587. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +0 -14
  2588. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/serde-json.js +0 -19
  2589. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/split-every.js +0 -27
  2590. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-es/split-header.js +0 -37
  2591. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +0 -11
  2592. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -53
  2593. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
  2594. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -113
  2595. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +0 -4
  2596. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -9
  2597. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +0 -73
  2598. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -13
  2599. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +0 -28
  2600. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  2601. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -34
  2602. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  2603. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -25
  2604. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  2605. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  2606. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +0 -15
  2607. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  2608. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  2609. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -26
  2610. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +0 -5
  2611. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -43
  2612. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  2613. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +0 -270
  2614. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/quote-header.d.ts +0 -6
  2615. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
  2616. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -14
  2617. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
  2618. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +0 -11
  2619. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/split-header.d.ts +0 -5
  2620. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  2621. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -53
  2622. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  2623. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -113
  2624. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  2625. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -9
  2626. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -73
  2627. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -13
  2628. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  2629. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  2630. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -34
  2631. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  2632. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -25
  2633. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  2634. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  2635. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -15
  2636. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  2637. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  2638. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -26
  2639. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  2640. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -43
  2641. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  2642. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -270
  2643. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/quote-header.d.ts +0 -6
  2644. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  2645. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -14
  2646. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  2647. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -11
  2648. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-header.d.ts +0 -5
  2649. package/examples/full-example-typescript/node_modules/@smithy/smithy-client/package.json +0 -67
  2650. package/examples/full-example-typescript/node_modules/@smithy/types/LICENSE +0 -201
  2651. package/examples/full-example-typescript/node_modules/@smithy/types/README.md +0 -115
  2652. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
  2653. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  2654. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  2655. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  2656. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  2657. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  2658. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  2659. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  2660. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  2661. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  2662. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  2663. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  2664. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  2665. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  2666. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  2667. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  2668. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  2669. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  2670. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  2671. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  2672. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  2673. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  2674. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  2675. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  2676. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  2677. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  2678. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  2679. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  2680. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  2681. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  2682. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  2683. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  2684. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  2685. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  2686. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
  2687. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  2688. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  2689. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  2690. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  2691. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  2692. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  2693. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  2694. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/index.js +0 -149
  2695. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  2696. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  2697. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  2698. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  2699. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  2700. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  2701. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  2702. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  2703. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  2704. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  2705. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  2706. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  2707. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  2708. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  2709. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  2710. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  2711. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  2712. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  2713. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  2714. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  2715. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  2716. package/examples/full-example-typescript/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  2717. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/abort-handler.js +0 -1
  2718. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/abort.js +0 -1
  2719. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
  2720. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
  2721. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
  2722. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
  2723. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
  2724. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
  2725. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
  2726. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
  2727. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/checksum.js +0 -1
  2728. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/client.js +0 -1
  2729. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/command.js +0 -1
  2730. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
  2731. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
  2732. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
  2733. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
  2734. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/crypto.js +0 -1
  2735. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
  2736. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/encode.js +0 -1
  2737. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
  2738. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
  2739. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
  2740. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
  2741. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
  2742. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
  2743. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
  2744. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
  2745. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -39
  2746. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -11
  2747. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
  2748. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
  2749. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
  2750. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
  2751. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/feature-ids.js +0 -1
  2752. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
  2753. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/http.js +0 -5
  2754. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
  2755. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
  2756. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
  2757. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
  2758. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
  2759. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/index.js +0 -37
  2760. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/logger.js +0 -1
  2761. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/middleware.js +0 -1
  2762. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/pagination.js +0 -1
  2763. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/profile.js +0 -6
  2764. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/response.js +0 -1
  2765. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/retry.js +0 -1
  2766. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/serde.js +0 -1
  2767. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/shapes.js +0 -1
  2768. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/signature.js +0 -1
  2769. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/stream.js +0 -1
  2770. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
  2771. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  2772. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  2773. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transfer.js +0 -6
  2774. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
  2775. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
  2776. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
  2777. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
  2778. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
  2779. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/uri.js +0 -1
  2780. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/util.js +0 -1
  2781. package/examples/full-example-typescript/node_modules/@smithy/types/dist-es/waiter.js +0 -1
  2782. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/abort-handler.d.ts +0 -7
  2783. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/abort.d.ts +0 -50
  2784. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
  2785. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
  2786. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
  2787. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
  2788. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
  2789. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
  2790. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
  2791. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -41
  2792. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
  2793. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/client.d.ts +0 -56
  2794. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/command.d.ts +0 -23
  2795. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -7
  2796. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
  2797. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -28
  2798. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -24
  2799. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
  2800. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
  2801. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/encode.d.ts +0 -19
  2802. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
  2803. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -15
  2804. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -7
  2805. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -19
  2806. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -10
  2807. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
  2808. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -25
  2809. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -108
  2810. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -55
  2811. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
  2812. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
  2813. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
  2814. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
  2815. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
  2816. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/feature-ids.d.ts +0 -16
  2817. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -122
  2818. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/http.d.ts +0 -106
  2819. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
  2820. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -31
  2821. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
  2822. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
  2823. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
  2824. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/index.d.ts +0 -37
  2825. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
  2826. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -534
  2827. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -26
  2828. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
  2829. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
  2830. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
  2831. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/serde.d.ts +0 -111
  2832. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -82
  2833. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/signature.d.ts +0 -155
  2834. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
  2835. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -33
  2836. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -62
  2837. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -53
  2838. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -33
  2839. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
  2840. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -79
  2841. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
  2842. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -68
  2843. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
  2844. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  2845. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  2846. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  2847. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  2848. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  2849. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  2850. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  2851. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  2852. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  2853. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  2854. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  2855. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -56
  2856. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -23
  2857. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -7
  2858. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  2859. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -28
  2860. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -24
  2861. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  2862. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  2863. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -19
  2864. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  2865. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -15
  2866. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -7
  2867. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -19
  2868. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -10
  2869. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  2870. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -25
  2871. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -108
  2872. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -55
  2873. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  2874. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  2875. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  2876. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  2877. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  2878. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  2879. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -121
  2880. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -106
  2881. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  2882. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  2883. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  2884. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  2885. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  2886. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -37
  2887. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  2888. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  2889. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -26
  2890. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  2891. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  2892. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  2893. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -111
  2894. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  2895. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  2896. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  2897. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -33
  2898. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -61
  2899. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -52
  2900. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -33
  2901. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  2902. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -82
  2903. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  2904. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  2905. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  2906. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  2907. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  2908. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  2909. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
  2910. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
  2911. package/examples/full-example-typescript/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
  2912. package/examples/full-example-typescript/node_modules/@smithy/types/package.json +0 -60
  2913. package/examples/full-example-typescript/node_modules/@smithy/url-parser/LICENSE +0 -201
  2914. package/examples/full-example-typescript/node_modules/@smithy/url-parser/README.md +0 -10
  2915. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -49
  2916. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
  2917. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-types/index.d.ts +0 -5
  2918. package/examples/full-example-typescript/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  2919. package/examples/full-example-typescript/node_modules/@smithy/url-parser/package.json +0 -58
  2920. package/examples/full-example-typescript/node_modules/@smithy/util-base64/LICENSE +0 -201
  2921. package/examples/full-example-typescript/node_modules/@smithy/util-base64/README.md +0 -4
  2922. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -35
  2923. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  2924. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  2925. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  2926. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -39
  2927. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  2928. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/constants.browser.js +0 -28
  2929. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  2930. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  2931. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  2932. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  2933. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  2934. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +0 -6
  2935. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +0 -8
  2936. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +0 -7
  2937. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  2938. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +0 -9
  2939. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +0 -8
  2940. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -6
  2941. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  2942. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  2943. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  2944. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  2945. package/examples/full-example-typescript/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  2946. package/examples/full-example-typescript/node_modules/@smithy/util-base64/package.json +0 -72
  2947. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  2948. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  2949. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  2950. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -57
  2951. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +0 -26
  2952. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  2953. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +0 -4
  2954. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  2955. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  2956. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  2957. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-browser/package.json +0 -56
  2958. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  2959. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/README.md +0 -12
  2960. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  2961. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -53
  2962. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -25
  2963. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  2964. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +0 -4
  2965. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  2966. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  2967. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  2968. package/examples/full-example-typescript/node_modules/@smithy/util-body-length-node/package.json +0 -60
  2969. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  2970. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/README.md +0 -10
  2971. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  2972. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  2973. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  2974. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  2975. package/examples/full-example-typescript/node_modules/@smithy/util-buffer-from/package.json +0 -60
  2976. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  2977. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/README.md +0 -4
  2978. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
  2979. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -64
  2980. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
  2981. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
  2982. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +0 -9
  2983. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
  2984. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +0 -9
  2985. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-es/types.js +0 -5
  2986. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +0 -10
  2987. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
  2988. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +0 -9
  2989. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
  2990. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
  2991. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
  2992. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
  2993. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +0 -4
  2994. package/examples/full-example-typescript/node_modules/@smithy/util-config-provider/package.json +0 -61
  2995. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  2996. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -10
  2997. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  2998. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -25
  2999. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -33
  3000. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  3001. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  3002. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  3003. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -27
  3004. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  3005. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  3006. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  3007. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  3008. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  3009. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  3010. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  3011. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  3012. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  3013. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -66
  3014. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  3015. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/README.md +0 -10
  3016. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  3017. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  3018. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -119
  3019. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  3020. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +0 -6
  3021. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +0 -11
  3022. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  3023. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  3024. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +0 -24
  3025. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  3026. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  3027. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  3028. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  3029. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  3030. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  3031. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  3032. package/examples/full-example-typescript/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
  3033. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  3034. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/README.md +0 -10
  3035. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
  3036. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
  3037. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
  3038. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
  3039. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
  3040. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -546
  3041. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
  3042. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
  3043. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
  3044. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
  3045. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  3046. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
  3047. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
  3048. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
  3049. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
  3050. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
  3051. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
  3052. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
  3053. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  3054. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  3055. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
  3056. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  3057. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  3058. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  3059. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  3060. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
  3061. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
  3062. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
  3063. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
  3064. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
  3065. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
  3066. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
  3067. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
  3068. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
  3069. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
  3070. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
  3071. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
  3072. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
  3073. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
  3074. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
  3075. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
  3076. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
  3077. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
  3078. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
  3079. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +0 -49
  3080. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +0 -1
  3081. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +0 -2
  3082. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +0 -12
  3083. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +0 -21
  3084. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -6
  3085. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +0 -1
  3086. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +0 -11
  3087. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +0 -25
  3088. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +0 -9
  3089. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +0 -2
  3090. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +0 -1
  3091. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -13
  3092. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +0 -1
  3093. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +0 -51
  3094. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +0 -1
  3095. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +0 -9
  3096. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +0 -1
  3097. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +0 -27
  3098. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +0 -6
  3099. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +0 -1
  3100. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +0 -1
  3101. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +0 -1
  3102. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +0 -1
  3103. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +0 -1
  3104. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/index.js +0 -7
  3105. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +0 -1
  3106. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +0 -11
  3107. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +0 -1
  3108. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +0 -12
  3109. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
  3110. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
  3111. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
  3112. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
  3113. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
  3114. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
  3115. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -36
  3116. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
  3117. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
  3118. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
  3119. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
  3120. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -15
  3121. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +0 -7
  3122. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +0 -2
  3123. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
  3124. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +0 -1
  3125. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +0 -2
  3126. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -9
  3127. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
  3128. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -6
  3129. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -5
  3130. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +0 -7
  3131. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -4
  3132. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +0 -9
  3133. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -4
  3134. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +0 -5
  3135. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -7
  3136. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +0 -5
  3137. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  3138. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -5
  3139. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +0 -7
  3140. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -4
  3141. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  3142. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  3143. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  3144. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  3145. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  3146. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  3147. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  3148. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  3149. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  3150. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  3151. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  3152. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  3153. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  3154. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  3155. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  3156. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  3157. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  3158. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  3159. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  3160. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  3161. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  3162. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  3163. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  3164. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  3165. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  3166. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  3167. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  3168. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  3169. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
  3170. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  3171. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  3172. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  3173. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  3174. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  3175. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  3176. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
  3177. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
  3178. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  3179. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
  3180. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  3181. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
  3182. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
  3183. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  3184. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  3185. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  3186. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +0 -3
  3187. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +0 -2
  3188. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -5
  3189. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -2
  3190. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -4
  3191. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -3
  3192. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +0 -7
  3193. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
  3194. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
  3195. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +0 -4
  3196. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -11
  3197. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
  3198. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
  3199. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -3
  3200. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  3201. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
  3202. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
  3203. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -2
  3204. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
  3205. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  3206. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
  3207. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
  3208. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  3209. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -2
  3210. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +0 -2
  3211. package/examples/full-example-typescript/node_modules/@smithy/util-endpoints/package.json +0 -68
  3212. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  3213. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/README.md +0 -4
  3214. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -67
  3215. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -33
  3216. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +0 -12
  3217. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
  3218. package/examples/full-example-typescript/node_modules/@smithy/util-hex-encoding/package.json +0 -59
  3219. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/LICENSE +0 -201
  3220. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/README.md +0 -12
  3221. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
  3222. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -45
  3223. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
  3224. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +0 -2
  3225. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
  3226. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +0 -6
  3227. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
  3228. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
  3229. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +0 -7
  3230. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  3231. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  3232. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  3233. package/examples/full-example-typescript/node_modules/@smithy/util-middleware/package.json +0 -66
  3234. package/examples/full-example-typescript/node_modules/@smithy/util-retry/LICENSE +0 -201
  3235. package/examples/full-example-typescript/node_modules/@smithy/util-retry/README.md +0 -78
  3236. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  3237. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  3238. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  3239. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  3240. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  3241. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  3242. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  3243. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  3244. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -352
  3245. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  3246. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -24
  3247. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -18
  3248. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -100
  3249. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -65
  3250. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/config.js +0 -7
  3251. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/constants.js +0 -9
  3252. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  3253. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  3254. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/index.js +0 -7
  3255. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-es/types.js +0 -1
  3256. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -33
  3257. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +0 -32
  3258. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +0 -49
  3259. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -26
  3260. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/config.d.ts +0 -20
  3261. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -59
  3262. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  3263. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  3264. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -7
  3265. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  3266. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  3267. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
  3268. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  3269. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  3270. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  3271. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  3272. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  3273. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  3274. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  3275. package/examples/full-example-typescript/node_modules/@smithy/util-retry/dist-types/types.d.ts +0 -19
  3276. package/examples/full-example-typescript/node_modules/@smithy/util-retry/package.json +0 -68
  3277. package/examples/full-example-typescript/node_modules/@smithy/util-stream/LICENSE +0 -201
  3278. package/examples/full-example-typescript/node_modules/@smithy/util-stream/README.md +0 -6
  3279. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
  3280. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
  3281. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -7
  3282. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -49
  3283. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -40
  3284. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -13
  3285. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
  3286. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -30
  3287. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -36
  3288. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -46
  3289. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -100
  3290. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -69
  3291. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -55
  3292. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -11
  3293. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -17
  3294. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -14
  3295. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -18
  3296. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  3297. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +0 -3
  3298. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -44
  3299. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -35
  3300. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -9
  3301. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +0 -27
  3302. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +0 -26
  3303. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +0 -31
  3304. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -41
  3305. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/index.js +0 -8
  3306. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
  3307. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -50
  3308. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +0 -7
  3309. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -13
  3310. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +0 -5
  3311. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  3312. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  3313. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +0 -37
  3314. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -61
  3315. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -15
  3316. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -12
  3317. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  3318. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -7
  3319. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +0 -8
  3320. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -9
  3321. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -8
  3322. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +0 -7
  3323. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
  3324. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +0 -5
  3325. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -8
  3326. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +0 -16
  3327. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  3328. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  3329. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
  3330. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -60
  3331. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -15
  3332. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -12
  3333. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  3334. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -7
  3335. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -8
  3336. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
  3337. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -8
  3338. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  3339. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  3340. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
  3341. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -14
  3342. package/examples/full-example-typescript/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -16
  3343. package/examples/full-example-typescript/node_modules/@smithy/util-stream/package.json +0 -95
  3344. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
  3345. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/README.md +0 -10
  3346. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
  3347. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
  3348. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -43
  3349. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +0 -2
  3350. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +0 -2
  3351. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
  3352. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -4
  3353. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +0 -4
  3354. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
  3355. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
  3356. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
  3357. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
  3358. package/examples/full-example-typescript/node_modules/@smithy/util-uri-escape/package.json +0 -58
  3359. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/LICENSE +0 -201
  3360. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/README.md +0 -4
  3361. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  3362. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  3363. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  3364. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  3365. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  3366. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  3367. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  3368. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  3369. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  3370. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  3371. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  3372. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  3373. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  3374. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  3375. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  3376. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  3377. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  3378. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  3379. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  3380. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  3381. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  3382. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  3383. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  3384. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  3385. package/examples/full-example-typescript/node_modules/@smithy/util-utf8/package.json +0 -65
  3386. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/LICENSE +0 -201
  3387. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/README.md +0 -10
  3388. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +0 -1
  3389. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/index.js +0 -187
  3390. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/poller.js +0 -1
  3391. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +0 -1
  3392. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +0 -1
  3393. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +0 -1
  3394. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +0 -1
  3395. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +0 -29
  3396. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/index.js +0 -2
  3397. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/poller.js +0 -59
  3398. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/index.js +0 -2
  3399. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +0 -3
  3400. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +0 -17
  3401. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-es/waiter.js +0 -34
  3402. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +0 -11
  3403. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/index.d.ts +0 -2
  3404. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +0 -10
  3405. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
  3406. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  3407. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
  3408. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
  3409. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
  3410. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
  3411. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
  3412. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +0 -8
  3413. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +0 -4
  3414. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +0 -8
  3415. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +0 -49
  3416. package/examples/full-example-typescript/node_modules/@smithy/util-waiter/package.json +0 -62
  3417. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/LICENSE +0 -24
  3418. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/Readme.md +0 -79
  3419. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts +0 -179
  3420. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/index.js +0 -176
  3421. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/cjs/package.json +0 -4
  3422. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts +0 -179
  3423. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/index.js +0 -169
  3424. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/lib/esm/package.json +0 -4
  3425. package/examples/full-example-typescript/node_modules/@socket.io/component-emitter/package.json +0 -28
  3426. package/examples/full-example-typescript/node_modules/@tokenizer/token/README.md +0 -19
  3427. package/examples/full-example-typescript/node_modules/@tokenizer/token/index.d.ts +0 -30
  3428. package/examples/full-example-typescript/node_modules/@tokenizer/token/package.json +0 -33
  3429. package/examples/full-example-typescript/node_modules/@types/body-parser/LICENSE +0 -21
  3430. package/examples/full-example-typescript/node_modules/@types/body-parser/README.md +0 -15
  3431. package/examples/full-example-typescript/node_modules/@types/body-parser/index.d.ts +0 -95
  3432. package/examples/full-example-typescript/node_modules/@types/body-parser/package.json +0 -58
  3433. package/examples/full-example-typescript/node_modules/@types/connect/LICENSE +0 -21
  3434. package/examples/full-example-typescript/node_modules/@types/connect/README.md +0 -15
  3435. package/examples/full-example-typescript/node_modules/@types/connect/index.d.ts +0 -91
  3436. package/examples/full-example-typescript/node_modules/@types/connect/package.json +0 -32
  3437. package/examples/full-example-typescript/node_modules/@types/cookie/LICENSE +0 -21
  3438. package/examples/full-example-typescript/node_modules/@types/cookie/README.md +0 -16
  3439. package/examples/full-example-typescript/node_modules/@types/cookie/index.d.ts +0 -135
  3440. package/examples/full-example-typescript/node_modules/@types/cookie/package.json +0 -30
  3441. package/examples/full-example-typescript/node_modules/@types/cors/LICENSE +0 -21
  3442. package/examples/full-example-typescript/node_modules/@types/cors/README.md +0 -75
  3443. package/examples/full-example-typescript/node_modules/@types/cors/index.d.ts +0 -56
  3444. package/examples/full-example-typescript/node_modules/@types/cors/package.json +0 -32
  3445. package/examples/full-example-typescript/node_modules/@types/express/LICENSE +0 -21
  3446. package/examples/full-example-typescript/node_modules/@types/express/README.md +0 -15
  3447. package/examples/full-example-typescript/node_modules/@types/express/index.d.ts +0 -128
  3448. package/examples/full-example-typescript/node_modules/@types/express/package.json +0 -45
  3449. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/LICENSE +0 -21
  3450. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/README.md +0 -15
  3451. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/index.d.ts +0 -1240
  3452. package/examples/full-example-typescript/node_modules/@types/express-serve-static-core/package.json +0 -51
  3453. package/examples/full-example-typescript/node_modules/@types/http-errors/LICENSE +0 -21
  3454. package/examples/full-example-typescript/node_modules/@types/http-errors/README.md +0 -15
  3455. package/examples/full-example-typescript/node_modules/@types/http-errors/index.d.ts +0 -77
  3456. package/examples/full-example-typescript/node_modules/@types/http-errors/package.json +0 -30
  3457. package/examples/full-example-typescript/node_modules/@types/mime/LICENSE +0 -21
  3458. package/examples/full-example-typescript/node_modules/@types/mime/Mime.d.ts +0 -10
  3459. package/examples/full-example-typescript/node_modules/@types/mime/README.md +0 -15
  3460. package/examples/full-example-typescript/node_modules/@types/mime/index.d.ts +0 -31
  3461. package/examples/full-example-typescript/node_modules/@types/mime/lite.d.ts +0 -7
  3462. package/examples/full-example-typescript/node_modules/@types/mime/package.json +0 -30
  3463. package/examples/full-example-typescript/node_modules/@types/node/LICENSE +0 -21
  3464. package/examples/full-example-typescript/node_modules/@types/node/README.md +0 -15
  3465. package/examples/full-example-typescript/node_modules/@types/node/assert/strict.d.ts +0 -8
  3466. package/examples/full-example-typescript/node_modules/@types/node/assert.d.ts +0 -1040
  3467. package/examples/full-example-typescript/node_modules/@types/node/async_hooks.d.ts +0 -541
  3468. package/examples/full-example-typescript/node_modules/@types/node/buffer.buffer.d.ts +0 -385
  3469. package/examples/full-example-typescript/node_modules/@types/node/buffer.d.ts +0 -1933
  3470. package/examples/full-example-typescript/node_modules/@types/node/child_process.d.ts +0 -1549
  3471. package/examples/full-example-typescript/node_modules/@types/node/cluster.d.ts +0 -579
  3472. package/examples/full-example-typescript/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  3473. package/examples/full-example-typescript/node_modules/@types/node/compatibility/index.d.ts +0 -9
  3474. package/examples/full-example-typescript/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
  3475. package/examples/full-example-typescript/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  3476. package/examples/full-example-typescript/node_modules/@types/node/console.d.ts +0 -452
  3477. package/examples/full-example-typescript/node_modules/@types/node/constants.d.ts +0 -19
  3478. package/examples/full-example-typescript/node_modules/@types/node/crypto.d.ts +0 -4475
  3479. package/examples/full-example-typescript/node_modules/@types/node/dgram.d.ts +0 -596
  3480. package/examples/full-example-typescript/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  3481. package/examples/full-example-typescript/node_modules/@types/node/dns/promises.d.ts +0 -476
  3482. package/examples/full-example-typescript/node_modules/@types/node/dns.d.ts +0 -865
  3483. package/examples/full-example-typescript/node_modules/@types/node/dom-events.d.ts +0 -124
  3484. package/examples/full-example-typescript/node_modules/@types/node/domain.d.ts +0 -170
  3485. package/examples/full-example-typescript/node_modules/@types/node/events.d.ts +0 -931
  3486. package/examples/full-example-typescript/node_modules/@types/node/fs/promises.d.ts +0 -1275
  3487. package/examples/full-example-typescript/node_modules/@types/node/fs.d.ts +0 -4396
  3488. package/examples/full-example-typescript/node_modules/@types/node/globals.d.ts +0 -566
  3489. package/examples/full-example-typescript/node_modules/@types/node/globals.typedarray.d.ts +0 -21
  3490. package/examples/full-example-typescript/node_modules/@types/node/http.d.ts +0 -1958
  3491. package/examples/full-example-typescript/node_modules/@types/node/http2.d.ts +0 -2558
  3492. package/examples/full-example-typescript/node_modules/@types/node/https.d.ts +0 -543
  3493. package/examples/full-example-typescript/node_modules/@types/node/index.d.ts +0 -92
  3494. package/examples/full-example-typescript/node_modules/@types/node/inspector.d.ts +0 -3966
  3495. package/examples/full-example-typescript/node_modules/@types/node/module.d.ts +0 -402
  3496. package/examples/full-example-typescript/node_modules/@types/node/net.d.ts +0 -1001
  3497. package/examples/full-example-typescript/node_modules/@types/node/os.d.ts +0 -495
  3498. package/examples/full-example-typescript/node_modules/@types/node/package.json +0 -220
  3499. package/examples/full-example-typescript/node_modules/@types/node/path.d.ts +0 -200
  3500. package/examples/full-example-typescript/node_modules/@types/node/perf_hooks.d.ts +0 -965
  3501. package/examples/full-example-typescript/node_modules/@types/node/process.d.ts +0 -1963
  3502. package/examples/full-example-typescript/node_modules/@types/node/punycode.d.ts +0 -117
  3503. package/examples/full-example-typescript/node_modules/@types/node/querystring.d.ts +0 -153
  3504. package/examples/full-example-typescript/node_modules/@types/node/readline/promises.d.ts +0 -162
  3505. package/examples/full-example-typescript/node_modules/@types/node/readline.d.ts +0 -589
  3506. package/examples/full-example-typescript/node_modules/@types/node/repl.d.ts +0 -430
  3507. package/examples/full-example-typescript/node_modules/@types/node/sea.d.ts +0 -153
  3508. package/examples/full-example-typescript/node_modules/@types/node/sqlite.d.ts +0 -213
  3509. package/examples/full-example-typescript/node_modules/@types/node/stream/consumers.d.ts +0 -12
  3510. package/examples/full-example-typescript/node_modules/@types/node/stream/promises.d.ts +0 -90
  3511. package/examples/full-example-typescript/node_modules/@types/node/stream/web.d.ts +0 -609
  3512. package/examples/full-example-typescript/node_modules/@types/node/stream.d.ts +0 -1726
  3513. package/examples/full-example-typescript/node_modules/@types/node/string_decoder.d.ts +0 -67
  3514. package/examples/full-example-typescript/node_modules/@types/node/test.d.ts +0 -2248
  3515. package/examples/full-example-typescript/node_modules/@types/node/timers/promises.d.ts +0 -97
  3516. package/examples/full-example-typescript/node_modules/@types/node/timers.d.ts +0 -240
  3517. package/examples/full-example-typescript/node_modules/@types/node/tls.d.ts +0 -1226
  3518. package/examples/full-example-typescript/node_modules/@types/node/trace_events.d.ts +0 -197
  3519. package/examples/full-example-typescript/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -385
  3520. package/examples/full-example-typescript/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -19
  3521. package/examples/full-example-typescript/node_modules/@types/node/ts5.6/index.d.ts +0 -92
  3522. package/examples/full-example-typescript/node_modules/@types/node/tty.d.ts +0 -208
  3523. package/examples/full-example-typescript/node_modules/@types/node/url.d.ts +0 -972
  3524. package/examples/full-example-typescript/node_modules/@types/node/util.d.ts +0 -2371
  3525. package/examples/full-example-typescript/node_modules/@types/node/v8.d.ts +0 -808
  3526. package/examples/full-example-typescript/node_modules/@types/node/vm.d.ts +0 -976
  3527. package/examples/full-example-typescript/node_modules/@types/node/wasi.d.ts +0 -181
  3528. package/examples/full-example-typescript/node_modules/@types/node/worker_threads.d.ts +0 -745
  3529. package/examples/full-example-typescript/node_modules/@types/node/zlib.d.ts +0 -539
  3530. package/examples/full-example-typescript/node_modules/@types/oauth/LICENSE +0 -21
  3531. package/examples/full-example-typescript/node_modules/@types/oauth/README.md +0 -15
  3532. package/examples/full-example-typescript/node_modules/@types/oauth/index.d.ts +0 -307
  3533. package/examples/full-example-typescript/node_modules/@types/oauth/package.json +0 -32
  3534. package/examples/full-example-typescript/node_modules/@types/passport/LICENSE +0 -21
  3535. package/examples/full-example-typescript/node_modules/@types/passport/README.md +0 -15
  3536. package/examples/full-example-typescript/node_modules/@types/passport/index.d.ts +0 -925
  3537. package/examples/full-example-typescript/node_modules/@types/passport/package.json +0 -58
  3538. package/examples/full-example-typescript/node_modules/@types/passport-facebook/LICENSE +0 -21
  3539. package/examples/full-example-typescript/node_modules/@types/passport-facebook/README.md +0 -103
  3540. package/examples/full-example-typescript/node_modules/@types/passport-facebook/index.d.ts +0 -84
  3541. package/examples/full-example-typescript/node_modules/@types/passport-facebook/package.json +0 -34
  3542. package/examples/full-example-typescript/node_modules/@types/passport-github2/LICENSE +0 -21
  3543. package/examples/full-example-typescript/node_modules/@types/passport-github2/README.md +0 -83
  3544. package/examples/full-example-typescript/node_modules/@types/passport-github2/index.d.ts +0 -64
  3545. package/examples/full-example-typescript/node_modules/@types/passport-github2/package.json +0 -44
  3546. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/LICENSE +0 -21
  3547. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/README.md +0 -15
  3548. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/index.d.ts +0 -294
  3549. package/examples/full-example-typescript/node_modules/@types/passport-google-oauth20/package.json +0 -44
  3550. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/LICENSE +0 -21
  3551. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/README.md +0 -46
  3552. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/index.d.ts +0 -27
  3553. package/examples/full-example-typescript/node_modules/@types/passport-microsoft/package.json +0 -27
  3554. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/LICENSE +0 -21
  3555. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/README.md +0 -15
  3556. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/index.d.ts +0 -119
  3557. package/examples/full-example-typescript/node_modules/@types/passport-oauth2/package.json +0 -54
  3558. package/examples/full-example-typescript/node_modules/@types/qs/LICENSE +0 -21
  3559. package/examples/full-example-typescript/node_modules/@types/qs/README.md +0 -15
  3560. package/examples/full-example-typescript/node_modules/@types/qs/index.d.ts +0 -81
  3561. package/examples/full-example-typescript/node_modules/@types/qs/package.json +0 -66
  3562. package/examples/full-example-typescript/node_modules/@types/range-parser/LICENSE +0 -21
  3563. package/examples/full-example-typescript/node_modules/@types/range-parser/README.md +0 -53
  3564. package/examples/full-example-typescript/node_modules/@types/range-parser/index.d.ts +0 -34
  3565. package/examples/full-example-typescript/node_modules/@types/range-parser/package.json +0 -25
  3566. package/examples/full-example-typescript/node_modules/@types/send/LICENSE +0 -21
  3567. package/examples/full-example-typescript/node_modules/@types/send/README.md +0 -15
  3568. package/examples/full-example-typescript/node_modules/@types/send/index.d.ts +0 -225
  3569. package/examples/full-example-typescript/node_modules/@types/send/package.json +0 -33
  3570. package/examples/full-example-typescript/node_modules/@types/serve-static/LICENSE +0 -21
  3571. package/examples/full-example-typescript/node_modules/@types/serve-static/README.md +0 -15
  3572. package/examples/full-example-typescript/node_modules/@types/serve-static/index.d.ts +0 -107
  3573. package/examples/full-example-typescript/node_modules/@types/serve-static/package.json +0 -39
  3574. package/examples/full-example-typescript/node_modules/accepts/HISTORY.md +0 -243
  3575. package/examples/full-example-typescript/node_modules/accepts/LICENSE +0 -23
  3576. package/examples/full-example-typescript/node_modules/accepts/README.md +0 -140
  3577. package/examples/full-example-typescript/node_modules/accepts/index.js +0 -238
  3578. package/examples/full-example-typescript/node_modules/accepts/package.json +0 -47
  3579. package/examples/full-example-typescript/node_modules/array-flatten/LICENSE +0 -21
  3580. package/examples/full-example-typescript/node_modules/array-flatten/README.md +0 -43
  3581. package/examples/full-example-typescript/node_modules/array-flatten/array-flatten.js +0 -64
  3582. package/examples/full-example-typescript/node_modules/array-flatten/package.json +0 -39
  3583. package/examples/full-example-typescript/node_modules/assert-options/LICENSE +0 -21
  3584. package/examples/full-example-typescript/node_modules/assert-options/README.md +0 -101
  3585. package/examples/full-example-typescript/node_modules/assert-options/dist/src/assert.d.ts +0 -10
  3586. package/examples/full-example-typescript/node_modules/assert-options/dist/src/assert.js +0 -43
  3587. package/examples/full-example-typescript/node_modules/assert-options/dist/src/handler.d.ts +0 -16
  3588. package/examples/full-example-typescript/node_modules/assert-options/dist/src/handler.js +0 -26
  3589. package/examples/full-example-typescript/node_modules/assert-options/dist/src/index.d.ts +0 -3
  3590. package/examples/full-example-typescript/node_modules/assert-options/dist/src/index.js +0 -10
  3591. package/examples/full-example-typescript/node_modules/assert-options/dist/src/types.d.ts +0 -26
  3592. package/examples/full-example-typescript/node_modules/assert-options/dist/src/types.js +0 -12
  3593. package/examples/full-example-typescript/node_modules/assert-options/package.json +0 -44
  3594. package/examples/full-example-typescript/node_modules/base64id/CHANGELOG.md +0 -16
  3595. package/examples/full-example-typescript/node_modules/base64id/LICENSE +0 -22
  3596. package/examples/full-example-typescript/node_modules/base64id/README.md +0 -18
  3597. package/examples/full-example-typescript/node_modules/base64id/lib/base64id.js +0 -103
  3598. package/examples/full-example-typescript/node_modules/base64id/package.json +0 -13
  3599. package/examples/full-example-typescript/node_modules/base64url/LICENSE +0 -20
  3600. package/examples/full-example-typescript/node_modules/base64url/dist/.gitkeep +0 -0
  3601. package/examples/full-example-typescript/node_modules/base64url/dist/base64url.d.ts +0 -11
  3602. package/examples/full-example-typescript/node_modules/base64url/dist/base64url.js +0 -37
  3603. package/examples/full-example-typescript/node_modules/base64url/dist/pad-string.d.ts +0 -1
  3604. package/examples/full-example-typescript/node_modules/base64url/dist/pad-string.js +0 -20
  3605. package/examples/full-example-typescript/node_modules/base64url/index.js +0 -2
  3606. package/examples/full-example-typescript/node_modules/base64url/package.json +0 -35
  3607. package/examples/full-example-typescript/node_modules/base64url/readme.md +0 -127
  3608. package/examples/full-example-typescript/node_modules/body-parser/HISTORY.md +0 -672
  3609. package/examples/full-example-typescript/node_modules/body-parser/LICENSE +0 -23
  3610. package/examples/full-example-typescript/node_modules/body-parser/README.md +0 -476
  3611. package/examples/full-example-typescript/node_modules/body-parser/SECURITY.md +0 -25
  3612. package/examples/full-example-typescript/node_modules/body-parser/index.js +0 -156
  3613. package/examples/full-example-typescript/node_modules/body-parser/lib/read.js +0 -205
  3614. package/examples/full-example-typescript/node_modules/body-parser/lib/types/json.js +0 -247
  3615. package/examples/full-example-typescript/node_modules/body-parser/lib/types/raw.js +0 -101
  3616. package/examples/full-example-typescript/node_modules/body-parser/lib/types/text.js +0 -121
  3617. package/examples/full-example-typescript/node_modules/body-parser/lib/types/urlencoded.js +0 -307
  3618. package/examples/full-example-typescript/node_modules/body-parser/package.json +0 -56
  3619. package/examples/full-example-typescript/node_modules/bowser/CHANGELOG.md +0 -218
  3620. package/examples/full-example-typescript/node_modules/bowser/LICENSE +0 -39
  3621. package/examples/full-example-typescript/node_modules/bowser/README.md +0 -179
  3622. package/examples/full-example-typescript/node_modules/bowser/bundled.js +0 -1
  3623. package/examples/full-example-typescript/node_modules/bowser/es5.js +0 -1
  3624. package/examples/full-example-typescript/node_modules/bowser/index.d.ts +0 -250
  3625. package/examples/full-example-typescript/node_modules/bowser/package.json +0 -83
  3626. package/examples/full-example-typescript/node_modules/bowser/src/bowser.js +0 -77
  3627. package/examples/full-example-typescript/node_modules/bowser/src/constants.js +0 -116
  3628. package/examples/full-example-typescript/node_modules/bowser/src/parser-browsers.js +0 -700
  3629. package/examples/full-example-typescript/node_modules/bowser/src/parser-engines.js +0 -120
  3630. package/examples/full-example-typescript/node_modules/bowser/src/parser-os.js +0 -199
  3631. package/examples/full-example-typescript/node_modules/bowser/src/parser-platforms.js +0 -266
  3632. package/examples/full-example-typescript/node_modules/bowser/src/parser.js +0 -496
  3633. package/examples/full-example-typescript/node_modules/bowser/src/utils.js +0 -309
  3634. package/examples/full-example-typescript/node_modules/bytes/History.md +0 -97
  3635. package/examples/full-example-typescript/node_modules/bytes/LICENSE +0 -23
  3636. package/examples/full-example-typescript/node_modules/bytes/Readme.md +0 -152
  3637. package/examples/full-example-typescript/node_modules/bytes/index.js +0 -170
  3638. package/examples/full-example-typescript/node_modules/bytes/package.json +0 -42
  3639. package/examples/full-example-typescript/node_modules/call-bind/.eslintignore +0 -1
  3640. package/examples/full-example-typescript/node_modules/call-bind/.eslintrc +0 -16
  3641. package/examples/full-example-typescript/node_modules/call-bind/.github/FUNDING.yml +0 -12
  3642. package/examples/full-example-typescript/node_modules/call-bind/.nycrc +0 -9
  3643. package/examples/full-example-typescript/node_modules/call-bind/CHANGELOG.md +0 -106
  3644. package/examples/full-example-typescript/node_modules/call-bind/LICENSE +0 -21
  3645. package/examples/full-example-typescript/node_modules/call-bind/README.md +0 -64
  3646. package/examples/full-example-typescript/node_modules/call-bind/callBound.js +0 -15
  3647. package/examples/full-example-typescript/node_modules/call-bind/index.js +0 -24
  3648. package/examples/full-example-typescript/node_modules/call-bind/package.json +0 -93
  3649. package/examples/full-example-typescript/node_modules/call-bind/test/callBound.js +0 -54
  3650. package/examples/full-example-typescript/node_modules/call-bind/test/index.js +0 -74
  3651. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.eslintrc +0 -16
  3652. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +0 -12
  3653. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/.nycrc +0 -9
  3654. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/CHANGELOG.md +0 -23
  3655. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/LICENSE +0 -21
  3656. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/README.md +0 -62
  3657. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/actualApply.d.ts +0 -1
  3658. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/actualApply.js +0 -10
  3659. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/applyBind.d.ts +0 -19
  3660. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/applyBind.js +0 -10
  3661. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionApply.d.ts +0 -1
  3662. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionApply.js +0 -4
  3663. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionCall.d.ts +0 -1
  3664. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/functionCall.js +0 -4
  3665. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/index.d.ts +0 -46
  3666. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/index.js +0 -15
  3667. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/package.json +0 -85
  3668. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/reflectApply.d.ts +0 -3
  3669. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/reflectApply.js +0 -4
  3670. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/test/index.js +0 -63
  3671. package/examples/full-example-typescript/node_modules/call-bind-apply-helpers/tsconfig.json +0 -9
  3672. package/examples/full-example-typescript/node_modules/call-bound/.eslintrc +0 -13
  3673. package/examples/full-example-typescript/node_modules/call-bound/.github/FUNDING.yml +0 -12
  3674. package/examples/full-example-typescript/node_modules/call-bound/.nycrc +0 -9
  3675. package/examples/full-example-typescript/node_modules/call-bound/CHANGELOG.md +0 -25
  3676. package/examples/full-example-typescript/node_modules/call-bound/LICENSE +0 -21
  3677. package/examples/full-example-typescript/node_modules/call-bound/README.md +0 -53
  3678. package/examples/full-example-typescript/node_modules/call-bound/index.d.ts +0 -5
  3679. package/examples/full-example-typescript/node_modules/call-bound/index.js +0 -18
  3680. package/examples/full-example-typescript/node_modules/call-bound/package.json +0 -98
  3681. package/examples/full-example-typescript/node_modules/call-bound/test/index.js +0 -54
  3682. package/examples/full-example-typescript/node_modules/call-bound/tsconfig.json +0 -9
  3683. package/examples/full-example-typescript/node_modules/check-disk-space/LICENSE +0 -21
  3684. package/examples/full-example-typescript/node_modules/check-disk-space/README.md +0 -53
  3685. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.cjs +0 -210
  3686. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.d.ts +0 -53
  3687. package/examples/full-example-typescript/node_modules/check-disk-space/dist/check-disk-space.mjs +0 -203
  3688. package/examples/full-example-typescript/node_modules/check-disk-space/package.json +0 -83
  3689. package/examples/full-example-typescript/node_modules/content-disposition/HISTORY.md +0 -60
  3690. package/examples/full-example-typescript/node_modules/content-disposition/LICENSE +0 -22
  3691. package/examples/full-example-typescript/node_modules/content-disposition/README.md +0 -142
  3692. package/examples/full-example-typescript/node_modules/content-disposition/index.js +0 -458
  3693. package/examples/full-example-typescript/node_modules/content-disposition/package.json +0 -44
  3694. package/examples/full-example-typescript/node_modules/content-type/HISTORY.md +0 -29
  3695. package/examples/full-example-typescript/node_modules/content-type/LICENSE +0 -22
  3696. package/examples/full-example-typescript/node_modules/content-type/README.md +0 -94
  3697. package/examples/full-example-typescript/node_modules/content-type/index.js +0 -225
  3698. package/examples/full-example-typescript/node_modules/content-type/package.json +0 -42
  3699. package/examples/full-example-typescript/node_modules/cookie/LICENSE +0 -24
  3700. package/examples/full-example-typescript/node_modules/cookie/README.md +0 -317
  3701. package/examples/full-example-typescript/node_modules/cookie/SECURITY.md +0 -25
  3702. package/examples/full-example-typescript/node_modules/cookie/index.js +0 -334
  3703. package/examples/full-example-typescript/node_modules/cookie/package.json +0 -44
  3704. package/examples/full-example-typescript/node_modules/cookie-signature/History.md +0 -38
  3705. package/examples/full-example-typescript/node_modules/cookie-signature/Readme.md +0 -42
  3706. package/examples/full-example-typescript/node_modules/cookie-signature/index.js +0 -51
  3707. package/examples/full-example-typescript/node_modules/cookie-signature/package.json +0 -18
  3708. package/examples/full-example-typescript/node_modules/cors/CONTRIBUTING.md +0 -33
  3709. package/examples/full-example-typescript/node_modules/cors/HISTORY.md +0 -58
  3710. package/examples/full-example-typescript/node_modules/cors/LICENSE +0 -22
  3711. package/examples/full-example-typescript/node_modules/cors/README.md +0 -243
  3712. package/examples/full-example-typescript/node_modules/cors/lib/index.js +0 -238
  3713. package/examples/full-example-typescript/node_modules/cors/package.json +0 -41
  3714. package/examples/full-example-typescript/node_modules/debug/.coveralls.yml +0 -1
  3715. package/examples/full-example-typescript/node_modules/debug/.eslintrc +0 -11
  3716. package/examples/full-example-typescript/node_modules/debug/.travis.yml +0 -14
  3717. package/examples/full-example-typescript/node_modules/debug/CHANGELOG.md +0 -362
  3718. package/examples/full-example-typescript/node_modules/debug/LICENSE +0 -19
  3719. package/examples/full-example-typescript/node_modules/debug/Makefile +0 -50
  3720. package/examples/full-example-typescript/node_modules/debug/README.md +0 -312
  3721. package/examples/full-example-typescript/node_modules/debug/component.json +0 -19
  3722. package/examples/full-example-typescript/node_modules/debug/karma.conf.js +0 -70
  3723. package/examples/full-example-typescript/node_modules/debug/node.js +0 -1
  3724. package/examples/full-example-typescript/node_modules/debug/package.json +0 -49
  3725. package/examples/full-example-typescript/node_modules/debug/src/browser.js +0 -185
  3726. package/examples/full-example-typescript/node_modules/debug/src/debug.js +0 -202
  3727. package/examples/full-example-typescript/node_modules/debug/src/index.js +0 -10
  3728. package/examples/full-example-typescript/node_modules/debug/src/inspector-log.js +0 -15
  3729. package/examples/full-example-typescript/node_modules/debug/src/node.js +0 -248
  3730. package/examples/full-example-typescript/node_modules/define-data-property/.eslintrc +0 -24
  3731. package/examples/full-example-typescript/node_modules/define-data-property/.github/FUNDING.yml +0 -12
  3732. package/examples/full-example-typescript/node_modules/define-data-property/.nycrc +0 -13
  3733. package/examples/full-example-typescript/node_modules/define-data-property/CHANGELOG.md +0 -70
  3734. package/examples/full-example-typescript/node_modules/define-data-property/LICENSE +0 -21
  3735. package/examples/full-example-typescript/node_modules/define-data-property/README.md +0 -67
  3736. package/examples/full-example-typescript/node_modules/define-data-property/index.d.ts +0 -12
  3737. package/examples/full-example-typescript/node_modules/define-data-property/index.js +0 -56
  3738. package/examples/full-example-typescript/node_modules/define-data-property/package.json +0 -106
  3739. package/examples/full-example-typescript/node_modules/define-data-property/test/index.js +0 -392
  3740. package/examples/full-example-typescript/node_modules/define-data-property/tsconfig.json +0 -59
  3741. package/examples/full-example-typescript/node_modules/depd/History.md +0 -103
  3742. package/examples/full-example-typescript/node_modules/depd/LICENSE +0 -22
  3743. package/examples/full-example-typescript/node_modules/depd/Readme.md +0 -280
  3744. package/examples/full-example-typescript/node_modules/depd/index.js +0 -538
  3745. package/examples/full-example-typescript/node_modules/depd/lib/browser/index.js +0 -77
  3746. package/examples/full-example-typescript/node_modules/depd/package.json +0 -45
  3747. package/examples/full-example-typescript/node_modules/destroy/LICENSE +0 -23
  3748. package/examples/full-example-typescript/node_modules/destroy/README.md +0 -63
  3749. package/examples/full-example-typescript/node_modules/destroy/index.js +0 -209
  3750. package/examples/full-example-typescript/node_modules/destroy/package.json +0 -48
  3751. package/examples/full-example-typescript/node_modules/dunder-proto/.eslintrc +0 -5
  3752. package/examples/full-example-typescript/node_modules/dunder-proto/.github/FUNDING.yml +0 -12
  3753. package/examples/full-example-typescript/node_modules/dunder-proto/.nycrc +0 -13
  3754. package/examples/full-example-typescript/node_modules/dunder-proto/CHANGELOG.md +0 -15
  3755. package/examples/full-example-typescript/node_modules/dunder-proto/LICENSE +0 -21
  3756. package/examples/full-example-typescript/node_modules/dunder-proto/README.md +0 -54
  3757. package/examples/full-example-typescript/node_modules/dunder-proto/get.d.ts +0 -5
  3758. package/examples/full-example-typescript/node_modules/dunder-proto/get.js +0 -23
  3759. package/examples/full-example-typescript/node_modules/dunder-proto/package.json +0 -76
  3760. package/examples/full-example-typescript/node_modules/dunder-proto/set.d.ts +0 -5
  3761. package/examples/full-example-typescript/node_modules/dunder-proto/set.js +0 -29
  3762. package/examples/full-example-typescript/node_modules/dunder-proto/test/get.js +0 -34
  3763. package/examples/full-example-typescript/node_modules/dunder-proto/test/index.js +0 -4
  3764. package/examples/full-example-typescript/node_modules/dunder-proto/test/set.js +0 -41
  3765. package/examples/full-example-typescript/node_modules/dunder-proto/tsconfig.json +0 -9
  3766. package/examples/full-example-typescript/node_modules/ee-first/LICENSE +0 -22
  3767. package/examples/full-example-typescript/node_modules/ee-first/README.md +0 -80
  3768. package/examples/full-example-typescript/node_modules/ee-first/index.js +0 -95
  3769. package/examples/full-example-typescript/node_modules/ee-first/package.json +0 -29
  3770. package/examples/full-example-typescript/node_modules/encodeurl/LICENSE +0 -22
  3771. package/examples/full-example-typescript/node_modules/encodeurl/README.md +0 -109
  3772. package/examples/full-example-typescript/node_modules/encodeurl/index.js +0 -60
  3773. package/examples/full-example-typescript/node_modules/encodeurl/package.json +0 -40
  3774. package/examples/full-example-typescript/node_modules/engine.io/LICENSE +0 -19
  3775. package/examples/full-example-typescript/node_modules/engine.io/README.md +0 -603
  3776. package/examples/full-example-typescript/node_modules/engine.io/build/engine.io.d.ts +0 -26
  3777. package/examples/full-example-typescript/node_modules/engine.io/build/engine.io.js +0 -54
  3778. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/index.d.ts +0 -94
  3779. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/index.js +0 -424
  3780. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/utf8.d.ts +0 -14
  3781. package/examples/full-example-typescript/node_modules/engine.io/build/parser-v3/utf8.js +0 -187
  3782. package/examples/full-example-typescript/node_modules/engine.io/build/server.d.ts +0 -267
  3783. package/examples/full-example-typescript/node_modules/engine.io/build/server.js +0 -786
  3784. package/examples/full-example-typescript/node_modules/engine.io/build/socket.d.ts +0 -180
  3785. package/examples/full-example-typescript/node_modules/engine.io/build/socket.js +0 -460
  3786. package/examples/full-example-typescript/node_modules/engine.io/build/transport.d.ts +0 -124
  3787. package/examples/full-example-typescript/node_modules/engine.io/build/transport.js +0 -117
  3788. package/examples/full-example-typescript/node_modules/engine.io/build/transports/index.d.ts +0 -16
  3789. package/examples/full-example-typescript/node_modules/engine.io/build/transports/index.js +0 -23
  3790. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling-jsonp.d.ts +0 -12
  3791. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling-jsonp.js +0 -41
  3792. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling.d.ts +0 -87
  3793. package/examples/full-example-typescript/node_modules/engine.io/build/transports/polling.js +0 -332
  3794. package/examples/full-example-typescript/node_modules/engine.io/build/transports/websocket.d.ts +0 -32
  3795. package/examples/full-example-typescript/node_modules/engine.io/build/transports/websocket.js +0 -94
  3796. package/examples/full-example-typescript/node_modules/engine.io/build/transports/webtransport.d.ts +0 -12
  3797. package/examples/full-example-typescript/node_modules/engine.io/build/transports/webtransport.js +0 -63
  3798. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/index.d.ts +0 -7
  3799. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/index.js +0 -8
  3800. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/polling.d.ts +0 -99
  3801. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/polling.js +0 -364
  3802. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/websocket.d.ts +0 -32
  3803. package/examples/full-example-typescript/node_modules/engine.io/build/transports-uws/websocket.js +0 -73
  3804. package/examples/full-example-typescript/node_modules/engine.io/build/userver.d.ts +0 -42
  3805. package/examples/full-example-typescript/node_modules/engine.io/build/userver.js +0 -279
  3806. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/LICENSE +0 -24
  3807. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/README.md +0 -317
  3808. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/SECURITY.md +0 -25
  3809. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/index.js +0 -335
  3810. package/examples/full-example-typescript/node_modules/engine.io/node_modules/cookie/package.json +0 -44
  3811. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/LICENSE +0 -20
  3812. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/README.md +0 -481
  3813. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/package.json +0 -60
  3814. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/browser.js +0 -271
  3815. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/common.js +0 -274
  3816. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/index.js +0 -10
  3817. package/examples/full-example-typescript/node_modules/engine.io/node_modules/debug/src/node.js +0 -263
  3818. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/index.js +0 -162
  3819. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/license.md +0 -21
  3820. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/package.json +0 -38
  3821. package/examples/full-example-typescript/node_modules/engine.io/node_modules/ms/readme.md +0 -59
  3822. package/examples/full-example-typescript/node_modules/engine.io/package.json +0 -71
  3823. package/examples/full-example-typescript/node_modules/engine.io/wrapper.mjs +0 -10
  3824. package/examples/full-example-typescript/node_modules/engine.io-parser/LICENSE +0 -22
  3825. package/examples/full-example-typescript/node_modules/engine.io-parser/Readme.md +0 -158
  3826. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/commons.d.ts +0 -14
  3827. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/commons.js +0 -19
  3828. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts +0 -2
  3829. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js +0 -48
  3830. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts +0 -2
  3831. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js +0 -66
  3832. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts +0 -2
  3833. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/decodePacket.js +0 -59
  3834. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts +0 -4
  3835. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js +0 -72
  3836. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts +0 -3
  3837. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/encodePacket.js +0 -38
  3838. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/index.d.ts +0 -9
  3839. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/index.js +0 -164
  3840. package/examples/full-example-typescript/node_modules/engine.io-parser/build/cjs/package.json +0 -8
  3841. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/commons.d.ts +0 -14
  3842. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/commons.js +0 -14
  3843. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts +0 -2
  3844. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js +0 -43
  3845. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts +0 -2
  3846. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.browser.js +0 -62
  3847. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.d.ts +0 -2
  3848. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/decodePacket.js +0 -55
  3849. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts +0 -4
  3850. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.browser.js +0 -68
  3851. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.d.ts +0 -3
  3852. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/encodePacket.js +0 -33
  3853. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/index.d.ts +0 -9
  3854. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/index.js +0 -156
  3855. package/examples/full-example-typescript/node_modules/engine.io-parser/build/esm/package.json +0 -8
  3856. package/examples/full-example-typescript/node_modules/engine.io-parser/package.json +0 -46
  3857. package/examples/full-example-typescript/node_modules/es-define-property/.eslintrc +0 -13
  3858. package/examples/full-example-typescript/node_modules/es-define-property/.github/FUNDING.yml +0 -12
  3859. package/examples/full-example-typescript/node_modules/es-define-property/.nycrc +0 -9
  3860. package/examples/full-example-typescript/node_modules/es-define-property/CHANGELOG.md +0 -29
  3861. package/examples/full-example-typescript/node_modules/es-define-property/LICENSE +0 -21
  3862. package/examples/full-example-typescript/node_modules/es-define-property/README.md +0 -49
  3863. package/examples/full-example-typescript/node_modules/es-define-property/index.d.ts +0 -3
  3864. package/examples/full-example-typescript/node_modules/es-define-property/index.js +0 -14
  3865. package/examples/full-example-typescript/node_modules/es-define-property/package.json +0 -81
  3866. package/examples/full-example-typescript/node_modules/es-define-property/test/index.js +0 -56
  3867. package/examples/full-example-typescript/node_modules/es-define-property/tsconfig.json +0 -10
  3868. package/examples/full-example-typescript/node_modules/es-errors/.eslintrc +0 -5
  3869. package/examples/full-example-typescript/node_modules/es-errors/.github/FUNDING.yml +0 -12
  3870. package/examples/full-example-typescript/node_modules/es-errors/CHANGELOG.md +0 -40
  3871. package/examples/full-example-typescript/node_modules/es-errors/LICENSE +0 -21
  3872. package/examples/full-example-typescript/node_modules/es-errors/README.md +0 -55
  3873. package/examples/full-example-typescript/node_modules/es-errors/eval.d.ts +0 -3
  3874. package/examples/full-example-typescript/node_modules/es-errors/eval.js +0 -4
  3875. package/examples/full-example-typescript/node_modules/es-errors/index.d.ts +0 -3
  3876. package/examples/full-example-typescript/node_modules/es-errors/index.js +0 -4
  3877. package/examples/full-example-typescript/node_modules/es-errors/package.json +0 -80
  3878. package/examples/full-example-typescript/node_modules/es-errors/range.d.ts +0 -3
  3879. package/examples/full-example-typescript/node_modules/es-errors/range.js +0 -4
  3880. package/examples/full-example-typescript/node_modules/es-errors/ref.d.ts +0 -3
  3881. package/examples/full-example-typescript/node_modules/es-errors/ref.js +0 -4
  3882. package/examples/full-example-typescript/node_modules/es-errors/syntax.d.ts +0 -3
  3883. package/examples/full-example-typescript/node_modules/es-errors/syntax.js +0 -4
  3884. package/examples/full-example-typescript/node_modules/es-errors/test/index.js +0 -19
  3885. package/examples/full-example-typescript/node_modules/es-errors/tsconfig.json +0 -49
  3886. package/examples/full-example-typescript/node_modules/es-errors/type.d.ts +0 -3
  3887. package/examples/full-example-typescript/node_modules/es-errors/type.js +0 -4
  3888. package/examples/full-example-typescript/node_modules/es-errors/uri.d.ts +0 -3
  3889. package/examples/full-example-typescript/node_modules/es-errors/uri.js +0 -4
  3890. package/examples/full-example-typescript/node_modules/es-object-atoms/.eslintrc +0 -16
  3891. package/examples/full-example-typescript/node_modules/es-object-atoms/.github/FUNDING.yml +0 -12
  3892. package/examples/full-example-typescript/node_modules/es-object-atoms/CHANGELOG.md +0 -16
  3893. package/examples/full-example-typescript/node_modules/es-object-atoms/LICENSE +0 -21
  3894. package/examples/full-example-typescript/node_modules/es-object-atoms/README.md +0 -56
  3895. package/examples/full-example-typescript/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +0 -3
  3896. package/examples/full-example-typescript/node_modules/es-object-atoms/RequireObjectCoercible.js +0 -11
  3897. package/examples/full-example-typescript/node_modules/es-object-atoms/ToObject.d.ts +0 -3
  3898. package/examples/full-example-typescript/node_modules/es-object-atoms/ToObject.js +0 -10
  3899. package/examples/full-example-typescript/node_modules/es-object-atoms/index.d.ts +0 -3
  3900. package/examples/full-example-typescript/node_modules/es-object-atoms/index.js +0 -4
  3901. package/examples/full-example-typescript/node_modules/es-object-atoms/package.json +0 -79
  3902. package/examples/full-example-typescript/node_modules/es-object-atoms/test/index.js +0 -28
  3903. package/examples/full-example-typescript/node_modules/es-object-atoms/tsconfig.json +0 -6
  3904. package/examples/full-example-typescript/node_modules/escape-html/LICENSE +0 -24
  3905. package/examples/full-example-typescript/node_modules/escape-html/Readme.md +0 -43
  3906. package/examples/full-example-typescript/node_modules/escape-html/index.js +0 -78
  3907. package/examples/full-example-typescript/node_modules/escape-html/package.json +0 -24
  3908. package/examples/full-example-typescript/node_modules/etag/HISTORY.md +0 -83
  3909. package/examples/full-example-typescript/node_modules/etag/LICENSE +0 -22
  3910. package/examples/full-example-typescript/node_modules/etag/README.md +0 -159
  3911. package/examples/full-example-typescript/node_modules/etag/index.js +0 -131
  3912. package/examples/full-example-typescript/node_modules/etag/package.json +0 -47
  3913. package/examples/full-example-typescript/node_modules/express/History.md +0 -3656
  3914. package/examples/full-example-typescript/node_modules/express/LICENSE +0 -24
  3915. package/examples/full-example-typescript/node_modules/express/Readme.md +0 -260
  3916. package/examples/full-example-typescript/node_modules/express/index.js +0 -11
  3917. package/examples/full-example-typescript/node_modules/express/lib/application.js +0 -661
  3918. package/examples/full-example-typescript/node_modules/express/lib/express.js +0 -116
  3919. package/examples/full-example-typescript/node_modules/express/lib/middleware/init.js +0 -43
  3920. package/examples/full-example-typescript/node_modules/express/lib/middleware/query.js +0 -47
  3921. package/examples/full-example-typescript/node_modules/express/lib/request.js +0 -525
  3922. package/examples/full-example-typescript/node_modules/express/lib/response.js +0 -1179
  3923. package/examples/full-example-typescript/node_modules/express/lib/router/index.js +0 -673
  3924. package/examples/full-example-typescript/node_modules/express/lib/router/layer.js +0 -181
  3925. package/examples/full-example-typescript/node_modules/express/lib/router/route.js +0 -230
  3926. package/examples/full-example-typescript/node_modules/express/lib/utils.js +0 -303
  3927. package/examples/full-example-typescript/node_modules/express/lib/view.js +0 -182
  3928. package/examples/full-example-typescript/node_modules/express/package.json +0 -102
  3929. package/examples/full-example-typescript/node_modules/fast-xml-parser/CHANGELOG.md +0 -594
  3930. package/examples/full-example-typescript/node_modules/fast-xml-parser/LICENSE +0 -21
  3931. package/examples/full-example-typescript/node_modules/fast-xml-parser/README.md +0 -236
  3932. package/examples/full-example-typescript/node_modules/fast-xml-parser/package.json +0 -74
  3933. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/cli.js +0 -93
  3934. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/man.js +0 -12
  3935. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/cli/read.js +0 -92
  3936. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/fxp.d.ts +0 -402
  3937. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/fxp.js +0 -11
  3938. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/util.js +0 -72
  3939. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3940. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3941. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3942. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3943. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3944. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3945. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3946. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3947. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  3948. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3949. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3950. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3951. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3952. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3953. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3954. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3955. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3956. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3957. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3958. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3959. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3960. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3961. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3962. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3963. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/validator.js +0 -425
  3964. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -281
  3965. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3966. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3967. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -152
  3968. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -48
  3969. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -601
  3970. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -58
  3971. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -113
  3972. package/examples/full-example-typescript/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -25
  3973. package/examples/full-example-typescript/node_modules/file-type/browser.d.ts +0 -29
  3974. package/examples/full-example-typescript/node_modules/file-type/browser.js +0 -15
  3975. package/examples/full-example-typescript/node_modules/file-type/core.d.ts +0 -530
  3976. package/examples/full-example-typescript/node_modules/file-type/core.js +0 -1690
  3977. package/examples/full-example-typescript/node_modules/file-type/index.d.ts +0 -13
  3978. package/examples/full-example-typescript/node_modules/file-type/index.js +0 -14
  3979. package/examples/full-example-typescript/node_modules/file-type/license +0 -9
  3980. package/examples/full-example-typescript/node_modules/file-type/package.json +0 -244
  3981. package/examples/full-example-typescript/node_modules/file-type/readme.md +0 -543
  3982. package/examples/full-example-typescript/node_modules/file-type/supported.js +0 -304
  3983. package/examples/full-example-typescript/node_modules/file-type/util.js +0 -38
  3984. package/examples/full-example-typescript/node_modules/finalhandler/HISTORY.md +0 -210
  3985. package/examples/full-example-typescript/node_modules/finalhandler/LICENSE +0 -22
  3986. package/examples/full-example-typescript/node_modules/finalhandler/README.md +0 -147
  3987. package/examples/full-example-typescript/node_modules/finalhandler/SECURITY.md +0 -25
  3988. package/examples/full-example-typescript/node_modules/finalhandler/index.js +0 -341
  3989. package/examples/full-example-typescript/node_modules/finalhandler/package.json +0 -47
  3990. package/examples/full-example-typescript/node_modules/forwarded/HISTORY.md +0 -21
  3991. package/examples/full-example-typescript/node_modules/forwarded/LICENSE +0 -22
  3992. package/examples/full-example-typescript/node_modules/forwarded/README.md +0 -57
  3993. package/examples/full-example-typescript/node_modules/forwarded/index.js +0 -90
  3994. package/examples/full-example-typescript/node_modules/forwarded/package.json +0 -45
  3995. package/examples/full-example-typescript/node_modules/fresh/HISTORY.md +0 -70
  3996. package/examples/full-example-typescript/node_modules/fresh/LICENSE +0 -23
  3997. package/examples/full-example-typescript/node_modules/fresh/README.md +0 -119
  3998. package/examples/full-example-typescript/node_modules/fresh/index.js +0 -137
  3999. package/examples/full-example-typescript/node_modules/fresh/package.json +0 -46
  4000. package/examples/full-example-typescript/node_modules/function-bind/.eslintrc +0 -21
  4001. package/examples/full-example-typescript/node_modules/function-bind/.github/FUNDING.yml +0 -12
  4002. package/examples/full-example-typescript/node_modules/function-bind/.github/SECURITY.md +0 -3
  4003. package/examples/full-example-typescript/node_modules/function-bind/.nycrc +0 -13
  4004. package/examples/full-example-typescript/node_modules/function-bind/CHANGELOG.md +0 -136
  4005. package/examples/full-example-typescript/node_modules/function-bind/LICENSE +0 -20
  4006. package/examples/full-example-typescript/node_modules/function-bind/README.md +0 -46
  4007. package/examples/full-example-typescript/node_modules/function-bind/implementation.js +0 -84
  4008. package/examples/full-example-typescript/node_modules/function-bind/index.js +0 -5
  4009. package/examples/full-example-typescript/node_modules/function-bind/package.json +0 -87
  4010. package/examples/full-example-typescript/node_modules/function-bind/test/.eslintrc +0 -9
  4011. package/examples/full-example-typescript/node_modules/function-bind/test/index.js +0 -252
  4012. package/examples/full-example-typescript/node_modules/get-intrinsic/.eslintrc +0 -38
  4013. package/examples/full-example-typescript/node_modules/get-intrinsic/.github/FUNDING.yml +0 -12
  4014. package/examples/full-example-typescript/node_modules/get-intrinsic/.nycrc +0 -9
  4015. package/examples/full-example-typescript/node_modules/get-intrinsic/CHANGELOG.md +0 -170
  4016. package/examples/full-example-typescript/node_modules/get-intrinsic/LICENSE +0 -21
  4017. package/examples/full-example-typescript/node_modules/get-intrinsic/README.md +0 -71
  4018. package/examples/full-example-typescript/node_modules/get-intrinsic/index.js +0 -372
  4019. package/examples/full-example-typescript/node_modules/get-intrinsic/package.json +0 -97
  4020. package/examples/full-example-typescript/node_modules/get-intrinsic/test/GetIntrinsic.js +0 -274
  4021. package/examples/full-example-typescript/node_modules/gopd/.eslintrc +0 -16
  4022. package/examples/full-example-typescript/node_modules/gopd/.github/FUNDING.yml +0 -12
  4023. package/examples/full-example-typescript/node_modules/gopd/CHANGELOG.md +0 -45
  4024. package/examples/full-example-typescript/node_modules/gopd/LICENSE +0 -21
  4025. package/examples/full-example-typescript/node_modules/gopd/README.md +0 -40
  4026. package/examples/full-example-typescript/node_modules/gopd/gOPD.d.ts +0 -1
  4027. package/examples/full-example-typescript/node_modules/gopd/gOPD.js +0 -4
  4028. package/examples/full-example-typescript/node_modules/gopd/index.d.ts +0 -5
  4029. package/examples/full-example-typescript/node_modules/gopd/index.js +0 -15
  4030. package/examples/full-example-typescript/node_modules/gopd/package.json +0 -77
  4031. package/examples/full-example-typescript/node_modules/gopd/test/index.js +0 -36
  4032. package/examples/full-example-typescript/node_modules/gopd/tsconfig.json +0 -9
  4033. package/examples/full-example-typescript/node_modules/has-property-descriptors/.eslintrc +0 -13
  4034. package/examples/full-example-typescript/node_modules/has-property-descriptors/.github/FUNDING.yml +0 -12
  4035. package/examples/full-example-typescript/node_modules/has-property-descriptors/.nycrc +0 -9
  4036. package/examples/full-example-typescript/node_modules/has-property-descriptors/CHANGELOG.md +0 -35
  4037. package/examples/full-example-typescript/node_modules/has-property-descriptors/LICENSE +0 -21
  4038. package/examples/full-example-typescript/node_modules/has-property-descriptors/README.md +0 -43
  4039. package/examples/full-example-typescript/node_modules/has-property-descriptors/index.js +0 -22
  4040. package/examples/full-example-typescript/node_modules/has-property-descriptors/package.json +0 -77
  4041. package/examples/full-example-typescript/node_modules/has-property-descriptors/test/index.js +0 -57
  4042. package/examples/full-example-typescript/node_modules/has-symbols/.eslintrc +0 -11
  4043. package/examples/full-example-typescript/node_modules/has-symbols/.github/FUNDING.yml +0 -12
  4044. package/examples/full-example-typescript/node_modules/has-symbols/.nycrc +0 -9
  4045. package/examples/full-example-typescript/node_modules/has-symbols/CHANGELOG.md +0 -91
  4046. package/examples/full-example-typescript/node_modules/has-symbols/LICENSE +0 -21
  4047. package/examples/full-example-typescript/node_modules/has-symbols/README.md +0 -46
  4048. package/examples/full-example-typescript/node_modules/has-symbols/index.d.ts +0 -3
  4049. package/examples/full-example-typescript/node_modules/has-symbols/index.js +0 -14
  4050. package/examples/full-example-typescript/node_modules/has-symbols/package.json +0 -111
  4051. package/examples/full-example-typescript/node_modules/has-symbols/shams.d.ts +0 -3
  4052. package/examples/full-example-typescript/node_modules/has-symbols/shams.js +0 -45
  4053. package/examples/full-example-typescript/node_modules/has-symbols/test/index.js +0 -22
  4054. package/examples/full-example-typescript/node_modules/has-symbols/test/shams/core-js.js +0 -29
  4055. package/examples/full-example-typescript/node_modules/has-symbols/test/shams/get-own-property-symbols.js +0 -29
  4056. package/examples/full-example-typescript/node_modules/has-symbols/test/tests.js +0 -58
  4057. package/examples/full-example-typescript/node_modules/has-symbols/tsconfig.json +0 -10
  4058. package/examples/full-example-typescript/node_modules/hasown/.eslintrc +0 -5
  4059. package/examples/full-example-typescript/node_modules/hasown/.github/FUNDING.yml +0 -12
  4060. package/examples/full-example-typescript/node_modules/hasown/.nycrc +0 -13
  4061. package/examples/full-example-typescript/node_modules/hasown/CHANGELOG.md +0 -40
  4062. package/examples/full-example-typescript/node_modules/hasown/LICENSE +0 -21
  4063. package/examples/full-example-typescript/node_modules/hasown/README.md +0 -40
  4064. package/examples/full-example-typescript/node_modules/hasown/index.d.ts +0 -3
  4065. package/examples/full-example-typescript/node_modules/hasown/index.js +0 -8
  4066. package/examples/full-example-typescript/node_modules/hasown/package.json +0 -92
  4067. package/examples/full-example-typescript/node_modules/hasown/tsconfig.json +0 -6
  4068. package/examples/full-example-typescript/node_modules/http-errors/HISTORY.md +0 -180
  4069. package/examples/full-example-typescript/node_modules/http-errors/LICENSE +0 -23
  4070. package/examples/full-example-typescript/node_modules/http-errors/README.md +0 -169
  4071. package/examples/full-example-typescript/node_modules/http-errors/index.js +0 -289
  4072. package/examples/full-example-typescript/node_modules/http-errors/package.json +0 -50
  4073. package/examples/full-example-typescript/node_modules/iconv-lite/Changelog.md +0 -162
  4074. package/examples/full-example-typescript/node_modules/iconv-lite/LICENSE +0 -21
  4075. package/examples/full-example-typescript/node_modules/iconv-lite/README.md +0 -156
  4076. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/dbcs-codec.js +0 -555
  4077. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/dbcs-data.js +0 -176
  4078. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/index.js +0 -22
  4079. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/internal.js +0 -188
  4080. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-codec.js +0 -72
  4081. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-data-generated.js +0 -451
  4082. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/sbcs-data.js +0 -174
  4083. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/big5-added.json +0 -122
  4084. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp936.json +0 -264
  4085. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp949.json +0 -273
  4086. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/cp950.json +0 -177
  4087. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/eucjp.json +0 -182
  4088. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +0 -1
  4089. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/gbk-added.json +0 -55
  4090. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/tables/shiftjis.json +0 -125
  4091. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/utf16.js +0 -177
  4092. package/examples/full-example-typescript/node_modules/iconv-lite/encodings/utf7.js +0 -290
  4093. package/examples/full-example-typescript/node_modules/iconv-lite/lib/bom-handling.js +0 -52
  4094. package/examples/full-example-typescript/node_modules/iconv-lite/lib/extend-node.js +0 -217
  4095. package/examples/full-example-typescript/node_modules/iconv-lite/lib/index.d.ts +0 -24
  4096. package/examples/full-example-typescript/node_modules/iconv-lite/lib/index.js +0 -153
  4097. package/examples/full-example-typescript/node_modules/iconv-lite/lib/streams.js +0 -121
  4098. package/examples/full-example-typescript/node_modules/iconv-lite/package.json +0 -46
  4099. package/examples/full-example-typescript/node_modules/ieee754/LICENSE +0 -11
  4100. package/examples/full-example-typescript/node_modules/ieee754/README.md +0 -51
  4101. package/examples/full-example-typescript/node_modules/ieee754/index.d.ts +0 -10
  4102. package/examples/full-example-typescript/node_modules/ieee754/index.js +0 -85
  4103. package/examples/full-example-typescript/node_modules/ieee754/package.json +0 -52
  4104. package/examples/full-example-typescript/node_modules/inherits/LICENSE +0 -16
  4105. package/examples/full-example-typescript/node_modules/inherits/README.md +0 -42
  4106. package/examples/full-example-typescript/node_modules/inherits/inherits.js +0 -9
  4107. package/examples/full-example-typescript/node_modules/inherits/inherits_browser.js +0 -27
  4108. package/examples/full-example-typescript/node_modules/inherits/package.json +0 -29
  4109. package/examples/full-example-typescript/node_modules/ipaddr.js/LICENSE +0 -19
  4110. package/examples/full-example-typescript/node_modules/ipaddr.js/README.md +0 -233
  4111. package/examples/full-example-typescript/node_modules/ipaddr.js/ipaddr.min.js +0 -1
  4112. package/examples/full-example-typescript/node_modules/ipaddr.js/lib/ipaddr.js +0 -673
  4113. package/examples/full-example-typescript/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +0 -68
  4114. package/examples/full-example-typescript/node_modules/ipaddr.js/package.json +0 -35
  4115. package/examples/full-example-typescript/node_modules/math-intrinsics/.eslintrc +0 -16
  4116. package/examples/full-example-typescript/node_modules/math-intrinsics/.github/FUNDING.yml +0 -12
  4117. package/examples/full-example-typescript/node_modules/math-intrinsics/CHANGELOG.md +0 -16
  4118. package/examples/full-example-typescript/node_modules/math-intrinsics/LICENSE +0 -21
  4119. package/examples/full-example-typescript/node_modules/math-intrinsics/README.md +0 -49
  4120. package/examples/full-example-typescript/node_modules/math-intrinsics/abs.d.ts +0 -1
  4121. package/examples/full-example-typescript/node_modules/math-intrinsics/abs.js +0 -4
  4122. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +0 -3
  4123. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxArrayLength.js +0 -4
  4124. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +0 -3
  4125. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxSafeInteger.js +0 -5
  4126. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxValue.d.ts +0 -3
  4127. package/examples/full-example-typescript/node_modules/math-intrinsics/constants/maxValue.js +0 -5
  4128. package/examples/full-example-typescript/node_modules/math-intrinsics/floor.d.ts +0 -1
  4129. package/examples/full-example-typescript/node_modules/math-intrinsics/floor.js +0 -4
  4130. package/examples/full-example-typescript/node_modules/math-intrinsics/isFinite.d.ts +0 -3
  4131. package/examples/full-example-typescript/node_modules/math-intrinsics/isFinite.js +0 -12
  4132. package/examples/full-example-typescript/node_modules/math-intrinsics/isInteger.d.ts +0 -3
  4133. package/examples/full-example-typescript/node_modules/math-intrinsics/isInteger.js +0 -16
  4134. package/examples/full-example-typescript/node_modules/math-intrinsics/isNaN.d.ts +0 -1
  4135. package/examples/full-example-typescript/node_modules/math-intrinsics/isNaN.js +0 -6
  4136. package/examples/full-example-typescript/node_modules/math-intrinsics/isNegativeZero.d.ts +0 -3
  4137. package/examples/full-example-typescript/node_modules/math-intrinsics/isNegativeZero.js +0 -6
  4138. package/examples/full-example-typescript/node_modules/math-intrinsics/max.d.ts +0 -1
  4139. package/examples/full-example-typescript/node_modules/math-intrinsics/max.js +0 -4
  4140. package/examples/full-example-typescript/node_modules/math-intrinsics/min.d.ts +0 -1
  4141. package/examples/full-example-typescript/node_modules/math-intrinsics/min.js +0 -4
  4142. package/examples/full-example-typescript/node_modules/math-intrinsics/mod.d.ts +0 -3
  4143. package/examples/full-example-typescript/node_modules/math-intrinsics/mod.js +0 -9
  4144. package/examples/full-example-typescript/node_modules/math-intrinsics/package.json +0 -85
  4145. package/examples/full-example-typescript/node_modules/math-intrinsics/pow.d.ts +0 -1
  4146. package/examples/full-example-typescript/node_modules/math-intrinsics/pow.js +0 -4
  4147. package/examples/full-example-typescript/node_modules/math-intrinsics/sign.d.ts +0 -3
  4148. package/examples/full-example-typescript/node_modules/math-intrinsics/sign.js +0 -11
  4149. package/examples/full-example-typescript/node_modules/math-intrinsics/test/index.js +0 -183
  4150. package/examples/full-example-typescript/node_modules/math-intrinsics/tsconfig.json +0 -3
  4151. package/examples/full-example-typescript/node_modules/media-typer/HISTORY.md +0 -22
  4152. package/examples/full-example-typescript/node_modules/media-typer/LICENSE +0 -22
  4153. package/examples/full-example-typescript/node_modules/media-typer/README.md +0 -81
  4154. package/examples/full-example-typescript/node_modules/media-typer/index.js +0 -270
  4155. package/examples/full-example-typescript/node_modules/media-typer/package.json +0 -26
  4156. package/examples/full-example-typescript/node_modules/merge-descriptors/HISTORY.md +0 -21
  4157. package/examples/full-example-typescript/node_modules/merge-descriptors/LICENSE +0 -23
  4158. package/examples/full-example-typescript/node_modules/merge-descriptors/README.md +0 -49
  4159. package/examples/full-example-typescript/node_modules/merge-descriptors/index.js +0 -60
  4160. package/examples/full-example-typescript/node_modules/merge-descriptors/package.json +0 -39
  4161. package/examples/full-example-typescript/node_modules/methods/HISTORY.md +0 -29
  4162. package/examples/full-example-typescript/node_modules/methods/LICENSE +0 -24
  4163. package/examples/full-example-typescript/node_modules/methods/README.md +0 -51
  4164. package/examples/full-example-typescript/node_modules/methods/index.js +0 -69
  4165. package/examples/full-example-typescript/node_modules/methods/package.json +0 -36
  4166. package/examples/full-example-typescript/node_modules/mime/CHANGELOG.md +0 -164
  4167. package/examples/full-example-typescript/node_modules/mime/LICENSE +0 -21
  4168. package/examples/full-example-typescript/node_modules/mime/README.md +0 -90
  4169. package/examples/full-example-typescript/node_modules/mime/cli.js +0 -8
  4170. package/examples/full-example-typescript/node_modules/mime/mime.js +0 -108
  4171. package/examples/full-example-typescript/node_modules/mime/package.json +0 -44
  4172. package/examples/full-example-typescript/node_modules/mime/src/build.js +0 -53
  4173. package/examples/full-example-typescript/node_modules/mime/src/test.js +0 -60
  4174. package/examples/full-example-typescript/node_modules/mime/types.json +0 -1
  4175. package/examples/full-example-typescript/node_modules/mime-db/HISTORY.md +0 -507
  4176. package/examples/full-example-typescript/node_modules/mime-db/LICENSE +0 -23
  4177. package/examples/full-example-typescript/node_modules/mime-db/README.md +0 -100
  4178. package/examples/full-example-typescript/node_modules/mime-db/db.json +0 -8519
  4179. package/examples/full-example-typescript/node_modules/mime-db/index.js +0 -12
  4180. package/examples/full-example-typescript/node_modules/mime-db/package.json +0 -60
  4181. package/examples/full-example-typescript/node_modules/mime-types/HISTORY.md +0 -397
  4182. package/examples/full-example-typescript/node_modules/mime-types/LICENSE +0 -23
  4183. package/examples/full-example-typescript/node_modules/mime-types/README.md +0 -113
  4184. package/examples/full-example-typescript/node_modules/mime-types/index.js +0 -188
  4185. package/examples/full-example-typescript/node_modules/mime-types/package.json +0 -44
  4186. package/examples/full-example-typescript/node_modules/ms/index.js +0 -152
  4187. package/examples/full-example-typescript/node_modules/ms/license.md +0 -21
  4188. package/examples/full-example-typescript/node_modules/ms/package.json +0 -37
  4189. package/examples/full-example-typescript/node_modules/ms/readme.md +0 -51
  4190. package/examples/full-example-typescript/node_modules/negotiator/HISTORY.md +0 -108
  4191. package/examples/full-example-typescript/node_modules/negotiator/LICENSE +0 -24
  4192. package/examples/full-example-typescript/node_modules/negotiator/README.md +0 -203
  4193. package/examples/full-example-typescript/node_modules/negotiator/index.js +0 -82
  4194. package/examples/full-example-typescript/node_modules/negotiator/lib/charset.js +0 -169
  4195. package/examples/full-example-typescript/node_modules/negotiator/lib/encoding.js +0 -184
  4196. package/examples/full-example-typescript/node_modules/negotiator/lib/language.js +0 -179
  4197. package/examples/full-example-typescript/node_modules/negotiator/lib/mediaType.js +0 -294
  4198. package/examples/full-example-typescript/node_modules/negotiator/package.json +0 -42
  4199. package/examples/full-example-typescript/node_modules/nodemailer/.gitattributes +0 -6
  4200. package/examples/full-example-typescript/node_modules/nodemailer/.ncurc.js +0 -10
  4201. package/examples/full-example-typescript/node_modules/nodemailer/.prettierrc.js +0 -8
  4202. package/examples/full-example-typescript/node_modules/nodemailer/CHANGELOG.md +0 -829
  4203. package/examples/full-example-typescript/node_modules/nodemailer/CODE_OF_CONDUCT.md +0 -76
  4204. package/examples/full-example-typescript/node_modules/nodemailer/LICENSE +0 -16
  4205. package/examples/full-example-typescript/node_modules/nodemailer/README.md +0 -86
  4206. package/examples/full-example-typescript/node_modules/nodemailer/SECURITY.txt +0 -22
  4207. package/examples/full-example-typescript/node_modules/nodemailer/lib/addressparser/index.js +0 -327
  4208. package/examples/full-example-typescript/node_modules/nodemailer/lib/base64/index.js +0 -142
  4209. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/index.js +0 -251
  4210. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/message-parser.js +0 -155
  4211. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/relaxed-body.js +0 -154
  4212. package/examples/full-example-typescript/node_modules/nodemailer/lib/dkim/sign.js +0 -117
  4213. package/examples/full-example-typescript/node_modules/nodemailer/lib/fetch/cookies.js +0 -281
  4214. package/examples/full-example-typescript/node_modules/nodemailer/lib/fetch/index.js +0 -274
  4215. package/examples/full-example-typescript/node_modules/nodemailer/lib/json-transport/index.js +0 -82
  4216. package/examples/full-example-typescript/node_modules/nodemailer/lib/mail-composer/index.js +0 -565
  4217. package/examples/full-example-typescript/node_modules/nodemailer/lib/mailer/index.js +0 -429
  4218. package/examples/full-example-typescript/node_modules/nodemailer/lib/mailer/mail-message.js +0 -315
  4219. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-funcs/index.js +0 -625
  4220. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-funcs/mime-types.js +0 -2104
  4221. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/index.js +0 -1314
  4222. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/last-newline.js +0 -33
  4223. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/le-unix.js +0 -43
  4224. package/examples/full-example-typescript/node_modules/nodemailer/lib/mime-node/le-windows.js +0 -52
  4225. package/examples/full-example-typescript/node_modules/nodemailer/lib/nodemailer.js +0 -150
  4226. package/examples/full-example-typescript/node_modules/nodemailer/lib/punycode/index.js +0 -460
  4227. package/examples/full-example-typescript/node_modules/nodemailer/lib/qp/index.js +0 -219
  4228. package/examples/full-example-typescript/node_modules/nodemailer/lib/sendmail-transport/index.js +0 -210
  4229. package/examples/full-example-typescript/node_modules/nodemailer/lib/ses-transport/index.js +0 -349
  4230. package/examples/full-example-typescript/node_modules/nodemailer/lib/shared/index.js +0 -688
  4231. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/data-stream.js +0 -108
  4232. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/http-proxy-client.js +0 -143
  4233. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-connection/index.js +0 -1834
  4234. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-pool/index.js +0 -648
  4235. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-pool/pool-resource.js +0 -253
  4236. package/examples/full-example-typescript/node_modules/nodemailer/lib/smtp-transport/index.js +0 -416
  4237. package/examples/full-example-typescript/node_modules/nodemailer/lib/stream-transport/index.js +0 -135
  4238. package/examples/full-example-typescript/node_modules/nodemailer/lib/well-known/index.js +0 -47
  4239. package/examples/full-example-typescript/node_modules/nodemailer/lib/well-known/services.json +0 -354
  4240. package/examples/full-example-typescript/node_modules/nodemailer/lib/xoauth2/index.js +0 -376
  4241. package/examples/full-example-typescript/node_modules/nodemailer/package.json +0 -43
  4242. package/examples/full-example-typescript/node_modules/oauth/LICENSE +0 -8
  4243. package/examples/full-example-typescript/node_modules/oauth/Makefile +0 -7
  4244. package/examples/full-example-typescript/node_modules/oauth/Readme.md +0 -193
  4245. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/server.js +0 -168
  4246. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/google_calendars.ejs +0 -21
  4247. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/google_contacts.ejs +0 -24
  4248. package/examples/full-example-typescript/node_modules/oauth/examples/express-gdata/views/layout.ejs +0 -9
  4249. package/examples/full-example-typescript/node_modules/oauth/examples/github-example.js +0 -73
  4250. package/examples/full-example-typescript/node_modules/oauth/examples/term.ie.oauth-HMAC-SHA1.js +0 -31
  4251. package/examples/full-example-typescript/node_modules/oauth/examples/twitter-example.js +0 -75
  4252. package/examples/full-example-typescript/node_modules/oauth/index.js +0 -3
  4253. package/examples/full-example-typescript/node_modules/oauth/lib/_utils.js +0 -4
  4254. package/examples/full-example-typescript/node_modules/oauth/lib/oauth.js +0 -581
  4255. package/examples/full-example-typescript/node_modules/oauth/lib/oauth2.js +0 -233
  4256. package/examples/full-example-typescript/node_modules/oauth/lib/sha1.js +0 -334
  4257. package/examples/full-example-typescript/node_modules/oauth/package.json +0 -21
  4258. package/examples/full-example-typescript/node_modules/object-assign/index.js +0 -90
  4259. package/examples/full-example-typescript/node_modules/object-assign/license +0 -21
  4260. package/examples/full-example-typescript/node_modules/object-assign/package.json +0 -42
  4261. package/examples/full-example-typescript/node_modules/object-assign/readme.md +0 -61
  4262. package/examples/full-example-typescript/node_modules/object-inspect/.eslintrc +0 -53
  4263. package/examples/full-example-typescript/node_modules/object-inspect/.github/FUNDING.yml +0 -12
  4264. package/examples/full-example-typescript/node_modules/object-inspect/.nycrc +0 -13
  4265. package/examples/full-example-typescript/node_modules/object-inspect/CHANGELOG.md +0 -416
  4266. package/examples/full-example-typescript/node_modules/object-inspect/LICENSE +0 -21
  4267. package/examples/full-example-typescript/node_modules/object-inspect/example/all.js +0 -23
  4268. package/examples/full-example-typescript/node_modules/object-inspect/example/circular.js +0 -6
  4269. package/examples/full-example-typescript/node_modules/object-inspect/example/fn.js +0 -5
  4270. package/examples/full-example-typescript/node_modules/object-inspect/example/inspect.js +0 -10
  4271. package/examples/full-example-typescript/node_modules/object-inspect/index.js +0 -541
  4272. package/examples/full-example-typescript/node_modules/object-inspect/package-support.json +0 -20
  4273. package/examples/full-example-typescript/node_modules/object-inspect/package.json +0 -104
  4274. package/examples/full-example-typescript/node_modules/object-inspect/readme.markdown +0 -84
  4275. package/examples/full-example-typescript/node_modules/object-inspect/test/bigint.js +0 -58
  4276. package/examples/full-example-typescript/node_modules/object-inspect/test/browser/dom.js +0 -15
  4277. package/examples/full-example-typescript/node_modules/object-inspect/test/circular.js +0 -16
  4278. package/examples/full-example-typescript/node_modules/object-inspect/test/deep.js +0 -12
  4279. package/examples/full-example-typescript/node_modules/object-inspect/test/element.js +0 -53
  4280. package/examples/full-example-typescript/node_modules/object-inspect/test/err.js +0 -48
  4281. package/examples/full-example-typescript/node_modules/object-inspect/test/fakes.js +0 -29
  4282. package/examples/full-example-typescript/node_modules/object-inspect/test/fn.js +0 -76
  4283. package/examples/full-example-typescript/node_modules/object-inspect/test/global.js +0 -17
  4284. package/examples/full-example-typescript/node_modules/object-inspect/test/has.js +0 -15
  4285. package/examples/full-example-typescript/node_modules/object-inspect/test/holes.js +0 -15
  4286. package/examples/full-example-typescript/node_modules/object-inspect/test/indent-option.js +0 -271
  4287. package/examples/full-example-typescript/node_modules/object-inspect/test/inspect.js +0 -139
  4288. package/examples/full-example-typescript/node_modules/object-inspect/test/lowbyte.js +0 -12
  4289. package/examples/full-example-typescript/node_modules/object-inspect/test/number.js +0 -58
  4290. package/examples/full-example-typescript/node_modules/object-inspect/test/quoteStyle.js +0 -26
  4291. package/examples/full-example-typescript/node_modules/object-inspect/test/toStringTag.js +0 -40
  4292. package/examples/full-example-typescript/node_modules/object-inspect/test/undef.js +0 -12
  4293. package/examples/full-example-typescript/node_modules/object-inspect/test/values.js +0 -211
  4294. package/examples/full-example-typescript/node_modules/object-inspect/test-core-js.js +0 -26
  4295. package/examples/full-example-typescript/node_modules/object-inspect/util.inspect.js +0 -1
  4296. package/examples/full-example-typescript/node_modules/on-finished/HISTORY.md +0 -98
  4297. package/examples/full-example-typescript/node_modules/on-finished/LICENSE +0 -23
  4298. package/examples/full-example-typescript/node_modules/on-finished/README.md +0 -162
  4299. package/examples/full-example-typescript/node_modules/on-finished/index.js +0 -234
  4300. package/examples/full-example-typescript/node_modules/on-finished/package.json +0 -39
  4301. package/examples/full-example-typescript/node_modules/parseurl/HISTORY.md +0 -58
  4302. package/examples/full-example-typescript/node_modules/parseurl/LICENSE +0 -24
  4303. package/examples/full-example-typescript/node_modules/parseurl/README.md +0 -133
  4304. package/examples/full-example-typescript/node_modules/parseurl/index.js +0 -158
  4305. package/examples/full-example-typescript/node_modules/parseurl/package.json +0 -40
  4306. package/examples/full-example-typescript/node_modules/passport/CHANGELOG.md +0 -82
  4307. package/examples/full-example-typescript/node_modules/passport/LICENSE +0 -20
  4308. package/examples/full-example-typescript/node_modules/passport/README.md +0 -185
  4309. package/examples/full-example-typescript/node_modules/passport/etc/jsdoc.json +0 -3
  4310. package/examples/full-example-typescript/node_modules/passport/lib/authenticator.js +0 -486
  4311. package/examples/full-example-typescript/node_modules/passport/lib/errors/authenticationerror.js +0 -20
  4312. package/examples/full-example-typescript/node_modules/passport/lib/framework/connect.js +0 -22
  4313. package/examples/full-example-typescript/node_modules/passport/lib/http/request.js +0 -92
  4314. package/examples/full-example-typescript/node_modules/passport/lib/index.js +0 -24
  4315. package/examples/full-example-typescript/node_modules/passport/lib/middleware/authenticate.js +0 -381
  4316. package/examples/full-example-typescript/node_modules/passport/lib/middleware/initialize.js +0 -100
  4317. package/examples/full-example-typescript/node_modules/passport/lib/sessionmanager.js +0 -96
  4318. package/examples/full-example-typescript/node_modules/passport/lib/strategies/session.js +0 -131
  4319. package/examples/full-example-typescript/node_modules/passport/package.json +0 -56
  4320. package/examples/full-example-typescript/node_modules/passport/sponsors/descope-dark.svg +0 -79
  4321. package/examples/full-example-typescript/node_modules/passport/sponsors/descope.svg +0 -89
  4322. package/examples/full-example-typescript/node_modules/passport/sponsors/fusionauth.png +0 -0
  4323. package/examples/full-example-typescript/node_modules/passport/sponsors/fusionauth.svg +0 -171
  4324. package/examples/full-example-typescript/node_modules/passport/sponsors/loginradius.png +0 -0
  4325. package/examples/full-example-typescript/node_modules/passport/sponsors/snyk.png +0 -0
  4326. package/examples/full-example-typescript/node_modules/passport/sponsors/workos.png +0 -0
  4327. package/examples/full-example-typescript/node_modules/passport-facebook/.github/ISSUE_TEMPLATE.md +0 -54
  4328. package/examples/full-example-typescript/node_modules/passport-facebook/.github/PULL_REQUEST_TEMPLATE.md +0 -41
  4329. package/examples/full-example-typescript/node_modules/passport-facebook/CONTRIBUTING.md +0 -20
  4330. package/examples/full-example-typescript/node_modules/passport-facebook/LICENSE +0 -20
  4331. package/examples/full-example-typescript/node_modules/passport-facebook/README.md +0 -174
  4332. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebookauthorizationerror.js +0 -30
  4333. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebookgraphapierror.js +0 -32
  4334. package/examples/full-example-typescript/node_modules/passport-facebook/lib/errors/facebooktokenerror.js +0 -36
  4335. package/examples/full-example-typescript/node_modules/passport-facebook/lib/index.js +0 -9
  4336. package/examples/full-example-typescript/node_modules/passport-facebook/lib/profile.js +0 -38
  4337. package/examples/full-example-typescript/node_modules/passport-facebook/lib/strategy.js +0 -242
  4338. package/examples/full-example-typescript/node_modules/passport-facebook/package.json +0 -48
  4339. package/examples/full-example-typescript/node_modules/passport-github2/LICENSE +0 -20
  4340. package/examples/full-example-typescript/node_modules/passport-github2/README.md +0 -86
  4341. package/examples/full-example-typescript/node_modules/passport-github2/lib/index.js +0 -15
  4342. package/examples/full-example-typescript/node_modules/passport-github2/lib/profile.js +0 -26
  4343. package/examples/full-example-typescript/node_modules/passport-github2/lib/strategy.js +0 -161
  4344. package/examples/full-example-typescript/node_modules/passport-github2/package.json +0 -51
  4345. package/examples/full-example-typescript/node_modules/passport-google-oauth20/.github/ISSUE_TEMPLATE.md +0 -54
  4346. package/examples/full-example-typescript/node_modules/passport-google-oauth20/.github/PULL_REQUEST_TEMPLATE.md +0 -41
  4347. package/examples/full-example-typescript/node_modules/passport-google-oauth20/CONTRIBUTING.md +0 -20
  4348. package/examples/full-example-typescript/node_modules/passport-google-oauth20/LICENSE +0 -20
  4349. package/examples/full-example-typescript/node_modules/passport-google-oauth20/README.md +0 -108
  4350. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/errors/googleplusapierror.js +0 -25
  4351. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/errors/userinfoerror.js +0 -22
  4352. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/index.js +0 -9
  4353. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/profile/googleplus.js +0 -47
  4354. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/profile/openid.js +0 -40
  4355. package/examples/full-example-typescript/node_modules/passport-google-oauth20/lib/strategy.js +0 -199
  4356. package/examples/full-example-typescript/node_modules/passport-google-oauth20/package.json +0 -48
  4357. package/examples/full-example-typescript/node_modules/passport-microsoft/.editorconfig +0 -17
  4358. package/examples/full-example-typescript/node_modules/passport-microsoft/.eslintrc.js +0 -29
  4359. package/examples/full-example-typescript/node_modules/passport-microsoft/.vscode/launch.json +0 -17
  4360. package/examples/full-example-typescript/node_modules/passport-microsoft/CHANGELOG.md +0 -77
  4361. package/examples/full-example-typescript/node_modules/passport-microsoft/License +0 -7
  4362. package/examples/full-example-typescript/node_modules/passport-microsoft/README.md +0 -108
  4363. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/README.md +0 -27
  4364. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/app.js +0 -140
  4365. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/package-lock.json +0 -1128
  4366. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/package.json +0 -31
  4367. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/account.ejs +0 -3
  4368. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/index.ejs +0 -23
  4369. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/layout.ejs +0 -23
  4370. package/examples/full-example-typescript/node_modules/passport-microsoft/example/login/views/login.ejs +0 -1
  4371. package/examples/full-example-typescript/node_modules/passport-microsoft/lib/index.js +0 -9
  4372. package/examples/full-example-typescript/node_modules/passport-microsoft/lib/strategy.js +0 -144
  4373. package/examples/full-example-typescript/node_modules/passport-microsoft/package.json +0 -51
  4374. package/examples/full-example-typescript/node_modules/passport-microsoft/test/bootstrap/node.js +0 -5
  4375. package/examples/full-example-typescript/node_modules/passport-microsoft/test/package.test.js +0 -9
  4376. package/examples/full-example-typescript/node_modules/passport-microsoft/test/strategy.test.js +0 -201
  4377. package/examples/full-example-typescript/node_modules/passport-oauth2/.github/FUNDING.yml +0 -1
  4378. package/examples/full-example-typescript/node_modules/passport-oauth2/CHANGELOG.md +0 -36
  4379. package/examples/full-example-typescript/node_modules/passport-oauth2/LICENSE +0 -20
  4380. package/examples/full-example-typescript/node_modules/passport-oauth2/README.md +0 -129
  4381. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/authorizationerror.js +0 -44
  4382. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/internaloautherror.js +0 -49
  4383. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/errors/tokenerror.js +0 -36
  4384. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/index.js +0 -16
  4385. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/null.js +0 -13
  4386. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/pkcesession.js +0 -89
  4387. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/session.js +0 -85
  4388. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/state/store.js +0 -88
  4389. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/strategy.js +0 -429
  4390. package/examples/full-example-typescript/node_modules/passport-oauth2/lib/utils.js +0 -32
  4391. package/examples/full-example-typescript/node_modules/passport-oauth2/package.json +0 -59
  4392. package/examples/full-example-typescript/node_modules/passport-strategy/.jshintrc +0 -20
  4393. package/examples/full-example-typescript/node_modules/passport-strategy/.travis.yml +0 -15
  4394. package/examples/full-example-typescript/node_modules/passport-strategy/LICENSE +0 -20
  4395. package/examples/full-example-typescript/node_modules/passport-strategy/README.md +0 -61
  4396. package/examples/full-example-typescript/node_modules/passport-strategy/lib/index.js +0 -15
  4397. package/examples/full-example-typescript/node_modules/passport-strategy/lib/strategy.js +0 -28
  4398. package/examples/full-example-typescript/node_modules/passport-strategy/package.json +0 -50
  4399. package/examples/full-example-typescript/node_modules/path-to-regexp/LICENSE +0 -21
  4400. package/examples/full-example-typescript/node_modules/path-to-regexp/Readme.md +0 -35
  4401. package/examples/full-example-typescript/node_modules/path-to-regexp/index.js +0 -156
  4402. package/examples/full-example-typescript/node_modules/path-to-regexp/package.json +0 -30
  4403. package/examples/full-example-typescript/node_modules/pause/History.md +0 -5
  4404. package/examples/full-example-typescript/node_modules/pause/Makefile +0 -7
  4405. package/examples/full-example-typescript/node_modules/pause/Readme.md +0 -29
  4406. package/examples/full-example-typescript/node_modules/pause/index.js +0 -29
  4407. package/examples/full-example-typescript/node_modules/pause/package.json +0 -13
  4408. package/examples/full-example-typescript/node_modules/peek-readable/LICENSE +0 -21
  4409. package/examples/full-example-typescript/node_modules/peek-readable/README.md +0 -150
  4410. package/examples/full-example-typescript/node_modules/peek-readable/lib/AbstractStreamReader.d.ts +0 -47
  4411. package/examples/full-example-typescript/node_modules/peek-readable/lib/AbstractStreamReader.js +0 -71
  4412. package/examples/full-example-typescript/node_modules/peek-readable/lib/Deferred.d.ts +0 -6
  4413. package/examples/full-example-typescript/node_modules/peek-readable/lib/Deferred.js +0 -10
  4414. package/examples/full-example-typescript/node_modules/peek-readable/lib/EndOfStreamError.d.ts +0 -7
  4415. package/examples/full-example-typescript/node_modules/peek-readable/lib/EndOfStreamError.js +0 -9
  4416. package/examples/full-example-typescript/node_modules/peek-readable/lib/StreamReader.d.ts +0 -30
  4417. package/examples/full-example-typescript/node_modules/peek-readable/lib/StreamReader.js +0 -79
  4418. package/examples/full-example-typescript/node_modules/peek-readable/lib/WebStreamReader.d.ts +0 -14
  4419. package/examples/full-example-typescript/node_modules/peek-readable/lib/WebStreamReader.js +0 -31
  4420. package/examples/full-example-typescript/node_modules/peek-readable/lib/index.d.ts +0 -4
  4421. package/examples/full-example-typescript/node_modules/peek-readable/lib/index.js +0 -3
  4422. package/examples/full-example-typescript/node_modules/peek-readable/package.json +0 -68
  4423. package/examples/full-example-typescript/node_modules/pg/LICENSE +0 -21
  4424. package/examples/full-example-typescript/node_modules/pg/README.md +0 -89
  4425. package/examples/full-example-typescript/node_modules/pg/lib/client.js +0 -640
  4426. package/examples/full-example-typescript/node_modules/pg/lib/connection-parameters.js +0 -167
  4427. package/examples/full-example-typescript/node_modules/pg/lib/connection.js +0 -222
  4428. package/examples/full-example-typescript/node_modules/pg/lib/crypto/sasl.js +0 -186
  4429. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils-legacy.js +0 -37
  4430. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils-webcrypto.js +0 -83
  4431. package/examples/full-example-typescript/node_modules/pg/lib/crypto/utils.js +0 -9
  4432. package/examples/full-example-typescript/node_modules/pg/lib/defaults.js +0 -84
  4433. package/examples/full-example-typescript/node_modules/pg/lib/index.js +0 -58
  4434. package/examples/full-example-typescript/node_modules/pg/lib/native/client.js +0 -307
  4435. package/examples/full-example-typescript/node_modules/pg/lib/native/index.js +0 -2
  4436. package/examples/full-example-typescript/node_modules/pg/lib/native/query.js +0 -168
  4437. package/examples/full-example-typescript/node_modules/pg/lib/query.js +0 -239
  4438. package/examples/full-example-typescript/node_modules/pg/lib/result.js +0 -107
  4439. package/examples/full-example-typescript/node_modules/pg/lib/stream.js +0 -81
  4440. package/examples/full-example-typescript/node_modules/pg/lib/type-overrides.js +0 -35
  4441. package/examples/full-example-typescript/node_modules/pg/lib/utils.js +0 -213
  4442. package/examples/full-example-typescript/node_modules/pg/package.json +0 -62
  4443. package/examples/full-example-typescript/node_modules/pg-cloudflare/LICENSE +0 -21
  4444. package/examples/full-example-typescript/node_modules/pg-cloudflare/README.md +0 -33
  4445. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.d.ts +0 -2
  4446. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.js +0 -4
  4447. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/empty.js.map +0 -1
  4448. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.d.ts +0 -31
  4449. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.js +0 -146
  4450. package/examples/full-example-typescript/node_modules/pg-cloudflare/dist/index.js.map +0 -1
  4451. package/examples/full-example-typescript/node_modules/pg-cloudflare/package.json +0 -32
  4452. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/empty.ts +0 -3
  4453. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/index.ts +0 -164
  4454. package/examples/full-example-typescript/node_modules/pg-cloudflare/src/types.d.ts +0 -25
  4455. package/examples/full-example-typescript/node_modules/pg-connection-string/LICENSE +0 -21
  4456. package/examples/full-example-typescript/node_modules/pg-connection-string/README.md +0 -77
  4457. package/examples/full-example-typescript/node_modules/pg-connection-string/index.d.ts +0 -15
  4458. package/examples/full-example-typescript/node_modules/pg-connection-string/index.js +0 -112
  4459. package/examples/full-example-typescript/node_modules/pg-connection-string/package.json +0 -40
  4460. package/examples/full-example-typescript/node_modules/pg-cursor/LICENSE +0 -21
  4461. package/examples/full-example-typescript/node_modules/pg-cursor/README.md +0 -37
  4462. package/examples/full-example-typescript/node_modules/pg-cursor/index.js +0 -264
  4463. package/examples/full-example-typescript/node_modules/pg-cursor/package.json +0 -27
  4464. package/examples/full-example-typescript/node_modules/pg-cursor/test/close.js +0 -65
  4465. package/examples/full-example-typescript/node_modules/pg-cursor/test/error-handling.js +0 -118
  4466. package/examples/full-example-typescript/node_modules/pg-cursor/test/index.js +0 -181
  4467. package/examples/full-example-typescript/node_modules/pg-cursor/test/mocha.opts +0 -3
  4468. package/examples/full-example-typescript/node_modules/pg-cursor/test/no-data-handling.js +0 -34
  4469. package/examples/full-example-typescript/node_modules/pg-cursor/test/pool.js +0 -107
  4470. package/examples/full-example-typescript/node_modules/pg-cursor/test/promises.js +0 -51
  4471. package/examples/full-example-typescript/node_modules/pg-cursor/test/query-config.js +0 -35
  4472. package/examples/full-example-typescript/node_modules/pg-cursor/test/transactions.js +0 -43
  4473. package/examples/full-example-typescript/node_modules/pg-int8/LICENSE +0 -13
  4474. package/examples/full-example-typescript/node_modules/pg-int8/README.md +0 -16
  4475. package/examples/full-example-typescript/node_modules/pg-int8/index.js +0 -100
  4476. package/examples/full-example-typescript/node_modules/pg-int8/package.json +0 -24
  4477. package/examples/full-example-typescript/node_modules/pg-minify/README.md +0 -92
  4478. package/examples/full-example-typescript/node_modules/pg-minify/lib/error.js +0 -53
  4479. package/examples/full-example-typescript/node_modules/pg-minify/lib/index.js +0 -7
  4480. package/examples/full-example-typescript/node_modules/pg-minify/lib/parser.js +0 -196
  4481. package/examples/full-example-typescript/node_modules/pg-minify/lib/utils.js +0 -38
  4482. package/examples/full-example-typescript/node_modules/pg-minify/package.json +0 -49
  4483. package/examples/full-example-typescript/node_modules/pg-minify/typescript/README.md +0 -26
  4484. package/examples/full-example-typescript/node_modules/pg-minify/typescript/pg-minify.d.ts +0 -36
  4485. package/examples/full-example-typescript/node_modules/pg-pool/LICENSE +0 -21
  4486. package/examples/full-example-typescript/node_modules/pg-pool/README.md +0 -376
  4487. package/examples/full-example-typescript/node_modules/pg-pool/index.js +0 -467
  4488. package/examples/full-example-typescript/node_modules/pg-pool/package.json +0 -41
  4489. package/examples/full-example-typescript/node_modules/pg-pool/test/bring-your-own-promise.js +0 -42
  4490. package/examples/full-example-typescript/node_modules/pg-pool/test/connection-strings.js +0 -29
  4491. package/examples/full-example-typescript/node_modules/pg-pool/test/connection-timeout.js +0 -229
  4492. package/examples/full-example-typescript/node_modules/pg-pool/test/ending.js +0 -40
  4493. package/examples/full-example-typescript/node_modules/pg-pool/test/error-handling.js +0 -260
  4494. package/examples/full-example-typescript/node_modules/pg-pool/test/events.js +0 -124
  4495. package/examples/full-example-typescript/node_modules/pg-pool/test/idle-timeout-exit.js +0 -20
  4496. package/examples/full-example-typescript/node_modules/pg-pool/test/idle-timeout.js +0 -118
  4497. package/examples/full-example-typescript/node_modules/pg-pool/test/index.js +0 -226
  4498. package/examples/full-example-typescript/node_modules/pg-pool/test/lifetime-timeout.js +0 -47
  4499. package/examples/full-example-typescript/node_modules/pg-pool/test/logging.js +0 -20
  4500. package/examples/full-example-typescript/node_modules/pg-pool/test/max-uses.js +0 -97
  4501. package/examples/full-example-typescript/node_modules/pg-pool/test/releasing-clients.js +0 -53
  4502. package/examples/full-example-typescript/node_modules/pg-pool/test/setup.js +0 -10
  4503. package/examples/full-example-typescript/node_modules/pg-pool/test/sizing.js +0 -58
  4504. package/examples/full-example-typescript/node_modules/pg-pool/test/submittable.js +0 -19
  4505. package/examples/full-example-typescript/node_modules/pg-pool/test/timeout.js +0 -0
  4506. package/examples/full-example-typescript/node_modules/pg-pool/test/verify.js +0 -24
  4507. package/examples/full-example-typescript/node_modules/pg-promise/LICENSE +0 -21
  4508. package/examples/full-example-typescript/node_modules/pg-promise/README.md +0 -1132
  4509. package/examples/full-example-typescript/node_modules/pg-promise/lib/assert.js +0 -10
  4510. package/examples/full-example-typescript/node_modules/pg-promise/lib/connect.js +0 -178
  4511. package/examples/full-example-typescript/node_modules/pg-promise/lib/context.js +0 -93
  4512. package/examples/full-example-typescript/node_modules/pg-promise/lib/database-pool.js +0 -115
  4513. package/examples/full-example-typescript/node_modules/pg-promise/lib/database.js +0 -1683
  4514. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/README.md +0 -13
  4515. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/index.js +0 -51
  4516. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/parameterized-query-error.js +0 -95
  4517. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/prepared-statement-error.js +0 -96
  4518. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/query-file-error.js +0 -95
  4519. package/examples/full-example-typescript/node_modules/pg-promise/lib/errors/query-result-error.js +0 -177
  4520. package/examples/full-example-typescript/node_modules/pg-promise/lib/events.js +0 -536
  4521. package/examples/full-example-typescript/node_modules/pg-promise/lib/formatting.js +0 -932
  4522. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/README.md +0 -10
  4523. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/column-set.js +0 -649
  4524. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/column.js +0 -455
  4525. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/index.js +0 -75
  4526. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/concat.js +0 -103
  4527. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/index.js +0 -13
  4528. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/insert.js +0 -151
  4529. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/sets.js +0 -81
  4530. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/update.js +0 -248
  4531. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/methods/values.js +0 -116
  4532. package/examples/full-example-typescript/node_modules/pg-promise/lib/helpers/table-name.js +0 -181
  4533. package/examples/full-example-typescript/node_modules/pg-promise/lib/index.js +0 -28
  4534. package/examples/full-example-typescript/node_modules/pg-promise/lib/inner-state.js +0 -39
  4535. package/examples/full-example-typescript/node_modules/pg-promise/lib/main.js +0 -429
  4536. package/examples/full-example-typescript/node_modules/pg-promise/lib/patterns.js +0 -43
  4537. package/examples/full-example-typescript/node_modules/pg-promise/lib/promise-adapter.js +0 -86
  4538. package/examples/full-example-typescript/node_modules/pg-promise/lib/promise-parser.js +0 -56
  4539. package/examples/full-example-typescript/node_modules/pg-promise/lib/query-file.js +0 -398
  4540. package/examples/full-example-typescript/node_modules/pg-promise/lib/query-result.js +0 -39
  4541. package/examples/full-example-typescript/node_modules/pg-promise/lib/query.js +0 -277
  4542. package/examples/full-example-typescript/node_modules/pg-promise/lib/special-query.js +0 -30
  4543. package/examples/full-example-typescript/node_modules/pg-promise/lib/stream.js +0 -127
  4544. package/examples/full-example-typescript/node_modules/pg-promise/lib/task.js +0 -419
  4545. package/examples/full-example-typescript/node_modules/pg-promise/lib/text.js +0 -40
  4546. package/examples/full-example-typescript/node_modules/pg-promise/lib/tx-mode.js +0 -190
  4547. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/index.js +0 -18
  4548. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/parameterized-query.js +0 -263
  4549. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/prepared-statement.js +0 -313
  4550. package/examples/full-example-typescript/node_modules/pg-promise/lib/types/server-formatting.js +0 -97
  4551. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/README.md +0 -13
  4552. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/color.js +0 -68
  4553. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/index.js +0 -206
  4554. package/examples/full-example-typescript/node_modules/pg-promise/lib/utils/public.js +0 -312
  4555. package/examples/full-example-typescript/node_modules/pg-promise/package.json +0 -67
  4556. package/examples/full-example-typescript/node_modules/pg-promise/typescript/README.md +0 -63
  4557. package/examples/full-example-typescript/node_modules/pg-promise/typescript/pg-promise.d.ts +0 -738
  4558. package/examples/full-example-typescript/node_modules/pg-promise/typescript/pg-subset.d.ts +0 -358
  4559. package/examples/full-example-typescript/node_modules/pg-promise/typescript/tslint.json +0 -21
  4560. package/examples/full-example-typescript/node_modules/pg-protocol/LICENSE +0 -21
  4561. package/examples/full-example-typescript/node_modules/pg-protocol/README.md +0 -3
  4562. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.d.ts +0 -1
  4563. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.js +0 -23
  4564. package/examples/full-example-typescript/node_modules/pg-protocol/dist/b.js.map +0 -1
  4565. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.d.ts +0 -14
  4566. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.js +0 -50
  4567. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-reader.js.map +0 -1
  4568. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.d.ts +0 -16
  4569. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.js +0 -81
  4570. package/examples/full-example-typescript/node_modules/pg-protocol/dist/buffer-writer.js.map +0 -1
  4571. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.d.ts +0 -1
  4572. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.js +0 -501
  4573. package/examples/full-example-typescript/node_modules/pg-protocol/dist/inbound-parser.test.js.map +0 -1
  4574. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.d.ts +0 -6
  4575. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.js +0 -15
  4576. package/examples/full-example-typescript/node_modules/pg-protocol/dist/index.js.map +0 -1
  4577. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.d.ts +0 -162
  4578. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.js +0 -160
  4579. package/examples/full-example-typescript/node_modules/pg-protocol/dist/messages.js.map +0 -1
  4580. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.d.ts +0 -1
  4581. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.js +0 -248
  4582. package/examples/full-example-typescript/node_modules/pg-protocol/dist/outbound-serializer.test.js.map +0 -1
  4583. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.d.ts +0 -39
  4584. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.js +0 -304
  4585. package/examples/full-example-typescript/node_modules/pg-protocol/dist/parser.js.map +0 -1
  4586. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.d.ts +0 -42
  4587. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.js +0 -189
  4588. package/examples/full-example-typescript/node_modules/pg-protocol/dist/serializer.js.map +0 -1
  4589. package/examples/full-example-typescript/node_modules/pg-protocol/package.json +0 -35
  4590. package/examples/full-example-typescript/node_modules/pg-protocol/src/b.ts +0 -25
  4591. package/examples/full-example-typescript/node_modules/pg-protocol/src/buffer-reader.ts +0 -53
  4592. package/examples/full-example-typescript/node_modules/pg-protocol/src/buffer-writer.ts +0 -85
  4593. package/examples/full-example-typescript/node_modules/pg-protocol/src/inbound-parser.test.ts +0 -546
  4594. package/examples/full-example-typescript/node_modules/pg-protocol/src/index.ts +0 -11
  4595. package/examples/full-example-typescript/node_modules/pg-protocol/src/messages.ts +0 -262
  4596. package/examples/full-example-typescript/node_modules/pg-protocol/src/outbound-serializer.test.ts +0 -272
  4597. package/examples/full-example-typescript/node_modules/pg-protocol/src/parser.ts +0 -388
  4598. package/examples/full-example-typescript/node_modules/pg-protocol/src/serializer.ts +0 -274
  4599. package/examples/full-example-typescript/node_modules/pg-protocol/src/testing/buffer-list.ts +0 -75
  4600. package/examples/full-example-typescript/node_modules/pg-protocol/src/testing/test-buffers.ts +0 -166
  4601. package/examples/full-example-typescript/node_modules/pg-protocol/src/types/chunky.d.ts +0 -1
  4602. package/examples/full-example-typescript/node_modules/pg-query-stream/LICENSE +0 -9
  4603. package/examples/full-example-typescript/node_modules/pg-query-stream/README.md +0 -65
  4604. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.d.ts +0 -25
  4605. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.js +0 -48
  4606. package/examples/full-example-typescript/node_modules/pg-query-stream/dist/index.js.map +0 -1
  4607. package/examples/full-example-typescript/node_modules/pg-query-stream/package.json +0 -52
  4608. package/examples/full-example-typescript/node_modules/pg-query-stream/src/index.ts +0 -67
  4609. package/examples/full-example-typescript/node_modules/pg-types/.travis.yml +0 -7
  4610. package/examples/full-example-typescript/node_modules/pg-types/Makefile +0 -14
  4611. package/examples/full-example-typescript/node_modules/pg-types/README.md +0 -75
  4612. package/examples/full-example-typescript/node_modules/pg-types/index.d.ts +0 -137
  4613. package/examples/full-example-typescript/node_modules/pg-types/index.js +0 -47
  4614. package/examples/full-example-typescript/node_modules/pg-types/index.test-d.ts +0 -21
  4615. package/examples/full-example-typescript/node_modules/pg-types/lib/arrayParser.js +0 -11
  4616. package/examples/full-example-typescript/node_modules/pg-types/lib/binaryParsers.js +0 -257
  4617. package/examples/full-example-typescript/node_modules/pg-types/lib/builtins.js +0 -73
  4618. package/examples/full-example-typescript/node_modules/pg-types/lib/textParsers.js +0 -215
  4619. package/examples/full-example-typescript/node_modules/pg-types/package.json +0 -42
  4620. package/examples/full-example-typescript/node_modules/pg-types/test/index.js +0 -24
  4621. package/examples/full-example-typescript/node_modules/pg-types/test/types.js +0 -597
  4622. package/examples/full-example-typescript/node_modules/pgpass/README.md +0 -74
  4623. package/examples/full-example-typescript/node_modules/pgpass/lib/helper.js +0 -233
  4624. package/examples/full-example-typescript/node_modules/pgpass/lib/index.js +0 -23
  4625. package/examples/full-example-typescript/node_modules/pgpass/package.json +0 -41
  4626. package/examples/full-example-typescript/node_modules/postgres-array/index.d.ts +0 -4
  4627. package/examples/full-example-typescript/node_modules/postgres-array/index.js +0 -97
  4628. package/examples/full-example-typescript/node_modules/postgres-array/license +0 -21
  4629. package/examples/full-example-typescript/node_modules/postgres-array/package.json +0 -35
  4630. package/examples/full-example-typescript/node_modules/postgres-array/readme.md +0 -43
  4631. package/examples/full-example-typescript/node_modules/postgres-bytea/index.js +0 -31
  4632. package/examples/full-example-typescript/node_modules/postgres-bytea/license +0 -21
  4633. package/examples/full-example-typescript/node_modules/postgres-bytea/package.json +0 -34
  4634. package/examples/full-example-typescript/node_modules/postgres-bytea/readme.md +0 -34
  4635. package/examples/full-example-typescript/node_modules/postgres-date/index.js +0 -116
  4636. package/examples/full-example-typescript/node_modules/postgres-date/license +0 -21
  4637. package/examples/full-example-typescript/node_modules/postgres-date/package.json +0 -33
  4638. package/examples/full-example-typescript/node_modules/postgres-date/readme.md +0 -49
  4639. package/examples/full-example-typescript/node_modules/postgres-interval/index.d.ts +0 -20
  4640. package/examples/full-example-typescript/node_modules/postgres-interval/index.js +0 -125
  4641. package/examples/full-example-typescript/node_modules/postgres-interval/license +0 -21
  4642. package/examples/full-example-typescript/node_modules/postgres-interval/package.json +0 -36
  4643. package/examples/full-example-typescript/node_modules/postgres-interval/readme.md +0 -48
  4644. package/examples/full-example-typescript/node_modules/prostgles-client/.eslintignore +0 -9
  4645. package/examples/full-example-typescript/node_modules/prostgles-client/.eslintrc.js +0 -44
  4646. package/examples/full-example-typescript/node_modules/prostgles-client/.prettierignore +0 -2
  4647. package/examples/full-example-typescript/node_modules/prostgles-client/.prettierrc +0 -4
  4648. package/examples/full-example-typescript/node_modules/prostgles-client/.vscode/settings.json +0 -12
  4649. package/examples/full-example-typescript/node_modules/prostgles-client/LICENSE +0 -21
  4650. package/examples/full-example-typescript/node_modules/prostgles-client/README.md +0 -46
  4651. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.d.ts +0 -54
  4652. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.d.ts.map +0 -1
  4653. package/examples/full-example-typescript/node_modules/prostgles-client/dist/Auth.js +0 -106
  4654. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.d.ts +0 -11
  4655. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.d.ts.map +0 -1
  4656. package/examples/full-example-typescript/node_modules/prostgles-client/dist/FunctionQueuer.js +0 -63
  4657. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.d.ts +0 -243
  4658. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.d.ts.map +0 -1
  4659. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/SyncedTable.js +0 -859
  4660. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.d.ts +0 -12
  4661. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.d.ts.map +0 -1
  4662. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getMultiSyncSubscription.js +0 -61
  4663. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.d.ts +0 -1
  4664. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.d.ts.map +0 -1
  4665. package/examples/full-example-typescript/node_modules/prostgles-client/dist/SyncedTable/getSingleSyncSubscription.js +0 -1
  4666. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.d.ts +0 -19
  4667. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.d.ts.map +0 -1
  4668. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getDbHandler.js +0 -131
  4669. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.d.ts +0 -6
  4670. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.d.ts.map +0 -1
  4671. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getMethods.js +0 -31
  4672. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.d.ts +0 -6
  4673. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.d.ts.map +0 -1
  4674. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSqlHandler.js +0 -167
  4675. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.d.ts +0 -22
  4676. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.d.ts.map +0 -1
  4677. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSubscriptionHandler.js +0 -186
  4678. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.d.ts +0 -9
  4679. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.d.ts.map +0 -1
  4680. package/examples/full-example-typescript/node_modules/prostgles-client/dist/getSyncHandler.js +0 -177
  4681. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.js +0 -2
  4682. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.js.LICENSE.txt +0 -9
  4683. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.no-sync.js +0 -2
  4684. package/examples/full-example-typescript/node_modules/prostgles-client/dist/index.no-sync.js.LICENSE.txt +0 -9
  4685. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.d.ts +0 -2
  4686. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.d.ts.map +0 -1
  4687. package/examples/full-example-typescript/node_modules/prostgles-client/dist/md5.js +0 -165
  4688. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.d.ts +0 -3
  4689. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.d.ts.map +0 -1
  4690. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full-cdn.js +0 -9
  4691. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.d.ts +0 -7
  4692. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.d.ts.map +0 -1
  4693. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles-full.js +0 -8
  4694. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.d.ts +0 -193
  4695. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.d.ts.map +0 -1
  4696. package/examples/full-example-typescript/node_modules/prostgles-client/dist/prostgles.js +0 -153
  4697. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.d.ts +0 -39
  4698. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.d.ts.map +0 -1
  4699. package/examples/full-example-typescript/node_modules/prostgles-client/dist/react-hooks.js +0 -309
  4700. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.d.ts +0 -31
  4701. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.d.ts.map +0 -1
  4702. package/examples/full-example-typescript/node_modules/prostgles-client/dist/useProstglesClient.js +0 -66
  4703. package/examples/full-example-typescript/node_modules/prostgles-client/package.json +0 -59
  4704. package/examples/full-example-typescript/node_modules/prostgles-client/tsconfig.json +0 -34
  4705. package/examples/full-example-typescript/node_modules/prostgles-client/webpack.dev.js +0 -31
  4706. package/examples/full-example-typescript/node_modules/prostgles-client/webpack.prod.js +0 -46
  4707. package/examples/full-example-typescript/node_modules/prostgles-server/.eslintignore +0 -5
  4708. package/examples/full-example-typescript/node_modules/prostgles-server/.eslintrc.json +0 -34
  4709. package/examples/full-example-typescript/node_modules/prostgles-server/.github/workflows/main.yml +0 -50
  4710. package/examples/full-example-typescript/node_modules/prostgles-server/.vscode/settings.json +0 -12
  4711. package/examples/full-example-typescript/node_modules/prostgles-server/LICENSE +0 -21
  4712. package/examples/full-example-typescript/node_modules/prostgles-server/README.md +0 -121
  4713. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.d.ts +0 -70
  4714. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.d.ts.map +0 -1
  4715. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.js +0 -399
  4716. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthHandler.js.map +0 -1
  4717. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.d.ts +0 -285
  4718. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.d.ts.map +0 -1
  4719. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.js +0 -3
  4720. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/AuthTypes.js.map +0 -1
  4721. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.d.ts +0 -2
  4722. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.d.ts.map +0 -1
  4723. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.js +0 -35
  4724. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/getSafeReturnURL.js.map +0 -1
  4725. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.d.ts +0 -18
  4726. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.d.ts.map +0 -1
  4727. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.js +0 -97
  4728. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/sendEmail.js.map +0 -1
  4729. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.d.ts +0 -11
  4730. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.d.ts.map +0 -1
  4731. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.js +0 -104
  4732. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setAuthProviders.js.map +0 -1
  4733. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.d.ts +0 -4
  4734. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.d.ts.map +0 -1
  4735. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.js +0 -105
  4736. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setEmailProvider.js.map +0 -1
  4737. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.d.ts +0 -3
  4738. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.d.ts.map +0 -1
  4739. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.js +0 -144
  4740. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Auth/setupAuthRoutes.js.map +0 -1
  4741. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.d.ts +0 -38
  4742. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.d.ts.map +0 -1
  4743. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.js +0 -140
  4744. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBEventsManager.js.map +0 -1
  4745. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.d.ts +0 -25
  4746. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.d.ts.map +0 -1
  4747. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.js +0 -159
  4748. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DBSchemaBuilder.js.map +0 -1
  4749. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.d.ts +0 -81
  4750. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.d.ts.map +0 -1
  4751. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.js +0 -251
  4752. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilder.js.map +0 -1
  4753. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.d.ts +0 -260
  4754. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.d.ts.map +0 -1
  4755. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.js +0 -12
  4756. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/DboBuilderTypes.js.map +0 -1
  4757. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.d.ts +0 -64
  4758. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.d.ts.map +0 -1
  4759. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.js +0 -1011
  4760. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/Functions.js.map +0 -1
  4761. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts +0 -81
  4762. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.d.ts.map +0 -1
  4763. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.js +0 -214
  4764. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/QueryBuilder.js.map +0 -1
  4765. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts +0 -45
  4766. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.d.ts.map +0 -1
  4767. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.js +0 -209
  4768. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getJoinQuery.js.map +0 -1
  4769. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts +0 -257
  4770. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.d.ts.map +0 -1
  4771. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.js +0 -213
  4772. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getNewQuery.js.map +0 -1
  4773. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts +0 -22
  4774. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.d.ts.map +0 -1
  4775. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.js +0 -106
  4776. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryBuilder/getSelectQuery.js.map +0 -1
  4777. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.d.ts +0 -31
  4778. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.d.ts.map +0 -1
  4779. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.js +0 -226
  4780. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/QueryStreamer.js.map +0 -1
  4781. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.d.ts +0 -63
  4782. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.d.ts.map +0 -1
  4783. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.js +0 -262
  4784. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/DataValidator.js.map +0 -1
  4785. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.d.ts +0 -54
  4786. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.d.ts.map +0 -1
  4787. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.js +0 -161
  4788. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/TableHandler.js.map +0 -1
  4789. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.d.ts +0 -6
  4790. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.d.ts.map +0 -1
  4791. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.js +0 -105
  4792. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/delete.js.map +0 -1
  4793. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.d.ts +0 -6
  4794. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.d.ts.map +0 -1
  4795. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.js +0 -167
  4796. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insert.js.map +0 -1
  4797. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.d.ts +0 -17
  4798. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.d.ts.map +0 -1
  4799. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.js +0 -72
  4800. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/insertTest.js.map +0 -1
  4801. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.d.ts +0 -15
  4802. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.d.ts.map +0 -1
  4803. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.js +0 -53
  4804. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/onDeleteFromFileTable.js.map +0 -1
  4805. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts +0 -31
  4806. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.d.ts.map +0 -1
  4807. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js +0 -103
  4808. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/runInsertUpdateQuery.js.map +0 -1
  4809. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.d.ts +0 -6
  4810. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.d.ts.map +0 -1
  4811. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.js +0 -146
  4812. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/update.js.map +0 -1
  4813. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.d.ts +0 -6
  4814. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.d.ts.map +0 -1
  4815. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.js +0 -39
  4816. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateBatch.js.map +0 -1
  4817. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.d.ts +0 -15
  4818. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.d.ts.map +0 -1
  4819. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.js +0 -38
  4820. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/updateFile.js.map +0 -1
  4821. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.d.ts +0 -6
  4822. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.d.ts.map +0 -1
  4823. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.js +0 -33
  4824. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/TableHandler/upsert.js.map +0 -1
  4825. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.d.ts +0 -98
  4826. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.d.ts.map +0 -1
  4827. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.js +0 -318
  4828. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/ViewHandler.js.map +0 -1
  4829. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.d.ts +0 -6
  4830. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.d.ts.map +0 -1
  4831. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.js +0 -32
  4832. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/count.js.map +0 -1
  4833. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.d.ts +0 -18
  4834. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.d.ts.map +0 -1
  4835. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.js +0 -123
  4836. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/find.js.map +0 -1
  4837. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts +0 -4
  4838. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.d.ts.map +0 -1
  4839. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.js +0 -58
  4840. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsCondition.js.map +0 -1
  4841. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.d.ts +0 -4
  4842. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.d.ts.map +0 -1
  4843. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.js +0 -66
  4844. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getExistsFilters.js.map +0 -1
  4845. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.d.ts +0 -6
  4846. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.d.ts.map +0 -1
  4847. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.js +0 -33
  4848. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getInfo.js.map +0 -1
  4849. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts +0 -21
  4850. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.d.ts.map +0 -1
  4851. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.js +0 -66
  4852. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/getTableJoinQuery.js.map +0 -1
  4853. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.d.ts +0 -12
  4854. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.d.ts.map +0 -1
  4855. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.js +0 -78
  4856. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseComplexFilter.js.map +0 -1
  4857. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts +0 -8
  4858. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.d.ts.map +0 -1
  4859. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.js +0 -95
  4860. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseFieldFilter.js.map +0 -1
  4861. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts +0 -19
  4862. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.d.ts.map +0 -1
  4863. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.js +0 -175
  4864. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/parseJoinPath.js.map +0 -1
  4865. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts +0 -5
  4866. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.d.ts.map +0 -1
  4867. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.js +0 -147
  4868. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareSortItems.js.map +0 -1
  4869. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.d.ts +0 -23
  4870. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.d.ts.map +0 -1
  4871. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.js +0 -73
  4872. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/prepareWhere.js.map +0 -1
  4873. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.d.ts +0 -6
  4874. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.d.ts.map +0 -1
  4875. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.js +0 -29
  4876. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/size.js.map +0 -1
  4877. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.d.ts +0 -20
  4878. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.d.ts.map +0 -1
  4879. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.js +0 -99
  4880. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/subscribe.js.map +0 -1
  4881. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.d.ts +0 -12
  4882. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.d.ts.map +0 -1
  4883. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.js +0 -57
  4884. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/ViewHandler/validateViewRules.js.map +0 -1
  4885. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.d.ts +0 -58
  4886. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.d.ts.map +0 -1
  4887. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.js +0 -163
  4888. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/dboBuilderUtils.js.map +0 -1
  4889. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.d.ts +0 -12
  4890. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.d.ts.map +0 -1
  4891. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.js +0 -110
  4892. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getColumns.js.map +0 -1
  4893. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.d.ts +0 -23
  4894. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.d.ts.map +0 -1
  4895. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.js +0 -154
  4896. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getCondition.js.map +0 -1
  4897. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.d.ts +0 -20
  4898. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.d.ts.map +0 -1
  4899. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.js +0 -162
  4900. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getSubscribeRelatedTables.js.map +0 -1
  4901. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts +0 -12
  4902. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.d.ts.map +0 -1
  4903. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.js +0 -421
  4904. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/getTablesForSchemaPostgresSQL.js.map +0 -1
  4905. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.d.ts +0 -35
  4906. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.d.ts.map +0 -1
  4907. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.js +0 -270
  4908. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/insertNestedRecords.js.map +0 -1
  4909. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.d.ts +0 -18
  4910. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.d.ts.map +0 -1
  4911. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.js +0 -154
  4912. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/parseUpdateRules.js.map +0 -1
  4913. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.d.ts +0 -12
  4914. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.d.ts.map +0 -1
  4915. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.js +0 -159
  4916. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/prepareShortestJoinPaths.js.map +0 -1
  4917. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.d.ts +0 -25
  4918. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.d.ts.map +0 -1
  4919. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.js +0 -171
  4920. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runSQL.js.map +0 -1
  4921. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.d.ts +0 -9
  4922. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.d.ts.map +0 -1
  4923. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.js +0 -49
  4924. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/runTransaction.js.map +0 -1
  4925. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.d.ts +0 -2
  4926. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.d.ts.map +0 -1
  4927. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.js +0 -255
  4928. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/sqlErrCodeToMsg.js.map +0 -1
  4929. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.d.ts +0 -17
  4930. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.d.ts.map +0 -1
  4931. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.js +0 -57
  4932. package/examples/full-example-typescript/node_modules/prostgles-server/dist/DboBuilder/uploadFile.js.map +0 -1
  4933. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.d.ts +0 -4
  4934. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.d.ts.map +0 -1
  4935. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.js +0 -117
  4936. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Event_Trigger_Tags.js.map +0 -1
  4937. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.d.ts +0 -138
  4938. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.d.ts.map +0 -1
  4939. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.js +0 -247
  4940. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/FileManager.js.map +0 -1
  4941. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.d.ts +0 -16
  4942. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.d.ts.map +0 -1
  4943. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.js +0 -59
  4944. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/getValidatedFileType.js.map +0 -1
  4945. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.d.ts +0 -4
  4946. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.d.ts.map +0 -1
  4947. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.js +0 -171
  4948. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/initFileManager.js.map +0 -1
  4949. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.d.ts +0 -7
  4950. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.d.ts.map +0 -1
  4951. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.js +0 -58
  4952. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/upload.js.map +0 -1
  4953. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.d.ts +0 -5
  4954. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.d.ts.map +0 -1
  4955. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.js +0 -69
  4956. package/examples/full-example-typescript/node_modules/prostgles-server/dist/FileManager/uploadStream.js.map +0 -1
  4957. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.d.ts +0 -22
  4958. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.d.ts.map +0 -1
  4959. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.js +0 -405
  4960. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Filtering.js.map +0 -1
  4961. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts +0 -4
  4962. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.d.ts.map +0 -1
  4963. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.js +0 -501
  4964. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validate_jsonb_schema_sql.js.map +0 -1
  4965. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.d.ts +0 -9
  4966. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.d.ts.map +0 -1
  4967. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.js +0 -138
  4968. package/examples/full-example-typescript/node_modules/prostgles-server/dist/JSONBValidation/validation.js.map +0 -1
  4969. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.d.ts +0 -102
  4970. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.d.ts.map +0 -1
  4971. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.js +0 -3
  4972. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Logging.js.map +0 -1
  4973. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.d.ts +0 -28
  4974. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.d.ts.map +0 -1
  4975. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.js +0 -121
  4976. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PostgresNotifListenManager.js.map +0 -1
  4977. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.d.ts +0 -83
  4978. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.d.ts.map +0 -1
  4979. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.js +0 -468
  4980. package/examples/full-example-typescript/node_modules/prostgles-server/dist/Prostgles.js.map +0 -1
  4981. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.d.ts +0 -236
  4982. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.d.ts.map +0 -1
  4983. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.js +0 -5
  4984. package/examples/full-example-typescript/node_modules/prostgles-server/dist/ProstglesTypes.js.map +0 -1
  4985. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.d.ts +0 -201
  4986. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.d.ts.map +0 -1
  4987. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.js +0 -433
  4988. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/PubSubManager.js.map +0 -1
  4989. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.d.ts +0 -12
  4990. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.d.ts.map +0 -1
  4991. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.js +0 -114
  4992. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSub.js.map +0 -1
  4993. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.d.ts +0 -7
  4994. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.d.ts.map +0 -1
  4995. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.js +0 -124
  4996. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/addSync.js.map +0 -1
  4997. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.d.ts +0 -3
  4998. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.d.ts.map +0 -1
  4999. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.js +0 -68
  5000. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getCreatePubSubManagerError.js.map +0 -1
  5001. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.d.ts +0 -14
  5002. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.d.ts.map +0 -1
  5003. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.js +0 -656
  5004. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/getPubSubManagerInitQuery.js.map +0 -1
  5005. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.d.ts +0 -5
  5006. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.d.ts.map +0 -1
  5007. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.js +0 -73
  5008. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/initPubSubManager.js.map +0 -1
  5009. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.d.ts +0 -5
  5010. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.d.ts.map +0 -1
  5011. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.js +0 -142
  5012. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/notifListener.js.map +0 -1
  5013. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.d.ts +0 -4
  5014. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.d.ts.map +0 -1
  5015. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.js +0 -71
  5016. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/orphanTriggerCheck.js.map +0 -1
  5017. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.d.ts +0 -3
  5018. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.d.ts.map +0 -1
  5019. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.js +0 -56
  5020. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PubSubManager/pushSubData.js.map +0 -1
  5021. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.d.ts +0 -43
  5022. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.d.ts.map +0 -1
  5023. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.js +0 -152
  5024. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/PublishParser.js.map +0 -1
  5025. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.d.ts +0 -20
  5026. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.d.ts.map +0 -1
  5027. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.js +0 -121
  5028. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getFileTableRules.js.map +0 -1
  5029. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.d.ts +0 -20
  5030. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.d.ts.map +0 -1
  5031. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.js +0 -116
  5032. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getSchemaFromPublish.js.map +0 -1
  5033. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.d.ts +0 -5
  5034. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.d.ts.map +0 -1
  5035. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.js +0 -144
  5036. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/getTableRulesWithoutFileTable.js.map +0 -1
  5037. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.d.ts +0 -388
  5038. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.d.ts.map +0 -1
  5039. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.js +0 -79
  5040. package/examples/full-example-typescript/node_modules/prostgles-server/dist/PublishParser/publishTypesAndUtils.js.map +0 -1
  5041. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.d.ts +0 -46
  5042. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.d.ts.map +0 -1
  5043. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.js +0 -97
  5044. package/examples/full-example-typescript/node_modules/prostgles-server/dist/RestApi.js.map +0 -1
  5045. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.d.ts +0 -19
  5046. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.d.ts.map +0 -1
  5047. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.js +0 -78
  5048. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/SchemaWatch.js.map +0 -1
  5049. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.d.ts +0 -14
  5050. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.d.ts.map +0 -1
  5051. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.js +0 -38
  5052. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getValidatedWatchSchemaType.js.map +0 -1
  5053. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.d.ts +0 -3
  5054. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.d.ts.map +0 -1
  5055. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.js +0 -29
  5056. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SchemaWatch/getWatchSchemaTagList.js.map +0 -1
  5057. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.d.ts +0 -37
  5058. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.d.ts.map +0 -1
  5059. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.js +0 -447
  5060. package/examples/full-example-typescript/node_modules/prostgles-server/dist/SyncReplication.js.map +0 -1
  5061. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.d.ts +0 -297
  5062. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.d.ts.map +0 -1
  5063. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.js +0 -164
  5064. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/TableConfig.js.map +0 -1
  5065. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.d.ts +0 -27
  5066. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.d.ts.map +0 -1
  5067. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.js +0 -88
  5068. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getColumnDefinitionQuery.js.map +0 -1
  5069. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.d.ts +0 -34
  5070. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.d.ts.map +0 -1
  5071. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.js +0 -66
  5072. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getConstraintDefinitionQueries.js.map +0 -1
  5073. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.d.ts +0 -19
  5074. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.d.ts.map +0 -1
  5075. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.js +0 -51
  5076. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getFutureTableSchema.js.map +0 -1
  5077. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.d.ts +0 -17
  5078. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.d.ts.map +0 -1
  5079. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.js +0 -42
  5080. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getPGIndexes.js.map +0 -1
  5081. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.d.ts +0 -20
  5082. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.d.ts.map +0 -1
  5083. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.js +0 -108
  5084. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/getTableColumnQueries.js.map +0 -1
  5085. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.d.ts +0 -3
  5086. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.d.ts.map +0 -1
  5087. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.js +0 -279
  5088. package/examples/full-example-typescript/node_modules/prostgles-server/dist/TableConfig/initTableConfig.js.map +0 -1
  5089. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.d.ts +0 -5
  5090. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.d.ts.map +0 -1
  5091. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.js +0 -10
  5092. package/examples/full-example-typescript/node_modules/prostgles-server/dist/index.js.map +0 -1
  5093. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.d.ts +0 -59
  5094. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.d.ts.map +0 -1
  5095. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.js +0 -250
  5096. package/examples/full-example-typescript/node_modules/prostgles-server/dist/initProstgles.js.map +0 -1
  5097. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.d.ts +0 -6
  5098. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.d.ts.map +0 -1
  5099. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.js +0 -85
  5100. package/examples/full-example-typescript/node_modules/prostgles-server/dist/onSocketConnected.js.map +0 -1
  5101. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.d.ts +0 -43
  5102. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.d.ts.map +0 -1
  5103. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.js +0 -120
  5104. package/examples/full-example-typescript/node_modules/prostgles-server/dist/runClientRequest.js.map +0 -1
  5105. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.d.ts +0 -10
  5106. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.d.ts.map +0 -1
  5107. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.js +0 -112
  5108. package/examples/full-example-typescript/node_modules/prostgles-server/dist/shortestPath.js.map +0 -1
  5109. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.d.ts +0 -2
  5110. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.d.ts.map +0 -1
  5111. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.js +0 -54
  5112. package/examples/full-example-typescript/node_modules/prostgles-server/dist/typeTests/dboTypeCheck.js.map +0 -1
  5113. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.d.ts +0 -4
  5114. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.d.ts.map +0 -1
  5115. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.js +0 -19
  5116. package/examples/full-example-typescript/node_modules/prostgles-server/dist/utils.js.map +0 -1
  5117. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/METHODS.md +0 -1467
  5118. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/SERVER.md +0 -103
  5119. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/clientTypes.ts +0 -14415
  5120. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/clientTypes.d.ts +0 -13211
  5121. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/clientTypes.d.ts.map +0 -1
  5122. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/clientTypes.js +0 -14417
  5123. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/definitions.d.ts +0 -7705
  5124. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/definitions.d.ts.map +0 -1
  5125. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/definitions.js +0 -8438
  5126. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateClientDocs.d.ts +0 -2
  5127. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateClientDocs.d.ts.map +0 -1
  5128. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateClientDocs.js +0 -165
  5129. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateDocs.d.ts +0 -2
  5130. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateDocs.d.ts.map +0 -1
  5131. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateDocs.js +0 -6
  5132. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateMarkdown.d.ts +0 -2
  5133. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateMarkdown.d.ts.map +0 -1
  5134. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateMarkdown.js +0 -68
  5135. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateServerDocs.d.ts +0 -2
  5136. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateServerDocs.d.ts.map +0 -1
  5137. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/generateServerDocs.js +0 -81
  5138. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getResolvedTypes.d.ts +0 -15
  5139. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getResolvedTypes.d.ts.map +0 -1
  5140. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getResolvedTypes.js +0 -29
  5141. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getSerializableType.d.ts +0 -69
  5142. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getSerializableType.d.ts.map +0 -1
  5143. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getSerializableType.js +0 -279
  5144. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getSymbolComments.d.ts +0 -11
  5145. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getSymbolComments.d.ts.map +0 -1
  5146. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/getSymbolComments.js +0 -60
  5147. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/loadTsFile.d.ts +0 -7
  5148. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/loadTsFile.d.ts.map +0 -1
  5149. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/loadTsFile.js +0 -29
  5150. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/moduleResolver.d.ts +0 -9
  5151. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/moduleResolver.d.ts.map +0 -1
  5152. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/moduleResolver.js +0 -27
  5153. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/serverTypes.d.ts +0 -301
  5154. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/serverTypes.d.ts.map +0 -1
  5155. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/dist/serverTypes.js +0 -341
  5156. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/generateClientDocs.ts +0 -210
  5157. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/generateDocs.ts +0 -4
  5158. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/generateServerDocs.ts +0 -84
  5159. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/getResolvedTypes.ts +0 -45
  5160. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/getSerializableType.ts +0 -489
  5161. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/loadTsFile.ts +0 -41
  5162. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/moduleResolver.ts +0 -31
  5163. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/.package-lock.json +0 -67
  5164. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/LICENSE +0 -21
  5165. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/README.md +0 -15
  5166. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/assert/strict.d.ts +0 -8
  5167. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/assert.d.ts +0 -1040
  5168. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/async_hooks.d.ts +0 -541
  5169. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/buffer.buffer.d.ts +0 -385
  5170. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/buffer.d.ts +0 -1934
  5171. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/child_process.d.ts +0 -1548
  5172. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/cluster.d.ts +0 -578
  5173. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
  5174. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/index.d.ts +0 -9
  5175. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/indexable.d.ts +0 -20
  5176. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  5177. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/console.d.ts +0 -452
  5178. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/constants.d.ts +0 -19
  5179. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/crypto.d.ts +0 -4519
  5180. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/dgram.d.ts +0 -596
  5181. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
  5182. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/dns/promises.d.ts +0 -477
  5183. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/dns.d.ts +0 -864
  5184. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/dom-events.d.ts +0 -124
  5185. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/domain.d.ts +0 -170
  5186. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/events.d.ts +0 -931
  5187. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/fs/promises.d.ts +0 -1245
  5188. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/fs.d.ts +0 -4317
  5189. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/globals.d.ts +0 -468
  5190. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/globals.typedarray.d.ts +0 -21
  5191. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/http.d.ts +0 -1944
  5192. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/http2.d.ts +0 -2555
  5193. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/https.d.ts +0 -544
  5194. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/index.d.ts +0 -91
  5195. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/inspector.d.ts +0 -3696
  5196. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/module.d.ts +0 -315
  5197. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/net.d.ts +0 -1005
  5198. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/os.d.ts +0 -495
  5199. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/package.json +0 -220
  5200. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/path.d.ts +0 -200
  5201. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/perf_hooks.d.ts +0 -934
  5202. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/process.d.ts +0 -1879
  5203. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/punycode.d.ts +0 -117
  5204. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/querystring.d.ts +0 -153
  5205. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/readline/promises.d.ts +0 -162
  5206. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/readline.d.ts +0 -589
  5207. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/repl.d.ts +0 -430
  5208. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/sea.d.ts +0 -153
  5209. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/consumers.d.ts +0 -12
  5210. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/promises.d.ts +0 -90
  5211. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream/web.d.ts +0 -524
  5212. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/stream.d.ts +0 -1726
  5213. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/string_decoder.d.ts +0 -67
  5214. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/test.d.ts +0 -1938
  5215. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/timers/promises.d.ts +0 -97
  5216. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/timers.d.ts +0 -240
  5217. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/tls.d.ts +0 -1217
  5218. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/trace_events.d.ts +0 -197
  5219. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -385
  5220. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -19
  5221. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/ts5.6/index.d.ts +0 -91
  5222. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/tty.d.ts +0 -208
  5223. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/url.d.ts +0 -955
  5224. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/util.d.ts +0 -2306
  5225. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/v8.d.ts +0 -808
  5226. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/vm.d.ts +0 -922
  5227. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/wasi.d.ts +0 -181
  5228. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/worker_threads.d.ts +0 -694
  5229. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/@types/node/zlib.d.ts +0 -539
  5230. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/LICENSE +0 -21
  5231. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/README.md +0 -6
  5232. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/agent.d.ts +0 -31
  5233. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/api.d.ts +0 -43
  5234. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/balanced-pool.d.ts +0 -29
  5235. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/cache.d.ts +0 -36
  5236. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/client.d.ts +0 -108
  5237. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/connector.d.ts +0 -34
  5238. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/content-type.d.ts +0 -21
  5239. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/cookies.d.ts +0 -28
  5240. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  5241. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/dispatcher.d.ts +0 -255
  5242. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  5243. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/errors.d.ts +0 -149
  5244. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/eventsource.d.ts +0 -63
  5245. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/fetch.d.ts +0 -209
  5246. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/file.d.ts +0 -39
  5247. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/filereader.d.ts +0 -54
  5248. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/formdata.d.ts +0 -108
  5249. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  5250. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/global-origin.d.ts +0 -7
  5251. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/handlers.d.ts +0 -15
  5252. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/header.d.ts +0 -4
  5253. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/index.d.ts +0 -71
  5254. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/interceptors.d.ts +0 -15
  5255. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/mock-agent.d.ts +0 -50
  5256. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/mock-client.d.ts +0 -25
  5257. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/mock-errors.d.ts +0 -12
  5258. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  5259. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/mock-pool.d.ts +0 -25
  5260. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/package.json +0 -55
  5261. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/patch.d.ts +0 -71
  5262. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/pool-stats.d.ts +0 -19
  5263. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/pool.d.ts +0 -39
  5264. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/proxy-agent.d.ts +0 -28
  5265. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/readable.d.ts +0 -60
  5266. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/retry-agent.d.ts +0 -8
  5267. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/retry-handler.d.ts +0 -116
  5268. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/util.d.ts +0 -18
  5269. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/webidl.d.ts +0 -222
  5270. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/node_modules/undici-types/websocket.d.ts +0 -152
  5271. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/package-lock.json +0 -75
  5272. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/package.json +0 -14
  5273. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/serverTypes.ts +0 -339
  5274. package/examples/full-example-typescript/node_modules/prostgles-server/documentation/utils/tsconfig.json +0 -28
  5275. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.d.ts +0 -74
  5276. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.d.ts.map +0 -1
  5277. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.js +0 -6
  5278. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.js.map +0 -1
  5279. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/DBoGenerated.ts +0 -67
  5280. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/home.html +0 -30
  5281. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.d.ts +0 -2
  5282. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.d.ts.map +0 -1
  5283. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.js +0 -66
  5284. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.js.map +0 -1
  5285. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/index.ts +0 -48
  5286. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/init.sql +0 -17
  5287. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/package.json +0 -16
  5288. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-typescript/tsconfig.json +0 -24
  5289. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/home.html +0 -131
  5290. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/index.js +0 -57
  5291. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/init.sql +0 -69
  5292. package/examples/full-example-typescript/node_modules/prostgles-server/examples/full-example-vanilla/package.json +0 -17
  5293. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/index.js +0 -27
  5294. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/init.sql +0 -5
  5295. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/javascript/package.json +0 -16
  5296. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/index.ts +0 -31
  5297. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/init.sql +0 -20
  5298. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/package.json +0 -16
  5299. package/examples/full-example-typescript/node_modules/prostgles-server/examples/server/typescript/tsconfig.json +0 -17
  5300. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/AuthHandler.ts +0 -437
  5301. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/AuthTypes.ts +0 -280
  5302. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/getSafeReturnURL.ts +0 -35
  5303. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/sendEmail.ts +0 -108
  5304. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setAuthProviders.ts +0 -127
  5305. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setEmailProvider.ts +0 -104
  5306. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Auth/setupAuthRoutes.ts +0 -159
  5307. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DBEventsManager.ts +0 -178
  5308. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DBSchemaBuilder.ts +0 -255
  5309. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/DboBuilder.ts +0 -319
  5310. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/DboBuilderTypes.ts +0 -362
  5311. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/Functions.ts +0 -1153
  5312. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/QueryBuilder.ts +0 -288
  5313. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getJoinQuery.ts +0 -263
  5314. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getNewQuery.ts +0 -271
  5315. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/getSelectQuery.ts +0 -136
  5316. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryBuilder/prepareHaving.ts +0 -22
  5317. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/QueryStreamer.ts +0 -250
  5318. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/DataValidator.ts +0 -428
  5319. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/TableHandler.ts +0 -205
  5320. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/delete.ts +0 -115
  5321. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/insert.ts +0 -183
  5322. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/insertTest.ts +0 -78
  5323. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/onDeleteFromFileTable.ts +0 -62
  5324. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/runInsertUpdateQuery.ts +0 -134
  5325. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/update.ts +0 -184
  5326. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/updateBatch.ts +0 -49
  5327. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/updateFile.ts +0 -48
  5328. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/TableHandler/upsert.ts +0 -33
  5329. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/ViewHandler.ts +0 -393
  5330. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/count.ts +0 -38
  5331. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/find.ts +0 -153
  5332. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getExistsCondition.ts +0 -73
  5333. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getExistsFilters.ts +0 -74
  5334. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getInfo.ts +0 -37
  5335. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/getTableJoinQuery.ts +0 -84
  5336. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseComplexFilter.ts +0 -96
  5337. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseFieldFilter.ts +0 -105
  5338. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/parseJoinPath.ts +0 -208
  5339. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/prepareSortItems.ts +0 -163
  5340. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/prepareWhere.ts +0 -90
  5341. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/size.ts +0 -37
  5342. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/subscribe.ts +0 -118
  5343. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/ViewHandler/validateViewRules.ts +0 -70
  5344. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/dboBuilderUtils.ts +0 -226
  5345. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getColumns.ts +0 -146
  5346. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getCondition.ts +0 -201
  5347. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getSubscribeRelatedTables.ts +0 -190
  5348. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/getTablesForSchemaPostgresSQL.ts +0 -465
  5349. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/insertNestedRecords.ts +0 -355
  5350. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/parseUpdateRules.ts +0 -187
  5351. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/prepareShortestJoinPaths.ts +0 -186
  5352. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/runSQL.ts +0 -182
  5353. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/runTransaction.ts +0 -50
  5354. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/sqlErrCodeToMsg.ts +0 -254
  5355. package/examples/full-example-typescript/node_modules/prostgles-server/lib/DboBuilder/uploadFile.ts +0 -69
  5356. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Event_Trigger_Tags.ts +0 -118
  5357. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/FileManager.ts +0 -358
  5358. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/getValidatedFileType.ts +0 -69
  5359. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/initFileManager.ts +0 -187
  5360. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/upload.ts +0 -62
  5361. package/examples/full-example-typescript/node_modules/prostgles-server/lib/FileManager/uploadStream.ts +0 -79
  5362. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Filtering.ts +0 -463
  5363. package/examples/full-example-typescript/node_modules/prostgles-server/lib/JSONBValidation/validate_jsonb_schema_sql.ts +0 -502
  5364. package/examples/full-example-typescript/node_modules/prostgles-server/lib/JSONBValidation/validation.ts +0 -143
  5365. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Logging.ts +0 -131
  5366. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PostgresNotifListenManager.ts +0 -143
  5367. package/examples/full-example-typescript/node_modules/prostgles-server/lib/Prostgles.ts +0 -546
  5368. package/examples/full-example-typescript/node_modules/prostgles-server/lib/ProstglesTypes.ts +0 -278
  5369. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/PubSubManager.ts +0 -609
  5370. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/addSub.ts +0 -138
  5371. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/addSync.ts +0 -141
  5372. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/getCreatePubSubManagerError.ts +0 -72
  5373. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/getPubSubManagerInitQuery.ts +0 -662
  5374. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/initPubSubManager.ts +0 -79
  5375. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/notifListener.ts +0 -173
  5376. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/orphanTriggerCheck.ts +0 -70
  5377. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PubSubManager/pushSubData.ts +0 -55
  5378. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/PublishParser.ts +0 -162
  5379. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getFileTableRules.ts +0 -124
  5380. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getSchemaFromPublish.ts +0 -142
  5381. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/getTableRulesWithoutFileTable.ts +0 -177
  5382. package/examples/full-example-typescript/node_modules/prostgles-server/lib/PublishParser/publishTypesAndUtils.ts +0 -399
  5383. package/examples/full-example-typescript/node_modules/prostgles-server/lib/RestApi.ts +0 -127
  5384. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/SchemaWatch.ts +0 -90
  5385. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/createSchemaWatchEventTrigger.ts +0 -3
  5386. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/getValidatedWatchSchemaType.ts +0 -45
  5387. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SchemaWatch/getWatchSchemaTagList.ts +0 -27
  5388. package/examples/full-example-typescript/node_modules/prostgles-server/lib/SyncReplication.ts +0 -557
  5389. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/TableConfig.ts +0 -468
  5390. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getColumnDefinitionQuery.ts +0 -111
  5391. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getConstraintDefinitionQueries.ts +0 -95
  5392. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getFutureTableSchema.ts +0 -68
  5393. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getPGIndexes.ts +0 -53
  5394. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/getTableColumnQueries.ts +0 -129
  5395. package/examples/full-example-typescript/node_modules/prostgles-server/lib/TableConfig/initTableConfig.ts +0 -326
  5396. package/examples/full-example-typescript/node_modules/prostgles-server/lib/index.ts +0 -13
  5397. package/examples/full-example-typescript/node_modules/prostgles-server/lib/initProstgles.ts +0 -350
  5398. package/examples/full-example-typescript/node_modules/prostgles-server/lib/onSocketConnected.ts +0 -102
  5399. package/examples/full-example-typescript/node_modules/prostgles-server/lib/runClientRequest.ts +0 -166
  5400. package/examples/full-example-typescript/node_modules/prostgles-server/lib/shortestPath.ts +0 -122
  5401. package/examples/full-example-typescript/node_modules/prostgles-server/lib/typeTests/DBoGenerated.d.ts +0 -324
  5402. package/examples/full-example-typescript/node_modules/prostgles-server/lib/typeTests/dboTypeCheck.ts +0 -95
  5403. package/examples/full-example-typescript/node_modules/prostgles-server/lib/utils.ts +0 -14
  5404. package/examples/full-example-typescript/node_modules/prostgles-server/package.json +0 -75
  5405. package/examples/full-example-typescript/node_modules/prostgles-server/tsconfig.json +0 -25
  5406. package/examples/full-example-typescript/node_modules/prostgles-types/.vscode/settings.json +0 -12
  5407. package/examples/full-example-typescript/node_modules/prostgles-types/LICENSE +0 -21
  5408. package/examples/full-example-typescript/node_modules/prostgles-types/README.md +0 -3
  5409. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.d.ts +0 -42
  5410. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.d.ts.map +0 -1
  5411. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.js +0 -3
  5412. package/examples/full-example-typescript/node_modules/prostgles-types/dist/auth.js.map +0 -1
  5413. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.d.ts +0 -89
  5414. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.d.ts.map +0 -1
  5415. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.js +0 -85
  5416. package/examples/full-example-typescript/node_modules/prostgles-types/dist/files.js.map +0 -1
  5417. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.d.ts +0 -227
  5418. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.d.ts.map +0 -1
  5419. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.js +0 -156
  5420. package/examples/full-example-typescript/node_modules/prostgles-types/dist/filters.js.map +0 -1
  5421. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.d.ts +0 -902
  5422. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.d.ts.map +0 -1
  5423. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.js +0 -268
  5424. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index.js.map +0 -1
  5425. package/examples/full-example-typescript/node_modules/prostgles-types/dist/index_umd.js +0 -1
  5426. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.d.ts +0 -12
  5427. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.d.ts.map +0 -1
  5428. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.js +0 -25
  5429. package/examples/full-example-typescript/node_modules/prostgles-types/dist/insertUpdateUtils.js.map +0 -1
  5430. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.d.ts +0 -222
  5431. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.d.ts.map +0 -1
  5432. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.js +0 -153
  5433. package/examples/full-example-typescript/node_modules/prostgles-types/dist/jsonb.js.map +0 -1
  5434. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.d.ts +0 -3
  5435. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.d.ts.map +0 -1
  5436. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.js +0 -180
  5437. package/examples/full-example-typescript/node_modules/prostgles-types/dist/md5.js.map +0 -1
  5438. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.d.ts +0 -85
  5439. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.d.ts.map +0 -1
  5440. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.js +0 -3
  5441. package/examples/full-example-typescript/node_modules/prostgles-types/dist/replication.js.map +0 -1
  5442. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.d.ts +0 -165
  5443. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.d.ts.map +0 -1
  5444. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.js +0 -522
  5445. package/examples/full-example-typescript/node_modules/prostgles-types/dist/util.js.map +0 -1
  5446. package/examples/full-example-typescript/node_modules/prostgles-types/lib/auth.ts +0 -50
  5447. package/examples/full-example-typescript/node_modules/prostgles-types/lib/files.ts +0 -96
  5448. package/examples/full-example-typescript/node_modules/prostgles-types/lib/filters.ts +0 -387
  5449. package/examples/full-example-typescript/node_modules/prostgles-types/lib/index.ts +0 -1465
  5450. package/examples/full-example-typescript/node_modules/prostgles-types/lib/insertUpdateUtils.ts +0 -58
  5451. package/examples/full-example-typescript/node_modules/prostgles-types/lib/jsonb.ts +0 -403
  5452. package/examples/full-example-typescript/node_modules/prostgles-types/lib/md5.ts +0 -197
  5453. package/examples/full-example-typescript/node_modules/prostgles-types/lib/replication.ts +0 -105
  5454. package/examples/full-example-typescript/node_modules/prostgles-types/lib/util.ts +0 -666
  5455. package/examples/full-example-typescript/node_modules/prostgles-types/package.json +0 -39
  5456. package/examples/full-example-typescript/node_modules/prostgles-types/tsconfig.json +0 -29
  5457. package/examples/full-example-typescript/node_modules/prostgles-types/webpack.prod.js +0 -34
  5458. package/examples/full-example-typescript/node_modules/proxy-addr/HISTORY.md +0 -161
  5459. package/examples/full-example-typescript/node_modules/proxy-addr/LICENSE +0 -22
  5460. package/examples/full-example-typescript/node_modules/proxy-addr/README.md +0 -139
  5461. package/examples/full-example-typescript/node_modules/proxy-addr/index.js +0 -327
  5462. package/examples/full-example-typescript/node_modules/proxy-addr/package.json +0 -47
  5463. package/examples/full-example-typescript/node_modules/qs/.editorconfig +0 -46
  5464. package/examples/full-example-typescript/node_modules/qs/.eslintrc +0 -38
  5465. package/examples/full-example-typescript/node_modules/qs/.github/FUNDING.yml +0 -12
  5466. package/examples/full-example-typescript/node_modules/qs/.nycrc +0 -13
  5467. package/examples/full-example-typescript/node_modules/qs/CHANGELOG.md +0 -600
  5468. package/examples/full-example-typescript/node_modules/qs/LICENSE.md +0 -29
  5469. package/examples/full-example-typescript/node_modules/qs/README.md +0 -709
  5470. package/examples/full-example-typescript/node_modules/qs/dist/qs.js +0 -90
  5471. package/examples/full-example-typescript/node_modules/qs/lib/formats.js +0 -23
  5472. package/examples/full-example-typescript/node_modules/qs/lib/index.js +0 -11
  5473. package/examples/full-example-typescript/node_modules/qs/lib/parse.js +0 -296
  5474. package/examples/full-example-typescript/node_modules/qs/lib/stringify.js +0 -351
  5475. package/examples/full-example-typescript/node_modules/qs/lib/utils.js +0 -265
  5476. package/examples/full-example-typescript/node_modules/qs/package.json +0 -91
  5477. package/examples/full-example-typescript/node_modules/qs/test/empty-keys-cases.js +0 -267
  5478. package/examples/full-example-typescript/node_modules/qs/test/parse.js +0 -1170
  5479. package/examples/full-example-typescript/node_modules/qs/test/stringify.js +0 -1298
  5480. package/examples/full-example-typescript/node_modules/qs/test/utils.js +0 -136
  5481. package/examples/full-example-typescript/node_modules/range-parser/HISTORY.md +0 -56
  5482. package/examples/full-example-typescript/node_modules/range-parser/LICENSE +0 -23
  5483. package/examples/full-example-typescript/node_modules/range-parser/README.md +0 -84
  5484. package/examples/full-example-typescript/node_modules/range-parser/index.js +0 -162
  5485. package/examples/full-example-typescript/node_modules/range-parser/package.json +0 -44
  5486. package/examples/full-example-typescript/node_modules/raw-body/HISTORY.md +0 -308
  5487. package/examples/full-example-typescript/node_modules/raw-body/LICENSE +0 -22
  5488. package/examples/full-example-typescript/node_modules/raw-body/README.md +0 -223
  5489. package/examples/full-example-typescript/node_modules/raw-body/SECURITY.md +0 -24
  5490. package/examples/full-example-typescript/node_modules/raw-body/index.d.ts +0 -87
  5491. package/examples/full-example-typescript/node_modules/raw-body/index.js +0 -336
  5492. package/examples/full-example-typescript/node_modules/raw-body/package.json +0 -49
  5493. package/examples/full-example-typescript/node_modules/readable-stream/CONTRIBUTING.md +0 -38
  5494. package/examples/full-example-typescript/node_modules/readable-stream/GOVERNANCE.md +0 -136
  5495. package/examples/full-example-typescript/node_modules/readable-stream/LICENSE +0 -47
  5496. package/examples/full-example-typescript/node_modules/readable-stream/README.md +0 -106
  5497. package/examples/full-example-typescript/node_modules/readable-stream/errors-browser.js +0 -127
  5498. package/examples/full-example-typescript/node_modules/readable-stream/errors.js +0 -116
  5499. package/examples/full-example-typescript/node_modules/readable-stream/experimentalWarning.js +0 -17
  5500. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_duplex.js +0 -126
  5501. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_passthrough.js +0 -37
  5502. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_readable.js +0 -1027
  5503. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_transform.js +0 -190
  5504. package/examples/full-example-typescript/node_modules/readable-stream/lib/_stream_writable.js +0 -641
  5505. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/async_iterator.js +0 -180
  5506. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/buffer_list.js +0 -183
  5507. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/destroy.js +0 -96
  5508. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/end-of-stream.js +0 -86
  5509. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/from-browser.js +0 -3
  5510. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/from.js +0 -52
  5511. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/pipeline.js +0 -86
  5512. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/state.js +0 -22
  5513. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/stream-browser.js +0 -1
  5514. package/examples/full-example-typescript/node_modules/readable-stream/lib/internal/streams/stream.js +0 -1
  5515. package/examples/full-example-typescript/node_modules/readable-stream/package.json +0 -68
  5516. package/examples/full-example-typescript/node_modules/readable-stream/readable-browser.js +0 -9
  5517. package/examples/full-example-typescript/node_modules/readable-stream/readable.js +0 -16
  5518. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/README.md +0 -71
  5519. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.d.ts +0 -39
  5520. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.js +0 -69
  5521. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/lib/index.spec.js +0 -147
  5522. package/examples/full-example-typescript/node_modules/readable-web-to-node-stream/package.json +0 -84
  5523. package/examples/full-example-typescript/node_modules/safe-buffer/LICENSE +0 -21
  5524. package/examples/full-example-typescript/node_modules/safe-buffer/README.md +0 -584
  5525. package/examples/full-example-typescript/node_modules/safe-buffer/index.d.ts +0 -187
  5526. package/examples/full-example-typescript/node_modules/safe-buffer/index.js +0 -65
  5527. package/examples/full-example-typescript/node_modules/safe-buffer/package.json +0 -51
  5528. package/examples/full-example-typescript/node_modules/safer-buffer/LICENSE +0 -21
  5529. package/examples/full-example-typescript/node_modules/safer-buffer/Porting-Buffer.md +0 -268
  5530. package/examples/full-example-typescript/node_modules/safer-buffer/Readme.md +0 -156
  5531. package/examples/full-example-typescript/node_modules/safer-buffer/dangerous.js +0 -58
  5532. package/examples/full-example-typescript/node_modules/safer-buffer/package.json +0 -34
  5533. package/examples/full-example-typescript/node_modules/safer-buffer/safer.js +0 -77
  5534. package/examples/full-example-typescript/node_modules/safer-buffer/tests.js +0 -406
  5535. package/examples/full-example-typescript/node_modules/send/HISTORY.md +0 -526
  5536. package/examples/full-example-typescript/node_modules/send/LICENSE +0 -23
  5537. package/examples/full-example-typescript/node_modules/send/README.md +0 -327
  5538. package/examples/full-example-typescript/node_modules/send/SECURITY.md +0 -24
  5539. package/examples/full-example-typescript/node_modules/send/index.js +0 -1142
  5540. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/HISTORY.md +0 -14
  5541. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/LICENSE +0 -22
  5542. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/README.md +0 -128
  5543. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/index.js +0 -60
  5544. package/examples/full-example-typescript/node_modules/send/node_modules/encodeurl/package.json +0 -40
  5545. package/examples/full-example-typescript/node_modules/send/node_modules/ms/index.js +0 -162
  5546. package/examples/full-example-typescript/node_modules/send/node_modules/ms/license.md +0 -21
  5547. package/examples/full-example-typescript/node_modules/send/node_modules/ms/package.json +0 -38
  5548. package/examples/full-example-typescript/node_modules/send/node_modules/ms/readme.md +0 -59
  5549. package/examples/full-example-typescript/node_modules/send/package.json +0 -62
  5550. package/examples/full-example-typescript/node_modules/serve-static/HISTORY.md +0 -487
  5551. package/examples/full-example-typescript/node_modules/serve-static/LICENSE +0 -25
  5552. package/examples/full-example-typescript/node_modules/serve-static/README.md +0 -257
  5553. package/examples/full-example-typescript/node_modules/serve-static/index.js +0 -209
  5554. package/examples/full-example-typescript/node_modules/serve-static/package.json +0 -42
  5555. package/examples/full-example-typescript/node_modules/set-function-length/.eslintrc +0 -27
  5556. package/examples/full-example-typescript/node_modules/set-function-length/.github/FUNDING.yml +0 -12
  5557. package/examples/full-example-typescript/node_modules/set-function-length/.nycrc +0 -13
  5558. package/examples/full-example-typescript/node_modules/set-function-length/CHANGELOG.md +0 -70
  5559. package/examples/full-example-typescript/node_modules/set-function-length/LICENSE +0 -21
  5560. package/examples/full-example-typescript/node_modules/set-function-length/README.md +0 -56
  5561. package/examples/full-example-typescript/node_modules/set-function-length/env.d.ts +0 -9
  5562. package/examples/full-example-typescript/node_modules/set-function-length/env.js +0 -25
  5563. package/examples/full-example-typescript/node_modules/set-function-length/index.d.ts +0 -7
  5564. package/examples/full-example-typescript/node_modules/set-function-length/index.js +0 -42
  5565. package/examples/full-example-typescript/node_modules/set-function-length/package.json +0 -102
  5566. package/examples/full-example-typescript/node_modules/set-function-length/tsconfig.json +0 -9
  5567. package/examples/full-example-typescript/node_modules/setprototypeof/LICENSE +0 -13
  5568. package/examples/full-example-typescript/node_modules/setprototypeof/README.md +0 -31
  5569. package/examples/full-example-typescript/node_modules/setprototypeof/index.d.ts +0 -2
  5570. package/examples/full-example-typescript/node_modules/setprototypeof/index.js +0 -17
  5571. package/examples/full-example-typescript/node_modules/setprototypeof/package.json +0 -38
  5572. package/examples/full-example-typescript/node_modules/setprototypeof/test/index.js +0 -24
  5573. package/examples/full-example-typescript/node_modules/side-channel/.editorconfig +0 -9
  5574. package/examples/full-example-typescript/node_modules/side-channel/.eslintrc +0 -12
  5575. package/examples/full-example-typescript/node_modules/side-channel/.github/FUNDING.yml +0 -12
  5576. package/examples/full-example-typescript/node_modules/side-channel/.nycrc +0 -13
  5577. package/examples/full-example-typescript/node_modules/side-channel/CHANGELOG.md +0 -110
  5578. package/examples/full-example-typescript/node_modules/side-channel/LICENSE +0 -21
  5579. package/examples/full-example-typescript/node_modules/side-channel/README.md +0 -61
  5580. package/examples/full-example-typescript/node_modules/side-channel/index.d.ts +0 -14
  5581. package/examples/full-example-typescript/node_modules/side-channel/index.js +0 -43
  5582. package/examples/full-example-typescript/node_modules/side-channel/package.json +0 -85
  5583. package/examples/full-example-typescript/node_modules/side-channel/test/index.js +0 -104
  5584. package/examples/full-example-typescript/node_modules/side-channel/tsconfig.json +0 -9
  5585. package/examples/full-example-typescript/node_modules/side-channel-list/.editorconfig +0 -9
  5586. package/examples/full-example-typescript/node_modules/side-channel-list/.eslintrc +0 -11
  5587. package/examples/full-example-typescript/node_modules/side-channel-list/.github/FUNDING.yml +0 -12
  5588. package/examples/full-example-typescript/node_modules/side-channel-list/.nycrc +0 -13
  5589. package/examples/full-example-typescript/node_modules/side-channel-list/CHANGELOG.md +0 -15
  5590. package/examples/full-example-typescript/node_modules/side-channel-list/LICENSE +0 -21
  5591. package/examples/full-example-typescript/node_modules/side-channel-list/README.md +0 -62
  5592. package/examples/full-example-typescript/node_modules/side-channel-list/index.d.ts +0 -13
  5593. package/examples/full-example-typescript/node_modules/side-channel-list/index.js +0 -113
  5594. package/examples/full-example-typescript/node_modules/side-channel-list/list.d.ts +0 -14
  5595. package/examples/full-example-typescript/node_modules/side-channel-list/package.json +0 -77
  5596. package/examples/full-example-typescript/node_modules/side-channel-list/test/index.js +0 -104
  5597. package/examples/full-example-typescript/node_modules/side-channel-list/tsconfig.json +0 -9
  5598. package/examples/full-example-typescript/node_modules/side-channel-map/.editorconfig +0 -9
  5599. package/examples/full-example-typescript/node_modules/side-channel-map/.eslintrc +0 -11
  5600. package/examples/full-example-typescript/node_modules/side-channel-map/.github/FUNDING.yml +0 -12
  5601. package/examples/full-example-typescript/node_modules/side-channel-map/.nycrc +0 -13
  5602. package/examples/full-example-typescript/node_modules/side-channel-map/CHANGELOG.md +0 -22
  5603. package/examples/full-example-typescript/node_modules/side-channel-map/LICENSE +0 -21
  5604. package/examples/full-example-typescript/node_modules/side-channel-map/README.md +0 -62
  5605. package/examples/full-example-typescript/node_modules/side-channel-map/index.d.ts +0 -15
  5606. package/examples/full-example-typescript/node_modules/side-channel-map/index.js +0 -68
  5607. package/examples/full-example-typescript/node_modules/side-channel-map/package.json +0 -80
  5608. package/examples/full-example-typescript/node_modules/side-channel-map/test/index.js +0 -114
  5609. package/examples/full-example-typescript/node_modules/side-channel-map/tsconfig.json +0 -9
  5610. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.editorconfig +0 -9
  5611. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.eslintrc +0 -12
  5612. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.github/FUNDING.yml +0 -12
  5613. package/examples/full-example-typescript/node_modules/side-channel-weakmap/.nycrc +0 -13
  5614. package/examples/full-example-typescript/node_modules/side-channel-weakmap/CHANGELOG.md +0 -28
  5615. package/examples/full-example-typescript/node_modules/side-channel-weakmap/LICENSE +0 -21
  5616. package/examples/full-example-typescript/node_modules/side-channel-weakmap/README.md +0 -62
  5617. package/examples/full-example-typescript/node_modules/side-channel-weakmap/index.d.ts +0 -15
  5618. package/examples/full-example-typescript/node_modules/side-channel-weakmap/index.js +0 -84
  5619. package/examples/full-example-typescript/node_modules/side-channel-weakmap/package.json +0 -87
  5620. package/examples/full-example-typescript/node_modules/side-channel-weakmap/test/index.js +0 -114
  5621. package/examples/full-example-typescript/node_modules/side-channel-weakmap/tsconfig.json +0 -9
  5622. package/examples/full-example-typescript/node_modules/socket.io/LICENSE +0 -22
  5623. package/examples/full-example-typescript/node_modules/socket.io/Readme.md +0 -273
  5624. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.esm.min.js +0 -7
  5625. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.esm.min.js.map +0 -1
  5626. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.js +0 -4908
  5627. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.js.map +0 -1
  5628. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.min.js +0 -7
  5629. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.min.js.map +0 -1
  5630. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.msgpack.min.js +0 -7
  5631. package/examples/full-example-typescript/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map +0 -1
  5632. package/examples/full-example-typescript/node_modules/socket.io/dist/broadcast-operator.d.ts +0 -283
  5633. package/examples/full-example-typescript/node_modules/socket.io/dist/broadcast-operator.js +0 -436
  5634. package/examples/full-example-typescript/node_modules/socket.io/dist/client.d.ts +0 -119
  5635. package/examples/full-example-typescript/node_modules/socket.io/dist/client.js +0 -268
  5636. package/examples/full-example-typescript/node_modules/socket.io/dist/index.d.ts +0 -593
  5637. package/examples/full-example-typescript/node_modules/socket.io/dist/index.js +0 -804
  5638. package/examples/full-example-typescript/node_modules/socket.io/dist/namespace.d.ts +0 -432
  5639. package/examples/full-example-typescript/node_modules/socket.io/dist/namespace.js +0 -581
  5640. package/examples/full-example-typescript/node_modules/socket.io/dist/parent-namespace.d.ts +0 -30
  5641. package/examples/full-example-typescript/node_modules/socket.io/dist/parent-namespace.js +0 -88
  5642. package/examples/full-example-typescript/node_modules/socket.io/dist/socket-types.d.ts +0 -56
  5643. package/examples/full-example-typescript/node_modules/socket.io/dist/socket-types.js +0 -11
  5644. package/examples/full-example-typescript/node_modules/socket.io/dist/socket.d.ts +0 -613
  5645. package/examples/full-example-typescript/node_modules/socket.io/dist/socket.js +0 -977
  5646. package/examples/full-example-typescript/node_modules/socket.io/dist/typed-events.d.ts +0 -203
  5647. package/examples/full-example-typescript/node_modules/socket.io/dist/typed-events.js +0 -81
  5648. package/examples/full-example-typescript/node_modules/socket.io/dist/uws.d.ts +0 -3
  5649. package/examples/full-example-typescript/node_modules/socket.io/dist/uws.js +0 -136
  5650. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/LICENSE +0 -20
  5651. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/README.md +0 -481
  5652. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/package.json +0 -60
  5653. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/browser.js +0 -271
  5654. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/common.js +0 -274
  5655. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/index.js +0 -10
  5656. package/examples/full-example-typescript/node_modules/socket.io/node_modules/debug/src/node.js +0 -263
  5657. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/index.js +0 -162
  5658. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/license.md +0 -21
  5659. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/package.json +0 -38
  5660. package/examples/full-example-typescript/node_modules/socket.io/node_modules/ms/readme.md +0 -59
  5661. package/examples/full-example-typescript/node_modules/socket.io/package.json +0 -85
  5662. package/examples/full-example-typescript/node_modules/socket.io/wrapper.mjs +0 -3
  5663. package/examples/full-example-typescript/node_modules/socket.io-adapter/LICENSE +0 -20
  5664. package/examples/full-example-typescript/node_modules/socket.io-adapter/Readme.md +0 -23
  5665. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts +0 -201
  5666. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/cluster-adapter.js +0 -674
  5667. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts +0 -23
  5668. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/contrib/yeast.js +0 -55
  5669. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts +0 -179
  5670. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/in-memory-adapter.js +0 -394
  5671. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/index.d.ts +0 -2
  5672. package/examples/full-example-typescript/node_modules/socket.io-adapter/dist/index.js +0 -10
  5673. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/LICENSE +0 -20
  5674. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/README.md +0 -481
  5675. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/package.json +0 -60
  5676. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/browser.js +0 -271
  5677. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/common.js +0 -274
  5678. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/index.js +0 -10
  5679. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/debug/src/node.js +0 -263
  5680. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/index.js +0 -162
  5681. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/license.md +0 -21
  5682. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/package.json +0 -38
  5683. package/examples/full-example-typescript/node_modules/socket.io-adapter/node_modules/ms/readme.md +0 -59
  5684. package/examples/full-example-typescript/node_modules/socket.io-adapter/package.json +0 -39
  5685. package/examples/full-example-typescript/node_modules/socket.io-parser/LICENSE +0 -20
  5686. package/examples/full-example-typescript/node_modules/socket.io-parser/Readme.md +0 -81
  5687. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/binary.d.ts +0 -20
  5688. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/binary.js +0 -88
  5689. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/index.d.ts +0 -90
  5690. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/index.js +0 -321
  5691. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/is-binary.d.ts +0 -7
  5692. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/is-binary.js +0 -55
  5693. package/examples/full-example-typescript/node_modules/socket.io-parser/build/cjs/package.json +0 -3
  5694. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/binary.d.ts +0 -20
  5695. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/binary.js +0 -83
  5696. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/index.d.ts +0 -90
  5697. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/index.js +0 -311
  5698. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/is-binary.d.ts +0 -7
  5699. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/is-binary.js +0 -50
  5700. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm/package.json +0 -3
  5701. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/binary.d.ts +0 -20
  5702. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/binary.js +0 -83
  5703. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/index.d.ts +0 -90
  5704. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/index.js +0 -316
  5705. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts +0 -7
  5706. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/is-binary.js +0 -50
  5707. package/examples/full-example-typescript/node_modules/socket.io-parser/build/esm-debug/package.json +0 -3
  5708. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/LICENSE +0 -20
  5709. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/README.md +0 -481
  5710. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/package.json +0 -60
  5711. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/browser.js +0 -271
  5712. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/common.js +0 -274
  5713. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/index.js +0 -10
  5714. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/debug/src/node.js +0 -263
  5715. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/index.js +0 -162
  5716. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/license.md +0 -21
  5717. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/package.json +0 -38
  5718. package/examples/full-example-typescript/node_modules/socket.io-parser/node_modules/ms/readme.md +0 -59
  5719. package/examples/full-example-typescript/node_modules/socket.io-parser/package.json +0 -58
  5720. package/examples/full-example-typescript/node_modules/spex/README.md +0 -89
  5721. package/examples/full-example-typescript/node_modules/spex/lib/adapter.js +0 -68
  5722. package/examples/full-example-typescript/node_modules/spex/lib/errors/batch.js +0 -172
  5723. package/examples/full-example-typescript/node_modules/spex/lib/errors/index.js +0 -36
  5724. package/examples/full-example-typescript/node_modules/spex/lib/errors/page.js +0 -135
  5725. package/examples/full-example-typescript/node_modules/spex/lib/errors/sequence.js +0 -125
  5726. package/examples/full-example-typescript/node_modules/spex/lib/ext/batch.js +0 -151
  5727. package/examples/full-example-typescript/node_modules/spex/lib/ext/page.js +0 -180
  5728. package/examples/full-example-typescript/node_modules/spex/lib/ext/sequence.js +0 -194
  5729. package/examples/full-example-typescript/node_modules/spex/lib/ext/stream/index.js +0 -65
  5730. package/examples/full-example-typescript/node_modules/spex/lib/ext/stream/read.js +0 -206
  5731. package/examples/full-example-typescript/node_modules/spex/lib/index.js +0 -123
  5732. package/examples/full-example-typescript/node_modules/spex/lib/utils/index.js +0 -90
  5733. package/examples/full-example-typescript/node_modules/spex/lib/utils/static.js +0 -74
  5734. package/examples/full-example-typescript/node_modules/spex/package.json +0 -52
  5735. package/examples/full-example-typescript/node_modules/spex/typescript/README.md +0 -27
  5736. package/examples/full-example-typescript/node_modules/spex/typescript/spex.d.ts +0 -176
  5737. package/examples/full-example-typescript/node_modules/split2/LICENSE +0 -13
  5738. package/examples/full-example-typescript/node_modules/split2/README.md +0 -85
  5739. package/examples/full-example-typescript/node_modules/split2/bench.js +0 -27
  5740. package/examples/full-example-typescript/node_modules/split2/index.js +0 -141
  5741. package/examples/full-example-typescript/node_modules/split2/package.json +0 -39
  5742. package/examples/full-example-typescript/node_modules/split2/test.js +0 -409
  5743. package/examples/full-example-typescript/node_modules/statuses/HISTORY.md +0 -82
  5744. package/examples/full-example-typescript/node_modules/statuses/LICENSE +0 -23
  5745. package/examples/full-example-typescript/node_modules/statuses/README.md +0 -136
  5746. package/examples/full-example-typescript/node_modules/statuses/codes.json +0 -65
  5747. package/examples/full-example-typescript/node_modules/statuses/index.js +0 -146
  5748. package/examples/full-example-typescript/node_modules/statuses/package.json +0 -49
  5749. package/examples/full-example-typescript/node_modules/string_decoder/LICENSE +0 -48
  5750. package/examples/full-example-typescript/node_modules/string_decoder/README.md +0 -47
  5751. package/examples/full-example-typescript/node_modules/string_decoder/lib/string_decoder.js +0 -296
  5752. package/examples/full-example-typescript/node_modules/string_decoder/package.json +0 -34
  5753. package/examples/full-example-typescript/node_modules/strnum/.vscode/launch.json +0 -25
  5754. package/examples/full-example-typescript/node_modules/strnum/LICENSE +0 -21
  5755. package/examples/full-example-typescript/node_modules/strnum/README.md +0 -86
  5756. package/examples/full-example-typescript/node_modules/strnum/package.json +0 -24
  5757. package/examples/full-example-typescript/node_modules/strnum/strnum.js +0 -124
  5758. package/examples/full-example-typescript/node_modules/strnum/strnum.test.js +0 -150
  5759. package/examples/full-example-typescript/node_modules/strtok3/LICENSE +0 -15
  5760. package/examples/full-example-typescript/node_modules/strtok3/README.md +0 -317
  5761. package/examples/full-example-typescript/node_modules/strtok3/lib/AbstractTokenizer.d.ts +0 -69
  5762. package/examples/full-example-typescript/node_modules/strtok3/lib/AbstractTokenizer.js +0 -100
  5763. package/examples/full-example-typescript/node_modules/strtok3/lib/BufferTokenizer.d.ts +0 -26
  5764. package/examples/full-example-typescript/node_modules/strtok3/lib/BufferTokenizer.js +0 -51
  5765. package/examples/full-example-typescript/node_modules/strtok3/lib/FileTokenizer.d.ts +0 -23
  5766. package/examples/full-example-typescript/node_modules/strtok3/lib/FileTokenizer.js +0 -47
  5767. package/examples/full-example-typescript/node_modules/strtok3/lib/ReadStreamTokenizer.d.ts +0 -27
  5768. package/examples/full-example-typescript/node_modules/strtok3/lib/ReadStreamTokenizer.js +0 -94
  5769. package/examples/full-example-typescript/node_modules/strtok3/lib/core.d.ts +0 -31
  5770. package/examples/full-example-typescript/node_modules/strtok3/lib/core.js +0 -35
  5771. package/examples/full-example-typescript/node_modules/strtok3/lib/index.d.ts +0 -14
  5772. package/examples/full-example-typescript/node_modules/strtok3/lib/index.js +0 -20
  5773. package/examples/full-example-typescript/node_modules/strtok3/lib/types.d.ts +0 -102
  5774. package/examples/full-example-typescript/node_modules/strtok3/lib/types.js +0 -1
  5775. package/examples/full-example-typescript/node_modules/strtok3/package.json +0 -100
  5776. package/examples/full-example-typescript/node_modules/toidentifier/HISTORY.md +0 -9
  5777. package/examples/full-example-typescript/node_modules/toidentifier/LICENSE +0 -21
  5778. package/examples/full-example-typescript/node_modules/toidentifier/README.md +0 -61
  5779. package/examples/full-example-typescript/node_modules/toidentifier/index.js +0 -32
  5780. package/examples/full-example-typescript/node_modules/toidentifier/package.json +0 -38
  5781. package/examples/full-example-typescript/node_modules/token-types/LICENSE +0 -7
  5782. package/examples/full-example-typescript/node_modules/token-types/README.md +0 -120
  5783. package/examples/full-example-typescript/node_modules/token-types/lib/index.d.ts +0 -151
  5784. package/examples/full-example-typescript/node_modules/token-types/lib/index.js +0 -449
  5785. package/examples/full-example-typescript/node_modules/token-types/package.json +0 -87
  5786. package/examples/full-example-typescript/node_modules/tslib/CopyrightNotice.txt +0 -15
  5787. package/examples/full-example-typescript/node_modules/tslib/LICENSE.txt +0 -12
  5788. package/examples/full-example-typescript/node_modules/tslib/README.md +0 -164
  5789. package/examples/full-example-typescript/node_modules/tslib/SECURITY.md +0 -41
  5790. package/examples/full-example-typescript/node_modules/tslib/modules/index.d.ts +0 -38
  5791. package/examples/full-example-typescript/node_modules/tslib/modules/index.js +0 -70
  5792. package/examples/full-example-typescript/node_modules/tslib/modules/package.json +0 -3
  5793. package/examples/full-example-typescript/node_modules/tslib/package.json +0 -47
  5794. package/examples/full-example-typescript/node_modules/tslib/tslib.d.ts +0 -460
  5795. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.html +0 -1
  5796. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.js +0 -402
  5797. package/examples/full-example-typescript/node_modules/tslib/tslib.es6.mjs +0 -401
  5798. package/examples/full-example-typescript/node_modules/tslib/tslib.html +0 -1
  5799. package/examples/full-example-typescript/node_modules/tslib/tslib.js +0 -484
  5800. package/examples/full-example-typescript/node_modules/type-is/HISTORY.md +0 -259
  5801. package/examples/full-example-typescript/node_modules/type-is/LICENSE +0 -23
  5802. package/examples/full-example-typescript/node_modules/type-is/README.md +0 -170
  5803. package/examples/full-example-typescript/node_modules/type-is/index.js +0 -266
  5804. package/examples/full-example-typescript/node_modules/type-is/package.json +0 -45
  5805. package/examples/full-example-typescript/node_modules/uid2/HISTORY.md +0 -21
  5806. package/examples/full-example-typescript/node_modules/uid2/LICENSE +0 -21
  5807. package/examples/full-example-typescript/node_modules/uid2/README.md +0 -32
  5808. package/examples/full-example-typescript/node_modules/uid2/index.js +0 -55
  5809. package/examples/full-example-typescript/node_modules/uid2/package.json +0 -12
  5810. package/examples/full-example-typescript/node_modules/undici-types/LICENSE +0 -21
  5811. package/examples/full-example-typescript/node_modules/undici-types/README.md +0 -6
  5812. package/examples/full-example-typescript/node_modules/undici-types/agent.d.ts +0 -31
  5813. package/examples/full-example-typescript/node_modules/undici-types/api.d.ts +0 -43
  5814. package/examples/full-example-typescript/node_modules/undici-types/balanced-pool.d.ts +0 -29
  5815. package/examples/full-example-typescript/node_modules/undici-types/cache.d.ts +0 -36
  5816. package/examples/full-example-typescript/node_modules/undici-types/client.d.ts +0 -108
  5817. package/examples/full-example-typescript/node_modules/undici-types/connector.d.ts +0 -34
  5818. package/examples/full-example-typescript/node_modules/undici-types/content-type.d.ts +0 -21
  5819. package/examples/full-example-typescript/node_modules/undici-types/cookies.d.ts +0 -28
  5820. package/examples/full-example-typescript/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
  5821. package/examples/full-example-typescript/node_modules/undici-types/dispatcher.d.ts +0 -255
  5822. package/examples/full-example-typescript/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
  5823. package/examples/full-example-typescript/node_modules/undici-types/errors.d.ts +0 -149
  5824. package/examples/full-example-typescript/node_modules/undici-types/eventsource.d.ts +0 -61
  5825. package/examples/full-example-typescript/node_modules/undici-types/fetch.d.ts +0 -209
  5826. package/examples/full-example-typescript/node_modules/undici-types/file.d.ts +0 -39
  5827. package/examples/full-example-typescript/node_modules/undici-types/filereader.d.ts +0 -54
  5828. package/examples/full-example-typescript/node_modules/undici-types/formdata.d.ts +0 -108
  5829. package/examples/full-example-typescript/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  5830. package/examples/full-example-typescript/node_modules/undici-types/global-origin.d.ts +0 -7
  5831. package/examples/full-example-typescript/node_modules/undici-types/handlers.d.ts +0 -15
  5832. package/examples/full-example-typescript/node_modules/undici-types/header.d.ts +0 -4
  5833. package/examples/full-example-typescript/node_modules/undici-types/index.d.ts +0 -71
  5834. package/examples/full-example-typescript/node_modules/undici-types/interceptors.d.ts +0 -17
  5835. package/examples/full-example-typescript/node_modules/undici-types/mock-agent.d.ts +0 -50
  5836. package/examples/full-example-typescript/node_modules/undici-types/mock-client.d.ts +0 -25
  5837. package/examples/full-example-typescript/node_modules/undici-types/mock-errors.d.ts +0 -12
  5838. package/examples/full-example-typescript/node_modules/undici-types/mock-interceptor.d.ts +0 -93
  5839. package/examples/full-example-typescript/node_modules/undici-types/mock-pool.d.ts +0 -25
  5840. package/examples/full-example-typescript/node_modules/undici-types/package.json +0 -55
  5841. package/examples/full-example-typescript/node_modules/undici-types/patch.d.ts +0 -33
  5842. package/examples/full-example-typescript/node_modules/undici-types/pool-stats.d.ts +0 -19
  5843. package/examples/full-example-typescript/node_modules/undici-types/pool.d.ts +0 -39
  5844. package/examples/full-example-typescript/node_modules/undici-types/proxy-agent.d.ts +0 -28
  5845. package/examples/full-example-typescript/node_modules/undici-types/readable.d.ts +0 -60
  5846. package/examples/full-example-typescript/node_modules/undici-types/retry-agent.d.ts +0 -8
  5847. package/examples/full-example-typescript/node_modules/undici-types/retry-handler.d.ts +0 -116
  5848. package/examples/full-example-typescript/node_modules/undici-types/util.d.ts +0 -18
  5849. package/examples/full-example-typescript/node_modules/undici-types/webidl.d.ts +0 -222
  5850. package/examples/full-example-typescript/node_modules/undici-types/websocket.d.ts +0 -150
  5851. package/examples/full-example-typescript/node_modules/unpipe/HISTORY.md +0 -4
  5852. package/examples/full-example-typescript/node_modules/unpipe/LICENSE +0 -22
  5853. package/examples/full-example-typescript/node_modules/unpipe/README.md +0 -43
  5854. package/examples/full-example-typescript/node_modules/unpipe/index.js +0 -69
  5855. package/examples/full-example-typescript/node_modules/unpipe/package.json +0 -27
  5856. package/examples/full-example-typescript/node_modules/util-deprecate/History.md +0 -16
  5857. package/examples/full-example-typescript/node_modules/util-deprecate/LICENSE +0 -24
  5858. package/examples/full-example-typescript/node_modules/util-deprecate/README.md +0 -53
  5859. package/examples/full-example-typescript/node_modules/util-deprecate/browser.js +0 -67
  5860. package/examples/full-example-typescript/node_modules/util-deprecate/node.js +0 -6
  5861. package/examples/full-example-typescript/node_modules/util-deprecate/package.json +0 -27
  5862. package/examples/full-example-typescript/node_modules/utils-merge/LICENSE +0 -20
  5863. package/examples/full-example-typescript/node_modules/utils-merge/README.md +0 -34
  5864. package/examples/full-example-typescript/node_modules/utils-merge/index.js +0 -23
  5865. package/examples/full-example-typescript/node_modules/utils-merge/package.json +0 -40
  5866. package/examples/full-example-typescript/node_modules/uuid/CHANGELOG.md +0 -274
  5867. package/examples/full-example-typescript/node_modules/uuid/CONTRIBUTING.md +0 -18
  5868. package/examples/full-example-typescript/node_modules/uuid/LICENSE.md +0 -9
  5869. package/examples/full-example-typescript/node_modules/uuid/README.md +0 -466
  5870. package/examples/full-example-typescript/node_modules/uuid/dist/bin/uuid +0 -2
  5871. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  5872. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  5873. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  5874. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  5875. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  5876. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  5877. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  5878. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  5879. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  5880. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  5881. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  5882. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  5883. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  5884. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  5885. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  5886. package/examples/full-example-typescript/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  5887. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/index.js +0 -9
  5888. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  5889. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/native.js +0 -4
  5890. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  5891. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  5892. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  5893. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  5894. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  5895. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  5896. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  5897. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  5898. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  5899. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  5900. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  5901. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  5902. package/examples/full-example-typescript/node_modules/uuid/dist/esm-browser/version.js +0 -11
  5903. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/index.js +0 -9
  5904. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/md5.js +0 -13
  5905. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/native.js +0 -4
  5906. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/nil.js +0 -1
  5907. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/parse.js +0 -35
  5908. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/regex.js +0 -1
  5909. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/rng.js +0 -12
  5910. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  5911. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  5912. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v1.js +0 -95
  5913. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v3.js +0 -4
  5914. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v35.js +0 -66
  5915. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v4.js +0 -29
  5916. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/v5.js +0 -4
  5917. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/validate.js +0 -7
  5918. package/examples/full-example-typescript/node_modules/uuid/dist/esm-node/version.js +0 -11
  5919. package/examples/full-example-typescript/node_modules/uuid/dist/index.js +0 -79
  5920. package/examples/full-example-typescript/node_modules/uuid/dist/md5-browser.js +0 -223
  5921. package/examples/full-example-typescript/node_modules/uuid/dist/md5.js +0 -23
  5922. package/examples/full-example-typescript/node_modules/uuid/dist/native-browser.js +0 -11
  5923. package/examples/full-example-typescript/node_modules/uuid/dist/native.js +0 -15
  5924. package/examples/full-example-typescript/node_modules/uuid/dist/nil.js +0 -8
  5925. package/examples/full-example-typescript/node_modules/uuid/dist/parse.js +0 -45
  5926. package/examples/full-example-typescript/node_modules/uuid/dist/regex.js +0 -8
  5927. package/examples/full-example-typescript/node_modules/uuid/dist/rng-browser.js +0 -25
  5928. package/examples/full-example-typescript/node_modules/uuid/dist/rng.js +0 -24
  5929. package/examples/full-example-typescript/node_modules/uuid/dist/sha1-browser.js +0 -104
  5930. package/examples/full-example-typescript/node_modules/uuid/dist/sha1.js +0 -23
  5931. package/examples/full-example-typescript/node_modules/uuid/dist/stringify.js +0 -44
  5932. package/examples/full-example-typescript/node_modules/uuid/dist/uuid-bin.js +0 -85
  5933. package/examples/full-example-typescript/node_modules/uuid/dist/v1.js +0 -107
  5934. package/examples/full-example-typescript/node_modules/uuid/dist/v3.js +0 -16
  5935. package/examples/full-example-typescript/node_modules/uuid/dist/v35.js +0 -80
  5936. package/examples/full-example-typescript/node_modules/uuid/dist/v4.js +0 -43
  5937. package/examples/full-example-typescript/node_modules/uuid/dist/v5.js +0 -16
  5938. package/examples/full-example-typescript/node_modules/uuid/dist/validate.js +0 -17
  5939. package/examples/full-example-typescript/node_modules/uuid/dist/version.js +0 -21
  5940. package/examples/full-example-typescript/node_modules/uuid/package.json +0 -135
  5941. package/examples/full-example-typescript/node_modules/uuid/wrapper.mjs +0 -10
  5942. package/examples/full-example-typescript/node_modules/vary/HISTORY.md +0 -39
  5943. package/examples/full-example-typescript/node_modules/vary/LICENSE +0 -22
  5944. package/examples/full-example-typescript/node_modules/vary/README.md +0 -101
  5945. package/examples/full-example-typescript/node_modules/vary/index.js +0 -149
  5946. package/examples/full-example-typescript/node_modules/vary/package.json +0 -43
  5947. package/examples/full-example-typescript/node_modules/ws/LICENSE +0 -20
  5948. package/examples/full-example-typescript/node_modules/ws/README.md +0 -548
  5949. package/examples/full-example-typescript/node_modules/ws/browser.js +0 -8
  5950. package/examples/full-example-typescript/node_modules/ws/index.js +0 -13
  5951. package/examples/full-example-typescript/node_modules/ws/lib/buffer-util.js +0 -131
  5952. package/examples/full-example-typescript/node_modules/ws/lib/constants.js +0 -12
  5953. package/examples/full-example-typescript/node_modules/ws/lib/event-target.js +0 -292
  5954. package/examples/full-example-typescript/node_modules/ws/lib/extension.js +0 -203
  5955. package/examples/full-example-typescript/node_modules/ws/lib/limiter.js +0 -55
  5956. package/examples/full-example-typescript/node_modules/ws/lib/permessage-deflate.js +0 -514
  5957. package/examples/full-example-typescript/node_modules/ws/lib/receiver.js +0 -704
  5958. package/examples/full-example-typescript/node_modules/ws/lib/sender.js +0 -497
  5959. package/examples/full-example-typescript/node_modules/ws/lib/stream.js +0 -159
  5960. package/examples/full-example-typescript/node_modules/ws/lib/subprotocol.js +0 -62
  5961. package/examples/full-example-typescript/node_modules/ws/lib/validation.js +0 -130
  5962. package/examples/full-example-typescript/node_modules/ws/lib/websocket-server.js +0 -540
  5963. package/examples/full-example-typescript/node_modules/ws/lib/websocket.js +0 -1338
  5964. package/examples/full-example-typescript/node_modules/ws/package.json +0 -69
  5965. package/examples/full-example-typescript/node_modules/ws/wrapper.mjs +0 -8
  5966. package/examples/full-example-typescript/node_modules/xtend/.jshintrc +0 -30
  5967. package/examples/full-example-typescript/node_modules/xtend/LICENSE +0 -20
  5968. package/examples/full-example-typescript/node_modules/xtend/README.md +0 -32
  5969. package/examples/full-example-typescript/node_modules/xtend/immutable.js +0 -19
  5970. package/examples/full-example-typescript/node_modules/xtend/mutable.js +0 -17
  5971. package/examples/full-example-typescript/node_modules/xtend/package.json +0 -55
  5972. package/examples/full-example-typescript/node_modules/xtend/test.js +0 -103
  5973. package/examples/full-example-typescript/package-lock.json +0 -3133
  5974. package/examples/full-example-typescript/package.json +0 -16
  5975. package/examples/full-example-typescript/tsconfig.json +0 -24
  5976. package/examples/full-example-vanilla/home.html +0 -157
  5977. package/examples/full-example-vanilla/index.js +0 -57
  5978. package/examples/full-example-vanilla/init.sql +0 -69
  5979. package/examples/full-example-vanilla/package.json +0 -17
  5980. package/examples/server/javascript/index.js +0 -25
  5981. package/examples/server/javascript/init.sql +0 -5
  5982. package/examples/server/javascript/package.json +0 -16
  5983. package/examples/server/typescript/index.ts +0 -31
  5984. package/examples/server/typescript/init.sql +0 -20
  5985. package/examples/server/typescript/package.json +0 -16
  5986. package/examples/server/typescript/tsconfig.json +0 -17
  5987. package/lib/Auth/setEmailProvider.ts +0 -123
  5988. package/lib/DboBuilder/QueryBuilder/prepareHaving.ts +0 -27
  5989. package/lib/DboBuilder/runTransaction.ts +0 -61
  5990. package/lib/SchemaWatch/createSchemaWatchEventTrigger.ts +0 -3
  5991. /package/dist/Auth/{getSafeReturnURL.d.ts → utils/getSafeReturnURL.d.ts} +0 -0
  5992. /package/dist/Auth/{getSafeReturnURL.js → utils/getSafeReturnURL.js} +0 -0
  5993. /package/lib/Auth/{getSafeReturnURL.ts → utils/getSafeReturnURL.ts} +0 -0
@@ -1,4660 +0,0 @@
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
- }