cloudstructs 0.13.3 → 0.13.5

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 (3171) hide show
  1. package/.jsii +181 -8
  2. package/assets/slack-app/provider.lambda/index.js +20 -6628
  3. package/assets/slack-textract/detect.lambda/index.js +2390 -8083
  4. package/assets/ssl-server-test/analyze.lambda/index.js +37 -6639
  5. package/assets/toolkit-cleaner/clean.lambda/index.js +1 -1
  6. package/lib/codecommit-mirror/index.js +2 -2
  7. package/lib/dmarc/index.js +1 -1
  8. package/lib/ecs-service-roller/index.js +2 -2
  9. package/lib/email-receiver/receiver.js +5 -3
  10. package/lib/saml-identity-provider/index.js +2 -2
  11. package/lib/slack-app/manifest.js +1 -1
  12. package/lib/slack-app/provider.js +4 -2
  13. package/lib/slack-app/provider.lambda.js +21 -12
  14. package/lib/slack-app/slack-app.js +2 -2
  15. package/lib/slack-events/index.js +5 -3
  16. package/lib/slack-textract/detect.lambda.js +7 -4
  17. package/lib/slack-textract/index.js +5 -3
  18. package/lib/ssl-server-test/analyze.lambda.js +18 -13
  19. package/lib/ssl-server-test/index.js +1 -1
  20. package/lib/state-machine-cr-provider/index.js +1 -1
  21. package/lib/state-machine-cr-provider/runtime/http.d.ts +1 -1
  22. package/lib/state-machine-cr-provider/runtime/http.js +5 -20
  23. package/lib/static-website/index.js +1 -1
  24. package/lib/toolkit-cleaner/index.js +1 -1
  25. package/lib/url-shortener/index.js +5 -3
  26. package/node_modules/@aws/durable-execution-sdk-js/dist/index.mjs +2 -2
  27. package/node_modules/@aws/durable-execution-sdk-js/dist-cjs/index.js +2 -2
  28. package/node_modules/@aws/durable-execution-sdk-js/package.json +1 -1
  29. package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  30. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/bdd.js +49 -0
  31. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/endpointResolver.js +5 -5
  32. package/node_modules/@aws-sdk/client-lambda/dist-cjs/index.js +243 -244
  33. package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/LambdaServiceException.js +3 -3
  34. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.browser.js +14 -16
  35. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +20 -24
  36. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +9 -10
  37. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +1 -1
  38. package/node_modules/@aws-sdk/client-lambda/dist-es/LambdaClient.js +6 -6
  39. package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  40. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddLayerVersionPermissionCommand.js +2 -2
  41. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/AddPermissionCommand.js +2 -2
  42. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CheckpointDurableExecutionCommand.js +2 -2
  43. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateAliasCommand.js +2 -2
  44. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCapacityProviderCommand.js +2 -2
  45. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateCodeSigningConfigCommand.js +2 -2
  46. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateEventSourceMappingCommand.js +2 -2
  47. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionCommand.js +2 -2
  48. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/CreateFunctionUrlConfigCommand.js +2 -2
  49. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteAliasCommand.js +2 -2
  50. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCapacityProviderCommand.js +2 -2
  51. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteCodeSigningConfigCommand.js +2 -2
  52. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteEventSourceMappingCommand.js +2 -2
  53. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCodeSigningConfigCommand.js +2 -2
  54. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionCommand.js +2 -2
  55. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionConcurrencyCommand.js +2 -2
  56. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionEventInvokeConfigCommand.js +2 -2
  57. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteFunctionUrlConfigCommand.js +2 -2
  58. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteLayerVersionCommand.js +2 -2
  59. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/DeleteProvisionedConcurrencyConfigCommand.js +2 -2
  60. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAccountSettingsCommand.js +2 -2
  61. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetAliasCommand.js +2 -2
  62. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCapacityProviderCommand.js +2 -2
  63. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetCodeSigningConfigCommand.js +2 -2
  64. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionCommand.js +2 -2
  65. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionHistoryCommand.js +2 -2
  66. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetDurableExecutionStateCommand.js +2 -2
  67. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetEventSourceMappingCommand.js +2 -2
  68. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCodeSigningConfigCommand.js +2 -2
  69. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionCommand.js +2 -2
  70. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConcurrencyCommand.js +2 -2
  71. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionConfigurationCommand.js +2 -2
  72. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionEventInvokeConfigCommand.js +2 -2
  73. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionRecursionConfigCommand.js +2 -2
  74. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionScalingConfigCommand.js +2 -2
  75. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetFunctionUrlConfigCommand.js +2 -2
  76. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionByArnCommand.js +2 -2
  77. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionCommand.js +2 -2
  78. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetLayerVersionPolicyCommand.js +2 -2
  79. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetPolicyCommand.js +2 -2
  80. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetProvisionedConcurrencyConfigCommand.js +2 -2
  81. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/GetRuntimeManagementConfigCommand.js +2 -2
  82. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeAsyncCommand.js +2 -2
  83. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeCommand.js +2 -2
  84. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/InvokeWithResponseStreamCommand.js +2 -2
  85. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListAliasesCommand.js +2 -2
  86. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCapacityProvidersCommand.js +2 -2
  87. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListCodeSigningConfigsCommand.js +2 -2
  88. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListDurableExecutionsByFunctionCommand.js +2 -2
  89. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListEventSourceMappingsCommand.js +2 -2
  90. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionEventInvokeConfigsCommand.js +2 -2
  91. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionUrlConfigsCommand.js +2 -2
  92. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionVersionsByCapacityProviderCommand.js +2 -2
  93. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsByCodeSigningConfigCommand.js +2 -2
  94. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListFunctionsCommand.js +2 -2
  95. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayerVersionsCommand.js +2 -2
  96. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListLayersCommand.js +2 -2
  97. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListProvisionedConcurrencyConfigsCommand.js +2 -2
  98. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListTagsCommand.js +2 -2
  99. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/ListVersionsByFunctionCommand.js +2 -2
  100. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishLayerVersionCommand.js +2 -2
  101. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PublishVersionCommand.js +2 -2
  102. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionCodeSigningConfigCommand.js +2 -2
  103. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionConcurrencyCommand.js +2 -2
  104. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionEventInvokeConfigCommand.js +2 -2
  105. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionRecursionConfigCommand.js +2 -2
  106. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutFunctionScalingConfigCommand.js +2 -2
  107. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutProvisionedConcurrencyConfigCommand.js +2 -2
  108. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/PutRuntimeManagementConfigCommand.js +2 -2
  109. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemoveLayerVersionPermissionCommand.js +2 -2
  110. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/RemovePermissionCommand.js +2 -2
  111. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackFailureCommand.js +2 -2
  112. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackHeartbeatCommand.js +2 -2
  113. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/SendDurableExecutionCallbackSuccessCommand.js +2 -2
  114. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/StopDurableExecutionCommand.js +2 -2
  115. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/TagResourceCommand.js +2 -2
  116. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UntagResourceCommand.js +2 -2
  117. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateAliasCommand.js +2 -2
  118. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCapacityProviderCommand.js +2 -2
  119. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateCodeSigningConfigCommand.js +2 -2
  120. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateEventSourceMappingCommand.js +2 -2
  121. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionCodeCommand.js +2 -2
  122. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionConfigurationCommand.js +2 -2
  123. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionEventInvokeConfigCommand.js +2 -2
  124. package/node_modules/@aws-sdk/client-lambda/dist-es/commands/UpdateFunctionUrlConfigCommand.js +2 -2
  125. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/bdd.js +46 -0
  126. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/endpointResolver.js +3 -3
  127. package/node_modules/@aws-sdk/client-lambda/dist-es/models/LambdaServiceException.js +1 -1
  128. package/node_modules/@aws-sdk/client-lambda/dist-es/models/enums.js +1 -0
  129. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.browser.js +5 -7
  130. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +5 -9
  131. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +3 -4
  132. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeExtensions.js +2 -2
  133. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
  134. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +2 -2
  135. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +3 -3
  136. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
  137. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +2 -2
  138. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
  139. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +7 -7
  140. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +6 -6
  141. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
  142. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/AddPermissionCommand.d.ts +6 -4
  143. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
  144. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateAliasCommand.d.ts +6 -4
  145. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCapacityProviderCommand.d.ts +6 -4
  146. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
  147. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateEventSourceMappingCommand.d.ts +6 -4
  148. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionCommand.d.ts +8 -6
  149. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
  150. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteAliasCommand.d.ts +6 -4
  151. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCapacityProviderCommand.d.ts +6 -4
  152. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
  153. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
  154. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
  155. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionCommand.d.ts +6 -4
  156. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
  157. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
  158. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
  159. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteLayerVersionCommand.d.ts +6 -4
  160. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
  161. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAccountSettingsCommand.d.ts +6 -4
  162. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetAliasCommand.d.ts +6 -4
  163. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCapacityProviderCommand.d.ts +6 -4
  164. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetCodeSigningConfigCommand.d.ts +6 -4
  165. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionCommand.d.ts +6 -4
  166. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
  167. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetDurableExecutionStateCommand.d.ts +6 -4
  168. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetEventSourceMappingCommand.d.ts +6 -4
  169. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
  170. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionCommand.d.ts +7 -5
  171. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
  172. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionConfigurationCommand.d.ts +7 -5
  173. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
  174. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
  175. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
  176. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
  177. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionByArnCommand.d.ts +7 -5
  178. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionCommand.d.ts +7 -5
  179. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
  180. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetPolicyCommand.d.ts +6 -4
  181. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetProvisionedConcurrencyConfigCommand.d.ts +10 -8
  182. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
  183. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +6 -4
  184. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +7 -5
  185. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
  186. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListAliasesCommand.d.ts +6 -4
  187. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCapacityProvidersCommand.d.ts +6 -4
  188. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
  189. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
  190. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListEventSourceMappingsCommand.d.ts +6 -4
  191. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
  192. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
  193. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
  194. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
  195. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListFunctionsCommand.d.ts +7 -5
  196. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayerVersionsCommand.d.ts +8 -6
  197. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListLayersCommand.d.ts +8 -6
  198. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
  199. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListTagsCommand.d.ts +6 -4
  200. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/ListVersionsByFunctionCommand.d.ts +7 -5
  201. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishLayerVersionCommand.d.ts +8 -6
  202. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PublishVersionCommand.d.ts +7 -5
  203. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
  204. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
  205. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
  206. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
  207. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
  208. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
  209. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
  210. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
  211. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/RemovePermissionCommand.d.ts +6 -4
  212. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
  213. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
  214. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
  215. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/StopDurableExecutionCommand.d.ts +6 -4
  216. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/TagResourceCommand.d.ts +6 -4
  217. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UntagResourceCommand.d.ts +6 -4
  218. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateAliasCommand.d.ts +6 -4
  219. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCapacityProviderCommand.d.ts +6 -4
  220. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
  221. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
  222. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionCodeCommand.d.ts +7 -5
  223. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionConfigurationCommand.d.ts +8 -6
  224. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
  225. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
  226. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/bdd.d.ts +2 -0
  227. package/node_modules/@aws-sdk/client-lambda/dist-types/extensionConfiguration.d.ts +1 -1
  228. package/node_modules/@aws-sdk/client-lambda/dist-types/models/LambdaServiceException.d.ts +1 -1
  229. package/node_modules/@aws-sdk/client-lambda/dist-types/models/enums.d.ts +1 -0
  230. package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +1 -1
  231. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +2 -2
  232. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +2 -2
  233. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +2 -2
  234. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/Lambda.d.ts +7 -7
  235. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +12 -18
  236. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddLayerVersionPermissionCommand.d.ts +6 -4
  237. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/AddPermissionCommand.d.ts +6 -4
  238. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CheckpointDurableExecutionCommand.d.ts +6 -4
  239. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +6 -4
  240. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCapacityProviderCommand.d.ts +6 -4
  241. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateCodeSigningConfigCommand.d.ts +6 -4
  242. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateEventSourceMappingCommand.d.ts +6 -4
  243. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionCommand.d.ts +6 -4
  244. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/CreateFunctionUrlConfigCommand.d.ts +6 -4
  245. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +6 -4
  246. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCapacityProviderCommand.d.ts +6 -4
  247. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteCodeSigningConfigCommand.d.ts +6 -4
  248. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteEventSourceMappingCommand.d.ts +6 -4
  249. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCodeSigningConfigCommand.d.ts +6 -4
  250. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionCommand.d.ts +6 -4
  251. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionConcurrencyCommand.d.ts +6 -4
  252. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionEventInvokeConfigCommand.d.ts +6 -4
  253. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteFunctionUrlConfigCommand.d.ts +6 -4
  254. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteLayerVersionCommand.d.ts +6 -4
  255. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/DeleteProvisionedConcurrencyConfigCommand.d.ts +6 -4
  256. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +6 -4
  257. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetAliasCommand.d.ts +6 -8
  258. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCapacityProviderCommand.d.ts +6 -4
  259. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetCodeSigningConfigCommand.d.ts +6 -4
  260. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionCommand.d.ts +6 -4
  261. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionHistoryCommand.d.ts +6 -4
  262. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetDurableExecutionStateCommand.d.ts +6 -4
  263. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetEventSourceMappingCommand.d.ts +6 -4
  264. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCodeSigningConfigCommand.d.ts +6 -4
  265. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionCommand.d.ts +6 -4
  266. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConcurrencyCommand.d.ts +6 -4
  267. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionConfigurationCommand.d.ts +6 -4
  268. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionEventInvokeConfigCommand.d.ts +6 -4
  269. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionRecursionConfigCommand.d.ts +6 -4
  270. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionScalingConfigCommand.d.ts +6 -4
  271. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetFunctionUrlConfigCommand.d.ts +6 -4
  272. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionByArnCommand.d.ts +6 -4
  273. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionCommand.d.ts +6 -4
  274. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetLayerVersionPolicyCommand.d.ts +6 -4
  275. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  276. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetProvisionedConcurrencyConfigCommand.d.ts +6 -4
  277. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/GetRuntimeManagementConfigCommand.d.ts +6 -4
  278. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +6 -4
  279. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeCommand.d.ts +7 -5
  280. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +6 -4
  281. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +6 -4
  282. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCapacityProvidersCommand.d.ts +6 -4
  283. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListCodeSigningConfigsCommand.d.ts +6 -4
  284. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListDurableExecutionsByFunctionCommand.d.ts +6 -4
  285. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListEventSourceMappingsCommand.d.ts +6 -4
  286. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionEventInvokeConfigsCommand.d.ts +6 -4
  287. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionUrlConfigsCommand.d.ts +6 -4
  288. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionVersionsByCapacityProviderCommand.d.ts +6 -4
  289. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsByCodeSigningConfigCommand.d.ts +6 -4
  290. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListFunctionsCommand.d.ts +6 -4
  291. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayerVersionsCommand.d.ts +6 -4
  292. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListLayersCommand.d.ts +6 -4
  293. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListProvisionedConcurrencyConfigsCommand.d.ts +6 -4
  294. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListTagsCommand.d.ts +6 -8
  295. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/ListVersionsByFunctionCommand.d.ts +6 -4
  296. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishLayerVersionCommand.d.ts +6 -4
  297. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PublishVersionCommand.d.ts +6 -4
  298. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionCodeSigningConfigCommand.d.ts +6 -4
  299. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionConcurrencyCommand.d.ts +6 -4
  300. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionEventInvokeConfigCommand.d.ts +6 -4
  301. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionRecursionConfigCommand.d.ts +6 -4
  302. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutFunctionScalingConfigCommand.d.ts +6 -4
  303. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutProvisionedConcurrencyConfigCommand.d.ts +6 -4
  304. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/PutRuntimeManagementConfigCommand.d.ts +6 -4
  305. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemoveLayerVersionPermissionCommand.d.ts +6 -4
  306. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +6 -4
  307. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackFailureCommand.d.ts +6 -4
  308. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackHeartbeatCommand.d.ts +6 -4
  309. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +6 -4
  310. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/StopDurableExecutionCommand.d.ts +6 -4
  311. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
  312. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
  313. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +6 -4
  314. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCapacityProviderCommand.d.ts +6 -4
  315. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateCodeSigningConfigCommand.d.ts +6 -4
  316. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateEventSourceMappingCommand.d.ts +6 -4
  317. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionCodeCommand.d.ts +6 -4
  318. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionConfigurationCommand.d.ts +6 -4
  319. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionEventInvokeConfigCommand.d.ts +6 -4
  320. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/UpdateFunctionUrlConfigCommand.d.ts +6 -4
  321. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  322. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  323. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/LambdaServiceException.d.ts +1 -1
  324. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/enums.d.ts +1 -0
  325. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +1 -1
  326. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  327. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  328. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  329. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActive.d.ts +10 -4
  330. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionActiveV2.d.ts +8 -4
  331. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionExists.d.ts +8 -4
  332. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdated.d.ts +10 -4
  333. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForFunctionUpdatedV2.d.ts +8 -4
  334. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/waiters/waitForPublishedVersionActive.d.ts +10 -4
  335. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +5 -4
  336. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActiveV2.d.ts +5 -4
  337. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +5 -4
  338. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +5 -4
  339. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +5 -4
  340. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForPublishedVersionActive.d.ts +5 -4
  341. package/node_modules/@aws-sdk/client-lambda/package.json +21 -41
  342. package/node_modules/@aws-sdk/core/dist-cjs/index.js +142 -108
  343. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -2
  344. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +18 -6
  345. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +7 -7
  346. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +118 -94
  347. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +59 -0
  348. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  349. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -6
  350. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  351. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -1
  352. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -1
  353. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +1 -1
  354. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +1 -1
  355. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +12 -11
  356. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
  357. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +1 -1
  358. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -2
  359. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +11 -11
  360. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +3 -2
  361. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +7 -5
  362. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +10 -6
  363. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +1 -1
  364. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +3 -3
  365. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +43 -28
  366. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -9
  367. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +4 -4
  368. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +3 -3
  369. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +2 -2
  370. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +6 -5
  371. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +1 -1
  372. package/node_modules/@aws-sdk/core/dist-es/submodules/util/index.js +2 -0
  373. package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-arn-parser/arn.js +21 -0
  374. package/node_modules/@aws-sdk/core/dist-es/submodules/util/util-format-url/format-url.js +29 -0
  375. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +1 -0
  376. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +1 -0
  377. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  378. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -2
  379. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  380. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  381. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  382. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +1 -1
  383. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  384. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -0
  385. package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-arn-parser/arn.d.ts +32 -0
  386. package/node_modules/@aws-sdk/core/dist-types/submodules/util/util-format-url/format-url.d.ts +2 -0
  387. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +1 -0
  388. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +1 -1
  389. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  390. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +1 -1
  391. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +1 -1
  392. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +6 -0
  393. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -0
  394. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-arn-parser/arn.d.ts +14 -0
  395. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/util-format-url/format-url.d.ts +4 -0
  396. package/node_modules/@aws-sdk/core/package.json +18 -13
  397. package/node_modules/@aws-sdk/core/util.d.ts +7 -0
  398. package/node_modules/@aws-sdk/core/util.js +5 -0
  399. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -2
  400. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +1 -1
  401. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  402. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +2 -2
  403. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +2 -2
  404. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -3
  405. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +10 -10
  406. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +7 -5
  407. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +1 -1
  408. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +1 -1
  409. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +1 -1
  410. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +4 -4
  411. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +1 -1
  412. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +1 -1
  413. package/node_modules/@aws-sdk/credential-provider-http/package.json +15 -10
  414. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +9 -10
  415. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -1
  416. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -2
  417. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +1 -1
  418. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +1 -1
  419. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +1 -1
  420. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +1 -1
  421. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -12
  422. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +14 -15
  423. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +2 -3
  424. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +1 -2
  425. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +1 -1
  426. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +1 -1
  427. package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -6
  428. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +7 -8
  429. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +1 -2
  430. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +1 -1
  431. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -10
  432. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +7 -8
  433. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -1
  434. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +1 -2
  435. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  436. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +1 -1
  437. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -4
  438. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +16 -17
  439. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +1 -2
  440. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
  441. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +1 -1
  442. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +1 -1
  443. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +1 -1
  444. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -6
  445. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +3 -4
  446. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +1 -34
  447. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -2
  448. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -5
  449. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
  450. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +1 -1
  451. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  452. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +5 -0
  453. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +2 -2
  454. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +1 -1
  455. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -3
  456. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +5 -5
  457. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
  458. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  459. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -6
  460. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +520 -52
  461. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +454 -49
  462. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +399 -49
  463. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +593 -49
  464. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +835 -55
  465. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  466. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +5 -5
  467. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  468. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -2
  469. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -2
  470. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  471. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  472. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +1 -1
  473. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +4 -6
  474. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +4 -8
  475. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +3 -4
  476. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +2 -2
  477. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  478. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +5 -5
  479. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  480. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -2
  481. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  482. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  483. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +1 -1
  484. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +4 -6
  485. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +4 -8
  486. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +3 -4
  487. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +2 -2
  488. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  489. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +5 -5
  490. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  491. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -2
  492. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  493. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  494. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/SSOServiceException.js +1 -1
  495. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +4 -6
  496. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +4 -8
  497. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +3 -4
  498. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +2 -2
  499. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  500. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +5 -5
  501. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  502. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -2
  503. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  504. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  505. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +1 -1
  506. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +4 -6
  507. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +4 -8
  508. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +3 -4
  509. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -2
  510. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  511. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +6 -5
  512. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -9
  513. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -2
  514. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
  515. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -5
  516. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  517. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  518. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +1 -1
  519. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  520. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +4 -6
  521. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +11 -9
  522. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +11 -5
  523. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -2
  524. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +5 -5
  525. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  526. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  527. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  528. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  529. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  530. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +1 -1
  531. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  532. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  533. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +4 -4
  534. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +5 -5
  535. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  536. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  537. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +1 -1
  538. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +1 -1
  539. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  540. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  541. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +3 -3
  542. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +4 -4
  543. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +5 -5
  544. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  545. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  546. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +1 -1
  547. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +1 -1
  548. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +1 -1
  549. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  550. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +3 -3
  551. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +4 -4
  552. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +5 -5
  553. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  554. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  555. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  556. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  557. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  558. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  559. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  560. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -4
  561. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +5 -5
  562. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +16 -18
  563. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  564. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  565. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -9
  566. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  567. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +1 -1
  568. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  569. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +2 -1
  570. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +7 -6
  571. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +13 -7
  572. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +7 -6
  573. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  574. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +8 -14
  575. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +6 -4
  576. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +6 -4
  577. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  578. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +1 -1
  579. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +1 -1
  580. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +1 -1
  581. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +4 -4
  582. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +3 -3
  583. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +5 -5
  584. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +8 -14
  585. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +6 -4
  586. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  587. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +1 -1
  588. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +1 -1
  589. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +1 -1
  590. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +4 -4
  591. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +3 -3
  592. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +5 -5
  593. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +8 -14
  594. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +6 -4
  595. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  596. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/extensionConfiguration.d.ts +1 -1
  597. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +1 -1
  598. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +1 -1
  599. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +4 -4
  600. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +3 -3
  601. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +5 -5
  602. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +8 -14
  603. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +6 -4
  604. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  605. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +1 -1
  606. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  607. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +1 -1
  608. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -4
  609. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +3 -3
  610. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +5 -5
  611. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +8 -14
  612. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -19
  613. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +6 -4
  614. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +6 -4
  615. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -3
  616. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  617. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +1 -1
  618. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  619. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +2 -1
  620. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +15 -9
  621. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +38 -19
  622. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +16 -10
  623. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  624. package/node_modules/@aws-sdk/nested-clients/package.json +13 -33
  625. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +6 -6
  626. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +6 -0
  627. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +4 -5
  628. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -2
  629. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +1 -2
  630. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +3 -3
  631. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  632. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +3 -6
  633. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +1 -1
  634. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -4
  635. package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
  636. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +157 -0
  637. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
  638. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4SignWithCredentials.js +36 -0
  639. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +3 -0
  640. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
  641. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
  642. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4SignWithCredentials.d.ts +20 -0
  643. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +3 -0
  644. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
  645. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
  646. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4SignWithCredentials.d.ts +21 -0
  647. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +9 -0
  648. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
  649. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +60 -0
  650. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +18 -19
  651. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +1 -1
  652. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -2
  653. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +1 -1
  654. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +1 -1
  655. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +1 -1
  656. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +1 -1
  657. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  658. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +1 -1
  659. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  660. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  661. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  662. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +1 -1
  663. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  664. package/node_modules/@aws-sdk/token-providers/package.json +4 -5
  665. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +9 -9
  666. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
  667. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +1 -1
  668. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -1
  669. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +1 -1
  670. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -1
  671. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -1
  672. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  673. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -1
  674. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -1
  675. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +1 -1
  676. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -1
  677. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -1
  678. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -1
  679. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +1 -1
  680. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -1
  681. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +1 -1
  682. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -1
  683. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +1 -1
  684. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -1
  685. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  686. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  687. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  688. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  689. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -1
  690. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -3
  691. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +1 -34
  692. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +4 -0
  693. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +13 -10
  694. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +1 -0
  695. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +1 -0
  696. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +1 -0
  697. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +8 -3
  698. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +2 -2
  699. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +1 -1
  700. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  701. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +1 -1
  702. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -4
  703. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  704. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +60 -0
  705. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -2
  706. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  707. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -2
  708. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
  709. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  710. package/node_modules/@aws-sdk/xml-builder/package.json +5 -4
  711. package/node_modules/@nodable/entities/README.md +41 -0
  712. package/node_modules/@nodable/entities/package.json +54 -0
  713. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  714. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  715. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  716. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  717. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  718. package/node_modules/@nodable/entities/src/index.js +29 -0
  719. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts +71 -2
  720. package/node_modules/@slack/types/dist/block-kit/blocks.d.ts.map +1 -1
  721. package/node_modules/@slack/types/dist/chunk.d.ts +11 -1
  722. package/node_modules/@slack/types/dist/chunk.d.ts.map +1 -1
  723. package/node_modules/@slack/types/package.json +1 -1
  724. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts +15 -0
  725. package/node_modules/@slack/web-api/dist/types/request/assistant.d.ts.map +1 -1
  726. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts +15 -0
  727. package/node_modules/@slack/web-api/dist/types/request/chat.d.ts.map +1 -1
  728. package/node_modules/@slack/web-api/package.json +4 -5
  729. package/node_modules/@smithy/core/checksum.d.ts +5 -0
  730. package/node_modules/@smithy/core/checksum.js +5 -0
  731. package/node_modules/@smithy/core/client.d.ts +7 -0
  732. package/node_modules/@smithy/core/client.js +6 -0
  733. package/node_modules/@smithy/core/config.d.ts +5 -0
  734. package/node_modules/@smithy/core/config.js +5 -0
  735. package/node_modules/@smithy/core/dist-cjs/index.js +8 -8
  736. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +2 -2
  737. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +4 -4
  738. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +41 -27
  739. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +202 -0
  740. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +259 -0
  741. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +229 -0
  742. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1136 -0
  743. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +375 -0
  744. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +735 -0
  745. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +364 -0
  746. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +860 -0
  747. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +875 -5
  748. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +866 -0
  749. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +643 -11
  750. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +314 -30
  751. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +800 -0
  752. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +827 -0
  753. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +23 -6
  754. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +1405 -0
  755. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +1100 -5
  756. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +1405 -0
  757. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  758. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
  759. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +2 -2
  760. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  761. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +2 -2
  762. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +24 -14
  763. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +3 -4
  764. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +1 -2
  765. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +1 -2
  766. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +11 -6
  767. package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.js +9 -0
  768. package/node_modules/@smithy/core/dist-es/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.js +27 -0
  769. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-blob-browser/blobHasher.js +8 -0
  770. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/HashCalculator.js +18 -0
  771. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/fileStreamHasher.js +24 -0
  772. package/node_modules/@smithy/core/dist-es/submodules/checksum/hash-stream-node/readableStreamHasher.js +19 -0
  773. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +6 -0
  774. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +5 -0
  775. package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +6 -0
  776. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +3 -0
  777. package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +168 -0
  778. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +26 -0
  779. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client.js +51 -0
  780. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/command.js +131 -0
  781. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/checksum.js +49 -0
  782. package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.js +9 -0
  783. package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/createWaiter.js +48 -0
  784. package/node_modules/@smithy/core/dist-es/submodules/client/util-waiter/poller.js +87 -0
  785. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +15 -0
  786. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +15 -0
  787. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
  788. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.js +14 -0
  789. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +15 -0
  790. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.js +30 -0
  791. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +98 -0
  792. package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.js +19 -0
  793. package/node_modules/@smithy/core/dist-es/submodules/config/index.browser.js +43 -0
  794. package/node_modules/@smithy/core/dist-es/submodules/config/index.js +29 -0
  795. package/node_modules/@smithy/core/dist-es/submodules/config/index.native.js +43 -0
  796. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/configLoader.js +10 -0
  797. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromEnv.js +14 -0
  798. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromSharedConfigFiles.js +24 -0
  799. package/node_modules/@smithy/core/dist-es/submodules/config/node-config-provider/fromStatic.js +3 -0
  800. package/node_modules/@smithy/core/dist-es/submodules/config/property-provider/fromValue.js +1 -0
  801. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getConfigFilepath.js +4 -0
  802. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getCredentialsFilepath.js +4 -0
  803. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getHomeDir.js +22 -0
  804. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFilepath.js +8 -0
  805. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.js +11 -0
  806. package/node_modules/@smithy/core/dist-es/submodules/config/shared-ini-file-loader/loadSharedConfigFiles.js +39 -0
  807. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +22 -0
  808. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +21 -0
  809. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.js +3 -0
  810. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.js +65 -0
  811. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.js +31 -0
  812. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -0
  813. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +47 -0
  814. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/getEndpointPlugin.js +26 -0
  815. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +25 -0
  816. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +3 -3
  817. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateCondition.js +16 -0
  818. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateConditions.js +26 -0
  819. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateEndpointRule.js +28 -0
  820. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.js +17 -0
  821. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateExpression.js +46 -0
  822. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/evaluateRules.js +42 -0
  823. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.js +12 -0
  824. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/getEndpointProperties.js +28 -0
  825. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +17 -9
  826. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/HeaderMarshaller.js +184 -0
  827. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/Int64.js +44 -0
  828. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.js +21 -0
  829. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/EventStreamMarshaller.js +45 -0
  830. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde/utils.js +28 -0
  831. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.js +30 -0
  832. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.browser.js +14 -0
  833. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +14 -1
  834. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +12 -8
  835. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +11 -8
  836. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +2 -2
  837. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +1 -1
  838. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +12 -0
  839. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +39 -0
  840. package/node_modules/@smithy/core/dist-es/submodules/protocols/querystring-builder/buildQueryString.js +21 -0
  841. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  842. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +1 -3
  843. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +1 -1
  844. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +1 -2
  845. package/node_modules/@smithy/core/dist-es/submodules/protocols/url-parser/parseUrl.js +18 -0
  846. package/node_modules/@smithy/core/dist-es/submodules/retry/index.browser.js +27 -0
  847. package/node_modules/@smithy/core/dist-es/submodules/retry/index.js +20 -0
  848. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +50 -0
  849. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.js +3 -0
  850. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/omitRetryHeadersMiddleware.js +22 -0
  851. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/parseRetryAfterHeader.js +49 -0
  852. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +22 -0
  853. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +95 -0
  854. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/defaultRetryQuota.js +27 -0
  855. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/delayDecider.js +2 -0
  856. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/retryDecider.js +7 -0
  857. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +109 -0
  858. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/service-error-classification.js +44 -0
  859. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/AdaptiveRetryStrategy.js +36 -0
  860. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +19 -0
  861. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +111 -0
  862. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +93 -0
  863. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +18 -1
  864. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +2 -2
  865. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -1
  866. package/node_modules/@smithy/core/dist-es/submodules/serde/hash-node/hash-node.js +36 -0
  867. package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +41 -0
  868. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +40 -10
  869. package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +43 -0
  870. package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +58 -0
  871. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  872. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.browser.js +36 -0
  873. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/fromBase64.js +12 -0
  874. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.browser.js +35 -0
  875. package/node_modules/@smithy/core/dist-es/submodules/serde/util-base64/toBase64.js +15 -0
  876. package/node_modules/@smithy/core/dist-es/submodules/serde/util-body-length/calculateBodyLength.js +27 -0
  877. package/node_modules/@smithy/core/dist-es/submodules/serde/util-buffer-from/buffer-from.js +13 -0
  878. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.js +23 -0
  879. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +60 -0
  880. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.browser.js +35 -0
  881. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/createChecksumStream.js +9 -0
  882. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/createBufferedReadable.js +57 -0
  883. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +38 -0
  884. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.browser.js +64 -0
  885. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/sdk-stream-mixin.js +50 -0
  886. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/splitStream.js +13 -0
  887. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +53 -0
  888. package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +48 -0
  889. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/fromUtf8.js +5 -0
  890. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +10 -0
  891. package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUtf8.js +10 -0
  892. package/node_modules/@smithy/core/dist-es/submodules/serde/uuid/v4.js +32 -0
  893. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  894. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +2 -2
  895. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -1
  896. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  897. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +1 -1
  898. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +1 -1
  899. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  900. package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +2 -2
  901. package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +2 -1
  902. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +3 -3
  903. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +5 -4
  904. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +4 -4
  905. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +3 -4
  906. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +3 -3
  907. package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.d.ts +6 -0
  908. package/node_modules/@smithy/core/dist-types/submodules/checksum/chunked-blob-reader/chunked-blob-reader.native.d.ts +4 -0
  909. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-blob-browser/blobHasher.d.ts +5 -0
  910. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/HashCalculator.d.ts +10 -0
  911. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/fileStreamHasher.d.ts +6 -0
  912. package/node_modules/@smithy/core/dist-types/submodules/checksum/hash-stream-node/readableStreamHasher.d.ts +6 -0
  913. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +5 -0
  914. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +5 -0
  915. package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +5 -0
  916. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +12 -0
  917. package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +16 -0
  918. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +26 -0
  919. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client.d.ts +84 -0
  920. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +119 -0
  921. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/create-aggregated-client.d.ts +16 -0
  922. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/default-error-handler.d.ts +15 -0
  923. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/emitWarningIfUnsupportedVersion.d.ts +7 -0
  924. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/exceptions.d.ts +42 -0
  925. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/checksum.d.ts +25 -0
  926. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/extensions/defaultExtensionConfiguration.d.ts +38 -0
  927. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-array-if-single-item.d.ts +7 -0
  928. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/get-value-from-text-node.d.ts +7 -0
  929. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/object-mapping.d.ts +163 -0
  930. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/ser-utils.d.ts +14 -0
  931. package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/serde-json.d.ts +10 -0
  932. package/node_modules/@smithy/core/dist-types/submodules/client/util-middleware/getSmithyContext.d.ts +5 -0
  933. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/createWaiter.d.ts +11 -0
  934. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/poller.d.ts +11 -0
  935. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/utils/validate.d.ts +8 -0
  936. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +49 -0
  937. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +23 -0
  938. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +23 -0
  939. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
  940. package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/config.d.ts +17 -0
  941. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/defaultsModeConfig.d.ts +6 -0
  942. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.browser.d.ts +17 -0
  943. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.d.ts +17 -0
  944. package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/resolveDefaultsModeConfig.native.d.ts +16 -0
  945. package/node_modules/@smithy/core/dist-types/submodules/config/index.browser.d.ts +55 -0
  946. package/node_modules/@smithy/core/dist-types/submodules/config/index.d.ts +36 -0
  947. package/node_modules/@smithy/core/dist-types/submodules/config/index.native.d.ts +55 -0
  948. package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/configLoader.d.ts +31 -0
  949. package/node_modules/@smithy/core/dist-types/submodules/config/node-config-provider/fromSharedConfigFiles.d.ts +22 -0
  950. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/CredentialsProviderError.d.ts +29 -0
  951. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/ProviderError.d.ts +38 -0
  952. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/TokenProviderError.d.ts +29 -0
  953. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/chain.d.ts +12 -0
  954. package/node_modules/@smithy/core/dist-types/submodules/config/property-provider/fromValue.d.ts +5 -0
  955. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getConfigData.d.ts +8 -0
  956. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSSOTokenFromFile.d.ts +53 -0
  957. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/getSsoSessionData.d.ts +6 -0
  958. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseIni.d.ts +2 -0
  959. package/node_modules/@smithy/core/dist-types/submodules/config/shared-ini-file-loader/parseKnownFiles.d.ts +18 -0
  960. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +24 -0
  961. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +23 -0
  962. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  963. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +21 -0
  964. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointUrlConfig.d.ts +2 -0
  965. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +5 -0
  966. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +11 -0
  967. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +12 -0
  968. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.d.ts +110 -0
  969. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/cache/EndpointCache.d.ts +34 -0
  970. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/decideEndpoint.d.ts +7 -0
  971. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/getEndpointUrlConfig.d.ts +12 -0
  972. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/parseURL.d.ts +5 -0
  973. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/resolveEndpoint.d.ts +6 -0
  974. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/shared.d.ts +25 -0
  975. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/endpointFunctions.d.ts +2 -0
  976. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateCondition.d.ts +11 -0
  977. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateConditions.d.ts +8 -0
  978. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateErrorRule.d.ts +2 -0
  979. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateExpression.d.ts +7 -0
  980. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/evaluateRules.d.ts +8 -0
  981. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointHeaders.d.ts +2 -0
  982. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointProperties.d.ts +8 -0
  983. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getEndpointUrl.d.ts +2 -0
  984. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/getReferenceValue.d.ts +4 -0
  985. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/EventStreamCodec.d.ts +30 -0
  986. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.browser.d.ts +46 -0
  987. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/EventStreamMarshaller.d.ts +31 -0
  988. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde/utils.d.ts +11 -0
  989. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/EventStreamMarshaller.d.ts +22 -0
  990. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-serde-universal/getUnmarshalledStream.d.ts +18 -0
  991. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.browser.d.ts +23 -0
  992. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +23 -1
  993. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +2 -2
  994. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +3 -3
  995. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +2 -2
  996. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +14 -0
  997. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/Field.d.ts +49 -0
  998. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/extensions/httpExtensionConfiguration.d.ts +33 -0
  999. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +32 -0
  1000. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpRequest.d.ts +55 -0
  1001. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +3 -2
  1002. package/node_modules/@smithy/core/dist-types/submodules/retry/index.browser.d.ts +26 -0
  1003. package/node_modules/@smithy/core/dist-types/submodules/retry/index.d.ts +20 -0
  1004. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +68 -0
  1005. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  1006. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  1007. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +23 -0
  1008. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/retryMiddleware.d.ts +19 -0
  1009. package/node_modules/@smithy/core/dist-types/submodules/retry/service-error-classification/service-error-classification.d.ts +30 -0
  1010. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/AdaptiveRetryStrategy.d.ts +38 -0
  1011. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/StandardRetryStrategy.d.ts +56 -0
  1012. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/constants.d.ts +60 -0
  1013. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/retries-2026-config.d.ts +11 -0
  1014. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  1015. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +1 -1
  1016. package/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +7 -19
  1017. package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +39 -0
  1018. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +37 -10
  1019. package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +37 -0
  1020. package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +4 -6
  1021. package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +31 -51
  1022. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +3 -12
  1023. package/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +1 -2
  1024. package/node_modules/@smithy/core/dist-types/submodules/serde/util-buffer-from/buffer-from.d.ts +12 -0
  1025. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/blob/Uint8ArrayBlobAdapter.d.ts +18 -0
  1026. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +60 -0
  1027. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.browser.d.ts +14 -0
  1028. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/createChecksumStream.d.ts +13 -0
  1029. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.browser.d.ts +51 -0
  1030. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/createBufferedReadable.d.ts +16 -0
  1031. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/getAwsChunkedEncodingStream.d.ts +10 -0
  1032. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/headStream.d.ts +9 -0
  1033. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/sdk-stream-mixin.d.ts +8 -0
  1034. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/splitStream.d.ts +11 -0
  1035. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +6 -0
  1036. package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +3 -0
  1037. package/node_modules/@smithy/core/dist-types/submodules/serde/util-utf8/toUint8Array.browser.d.ts +4 -0
  1038. package/node_modules/@smithy/core/dist-types/submodules/serde/uuid/v4.d.ts +24 -0
  1039. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +2 -2
  1040. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +2 -2
  1041. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +2 -1
  1042. package/node_modules/@smithy/core/package.json +110 -11
  1043. package/node_modules/@smithy/core/retry.d.ts +5 -0
  1044. package/node_modules/@smithy/core/retry.js +5 -0
  1045. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +39 -41
  1046. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +1 -1
  1047. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +3 -3
  1048. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +2 -3
  1049. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -3
  1050. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +2 -2
  1051. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  1052. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  1053. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +3 -3
  1054. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +3 -3
  1055. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  1056. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -2
  1057. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +1 -2
  1058. package/node_modules/@smithy/credential-provider-imds/package.json +2 -4
  1059. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -7
  1060. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +1 -2
  1061. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  1062. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +2 -1
  1063. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -7
  1064. package/node_modules/@smithy/fetch-http-handler/package.json +2 -4
  1065. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +30 -4
  1066. package/node_modules/@smithy/is-array-buffer/package.json +12 -13
  1067. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +246 -120
  1068. package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +1 -1
  1069. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  1070. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +26 -16
  1071. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +90 -41
  1072. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
  1073. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +46 -43
  1074. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +1 -1
  1075. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +2 -2
  1076. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  1077. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  1078. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +6 -5
  1079. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +36 -14
  1080. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +33 -9
  1081. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +7 -7
  1082. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -2
  1083. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  1084. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  1085. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -1
  1086. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -2
  1087. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +2 -1
  1088. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  1089. package/node_modules/@smithy/node-http-handler/package.json +2 -3
  1090. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +167 -170
  1091. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +1 -2
  1092. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +3 -4
  1093. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +3 -4
  1094. package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +1 -2
  1095. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
  1096. package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +1 -3
  1097. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +1 -1
  1098. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +1 -1
  1099. package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +2 -1
  1100. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +1 -2
  1101. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +1 -1
  1102. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +2 -3
  1103. package/node_modules/@smithy/signature-v4/package.json +2 -7
  1104. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +44 -17
  1105. package/node_modules/@smithy/util-buffer-from/package.json +14 -15
  1106. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +60 -27
  1107. package/node_modules/@smithy/util-utf8/package.json +13 -14
  1108. package/node_modules/@types/node/README.md +15 -0
  1109. package/node_modules/@types/node/assert/strict.d.ts +8 -0
  1110. package/node_modules/@types/node/assert.d.ts +1005 -0
  1111. package/node_modules/@types/node/async_hooks.d.ts +586 -0
  1112. package/node_modules/@types/node/buffer.buffer.d.ts +457 -0
  1113. package/node_modules/@types/node/buffer.d.ts +1901 -0
  1114. package/node_modules/@types/node/child_process.d.ts +1453 -0
  1115. package/node_modules/@types/node/cluster.d.ts +578 -0
  1116. package/node_modules/@types/node/compatibility/disposable.d.ts +14 -0
  1117. package/node_modules/@types/node/compatibility/index.d.ts +9 -0
  1118. package/node_modules/@types/node/compatibility/indexable.d.ts +20 -0
  1119. package/node_modules/@types/node/compatibility/iterators.d.ts +20 -0
  1120. package/node_modules/@types/node/console.d.ts +452 -0
  1121. package/node_modules/@types/node/constants.d.ts +21 -0
  1122. package/node_modules/@types/node/crypto.d.ts +4504 -0
  1123. package/node_modules/@types/node/dgram.d.ts +596 -0
  1124. package/node_modules/@types/node/diagnostics_channel.d.ts +551 -0
  1125. package/node_modules/@types/node/dns/promises.d.ts +477 -0
  1126. package/node_modules/@types/node/dns.d.ts +860 -0
  1127. package/node_modules/@types/node/domain.d.ts +170 -0
  1128. package/node_modules/@types/node/events.d.ts +863 -0
  1129. package/node_modules/@types/node/fs/promises.d.ts +1208 -0
  1130. package/node_modules/@types/node/fs.d.ts +4332 -0
  1131. package/node_modules/@types/node/globals.d.ts +170 -0
  1132. package/node_modules/@types/node/globals.typedarray.d.ts +21 -0
  1133. package/node_modules/@types/node/http.d.ts +1919 -0
  1134. package/node_modules/@types/node/http2.d.ts +2580 -0
  1135. package/node_modules/@types/node/https.d.ts +549 -0
  1136. package/node_modules/@types/node/index.d.ts +92 -0
  1137. package/node_modules/@types/node/inspector.generated.d.ts +2775 -0
  1138. package/node_modules/@types/node/module.d.ts +503 -0
  1139. package/node_modules/@types/node/net.d.ts +924 -0
  1140. package/node_modules/@types/node/os.d.ts +480 -0
  1141. package/node_modules/@types/node/package.json +145 -0
  1142. package/node_modules/@types/node/path.d.ts +191 -0
  1143. package/node_modules/@types/node/perf_hooks.d.ts +860 -0
  1144. package/node_modules/@types/node/process.d.ts +1632 -0
  1145. package/node_modules/@types/node/punycode.d.ts +117 -0
  1146. package/node_modules/@types/node/querystring.d.ts +140 -0
  1147. package/node_modules/@types/node/readline/promises.d.ts +154 -0
  1148. package/node_modules/@types/node/readline.d.ts +715 -0
  1149. package/node_modules/@types/node/repl.d.ts +430 -0
  1150. package/node_modules/@types/node/stream/consumers.d.ts +38 -0
  1151. package/node_modules/@types/node/stream/promises.d.ts +90 -0
  1152. package/node_modules/@types/node/stream/web.d.ts +527 -0
  1153. package/node_modules/@types/node/stream.d.ts +1680 -0
  1154. package/node_modules/@types/node/string_decoder.d.ts +67 -0
  1155. package/node_modules/@types/node/test.d.ts +1208 -0
  1156. package/node_modules/@types/node/timers/promises.d.ts +108 -0
  1157. package/node_modules/@types/node/timers.d.ts +286 -0
  1158. package/node_modules/@types/node/tls.d.ts +1204 -0
  1159. package/node_modules/@types/node/trace_events.d.ts +171 -0
  1160. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +455 -0
  1161. package/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +19 -0
  1162. package/node_modules/@types/node/ts5.6/index.d.ts +92 -0
  1163. package/node_modules/@types/node/tty.d.ts +206 -0
  1164. package/node_modules/@types/node/url.d.ts +957 -0
  1165. package/node_modules/@types/node/util.d.ts +2083 -0
  1166. package/node_modules/@types/node/v8.d.ts +753 -0
  1167. package/node_modules/@types/node/vm.d.ts +704 -0
  1168. package/node_modules/@types/node/wasi.d.ts +160 -0
  1169. package/node_modules/@types/node/web-globals/abortcontroller.d.ts +34 -0
  1170. package/node_modules/@types/node/web-globals/events.d.ts +81 -0
  1171. package/node_modules/@types/node/web-globals/fetch.d.ts +38 -0
  1172. package/node_modules/@types/node/worker_threads.d.ts +698 -0
  1173. package/node_modules/@types/node/zlib.d.ts +517 -0
  1174. package/node_modules/agent-base/README.md +145 -0
  1175. package/node_modules/agent-base/dist/src/index.d.ts +78 -0
  1176. package/node_modules/agent-base/dist/src/index.js +203 -0
  1177. package/node_modules/agent-base/dist/src/index.js.map +1 -0
  1178. package/node_modules/agent-base/dist/src/promisify.d.ts +4 -0
  1179. package/node_modules/agent-base/dist/src/promisify.js +18 -0
  1180. package/node_modules/agent-base/dist/src/promisify.js.map +1 -0
  1181. package/node_modules/agent-base/package.json +64 -0
  1182. package/node_modules/agent-base/src/index.ts +345 -0
  1183. package/node_modules/agent-base/src/promisify.ts +33 -0
  1184. package/node_modules/axios/CHANGELOG.md +331 -0
  1185. package/node_modules/axios/README.md +634 -227
  1186. package/node_modules/axios/dist/axios.js +1516 -1118
  1187. package/node_modules/axios/dist/axios.js.map +1 -1
  1188. package/node_modules/axios/dist/axios.min.js +3 -3
  1189. package/node_modules/axios/dist/axios.min.js.map +1 -1
  1190. package/node_modules/axios/dist/browser/axios.cjs +1657 -1197
  1191. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  1192. package/node_modules/axios/dist/esm/axios.js +1657 -1196
  1193. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  1194. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  1195. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  1196. package/node_modules/axios/dist/node/axios.cjs +1762 -1104
  1197. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  1198. package/node_modules/axios/index.d.cts +40 -41
  1199. package/node_modules/axios/index.d.ts +151 -227
  1200. package/node_modules/axios/index.js +2 -0
  1201. package/node_modules/axios/lib/adapters/adapters.js +4 -2
  1202. package/node_modules/axios/lib/adapters/fetch.js +152 -17
  1203. package/node_modules/axios/lib/adapters/http.js +426 -68
  1204. package/node_modules/axios/lib/adapters/xhr.js +8 -3
  1205. package/node_modules/axios/lib/core/Axios.js +7 -3
  1206. package/node_modules/axios/lib/core/AxiosError.js +120 -34
  1207. package/node_modules/axios/lib/core/AxiosHeaders.js +5 -35
  1208. package/node_modules/axios/lib/core/buildFullPath.js +1 -1
  1209. package/node_modules/axios/lib/core/dispatchRequest.js +19 -7
  1210. package/node_modules/axios/lib/core/mergeConfig.js +21 -4
  1211. package/node_modules/axios/lib/core/settle.js +7 -11
  1212. package/node_modules/axios/lib/defaults/index.js +14 -9
  1213. package/node_modules/axios/lib/env/data.js +1 -1
  1214. package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +1 -2
  1215. package/node_modules/axios/lib/helpers/buildURL.js +1 -1
  1216. package/node_modules/axios/lib/helpers/composeSignals.js +48 -47
  1217. package/node_modules/axios/lib/helpers/cookies.js +14 -2
  1218. package/node_modules/axios/lib/helpers/estimateDataURLDecodedBytes.js +28 -1
  1219. package/node_modules/axios/lib/helpers/formDataToJSON.js +4 -2
  1220. package/node_modules/axios/lib/helpers/formDataToStream.js +3 -2
  1221. package/node_modules/axios/lib/helpers/fromDataURI.js +18 -5
  1222. package/node_modules/axios/lib/helpers/parseProtocol.js +1 -1
  1223. package/node_modules/axios/lib/helpers/progressEventReducer.js +8 -5
  1224. package/node_modules/axios/lib/helpers/resolveConfig.js +54 -18
  1225. package/node_modules/axios/lib/helpers/sanitizeHeaderValue.js +60 -0
  1226. package/node_modules/axios/lib/helpers/shouldBypassProxy.js +74 -2
  1227. package/node_modules/axios/lib/helpers/toFormData.js +10 -2
  1228. package/node_modules/axios/lib/helpers/validator.js +3 -1
  1229. package/node_modules/axios/lib/utils.js +41 -28
  1230. package/node_modules/axios/package.json +19 -24
  1231. package/node_modules/debug/LICENSE +20 -0
  1232. package/node_modules/debug/README.md +481 -0
  1233. package/node_modules/debug/package.json +64 -0
  1234. package/node_modules/debug/src/browser.js +272 -0
  1235. package/node_modules/debug/src/common.js +292 -0
  1236. package/node_modules/debug/src/index.js +10 -0
  1237. package/node_modules/debug/src/node.js +263 -0
  1238. package/node_modules/fast-xml-builder/CHANGELOG.md +24 -0
  1239. package/node_modules/fast-xml-builder/README.md +53 -2
  1240. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -1
  1241. package/node_modules/fast-xml-builder/lib/fxb.d.cts +91 -1
  1242. package/node_modules/fast-xml-builder/lib/fxb.min.js +1 -1
  1243. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -1
  1244. package/node_modules/fast-xml-builder/package.json +3 -2
  1245. package/node_modules/fast-xml-builder/src/fxb.d.ts +93 -3
  1246. package/node_modules/fast-xml-builder/src/fxb.js +108 -38
  1247. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +97 -30
  1248. package/node_modules/fast-xml-builder/src/util.js +16 -0
  1249. package/node_modules/fast-xml-parser/CHANGELOG.md +820 -0
  1250. package/node_modules/fast-xml-parser/README.md +205 -0
  1251. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  1252. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  1253. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  1254. package/node_modules/fast-xml-parser/lib/fxp.d.cts +769 -0
  1255. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  1256. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  1257. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  1258. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  1259. package/node_modules/fast-xml-parser/package.json +95 -0
  1260. package/node_modules/fast-xml-parser/src/fxp.d.ts +738 -0
  1261. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +407 -0
  1262. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +163 -0
  1263. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +840 -0
  1264. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
  1265. package/node_modules/hasown/CHANGELOG.md +11 -0
  1266. package/node_modules/hasown/eslint.config.mjs +6 -0
  1267. package/node_modules/hasown/index.d.ts +1 -0
  1268. package/node_modules/hasown/package.json +14 -14
  1269. package/node_modules/https-proxy-agent/README.md +137 -0
  1270. package/node_modules/https-proxy-agent/dist/agent.d.ts +30 -0
  1271. package/node_modules/https-proxy-agent/dist/agent.js +177 -0
  1272. package/node_modules/https-proxy-agent/dist/agent.js.map +1 -0
  1273. package/node_modules/https-proxy-agent/dist/index.d.ts +23 -0
  1274. package/node_modules/https-proxy-agent/dist/index.js +14 -0
  1275. package/node_modules/https-proxy-agent/dist/index.js.map +1 -0
  1276. package/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts +7 -0
  1277. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js +66 -0
  1278. package/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map +1 -0
  1279. package/node_modules/https-proxy-agent/package.json +56 -0
  1280. package/node_modules/ms/index.js +162 -0
  1281. package/node_modules/ms/license.md +21 -0
  1282. package/node_modules/ms/package.json +38 -0
  1283. package/node_modules/ms/readme.md +59 -0
  1284. package/node_modules/strnum/CHANGELOG.md +3 -0
  1285. package/node_modules/strnum/package.json +3 -2
  1286. package/node_modules/strnum/strnum.js +12 -10
  1287. package/node_modules/undici-types/agent.d.ts +31 -0
  1288. package/node_modules/undici-types/api.d.ts +43 -0
  1289. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  1290. package/node_modules/undici-types/client.d.ts +97 -0
  1291. package/node_modules/undici-types/connector.d.ts +34 -0
  1292. package/node_modules/undici-types/cookies.d.ts +28 -0
  1293. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  1294. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  1295. package/node_modules/undici-types/errors.d.ts +128 -0
  1296. package/node_modules/undici-types/fetch.d.ts +209 -0
  1297. package/node_modules/undici-types/file.d.ts +39 -0
  1298. package/node_modules/undici-types/filereader.d.ts +54 -0
  1299. package/node_modules/undici-types/formdata.d.ts +108 -0
  1300. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  1301. package/node_modules/undici-types/global-origin.d.ts +7 -0
  1302. package/node_modules/undici-types/handlers.d.ts +9 -0
  1303. package/node_modules/undici-types/header.d.ts +4 -0
  1304. package/node_modules/undici-types/index.d.ts +63 -0
  1305. package/node_modules/undici-types/interceptors.d.ts +5 -0
  1306. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  1307. package/node_modules/undici-types/mock-client.d.ts +25 -0
  1308. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  1309. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  1310. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  1311. package/node_modules/undici-types/package.json +55 -0
  1312. package/node_modules/undici-types/patch.d.ts +71 -0
  1313. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  1314. package/node_modules/undici-types/pool.d.ts +28 -0
  1315. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  1316. package/node_modules/undici-types/readable.d.ts +61 -0
  1317. package/node_modules/undici-types/webidl.d.ts +220 -0
  1318. package/node_modules/undici-types/websocket.d.ts +131 -0
  1319. package/node_modules/xml-naming/README.md +189 -0
  1320. package/node_modules/xml-naming/package.json +54 -0
  1321. package/node_modules/xml-naming/src/index.d.ts +74 -0
  1322. package/node_modules/xml-naming/src/index.js +270 -0
  1323. package/package.json +20 -23
  1324. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  1325. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +0 -10
  1326. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  1327. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  1328. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +0 -60
  1329. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  1330. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +0 -10
  1331. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  1332. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  1333. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  1334. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  1335. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +0 -61
  1336. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +0 -201
  1337. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +0 -4
  1338. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  1339. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  1340. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  1341. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  1342. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  1343. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  1344. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  1345. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  1346. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  1347. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  1348. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  1349. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +0 -66
  1350. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
  1351. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +0 -10
  1352. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
  1353. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
  1354. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
  1355. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
  1356. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +0 -60
  1357. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
  1358. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +0 -10
  1359. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
  1360. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
  1361. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
  1362. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
  1363. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +0 -61
  1364. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +0 -201
  1365. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +0 -4
  1366. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  1367. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  1368. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
  1369. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  1370. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  1371. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  1372. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
  1373. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
  1374. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
  1375. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
  1376. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
  1377. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
  1378. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
  1379. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
  1380. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
  1381. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
  1382. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
  1383. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
  1384. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
  1385. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
  1386. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
  1387. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
  1388. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
  1389. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
  1390. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +0 -66
  1391. package/node_modules/@aws-sdk/client-lambda/dist-cjs/endpoint/ruleset.js +0 -7
  1392. package/node_modules/@aws-sdk/client-lambda/dist-es/endpoint/ruleset.js +0 -4
  1393. package/node_modules/@aws-sdk/client-lambda/dist-types/endpoint/ruleset.d.ts +0 -2
  1394. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  1395. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +0 -2
  1396. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +0 -60
  1397. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +0 -18
  1398. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  1399. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +0 -12
  1400. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +0 -121
  1401. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +0 -38
  1402. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +0 -54
  1403. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.native.js +0 -15
  1404. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +0 -50
  1405. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +0 -110
  1406. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +0 -56
  1407. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +0 -18
  1408. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  1409. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +0 -12
  1410. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +0 -64
  1411. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +0 -39
  1412. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +0 -54
  1413. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +0 -15
  1414. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +0 -49
  1415. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +0 -125
  1416. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +0 -56
  1417. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +0 -18
  1418. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  1419. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +0 -12
  1420. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +0 -56
  1421. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +0 -38
  1422. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +0 -54
  1423. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +0 -15
  1424. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +0 -49
  1425. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +0 -90
  1426. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -56
  1427. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  1428. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  1429. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -12
  1430. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +0 -195
  1431. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  1432. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -54
  1433. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  1434. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -49
  1435. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +0 -140
  1436. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -54
  1437. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  1438. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -62
  1439. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  1440. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  1441. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  1442. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +0 -12
  1443. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +0 -95
  1444. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  1445. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -68
  1446. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  1447. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -50
  1448. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  1449. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +0 -195
  1450. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  1451. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  1452. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  1453. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  1454. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  1455. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  1456. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  1457. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  1458. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1459. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1460. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  1461. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  1462. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  1463. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1464. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1465. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
  1466. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +0 -759
  1467. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +0 -225
  1468. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  1469. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  1470. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  1471. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +0 -603
  1472. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  1473. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  1474. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  1475. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  1476. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  1477. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +0 -94
  1478. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +0 -579
  1479. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  1480. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -410
  1481. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -159
  1482. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -911
  1483. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -71
  1484. package/node_modules/@sindresorhus/is/dist/index.d.ts +0 -232
  1485. package/node_modules/@sindresorhus/is/dist/index.js +0 -434
  1486. package/node_modules/@sindresorhus/is/dist/types.d.ts +0 -25
  1487. package/node_modules/@sindresorhus/is/dist/types.js +0 -3
  1488. package/node_modules/@sindresorhus/is/license +0 -9
  1489. package/node_modules/@sindresorhus/is/package.json +0 -96
  1490. package/node_modules/@sindresorhus/is/readme.md +0 -669
  1491. package/node_modules/@slack/logger/node_modules/@types/node/README.md +0 -15
  1492. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -59
  1493. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -950
  1494. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +0 -603
  1495. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  1496. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -1765
  1497. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -1366
  1498. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -432
  1499. package/node_modules/@slack/logger/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  1500. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -93
  1501. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -14
  1502. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -4047
  1503. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -537
  1504. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  1505. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -497
  1506. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -876
  1507. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -150
  1508. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -1011
  1509. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -1319
  1510. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -4658
  1511. package/node_modules/@slack/logger/node_modules/@types/node/globals.d.ts +0 -150
  1512. package/node_modules/@slack/logger/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  1513. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -2147
  1514. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -2470
  1515. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -400
  1516. package/node_modules/@slack/logger/node_modules/@types/node/index.d.ts +0 -115
  1517. package/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -35
  1518. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -264
  1519. package/node_modules/@slack/logger/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  1520. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -754
  1521. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +0 -970
  1522. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -498
  1523. package/node_modules/@slack/logger/node_modules/@types/node/package.json +0 -155
  1524. package/node_modules/@slack/logger/node_modules/@types/node/path/posix.d.ts +0 -8
  1525. package/node_modules/@slack/logger/node_modules/@types/node/path/win32.d.ts +0 -8
  1526. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -178
  1527. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -612
  1528. package/node_modules/@slack/logger/node_modules/@types/node/process.d.ts +0 -2175
  1529. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -89
  1530. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -139
  1531. package/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -897
  1532. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -158
  1533. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -507
  1534. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -405
  1535. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -47
  1536. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -1021
  1537. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +0 -114
  1538. package/node_modules/@slack/logger/node_modules/@types/node/stream/promises.d.ts +0 -211
  1539. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +0 -296
  1540. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +0 -1774
  1541. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -27
  1542. package/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -58
  1543. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +0 -2202
  1544. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -93
  1545. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -149
  1546. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +0 -1193
  1547. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -103
  1548. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  1549. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  1550. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  1551. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  1552. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  1553. package/node_modules/@slack/logger/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  1554. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -225
  1555. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -532
  1556. package/node_modules/@slack/logger/node_modules/@types/node/util/types.d.ts +0 -558
  1557. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -1677
  1558. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -980
  1559. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -1170
  1560. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -131
  1561. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  1562. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  1563. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/console.d.ts +0 -9
  1564. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  1565. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  1566. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/events.d.ts +0 -106
  1567. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  1568. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  1569. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  1570. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  1571. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  1572. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  1573. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  1574. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  1575. package/node_modules/@slack/logger/node_modules/@types/node/web-globals/url.d.ts +0 -24
  1576. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +0 -671
  1577. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -589
  1578. package/node_modules/@slack/logger/node_modules/undici-types/LICENSE +0 -21
  1579. package/node_modules/@slack/logger/node_modules/undici-types/agent.d.ts +0 -32
  1580. package/node_modules/@slack/logger/node_modules/undici-types/api.d.ts +0 -43
  1581. package/node_modules/@slack/logger/node_modules/undici-types/balanced-pool.d.ts +0 -30
  1582. package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  1583. package/node_modules/@slack/logger/node_modules/undici-types/client-stats.d.ts +0 -15
  1584. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +0 -118
  1585. package/node_modules/@slack/logger/node_modules/undici-types/connector.d.ts +0 -34
  1586. package/node_modules/@slack/logger/node_modules/undici-types/cookies.d.ts +0 -30
  1587. package/node_modules/@slack/logger/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  1588. package/node_modules/@slack/logger/node_modules/undici-types/dispatcher.d.ts +0 -276
  1589. package/node_modules/@slack/logger/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  1590. package/node_modules/@slack/logger/node_modules/undici-types/errors.d.ts +0 -161
  1591. package/node_modules/@slack/logger/node_modules/undici-types/eventsource.d.ts +0 -66
  1592. package/node_modules/@slack/logger/node_modules/undici-types/fetch.d.ts +0 -211
  1593. package/node_modules/@slack/logger/node_modules/undici-types/formdata.d.ts +0 -108
  1594. package/node_modules/@slack/logger/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  1595. package/node_modules/@slack/logger/node_modules/undici-types/global-origin.d.ts +0 -7
  1596. package/node_modules/@slack/logger/node_modules/undici-types/h2c-client.d.ts +0 -73
  1597. package/node_modules/@slack/logger/node_modules/undici-types/handlers.d.ts +0 -15
  1598. package/node_modules/@slack/logger/node_modules/undici-types/header.d.ts +0 -160
  1599. package/node_modules/@slack/logger/node_modules/undici-types/index.d.ts +0 -88
  1600. package/node_modules/@slack/logger/node_modules/undici-types/interceptors.d.ts +0 -73
  1601. package/node_modules/@slack/logger/node_modules/undici-types/mock-agent.d.ts +0 -68
  1602. package/node_modules/@slack/logger/node_modules/undici-types/mock-call-history.d.ts +0 -111
  1603. package/node_modules/@slack/logger/node_modules/undici-types/mock-client.d.ts +0 -27
  1604. package/node_modules/@slack/logger/node_modules/undici-types/mock-errors.d.ts +0 -12
  1605. package/node_modules/@slack/logger/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  1606. package/node_modules/@slack/logger/node_modules/undici-types/mock-pool.d.ts +0 -27
  1607. package/node_modules/@slack/logger/node_modules/undici-types/package.json +0 -55
  1608. package/node_modules/@slack/logger/node_modules/undici-types/patch.d.ts +0 -29
  1609. package/node_modules/@slack/logger/node_modules/undici-types/pool-stats.d.ts +0 -19
  1610. package/node_modules/@slack/logger/node_modules/undici-types/pool.d.ts +0 -41
  1611. package/node_modules/@slack/logger/node_modules/undici-types/proxy-agent.d.ts +0 -29
  1612. package/node_modules/@slack/logger/node_modules/undici-types/readable.d.ts +0 -68
  1613. package/node_modules/@slack/logger/node_modules/undici-types/retry-agent.d.ts +0 -8
  1614. package/node_modules/@slack/logger/node_modules/undici-types/retry-handler.d.ts +0 -125
  1615. package/node_modules/@slack/logger/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  1616. package/node_modules/@slack/logger/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  1617. package/node_modules/@slack/logger/node_modules/undici-types/util.d.ts +0 -18
  1618. package/node_modules/@slack/logger/node_modules/undici-types/utility.d.ts +0 -7
  1619. package/node_modules/@slack/logger/node_modules/undici-types/webidl.d.ts +0 -341
  1620. package/node_modules/@slack/logger/node_modules/undici-types/websocket.d.ts +0 -186
  1621. package/node_modules/@slack/web-api/node_modules/@types/node/LICENSE +0 -21
  1622. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +0 -15
  1623. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +0 -59
  1624. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +0 -950
  1625. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +0 -603
  1626. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  1627. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +0 -1765
  1628. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +0 -1366
  1629. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +0 -432
  1630. package/node_modules/@slack/web-api/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  1631. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +0 -93
  1632. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +0 -14
  1633. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -4047
  1634. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +0 -537
  1635. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  1636. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +0 -497
  1637. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +0 -876
  1638. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +0 -150
  1639. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +0 -1011
  1640. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +0 -1319
  1641. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +0 -4658
  1642. package/node_modules/@slack/web-api/node_modules/@types/node/globals.d.ts +0 -150
  1643. package/node_modules/@slack/web-api/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  1644. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +0 -2147
  1645. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +0 -2470
  1646. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +0 -400
  1647. package/node_modules/@slack/web-api/node_modules/@types/node/index.d.ts +0 -115
  1648. package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +0 -35
  1649. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +0 -264
  1650. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  1651. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -754
  1652. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +0 -970
  1653. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +0 -498
  1654. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +0 -155
  1655. package/node_modules/@slack/web-api/node_modules/@types/node/path/posix.d.ts +0 -8
  1656. package/node_modules/@slack/web-api/node_modules/@types/node/path/win32.d.ts +0 -8
  1657. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +0 -178
  1658. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +0 -612
  1659. package/node_modules/@slack/web-api/node_modules/@types/node/process.d.ts +0 -2175
  1660. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +0 -89
  1661. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +0 -139
  1662. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +0 -897
  1663. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -158
  1664. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +0 -507
  1665. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +0 -405
  1666. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +0 -47
  1667. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +0 -1021
  1668. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +0 -114
  1669. package/node_modules/@slack/web-api/node_modules/@types/node/stream/promises.d.ts +0 -211
  1670. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +0 -296
  1671. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +0 -1774
  1672. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +0 -27
  1673. package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +0 -58
  1674. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +0 -2202
  1675. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +0 -93
  1676. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -149
  1677. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +0 -1193
  1678. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +0 -103
  1679. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  1680. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  1681. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  1682. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  1683. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  1684. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  1685. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +0 -225
  1686. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +0 -532
  1687. package/node_modules/@slack/web-api/node_modules/@types/node/util/types.d.ts +0 -558
  1688. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +0 -1677
  1689. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +0 -980
  1690. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +0 -1170
  1691. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +0 -131
  1692. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  1693. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  1694. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/console.d.ts +0 -9
  1695. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  1696. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  1697. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  1698. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/events.d.ts +0 -106
  1699. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  1700. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  1701. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  1702. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  1703. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  1704. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  1705. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  1706. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  1707. package/node_modules/@slack/web-api/node_modules/@types/node/web-globals/url.d.ts +0 -24
  1708. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +0 -671
  1709. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +0 -589
  1710. package/node_modules/@slack/web-api/node_modules/undici-types/LICENSE +0 -21
  1711. package/node_modules/@slack/web-api/node_modules/undici-types/README.md +0 -6
  1712. package/node_modules/@slack/web-api/node_modules/undici-types/agent.d.ts +0 -32
  1713. package/node_modules/@slack/web-api/node_modules/undici-types/api.d.ts +0 -43
  1714. package/node_modules/@slack/web-api/node_modules/undici-types/balanced-pool.d.ts +0 -30
  1715. package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  1716. package/node_modules/@slack/web-api/node_modules/undici-types/cache.d.ts +0 -36
  1717. package/node_modules/@slack/web-api/node_modules/undici-types/client-stats.d.ts +0 -15
  1718. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +0 -118
  1719. package/node_modules/@slack/web-api/node_modules/undici-types/connector.d.ts +0 -34
  1720. package/node_modules/@slack/web-api/node_modules/undici-types/content-type.d.ts +0 -21
  1721. package/node_modules/@slack/web-api/node_modules/undici-types/cookies.d.ts +0 -30
  1722. package/node_modules/@slack/web-api/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  1723. package/node_modules/@slack/web-api/node_modules/undici-types/dispatcher.d.ts +0 -276
  1724. package/node_modules/@slack/web-api/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  1725. package/node_modules/@slack/web-api/node_modules/undici-types/errors.d.ts +0 -161
  1726. package/node_modules/@slack/web-api/node_modules/undici-types/eventsource.d.ts +0 -66
  1727. package/node_modules/@slack/web-api/node_modules/undici-types/fetch.d.ts +0 -211
  1728. package/node_modules/@slack/web-api/node_modules/undici-types/formdata.d.ts +0 -108
  1729. package/node_modules/@slack/web-api/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  1730. package/node_modules/@slack/web-api/node_modules/undici-types/global-origin.d.ts +0 -7
  1731. package/node_modules/@slack/web-api/node_modules/undici-types/h2c-client.d.ts +0 -73
  1732. package/node_modules/@slack/web-api/node_modules/undici-types/handlers.d.ts +0 -15
  1733. package/node_modules/@slack/web-api/node_modules/undici-types/header.d.ts +0 -160
  1734. package/node_modules/@slack/web-api/node_modules/undici-types/index.d.ts +0 -88
  1735. package/node_modules/@slack/web-api/node_modules/undici-types/interceptors.d.ts +0 -73
  1736. package/node_modules/@slack/web-api/node_modules/undici-types/mock-agent.d.ts +0 -68
  1737. package/node_modules/@slack/web-api/node_modules/undici-types/mock-call-history.d.ts +0 -111
  1738. package/node_modules/@slack/web-api/node_modules/undici-types/mock-client.d.ts +0 -27
  1739. package/node_modules/@slack/web-api/node_modules/undici-types/mock-errors.d.ts +0 -12
  1740. package/node_modules/@slack/web-api/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  1741. package/node_modules/@slack/web-api/node_modules/undici-types/mock-pool.d.ts +0 -27
  1742. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +0 -55
  1743. package/node_modules/@slack/web-api/node_modules/undici-types/patch.d.ts +0 -29
  1744. package/node_modules/@slack/web-api/node_modules/undici-types/pool-stats.d.ts +0 -19
  1745. package/node_modules/@slack/web-api/node_modules/undici-types/pool.d.ts +0 -41
  1746. package/node_modules/@slack/web-api/node_modules/undici-types/proxy-agent.d.ts +0 -29
  1747. package/node_modules/@slack/web-api/node_modules/undici-types/readable.d.ts +0 -68
  1748. package/node_modules/@slack/web-api/node_modules/undici-types/retry-agent.d.ts +0 -8
  1749. package/node_modules/@slack/web-api/node_modules/undici-types/retry-handler.d.ts +0 -125
  1750. package/node_modules/@slack/web-api/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  1751. package/node_modules/@slack/web-api/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  1752. package/node_modules/@slack/web-api/node_modules/undici-types/util.d.ts +0 -18
  1753. package/node_modules/@slack/web-api/node_modules/undici-types/utility.d.ts +0 -7
  1754. package/node_modules/@slack/web-api/node_modules/undici-types/webidl.d.ts +0 -341
  1755. package/node_modules/@slack/web-api/node_modules/undici-types/websocket.d.ts +0 -186
  1756. package/node_modules/@smithy/config-resolver/LICENSE +0 -201
  1757. package/node_modules/@smithy/config-resolver/README.md +0 -17
  1758. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -198
  1759. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -14
  1760. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -14
  1761. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
  1762. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -10
  1763. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -14
  1764. package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
  1765. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +0 -15
  1766. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
  1767. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
  1768. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -23
  1769. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -23
  1770. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
  1771. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  1772. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
  1773. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  1774. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  1775. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
  1776. package/node_modules/@smithy/config-resolver/package.json +0 -65
  1777. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +0 -2
  1778. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  1779. package/node_modules/@smithy/eventstream-codec/LICENSE +0 -201
  1780. package/node_modules/@smithy/eventstream-codec/README.md +0 -17
  1781. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -401
  1782. package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +0 -184
  1783. package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +0 -44
  1784. package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -8
  1785. package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +0 -31
  1786. package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +0 -8
  1787. package/node_modules/@smithy/eventstream-codec/package.json +0 -64
  1788. package/node_modules/@smithy/eventstream-serde-browser/README.md +0 -17
  1789. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -58
  1790. package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +0 -20
  1791. package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
  1792. package/node_modules/@smithy/eventstream-serde-browser/dist-es/provider.js +0 -2
  1793. package/node_modules/@smithy/eventstream-serde-browser/dist-es/utils.js +0 -28
  1794. package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +0 -47
  1795. package/node_modules/@smithy/eventstream-serde-browser/dist-types/index.d.ts +0 -12
  1796. package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +0 -3
  1797. package/node_modules/@smithy/eventstream-serde-browser/dist-types/utils.d.ts +0 -13
  1798. package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -60
  1799. package/node_modules/@smithy/eventstream-serde-config-resolver/LICENSE +0 -201
  1800. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +0 -17
  1801. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +0 -7
  1802. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-es/index.js +0 -1
  1803. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/index.d.ts +0 -4
  1804. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +0 -61
  1805. package/node_modules/@smithy/eventstream-serde-node/LICENSE +0 -201
  1806. package/node_modules/@smithy/eventstream-serde-node/README.md +0 -17
  1807. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -53
  1808. package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +0 -19
  1809. package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -2
  1810. package/node_modules/@smithy/eventstream-serde-node/dist-es/provider.js +0 -2
  1811. package/node_modules/@smithy/eventstream-serde-node/dist-es/utils.js +0 -26
  1812. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +0 -23
  1813. package/node_modules/@smithy/eventstream-serde-node/dist-types/index.d.ts +0 -8
  1814. package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +0 -3
  1815. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +0 -12
  1816. package/node_modules/@smithy/eventstream-serde-node/package.json +0 -61
  1817. package/node_modules/@smithy/eventstream-serde-universal/LICENSE +0 -201
  1818. package/node_modules/@smithy/eventstream-serde-universal/README.md +0 -17
  1819. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +0 -132
  1820. package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +0 -25
  1821. package/node_modules/@smithy/eventstream-serde-universal/dist-es/index.js +0 -2
  1822. package/node_modules/@smithy/eventstream-serde-universal/dist-es/provider.js +0 -2
  1823. package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +0 -23
  1824. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +0 -18
  1825. package/node_modules/@smithy/eventstream-serde-universal/dist-types/index.d.ts +0 -8
  1826. package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +0 -3
  1827. package/node_modules/@smithy/eventstream-serde-universal/package.json +0 -65
  1828. package/node_modules/@smithy/hash-node/LICENSE +0 -201
  1829. package/node_modules/@smithy/hash-node/README.md +0 -17
  1830. package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -42
  1831. package/node_modules/@smithy/hash-node/dist-es/index.js +0 -37
  1832. package/node_modules/@smithy/hash-node/package.json +0 -64
  1833. package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
  1834. package/node_modules/@smithy/invalid-dependency/README.md +0 -17
  1835. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -10
  1836. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
  1837. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
  1838. package/node_modules/@smithy/invalid-dependency/package.json +0 -60
  1839. package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
  1840. package/node_modules/@smithy/middleware-content-length/README.md +0 -17
  1841. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -46
  1842. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
  1843. package/node_modules/@smithy/middleware-content-length/package.json +0 -63
  1844. package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
  1845. package/node_modules/@smithy/middleware-endpoint/README.md +0 -17
  1846. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
  1847. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
  1848. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
  1849. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -264
  1850. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
  1851. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -64
  1852. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
  1853. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
  1854. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -17
  1855. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -36
  1856. package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
  1857. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -6
  1858. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -24
  1859. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  1860. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
  1861. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
  1862. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
  1863. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -6
  1864. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
  1865. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
  1866. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -18
  1867. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -109
  1868. package/node_modules/@smithy/middleware-endpoint/package.json +0 -74
  1869. package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
  1870. package/node_modules/@smithy/middleware-retry/README.md +0 -24
  1871. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -396
  1872. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
  1873. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
  1874. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -48
  1875. package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -8
  1876. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
  1877. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
  1878. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +0 -49
  1879. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +0 -21
  1880. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +0 -94
  1881. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/defaultRetryQuota.js +0 -27
  1882. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/delayDecider.js +0 -2
  1883. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/retryDecider.js +0 -7
  1884. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -105
  1885. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -68
  1886. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -8
  1887. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  1888. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  1889. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +0 -24
  1890. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -14
  1891. package/node_modules/@smithy/middleware-retry/package.json +0 -79
  1892. package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
  1893. package/node_modules/@smithy/middleware-serde/README.md +0 -17
  1894. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -104
  1895. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -58
  1896. package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
  1897. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
  1898. package/node_modules/@smithy/middleware-serde/package.json +0 -65
  1899. package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
  1900. package/node_modules/@smithy/middleware-stack/README.md +0 -91
  1901. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -285
  1902. package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
  1903. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
  1904. package/node_modules/@smithy/middleware-stack/package.json +0 -63
  1905. package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
  1906. package/node_modules/@smithy/node-config-provider/README.md +0 -17
  1907. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -62
  1908. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -9
  1909. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -14
  1910. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -23
  1911. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
  1912. package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
  1913. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -31
  1914. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -22
  1915. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -4
  1916. package/node_modules/@smithy/node-config-provider/package.json +0 -65
  1917. package/node_modules/@smithy/property-provider/LICENSE +0 -201
  1918. package/node_modules/@smithy/property-provider/README.md +0 -17
  1919. package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -117
  1920. package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
  1921. package/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
  1922. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -31
  1923. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -39
  1924. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -31
  1925. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
  1926. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
  1927. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
  1928. package/node_modules/@smithy/property-provider/package.json +0 -60
  1929. package/node_modules/@smithy/protocol-http/LICENSE +0 -201
  1930. package/node_modules/@smithy/protocol-http/README.md +0 -17
  1931. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -169
  1932. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
  1933. package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
  1934. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -50
  1935. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -33
  1936. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
  1937. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -35
  1938. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -56
  1939. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
  1940. package/node_modules/@smithy/protocol-http/package.json +0 -61
  1941. package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
  1942. package/node_modules/@smithy/querystring-builder/README.md +0 -17
  1943. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -26
  1944. package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
  1945. package/node_modules/@smithy/querystring-builder/package.json +0 -60
  1946. package/node_modules/@smithy/querystring-parser/LICENSE +0 -201
  1947. package/node_modules/@smithy/querystring-parser/README.md +0 -17
  1948. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -27
  1949. package/node_modules/@smithy/querystring-parser/package.json +0 -60
  1950. package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
  1951. package/node_modules/@smithy/service-error-classification/README.md +0 -17
  1952. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -77
  1953. package/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -39
  1954. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -24
  1955. package/node_modules/@smithy/service-error-classification/package.json +0 -59
  1956. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1957. package/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1958. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1959. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1960. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -15
  1961. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -196
  1962. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +0 -16
  1963. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1964. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1965. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1966. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1967. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -11
  1968. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -10
  1969. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  1970. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1971. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -52
  1972. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1973. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -10
  1974. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1975. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  1976. package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1977. package/node_modules/@smithy/smithy-client/LICENSE +0 -201
  1978. package/node_modules/@smithy/smithy-client/README.md +0 -17
  1979. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -642
  1980. package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -51
  1981. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -1
  1982. package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -131
  1983. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -1
  1984. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -49
  1985. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -9
  1986. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
  1987. package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -20
  1988. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -1
  1989. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -87
  1990. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -5
  1991. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -119
  1992. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -18
  1993. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -15
  1994. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
  1995. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -42
  1996. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -5
  1997. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -26
  1998. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
  1999. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
  2000. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
  2001. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
  2002. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -21
  2003. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
  2004. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -5
  2005. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -15
  2006. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -12
  2007. package/node_modules/@smithy/smithy-client/package.json +0 -69
  2008. package/node_modules/@smithy/url-parser/LICENSE +0 -201
  2009. package/node_modules/@smithy/url-parser/README.md +0 -17
  2010. package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -23
  2011. package/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
  2012. package/node_modules/@smithy/url-parser/package.json +0 -61
  2013. package/node_modules/@smithy/util-base64/LICENSE +0 -201
  2014. package/node_modules/@smithy/util-base64/README.md +0 -4
  2015. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -12
  2016. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
  2017. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
  2018. package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
  2019. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -38
  2020. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
  2021. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
  2022. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
  2023. package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
  2024. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
  2025. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
  2026. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
  2027. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -5
  2028. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
  2029. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
  2030. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
  2031. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
  2032. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
  2033. package/node_modules/@smithy/util-base64/package.json +0 -74
  2034. package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
  2035. package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
  2036. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -30
  2037. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
  2038. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
  2039. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  2040. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
  2041. package/node_modules/@smithy/util-body-length-browser/package.json +0 -61
  2042. package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
  2043. package/node_modules/@smithy/util-body-length-node/README.md +0 -12
  2044. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -32
  2045. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -27
  2046. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
  2047. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
  2048. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
  2049. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
  2050. package/node_modules/@smithy/util-body-length-node/package.json +0 -62
  2051. package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
  2052. package/node_modules/@smithy/util-config-provider/README.md +0 -4
  2053. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -30
  2054. package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
  2055. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
  2056. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
  2057. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
  2058. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
  2059. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
  2060. package/node_modules/@smithy/util-config-provider/package.json +0 -63
  2061. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
  2062. package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -17
  2063. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
  2064. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -16
  2065. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -34
  2066. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
  2067. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
  2068. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
  2069. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -30
  2070. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
  2071. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
  2072. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
  2073. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  2074. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
  2075. package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -65
  2076. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
  2077. package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -17
  2078. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -74
  2079. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
  2080. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
  2081. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
  2082. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
  2083. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
  2084. package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
  2085. package/node_modules/@smithy/util-endpoints/LICENSE +0 -201
  2086. package/node_modules/@smithy/util-endpoints/README.md +0 -17
  2087. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +0 -561
  2088. package/node_modules/@smithy/util-endpoints/dist-es/index.js +0 -8
  2089. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
  2090. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
  2091. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
  2092. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
  2093. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +0 -44
  2094. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +0 -42
  2095. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
  2096. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -28
  2097. package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +0 -34
  2098. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +0 -7
  2099. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +0 -2
  2100. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +0 -8
  2101. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
  2102. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
  2103. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +0 -25
  2104. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +0 -15
  2105. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
  2106. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
  2107. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
  2108. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -7
  2109. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -8
  2110. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
  2111. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -8
  2112. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
  2113. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -4
  2114. package/node_modules/@smithy/util-endpoints/package.json +0 -68
  2115. package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
  2116. package/node_modules/@smithy/util-hex-encoding/README.md +0 -4
  2117. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -38
  2118. package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
  2119. package/node_modules/@smithy/util-hex-encoding/package.json +0 -61
  2120. package/node_modules/@smithy/util-middleware/LICENSE +0 -201
  2121. package/node_modules/@smithy/util-middleware/README.md +0 -17
  2122. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -15
  2123. package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
  2124. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
  2125. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
  2126. package/node_modules/@smithy/util-middleware/package.json +0 -66
  2127. package/node_modules/@smithy/util-retry/LICENSE +0 -201
  2128. package/node_modules/@smithy/util-retry/README.md +0 -78
  2129. package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -333
  2130. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -33
  2131. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -19
  2132. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -110
  2133. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -83
  2134. package/node_modules/@smithy/util-retry/dist-es/index.js +0 -8
  2135. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -38
  2136. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -48
  2137. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -60
  2138. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -8
  2139. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +0 -11
  2140. package/node_modules/@smithy/util-retry/package.json +0 -70
  2141. package/node_modules/@smithy/util-stream/LICENSE +0 -201
  2142. package/node_modules/@smithy/util-stream/README.md +0 -6
  2143. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +0 -36
  2144. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +0 -7
  2145. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +0 -64
  2146. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +0 -39
  2147. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +0 -12
  2148. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +0 -60
  2149. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +0 -103
  2150. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
  2151. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -41
  2152. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +0 -34
  2153. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +0 -42
  2154. package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -108
  2155. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -68
  2156. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -54
  2157. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +0 -10
  2158. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +0 -16
  2159. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +0 -10
  2160. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -23
  2161. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +0 -60
  2162. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +0 -35
  2163. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +0 -9
  2164. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +0 -57
  2165. package/node_modules/@smithy/util-stream/dist-es/headStream.js +0 -38
  2166. package/node_modules/@smithy/util-stream/dist-es/index.js +0 -9
  2167. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
  2168. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -50
  2169. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +0 -13
  2170. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
  2171. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +0 -61
  2172. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +0 -14
  2173. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +0 -13
  2174. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +0 -15
  2175. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +0 -50
  2176. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -10
  2177. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +0 -9
  2178. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -12
  2179. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
  2180. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +0 -11
  2181. package/node_modules/@smithy/util-stream/package.json +0 -98
  2182. package/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
  2183. package/node_modules/@smithy/util-uri-escape/README.md +0 -10
  2184. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -9
  2185. package/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
  2186. package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
  2187. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
  2188. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
  2189. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
  2190. package/node_modules/@smithy/util-uri-escape/package.json +0 -60
  2191. package/node_modules/@smithy/util-waiter/LICENSE +0 -201
  2192. package/node_modules/@smithy/util-waiter/README.md +0 -17
  2193. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +0 -179
  2194. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +0 -48
  2195. package/node_modules/@smithy/util-waiter/dist-es/index.js +0 -2
  2196. package/node_modules/@smithy/util-waiter/dist-es/poller.js +0 -60
  2197. package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +0 -2
  2198. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +0 -11
  2199. package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +0 -2
  2200. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +0 -10
  2201. package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +0 -8
  2202. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +0 -8
  2203. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +0 -49
  2204. package/node_modules/@smithy/util-waiter/package.json +0 -62
  2205. package/node_modules/@smithy/uuid/LICENSE +0 -201
  2206. package/node_modules/@smithy/uuid/README.md +0 -10
  2207. package/node_modules/@smithy/uuid/dist-cjs/index.js +0 -36
  2208. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +0 -6
  2209. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +0 -4
  2210. package/node_modules/@smithy/uuid/dist-es/index.js +0 -1
  2211. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +0 -1
  2212. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +0 -2
  2213. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +0 -1
  2214. package/node_modules/@smithy/uuid/dist-es/v4.js +0 -31
  2215. package/node_modules/@smithy/uuid/dist-types/index.d.ts +0 -1
  2216. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +0 -1
  2217. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +0 -2
  2218. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +0 -1
  2219. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +0 -1
  2220. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +0 -1
  2221. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +0 -2
  2222. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +0 -1
  2223. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +0 -19
  2224. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +0 -19
  2225. package/node_modules/@smithy/uuid/package.json +0 -66
  2226. package/node_modules/@szmarczak/http-timer/LICENSE +0 -21
  2227. package/node_modules/@szmarczak/http-timer/README.md +0 -93
  2228. package/node_modules/@szmarczak/http-timer/dist/source/index.d.ts +0 -32
  2229. package/node_modules/@szmarczak/http-timer/dist/source/index.js +0 -126
  2230. package/node_modules/@szmarczak/http-timer/package.json +0 -72
  2231. package/node_modules/@types/cacheable-request/LICENSE +0 -21
  2232. package/node_modules/@types/cacheable-request/README.md +0 -16
  2233. package/node_modules/@types/cacheable-request/index.d.ts +0 -137
  2234. package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -21
  2235. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +0 -15
  2236. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +0 -59
  2237. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +0 -950
  2238. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +0 -603
  2239. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2240. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -1765
  2241. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +0 -1366
  2242. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +0 -432
  2243. package/node_modules/@types/cacheable-request/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2244. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +0 -93
  2245. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +0 -14
  2246. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +0 -4047
  2247. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +0 -537
  2248. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2249. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +0 -497
  2250. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +0 -876
  2251. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +0 -150
  2252. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +0 -1011
  2253. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2254. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +0 -4658
  2255. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +0 -150
  2256. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2257. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +0 -2147
  2258. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +0 -2470
  2259. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +0 -400
  2260. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +0 -115
  2261. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2262. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +0 -264
  2263. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2264. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -754
  2265. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +0 -970
  2266. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +0 -498
  2267. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +0 -155
  2268. package/node_modules/@types/cacheable-request/node_modules/@types/node/path/posix.d.ts +0 -8
  2269. package/node_modules/@types/cacheable-request/node_modules/@types/node/path/win32.d.ts +0 -8
  2270. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +0 -178
  2271. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2272. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +0 -2175
  2273. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +0 -89
  2274. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +0 -139
  2275. package/node_modules/@types/cacheable-request/node_modules/@types/node/quic.d.ts +0 -897
  2276. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -158
  2277. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +0 -507
  2278. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +0 -405
  2279. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +0 -47
  2280. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +0 -1021
  2281. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2282. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +0 -211
  2283. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +0 -296
  2284. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +0 -1774
  2285. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +0 -27
  2286. package/node_modules/@types/cacheable-request/node_modules/@types/node/test/reporters.d.ts +0 -58
  2287. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +0 -2202
  2288. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +0 -93
  2289. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -149
  2290. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +0 -1193
  2291. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +0 -103
  2292. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2293. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2294. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2295. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2296. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2297. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2298. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +0 -225
  2299. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +0 -532
  2300. package/node_modules/@types/cacheable-request/node_modules/@types/node/util/types.d.ts +0 -558
  2301. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +0 -1677
  2302. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +0 -980
  2303. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +0 -1170
  2304. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +0 -131
  2305. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2306. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2307. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2308. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2309. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2310. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2311. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2312. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2313. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2314. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2315. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2316. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2317. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2318. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2319. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2320. package/node_modules/@types/cacheable-request/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2321. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +0 -671
  2322. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +0 -589
  2323. package/node_modules/@types/cacheable-request/node_modules/undici-types/LICENSE +0 -21
  2324. package/node_modules/@types/cacheable-request/node_modules/undici-types/README.md +0 -6
  2325. package/node_modules/@types/cacheable-request/node_modules/undici-types/agent.d.ts +0 -32
  2326. package/node_modules/@types/cacheable-request/node_modules/undici-types/api.d.ts +0 -43
  2327. package/node_modules/@types/cacheable-request/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2328. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2329. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache.d.ts +0 -36
  2330. package/node_modules/@types/cacheable-request/node_modules/undici-types/client-stats.d.ts +0 -15
  2331. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +0 -118
  2332. package/node_modules/@types/cacheable-request/node_modules/undici-types/connector.d.ts +0 -34
  2333. package/node_modules/@types/cacheable-request/node_modules/undici-types/content-type.d.ts +0 -21
  2334. package/node_modules/@types/cacheable-request/node_modules/undici-types/cookies.d.ts +0 -30
  2335. package/node_modules/@types/cacheable-request/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2336. package/node_modules/@types/cacheable-request/node_modules/undici-types/dispatcher.d.ts +0 -276
  2337. package/node_modules/@types/cacheable-request/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2338. package/node_modules/@types/cacheable-request/node_modules/undici-types/errors.d.ts +0 -161
  2339. package/node_modules/@types/cacheable-request/node_modules/undici-types/eventsource.d.ts +0 -66
  2340. package/node_modules/@types/cacheable-request/node_modules/undici-types/fetch.d.ts +0 -211
  2341. package/node_modules/@types/cacheable-request/node_modules/undici-types/formdata.d.ts +0 -108
  2342. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2343. package/node_modules/@types/cacheable-request/node_modules/undici-types/global-origin.d.ts +0 -7
  2344. package/node_modules/@types/cacheable-request/node_modules/undici-types/h2c-client.d.ts +0 -73
  2345. package/node_modules/@types/cacheable-request/node_modules/undici-types/handlers.d.ts +0 -15
  2346. package/node_modules/@types/cacheable-request/node_modules/undici-types/header.d.ts +0 -160
  2347. package/node_modules/@types/cacheable-request/node_modules/undici-types/index.d.ts +0 -88
  2348. package/node_modules/@types/cacheable-request/node_modules/undici-types/interceptors.d.ts +0 -73
  2349. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-agent.d.ts +0 -68
  2350. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2351. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-client.d.ts +0 -27
  2352. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-errors.d.ts +0 -12
  2353. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2354. package/node_modules/@types/cacheable-request/node_modules/undici-types/mock-pool.d.ts +0 -27
  2355. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +0 -55
  2356. package/node_modules/@types/cacheable-request/node_modules/undici-types/patch.d.ts +0 -29
  2357. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool-stats.d.ts +0 -19
  2358. package/node_modules/@types/cacheable-request/node_modules/undici-types/pool.d.ts +0 -41
  2359. package/node_modules/@types/cacheable-request/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2360. package/node_modules/@types/cacheable-request/node_modules/undici-types/readable.d.ts +0 -68
  2361. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-agent.d.ts +0 -8
  2362. package/node_modules/@types/cacheable-request/node_modules/undici-types/retry-handler.d.ts +0 -125
  2363. package/node_modules/@types/cacheable-request/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2364. package/node_modules/@types/cacheable-request/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2365. package/node_modules/@types/cacheable-request/node_modules/undici-types/util.d.ts +0 -18
  2366. package/node_modules/@types/cacheable-request/node_modules/undici-types/utility.d.ts +0 -7
  2367. package/node_modules/@types/cacheable-request/node_modules/undici-types/webidl.d.ts +0 -341
  2368. package/node_modules/@types/cacheable-request/node_modules/undici-types/websocket.d.ts +0 -186
  2369. package/node_modules/@types/cacheable-request/package.json +0 -35
  2370. package/node_modules/@types/http-cache-semantics/LICENSE +0 -21
  2371. package/node_modules/@types/http-cache-semantics/README.md +0 -15
  2372. package/node_modules/@types/http-cache-semantics/index.d.ts +0 -251
  2373. package/node_modules/@types/http-cache-semantics/package.json +0 -26
  2374. package/node_modules/@types/keyv/LICENSE +0 -21
  2375. package/node_modules/@types/keyv/README.md +0 -16
  2376. package/node_modules/@types/keyv/index.d.ts +0 -90
  2377. package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -21
  2378. package/node_modules/@types/keyv/node_modules/@types/node/README.md +0 -15
  2379. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +0 -59
  2380. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +0 -950
  2381. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +0 -603
  2382. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2383. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -1765
  2384. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +0 -1366
  2385. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +0 -432
  2386. package/node_modules/@types/keyv/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2387. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +0 -93
  2388. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +0 -14
  2389. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +0 -4047
  2390. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +0 -537
  2391. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2392. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +0 -497
  2393. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +0 -876
  2394. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +0 -150
  2395. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +0 -1011
  2396. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2397. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +0 -4658
  2398. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +0 -150
  2399. package/node_modules/@types/keyv/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2400. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +0 -2147
  2401. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +0 -2470
  2402. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +0 -400
  2403. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +0 -115
  2404. package/node_modules/@types/keyv/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2405. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +0 -264
  2406. package/node_modules/@types/keyv/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2407. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -754
  2408. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +0 -970
  2409. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +0 -498
  2410. package/node_modules/@types/keyv/node_modules/@types/node/package.json +0 -155
  2411. package/node_modules/@types/keyv/node_modules/@types/node/path/posix.d.ts +0 -8
  2412. package/node_modules/@types/keyv/node_modules/@types/node/path/win32.d.ts +0 -8
  2413. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +0 -178
  2414. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2415. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +0 -2175
  2416. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +0 -89
  2417. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +0 -139
  2418. package/node_modules/@types/keyv/node_modules/@types/node/quic.d.ts +0 -897
  2419. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -158
  2420. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +0 -507
  2421. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +0 -405
  2422. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +0 -47
  2423. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +0 -1021
  2424. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2425. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +0 -211
  2426. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +0 -296
  2427. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +0 -1774
  2428. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +0 -27
  2429. package/node_modules/@types/keyv/node_modules/@types/node/test/reporters.d.ts +0 -58
  2430. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +0 -2202
  2431. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +0 -93
  2432. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -149
  2433. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +0 -1193
  2434. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +0 -103
  2435. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2436. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2437. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2438. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2439. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2440. package/node_modules/@types/keyv/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2441. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +0 -225
  2442. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +0 -532
  2443. package/node_modules/@types/keyv/node_modules/@types/node/util/types.d.ts +0 -558
  2444. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +0 -1677
  2445. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +0 -980
  2446. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +0 -1170
  2447. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +0 -131
  2448. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2449. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2450. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2451. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2452. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2453. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2454. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2455. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2456. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2457. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2458. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2459. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2460. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2461. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2462. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2463. package/node_modules/@types/keyv/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2464. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +0 -671
  2465. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +0 -589
  2466. package/node_modules/@types/keyv/node_modules/undici-types/LICENSE +0 -21
  2467. package/node_modules/@types/keyv/node_modules/undici-types/README.md +0 -6
  2468. package/node_modules/@types/keyv/node_modules/undici-types/agent.d.ts +0 -32
  2469. package/node_modules/@types/keyv/node_modules/undici-types/api.d.ts +0 -43
  2470. package/node_modules/@types/keyv/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2471. package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2472. package/node_modules/@types/keyv/node_modules/undici-types/cache.d.ts +0 -36
  2473. package/node_modules/@types/keyv/node_modules/undici-types/client-stats.d.ts +0 -15
  2474. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +0 -118
  2475. package/node_modules/@types/keyv/node_modules/undici-types/connector.d.ts +0 -34
  2476. package/node_modules/@types/keyv/node_modules/undici-types/content-type.d.ts +0 -21
  2477. package/node_modules/@types/keyv/node_modules/undici-types/cookies.d.ts +0 -30
  2478. package/node_modules/@types/keyv/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2479. package/node_modules/@types/keyv/node_modules/undici-types/dispatcher.d.ts +0 -276
  2480. package/node_modules/@types/keyv/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2481. package/node_modules/@types/keyv/node_modules/undici-types/errors.d.ts +0 -161
  2482. package/node_modules/@types/keyv/node_modules/undici-types/eventsource.d.ts +0 -66
  2483. package/node_modules/@types/keyv/node_modules/undici-types/fetch.d.ts +0 -211
  2484. package/node_modules/@types/keyv/node_modules/undici-types/formdata.d.ts +0 -108
  2485. package/node_modules/@types/keyv/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2486. package/node_modules/@types/keyv/node_modules/undici-types/global-origin.d.ts +0 -7
  2487. package/node_modules/@types/keyv/node_modules/undici-types/h2c-client.d.ts +0 -73
  2488. package/node_modules/@types/keyv/node_modules/undici-types/handlers.d.ts +0 -15
  2489. package/node_modules/@types/keyv/node_modules/undici-types/header.d.ts +0 -160
  2490. package/node_modules/@types/keyv/node_modules/undici-types/index.d.ts +0 -88
  2491. package/node_modules/@types/keyv/node_modules/undici-types/interceptors.d.ts +0 -73
  2492. package/node_modules/@types/keyv/node_modules/undici-types/mock-agent.d.ts +0 -68
  2493. package/node_modules/@types/keyv/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2494. package/node_modules/@types/keyv/node_modules/undici-types/mock-client.d.ts +0 -27
  2495. package/node_modules/@types/keyv/node_modules/undici-types/mock-errors.d.ts +0 -12
  2496. package/node_modules/@types/keyv/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2497. package/node_modules/@types/keyv/node_modules/undici-types/mock-pool.d.ts +0 -27
  2498. package/node_modules/@types/keyv/node_modules/undici-types/package.json +0 -55
  2499. package/node_modules/@types/keyv/node_modules/undici-types/patch.d.ts +0 -29
  2500. package/node_modules/@types/keyv/node_modules/undici-types/pool-stats.d.ts +0 -19
  2501. package/node_modules/@types/keyv/node_modules/undici-types/pool.d.ts +0 -41
  2502. package/node_modules/@types/keyv/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2503. package/node_modules/@types/keyv/node_modules/undici-types/readable.d.ts +0 -68
  2504. package/node_modules/@types/keyv/node_modules/undici-types/retry-agent.d.ts +0 -8
  2505. package/node_modules/@types/keyv/node_modules/undici-types/retry-handler.d.ts +0 -125
  2506. package/node_modules/@types/keyv/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2507. package/node_modules/@types/keyv/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2508. package/node_modules/@types/keyv/node_modules/undici-types/util.d.ts +0 -18
  2509. package/node_modules/@types/keyv/node_modules/undici-types/utility.d.ts +0 -7
  2510. package/node_modules/@types/keyv/node_modules/undici-types/webidl.d.ts +0 -341
  2511. package/node_modules/@types/keyv/node_modules/undici-types/websocket.d.ts +0 -186
  2512. package/node_modules/@types/keyv/package.json +0 -32
  2513. package/node_modules/@types/responselike/LICENSE +0 -21
  2514. package/node_modules/@types/responselike/README.md +0 -48
  2515. package/node_modules/@types/responselike/index.d.ts +0 -29
  2516. package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -21
  2517. package/node_modules/@types/responselike/node_modules/@types/node/README.md +0 -15
  2518. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +0 -59
  2519. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +0 -950
  2520. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +0 -603
  2521. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +0 -466
  2522. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -1765
  2523. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +0 -1366
  2524. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +0 -432
  2525. package/node_modules/@types/responselike/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  2526. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +0 -93
  2527. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +0 -14
  2528. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +0 -4047
  2529. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +0 -537
  2530. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -552
  2531. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +0 -497
  2532. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +0 -876
  2533. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +0 -150
  2534. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +0 -1011
  2535. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +0 -1319
  2536. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +0 -4658
  2537. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +0 -150
  2538. package/node_modules/@types/responselike/node_modules/@types/node/globals.typedarray.d.ts +0 -101
  2539. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +0 -2147
  2540. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +0 -2470
  2541. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +0 -400
  2542. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +0 -115
  2543. package/node_modules/@types/responselike/node_modules/@types/node/inspector/promises.d.ts +0 -35
  2544. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +0 -264
  2545. package/node_modules/@types/responselike/node_modules/@types/node/inspector.generated.d.ts +0 -4401
  2546. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -754
  2547. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +0 -970
  2548. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +0 -498
  2549. package/node_modules/@types/responselike/node_modules/@types/node/package.json +0 -155
  2550. package/node_modules/@types/responselike/node_modules/@types/node/path/posix.d.ts +0 -8
  2551. package/node_modules/@types/responselike/node_modules/@types/node/path/win32.d.ts +0 -8
  2552. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +0 -178
  2553. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +0 -612
  2554. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +0 -2175
  2555. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +0 -89
  2556. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +0 -139
  2557. package/node_modules/@types/responselike/node_modules/@types/node/quic.d.ts +0 -897
  2558. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -158
  2559. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +0 -507
  2560. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +0 -405
  2561. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +0 -47
  2562. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +0 -1021
  2563. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +0 -114
  2564. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +0 -211
  2565. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +0 -296
  2566. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +0 -1774
  2567. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +0 -27
  2568. package/node_modules/@types/responselike/node_modules/@types/node/test/reporters.d.ts +0 -58
  2569. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +0 -2202
  2570. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +0 -93
  2571. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -149
  2572. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +0 -1193
  2573. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +0 -103
  2574. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -462
  2575. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +0 -71
  2576. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -36
  2577. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/index.d.ts +0 -117
  2578. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +0 -72
  2579. package/node_modules/@types/responselike/node_modules/@types/node/ts5.7/index.d.ts +0 -117
  2580. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +0 -225
  2581. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +0 -532
  2582. package/node_modules/@types/responselike/node_modules/@types/node/util/types.d.ts +0 -558
  2583. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +0 -1677
  2584. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +0 -980
  2585. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +0 -1170
  2586. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +0 -131
  2587. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/abortcontroller.d.ts +0 -59
  2588. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/blob.d.ts +0 -23
  2589. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/console.d.ts +0 -9
  2590. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/crypto.d.ts +0 -39
  2591. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/domexception.d.ts +0 -68
  2592. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/encoding.d.ts +0 -11
  2593. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/events.d.ts +0 -106
  2594. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/fetch.d.ts +0 -69
  2595. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/importmeta.d.ts +0 -13
  2596. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/messaging.d.ts +0 -23
  2597. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/navigator.d.ts +0 -25
  2598. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/performance.d.ts +0 -45
  2599. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/storage.d.ts +0 -24
  2600. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/streams.d.ts +0 -115
  2601. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/timers.d.ts +0 -44
  2602. package/node_modules/@types/responselike/node_modules/@types/node/web-globals/url.d.ts +0 -24
  2603. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +0 -671
  2604. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +0 -589
  2605. package/node_modules/@types/responselike/node_modules/undici-types/LICENSE +0 -21
  2606. package/node_modules/@types/responselike/node_modules/undici-types/README.md +0 -6
  2607. package/node_modules/@types/responselike/node_modules/undici-types/agent.d.ts +0 -32
  2608. package/node_modules/@types/responselike/node_modules/undici-types/api.d.ts +0 -43
  2609. package/node_modules/@types/responselike/node_modules/undici-types/balanced-pool.d.ts +0 -30
  2610. package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +0 -179
  2611. package/node_modules/@types/responselike/node_modules/undici-types/cache.d.ts +0 -36
  2612. package/node_modules/@types/responselike/node_modules/undici-types/client-stats.d.ts +0 -15
  2613. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +0 -118
  2614. package/node_modules/@types/responselike/node_modules/undici-types/connector.d.ts +0 -34
  2615. package/node_modules/@types/responselike/node_modules/undici-types/content-type.d.ts +0 -21
  2616. package/node_modules/@types/responselike/node_modules/undici-types/cookies.d.ts +0 -30
  2617. package/node_modules/@types/responselike/node_modules/undici-types/diagnostics-channel.d.ts +0 -74
  2618. package/node_modules/@types/responselike/node_modules/undici-types/dispatcher.d.ts +0 -276
  2619. package/node_modules/@types/responselike/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -22
  2620. package/node_modules/@types/responselike/node_modules/undici-types/errors.d.ts +0 -161
  2621. package/node_modules/@types/responselike/node_modules/undici-types/eventsource.d.ts +0 -66
  2622. package/node_modules/@types/responselike/node_modules/undici-types/fetch.d.ts +0 -211
  2623. package/node_modules/@types/responselike/node_modules/undici-types/formdata.d.ts +0 -108
  2624. package/node_modules/@types/responselike/node_modules/undici-types/global-dispatcher.d.ts +0 -9
  2625. package/node_modules/@types/responselike/node_modules/undici-types/global-origin.d.ts +0 -7
  2626. package/node_modules/@types/responselike/node_modules/undici-types/h2c-client.d.ts +0 -73
  2627. package/node_modules/@types/responselike/node_modules/undici-types/handlers.d.ts +0 -15
  2628. package/node_modules/@types/responselike/node_modules/undici-types/header.d.ts +0 -160
  2629. package/node_modules/@types/responselike/node_modules/undici-types/index.d.ts +0 -88
  2630. package/node_modules/@types/responselike/node_modules/undici-types/interceptors.d.ts +0 -73
  2631. package/node_modules/@types/responselike/node_modules/undici-types/mock-agent.d.ts +0 -68
  2632. package/node_modules/@types/responselike/node_modules/undici-types/mock-call-history.d.ts +0 -111
  2633. package/node_modules/@types/responselike/node_modules/undici-types/mock-client.d.ts +0 -27
  2634. package/node_modules/@types/responselike/node_modules/undici-types/mock-errors.d.ts +0 -12
  2635. package/node_modules/@types/responselike/node_modules/undici-types/mock-interceptor.d.ts +0 -94
  2636. package/node_modules/@types/responselike/node_modules/undici-types/mock-pool.d.ts +0 -27
  2637. package/node_modules/@types/responselike/node_modules/undici-types/package.json +0 -55
  2638. package/node_modules/@types/responselike/node_modules/undici-types/patch.d.ts +0 -29
  2639. package/node_modules/@types/responselike/node_modules/undici-types/pool-stats.d.ts +0 -19
  2640. package/node_modules/@types/responselike/node_modules/undici-types/pool.d.ts +0 -41
  2641. package/node_modules/@types/responselike/node_modules/undici-types/proxy-agent.d.ts +0 -29
  2642. package/node_modules/@types/responselike/node_modules/undici-types/readable.d.ts +0 -68
  2643. package/node_modules/@types/responselike/node_modules/undici-types/retry-agent.d.ts +0 -8
  2644. package/node_modules/@types/responselike/node_modules/undici-types/retry-handler.d.ts +0 -125
  2645. package/node_modules/@types/responselike/node_modules/undici-types/round-robin-pool.d.ts +0 -41
  2646. package/node_modules/@types/responselike/node_modules/undici-types/snapshot-agent.d.ts +0 -109
  2647. package/node_modules/@types/responselike/node_modules/undici-types/util.d.ts +0 -18
  2648. package/node_modules/@types/responselike/node_modules/undici-types/utility.d.ts +0 -7
  2649. package/node_modules/@types/responselike/node_modules/undici-types/webidl.d.ts +0 -341
  2650. package/node_modules/@types/responselike/node_modules/undici-types/websocket.d.ts +0 -186
  2651. package/node_modules/@types/responselike/package.json +0 -27
  2652. package/node_modules/cacheable-lookup/LICENSE +0 -21
  2653. package/node_modules/cacheable-lookup/README.md +0 -240
  2654. package/node_modules/cacheable-lookup/index.d.ts +0 -139
  2655. package/node_modules/cacheable-lookup/package.json +0 -45
  2656. package/node_modules/cacheable-lookup/source/index.js +0 -436
  2657. package/node_modules/cacheable-request/LICENSE +0 -21
  2658. package/node_modules/cacheable-request/README.md +0 -206
  2659. package/node_modules/cacheable-request/package.json +0 -56
  2660. package/node_modules/cacheable-request/src/index.js +0 -251
  2661. package/node_modules/clone-response/LICENSE +0 -21
  2662. package/node_modules/clone-response/README.md +0 -62
  2663. package/node_modules/clone-response/node_modules/mimic-response/index.js +0 -32
  2664. package/node_modules/clone-response/node_modules/mimic-response/license +0 -9
  2665. package/node_modules/clone-response/node_modules/mimic-response/package.json +0 -37
  2666. package/node_modules/clone-response/node_modules/mimic-response/readme.md +0 -54
  2667. package/node_modules/clone-response/package.json +0 -41
  2668. package/node_modules/clone-response/src/index.js +0 -17
  2669. package/node_modules/decompress-response/index.d.ts +0 -22
  2670. package/node_modules/decompress-response/index.js +0 -58
  2671. package/node_modules/decompress-response/license +0 -9
  2672. package/node_modules/decompress-response/package.json +0 -56
  2673. package/node_modules/decompress-response/readme.md +0 -48
  2674. package/node_modules/defer-to-connect/LICENSE +0 -21
  2675. package/node_modules/defer-to-connect/README.md +0 -38
  2676. package/node_modules/defer-to-connect/dist/source/index.d.ts +0 -10
  2677. package/node_modules/defer-to-connect/dist/source/index.js +0 -47
  2678. package/node_modules/defer-to-connect/package.json +0 -71
  2679. package/node_modules/end-of-stream/LICENSE +0 -21
  2680. package/node_modules/end-of-stream/README.md +0 -54
  2681. package/node_modules/end-of-stream/index.js +0 -96
  2682. package/node_modules/end-of-stream/package.json +0 -37
  2683. package/node_modules/get-stream/buffer-stream.js +0 -52
  2684. package/node_modules/get-stream/index.d.ts +0 -108
  2685. package/node_modules/get-stream/index.js +0 -60
  2686. package/node_modules/get-stream/license +0 -9
  2687. package/node_modules/get-stream/package.json +0 -50
  2688. package/node_modules/get-stream/readme.md +0 -124
  2689. package/node_modules/got/dist/source/as-promise/create-rejection.d.ts +0 -2
  2690. package/node_modules/got/dist/source/as-promise/create-rejection.js +0 -30
  2691. package/node_modules/got/dist/source/as-promise/index.d.ts +0 -3
  2692. package/node_modules/got/dist/source/as-promise/index.js +0 -176
  2693. package/node_modules/got/dist/source/as-promise/normalize-arguments.d.ts +0 -3
  2694. package/node_modules/got/dist/source/as-promise/normalize-arguments.js +0 -78
  2695. package/node_modules/got/dist/source/as-promise/parse-body.d.ts +0 -3
  2696. package/node_modules/got/dist/source/as-promise/parse-body.js +0 -25
  2697. package/node_modules/got/dist/source/as-promise/types.d.ts +0 -256
  2698. package/node_modules/got/dist/source/as-promise/types.js +0 -42
  2699. package/node_modules/got/dist/source/core/calculate-retry-delay.d.ts +0 -5
  2700. package/node_modules/got/dist/source/core/calculate-retry-delay.js +0 -29
  2701. package/node_modules/got/dist/source/core/index.d.ts +0 -1124
  2702. package/node_modules/got/dist/source/core/index.js +0 -1505
  2703. package/node_modules/got/dist/source/core/utils/dns-ip-version.d.ts +0 -5
  2704. package/node_modules/got/dist/source/core/utils/dns-ip-version.js +0 -17
  2705. package/node_modules/got/dist/source/core/utils/get-body-size.d.ts +0 -3
  2706. package/node_modules/got/dist/source/core/utils/get-body-size.js +0 -32
  2707. package/node_modules/got/dist/source/core/utils/get-buffer.d.ts +0 -4
  2708. package/node_modules/got/dist/source/core/utils/get-buffer.js +0 -16
  2709. package/node_modules/got/dist/source/core/utils/is-form-data.d.ts +0 -8
  2710. package/node_modules/got/dist/source/core/utils/is-form-data.js +0 -4
  2711. package/node_modules/got/dist/source/core/utils/is-response-ok.d.ts +0 -2
  2712. package/node_modules/got/dist/source/core/utils/is-response-ok.js +0 -8
  2713. package/node_modules/got/dist/source/core/utils/options-to-url.d.ts +0 -14
  2714. package/node_modules/got/dist/source/core/utils/options-to-url.js +0 -53
  2715. package/node_modules/got/dist/source/core/utils/proxy-events.d.ts +0 -3
  2716. package/node_modules/got/dist/source/core/utils/proxy-events.js +0 -17
  2717. package/node_modules/got/dist/source/core/utils/timed-out.d.ts +0 -29
  2718. package/node_modules/got/dist/source/core/utils/timed-out.js +0 -121
  2719. package/node_modules/got/dist/source/core/utils/unhandle.d.ts +0 -11
  2720. package/node_modules/got/dist/source/core/utils/unhandle.js +0 -22
  2721. package/node_modules/got/dist/source/core/utils/url-to-options.d.ts +0 -15
  2722. package/node_modules/got/dist/source/core/utils/url-to-options.js +0 -24
  2723. package/node_modules/got/dist/source/core/utils/weakable-map.d.ts +0 -8
  2724. package/node_modules/got/dist/source/core/utils/weakable-map.js +0 -29
  2725. package/node_modules/got/dist/source/create.d.ts +0 -5
  2726. package/node_modules/got/dist/source/create.js +0 -240
  2727. package/node_modules/got/dist/source/index.d.ts +0 -4
  2728. package/node_modules/got/dist/source/index.js +0 -132
  2729. package/node_modules/got/dist/source/types.d.ts +0 -344
  2730. package/node_modules/got/dist/source/types.js +0 -2
  2731. package/node_modules/got/dist/source/utils/deep-freeze.d.ts +0 -1
  2732. package/node_modules/got/dist/source/utils/deep-freeze.js +0 -12
  2733. package/node_modules/got/dist/source/utils/deprecation-warning.d.ts +0 -2
  2734. package/node_modules/got/dist/source/utils/deprecation-warning.js +0 -13
  2735. package/node_modules/got/license +0 -9
  2736. package/node_modules/got/package.json +0 -131
  2737. package/node_modules/got/readme.md +0 -2477
  2738. package/node_modules/hasown/.eslintrc +0 -5
  2739. package/node_modules/http-cache-semantics/LICENSE +0 -9
  2740. package/node_modules/http-cache-semantics/README.md +0 -268
  2741. package/node_modules/http-cache-semantics/index.js +0 -928
  2742. package/node_modules/http-cache-semantics/package.json +0 -22
  2743. package/node_modules/http2-wrapper/LICENSE +0 -21
  2744. package/node_modules/http2-wrapper/README.md +0 -470
  2745. package/node_modules/http2-wrapper/package.json +0 -54
  2746. package/node_modules/http2-wrapper/source/agent.js +0 -670
  2747. package/node_modules/http2-wrapper/source/auto.js +0 -149
  2748. package/node_modules/http2-wrapper/source/client-request.js +0 -445
  2749. package/node_modules/http2-wrapper/source/incoming-message.js +0 -58
  2750. package/node_modules/http2-wrapper/source/index.js +0 -28
  2751. package/node_modules/http2-wrapper/source/utils/calculate-server-name.js +0 -27
  2752. package/node_modules/http2-wrapper/source/utils/errors.js +0 -45
  2753. package/node_modules/http2-wrapper/source/utils/is-request-pseudo-header.js +0 -13
  2754. package/node_modules/http2-wrapper/source/utils/proxy-events.js +0 -7
  2755. package/node_modules/http2-wrapper/source/utils/url-to-options.js +0 -25
  2756. package/node_modules/json-buffer/.travis.yml +0 -3
  2757. package/node_modules/json-buffer/LICENSE +0 -22
  2758. package/node_modules/json-buffer/README.md +0 -24
  2759. package/node_modules/json-buffer/index.js +0 -58
  2760. package/node_modules/json-buffer/package.json +0 -34
  2761. package/node_modules/json-buffer/test/index.js +0 -63
  2762. package/node_modules/keyv/README.md +0 -429
  2763. package/node_modules/keyv/package.json +0 -57
  2764. package/node_modules/keyv/src/index.d.ts +0 -112
  2765. package/node_modules/keyv/src/index.js +0 -259
  2766. package/node_modules/lowercase-keys/index.d.ts +0 -16
  2767. package/node_modules/lowercase-keys/index.js +0 -10
  2768. package/node_modules/lowercase-keys/license +0 -9
  2769. package/node_modules/lowercase-keys/package.json +0 -38
  2770. package/node_modules/lowercase-keys/readme.md +0 -32
  2771. package/node_modules/mimic-response/index.d.ts +0 -17
  2772. package/node_modules/mimic-response/index.js +0 -77
  2773. package/node_modules/mimic-response/license +0 -9
  2774. package/node_modules/mimic-response/package.json +0 -42
  2775. package/node_modules/mimic-response/readme.md +0 -78
  2776. package/node_modules/normalize-url/index.d.ts +0 -267
  2777. package/node_modules/normalize-url/index.js +0 -216
  2778. package/node_modules/normalize-url/license +0 -9
  2779. package/node_modules/normalize-url/package.json +0 -50
  2780. package/node_modules/normalize-url/readme.md +0 -286
  2781. package/node_modules/once/LICENSE +0 -15
  2782. package/node_modules/once/README.md +0 -79
  2783. package/node_modules/once/once.js +0 -42
  2784. package/node_modules/once/package.json +0 -33
  2785. package/node_modules/p-cancelable/index.d.ts +0 -176
  2786. package/node_modules/p-cancelable/index.js +0 -111
  2787. package/node_modules/p-cancelable/license +0 -9
  2788. package/node_modules/p-cancelable/package.json +0 -49
  2789. package/node_modules/p-cancelable/readme.md +0 -153
  2790. package/node_modules/pump/.github/FUNDING.yml +0 -2
  2791. package/node_modules/pump/.travis.yml +0 -5
  2792. package/node_modules/pump/LICENSE +0 -21
  2793. package/node_modules/pump/README.md +0 -74
  2794. package/node_modules/pump/SECURITY.md +0 -5
  2795. package/node_modules/pump/empty.js +0 -1
  2796. package/node_modules/pump/index.js +0 -86
  2797. package/node_modules/pump/package.json +0 -30
  2798. package/node_modules/pump/test-browser.js +0 -66
  2799. package/node_modules/pump/test-node.js +0 -53
  2800. package/node_modules/quick-lru/index.d.ts +0 -97
  2801. package/node_modules/quick-lru/index.js +0 -123
  2802. package/node_modules/quick-lru/license +0 -9
  2803. package/node_modules/quick-lru/package.json +0 -43
  2804. package/node_modules/quick-lru/readme.md +0 -111
  2805. package/node_modules/resolve-alpn/LICENSE +0 -22
  2806. package/node_modules/resolve-alpn/README.md +0 -60
  2807. package/node_modules/resolve-alpn/index.js +0 -43
  2808. package/node_modules/resolve-alpn/package.json +0 -34
  2809. package/node_modules/responselike/LICENSE +0 -19
  2810. package/node_modules/responselike/README.md +0 -77
  2811. package/node_modules/responselike/package.json +0 -39
  2812. package/node_modules/responselike/src/index.js +0 -34
  2813. package/node_modules/wrappy/LICENSE +0 -15
  2814. package/node_modules/wrappy/README.md +0 -36
  2815. package/node_modules/wrappy/package.json +0 -29
  2816. package/node_modules/wrappy/wrappy.js +0 -33
  2817. /package/node_modules/{@smithy/eventstream-serde-browser → @aws-sdk/signature-v4-multi-region}/LICENSE +0 -0
  2818. /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidFunction.js +0 -0
  2819. /package/node_modules/@smithy/{invalid-dependency/dist-es → core/dist-es/submodules/client/invalid-dependency}/invalidProvider.js +0 -0
  2820. /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/client/middleware-stack}/MiddlewareStack.js +0 -0
  2821. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/client/middleware-stack}/types.js +0 -0
  2822. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/NoOpLogger.js +0 -0
  2823. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/constants.js +0 -0
  2824. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/create-aggregated-client.js +0 -0
  2825. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/default-error-handler.js +0 -0
  2826. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/defaults-mode.js +0 -0
  2827. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/emitWarningIfUnsupportedVersion.js +0 -0
  2828. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/exceptions.js +0 -0
  2829. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/extensions/retry.js +0 -0
  2830. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-array-if-single-item.js +0 -0
  2831. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/get-value-from-text-node.js +0 -0
  2832. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/is-serializable-header-value.js +0 -0
  2833. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/object-mapping.js +0 -0
  2834. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/schemaLogFilter.js +0 -0
  2835. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/ser-utils.js +0 -0
  2836. /package/node_modules/@smithy/{smithy-client/dist-es → core/dist-es/submodules/client/smithy-client}/serde-json.js +0 -0
  2837. /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/getSmithyContext.js +0 -0
  2838. /package/node_modules/@smithy/{util-middleware/dist-es → core/dist-es/submodules/client/util-middleware}/normalizeProvider.js +0 -0
  2839. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/circularReplacer.js +0 -0
  2840. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/sleep.js +0 -0
  2841. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/utils/validate.js +0 -0
  2842. /package/node_modules/@smithy/{util-waiter/dist-es → core/dist-es/submodules/client/util-waiter}/waiter.js +0 -0
  2843. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.js +0 -0
  2844. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/config.js +0 -0
  2845. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/getRealRegion.js +0 -0
  2846. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/isFipsRegion.js +0 -0
  2847. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.js +0 -0
  2848. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariant.js +0 -0
  2849. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.js +0 -0
  2850. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/PartitionHash.js +0 -0
  2851. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/RegionHash.js +0 -0
  2852. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.js +0 -0
  2853. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getRegionInfo.js +0 -0
  2854. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedHostname.js +0 -0
  2855. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedPartition.js +0 -0
  2856. /package/node_modules/@smithy/{config-resolver/dist-es → core/dist-es/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.js +0 -0
  2857. /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/constants.js +0 -0
  2858. /package/node_modules/@smithy/{util-defaults-mode-node/dist-es → core/dist-es/submodules/config/defaults-mode}/defaultsModeConfig.js +0 -0
  2859. /package/node_modules/@smithy/{node-config-provider/dist-es → core/dist-es/submodules/config/node-config-provider}/getSelectorName.js +0 -0
  2860. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/CredentialsProviderError.js +0 -0
  2861. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/ProviderError.js +0 -0
  2862. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/TokenProviderError.js +0 -0
  2863. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/chain.js +0 -0
  2864. /package/node_modules/@smithy/{property-provider/dist-es → core/dist-es/submodules/config/property-provider}/memoize.js +0 -0
  2865. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/constants.js +0 -0
  2866. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/externalDataInterceptor.js +0 -0
  2867. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getConfigData.js +0 -0
  2868. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getProfileName.js +0 -0
  2869. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/getSsoSessionData.js +0 -0
  2870. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/loadSsoSessionData.js +0 -0
  2871. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/mergeConfigFiles.js +0 -0
  2872. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseIni.js +0 -0
  2873. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/parseKnownFiles.js +0 -0
  2874. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/config/shared-ini-file-loader}/readFile.js +0 -0
  2875. /package/node_modules/@smithy/{middleware-retry/dist-es/retry-pre-sra-deprecated → core/dist-es/submodules/config/shared-ini-file-loader}/types.js +0 -0
  2876. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/booleanSelector.js +0 -0
  2877. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/numberSelector.js +0 -0
  2878. /package/node_modules/@smithy/{util-config-provider/dist-es → core/dist-es/submodules/config/util-config-provider}/types.js +0 -0
  2879. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.js +0 -0
  2880. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.browser.js +0 -0
  2881. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.js +0 -0
  2882. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/index.js +0 -0
  2883. /package/node_modules/@smithy/{middleware-endpoint/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/service-customizations/s3.js +0 -0
  2884. /package/node_modules/@smithy/{middleware-stack/dist-es → core/dist-es/submodules/endpoints/middleware-endpoint}/types.js +0 -0
  2885. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.js +0 -0
  2886. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/cache/EndpointCache.js +0 -0
  2887. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/debugId.js +0 -0
  2888. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/index.js +0 -0
  2889. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/debug/toDebugString.js +0 -0
  2890. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/decideEndpoint.js +0 -0
  2891. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/getEndpointUrlConfig.js +0 -0
  2892. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/booleanEquals.js +0 -0
  2893. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/coalesce.js +0 -0
  2894. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttr.js +0 -0
  2895. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/getAttrPathList.js +0 -0
  2896. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/index.js +0 -0
  2897. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isIpAddress.js +0 -0
  2898. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isSet.js +0 -0
  2899. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.js +0 -0
  2900. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/ite.js +0 -0
  2901. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/not.js +0 -0
  2902. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/parseURL.js +0 -0
  2903. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/split.js +0 -0
  2904. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/stringEquals.js +0 -0
  2905. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/substring.js +0 -0
  2906. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/lib/uriEncode.js +0 -0
  2907. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/resolveEndpoint.js +0 -0
  2908. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointError.js +0 -0
  2909. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointFunctions.js +0 -0
  2910. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.js +0 -0
  2911. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.js +0 -0
  2912. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/RuleSetObject.js +0 -0
  2913. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/TreeRuleObject.js +0 -0
  2914. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/index.js +0 -0
  2915. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/types/shared.js +0 -0
  2916. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/callFunction.js +0 -0
  2917. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.js +0 -0
  2918. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/endpointFunctions.js +0 -0
  2919. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.js +0 -0
  2920. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.js +0 -0
  2921. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.js +0 -0
  2922. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getEndpointUrl.js +0 -0
  2923. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/getReferenceValue.js +0 -0
  2924. /package/node_modules/@smithy/{util-endpoints/dist-es → core/dist-es/submodules/endpoints/util-endpoints}/utils/index.js +0 -0
  2925. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/EventStreamCodec.js +0 -0
  2926. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/Message.js +0 -0
  2927. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/MessageDecoderStream.js +0 -0
  2928. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/MessageEncoderStream.js +0 -0
  2929. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/SmithyMessageDecoderStream.js +0 -0
  2930. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/SmithyMessageEncoderStream.js +0 -0
  2931. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/TestVectors.fixture.js +0 -0
  2932. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/splitMessage.js +0 -0
  2933. /package/node_modules/@smithy/{eventstream-codec/dist-es → core/dist-es/submodules/event-streams/eventstream-codec}/vectorTypes.fixture.js +0 -0
  2934. /package/node_modules/@smithy/{eventstream-serde-config-resolver/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-config-resolver}/EventStreamSerdeConfig.js +0 -0
  2935. /package/node_modules/@smithy/{eventstream-serde-universal/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-universal}/getChunkedStream.js +0 -0
  2936. /package/node_modules/@smithy/{eventstream-serde-universal/dist-es → core/dist-es/submodules/event-streams/eventstream-serde-universal}/getUnmarshalledStream.js +0 -0
  2937. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Field.js +0 -0
  2938. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/Fields.js +0 -0
  2939. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/extensions/httpExtensionConfiguration.js +0 -0
  2940. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpHandler.js +0 -0
  2941. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpRequest.js +0 -0
  2942. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/httpResponse.js +0 -0
  2943. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/isValidHostname.js +0 -0
  2944. /package/node_modules/@smithy/{protocol-http/dist-es → core/dist-es/submodules/protocols/protocol-http}/types.js +0 -0
  2945. /package/node_modules/@smithy/{querystring-parser/dist-es/index.js → core/dist-es/submodules/protocols/querystring-parser/parseQueryString.js} +0 -0
  2946. /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri-path.js +0 -0
  2947. /package/node_modules/@smithy/{util-uri-escape/dist-es → core/dist-es/submodules/protocols/util-uri-escape}/escape-uri.js +0 -0
  2948. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/isStreamingPayload/isStreamingPayload.browser.js +0 -0
  2949. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/longPollMiddleware.js +0 -0
  2950. /package/node_modules/@smithy/{shared-ini-file-loader/dist-es → core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated}/types.js +0 -0
  2951. /package/node_modules/@smithy/{middleware-retry/dist-es → core/dist-es/submodules/retry/middleware-retry}/util.js +0 -0
  2952. /package/node_modules/@smithy/{service-error-classification/dist-es → core/dist-es/submodules/retry/service-error-classification}/constants.js +0 -0
  2953. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.js +0 -0
  2954. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/DefaultRetryToken.js +0 -0
  2955. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/config.js +0 -0
  2956. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/constants.js +0 -0
  2957. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/retries-2026-config.js +0 -0
  2958. /package/node_modules/@smithy/{util-retry/dist-es → core/dist-es/submodules/retry/util-retry}/types.js +0 -0
  2959. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js → @smithy/core/dist-es/submodules/serde/is-array-buffer/is-array-buffer.js} +0 -0
  2960. /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serdePlugin.js +0 -0
  2961. /package/node_modules/@smithy/{middleware-serde/dist-es → core/dist-es/submodules/serde/middleware-serde}/serializerMiddleware.js +0 -0
  2962. /package/node_modules/@smithy/{util-base64/dist-es/constants.browser.js → core/dist-es/submodules/serde/util-base64/constants-for-browser.js} +0 -0
  2963. /package/node_modules/@smithy/{util-body-length-browser/dist-es/calculateBodyLength.js → core/dist-es/submodules/serde/util-body-length/calculateBodyLength.browser.js} +0 -0
  2964. /package/node_modules/@smithy/{util-hex-encoding/dist-es/index.js → core/dist-es/submodules/serde/util-hex-encoding/hex-encoding.js} +0 -0
  2965. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/ByteArrayCollector.js +0 -0
  2966. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/checksum/ChecksumStream.browser.js +0 -0
  2967. /package/node_modules/@smithy/{util-stream/dist-es/createBufferedReadableStream.js → core/dist-es/submodules/serde/util-stream/createBufferedReadable.browser.js} +0 -0
  2968. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.js +0 -0
  2969. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/getAwsChunkedEncodingStream.js +0 -0
  2970. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/headStream.browser.js +0 -0
  2971. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/splitStream.browser.js +0 -0
  2972. /package/node_modules/@smithy/{util-stream/dist-es → core/dist-es/submodules/serde/util-stream}/stream-type-check.js +0 -0
  2973. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/fromUtf8.browser.js +0 -0
  2974. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUint8Array.js +0 -0
  2975. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es → @smithy/core/dist-es/submodules/serde/util-utf8}/toUtf8.browser.js +0 -0
  2976. /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidFunction.d.ts +0 -0
  2977. /package/node_modules/@smithy/{invalid-dependency/dist-types → core/dist-types/submodules/client/invalid-dependency}/invalidProvider.d.ts +0 -0
  2978. /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/MiddlewareStack.d.ts +0 -0
  2979. /package/node_modules/@smithy/{middleware-stack/dist-types → core/dist-types/submodules/client/middleware-stack}/types.d.ts +0 -0
  2980. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/NoOpLogger.d.ts +0 -0
  2981. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/constants.d.ts +0 -0
  2982. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/defaults-mode.d.ts +0 -0
  2983. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/extensions/retry.d.ts +0 -0
  2984. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/is-serializable-header-value.d.ts +0 -0
  2985. /package/node_modules/@smithy/{smithy-client/dist-types → core/dist-types/submodules/client/smithy-client}/schemaLogFilter.d.ts +0 -0
  2986. /package/node_modules/@smithy/{util-middleware/dist-types → core/dist-types/submodules/client/util-middleware}/normalizeProvider.d.ts +0 -0
  2987. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/circularReplacer.d.ts +0 -0
  2988. /package/node_modules/@smithy/{util-waiter/dist-types → core/dist-types/submodules/client/util-waiter}/utils/sleep.d.ts +0 -0
  2989. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -0
  2990. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -0
  2991. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/checkRegion.d.ts +0 -0
  2992. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/getRealRegion.d.ts +0 -0
  2993. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/isFipsRegion.d.ts +0 -0
  2994. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionConfig/resolveRegionConfig.d.ts +0 -0
  2995. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariant.d.ts +0 -0
  2996. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/EndpointVariantTag.d.ts +0 -0
  2997. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/PartitionHash.d.ts +0 -0
  2998. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/RegionHash.d.ts +0 -0
  2999. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getHostnameFromVariants.d.ts +0 -0
  3000. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getRegionInfo.d.ts +0 -0
  3001. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedHostname.d.ts +0 -0
  3002. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedPartition.d.ts +0 -0
  3003. /package/node_modules/@smithy/{config-resolver/dist-types → core/dist-types/submodules/config/config-resolver}/regionInfo/getResolvedSigningRegion.d.ts +0 -0
  3004. /package/node_modules/@smithy/{util-defaults-mode-node/dist-types → core/dist-types/submodules/config/defaults-mode}/constants.d.ts +0 -0
  3005. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromEnv.d.ts +0 -0
  3006. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/fromStatic.d.ts +0 -0
  3007. /package/node_modules/@smithy/{node-config-provider/dist-types → core/dist-types/submodules/config/node-config-provider}/getSelectorName.d.ts +0 -0
  3008. /package/node_modules/@smithy/{property-provider/dist-types → core/dist-types/submodules/config/property-provider}/memoize.d.ts +0 -0
  3009. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/constants.d.ts +0 -0
  3010. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/externalDataInterceptor.d.ts +0 -0
  3011. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getConfigFilepath.d.ts +0 -0
  3012. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getCredentialsFilepath.d.ts +0 -0
  3013. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getHomeDir.d.ts +0 -0
  3014. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getProfileName.d.ts +0 -0
  3015. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/getSSOTokenFilepath.d.ts +0 -0
  3016. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSharedConfigFiles.d.ts +0 -0
  3017. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/loadSsoSessionData.d.ts +0 -0
  3018. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/mergeConfigFiles.d.ts +0 -0
  3019. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/readFile.d.ts +0 -0
  3020. /package/node_modules/@smithy/{shared-ini-file-loader/dist-types → core/dist-types/submodules/config/shared-ini-file-loader}/types.d.ts +0 -0
  3021. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/booleanSelector.d.ts +0 -0
  3022. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/numberSelector.d.ts +0 -0
  3023. /package/node_modules/@smithy/{util-config-provider/dist-types → core/dist-types/submodules/config/util-config-provider}/types.d.ts +0 -0
  3024. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/createConfigValueProvider.d.ts +0 -0
  3025. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/adaptors/getEndpointFromConfig.d.ts +0 -0
  3026. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/resolveEndpointRequiredConfig.d.ts +0 -0
  3027. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/index.d.ts +0 -0
  3028. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/service-customizations/s3.d.ts +0 -0
  3029. /package/node_modules/@smithy/{middleware-endpoint/dist-types → core/dist-types/submodules/endpoints/middleware-endpoint}/types.d.ts +0 -0
  3030. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/bdd/BinaryDecisionDiagram.d.ts +0 -0
  3031. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/debugId.d.ts +0 -0
  3032. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/index.d.ts +0 -0
  3033. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/debug/toDebugString.d.ts +0 -0
  3034. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/booleanEquals.d.ts +0 -0
  3035. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/coalesce.d.ts +0 -0
  3036. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttr.d.ts +0 -0
  3037. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/getAttrPathList.d.ts +0 -0
  3038. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/index.d.ts +0 -0
  3039. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isIpAddress.d.ts +0 -0
  3040. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isSet.d.ts +0 -0
  3041. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/isValidHostLabel.d.ts +0 -0
  3042. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/ite.d.ts +0 -0
  3043. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/not.d.ts +0 -0
  3044. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/split.d.ts +0 -0
  3045. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/stringEquals.d.ts +0 -0
  3046. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/substring.d.ts +0 -0
  3047. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/lib/uriEncode.d.ts +0 -0
  3048. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointError.d.ts +0 -0
  3049. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointFunctions.d.ts +0 -0
  3050. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
  3051. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
  3052. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/RuleSetObject.d.ts +0 -0
  3053. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
  3054. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/types/index.d.ts +0 -0
  3055. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/callFunction.d.ts +0 -0
  3056. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/customEndpointFunctions.d.ts +0 -0
  3057. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateEndpointRule.d.ts +0 -0
  3058. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTemplate.d.ts +0 -0
  3059. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/evaluateTreeRule.d.ts +0 -0
  3060. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/getEndpointProperty.d.ts +0 -0
  3061. /package/node_modules/@smithy/{util-endpoints/dist-types → core/dist-types/submodules/endpoints/util-endpoints}/utils/index.d.ts +0 -0
  3062. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/HeaderMarshaller.d.ts +0 -0
  3063. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/Int64.d.ts +0 -0
  3064. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/Message.d.ts +0 -0
  3065. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/MessageDecoderStream.d.ts +0 -0
  3066. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/MessageEncoderStream.d.ts +0 -0
  3067. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/SmithyMessageDecoderStream.d.ts +0 -0
  3068. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/SmithyMessageEncoderStream.d.ts +0 -0
  3069. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/TestVectors.fixture.d.ts +0 -0
  3070. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/splitMessage.d.ts +0 -0
  3071. /package/node_modules/@smithy/{eventstream-codec/dist-types → core/dist-types/submodules/event-streams/eventstream-codec}/vectorTypes.fixture.d.ts +0 -0
  3072. /package/node_modules/@smithy/{eventstream-serde-config-resolver/dist-types → core/dist-types/submodules/event-streams/eventstream-serde-config-resolver}/EventStreamSerdeConfig.d.ts +0 -0
  3073. /package/node_modules/@smithy/{eventstream-serde-universal/dist-types → core/dist-types/submodules/event-streams/eventstream-serde-universal}/getChunkedStream.d.ts +0 -0
  3074. /package/node_modules/@smithy/{middleware-content-length/dist-types/index.d.ts → core/dist-types/submodules/protocols/middleware-content-length/contentLengthMiddleware.d.ts} +0 -0
  3075. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/Fields.d.ts +0 -0
  3076. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/httpResponse.d.ts +0 -0
  3077. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/isValidHostname.d.ts +0 -0
  3078. /package/node_modules/@smithy/{protocol-http/dist-types → core/dist-types/submodules/protocols/protocol-http}/types.d.ts +0 -0
  3079. /package/node_modules/@smithy/{querystring-builder/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-builder/buildQueryString.d.ts} +0 -0
  3080. /package/node_modules/@smithy/{querystring-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/querystring-parser/parseQueryString.d.ts} +0 -0
  3081. /package/node_modules/@smithy/{url-parser/dist-types/index.d.ts → core/dist-types/submodules/protocols/url-parser/parseUrl.d.ts} +0 -0
  3082. /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri-path.d.ts +0 -0
  3083. /package/node_modules/@smithy/{util-uri-escape/dist-types → core/dist-types/submodules/protocols/util-uri-escape}/escape-uri.d.ts +0 -0
  3084. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/longPollMiddleware.d.ts +0 -0
  3085. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/omitRetryHeadersMiddleware.d.ts +0 -0
  3086. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/parseRetryAfterHeader.d.ts +0 -0
  3087. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +0 -0
  3088. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +0 -0
  3089. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/delayDecider.d.ts +0 -0
  3090. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/retryDecider.d.ts +0 -0
  3091. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/retry-pre-sra-deprecated/types.d.ts +0 -0
  3092. /package/node_modules/@smithy/{middleware-retry/dist-types → core/dist-types/submodules/retry/middleware-retry}/util.d.ts +0 -0
  3093. /package/node_modules/@smithy/{service-error-classification/dist-types → core/dist-types/submodules/retry/service-error-classification}/constants.d.ts +0 -0
  3094. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/ConfiguredRetryStrategy.d.ts +0 -0
  3095. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRateLimiter.d.ts +0 -0
  3096. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryBackoffStrategy.d.ts +0 -0
  3097. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/DefaultRetryToken.d.ts +0 -0
  3098. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/config.d.ts +0 -0
  3099. /package/node_modules/@smithy/{util-retry/dist-types → core/dist-types/submodules/retry/util-retry}/types.d.ts +0 -0
  3100. /package/node_modules/@smithy/{hash-node/dist-types/index.d.ts → core/dist-types/submodules/serde/hash-node/hash-node.d.ts} +0 -0
  3101. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts → @smithy/core/dist-types/submodules/serde/is-array-buffer/is-array-buffer.d.ts} +0 -0
  3102. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/deserializerMiddleware.d.ts +0 -0
  3103. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serdePlugin.d.ts +0 -0
  3104. /package/node_modules/@smithy/{middleware-serde/dist-types → core/dist-types/submodules/serde/middleware-serde}/serializerMiddleware.d.ts +0 -0
  3105. /package/node_modules/@smithy/{util-base64/dist-types/constants.browser.d.ts → core/dist-types/submodules/serde/util-base64/constants-for-browser.d.ts} +0 -0
  3106. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.browser.d.ts +0 -0
  3107. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/fromBase64.d.ts +0 -0
  3108. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.browser.d.ts +0 -0
  3109. /package/node_modules/@smithy/{util-base64/dist-types → core/dist-types/submodules/serde/util-base64}/toBase64.d.ts +0 -0
  3110. /package/node_modules/@smithy/{util-body-length-browser/dist-types/calculateBodyLength.d.ts → core/dist-types/submodules/serde/util-body-length/calculateBodyLength.browser.d.ts} +0 -0
  3111. /package/node_modules/@smithy/{util-body-length-node/dist-types → core/dist-types/submodules/serde/util-body-length}/calculateBodyLength.d.ts +0 -0
  3112. /package/node_modules/@smithy/{util-hex-encoding/dist-types/index.d.ts → core/dist-types/submodules/serde/util-hex-encoding/hex-encoding.d.ts} +0 -0
  3113. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/ByteArrayCollector.d.ts +0 -0
  3114. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/checksum/ChecksumStream.browser.d.ts +0 -0
  3115. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/getAwsChunkedEncodingStream.browser.d.ts +0 -0
  3116. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/headStream.browser.d.ts +0 -0
  3117. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/sdk-stream-mixin.browser.d.ts +0 -0
  3118. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/splitStream.browser.d.ts +0 -0
  3119. /package/node_modules/@smithy/{util-stream/dist-types → core/dist-types/submodules/serde/util-stream}/stream-type-check.d.ts +0 -0
  3120. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.browser.d.ts +0 -0
  3121. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/fromUtf8.d.ts +0 -0
  3122. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUint8Array.d.ts +0 -0
  3123. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.browser.d.ts +0 -0
  3124. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types → @smithy/core/dist-types/submodules/serde/util-utf8}/toUtf8.d.ts +0 -0
  3125. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.browser.js +0 -0
  3126. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/fromUtf8.js +0 -0
  3127. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUint8Array.js +0 -0
  3128. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.browser.js +0 -0
  3129. /package/node_modules/{@aws-crypto/sha256-browser/node_modules/@smithy → @smithy}/util-utf8/dist-cjs/toUtf8.js +0 -0
  3130. /package/node_modules/{@slack/logger/node_modules/@types → @types}/node/LICENSE +0 -0
  3131. /package/node_modules/{@slack/logger/node_modules/@types → @types}/node/web-globals/domexception.d.ts +0 -0
  3132. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  3133. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  3134. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  3135. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  3136. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  3137. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  3138. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  3139. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  3140. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  3141. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  3142. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  3143. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  3144. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  3145. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  3146. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  3147. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  3148. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  3149. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  3150. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  3151. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  3152. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  3153. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  3154. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  3155. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  3156. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  3157. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  3158. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  3159. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  3160. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  3161. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  3162. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  3163. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  3164. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  3165. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  3166. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  3167. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  3168. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
  3169. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/README.md +0 -0
  3170. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/cache.d.ts +0 -0
  3171. /package/node_modules/{@slack/logger/node_modules/undici-types → undici-types}/content-type.d.ts +0 -0
@@ -0,0 +1,1632 @@
1
+ declare module "process" {
2
+ import * as tty from "node:tty";
3
+ import { Worker } from "node:worker_threads";
4
+ global {
5
+ var process: NodeJS.Process;
6
+ namespace NodeJS {
7
+ // this namespace merge is here because these are specifically used
8
+ // as the type for process.stdin, process.stdout, and process.stderr.
9
+ // they can't live in tty.d.ts because we need to disambiguate the imported name.
10
+ interface ReadStream extends tty.ReadStream {}
11
+ interface WriteStream extends tty.WriteStream {}
12
+ interface MemoryUsageFn {
13
+ /**
14
+ * The `process.memoryUsage()` method iterate over each page to gather informations about memory
15
+ * usage which can be slow depending on the program memory allocations.
16
+ */
17
+ (): MemoryUsage;
18
+ /**
19
+ * method returns an integer representing the Resident Set Size (RSS) in bytes.
20
+ */
21
+ rss(): number;
22
+ }
23
+ interface MemoryUsage {
24
+ rss: number;
25
+ heapTotal: number;
26
+ heapUsed: number;
27
+ external: number;
28
+ arrayBuffers: number;
29
+ }
30
+ interface CpuUsage {
31
+ user: number;
32
+ system: number;
33
+ }
34
+ interface ProcessRelease {
35
+ name: string;
36
+ sourceUrl?: string | undefined;
37
+ headersUrl?: string | undefined;
38
+ libUrl?: string | undefined;
39
+ lts?: string | undefined;
40
+ }
41
+ interface ProcessVersions extends Dict<string> {
42
+ http_parser: string;
43
+ node: string;
44
+ v8: string;
45
+ ares: string;
46
+ uv: string;
47
+ zlib: string;
48
+ modules: string;
49
+ openssl: string;
50
+ }
51
+ type Platform =
52
+ | "aix"
53
+ | "android"
54
+ | "darwin"
55
+ | "freebsd"
56
+ | "haiku"
57
+ | "linux"
58
+ | "openbsd"
59
+ | "sunos"
60
+ | "win32"
61
+ | "cygwin"
62
+ | "netbsd";
63
+ type Architecture =
64
+ | "arm"
65
+ | "arm64"
66
+ | "ia32"
67
+ | "mips"
68
+ | "mipsel"
69
+ | "ppc"
70
+ | "ppc64"
71
+ | "s390"
72
+ | "s390x"
73
+ | "x64";
74
+ type Signals =
75
+ | "SIGABRT"
76
+ | "SIGALRM"
77
+ | "SIGBUS"
78
+ | "SIGCHLD"
79
+ | "SIGCONT"
80
+ | "SIGFPE"
81
+ | "SIGHUP"
82
+ | "SIGILL"
83
+ | "SIGINT"
84
+ | "SIGIO"
85
+ | "SIGIOT"
86
+ | "SIGKILL"
87
+ | "SIGPIPE"
88
+ | "SIGPOLL"
89
+ | "SIGPROF"
90
+ | "SIGPWR"
91
+ | "SIGQUIT"
92
+ | "SIGSEGV"
93
+ | "SIGSTKFLT"
94
+ | "SIGSTOP"
95
+ | "SIGSYS"
96
+ | "SIGTERM"
97
+ | "SIGTRAP"
98
+ | "SIGTSTP"
99
+ | "SIGTTIN"
100
+ | "SIGTTOU"
101
+ | "SIGUNUSED"
102
+ | "SIGURG"
103
+ | "SIGUSR1"
104
+ | "SIGUSR2"
105
+ | "SIGVTALRM"
106
+ | "SIGWINCH"
107
+ | "SIGXCPU"
108
+ | "SIGXFSZ"
109
+ | "SIGBREAK"
110
+ | "SIGLOST"
111
+ | "SIGINFO";
112
+ type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection";
113
+ type MultipleResolveType = "resolve" | "reject";
114
+ type BeforeExitListener = (code: number) => void;
115
+ type DisconnectListener = () => void;
116
+ type ExitListener = (code: number) => void;
117
+ type RejectionHandledListener = (promise: Promise<unknown>) => void;
118
+ type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void;
119
+ /**
120
+ * Most of the time the unhandledRejection will be an Error, but this should not be relied upon
121
+ * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error.
122
+ */
123
+ type UnhandledRejectionListener = (reason: unknown, promise: Promise<unknown>) => void;
124
+ type WarningListener = (warning: Error) => void;
125
+ type MessageListener = (message: unknown, sendHandle: unknown) => void;
126
+ type SignalsListener = (signal: Signals) => void;
127
+ type MultipleResolveListener = (
128
+ type: MultipleResolveType,
129
+ promise: Promise<unknown>,
130
+ value: unknown,
131
+ ) => void;
132
+ type WorkerListener = (worker: Worker) => void;
133
+ interface Socket extends ReadWriteStream {
134
+ isTTY?: true | undefined;
135
+ }
136
+ // Alias for compatibility
137
+ interface ProcessEnv extends Dict<string> {
138
+ /**
139
+ * Can be used to change the default timezone at runtime
140
+ */
141
+ TZ?: string;
142
+ }
143
+ interface HRTime {
144
+ /**
145
+ * This is the legacy version of {@link process.hrtime.bigint()}
146
+ * before bigint was introduced in JavaScript.
147
+ *
148
+ * The `process.hrtime()` method returns the current high-resolution real time in a `[seconds, nanoseconds]` tuple `Array`,
149
+ * where `nanoseconds` is the remaining part of the real time that can't be represented in second precision.
150
+ *
151
+ * `time` is an optional parameter that must be the result of a previous `process.hrtime()` call to diff with the current time.
152
+ * If the parameter passed in is not a tuple `Array`, a TypeError will be thrown.
153
+ * Passing in a user-defined array instead of the result of a previous call to `process.hrtime()` will lead to undefined behavior.
154
+ *
155
+ * These times are relative to an arbitrary time in the past,
156
+ * and not related to the time of day and therefore not subject to clock drift.
157
+ * The primary use is for measuring performance between intervals:
158
+ * ```js
159
+ * const { hrtime } = require('node:process');
160
+ * const NS_PER_SEC = 1e9;
161
+ * const time = hrtime();
162
+ * // [ 1800216, 25 ]
163
+ *
164
+ * setTimeout(() => {
165
+ * const diff = hrtime(time);
166
+ * // [ 1, 552 ]
167
+ *
168
+ * console.log(`Benchmark took ${diff[0] * NS_PER_SEC + diff[1]} nanoseconds`);
169
+ * // Benchmark took 1000000552 nanoseconds
170
+ * }, 1000);
171
+ * ```
172
+ * @since 0.7.6
173
+ * @legacy Use {@link process.hrtime.bigint()} instead.
174
+ * @param time The result of a previous call to `process.hrtime()`
175
+ */
176
+ (time?: [number, number]): [number, number];
177
+ /**
178
+ * The `bigint` version of the {@link process.hrtime()} method returning the current high-resolution real time in nanoseconds as a `bigint`.
179
+ *
180
+ * Unlike {@link process.hrtime()}, it does not support an additional time argument since the difference can just be computed directly by subtraction of the two `bigint`s.
181
+ * ```js
182
+ * import { hrtime } from 'node:process';
183
+ *
184
+ * const start = hrtime.bigint();
185
+ * // 191051479007711n
186
+ *
187
+ * setTimeout(() => {
188
+ * const end = hrtime.bigint();
189
+ * // 191052633396993n
190
+ *
191
+ * console.log(`Benchmark took ${end - start} nanoseconds`);
192
+ * // Benchmark took 1154389282 nanoseconds
193
+ * }, 1000);
194
+ * ```
195
+ * @since v10.7.0
196
+ */
197
+ bigint(): bigint;
198
+ }
199
+ interface ProcessReport {
200
+ /**
201
+ * Write reports in a compact format, single-line JSON, more easily consumable by log processing systems
202
+ * than the default multi-line format designed for human consumption.
203
+ * @since v13.12.0, v12.17.0
204
+ */
205
+ compact: boolean;
206
+ /**
207
+ * Directory where the report is written.
208
+ * The default value is the empty string, indicating that reports are written to the current
209
+ * working directory of the Node.js process.
210
+ */
211
+ directory: string;
212
+ /**
213
+ * Filename where the report is written. If set to the empty string, the output filename will be comprised
214
+ * of a timestamp, PID, and sequence number. The default value is the empty string.
215
+ */
216
+ filename: string;
217
+ /**
218
+ * Returns a JavaScript Object representation of a diagnostic report for the running process.
219
+ * The report's JavaScript stack trace is taken from `err`, if present.
220
+ */
221
+ getReport(err?: Error): object;
222
+ /**
223
+ * If true, a diagnostic report is generated on fatal errors,
224
+ * such as out of memory errors or failed C++ assertions.
225
+ * @default false
226
+ */
227
+ reportOnFatalError: boolean;
228
+ /**
229
+ * If true, a diagnostic report is generated when the process
230
+ * receives the signal specified by process.report.signal.
231
+ * @default false
232
+ */
233
+ reportOnSignal: boolean;
234
+ /**
235
+ * If true, a diagnostic report is generated on uncaught exception.
236
+ * @default false
237
+ */
238
+ reportOnUncaughtException: boolean;
239
+ /**
240
+ * The signal used to trigger the creation of a diagnostic report.
241
+ * @default 'SIGUSR2'
242
+ */
243
+ signal: Signals;
244
+ /**
245
+ * Writes a diagnostic report to a file. If filename is not provided, the default filename
246
+ * includes the date, time, PID, and a sequence number.
247
+ * The report's JavaScript stack trace is taken from `err`, if present.
248
+ *
249
+ * If the value of filename is set to `'stdout'` or `'stderr'`, the report is written
250
+ * to the stdout or stderr of the process respectively.
251
+ * @param fileName Name of the file where the report is written.
252
+ * This should be a relative path, that will be appended to the directory specified in
253
+ * `process.report.directory`, or the current working directory of the Node.js process,
254
+ * if unspecified.
255
+ * @param err A custom error used for reporting the JavaScript stack.
256
+ * @return Filename of the generated report.
257
+ */
258
+ writeReport(fileName?: string, err?: Error): string;
259
+ writeReport(err?: Error): string;
260
+ }
261
+ interface ResourceUsage {
262
+ fsRead: number;
263
+ fsWrite: number;
264
+ involuntaryContextSwitches: number;
265
+ ipcReceived: number;
266
+ ipcSent: number;
267
+ majorPageFault: number;
268
+ maxRSS: number;
269
+ minorPageFault: number;
270
+ sharedMemorySize: number;
271
+ signalsCount: number;
272
+ swappedOut: number;
273
+ systemCPUTime: number;
274
+ unsharedDataSize: number;
275
+ unsharedStackSize: number;
276
+ userCPUTime: number;
277
+ voluntaryContextSwitches: number;
278
+ }
279
+ interface EmitWarningOptions {
280
+ /**
281
+ * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted.
282
+ *
283
+ * @default 'Warning'
284
+ */
285
+ type?: string | undefined;
286
+ /**
287
+ * A unique identifier for the warning instance being emitted.
288
+ */
289
+ code?: string | undefined;
290
+ /**
291
+ * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace.
292
+ *
293
+ * @default process.emitWarning
294
+ */
295
+ ctor?: Function | undefined;
296
+ /**
297
+ * Additional text to include with the error.
298
+ */
299
+ detail?: string | undefined;
300
+ }
301
+ interface ProcessConfig {
302
+ readonly target_defaults: {
303
+ readonly cflags: any[];
304
+ readonly default_configuration: string;
305
+ readonly defines: string[];
306
+ readonly include_dirs: string[];
307
+ readonly libraries: string[];
308
+ };
309
+ readonly variables: {
310
+ readonly clang: number;
311
+ readonly host_arch: string;
312
+ readonly node_install_npm: boolean;
313
+ readonly node_install_waf: boolean;
314
+ readonly node_prefix: string;
315
+ readonly node_shared_openssl: boolean;
316
+ readonly node_shared_v8: boolean;
317
+ readonly node_shared_zlib: boolean;
318
+ readonly node_use_dtrace: boolean;
319
+ readonly node_use_etw: boolean;
320
+ readonly node_use_openssl: boolean;
321
+ readonly target_arch: string;
322
+ readonly v8_no_strict_aliasing: number;
323
+ readonly v8_use_snapshot: boolean;
324
+ readonly visibility: string;
325
+ };
326
+ }
327
+ interface Process extends EventEmitter {
328
+ /**
329
+ * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is
330
+ * a `Writable` stream.
331
+ *
332
+ * For example, to copy `process.stdin` to `process.stdout`:
333
+ *
334
+ * ```js
335
+ * import { stdin, stdout } from 'process';
336
+ *
337
+ * stdin.pipe(stdout);
338
+ * ```
339
+ *
340
+ * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information.
341
+ */
342
+ stdout: WriteStream & {
343
+ fd: 1;
344
+ };
345
+ /**
346
+ * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is
347
+ * a `Writable` stream.
348
+ *
349
+ * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information.
350
+ */
351
+ stderr: WriteStream & {
352
+ fd: 2;
353
+ };
354
+ /**
355
+ * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is
356
+ * a `Readable` stream.
357
+ *
358
+ * For details of how to read from `stdin` see `readable.read()`.
359
+ *
360
+ * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that
361
+ * is compatible with scripts written for Node.js prior to v0.10\.
362
+ * For more information see `Stream compatibility`.
363
+ *
364
+ * In "old" streams mode the `stdin` stream is paused by default, so one
365
+ * must call `process.stdin.resume()` to read from it. Note also that calling`process.stdin.resume()` itself would switch stream to "old" mode.
366
+ */
367
+ stdin: ReadStream & {
368
+ fd: 0;
369
+ };
370
+ openStdin(): Socket;
371
+ /**
372
+ * The `process.argv` property returns an array containing the command-line
373
+ * arguments passed when the Node.js process was launched. The first element will
374
+ * be {@link execPath}. See `process.argv0` if access to the original value
375
+ * of `argv[0]` is needed. The second element will be the path to the JavaScript
376
+ * file being executed. The remaining elements will be any additional command-line
377
+ * arguments.
378
+ *
379
+ * For example, assuming the following script for `process-args.js`:
380
+ *
381
+ * ```js
382
+ * import { argv } from 'process';
383
+ *
384
+ * // print process.argv
385
+ * argv.forEach((val, index) => {
386
+ * console.log(`${index}: ${val}`);
387
+ * });
388
+ * ```
389
+ *
390
+ * Launching the Node.js process as:
391
+ *
392
+ * ```console
393
+ * $ node process-args.js one two=three four
394
+ * ```
395
+ *
396
+ * Would generate the output:
397
+ *
398
+ * ```text
399
+ * 0: /usr/local/bin/node
400
+ * 1: /Users/mjr/work/node/process-args.js
401
+ * 2: one
402
+ * 3: two=three
403
+ * 4: four
404
+ * ```
405
+ * @since v0.1.27
406
+ */
407
+ argv: string[];
408
+ /**
409
+ * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts.
410
+ *
411
+ * ```console
412
+ * $ bash -c 'exec -a customArgv0 ./node'
413
+ * > process.argv[0]
414
+ * '/Volumes/code/external/node/out/Release/node'
415
+ * > process.argv0
416
+ * 'customArgv0'
417
+ * ```
418
+ * @since v6.4.0
419
+ */
420
+ argv0: string;
421
+ /**
422
+ * The `process.execArgv` property returns the set of Node.js-specific command-line
423
+ * options passed when the Node.js process was launched. These options do not
424
+ * appear in the array returned by the {@link argv} property, and do not
425
+ * include the Node.js executable, the name of the script, or any options following
426
+ * the script name. These options are useful in order to spawn child processes with
427
+ * the same execution environment as the parent.
428
+ *
429
+ * ```console
430
+ * $ node --harmony script.js --version
431
+ * ```
432
+ *
433
+ * Results in `process.execArgv`:
434
+ *
435
+ * ```js
436
+ * ['--harmony']
437
+ * ```
438
+ *
439
+ * And `process.argv`:
440
+ *
441
+ * ```js
442
+ * ['/usr/local/bin/node', 'script.js', '--version']
443
+ * ```
444
+ *
445
+ * Refer to `Worker constructor` for the detailed behavior of worker
446
+ * threads with this property.
447
+ * @since v0.7.7
448
+ */
449
+ execArgv: string[];
450
+ /**
451
+ * The `process.execPath` property returns the absolute pathname of the executable
452
+ * that started the Node.js process. Symbolic links, if any, are resolved.
453
+ *
454
+ * ```js
455
+ * '/usr/local/bin/node'
456
+ * ```
457
+ * @since v0.1.100
458
+ */
459
+ execPath: string;
460
+ /**
461
+ * The `process.abort()` method causes the Node.js process to exit immediately and
462
+ * generate a core file.
463
+ *
464
+ * This feature is not available in `Worker` threads.
465
+ * @since v0.7.0
466
+ */
467
+ abort(): never;
468
+ /**
469
+ * The `process.chdir()` method changes the current working directory of the
470
+ * Node.js process or throws an exception if doing so fails (for instance, if
471
+ * the specified `directory` does not exist).
472
+ *
473
+ * ```js
474
+ * import { chdir, cwd } from 'process';
475
+ *
476
+ * console.log(`Starting directory: ${cwd()}`);
477
+ * try {
478
+ * chdir('/tmp');
479
+ * console.log(`New directory: ${cwd()}`);
480
+ * } catch (err) {
481
+ * console.error(`chdir: ${err}`);
482
+ * }
483
+ * ```
484
+ *
485
+ * This feature is not available in `Worker` threads.
486
+ * @since v0.1.17
487
+ */
488
+ chdir(directory: string): void;
489
+ /**
490
+ * The `process.cwd()` method returns the current working directory of the Node.js
491
+ * process.
492
+ *
493
+ * ```js
494
+ * import { cwd } from 'process';
495
+ *
496
+ * console.log(`Current directory: ${cwd()}`);
497
+ * ```
498
+ * @since v0.1.8
499
+ */
500
+ cwd(): string;
501
+ /**
502
+ * The port used by the Node.js debugger when enabled.
503
+ *
504
+ * ```js
505
+ * import process from 'process';
506
+ *
507
+ * process.debugPort = 5858;
508
+ * ```
509
+ * @since v0.7.2
510
+ */
511
+ debugPort: number;
512
+ /**
513
+ * The `process.dlopen()` method allows dynamically loading shared objects. It is primarily used by `require()` to load C++ Addons, and
514
+ * should not be used directly, except in special cases. In other words, `require()` should be preferred over `process.dlopen()`
515
+ * unless there are specific reasons such as custom dlopen flags or loading from ES modules.
516
+ *
517
+ * The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v20.x/api/os.html#dlopen-constants)`
518
+ * documentation for details.
519
+ *
520
+ * An important requirement when calling `process.dlopen()` is that the `module` instance must be passed. Functions exported by the C++ Addon
521
+ * are then accessible via `module.exports`.
522
+ *
523
+ * The example below shows how to load a C++ Addon, named `local.node`, that exports a `foo` function. All the symbols are loaded before the call returns, by passing the `RTLD_NOW` constant.
524
+ * In this example the constant is assumed to be available.
525
+ *
526
+ * ```js
527
+ * import { dlopen } from 'node:process';
528
+ * import { constants } from 'node:os';
529
+ * import { fileURLToPath } from 'node:url';
530
+ *
531
+ * const module = { exports: {} };
532
+ * dlopen(module, fileURLToPath(new URL('local.node', import.meta.url)),
533
+ * constants.dlopen.RTLD_NOW);
534
+ * module.exports.foo();
535
+ * ```
536
+ * @since v0.1.16
537
+ */
538
+ dlopen(module: object, filename: string, flags?: number): void;
539
+ /**
540
+ * The `process.emitWarning()` method can be used to emit custom or application
541
+ * specific process warnings. These can be listened for by adding a handler to the `'warning'` event.
542
+ *
543
+ * ```js
544
+ * import { emitWarning } from 'process';
545
+ *
546
+ * // Emit a warning with a code and additional detail.
547
+ * emitWarning('Something happened!', {
548
+ * code: 'MY_WARNING',
549
+ * detail: 'This is some additional information'
550
+ * });
551
+ * // Emits:
552
+ * // (node:56338) [MY_WARNING] Warning: Something happened!
553
+ * // This is some additional information
554
+ * ```
555
+ *
556
+ * In this example, an `Error` object is generated internally by`process.emitWarning()` and passed through to the `'warning'` handler.
557
+ *
558
+ * ```js
559
+ * import process from 'process';
560
+ *
561
+ * process.on('warning', (warning) => {
562
+ * console.warn(warning.name); // 'Warning'
563
+ * console.warn(warning.message); // 'Something happened!'
564
+ * console.warn(warning.code); // 'MY_WARNING'
565
+ * console.warn(warning.stack); // Stack trace
566
+ * console.warn(warning.detail); // 'This is some additional information'
567
+ * });
568
+ * ```
569
+ *
570
+ * If `warning` is passed as an `Error` object, the `options` argument is ignored.
571
+ * @since v8.0.0
572
+ * @param warning The warning to emit.
573
+ */
574
+ emitWarning(warning: string | Error, ctor?: Function): void;
575
+ emitWarning(warning: string | Error, type?: string, ctor?: Function): void;
576
+ emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void;
577
+ emitWarning(warning: string | Error, options?: EmitWarningOptions): void;
578
+ /**
579
+ * The `process.env` property returns an object containing the user environment.
580
+ * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html).
581
+ *
582
+ * An example of this object looks like:
583
+ *
584
+ * ```js
585
+ * {
586
+ * TERM: 'xterm-256color',
587
+ * SHELL: '/usr/local/bin/bash',
588
+ * USER: 'maciej',
589
+ * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin',
590
+ * PWD: '/Users/maciej',
591
+ * EDITOR: 'vim',
592
+ * SHLVL: '1',
593
+ * HOME: '/Users/maciej',
594
+ * LOGNAME: 'maciej',
595
+ * _: '/usr/local/bin/node'
596
+ * }
597
+ * ```
598
+ *
599
+ * It is possible to modify this object, but such modifications will not be
600
+ * reflected outside the Node.js process, or (unless explicitly requested)
601
+ * to other `Worker` threads.
602
+ * In other words, the following example would not work:
603
+ *
604
+ * ```console
605
+ * $ node -e 'process.env.foo = "bar"' &#x26;&#x26; echo $foo
606
+ * ```
607
+ *
608
+ * While the following will:
609
+ *
610
+ * ```js
611
+ * import { env } from 'process';
612
+ *
613
+ * env.foo = 'bar';
614
+ * console.log(env.foo);
615
+ * ```
616
+ *
617
+ * Assigning a property on `process.env` will implicitly convert the value
618
+ * to a string. **This behavior is deprecated.** Future versions of Node.js may
619
+ * throw an error when the value is not a string, number, or boolean.
620
+ *
621
+ * ```js
622
+ * import { env } from 'process';
623
+ *
624
+ * env.test = null;
625
+ * console.log(env.test);
626
+ * // => 'null'
627
+ * env.test = undefined;
628
+ * console.log(env.test);
629
+ * // => 'undefined'
630
+ * ```
631
+ *
632
+ * Use `delete` to delete a property from `process.env`.
633
+ *
634
+ * ```js
635
+ * import { env } from 'process';
636
+ *
637
+ * env.TEST = 1;
638
+ * delete env.TEST;
639
+ * console.log(env.TEST);
640
+ * // => undefined
641
+ * ```
642
+ *
643
+ * On Windows operating systems, environment variables are case-insensitive.
644
+ *
645
+ * ```js
646
+ * import { env } from 'process';
647
+ *
648
+ * env.TEST = 1;
649
+ * console.log(env.test);
650
+ * // => 1
651
+ * ```
652
+ *
653
+ * Unless explicitly specified when creating a `Worker` instance,
654
+ * each `Worker` thread has its own copy of `process.env`, based on its
655
+ * parent thread’s `process.env`, or whatever was specified as the `env` option
656
+ * to the `Worker` constructor. Changes to `process.env` will not be visible
657
+ * across `Worker` threads, and only the main thread can make changes that
658
+ * are visible to the operating system or to native add-ons.
659
+ * @since v0.1.27
660
+ */
661
+ env: ProcessEnv;
662
+ /**
663
+ * The `process.exit()` method instructs Node.js to terminate the process
664
+ * synchronously with an exit status of `code`. If `code` is omitted, exit uses
665
+ * either the 'success' code `0` or the value of `process.exitCode` if it has been
666
+ * set. Node.js will not terminate until all the `'exit'` event listeners are
667
+ * called.
668
+ *
669
+ * To exit with a 'failure' code:
670
+ *
671
+ * ```js
672
+ * import { exit } from 'process';
673
+ *
674
+ * exit(1);
675
+ * ```
676
+ *
677
+ * The shell that executed Node.js should see the exit code as `1`.
678
+ *
679
+ * Calling `process.exit()` will force the process to exit as quickly as possible
680
+ * even if there are still asynchronous operations pending that have not yet
681
+ * completed fully, including I/O operations to `process.stdout` and `process.stderr`.
682
+ *
683
+ * In most situations, it is not actually necessary to call `process.exit()`explicitly. The Node.js process will exit on its own _if there is no additional_
684
+ * _work pending_ in the event loop. The `process.exitCode` property can be set to
685
+ * tell the process which exit code to use when the process exits gracefully.
686
+ *
687
+ * For instance, the following example illustrates a _misuse_ of the`process.exit()` method that could lead to data printed to stdout being
688
+ * truncated and lost:
689
+ *
690
+ * ```js
691
+ * import { exit } from 'process';
692
+ *
693
+ * // This is an example of what *not* to do:
694
+ * if (someConditionNotMet()) {
695
+ * printUsageToStdout();
696
+ * exit(1);
697
+ * }
698
+ * ```
699
+ *
700
+ * The reason this is problematic is because writes to `process.stdout` in Node.js
701
+ * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js
702
+ * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed.
703
+ *
704
+ * Rather than calling `process.exit()` directly, the code _should_ set the`process.exitCode` and allow the process to exit naturally by avoiding
705
+ * scheduling any additional work for the event loop:
706
+ *
707
+ * ```js
708
+ * import process from 'process';
709
+ *
710
+ * // How to properly set the exit code while letting
711
+ * // the process exit gracefully.
712
+ * if (someConditionNotMet()) {
713
+ * printUsageToStdout();
714
+ * process.exitCode = 1;
715
+ * }
716
+ * ```
717
+ *
718
+ * If it is necessary to terminate the Node.js process due to an error condition,
719
+ * throwing an _uncaught_ error and allowing the process to terminate accordingly
720
+ * is safer than calling `process.exit()`.
721
+ *
722
+ * In `Worker` threads, this function stops the current thread rather
723
+ * than the current process.
724
+ * @since v0.1.13
725
+ * @param [code=0] The exit code.
726
+ */
727
+ exit(code?: number): never;
728
+ /**
729
+ * A number which will be the process exit code, when the process either
730
+ * exits gracefully, or is exited via {@link exit} without specifying
731
+ * a code.
732
+ *
733
+ * Specifying a code to {@link exit} will override any
734
+ * previous setting of `process.exitCode`.
735
+ * @since v0.11.8
736
+ */
737
+ exitCode?: number | undefined;
738
+ /**
739
+ * The `process.getgid()` method returns the numerical group identity of the
740
+ * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).)
741
+ *
742
+ * ```js
743
+ * import process from 'process';
744
+ *
745
+ * if (process.getgid) {
746
+ * console.log(`Current gid: ${process.getgid()}`);
747
+ * }
748
+ * ```
749
+ *
750
+ * This function is only available on POSIX platforms (i.e. not Windows or
751
+ * Android).
752
+ * @since v0.1.31
753
+ */
754
+ getgid?: () => number;
755
+ /**
756
+ * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a
757
+ * numeric ID or a group name
758
+ * string. If a group name is specified, this method blocks while resolving the
759
+ * associated numeric ID.
760
+ *
761
+ * ```js
762
+ * import process from 'process';
763
+ *
764
+ * if (process.getgid &#x26;&#x26; process.setgid) {
765
+ * console.log(`Current gid: ${process.getgid()}`);
766
+ * try {
767
+ * process.setgid(501);
768
+ * console.log(`New gid: ${process.getgid()}`);
769
+ * } catch (err) {
770
+ * console.log(`Failed to set gid: ${err}`);
771
+ * }
772
+ * }
773
+ * ```
774
+ *
775
+ * This function is only available on POSIX platforms (i.e. not Windows or
776
+ * Android).
777
+ * This feature is not available in `Worker` threads.
778
+ * @since v0.1.31
779
+ * @param id The group name or ID
780
+ */
781
+ setgid?: (id: number | string) => void;
782
+ /**
783
+ * The `process.getuid()` method returns the numeric user identity of the process.
784
+ * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).)
785
+ *
786
+ * ```js
787
+ * import process from 'process';
788
+ *
789
+ * if (process.getuid) {
790
+ * console.log(`Current uid: ${process.getuid()}`);
791
+ * }
792
+ * ```
793
+ *
794
+ * This function is only available on POSIX platforms (i.e. not Windows or
795
+ * Android).
796
+ * @since v0.1.28
797
+ */
798
+ getuid?: () => number;
799
+ /**
800
+ * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a
801
+ * numeric ID or a username string.
802
+ * If a username is specified, the method blocks while resolving the associated
803
+ * numeric ID.
804
+ *
805
+ * ```js
806
+ * import process from 'process';
807
+ *
808
+ * if (process.getuid &#x26;&#x26; process.setuid) {
809
+ * console.log(`Current uid: ${process.getuid()}`);
810
+ * try {
811
+ * process.setuid(501);
812
+ * console.log(`New uid: ${process.getuid()}`);
813
+ * } catch (err) {
814
+ * console.log(`Failed to set uid: ${err}`);
815
+ * }
816
+ * }
817
+ * ```
818
+ *
819
+ * This function is only available on POSIX platforms (i.e. not Windows or
820
+ * Android).
821
+ * This feature is not available in `Worker` threads.
822
+ * @since v0.1.28
823
+ */
824
+ setuid?: (id: number | string) => void;
825
+ /**
826
+ * The `process.geteuid()` method returns the numerical effective user identity of
827
+ * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).)
828
+ *
829
+ * ```js
830
+ * import process from 'process';
831
+ *
832
+ * if (process.geteuid) {
833
+ * console.log(`Current uid: ${process.geteuid()}`);
834
+ * }
835
+ * ```
836
+ *
837
+ * This function is only available on POSIX platforms (i.e. not Windows or
838
+ * Android).
839
+ * @since v2.0.0
840
+ */
841
+ geteuid?: () => number;
842
+ /**
843
+ * The `process.seteuid()` method sets the effective user identity of the process.
844
+ * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username
845
+ * string. If a username is specified, the method blocks while resolving the
846
+ * associated numeric ID.
847
+ *
848
+ * ```js
849
+ * import process from 'process';
850
+ *
851
+ * if (process.geteuid &#x26;&#x26; process.seteuid) {
852
+ * console.log(`Current uid: ${process.geteuid()}`);
853
+ * try {
854
+ * process.seteuid(501);
855
+ * console.log(`New uid: ${process.geteuid()}`);
856
+ * } catch (err) {
857
+ * console.log(`Failed to set uid: ${err}`);
858
+ * }
859
+ * }
860
+ * ```
861
+ *
862
+ * This function is only available on POSIX platforms (i.e. not Windows or
863
+ * Android).
864
+ * This feature is not available in `Worker` threads.
865
+ * @since v2.0.0
866
+ * @param id A user name or ID
867
+ */
868
+ seteuid?: (id: number | string) => void;
869
+ /**
870
+ * The `process.getegid()` method returns the numerical effective group identity
871
+ * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).)
872
+ *
873
+ * ```js
874
+ * import process from 'process';
875
+ *
876
+ * if (process.getegid) {
877
+ * console.log(`Current gid: ${process.getegid()}`);
878
+ * }
879
+ * ```
880
+ *
881
+ * This function is only available on POSIX platforms (i.e. not Windows or
882
+ * Android).
883
+ * @since v2.0.0
884
+ */
885
+ getegid?: () => number;
886
+ /**
887
+ * The `process.setegid()` method sets the effective group identity of the process.
888
+ * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group
889
+ * name string. If a group name is specified, this method blocks while resolving
890
+ * the associated a numeric ID.
891
+ *
892
+ * ```js
893
+ * import process from 'process';
894
+ *
895
+ * if (process.getegid &#x26;&#x26; process.setegid) {
896
+ * console.log(`Current gid: ${process.getegid()}`);
897
+ * try {
898
+ * process.setegid(501);
899
+ * console.log(`New gid: ${process.getegid()}`);
900
+ * } catch (err) {
901
+ * console.log(`Failed to set gid: ${err}`);
902
+ * }
903
+ * }
904
+ * ```
905
+ *
906
+ * This function is only available on POSIX platforms (i.e. not Windows or
907
+ * Android).
908
+ * This feature is not available in `Worker` threads.
909
+ * @since v2.0.0
910
+ * @param id A group name or ID
911
+ */
912
+ setegid?: (id: number | string) => void;
913
+ /**
914
+ * The `process.getgroups()` method returns an array with the supplementary group
915
+ * IDs. POSIX leaves it unspecified if the effective group ID is included but
916
+ * Node.js ensures it always is.
917
+ *
918
+ * ```js
919
+ * import process from 'process';
920
+ *
921
+ * if (process.getgroups) {
922
+ * console.log(process.getgroups()); // [ 16, 21, 297 ]
923
+ * }
924
+ * ```
925
+ *
926
+ * This function is only available on POSIX platforms (i.e. not Windows or
927
+ * Android).
928
+ * @since v0.9.4
929
+ */
930
+ getgroups?: () => number[];
931
+ /**
932
+ * The `process.setgroups()` method sets the supplementary group IDs for the
933
+ * Node.js process. This is a privileged operation that requires the Node.js
934
+ * process to have `root` or the `CAP_SETGID` capability.
935
+ *
936
+ * The `groups` array can contain numeric group IDs, group names, or both.
937
+ *
938
+ * ```js
939
+ * import process from 'process';
940
+ *
941
+ * if (process.getgroups &#x26;&#x26; process.setgroups) {
942
+ * try {
943
+ * process.setgroups([501]);
944
+ * console.log(process.getgroups()); // new groups
945
+ * } catch (err) {
946
+ * console.log(`Failed to set groups: ${err}`);
947
+ * }
948
+ * }
949
+ * ```
950
+ *
951
+ * This function is only available on POSIX platforms (i.e. not Windows or
952
+ * Android).
953
+ * This feature is not available in `Worker` threads.
954
+ * @since v0.9.4
955
+ */
956
+ setgroups?: (groups: ReadonlyArray<string | number>) => void;
957
+ /**
958
+ * The `process.setUncaughtExceptionCaptureCallback()` function sets a function
959
+ * that will be invoked when an uncaught exception occurs, which will receive the
960
+ * exception value itself as its first argument.
961
+ *
962
+ * If such a function is set, the `'uncaughtException'` event will
963
+ * not be emitted. If `--abort-on-uncaught-exception` was passed from the
964
+ * command line or set through `v8.setFlagsFromString()`, the process will
965
+ * not abort. Actions configured to take place on exceptions such as report
966
+ * generations will be affected too
967
+ *
968
+ * To unset the capture function,`process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this
969
+ * method with a non-`null` argument while another capture function is set will
970
+ * throw an error.
971
+ *
972
+ * Using this function is mutually exclusive with using the deprecated `domain` built-in module.
973
+ * @since v9.3.0
974
+ */
975
+ setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void;
976
+ /**
977
+ * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}.
978
+ * @since v9.3.0
979
+ */
980
+ hasUncaughtExceptionCaptureCallback(): boolean;
981
+ /**
982
+ * This function enables or disables the Source Map v3 support for stack traces.
983
+ * It provides same features as launching Node.js process with commandline options --enable-source-maps.
984
+ * @since v16.6.0
985
+ * @experimental
986
+ */
987
+ setSourceMapsEnabled(value: boolean): void;
988
+ /**
989
+ * The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled.
990
+ * @since v18.19.0
991
+ * @experimental
992
+ */
993
+ readonly sourceMapsEnabled: boolean;
994
+ /**
995
+ * The `process.version` property contains the Node.js version string.
996
+ *
997
+ * ```js
998
+ * import { version } from 'process';
999
+ *
1000
+ * console.log(`Version: ${version}`);
1001
+ * // Version: v14.8.0
1002
+ * ```
1003
+ *
1004
+ * To get the version string without the prepended _v_, use`process.versions.node`.
1005
+ * @since v0.1.3
1006
+ */
1007
+ readonly version: string;
1008
+ /**
1009
+ * The `process.versions` property returns an object listing the version strings of
1010
+ * Node.js and its dependencies. `process.versions.modules` indicates the current
1011
+ * ABI version, which is increased whenever a C++ API changes. Node.js will refuse
1012
+ * to load modules that were compiled against a different module ABI version.
1013
+ *
1014
+ * ```js
1015
+ * import { versions } from 'process';
1016
+ *
1017
+ * console.log(versions);
1018
+ * ```
1019
+ *
1020
+ * Will generate an object similar to:
1021
+ *
1022
+ * ```console
1023
+ * { node: '11.13.0',
1024
+ * v8: '7.0.276.38-node.18',
1025
+ * uv: '1.27.0',
1026
+ * zlib: '1.2.11',
1027
+ * brotli: '1.0.7',
1028
+ * ares: '1.15.0',
1029
+ * modules: '67',
1030
+ * nghttp2: '1.34.0',
1031
+ * napi: '4',
1032
+ * llhttp: '1.1.1',
1033
+ * openssl: '1.1.1b',
1034
+ * cldr: '34.0',
1035
+ * icu: '63.1',
1036
+ * tz: '2018e',
1037
+ * unicode: '11.0' }
1038
+ * ```
1039
+ * @since v0.2.0
1040
+ */
1041
+ readonly versions: ProcessVersions;
1042
+ /**
1043
+ * The `process.config` property returns an `Object` containing the JavaScript
1044
+ * representation of the configure options used to compile the current Node.js
1045
+ * executable. This is the same as the `config.gypi` file that was produced when
1046
+ * running the `./configure` script.
1047
+ *
1048
+ * An example of the possible output looks like:
1049
+ *
1050
+ * ```js
1051
+ * {
1052
+ * target_defaults:
1053
+ * { cflags: [],
1054
+ * default_configuration: 'Release',
1055
+ * defines: [],
1056
+ * include_dirs: [],
1057
+ * libraries: [] },
1058
+ * variables:
1059
+ * {
1060
+ * host_arch: 'x64',
1061
+ * napi_build_version: 5,
1062
+ * node_install_npm: 'true',
1063
+ * node_prefix: '',
1064
+ * node_shared_cares: 'false',
1065
+ * node_shared_http_parser: 'false',
1066
+ * node_shared_libuv: 'false',
1067
+ * node_shared_zlib: 'false',
1068
+ * node_use_dtrace: 'false',
1069
+ * node_use_openssl: 'true',
1070
+ * node_shared_openssl: 'false',
1071
+ * strict_aliasing: 'true',
1072
+ * target_arch: 'x64',
1073
+ * v8_use_snapshot: 1
1074
+ * }
1075
+ * }
1076
+ * ```
1077
+ *
1078
+ * The `process.config` property is **not** read-only and there are existing
1079
+ * modules in the ecosystem that are known to extend, modify, or entirely replace
1080
+ * the value of `process.config`.
1081
+ *
1082
+ * Modifying the `process.config` property, or any child-property of the`process.config` object has been deprecated. The `process.config` will be made
1083
+ * read-only in a future release.
1084
+ * @since v0.7.7
1085
+ */
1086
+ readonly config: ProcessConfig;
1087
+ /**
1088
+ * The `process.kill()` method sends the `signal` to the process identified by`pid`.
1089
+ *
1090
+ * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information.
1091
+ *
1092
+ * This method will throw an error if the target `pid` does not exist. As a special
1093
+ * case, a signal of `0` can be used to test for the existence of a process.
1094
+ * Windows platforms will throw an error if the `pid` is used to kill a process
1095
+ * group.
1096
+ *
1097
+ * Even though the name of this function is `process.kill()`, it is really just a
1098
+ * signal sender, like the `kill` system call. The signal sent may do something
1099
+ * other than kill the target process.
1100
+ *
1101
+ * ```js
1102
+ * import process, { kill } from 'process';
1103
+ *
1104
+ * process.on('SIGHUP', () => {
1105
+ * console.log('Got SIGHUP signal.');
1106
+ * });
1107
+ *
1108
+ * setTimeout(() => {
1109
+ * console.log('Exiting.');
1110
+ * process.exit(0);
1111
+ * }, 100);
1112
+ *
1113
+ * kill(process.pid, 'SIGHUP');
1114
+ * ```
1115
+ *
1116
+ * When `SIGUSR1` is received by a Node.js process, Node.js will start the
1117
+ * debugger. See `Signal Events`.
1118
+ * @since v0.0.6
1119
+ * @param pid A process ID
1120
+ * @param [signal='SIGTERM'] The signal to send, either as a string or number.
1121
+ */
1122
+ kill(pid: number, signal?: string | number): true;
1123
+ /**
1124
+ * The `process.pid` property returns the PID of the process.
1125
+ *
1126
+ * ```js
1127
+ * import { pid } from 'process';
1128
+ *
1129
+ * console.log(`This process is pid ${pid}`);
1130
+ * ```
1131
+ * @since v0.1.15
1132
+ */
1133
+ readonly pid: number;
1134
+ /**
1135
+ * The `process.ppid` property returns the PID of the parent of the
1136
+ * current process.
1137
+ *
1138
+ * ```js
1139
+ * import { ppid } from 'process';
1140
+ *
1141
+ * console.log(`The parent process is pid ${ppid}`);
1142
+ * ```
1143
+ * @since v9.2.0, v8.10.0, v6.13.0
1144
+ */
1145
+ readonly ppid: number;
1146
+ /**
1147
+ * The `process.title` property returns the current process title (i.e. returns
1148
+ * the current value of `ps`). Assigning a new value to `process.title` modifies
1149
+ * the current value of `ps`.
1150
+ *
1151
+ * When a new value is assigned, different platforms will impose different maximum
1152
+ * length restrictions on the title. Usually such restrictions are quite limited.
1153
+ * For instance, on Linux and macOS, `process.title` is limited to the size of the
1154
+ * binary name plus the length of the command-line arguments because setting the`process.title` overwrites the `argv` memory of the process. Node.js v0.8
1155
+ * allowed for longer process title strings by also overwriting the `environ`memory but that was potentially insecure and confusing in some (rather obscure)
1156
+ * cases.
1157
+ *
1158
+ * Assigning a value to `process.title` might not result in an accurate label
1159
+ * within process manager applications such as macOS Activity Monitor or Windows
1160
+ * Services Manager.
1161
+ * @since v0.1.104
1162
+ */
1163
+ title: string;
1164
+ /**
1165
+ * The operating system CPU architecture for which the Node.js binary was compiled.
1166
+ * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'s390'`, `'s390x'`, and `'x64'`.
1167
+ *
1168
+ * ```js
1169
+ * import { arch } from 'process';
1170
+ *
1171
+ * console.log(`This processor architecture is ${arch}`);
1172
+ * ```
1173
+ * @since v0.5.0
1174
+ */
1175
+ readonly arch: Architecture;
1176
+ /**
1177
+ * The `process.platform` property returns a string identifying the operating
1178
+ * system platform for which the Node.js binary was compiled.
1179
+ *
1180
+ * Currently possible values are:
1181
+ *
1182
+ * * `'aix'`
1183
+ * * `'darwin'`
1184
+ * * `'freebsd'`
1185
+ * * `'linux'`
1186
+ * * `'openbsd'`
1187
+ * * `'sunos'`
1188
+ * * `'win32'`
1189
+ *
1190
+ * ```js
1191
+ * import { platform } from 'process';
1192
+ *
1193
+ * console.log(`This platform is ${platform}`);
1194
+ * ```
1195
+ *
1196
+ * The value `'android'` may also be returned if the Node.js is built on the
1197
+ * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os).
1198
+ * @since v0.1.16
1199
+ */
1200
+ readonly platform: Platform;
1201
+ /**
1202
+ * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at
1203
+ * runtime, `require.main` may still refer to the original main module in
1204
+ * modules that were required before the change occurred. Generally, it's
1205
+ * safe to assume that the two refer to the same module.
1206
+ *
1207
+ * As with `require.main`, `process.mainModule` will be `undefined` if there
1208
+ * is no entry script.
1209
+ * @since v0.1.17
1210
+ * @deprecated Since v14.0.0 - Use `main` instead.
1211
+ */
1212
+ mainModule?: Module | undefined;
1213
+ memoryUsage: MemoryUsageFn;
1214
+ /**
1215
+ * Gets the amount of memory available to the process (in bytes) based on
1216
+ * limits imposed by the OS. If there is no such constraint, or the constraint
1217
+ * is unknown, `undefined` is returned.
1218
+ */
1219
+ constrainedMemory(): number | undefined;
1220
+ /**
1221
+ * The `process.cpuUsage()` method returns the user and system CPU time usage of
1222
+ * the current process, in an object with properties `user` and `system`, whose
1223
+ * values are microsecond values (millionth of a second). These values measure time
1224
+ * spent in user and system code respectively, and may end up being greater than
1225
+ * actual elapsed time if multiple CPU cores are performing work for this process.
1226
+ *
1227
+ * The result of a previous call to `process.cpuUsage()` can be passed as the
1228
+ * argument to the function, to get a diff reading.
1229
+ *
1230
+ * ```js
1231
+ * import { cpuUsage } from 'process';
1232
+ *
1233
+ * const startUsage = cpuUsage();
1234
+ * // { user: 38579, system: 6986 }
1235
+ *
1236
+ * // spin the CPU for 500 milliseconds
1237
+ * const now = Date.now();
1238
+ * while (Date.now() - now < 500);
1239
+ *
1240
+ * console.log(cpuUsage(startUsage));
1241
+ * // { user: 514883, system: 11226 }
1242
+ * ```
1243
+ * @since v6.1.0
1244
+ * @param previousValue A previous return value from calling `process.cpuUsage()`
1245
+ */
1246
+ cpuUsage(previousValue?: CpuUsage): CpuUsage;
1247
+ /**
1248
+ * `process.nextTick()` adds `callback` to the "next tick queue". This queue is
1249
+ * fully drained after the current operation on the JavaScript stack runs to
1250
+ * completion and before the event loop is allowed to continue. It's possible to
1251
+ * create an infinite loop if one were to recursively call `process.nextTick()`.
1252
+ * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background.
1253
+ *
1254
+ * ```js
1255
+ * import { nextTick } from 'process';
1256
+ *
1257
+ * console.log('start');
1258
+ * nextTick(() => {
1259
+ * console.log('nextTick callback');
1260
+ * });
1261
+ * console.log('scheduled');
1262
+ * // Output:
1263
+ * // start
1264
+ * // scheduled
1265
+ * // nextTick callback
1266
+ * ```
1267
+ *
1268
+ * This is important when developing APIs in order to give users the opportunity
1269
+ * to assign event handlers _after_ an object has been constructed but before any
1270
+ * I/O has occurred:
1271
+ *
1272
+ * ```js
1273
+ * import { nextTick } from 'process';
1274
+ *
1275
+ * function MyThing(options) {
1276
+ * this.setupOptions(options);
1277
+ *
1278
+ * nextTick(() => {
1279
+ * this.startDoingStuff();
1280
+ * });
1281
+ * }
1282
+ *
1283
+ * const thing = new MyThing();
1284
+ * thing.getReadyForStuff();
1285
+ *
1286
+ * // thing.startDoingStuff() gets called now, not before.
1287
+ * ```
1288
+ *
1289
+ * It is very important for APIs to be either 100% synchronous or 100%
1290
+ * asynchronous. Consider this example:
1291
+ *
1292
+ * ```js
1293
+ * // WARNING! DO NOT USE! BAD UNSAFE HAZARD!
1294
+ * function maybeSync(arg, cb) {
1295
+ * if (arg) {
1296
+ * cb();
1297
+ * return;
1298
+ * }
1299
+ *
1300
+ * fs.stat('file', cb);
1301
+ * }
1302
+ * ```
1303
+ *
1304
+ * This API is hazardous because in the following case:
1305
+ *
1306
+ * ```js
1307
+ * const maybeTrue = Math.random() > 0.5;
1308
+ *
1309
+ * maybeSync(maybeTrue, () => {
1310
+ * foo();
1311
+ * });
1312
+ *
1313
+ * bar();
1314
+ * ```
1315
+ *
1316
+ * It is not clear whether `foo()` or `bar()` will be called first.
1317
+ *
1318
+ * The following approach is much better:
1319
+ *
1320
+ * ```js
1321
+ * import { nextTick } from 'process';
1322
+ *
1323
+ * function definitelyAsync(arg, cb) {
1324
+ * if (arg) {
1325
+ * nextTick(cb);
1326
+ * return;
1327
+ * }
1328
+ *
1329
+ * fs.stat('file', cb);
1330
+ * }
1331
+ * ```
1332
+ * @since v0.1.26
1333
+ * @param args Additional arguments to pass when invoking the `callback`
1334
+ */
1335
+ nextTick(callback: Function, ...args: any[]): void;
1336
+ /**
1337
+ * The `process.release` property returns an `Object` containing metadata related
1338
+ * to the current release, including URLs for the source tarball and headers-only
1339
+ * tarball.
1340
+ *
1341
+ * `process.release` contains the following properties:
1342
+ *
1343
+ * ```js
1344
+ * {
1345
+ * name: 'node',
1346
+ * lts: 'Erbium',
1347
+ * sourceUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1.tar.gz',
1348
+ * headersUrl: 'https://nodejs.org/download/release/v12.18.1/node-v12.18.1-headers.tar.gz',
1349
+ * libUrl: 'https://nodejs.org/download/release/v12.18.1/win-x64/node.lib'
1350
+ * }
1351
+ * ```
1352
+ *
1353
+ * In custom builds from non-release versions of the source tree, only the`name` property may be present. The additional properties should not be
1354
+ * relied upon to exist.
1355
+ * @since v3.0.0
1356
+ */
1357
+ readonly release: ProcessRelease;
1358
+ features: {
1359
+ inspector: boolean;
1360
+ debug: boolean;
1361
+ uv: boolean;
1362
+ ipv6: boolean;
1363
+ tls_alpn: boolean;
1364
+ tls_sni: boolean;
1365
+ tls_ocsp: boolean;
1366
+ tls: boolean;
1367
+ };
1368
+ /**
1369
+ * `process.umask()` returns the Node.js process's file mode creation mask. Child
1370
+ * processes inherit the mask from the parent process.
1371
+ * @since v0.1.19
1372
+ * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential *
1373
+ * security vulnerability. There is no safe, cross-platform alternative API.
1374
+ */
1375
+ umask(): number;
1376
+ /**
1377
+ * Can only be set if not in worker thread.
1378
+ */
1379
+ umask(mask: string | number): number;
1380
+ /**
1381
+ * The `process.uptime()` method returns the number of seconds the current Node.js
1382
+ * process has been running.
1383
+ *
1384
+ * The return value includes fractions of a second. Use `Math.floor()` to get whole
1385
+ * seconds.
1386
+ * @since v0.5.0
1387
+ */
1388
+ uptime(): number;
1389
+ hrtime: HRTime;
1390
+ /**
1391
+ * If the Node.js process was spawned with an IPC channel, the process.channel property is a reference to the IPC channel.
1392
+ * If no IPC channel exists, this property is undefined.
1393
+ * @since v7.1.0
1394
+ */
1395
+ channel?: {
1396
+ /**
1397
+ * This method makes the IPC channel keep the event loop of the process running if .unref() has been called before.
1398
+ * @since v7.1.0
1399
+ */
1400
+ ref(): void;
1401
+ /**
1402
+ * This method makes the IPC channel not keep the event loop of the process running, and lets it finish even while the channel is open.
1403
+ * @since v7.1.0
1404
+ */
1405
+ unref(): void;
1406
+ };
1407
+ /**
1408
+ * If Node.js is spawned with an IPC channel, the `process.send()` method can be
1409
+ * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object.
1410
+ *
1411
+ * If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`.
1412
+ *
1413
+ * The message goes through serialization and parsing. The resulting message might
1414
+ * not be the same as what is originally sent.
1415
+ * @since v0.5.9
1416
+ * @param options used to parameterize the sending of certain types of handles.`options` supports the following properties:
1417
+ */
1418
+ send?(
1419
+ message: any,
1420
+ sendHandle?: any,
1421
+ options?: {
1422
+ swallowErrors?: boolean | undefined;
1423
+ },
1424
+ callback?: (error: Error | null) => void,
1425
+ ): boolean;
1426
+ /**
1427
+ * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the
1428
+ * IPC channel to the parent process, allowing the child process to exit gracefully
1429
+ * once there are no other connections keeping it alive.
1430
+ *
1431
+ * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process.
1432
+ *
1433
+ * If the Node.js process was not spawned with an IPC channel,`process.disconnect()` will be `undefined`.
1434
+ * @since v0.7.2
1435
+ */
1436
+ disconnect(): void;
1437
+ /**
1438
+ * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return`true` so long as the IPC
1439
+ * channel is connected and will return `false` after`process.disconnect()` is called.
1440
+ *
1441
+ * Once `process.connected` is `false`, it is no longer possible to send messages
1442
+ * over the IPC channel using `process.send()`.
1443
+ * @since v0.7.2
1444
+ */
1445
+ connected: boolean;
1446
+ /**
1447
+ * The `process.allowedNodeEnvironmentFlags` property is a special,
1448
+ * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable.
1449
+ *
1450
+ * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides`Set.prototype.has` to recognize several different possible flag
1451
+ * representations. `process.allowedNodeEnvironmentFlags.has()` will
1452
+ * return `true` in the following cases:
1453
+ *
1454
+ * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g.,`inspect-brk` for `--inspect-brk`, or `r` for `-r`.
1455
+ * * Flags passed through to V8 (as listed in `--v8-options`) may replace
1456
+ * one or more _non-leading_ dashes for an underscore, or vice-versa;
1457
+ * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`,
1458
+ * etc.
1459
+ * * Flags may contain one or more equals (`=`) characters; all
1460
+ * characters after and including the first equals will be ignored;
1461
+ * e.g., `--stack-trace-limit=100`.
1462
+ * * Flags _must_ be allowable within `NODE_OPTIONS`.
1463
+ *
1464
+ * When iterating over `process.allowedNodeEnvironmentFlags`, flags will
1465
+ * appear only _once_; each will begin with one or more dashes. Flags
1466
+ * passed through to V8 will contain underscores instead of non-leading
1467
+ * dashes:
1468
+ *
1469
+ * ```js
1470
+ * import { allowedNodeEnvironmentFlags } from 'process';
1471
+ *
1472
+ * allowedNodeEnvironmentFlags.forEach((flag) => {
1473
+ * // -r
1474
+ * // --inspect-brk
1475
+ * // --abort_on_uncaught_exception
1476
+ * // ...
1477
+ * });
1478
+ * ```
1479
+ *
1480
+ * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail
1481
+ * silently.
1482
+ *
1483
+ * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will
1484
+ * contain what _would have_ been allowable.
1485
+ * @since v10.10.0
1486
+ */
1487
+ allowedNodeEnvironmentFlags: ReadonlySet<string>;
1488
+ /**
1489
+ * `process.report` is an object whose methods are used to generate diagnostic reports for the current process.
1490
+ * Additional documentation is available in the [report documentation](https://nodejs.org/docs/latest-v18.x/api/report.html).
1491
+ * @since v11.8.0
1492
+ */
1493
+ report: ProcessReport;
1494
+ /**
1495
+ * ```js
1496
+ * import { resourceUsage } from 'process';
1497
+ *
1498
+ * console.log(resourceUsage());
1499
+ * /*
1500
+ * Will output:
1501
+ * {
1502
+ * userCPUTime: 82872,
1503
+ * systemCPUTime: 4143,
1504
+ * maxRSS: 33164,
1505
+ * sharedMemorySize: 0,
1506
+ * unsharedDataSize: 0,
1507
+ * unsharedStackSize: 0,
1508
+ * minorPageFault: 2469,
1509
+ * majorPageFault: 0,
1510
+ * swappedOut: 0,
1511
+ * fsRead: 0,
1512
+ * fsWrite: 8,
1513
+ * ipcSent: 0,
1514
+ * ipcReceived: 0,
1515
+ * signalsCount: 0,
1516
+ * voluntaryContextSwitches: 79,
1517
+ * involuntaryContextSwitches: 1
1518
+ * }
1519
+ *
1520
+ * ```
1521
+ * @since v12.6.0
1522
+ * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t].
1523
+ */
1524
+ resourceUsage(): ResourceUsage;
1525
+ /**
1526
+ * The `process.traceDeprecation` property indicates whether the`--trace-deprecation` flag is set on the current Node.js process. See the
1527
+ * documentation for the `'warning' event` and the `emitWarning() method` for more information about this
1528
+ * flag's behavior.
1529
+ * @since v0.8.0
1530
+ */
1531
+ traceDeprecation: boolean;
1532
+ /* EventEmitter */
1533
+ addListener(event: "beforeExit", listener: BeforeExitListener): this;
1534
+ addListener(event: "disconnect", listener: DisconnectListener): this;
1535
+ addListener(event: "exit", listener: ExitListener): this;
1536
+ addListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1537
+ addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1538
+ addListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1539
+ addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1540
+ addListener(event: "warning", listener: WarningListener): this;
1541
+ addListener(event: "message", listener: MessageListener): this;
1542
+ addListener(event: Signals, listener: SignalsListener): this;
1543
+ addListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1544
+ addListener(event: "worker", listener: WorkerListener): this;
1545
+ emit(event: "beforeExit", code: number): boolean;
1546
+ emit(event: "disconnect"): boolean;
1547
+ emit(event: "exit", code: number): boolean;
1548
+ emit(event: "rejectionHandled", promise: Promise<unknown>): boolean;
1549
+ emit(event: "uncaughtException", error: Error): boolean;
1550
+ emit(event: "uncaughtExceptionMonitor", error: Error): boolean;
1551
+ emit(event: "unhandledRejection", reason: unknown, promise: Promise<unknown>): boolean;
1552
+ emit(event: "warning", warning: Error): boolean;
1553
+ emit(event: "message", message: unknown, sendHandle: unknown): this;
1554
+ emit(event: Signals, signal?: Signals): boolean;
1555
+ emit(
1556
+ event: "multipleResolves",
1557
+ type: MultipleResolveType,
1558
+ promise: Promise<unknown>,
1559
+ value: unknown,
1560
+ ): this;
1561
+ emit(event: "worker", listener: WorkerListener): this;
1562
+ on(event: "beforeExit", listener: BeforeExitListener): this;
1563
+ on(event: "disconnect", listener: DisconnectListener): this;
1564
+ on(event: "exit", listener: ExitListener): this;
1565
+ on(event: "rejectionHandled", listener: RejectionHandledListener): this;
1566
+ on(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1567
+ on(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1568
+ on(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1569
+ on(event: "warning", listener: WarningListener): this;
1570
+ on(event: "message", listener: MessageListener): this;
1571
+ on(event: Signals, listener: SignalsListener): this;
1572
+ on(event: "multipleResolves", listener: MultipleResolveListener): this;
1573
+ on(event: "worker", listener: WorkerListener): this;
1574
+ on(event: string | symbol, listener: (...args: any[]) => void): this;
1575
+ once(event: "beforeExit", listener: BeforeExitListener): this;
1576
+ once(event: "disconnect", listener: DisconnectListener): this;
1577
+ once(event: "exit", listener: ExitListener): this;
1578
+ once(event: "rejectionHandled", listener: RejectionHandledListener): this;
1579
+ once(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1580
+ once(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1581
+ once(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1582
+ once(event: "warning", listener: WarningListener): this;
1583
+ once(event: "message", listener: MessageListener): this;
1584
+ once(event: Signals, listener: SignalsListener): this;
1585
+ once(event: "multipleResolves", listener: MultipleResolveListener): this;
1586
+ once(event: "worker", listener: WorkerListener): this;
1587
+ once(event: string | symbol, listener: (...args: any[]) => void): this;
1588
+ prependListener(event: "beforeExit", listener: BeforeExitListener): this;
1589
+ prependListener(event: "disconnect", listener: DisconnectListener): this;
1590
+ prependListener(event: "exit", listener: ExitListener): this;
1591
+ prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1592
+ prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1593
+ prependListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1594
+ prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1595
+ prependListener(event: "warning", listener: WarningListener): this;
1596
+ prependListener(event: "message", listener: MessageListener): this;
1597
+ prependListener(event: Signals, listener: SignalsListener): this;
1598
+ prependListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1599
+ prependListener(event: "worker", listener: WorkerListener): this;
1600
+ prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this;
1601
+ prependOnceListener(event: "disconnect", listener: DisconnectListener): this;
1602
+ prependOnceListener(event: "exit", listener: ExitListener): this;
1603
+ prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this;
1604
+ prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this;
1605
+ prependOnceListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this;
1606
+ prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this;
1607
+ prependOnceListener(event: "warning", listener: WarningListener): this;
1608
+ prependOnceListener(event: "message", listener: MessageListener): this;
1609
+ prependOnceListener(event: Signals, listener: SignalsListener): this;
1610
+ prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this;
1611
+ prependOnceListener(event: "worker", listener: WorkerListener): this;
1612
+ listeners(event: "beforeExit"): BeforeExitListener[];
1613
+ listeners(event: "disconnect"): DisconnectListener[];
1614
+ listeners(event: "exit"): ExitListener[];
1615
+ listeners(event: "rejectionHandled"): RejectionHandledListener[];
1616
+ listeners(event: "uncaughtException"): UncaughtExceptionListener[];
1617
+ listeners(event: "uncaughtExceptionMonitor"): UncaughtExceptionListener[];
1618
+ listeners(event: "unhandledRejection"): UnhandledRejectionListener[];
1619
+ listeners(event: "warning"): WarningListener[];
1620
+ listeners(event: "message"): MessageListener[];
1621
+ listeners(event: Signals): SignalsListener[];
1622
+ listeners(event: "multipleResolves"): MultipleResolveListener[];
1623
+ listeners(event: "worker"): WorkerListener[];
1624
+ }
1625
+ }
1626
+ }
1627
+ export = process;
1628
+ }
1629
+ declare module "node:process" {
1630
+ import process = require("process");
1631
+ export = process;
1632
+ }