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
@@ -1,4658 +0,0 @@
1
- declare module "node:fs" {
2
- import { NonSharedBuffer } from "node:buffer";
3
- import { Abortable, EventEmitter, InternalEventEmitter } from "node:events";
4
- import { FileHandle } from "node:fs/promises";
5
- import * as stream from "node:stream";
6
- import { URL } from "node:url";
7
- /**
8
- * Valid types for path values in "fs".
9
- */
10
- type PathLike = string | Buffer | URL;
11
- type PathOrFileDescriptor = PathLike | number;
12
- type TimeLike = string | number | Date;
13
- type NoParamCallback = (err: NodeJS.ErrnoException | null) => void;
14
- type BufferEncodingOption =
15
- | "buffer"
16
- | {
17
- encoding: "buffer";
18
- };
19
- interface ObjectEncodingOptions {
20
- encoding?: BufferEncoding | null | undefined;
21
- }
22
- type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null;
23
- type OpenMode = number | string;
24
- type Mode = number | string;
25
- interface StatsBase<T> {
26
- isFile(): boolean;
27
- isDirectory(): boolean;
28
- isBlockDevice(): boolean;
29
- isCharacterDevice(): boolean;
30
- isSymbolicLink(): boolean;
31
- isFIFO(): boolean;
32
- isSocket(): boolean;
33
- dev: T;
34
- ino: T;
35
- mode: T;
36
- nlink: T;
37
- uid: T;
38
- gid: T;
39
- rdev: T;
40
- size: T;
41
- blksize: T;
42
- blocks: T;
43
- atimeMs: T;
44
- mtimeMs: T;
45
- ctimeMs: T;
46
- birthtimeMs: T;
47
- atime: Date;
48
- mtime: Date;
49
- ctime: Date;
50
- birthtime: Date;
51
- }
52
- interface Stats extends StatsBase<number> {}
53
- /**
54
- * A `fs.Stats` object provides information about a file.
55
- *
56
- * Objects returned from {@link stat}, {@link lstat}, {@link fstat}, and
57
- * their synchronous counterparts are of this type.
58
- * If `bigint` in the `options` passed to those methods is true, the numeric values
59
- * will be `bigint` instead of `number`, and the object will contain additional
60
- * nanosecond-precision properties suffixed with `Ns`. `Stat` objects are not to be created directly using the `new` keyword.
61
- *
62
- * ```console
63
- * Stats {
64
- * dev: 2114,
65
- * ino: 48064969,
66
- * mode: 33188,
67
- * nlink: 1,
68
- * uid: 85,
69
- * gid: 100,
70
- * rdev: 0,
71
- * size: 527,
72
- * blksize: 4096,
73
- * blocks: 8,
74
- * atimeMs: 1318289051000.1,
75
- * mtimeMs: 1318289051000.1,
76
- * ctimeMs: 1318289051000.1,
77
- * birthtimeMs: 1318289051000.1,
78
- * atime: Mon, 10 Oct 2011 23:24:11 GMT,
79
- * mtime: Mon, 10 Oct 2011 23:24:11 GMT,
80
- * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
81
- * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
82
- * ```
83
- *
84
- * `bigint` version:
85
- *
86
- * ```console
87
- * BigIntStats {
88
- * dev: 2114n,
89
- * ino: 48064969n,
90
- * mode: 33188n,
91
- * nlink: 1n,
92
- * uid: 85n,
93
- * gid: 100n,
94
- * rdev: 0n,
95
- * size: 527n,
96
- * blksize: 4096n,
97
- * blocks: 8n,
98
- * atimeMs: 1318289051000n,
99
- * mtimeMs: 1318289051000n,
100
- * ctimeMs: 1318289051000n,
101
- * birthtimeMs: 1318289051000n,
102
- * atimeNs: 1318289051000000000n,
103
- * mtimeNs: 1318289051000000000n,
104
- * ctimeNs: 1318289051000000000n,
105
- * birthtimeNs: 1318289051000000000n,
106
- * atime: Mon, 10 Oct 2011 23:24:11 GMT,
107
- * mtime: Mon, 10 Oct 2011 23:24:11 GMT,
108
- * ctime: Mon, 10 Oct 2011 23:24:11 GMT,
109
- * birthtime: Mon, 10 Oct 2011 23:24:11 GMT }
110
- * ```
111
- * @since v0.1.21
112
- */
113
- class Stats {
114
- private constructor();
115
- }
116
- interface StatsFsBase<T> {
117
- /** Type of file system. */
118
- type: T;
119
- /** Optimal transfer block size. */
120
- bsize: T;
121
- /** Total data blocks in file system. */
122
- blocks: T;
123
- /** Free blocks in file system. */
124
- bfree: T;
125
- /** Available blocks for unprivileged users */
126
- bavail: T;
127
- /** Total file nodes in file system. */
128
- files: T;
129
- /** Free file nodes in file system. */
130
- ffree: T;
131
- }
132
- interface StatsFs extends StatsFsBase<number> {}
133
- /**
134
- * Provides information about a mounted file system.
135
- *
136
- * Objects returned from {@link statfs} and its synchronous counterpart are of
137
- * this type. If `bigint` in the `options` passed to those methods is `true`, the
138
- * numeric values will be `bigint` instead of `number`.
139
- *
140
- * ```console
141
- * StatFs {
142
- * type: 1397114950,
143
- * bsize: 4096,
144
- * blocks: 121938943,
145
- * bfree: 61058895,
146
- * bavail: 61058895,
147
- * files: 999,
148
- * ffree: 1000000
149
- * }
150
- * ```
151
- *
152
- * `bigint` version:
153
- *
154
- * ```console
155
- * StatFs {
156
- * type: 1397114950n,
157
- * bsize: 4096n,
158
- * blocks: 121938943n,
159
- * bfree: 61058895n,
160
- * bavail: 61058895n,
161
- * files: 999n,
162
- * ffree: 1000000n
163
- * }
164
- * ```
165
- * @since v19.6.0, v18.15.0
166
- */
167
- class StatsFs {}
168
- interface BigIntStatsFs extends StatsFsBase<bigint> {}
169
- interface StatFsOptions {
170
- bigint?: boolean | undefined;
171
- }
172
- /**
173
- * A representation of a directory entry, which can be a file or a subdirectory
174
- * within the directory, as returned by reading from an `fs.Dir`. The
175
- * directory entry is a combination of the file name and file type pairs.
176
- *
177
- * Additionally, when {@link readdir} or {@link readdirSync} is called with
178
- * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s.
179
- * @since v10.10.0
180
- */
181
- class Dirent<Name extends string | Buffer = string> {
182
- /**
183
- * Returns `true` if the `fs.Dirent` object describes a regular file.
184
- * @since v10.10.0
185
- */
186
- isFile(): boolean;
187
- /**
188
- * Returns `true` if the `fs.Dirent` object describes a file system
189
- * directory.
190
- * @since v10.10.0
191
- */
192
- isDirectory(): boolean;
193
- /**
194
- * Returns `true` if the `fs.Dirent` object describes a block device.
195
- * @since v10.10.0
196
- */
197
- isBlockDevice(): boolean;
198
- /**
199
- * Returns `true` if the `fs.Dirent` object describes a character device.
200
- * @since v10.10.0
201
- */
202
- isCharacterDevice(): boolean;
203
- /**
204
- * Returns `true` if the `fs.Dirent` object describes a symbolic link.
205
- * @since v10.10.0
206
- */
207
- isSymbolicLink(): boolean;
208
- /**
209
- * Returns `true` if the `fs.Dirent` object describes a first-in-first-out
210
- * (FIFO) pipe.
211
- * @since v10.10.0
212
- */
213
- isFIFO(): boolean;
214
- /**
215
- * Returns `true` if the `fs.Dirent` object describes a socket.
216
- * @since v10.10.0
217
- */
218
- isSocket(): boolean;
219
- /**
220
- * The file name that this `fs.Dirent` object refers to. The type of this
221
- * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}.
222
- * @since v10.10.0
223
- */
224
- name: Name;
225
- /**
226
- * The path to the parent directory of the file this `fs.Dirent` object refers to.
227
- * @since v20.12.0, v18.20.0
228
- */
229
- parentPath: string;
230
- }
231
- /**
232
- * A class representing a directory stream.
233
- *
234
- * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`.
235
- *
236
- * ```js
237
- * import { opendir } from 'node:fs/promises';
238
- *
239
- * try {
240
- * const dir = await opendir('./');
241
- * for await (const dirent of dir)
242
- * console.log(dirent.name);
243
- * } catch (err) {
244
- * console.error(err);
245
- * }
246
- * ```
247
- *
248
- * When using the async iterator, the `fs.Dir` object will be automatically
249
- * closed after the iterator exits.
250
- * @since v12.12.0
251
- */
252
- class Dir implements AsyncIterable<Dirent> {
253
- /**
254
- * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`.
255
- * @since v12.12.0
256
- */
257
- readonly path: string;
258
- /**
259
- * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read.
260
- */
261
- [Symbol.asyncIterator](): NodeJS.AsyncIterator<Dirent>;
262
- /**
263
- * Asynchronously close the directory's underlying resource handle.
264
- * Subsequent reads will result in errors.
265
- *
266
- * A promise is returned that will be fulfilled after the resource has been
267
- * closed.
268
- * @since v12.12.0
269
- */
270
- close(): Promise<void>;
271
- close(cb: NoParamCallback): void;
272
- /**
273
- * Synchronously close the directory's underlying resource handle.
274
- * Subsequent reads will result in errors.
275
- * @since v12.12.0
276
- */
277
- closeSync(): void;
278
- /**
279
- * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`.
280
- *
281
- * A promise is returned that will be fulfilled with an `fs.Dirent`, or `null` if there are no more directory entries to read.
282
- *
283
- * Directory entries returned by this function are in no particular order as
284
- * provided by the operating system's underlying directory mechanisms.
285
- * Entries added or removed while iterating over the directory might not be
286
- * included in the iteration results.
287
- * @since v12.12.0
288
- * @return containing {fs.Dirent|null}
289
- */
290
- read(): Promise<Dirent | null>;
291
- read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void;
292
- /**
293
- * Synchronously read the next directory entry as an `fs.Dirent`. See the
294
- * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail.
295
- *
296
- * If there are no more directory entries to read, `null` will be returned.
297
- *
298
- * Directory entries returned by this function are in no particular order as
299
- * provided by the operating system's underlying directory mechanisms.
300
- * Entries added or removed while iterating over the directory might not be
301
- * included in the iteration results.
302
- * @since v12.12.0
303
- */
304
- readSync(): Dirent | null;
305
- /**
306
- * Calls `dir.close()` if the directory handle is open, and returns a promise that
307
- * fulfills when disposal is complete.
308
- * @since v24.1.0
309
- */
310
- [Symbol.asyncDispose](): Promise<void>;
311
- /**
312
- * Calls `dir.closeSync()` if the directory handle is open, and returns
313
- * `undefined`.
314
- * @since v24.1.0
315
- */
316
- [Symbol.dispose](): void;
317
- }
318
- /**
319
- * Class: fs.StatWatcher
320
- * @since v14.3.0, v12.20.0
321
- * Extends `EventEmitter`
322
- * A successful call to {@link watchFile} method will return a new fs.StatWatcher object.
323
- */
324
- interface StatWatcher extends EventEmitter {
325
- /**
326
- * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have
327
- * no effect.
328
- *
329
- * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally
330
- * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
331
- * called previously.
332
- * @since v14.3.0, v12.20.0
333
- */
334
- ref(): this;
335
- /**
336
- * When called, the active `fs.StatWatcher` object will not require the Node.js
337
- * event loop to remain active. If there is no other activity keeping the
338
- * event loop running, the process may exit before the `fs.StatWatcher` object's
339
- * callback is invoked. Calling `watcher.unref()` multiple times will have
340
- * no effect.
341
- * @since v14.3.0, v12.20.0
342
- */
343
- unref(): this;
344
- }
345
- interface FSWatcherEventMap {
346
- "change": [eventType: string, filename: string | NonSharedBuffer];
347
- "close": [];
348
- "error": [error: Error];
349
- }
350
- interface FSWatcher extends InternalEventEmitter<FSWatcherEventMap> {
351
- /**
352
- * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable.
353
- * @since v0.5.8
354
- */
355
- close(): void;
356
- /**
357
- * When called, requests that the Node.js event loop _not_ exit so long as the `fs.FSWatcher` is active. Calling `watcher.ref()` multiple times will have
358
- * no effect.
359
- *
360
- * By default, all `fs.FSWatcher` objects are "ref'ed", making it normally
361
- * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been
362
- * called previously.
363
- * @since v14.3.0, v12.20.0
364
- */
365
- ref(): this;
366
- /**
367
- * When called, the active `fs.FSWatcher` object will not require the Node.js
368
- * event loop to remain active. If there is no other activity keeping the
369
- * event loop running, the process may exit before the `fs.FSWatcher` object's
370
- * callback is invoked. Calling `watcher.unref()` multiple times will have
371
- * no effect.
372
- * @since v14.3.0, v12.20.0
373
- */
374
- unref(): this;
375
- }
376
- interface ReadStreamEventMap extends stream.ReadableEventMap {
377
- "close": [];
378
- "data": [chunk: string | NonSharedBuffer];
379
- "open": [fd: number];
380
- "ready": [];
381
- }
382
- /**
383
- * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function.
384
- * @since v0.1.93
385
- */
386
- class ReadStream extends stream.Readable {
387
- close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
388
- /**
389
- * The number of bytes that have been read so far.
390
- * @since v6.4.0
391
- */
392
- bytesRead: number;
393
- /**
394
- * The path to the file the stream is reading from as specified in the first
395
- * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a
396
- * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`.
397
- * @since v0.1.93
398
- */
399
- path: string | Buffer;
400
- /**
401
- * This property is `true` if the underlying file has not been opened yet,
402
- * i.e. before the `'ready'` event is emitted.
403
- * @since v11.2.0, v10.16.0
404
- */
405
- pending: boolean;
406
- // #region InternalEventEmitter
407
- addListener<E extends keyof ReadStreamEventMap>(
408
- eventName: E,
409
- listener: (...args: ReadStreamEventMap[E]) => void,
410
- ): this;
411
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
412
- emit<E extends keyof ReadStreamEventMap>(eventName: E, ...args: ReadStreamEventMap[E]): boolean;
413
- emit(eventName: string | symbol, ...args: any[]): boolean;
414
- listenerCount<E extends keyof ReadStreamEventMap>(
415
- eventName: E,
416
- listener?: (...args: ReadStreamEventMap[E]) => void,
417
- ): number;
418
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
419
- listeners<E extends keyof ReadStreamEventMap>(eventName: E): ((...args: ReadStreamEventMap[E]) => void)[];
420
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
421
- off<E extends keyof ReadStreamEventMap>(eventName: E, listener: (...args: ReadStreamEventMap[E]) => void): this;
422
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
423
- on<E extends keyof ReadStreamEventMap>(eventName: E, listener: (...args: ReadStreamEventMap[E]) => void): this;
424
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
425
- once<E extends keyof ReadStreamEventMap>(
426
- eventName: E,
427
- listener: (...args: ReadStreamEventMap[E]) => void,
428
- ): this;
429
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
430
- prependListener<E extends keyof ReadStreamEventMap>(
431
- eventName: E,
432
- listener: (...args: ReadStreamEventMap[E]) => void,
433
- ): this;
434
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
435
- prependOnceListener<E extends keyof ReadStreamEventMap>(
436
- eventName: E,
437
- listener: (...args: ReadStreamEventMap[E]) => void,
438
- ): this;
439
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
440
- rawListeners<E extends keyof ReadStreamEventMap>(eventName: E): ((...args: ReadStreamEventMap[E]) => void)[];
441
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
442
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
443
- removeAllListeners<E extends keyof ReadStreamEventMap>(eventName?: E): this;
444
- removeAllListeners(eventName?: string | symbol): this;
445
- removeListener<E extends keyof ReadStreamEventMap>(
446
- eventName: E,
447
- listener: (...args: ReadStreamEventMap[E]) => void,
448
- ): this;
449
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
450
- // #endregion
451
- }
452
- interface Utf8StreamOptions {
453
- /**
454
- * Appends writes to dest file instead of truncating it.
455
- * @default true
456
- */
457
- append?: boolean | undefined;
458
- /**
459
- * Which type of data you can send to the write
460
- * function, supported values are `'utf8'` or `'buffer'`.
461
- * @default 'utf8'
462
- */
463
- contentMode?: "utf8" | "buffer" | undefined;
464
- /**
465
- * A path to a file to be written to (mode controlled by the
466
- * append option).
467
- */
468
- dest?: string | undefined;
469
- /**
470
- * A file descriptor, something that is returned by `fs.open()`
471
- * or `fs.openSync()`.
472
- */
473
- fd?: number | undefined;
474
- /**
475
- * An object that has the same API as the `fs` module, useful
476
- * for mocking, testing, or customizing the behavior of the stream.
477
- */
478
- fs?: object | undefined;
479
- /**
480
- * Perform a `fs.fsyncSync()` every time a write is
481
- * completed.
482
- */
483
- fsync?: boolean | undefined;
484
- /**
485
- * The maximum length of the internal buffer. If a write
486
- * operation would cause the buffer to exceed `maxLength`, the data written is
487
- * dropped and a drop event is emitted with the dropped data
488
- */
489
- maxLength?: number | undefined;
490
- /**
491
- * The maximum number of bytes that can be written;
492
- * @default 16384
493
- */
494
- maxWrite?: number | undefined;
495
- /**
496
- * The minimum length of the internal buffer that is
497
- * required to be full before flushing.
498
- */
499
- minLength?: number | undefined;
500
- /**
501
- * Ensure directory for `dest` file exists when true.
502
- * @default false
503
- */
504
- mkdir?: boolean | undefined;
505
- /**
506
- * Specify the creating file mode (see `fs.open()`).
507
- */
508
- mode?: number | string | undefined;
509
- /**
510
- * Calls flush every `periodicFlush` milliseconds.
511
- */
512
- periodicFlush?: number | undefined;
513
- /**
514
- * A function that will be called when `write()`,
515
- * `writeSync()`, or `flushSync()` encounters an `EAGAIN` or `EBUSY` error.
516
- * If the return value is `true` the operation will be retried, otherwise it
517
- * will bubble the error. The `err` is the error that caused this function to
518
- * be called, `writeBufferLen` is the length of the buffer that was written,
519
- * and `remainingBufferLen` is the length of the remaining buffer that the
520
- * stream did not try to write.
521
- */
522
- retryEAGAIN?: ((err: Error | null, writeBufferLen: number, remainingBufferLen: number) => boolean) | undefined;
523
- /**
524
- * Perform writes synchronously.
525
- */
526
- sync?: boolean | undefined;
527
- }
528
- interface Utf8StreamEventMap {
529
- "close": [];
530
- "drain": [];
531
- "drop": [data: string | Buffer];
532
- "error": [error: Error];
533
- "finish": [];
534
- "ready": [];
535
- "write": [n: number];
536
- }
537
- /**
538
- * An optimized UTF-8 stream writer that allows for flushing all the internal
539
- * buffering on demand. It handles `EAGAIN` errors correctly, allowing for
540
- * customization, for example, by dropping content if the disk is busy.
541
- * @since v24.6.0
542
- * @experimental
543
- */
544
- class Utf8Stream implements EventEmitter {
545
- constructor(options: Utf8StreamOptions);
546
- /**
547
- * Whether the stream is appending to the file or truncating it.
548
- */
549
- readonly append: boolean;
550
- /**
551
- * The type of data that can be written to the stream. Supported
552
- * values are `'utf8'` or `'buffer'`.
553
- * @default 'utf8'
554
- */
555
- readonly contentMode: "utf8" | "buffer";
556
- /**
557
- * Close the stream immediately, without flushing the internal buffer.
558
- */
559
- destroy(): void;
560
- /**
561
- * Close the stream gracefully, flushing the internal buffer before closing.
562
- */
563
- end(): void;
564
- /**
565
- * The file descriptor that is being written to.
566
- */
567
- readonly fd: number;
568
- /**
569
- * The file that is being written to.
570
- */
571
- readonly file: string;
572
- /**
573
- * Writes the current buffer to the file if a write was not in progress. Do
574
- * nothing if `minLength` is zero or if it is already writing.
575
- */
576
- flush(callback: (err: Error | null) => void): void;
577
- /**
578
- * Flushes the buffered data synchronously. This is a costly operation.
579
- */
580
- flushSync(): void;
581
- /**
582
- * Whether the stream is performing a `fs.fsyncSync()` after every
583
- * write operation.
584
- */
585
- readonly fsync: boolean;
586
- /**
587
- * The maximum length of the internal buffer. If a write
588
- * operation would cause the buffer to exceed `maxLength`, the data written is
589
- * dropped and a drop event is emitted with the dropped data.
590
- */
591
- readonly maxLength: number;
592
- /**
593
- * The minimum length of the internal buffer that is required to be
594
- * full before flushing.
595
- */
596
- readonly minLength: number;
597
- /**
598
- * Whether the stream should ensure that the directory for the
599
- * `dest` file exists. If `true`, it will create the directory if it does not
600
- * exist.
601
- * @default false
602
- */
603
- readonly mkdir: boolean;
604
- /**
605
- * The mode of the file that is being written to.
606
- */
607
- readonly mode: number | string;
608
- /**
609
- * The number of milliseconds between flushes. If set to `0`, no
610
- * periodic flushes will be performed.
611
- */
612
- readonly periodicFlush: number;
613
- /**
614
- * Reopen the file in place, useful for log rotation.
615
- * @param file A path to a file to be written to (mode
616
- * controlled by the append option).
617
- */
618
- reopen(file: PathLike): void;
619
- /**
620
- * Whether the stream is writing synchronously or asynchronously.
621
- */
622
- readonly sync: boolean;
623
- /**
624
- * When the `options.contentMode` is set to `'utf8'` when the stream is created,
625
- * the `data` argument must be a string. If the `contentMode` is set to `'buffer'`,
626
- * the `data` argument must be a `Buffer`.
627
- * @param data The data to write.
628
- */
629
- write(data: string | Buffer): boolean;
630
- /**
631
- * Whether the stream is currently writing data to the file.
632
- */
633
- readonly writing: boolean;
634
- /**
635
- * Calls `utf8Stream.destroy()`.
636
- */
637
- [Symbol.dispose](): void;
638
- }
639
- interface Utf8Stream extends InternalEventEmitter<Utf8StreamEventMap> {}
640
- interface WriteStreamEventMap extends stream.WritableEventMap {
641
- "close": [];
642
- "open": [fd: number];
643
- "ready": [];
644
- }
645
- /**
646
- * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function.
647
- * @since v0.1.93
648
- */
649
- class WriteStream extends stream.Writable {
650
- /**
651
- * Closes `writeStream`. Optionally accepts a
652
- * callback that will be executed once the `writeStream`is closed.
653
- * @since v0.9.4
654
- */
655
- close(callback?: (err?: NodeJS.ErrnoException | null) => void): void;
656
- /**
657
- * The number of bytes written so far. Does not include data that is still queued
658
- * for writing.
659
- * @since v0.4.7
660
- */
661
- bytesWritten: number;
662
- /**
663
- * The path to the file the stream is writing to as specified in the first
664
- * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a
665
- * `Buffer`.
666
- * @since v0.1.93
667
- */
668
- path: string | Buffer;
669
- /**
670
- * This property is `true` if the underlying file has not been opened yet,
671
- * i.e. before the `'ready'` event is emitted.
672
- * @since v11.2.0
673
- */
674
- pending: boolean;
675
- // #region InternalEventEmitter
676
- addListener<E extends keyof WriteStreamEventMap>(
677
- eventName: E,
678
- listener: (...args: WriteStreamEventMap[E]) => void,
679
- ): this;
680
- addListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
681
- emit<E extends keyof WriteStreamEventMap>(eventName: E, ...args: WriteStreamEventMap[E]): boolean;
682
- emit(eventName: string | symbol, ...args: any[]): boolean;
683
- listenerCount<E extends keyof WriteStreamEventMap>(
684
- eventName: E,
685
- listener?: (...args: WriteStreamEventMap[E]) => void,
686
- ): number;
687
- listenerCount(eventName: string | symbol, listener?: (...args: any[]) => void): number;
688
- listeners<E extends keyof WriteStreamEventMap>(eventName: E): ((...args: WriteStreamEventMap[E]) => void)[];
689
- listeners(eventName: string | symbol): ((...args: any[]) => void)[];
690
- off<E extends keyof WriteStreamEventMap>(
691
- eventName: E,
692
- listener: (...args: WriteStreamEventMap[E]) => void,
693
- ): this;
694
- off(eventName: string | symbol, listener: (...args: any[]) => void): this;
695
- on<E extends keyof WriteStreamEventMap>(
696
- eventName: E,
697
- listener: (...args: WriteStreamEventMap[E]) => void,
698
- ): this;
699
- on(eventName: string | symbol, listener: (...args: any[]) => void): this;
700
- once<E extends keyof WriteStreamEventMap>(
701
- eventName: E,
702
- listener: (...args: WriteStreamEventMap[E]) => void,
703
- ): this;
704
- once(eventName: string | symbol, listener: (...args: any[]) => void): this;
705
- prependListener<E extends keyof WriteStreamEventMap>(
706
- eventName: E,
707
- listener: (...args: WriteStreamEventMap[E]) => void,
708
- ): this;
709
- prependListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
710
- prependOnceListener<E extends keyof WriteStreamEventMap>(
711
- eventName: E,
712
- listener: (...args: WriteStreamEventMap[E]) => void,
713
- ): this;
714
- prependOnceListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
715
- rawListeners<E extends keyof WriteStreamEventMap>(eventName: E): ((...args: WriteStreamEventMap[E]) => void)[];
716
- rawListeners(eventName: string | symbol): ((...args: any[]) => void)[];
717
- // eslint-disable-next-line @definitelytyped/no-unnecessary-generics
718
- removeAllListeners<E extends keyof WriteStreamEventMap>(eventName?: E): this;
719
- removeAllListeners(eventName?: string | symbol): this;
720
- removeListener<E extends keyof WriteStreamEventMap>(
721
- eventName: E,
722
- listener: (...args: WriteStreamEventMap[E]) => void,
723
- ): this;
724
- removeListener(eventName: string | symbol, listener: (...args: any[]) => void): this;
725
- // #endregion
726
- }
727
- /**
728
- * Asynchronously rename file at `oldPath` to the pathname provided
729
- * as `newPath`. In the case that `newPath` already exists, it will
730
- * be overwritten. If there is a directory at `newPath`, an error will
731
- * be raised instead. No arguments other than a possible exception are
732
- * given to the completion callback.
733
- *
734
- * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html).
735
- *
736
- * ```js
737
- * import { rename } from 'node:fs';
738
- *
739
- * rename('oldFile.txt', 'newFile.txt', (err) => {
740
- * if (err) throw err;
741
- * console.log('Rename complete!');
742
- * });
743
- * ```
744
- * @since v0.0.2
745
- */
746
- function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void;
747
- namespace rename {
748
- /**
749
- * Asynchronous rename(2) - Change the name or location of a file or directory.
750
- * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol.
751
- * URL support is _experimental_.
752
- * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
753
- * URL support is _experimental_.
754
- */
755
- function __promisify__(oldPath: PathLike, newPath: PathLike): Promise<void>;
756
- }
757
- /**
758
- * Renames the file from `oldPath` to `newPath`. Returns `undefined`.
759
- *
760
- * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details.
761
- * @since v0.1.21
762
- */
763
- function renameSync(oldPath: PathLike, newPath: PathLike): void;
764
- /**
765
- * Truncates the file. No arguments other than a possible exception are
766
- * given to the completion callback. A file descriptor can also be passed as the
767
- * first argument. In this case, `fs.ftruncate()` is called.
768
- *
769
- * ```js
770
- * import { truncate } from 'node:fs';
771
- * // Assuming that 'path/file.txt' is a regular file.
772
- * truncate('path/file.txt', (err) => {
773
- * if (err) throw err;
774
- * console.log('path/file.txt was truncated');
775
- * });
776
- * ```
777
- *
778
- * Passing a file descriptor is deprecated and may result in an error being thrown
779
- * in the future.
780
- *
781
- * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details.
782
- * @since v0.8.6
783
- * @param [len=0]
784
- */
785
- function truncate(path: PathLike, len: number | undefined, callback: NoParamCallback): void;
786
- /**
787
- * Asynchronous truncate(2) - Truncate a file to a specified length.
788
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
789
- */
790
- function truncate(path: PathLike, callback: NoParamCallback): void;
791
- namespace truncate {
792
- /**
793
- * Asynchronous truncate(2) - Truncate a file to a specified length.
794
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
795
- * @param len If not specified, defaults to `0`.
796
- */
797
- function __promisify__(path: PathLike, len?: number): Promise<void>;
798
- }
799
- /**
800
- * Truncates the file. Returns `undefined`. A file descriptor can also be
801
- * passed as the first argument. In this case, `fs.ftruncateSync()` is called.
802
- *
803
- * Passing a file descriptor is deprecated and may result in an error being thrown
804
- * in the future.
805
- * @since v0.8.6
806
- * @param [len=0]
807
- */
808
- function truncateSync(path: PathLike, len?: number): void;
809
- /**
810
- * Truncates the file descriptor. No arguments other than a possible exception are
811
- * given to the completion callback.
812
- *
813
- * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail.
814
- *
815
- * If the file referred to by the file descriptor was larger than `len` bytes, only
816
- * the first `len` bytes will be retained in the file.
817
- *
818
- * For example, the following program retains only the first four bytes of the
819
- * file:
820
- *
821
- * ```js
822
- * import { open, close, ftruncate } from 'node:fs';
823
- *
824
- * function closeFd(fd) {
825
- * close(fd, (err) => {
826
- * if (err) throw err;
827
- * });
828
- * }
829
- *
830
- * open('temp.txt', 'r+', (err, fd) => {
831
- * if (err) throw err;
832
- *
833
- * try {
834
- * ftruncate(fd, 4, (err) => {
835
- * closeFd(fd);
836
- * if (err) throw err;
837
- * });
838
- * } catch (err) {
839
- * closeFd(fd);
840
- * if (err) throw err;
841
- * }
842
- * });
843
- * ```
844
- *
845
- * If the file previously was shorter than `len` bytes, it is extended, and the
846
- * extended part is filled with null bytes (`'\0'`):
847
- *
848
- * If `len` is negative then `0` will be used.
849
- * @since v0.8.6
850
- * @param [len=0]
851
- */
852
- function ftruncate(fd: number, len: number | undefined, callback: NoParamCallback): void;
853
- /**
854
- * Asynchronous ftruncate(2) - Truncate a file to a specified length.
855
- * @param fd A file descriptor.
856
- */
857
- function ftruncate(fd: number, callback: NoParamCallback): void;
858
- namespace ftruncate {
859
- /**
860
- * Asynchronous ftruncate(2) - Truncate a file to a specified length.
861
- * @param fd A file descriptor.
862
- * @param len If not specified, defaults to `0`.
863
- */
864
- function __promisify__(fd: number, len?: number): Promise<void>;
865
- }
866
- /**
867
- * Truncates the file descriptor. Returns `undefined`.
868
- *
869
- * For detailed information, see the documentation of the asynchronous version of
870
- * this API: {@link ftruncate}.
871
- * @since v0.8.6
872
- * @param [len=0]
873
- */
874
- function ftruncateSync(fd: number, len?: number): void;
875
- /**
876
- * Asynchronously changes owner and group of a file. No arguments other than a
877
- * possible exception are given to the completion callback.
878
- *
879
- * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail.
880
- * @since v0.1.97
881
- */
882
- function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void;
883
- namespace chown {
884
- /**
885
- * Asynchronous chown(2) - Change ownership of a file.
886
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
887
- */
888
- function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>;
889
- }
890
- /**
891
- * Synchronously changes owner and group of a file. Returns `undefined`.
892
- * This is the synchronous version of {@link chown}.
893
- *
894
- * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail.
895
- * @since v0.1.97
896
- */
897
- function chownSync(path: PathLike, uid: number, gid: number): void;
898
- /**
899
- * Sets the owner of the file. No arguments other than a possible exception are
900
- * given to the completion callback.
901
- *
902
- * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail.
903
- * @since v0.4.7
904
- */
905
- function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void;
906
- namespace fchown {
907
- /**
908
- * Asynchronous fchown(2) - Change ownership of a file.
909
- * @param fd A file descriptor.
910
- */
911
- function __promisify__(fd: number, uid: number, gid: number): Promise<void>;
912
- }
913
- /**
914
- * Sets the owner of the file. Returns `undefined`.
915
- *
916
- * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail.
917
- * @since v0.4.7
918
- * @param uid The file's new owner's user id.
919
- * @param gid The file's new group's group id.
920
- */
921
- function fchownSync(fd: number, uid: number, gid: number): void;
922
- /**
923
- * Set the owner of the symbolic link. No arguments other than a possible
924
- * exception are given to the completion callback.
925
- *
926
- * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail.
927
- */
928
- function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void;
929
- namespace lchown {
930
- /**
931
- * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links.
932
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
933
- */
934
- function __promisify__(path: PathLike, uid: number, gid: number): Promise<void>;
935
- }
936
- /**
937
- * Set the owner for the path. Returns `undefined`.
938
- *
939
- * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details.
940
- * @param uid The file's new owner's user id.
941
- * @param gid The file's new group's group id.
942
- */
943
- function lchownSync(path: PathLike, uid: number, gid: number): void;
944
- /**
945
- * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic
946
- * link, then the link is not dereferenced: instead, the timestamps of the
947
- * symbolic link itself are changed.
948
- *
949
- * No arguments other than a possible exception are given to the completion
950
- * callback.
951
- * @since v14.5.0, v12.19.0
952
- */
953
- function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
954
- namespace lutimes {
955
- /**
956
- * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`,
957
- * with the difference that if the path refers to a symbolic link, then the link is not
958
- * dereferenced: instead, the timestamps of the symbolic link itself are changed.
959
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
960
- * @param atime The last access time. If a string is provided, it will be coerced to number.
961
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
962
- */
963
- function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
964
- }
965
- /**
966
- * Change the file system timestamps of the symbolic link referenced by `path`.
967
- * Returns `undefined`, or throws an exception when parameters are incorrect or
968
- * the operation fails. This is the synchronous version of {@link lutimes}.
969
- * @since v14.5.0, v12.19.0
970
- */
971
- function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void;
972
- /**
973
- * Asynchronously changes the permissions of a file. No arguments other than a
974
- * possible exception are given to the completion callback.
975
- *
976
- * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail.
977
- *
978
- * ```js
979
- * import { chmod } from 'node:fs';
980
- *
981
- * chmod('my_file.txt', 0o775, (err) => {
982
- * if (err) throw err;
983
- * console.log('The permissions for file "my_file.txt" have been changed!');
984
- * });
985
- * ```
986
- * @since v0.1.30
987
- */
988
- function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void;
989
- namespace chmod {
990
- /**
991
- * Asynchronous chmod(2) - Change permissions of a file.
992
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
993
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
994
- */
995
- function __promisify__(path: PathLike, mode: Mode): Promise<void>;
996
- }
997
- /**
998
- * For detailed information, see the documentation of the asynchronous version of
999
- * this API: {@link chmod}.
1000
- *
1001
- * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail.
1002
- * @since v0.6.7
1003
- */
1004
- function chmodSync(path: PathLike, mode: Mode): void;
1005
- /**
1006
- * Sets the permissions on the file. No arguments other than a possible exception
1007
- * are given to the completion callback.
1008
- *
1009
- * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail.
1010
- * @since v0.4.7
1011
- */
1012
- function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void;
1013
- namespace fchmod {
1014
- /**
1015
- * Asynchronous fchmod(2) - Change permissions of a file.
1016
- * @param fd A file descriptor.
1017
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
1018
- */
1019
- function __promisify__(fd: number, mode: Mode): Promise<void>;
1020
- }
1021
- /**
1022
- * Sets the permissions on the file. Returns `undefined`.
1023
- *
1024
- * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail.
1025
- * @since v0.4.7
1026
- */
1027
- function fchmodSync(fd: number, mode: Mode): void;
1028
- /**
1029
- * Changes the permissions on a symbolic link. No arguments other than a possible
1030
- * exception are given to the completion callback.
1031
- *
1032
- * This method is only implemented on macOS.
1033
- *
1034
- * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail.
1035
- * @deprecated Since v0.4.7
1036
- */
1037
- function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void;
1038
- /** @deprecated */
1039
- namespace lchmod {
1040
- /**
1041
- * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links.
1042
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1043
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer.
1044
- */
1045
- function __promisify__(path: PathLike, mode: Mode): Promise<void>;
1046
- }
1047
- /**
1048
- * Changes the permissions on a symbolic link. Returns `undefined`.
1049
- *
1050
- * This method is only implemented on macOS.
1051
- *
1052
- * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail.
1053
- * @deprecated Since v0.4.7
1054
- */
1055
- function lchmodSync(path: PathLike, mode: Mode): void;
1056
- /**
1057
- * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object.
1058
- *
1059
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1060
- *
1061
- * {@link stat} follows symbolic links. Use {@link lstat} to look at the
1062
- * links themselves.
1063
- *
1064
- * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended.
1065
- * Instead, user code should open/read/write the file directly and handle the
1066
- * error raised if the file is not available.
1067
- *
1068
- * To check if a file exists without manipulating it afterwards, {@link access} is recommended.
1069
- *
1070
- * For example, given the following directory structure:
1071
- *
1072
- * ```text
1073
- * - txtDir
1074
- * -- file.txt
1075
- * - app.js
1076
- * ```
1077
- *
1078
- * The next program will check for the stats of the given paths:
1079
- *
1080
- * ```js
1081
- * import { stat } from 'node:fs';
1082
- *
1083
- * const pathsToCheck = ['./txtDir', './txtDir/file.txt'];
1084
- *
1085
- * for (let i = 0; i < pathsToCheck.length; i++) {
1086
- * stat(pathsToCheck[i], (err, stats) => {
1087
- * console.log(stats.isDirectory());
1088
- * console.log(stats);
1089
- * });
1090
- * }
1091
- * ```
1092
- *
1093
- * The resulting output will resemble:
1094
- *
1095
- * ```console
1096
- * true
1097
- * Stats {
1098
- * dev: 16777220,
1099
- * mode: 16877,
1100
- * nlink: 3,
1101
- * uid: 501,
1102
- * gid: 20,
1103
- * rdev: 0,
1104
- * blksize: 4096,
1105
- * ino: 14214262,
1106
- * size: 96,
1107
- * blocks: 0,
1108
- * atimeMs: 1561174653071.963,
1109
- * mtimeMs: 1561174614583.3518,
1110
- * ctimeMs: 1561174626623.5366,
1111
- * birthtimeMs: 1561174126937.2893,
1112
- * atime: 2019-06-22T03:37:33.072Z,
1113
- * mtime: 2019-06-22T03:36:54.583Z,
1114
- * ctime: 2019-06-22T03:37:06.624Z,
1115
- * birthtime: 2019-06-22T03:28:46.937Z
1116
- * }
1117
- * false
1118
- * Stats {
1119
- * dev: 16777220,
1120
- * mode: 33188,
1121
- * nlink: 1,
1122
- * uid: 501,
1123
- * gid: 20,
1124
- * rdev: 0,
1125
- * blksize: 4096,
1126
- * ino: 14214074,
1127
- * size: 8,
1128
- * blocks: 8,
1129
- * atimeMs: 1561174616618.8555,
1130
- * mtimeMs: 1561174614584,
1131
- * ctimeMs: 1561174614583.8145,
1132
- * birthtimeMs: 1561174007710.7478,
1133
- * atime: 2019-06-22T03:36:56.619Z,
1134
- * mtime: 2019-06-22T03:36:54.584Z,
1135
- * ctime: 2019-06-22T03:36:54.584Z,
1136
- * birthtime: 2019-06-22T03:26:47.711Z
1137
- * }
1138
- * ```
1139
- * @since v0.0.2
1140
- */
1141
- function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1142
- function stat(
1143
- path: PathLike,
1144
- options:
1145
- | (StatOptions & {
1146
- bigint?: false | undefined;
1147
- })
1148
- | undefined,
1149
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1150
- ): void;
1151
- function stat(
1152
- path: PathLike,
1153
- options: StatOptions & {
1154
- bigint: true;
1155
- },
1156
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1157
- ): void;
1158
- function stat(
1159
- path: PathLike,
1160
- options: StatOptions | undefined,
1161
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1162
- ): void;
1163
- namespace stat {
1164
- /**
1165
- * Asynchronous stat(2) - Get file status.
1166
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1167
- */
1168
- function __promisify__(
1169
- path: PathLike,
1170
- options?: StatOptions & {
1171
- bigint?: false | undefined;
1172
- },
1173
- ): Promise<Stats>;
1174
- function __promisify__(
1175
- path: PathLike,
1176
- options: StatOptions & {
1177
- bigint: true;
1178
- },
1179
- ): Promise<BigIntStats>;
1180
- function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>;
1181
- }
1182
- interface StatSyncFn extends Function {
1183
- (path: PathLike, options?: undefined): Stats;
1184
- (
1185
- path: PathLike,
1186
- options?: StatSyncOptions & {
1187
- bigint?: false | undefined;
1188
- throwIfNoEntry: false;
1189
- },
1190
- ): Stats | undefined;
1191
- (
1192
- path: PathLike,
1193
- options: StatSyncOptions & {
1194
- bigint: true;
1195
- throwIfNoEntry: false;
1196
- },
1197
- ): BigIntStats | undefined;
1198
- (
1199
- path: PathLike,
1200
- options?: StatSyncOptions & {
1201
- bigint?: false | undefined;
1202
- },
1203
- ): Stats;
1204
- (
1205
- path: PathLike,
1206
- options: StatSyncOptions & {
1207
- bigint: true;
1208
- },
1209
- ): BigIntStats;
1210
- (
1211
- path: PathLike,
1212
- options: StatSyncOptions & {
1213
- bigint: boolean;
1214
- throwIfNoEntry?: false | undefined;
1215
- },
1216
- ): Stats | BigIntStats;
1217
- (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined;
1218
- }
1219
- /**
1220
- * Synchronous stat(2) - Get file status.
1221
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1222
- */
1223
- const statSync: StatSyncFn;
1224
- /**
1225
- * Invokes the callback with the `fs.Stats` for the file descriptor.
1226
- *
1227
- * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1228
- * @since v0.1.95
1229
- */
1230
- function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1231
- function fstat(
1232
- fd: number,
1233
- options:
1234
- | (StatOptions & {
1235
- bigint?: false | undefined;
1236
- })
1237
- | undefined,
1238
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1239
- ): void;
1240
- function fstat(
1241
- fd: number,
1242
- options: StatOptions & {
1243
- bigint: true;
1244
- },
1245
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1246
- ): void;
1247
- function fstat(
1248
- fd: number,
1249
- options: StatOptions | undefined,
1250
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1251
- ): void;
1252
- namespace fstat {
1253
- /**
1254
- * Asynchronous fstat(2) - Get file status.
1255
- * @param fd A file descriptor.
1256
- */
1257
- function __promisify__(
1258
- fd: number,
1259
- options?: StatOptions & {
1260
- bigint?: false | undefined;
1261
- },
1262
- ): Promise<Stats>;
1263
- function __promisify__(
1264
- fd: number,
1265
- options: StatOptions & {
1266
- bigint: true;
1267
- },
1268
- ): Promise<BigIntStats>;
1269
- function __promisify__(fd: number, options?: StatOptions): Promise<Stats | BigIntStats>;
1270
- }
1271
- /**
1272
- * Retrieves the `fs.Stats` for the file descriptor.
1273
- *
1274
- * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail.
1275
- * @since v0.1.95
1276
- */
1277
- function fstatSync(
1278
- fd: number,
1279
- options?: StatOptions & {
1280
- bigint?: false | undefined;
1281
- },
1282
- ): Stats;
1283
- function fstatSync(
1284
- fd: number,
1285
- options: StatOptions & {
1286
- bigint: true;
1287
- },
1288
- ): BigIntStats;
1289
- function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats;
1290
- /**
1291
- * Retrieves the `fs.Stats` for the symbolic link referred to by the path.
1292
- * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic
1293
- * link, then the link itself is stat-ed, not the file that it refers to.
1294
- *
1295
- * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details.
1296
- * @since v0.1.30
1297
- */
1298
- function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void;
1299
- function lstat(
1300
- path: PathLike,
1301
- options:
1302
- | (StatOptions & {
1303
- bigint?: false | undefined;
1304
- })
1305
- | undefined,
1306
- callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void,
1307
- ): void;
1308
- function lstat(
1309
- path: PathLike,
1310
- options: StatOptions & {
1311
- bigint: true;
1312
- },
1313
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void,
1314
- ): void;
1315
- function lstat(
1316
- path: PathLike,
1317
- options: StatOptions | undefined,
1318
- callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void,
1319
- ): void;
1320
- namespace lstat {
1321
- /**
1322
- * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links.
1323
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1324
- */
1325
- function __promisify__(
1326
- path: PathLike,
1327
- options?: StatOptions & {
1328
- bigint?: false | undefined;
1329
- },
1330
- ): Promise<Stats>;
1331
- function __promisify__(
1332
- path: PathLike,
1333
- options: StatOptions & {
1334
- bigint: true;
1335
- },
1336
- ): Promise<BigIntStats>;
1337
- function __promisify__(path: PathLike, options?: StatOptions): Promise<Stats | BigIntStats>;
1338
- }
1339
- /**
1340
- * Asynchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which
1341
- * contains `path`. The callback gets two arguments `(err, stats)` where `stats`is an `fs.StatFs` object.
1342
- *
1343
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1344
- * @since v19.6.0, v18.15.0
1345
- * @param path A path to an existing file or directory on the file system to be queried.
1346
- */
1347
- function statfs(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void): void;
1348
- function statfs(
1349
- path: PathLike,
1350
- options:
1351
- | (StatFsOptions & {
1352
- bigint?: false | undefined;
1353
- })
1354
- | undefined,
1355
- callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void,
1356
- ): void;
1357
- function statfs(
1358
- path: PathLike,
1359
- options: StatFsOptions & {
1360
- bigint: true;
1361
- },
1362
- callback: (err: NodeJS.ErrnoException | null, stats: BigIntStatsFs) => void,
1363
- ): void;
1364
- function statfs(
1365
- path: PathLike,
1366
- options: StatFsOptions | undefined,
1367
- callback: (err: NodeJS.ErrnoException | null, stats: StatsFs | BigIntStatsFs) => void,
1368
- ): void;
1369
- namespace statfs {
1370
- /**
1371
- * Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an <fs.StatFs> object.
1372
- * @param path A path to an existing file or directory on the file system to be queried.
1373
- */
1374
- function __promisify__(
1375
- path: PathLike,
1376
- options?: StatFsOptions & {
1377
- bigint?: false | undefined;
1378
- },
1379
- ): Promise<StatsFs>;
1380
- function __promisify__(
1381
- path: PathLike,
1382
- options: StatFsOptions & {
1383
- bigint: true;
1384
- },
1385
- ): Promise<BigIntStatsFs>;
1386
- function __promisify__(path: PathLike, options?: StatFsOptions): Promise<StatsFs | BigIntStatsFs>;
1387
- }
1388
- /**
1389
- * Synchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which
1390
- * contains `path`.
1391
- *
1392
- * In case of an error, the `err.code` will be one of `Common System Errors`.
1393
- * @since v19.6.0, v18.15.0
1394
- * @param path A path to an existing file or directory on the file system to be queried.
1395
- */
1396
- function statfsSync(
1397
- path: PathLike,
1398
- options?: StatFsOptions & {
1399
- bigint?: false | undefined;
1400
- },
1401
- ): StatsFs;
1402
- function statfsSync(
1403
- path: PathLike,
1404
- options: StatFsOptions & {
1405
- bigint: true;
1406
- },
1407
- ): BigIntStatsFs;
1408
- function statfsSync(path: PathLike, options?: StatFsOptions): StatsFs | BigIntStatsFs;
1409
- /**
1410
- * Synchronous lstat(2) - Get file status. Does not dereference symbolic links.
1411
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1412
- */
1413
- const lstatSync: StatSyncFn;
1414
- /**
1415
- * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than
1416
- * a possible
1417
- * exception are given to the completion callback.
1418
- * @since v0.1.31
1419
- */
1420
- function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void;
1421
- namespace link {
1422
- /**
1423
- * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file.
1424
- * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol.
1425
- * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol.
1426
- */
1427
- function __promisify__(existingPath: PathLike, newPath: PathLike): Promise<void>;
1428
- }
1429
- /**
1430
- * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`.
1431
- * @since v0.1.31
1432
- */
1433
- function linkSync(existingPath: PathLike, newPath: PathLike): void;
1434
- /**
1435
- * Creates the link called `path` pointing to `target`. No arguments other than a
1436
- * possible exception are given to the completion callback.
1437
- *
1438
- * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details.
1439
- *
1440
- * The `type` argument is only available on Windows and ignored on other platforms.
1441
- * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
1442
- * not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`.
1443
- * If the `target` does not exist, `'file'` will be used. Windows junction points
1444
- * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction
1445
- * points on NTFS volumes can only point to directories.
1446
- *
1447
- * Relative targets are relative to the link's parent directory.
1448
- *
1449
- * ```js
1450
- * import { symlink } from 'node:fs';
1451
- *
1452
- * symlink('./mew', './mewtwo', callback);
1453
- * ```
1454
- *
1455
- * The above example creates a symbolic link `mewtwo` which points to `mew` in the
1456
- * same directory:
1457
- *
1458
- * ```bash
1459
- * $ tree .
1460
- * .
1461
- * ├── mew
1462
- * └── mewtwo -> ./mew
1463
- * ```
1464
- * @since v0.1.31
1465
- * @param [type='null']
1466
- */
1467
- function symlink(
1468
- target: PathLike,
1469
- path: PathLike,
1470
- type: symlink.Type | undefined | null,
1471
- callback: NoParamCallback,
1472
- ): void;
1473
- /**
1474
- * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
1475
- * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
1476
- * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
1477
- */
1478
- function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void;
1479
- namespace symlink {
1480
- /**
1481
- * Asynchronous symlink(2) - Create a new symbolic link to an existing file.
1482
- * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol.
1483
- * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol.
1484
- * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms).
1485
- * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path.
1486
- */
1487
- function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise<void>;
1488
- type Type = "dir" | "file" | "junction";
1489
- }
1490
- /**
1491
- * Returns `undefined`.
1492
- *
1493
- * For detailed information, see the documentation of the asynchronous version of
1494
- * this API: {@link symlink}.
1495
- * @since v0.1.31
1496
- * @param [type='null']
1497
- */
1498
- function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void;
1499
- /**
1500
- * Reads the contents of the symbolic link referred to by `path`. The callback gets
1501
- * two arguments `(err, linkString)`.
1502
- *
1503
- * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details.
1504
- *
1505
- * The optional `options` argument can be a string specifying an encoding, or an
1506
- * object with an `encoding` property specifying the character encoding to use for
1507
- * the link path passed to the callback. If the `encoding` is set to `'buffer'`,
1508
- * the link path returned will be passed as a `Buffer` object.
1509
- * @since v0.1.31
1510
- */
1511
- function readlink(
1512
- path: PathLike,
1513
- options: EncodingOption,
1514
- callback: (err: NodeJS.ErrnoException | null, linkString: string) => void,
1515
- ): void;
1516
- /**
1517
- * Asynchronous readlink(2) - read value of a symbolic link.
1518
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1519
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1520
- */
1521
- function readlink(
1522
- path: PathLike,
1523
- options: BufferEncodingOption,
1524
- callback: (err: NodeJS.ErrnoException | null, linkString: NonSharedBuffer) => void,
1525
- ): void;
1526
- /**
1527
- * Asynchronous readlink(2) - read value of a symbolic link.
1528
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1529
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1530
- */
1531
- function readlink(
1532
- path: PathLike,
1533
- options: EncodingOption,
1534
- callback: (err: NodeJS.ErrnoException | null, linkString: string | NonSharedBuffer) => void,
1535
- ): void;
1536
- /**
1537
- * Asynchronous readlink(2) - read value of a symbolic link.
1538
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1539
- */
1540
- function readlink(
1541
- path: PathLike,
1542
- callback: (err: NodeJS.ErrnoException | null, linkString: string) => void,
1543
- ): void;
1544
- namespace readlink {
1545
- /**
1546
- * Asynchronous readlink(2) - read value of a symbolic link.
1547
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1548
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1549
- */
1550
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>;
1551
- /**
1552
- * Asynchronous readlink(2) - read value of a symbolic link.
1553
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1554
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1555
- */
1556
- function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<NonSharedBuffer>;
1557
- /**
1558
- * Asynchronous readlink(2) - read value of a symbolic link.
1559
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1560
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1561
- */
1562
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | NonSharedBuffer>;
1563
- }
1564
- /**
1565
- * Returns the symbolic link's string value.
1566
- *
1567
- * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details.
1568
- *
1569
- * The optional `options` argument can be a string specifying an encoding, or an
1570
- * object with an `encoding` property specifying the character encoding to use for
1571
- * the link path returned. If the `encoding` is set to `'buffer'`,
1572
- * the link path returned will be passed as a `Buffer` object.
1573
- * @since v0.1.31
1574
- */
1575
- function readlinkSync(path: PathLike, options?: EncodingOption): string;
1576
- /**
1577
- * Synchronous readlink(2) - read value of a symbolic link.
1578
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1579
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1580
- */
1581
- function readlinkSync(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1582
- /**
1583
- * Synchronous readlink(2) - read value of a symbolic link.
1584
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1585
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1586
- */
1587
- function readlinkSync(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1588
- /**
1589
- * Asynchronously computes the canonical pathname by resolving `.`, `..`, and
1590
- * symbolic links.
1591
- *
1592
- * A canonical pathname is not necessarily unique. Hard links and bind mounts can
1593
- * expose a file system entity through many pathnames.
1594
- *
1595
- * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions:
1596
- *
1597
- * 1. No case conversion is performed on case-insensitive file systems.
1598
- * 2. The maximum number of symbolic links is platform-independent and generally
1599
- * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports.
1600
- *
1601
- * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd` to resolve relative paths.
1602
- *
1603
- * Only paths that can be converted to UTF8 strings are supported.
1604
- *
1605
- * The optional `options` argument can be a string specifying an encoding, or an
1606
- * object with an `encoding` property specifying the character encoding to use for
1607
- * the path passed to the callback. If the `encoding` is set to `'buffer'`,
1608
- * the path returned will be passed as a `Buffer` object.
1609
- *
1610
- * If `path` resolves to a socket or a pipe, the function will return a system
1611
- * dependent name for that object.
1612
- * @since v0.1.31
1613
- */
1614
- function realpath(
1615
- path: PathLike,
1616
- options: EncodingOption,
1617
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1618
- ): void;
1619
- /**
1620
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1621
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1622
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1623
- */
1624
- function realpath(
1625
- path: PathLike,
1626
- options: BufferEncodingOption,
1627
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: NonSharedBuffer) => void,
1628
- ): void;
1629
- /**
1630
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1631
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1632
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1633
- */
1634
- function realpath(
1635
- path: PathLike,
1636
- options: EncodingOption,
1637
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | NonSharedBuffer) => void,
1638
- ): void;
1639
- /**
1640
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1641
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1642
- */
1643
- function realpath(
1644
- path: PathLike,
1645
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1646
- ): void;
1647
- namespace realpath {
1648
- /**
1649
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1650
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1651
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1652
- */
1653
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string>;
1654
- /**
1655
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1656
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1657
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1658
- */
1659
- function __promisify__(path: PathLike, options: BufferEncodingOption): Promise<NonSharedBuffer>;
1660
- /**
1661
- * Asynchronous realpath(3) - return the canonicalized absolute pathname.
1662
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1663
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1664
- */
1665
- function __promisify__(path: PathLike, options?: EncodingOption): Promise<string | NonSharedBuffer>;
1666
- /**
1667
- * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html).
1668
- *
1669
- * The `callback` gets two arguments `(err, resolvedPath)`.
1670
- *
1671
- * Only paths that can be converted to UTF8 strings are supported.
1672
- *
1673
- * The optional `options` argument can be a string specifying an encoding, or an
1674
- * object with an `encoding` property specifying the character encoding to use for
1675
- * the path passed to the callback. If the `encoding` is set to `'buffer'`,
1676
- * the path returned will be passed as a `Buffer` object.
1677
- *
1678
- * On Linux, when Node.js is linked against musl libc, the procfs file system must
1679
- * be mounted on `/proc` in order for this function to work. Glibc does not have
1680
- * this restriction.
1681
- * @since v9.2.0
1682
- */
1683
- function native(
1684
- path: PathLike,
1685
- options: EncodingOption,
1686
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1687
- ): void;
1688
- function native(
1689
- path: PathLike,
1690
- options: BufferEncodingOption,
1691
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: NonSharedBuffer) => void,
1692
- ): void;
1693
- function native(
1694
- path: PathLike,
1695
- options: EncodingOption,
1696
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | NonSharedBuffer) => void,
1697
- ): void;
1698
- function native(
1699
- path: PathLike,
1700
- callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void,
1701
- ): void;
1702
- }
1703
- /**
1704
- * Returns the resolved pathname.
1705
- *
1706
- * For detailed information, see the documentation of the asynchronous version of
1707
- * this API: {@link realpath}.
1708
- * @since v0.1.31
1709
- */
1710
- function realpathSync(path: PathLike, options?: EncodingOption): string;
1711
- /**
1712
- * Synchronous realpath(3) - return the canonicalized absolute pathname.
1713
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1714
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1715
- */
1716
- function realpathSync(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1717
- /**
1718
- * Synchronous realpath(3) - return the canonicalized absolute pathname.
1719
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1720
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
1721
- */
1722
- function realpathSync(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1723
- namespace realpathSync {
1724
- function native(path: PathLike, options?: EncodingOption): string;
1725
- function native(path: PathLike, options: BufferEncodingOption): NonSharedBuffer;
1726
- function native(path: PathLike, options?: EncodingOption): string | NonSharedBuffer;
1727
- }
1728
- /**
1729
- * Asynchronously removes a file or symbolic link. No arguments other than a
1730
- * possible exception are given to the completion callback.
1731
- *
1732
- * ```js
1733
- * import { unlink } from 'node:fs';
1734
- * // Assuming that 'path/file.txt' is a regular file.
1735
- * unlink('path/file.txt', (err) => {
1736
- * if (err) throw err;
1737
- * console.log('path/file.txt was deleted');
1738
- * });
1739
- * ```
1740
- *
1741
- * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a
1742
- * directory, use {@link rmdir}.
1743
- *
1744
- * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details.
1745
- * @since v0.0.2
1746
- */
1747
- function unlink(path: PathLike, callback: NoParamCallback): void;
1748
- namespace unlink {
1749
- /**
1750
- * Asynchronous unlink(2) - delete a name and possibly the file it refers to.
1751
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1752
- */
1753
- function __promisify__(path: PathLike): Promise<void>;
1754
- }
1755
- /**
1756
- * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`.
1757
- * @since v0.1.21
1758
- */
1759
- function unlinkSync(path: PathLike): void;
1760
- /** @deprecated `rmdir()` no longer provides any options. This interface will be removed in a future version. */
1761
- // TODO: remove in future major
1762
- interface RmDirOptions {}
1763
- /**
1764
- * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given
1765
- * to the completion callback.
1766
- *
1767
- * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on
1768
- * Windows and an `ENOTDIR` error on POSIX.
1769
- *
1770
- * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`.
1771
- * @since v0.0.2
1772
- */
1773
- function rmdir(path: PathLike, callback: NoParamCallback): void;
1774
- namespace rmdir {
1775
- /**
1776
- * Asynchronous rmdir(2) - delete a directory.
1777
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1778
- */
1779
- function __promisify__(path: PathLike): Promise<void>;
1780
- }
1781
- /**
1782
- * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`.
1783
- *
1784
- * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error
1785
- * on Windows and an `ENOTDIR` error on POSIX.
1786
- *
1787
- * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`.
1788
- * @since v0.1.21
1789
- */
1790
- function rmdirSync(path: PathLike): void;
1791
- interface RmOptions {
1792
- /**
1793
- * When `true`, exceptions will be ignored if `path` does not exist.
1794
- * @default false
1795
- */
1796
- force?: boolean | undefined;
1797
- /**
1798
- * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or
1799
- * `EPERM` error is encountered, Node.js will retry the operation with a linear
1800
- * backoff wait of `retryDelay` ms longer on each try. This option represents the
1801
- * number of retries. This option is ignored if the `recursive` option is not
1802
- * `true`.
1803
- * @default 0
1804
- */
1805
- maxRetries?: number | undefined;
1806
- /**
1807
- * If `true`, perform a recursive directory removal. In
1808
- * recursive mode, operations are retried on failure.
1809
- * @default false
1810
- */
1811
- recursive?: boolean | undefined;
1812
- /**
1813
- * The amount of time in milliseconds to wait between retries.
1814
- * This option is ignored if the `recursive` option is not `true`.
1815
- * @default 100
1816
- */
1817
- retryDelay?: number | undefined;
1818
- }
1819
- /**
1820
- * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). No arguments other than a possible exception are given to the
1821
- * completion callback.
1822
- * @since v14.14.0
1823
- */
1824
- function rm(path: PathLike, callback: NoParamCallback): void;
1825
- function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void;
1826
- namespace rm {
1827
- /**
1828
- * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility).
1829
- */
1830
- function __promisify__(path: PathLike, options?: RmOptions): Promise<void>;
1831
- }
1832
- /**
1833
- * Synchronously removes files and directories (modeled on the standard POSIX `rm` utility). Returns `undefined`.
1834
- * @since v14.14.0
1835
- */
1836
- function rmSync(path: PathLike, options?: RmOptions): void;
1837
- interface MakeDirectoryOptions {
1838
- /**
1839
- * Indicates whether parent folders should be created.
1840
- * If a folder was created, the path to the first created folder will be returned.
1841
- * @default false
1842
- */
1843
- recursive?: boolean | undefined;
1844
- /**
1845
- * A file mode. If a string is passed, it is parsed as an octal integer. If not specified
1846
- * @default 0o777
1847
- */
1848
- mode?: Mode | undefined;
1849
- }
1850
- /**
1851
- * Asynchronously creates a directory.
1852
- *
1853
- * The callback is given a possible exception and, if `recursive` is `true`, the
1854
- * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was
1855
- * created (for instance, if it was previously created).
1856
- *
1857
- * The optional `options` argument can be an integer specifying `mode` (permission
1858
- * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fs.mkdir()` when `path` is a directory that
1859
- * exists results in an error only
1860
- * when `recursive` is false. If `recursive` is false and the directory exists,
1861
- * an `EEXIST` error occurs.
1862
- *
1863
- * ```js
1864
- * import { mkdir } from 'node:fs';
1865
- *
1866
- * // Create ./tmp/a/apple, regardless of whether ./tmp and ./tmp/a exist.
1867
- * mkdir('./tmp/a/apple', { recursive: true }, (err) => {
1868
- * if (err) throw err;
1869
- * });
1870
- * ```
1871
- *
1872
- * On Windows, using `fs.mkdir()` on the root directory even with recursion will
1873
- * result in an error:
1874
- *
1875
- * ```js
1876
- * import { mkdir } from 'node:fs';
1877
- *
1878
- * mkdir('/', { recursive: true }, (err) => {
1879
- * // => [Error: EPERM: operation not permitted, mkdir 'C:\']
1880
- * });
1881
- * ```
1882
- *
1883
- * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
1884
- * @since v0.1.8
1885
- */
1886
- function mkdir(
1887
- path: PathLike,
1888
- options: MakeDirectoryOptions & {
1889
- recursive: true;
1890
- },
1891
- callback: (err: NodeJS.ErrnoException | null, path?: string) => void,
1892
- ): void;
1893
- /**
1894
- * Asynchronous mkdir(2) - create a directory.
1895
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1896
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1897
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1898
- */
1899
- function mkdir(
1900
- path: PathLike,
1901
- options:
1902
- | Mode
1903
- | (MakeDirectoryOptions & {
1904
- recursive?: false | undefined;
1905
- })
1906
- | null
1907
- | undefined,
1908
- callback: NoParamCallback,
1909
- ): void;
1910
- /**
1911
- * Asynchronous mkdir(2) - create a directory.
1912
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1913
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1914
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1915
- */
1916
- function mkdir(
1917
- path: PathLike,
1918
- options: Mode | MakeDirectoryOptions | null | undefined,
1919
- callback: (err: NodeJS.ErrnoException | null, path?: string) => void,
1920
- ): void;
1921
- /**
1922
- * Asynchronous mkdir(2) - create a directory with a mode of `0o777`.
1923
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1924
- */
1925
- function mkdir(path: PathLike, callback: NoParamCallback): void;
1926
- namespace mkdir {
1927
- /**
1928
- * Asynchronous mkdir(2) - create a directory.
1929
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1930
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1931
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1932
- */
1933
- function __promisify__(
1934
- path: PathLike,
1935
- options: MakeDirectoryOptions & {
1936
- recursive: true;
1937
- },
1938
- ): Promise<string | undefined>;
1939
- /**
1940
- * Asynchronous mkdir(2) - create a directory.
1941
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1942
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1943
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1944
- */
1945
- function __promisify__(
1946
- path: PathLike,
1947
- options?:
1948
- | Mode
1949
- | (MakeDirectoryOptions & {
1950
- recursive?: false | undefined;
1951
- })
1952
- | null,
1953
- ): Promise<void>;
1954
- /**
1955
- * Asynchronous mkdir(2) - create a directory.
1956
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1957
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1958
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1959
- */
1960
- function __promisify__(
1961
- path: PathLike,
1962
- options?: Mode | MakeDirectoryOptions | null,
1963
- ): Promise<string | undefined>;
1964
- }
1965
- /**
1966
- * Synchronously creates a directory. Returns `undefined`, or if `recursive` is `true`, the first directory path created.
1967
- * This is the synchronous version of {@link mkdir}.
1968
- *
1969
- * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details.
1970
- * @since v0.1.21
1971
- */
1972
- function mkdirSync(
1973
- path: PathLike,
1974
- options: MakeDirectoryOptions & {
1975
- recursive: true;
1976
- },
1977
- ): string | undefined;
1978
- /**
1979
- * Synchronous mkdir(2) - create a directory.
1980
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1981
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1982
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1983
- */
1984
- function mkdirSync(
1985
- path: PathLike,
1986
- options?:
1987
- | Mode
1988
- | (MakeDirectoryOptions & {
1989
- recursive?: false | undefined;
1990
- })
1991
- | null,
1992
- ): void;
1993
- /**
1994
- * Synchronous mkdir(2) - create a directory.
1995
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
1996
- * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders
1997
- * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`.
1998
- */
1999
- function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined;
2000
- /**
2001
- * Creates a unique temporary directory.
2002
- *
2003
- * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. Due to platform
2004
- * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms,
2005
- * notably the BSDs, can return more than six random characters, and replace
2006
- * trailing `X` characters in `prefix` with random characters.
2007
- *
2008
- * The created directory path is passed as a string to the callback's second
2009
- * parameter.
2010
- *
2011
- * The optional `options` argument can be a string specifying an encoding, or an
2012
- * object with an `encoding` property specifying the character encoding to use.
2013
- *
2014
- * ```js
2015
- * import { mkdtemp } from 'node:fs';
2016
- * import { join } from 'node:path';
2017
- * import { tmpdir } from 'node:os';
2018
- *
2019
- * mkdtemp(join(tmpdir(), 'foo-'), (err, directory) => {
2020
- * if (err) throw err;
2021
- * console.log(directory);
2022
- * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2
2023
- * });
2024
- * ```
2025
- *
2026
- * The `fs.mkdtemp()` method will append the six randomly selected characters
2027
- * directly to the `prefix` string. For instance, given a directory `/tmp`, if the
2028
- * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator
2029
- * (`import { sep } from 'node:path'`).
2030
- *
2031
- * ```js
2032
- * import { tmpdir } from 'node:os';
2033
- * import { mkdtemp } from 'node:fs';
2034
- *
2035
- * // The parent directory for the new temporary directory
2036
- * const tmpDir = tmpdir();
2037
- *
2038
- * // This method is *INCORRECT*:
2039
- * mkdtemp(tmpDir, (err, directory) => {
2040
- * if (err) throw err;
2041
- * console.log(directory);
2042
- * // Will print something similar to `/tmpabc123`.
2043
- * // A new temporary directory is created at the file system root
2044
- * // rather than *within* the /tmp directory.
2045
- * });
2046
- *
2047
- * // This method is *CORRECT*:
2048
- * import { sep } from 'node:path';
2049
- * mkdtemp(`${tmpDir}${sep}`, (err, directory) => {
2050
- * if (err) throw err;
2051
- * console.log(directory);
2052
- * // Will print something similar to `/tmp/abc123`.
2053
- * // A new temporary directory is created within
2054
- * // the /tmp directory.
2055
- * });
2056
- * ```
2057
- * @since v5.10.0
2058
- */
2059
- function mkdtemp(
2060
- prefix: string,
2061
- options: EncodingOption,
2062
- callback: (err: NodeJS.ErrnoException | null, folder: string) => void,
2063
- ): void;
2064
- /**
2065
- * Asynchronously creates a unique temporary directory.
2066
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2067
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2068
- */
2069
- function mkdtemp(
2070
- prefix: string,
2071
- options: BufferEncodingOption,
2072
- callback: (err: NodeJS.ErrnoException | null, folder: NonSharedBuffer) => void,
2073
- ): void;
2074
- /**
2075
- * Asynchronously creates a unique temporary directory.
2076
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2077
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2078
- */
2079
- function mkdtemp(
2080
- prefix: string,
2081
- options: EncodingOption,
2082
- callback: (err: NodeJS.ErrnoException | null, folder: string | NonSharedBuffer) => void,
2083
- ): void;
2084
- /**
2085
- * Asynchronously creates a unique temporary directory.
2086
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2087
- */
2088
- function mkdtemp(
2089
- prefix: string,
2090
- callback: (err: NodeJS.ErrnoException | null, folder: string) => void,
2091
- ): void;
2092
- namespace mkdtemp {
2093
- /**
2094
- * Asynchronously creates a unique temporary directory.
2095
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2096
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2097
- */
2098
- function __promisify__(prefix: string, options?: EncodingOption): Promise<string>;
2099
- /**
2100
- * Asynchronously creates a unique temporary directory.
2101
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2102
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2103
- */
2104
- function __promisify__(prefix: string, options: BufferEncodingOption): Promise<NonSharedBuffer>;
2105
- /**
2106
- * Asynchronously creates a unique temporary directory.
2107
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2108
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2109
- */
2110
- function __promisify__(prefix: string, options?: EncodingOption): Promise<string | NonSharedBuffer>;
2111
- }
2112
- /**
2113
- * Returns the created directory path.
2114
- *
2115
- * For detailed information, see the documentation of the asynchronous version of
2116
- * this API: {@link mkdtemp}.
2117
- *
2118
- * The optional `options` argument can be a string specifying an encoding, or an
2119
- * object with an `encoding` property specifying the character encoding to use.
2120
- * @since v5.10.0
2121
- */
2122
- function mkdtempSync(prefix: string, options?: EncodingOption): string;
2123
- /**
2124
- * Synchronously creates a unique temporary directory.
2125
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2126
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2127
- */
2128
- function mkdtempSync(prefix: string, options: BufferEncodingOption): NonSharedBuffer;
2129
- /**
2130
- * Synchronously creates a unique temporary directory.
2131
- * Generates six random characters to be appended behind a required prefix to create a unique temporary directory.
2132
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2133
- */
2134
- function mkdtempSync(prefix: string, options?: EncodingOption): string | NonSharedBuffer;
2135
- interface DisposableTempDir extends Disposable {
2136
- /**
2137
- * The path of the created directory.
2138
- */
2139
- path: string;
2140
- /**
2141
- * A function which removes the created directory.
2142
- */
2143
- remove(): void;
2144
- /**
2145
- * The same as `remove`.
2146
- */
2147
- [Symbol.dispose](): void;
2148
- }
2149
- /**
2150
- * Returns a disposable object whose `path` property holds the created directory
2151
- * path. When the object is disposed, the directory and its contents will be
2152
- * removed if it still exists. If the directory cannot be deleted, disposal will
2153
- * throw an error. The object has a `remove()` method which will perform the same
2154
- * task.
2155
- *
2156
- * <!-- TODO: link MDN docs for disposables once https://github.com/mdn/content/pull/38027 lands -->
2157
- *
2158
- * For detailed information, see the documentation of `fs.mkdtemp()`.
2159
- *
2160
- * There is no callback-based version of this API because it is designed for use
2161
- * with the `using` syntax.
2162
- *
2163
- * The optional `options` argument can be a string specifying an encoding, or an
2164
- * object with an `encoding` property specifying the character encoding to use.
2165
- * @since v24.4.0
2166
- */
2167
- function mkdtempDisposableSync(prefix: string, options?: EncodingOption): DisposableTempDir;
2168
- /**
2169
- * Reads the contents of a directory. The callback gets two arguments `(err, files)` where `files` is an array of the names of the files in the directory excluding `'.'` and `'..'`.
2170
- *
2171
- * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2172
- *
2173
- * The optional `options` argument can be a string specifying an encoding, or an
2174
- * object with an `encoding` property specifying the character encoding to use for
2175
- * the filenames passed to the callback. If the `encoding` is set to `'buffer'`,
2176
- * the filenames returned will be passed as `Buffer` objects.
2177
- *
2178
- * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects.
2179
- * @since v0.1.8
2180
- */
2181
- function readdir(
2182
- path: PathLike,
2183
- options:
2184
- | {
2185
- encoding: BufferEncoding | null;
2186
- withFileTypes?: false | undefined;
2187
- recursive?: boolean | undefined;
2188
- }
2189
- | BufferEncoding
2190
- | undefined
2191
- | null,
2192
- callback: (err: NodeJS.ErrnoException | null, files: string[]) => void,
2193
- ): void;
2194
- /**
2195
- * Asynchronous readdir(3) - read a directory.
2196
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2197
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2198
- */
2199
- function readdir(
2200
- path: PathLike,
2201
- options:
2202
- | {
2203
- encoding: "buffer";
2204
- withFileTypes?: false | undefined;
2205
- recursive?: boolean | undefined;
2206
- }
2207
- | "buffer",
2208
- callback: (err: NodeJS.ErrnoException | null, files: NonSharedBuffer[]) => void,
2209
- ): void;
2210
- /**
2211
- * Asynchronous readdir(3) - read a directory.
2212
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2213
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2214
- */
2215
- function readdir(
2216
- path: PathLike,
2217
- options:
2218
- | (ObjectEncodingOptions & {
2219
- withFileTypes?: false | undefined;
2220
- recursive?: boolean | undefined;
2221
- })
2222
- | BufferEncoding
2223
- | undefined
2224
- | null,
2225
- callback: (err: NodeJS.ErrnoException | null, files: string[] | NonSharedBuffer[]) => void,
2226
- ): void;
2227
- /**
2228
- * Asynchronous readdir(3) - read a directory.
2229
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2230
- */
2231
- function readdir(
2232
- path: PathLike,
2233
- callback: (err: NodeJS.ErrnoException | null, files: string[]) => void,
2234
- ): void;
2235
- /**
2236
- * Asynchronous readdir(3) - read a directory.
2237
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2238
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
2239
- */
2240
- function readdir(
2241
- path: PathLike,
2242
- options: ObjectEncodingOptions & {
2243
- withFileTypes: true;
2244
- recursive?: boolean | undefined;
2245
- },
2246
- callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void,
2247
- ): void;
2248
- /**
2249
- * Asynchronous readdir(3) - read a directory.
2250
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2251
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2252
- */
2253
- function readdir(
2254
- path: PathLike,
2255
- options: {
2256
- encoding: "buffer";
2257
- withFileTypes: true;
2258
- recursive?: boolean | undefined;
2259
- },
2260
- callback: (err: NodeJS.ErrnoException | null, files: Dirent<NonSharedBuffer>[]) => void,
2261
- ): void;
2262
- namespace readdir {
2263
- /**
2264
- * Asynchronous readdir(3) - read a directory.
2265
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2266
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2267
- */
2268
- function __promisify__(
2269
- path: PathLike,
2270
- options?:
2271
- | {
2272
- encoding: BufferEncoding | null;
2273
- withFileTypes?: false | undefined;
2274
- recursive?: boolean | undefined;
2275
- }
2276
- | BufferEncoding
2277
- | null,
2278
- ): Promise<string[]>;
2279
- /**
2280
- * Asynchronous readdir(3) - read a directory.
2281
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2282
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2283
- */
2284
- function __promisify__(
2285
- path: PathLike,
2286
- options:
2287
- | "buffer"
2288
- | {
2289
- encoding: "buffer";
2290
- withFileTypes?: false | undefined;
2291
- recursive?: boolean | undefined;
2292
- },
2293
- ): Promise<NonSharedBuffer[]>;
2294
- /**
2295
- * Asynchronous readdir(3) - read a directory.
2296
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2297
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2298
- */
2299
- function __promisify__(
2300
- path: PathLike,
2301
- options?:
2302
- | (ObjectEncodingOptions & {
2303
- withFileTypes?: false | undefined;
2304
- recursive?: boolean | undefined;
2305
- })
2306
- | BufferEncoding
2307
- | null,
2308
- ): Promise<string[] | NonSharedBuffer[]>;
2309
- /**
2310
- * Asynchronous readdir(3) - read a directory.
2311
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2312
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent
2313
- */
2314
- function __promisify__(
2315
- path: PathLike,
2316
- options: ObjectEncodingOptions & {
2317
- withFileTypes: true;
2318
- recursive?: boolean | undefined;
2319
- },
2320
- ): Promise<Dirent[]>;
2321
- /**
2322
- * Asynchronous readdir(3) - read a directory.
2323
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2324
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2325
- */
2326
- function __promisify__(
2327
- path: PathLike,
2328
- options: {
2329
- encoding: "buffer";
2330
- withFileTypes: true;
2331
- recursive?: boolean | undefined;
2332
- },
2333
- ): Promise<Dirent<NonSharedBuffer>[]>;
2334
- }
2335
- /**
2336
- * Reads the contents of the directory.
2337
- *
2338
- * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details.
2339
- *
2340
- * The optional `options` argument can be a string specifying an encoding, or an
2341
- * object with an `encoding` property specifying the character encoding to use for
2342
- * the filenames returned. If the `encoding` is set to `'buffer'`,
2343
- * the filenames returned will be passed as `Buffer` objects.
2344
- *
2345
- * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects.
2346
- * @since v0.1.21
2347
- */
2348
- function readdirSync(
2349
- path: PathLike,
2350
- options?:
2351
- | {
2352
- encoding: BufferEncoding | null;
2353
- withFileTypes?: false | undefined;
2354
- recursive?: boolean | undefined;
2355
- }
2356
- | BufferEncoding
2357
- | null,
2358
- ): string[];
2359
- /**
2360
- * Synchronous readdir(3) - read a directory.
2361
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2362
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2363
- */
2364
- function readdirSync(
2365
- path: PathLike,
2366
- options:
2367
- | {
2368
- encoding: "buffer";
2369
- withFileTypes?: false | undefined;
2370
- recursive?: boolean | undefined;
2371
- }
2372
- | "buffer",
2373
- ): NonSharedBuffer[];
2374
- /**
2375
- * Synchronous readdir(3) - read a directory.
2376
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2377
- * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used.
2378
- */
2379
- function readdirSync(
2380
- path: PathLike,
2381
- options?:
2382
- | (ObjectEncodingOptions & {
2383
- withFileTypes?: false | undefined;
2384
- recursive?: boolean | undefined;
2385
- })
2386
- | BufferEncoding
2387
- | null,
2388
- ): string[] | NonSharedBuffer[];
2389
- /**
2390
- * Synchronous readdir(3) - read a directory.
2391
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2392
- * @param options If called with `withFileTypes: true` the result data will be an array of Dirent.
2393
- */
2394
- function readdirSync(
2395
- path: PathLike,
2396
- options: ObjectEncodingOptions & {
2397
- withFileTypes: true;
2398
- recursive?: boolean | undefined;
2399
- },
2400
- ): Dirent[];
2401
- /**
2402
- * Synchronous readdir(3) - read a directory.
2403
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2404
- * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`.
2405
- */
2406
- function readdirSync(
2407
- path: PathLike,
2408
- options: {
2409
- encoding: "buffer";
2410
- withFileTypes: true;
2411
- recursive?: boolean | undefined;
2412
- },
2413
- ): Dirent<NonSharedBuffer>[];
2414
- /**
2415
- * Closes the file descriptor. No arguments other than a possible exception are
2416
- * given to the completion callback.
2417
- *
2418
- * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use
2419
- * through any other `fs` operation may lead to undefined behavior.
2420
- *
2421
- * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail.
2422
- * @since v0.0.2
2423
- */
2424
- function close(fd: number, callback?: NoParamCallback): void;
2425
- namespace close {
2426
- /**
2427
- * Asynchronous close(2) - close a file descriptor.
2428
- * @param fd A file descriptor.
2429
- */
2430
- function __promisify__(fd: number): Promise<void>;
2431
- }
2432
- /**
2433
- * Closes the file descriptor. Returns `undefined`.
2434
- *
2435
- * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use
2436
- * through any other `fs` operation may lead to undefined behavior.
2437
- *
2438
- * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail.
2439
- * @since v0.1.21
2440
- */
2441
- function closeSync(fd: number): void;
2442
- /**
2443
- * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details.
2444
- *
2445
- * `mode` sets the file mode (permission and sticky bits), but only if the file was
2446
- * created. On Windows, only the write permission can be manipulated; see {@link chmod}.
2447
- *
2448
- * The callback gets two arguments `(err, fd)`.
2449
- *
2450
- * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented
2451
- * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains
2452
- * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams).
2453
- *
2454
- * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc.
2455
- * @since v0.0.2
2456
- * @param [flags='r'] See `support of file system `flags``.
2457
- * @param [mode=0o666]
2458
- */
2459
- function open(
2460
- path: PathLike,
2461
- flags: OpenMode | undefined,
2462
- mode: Mode | undefined | null,
2463
- callback: (err: NodeJS.ErrnoException | null, fd: number) => void,
2464
- ): void;
2465
- /**
2466
- * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`.
2467
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2468
- * @param [flags='r'] See `support of file system `flags``.
2469
- */
2470
- function open(
2471
- path: PathLike,
2472
- flags: OpenMode | undefined,
2473
- callback: (err: NodeJS.ErrnoException | null, fd: number) => void,
2474
- ): void;
2475
- /**
2476
- * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`.
2477
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2478
- */
2479
- function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void;
2480
- namespace open {
2481
- /**
2482
- * Asynchronous open(2) - open and possibly create a file.
2483
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2484
- * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`.
2485
- */
2486
- function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise<number>;
2487
- }
2488
- /**
2489
- * Returns an integer representing the file descriptor.
2490
- *
2491
- * For detailed information, see the documentation of the asynchronous version of
2492
- * this API: {@link open}.
2493
- * @since v0.1.21
2494
- * @param [flags='r']
2495
- * @param [mode=0o666]
2496
- */
2497
- function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number;
2498
- /**
2499
- * Change the file system timestamps of the object referenced by `path`.
2500
- *
2501
- * The `atime` and `mtime` arguments follow these rules:
2502
- *
2503
- * * Values can be either numbers representing Unix epoch time in seconds, `Date`s, or a numeric string like `'123456789.0'`.
2504
- * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown.
2505
- * @since v0.4.2
2506
- */
2507
- function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
2508
- namespace utimes {
2509
- /**
2510
- * Asynchronously change file timestamps of the file referenced by the supplied path.
2511
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2512
- * @param atime The last access time. If a string is provided, it will be coerced to number.
2513
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
2514
- */
2515
- function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise<void>;
2516
- }
2517
- /**
2518
- * Returns `undefined`.
2519
- *
2520
- * For detailed information, see the documentation of the asynchronous version of
2521
- * this API: {@link utimes}.
2522
- * @since v0.4.2
2523
- */
2524
- function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void;
2525
- /**
2526
- * Change the file system timestamps of the object referenced by the supplied file
2527
- * descriptor. See {@link utimes}.
2528
- * @since v0.4.2
2529
- */
2530
- function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void;
2531
- namespace futimes {
2532
- /**
2533
- * Asynchronously change file timestamps of the file referenced by the supplied file descriptor.
2534
- * @param fd A file descriptor.
2535
- * @param atime The last access time. If a string is provided, it will be coerced to number.
2536
- * @param mtime The last modified time. If a string is provided, it will be coerced to number.
2537
- */
2538
- function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise<void>;
2539
- }
2540
- /**
2541
- * Synchronous version of {@link futimes}. Returns `undefined`.
2542
- * @since v0.4.2
2543
- */
2544
- function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void;
2545
- /**
2546
- * Request that all data for the open file descriptor is flushed to the storage
2547
- * device. The specific implementation is operating system and device specific.
2548
- * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other
2549
- * than a possible exception are given to the completion callback.
2550
- * @since v0.1.96
2551
- */
2552
- function fsync(fd: number, callback: NoParamCallback): void;
2553
- namespace fsync {
2554
- /**
2555
- * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device.
2556
- * @param fd A file descriptor.
2557
- */
2558
- function __promisify__(fd: number): Promise<void>;
2559
- }
2560
- /**
2561
- * Request that all data for the open file descriptor is flushed to the storage
2562
- * device. The specific implementation is operating system and device specific.
2563
- * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`.
2564
- * @since v0.1.96
2565
- */
2566
- function fsyncSync(fd: number): void;
2567
- interface WriteOptions {
2568
- /**
2569
- * @default 0
2570
- */
2571
- offset?: number | undefined;
2572
- /**
2573
- * @default `buffer.byteLength - offset`
2574
- */
2575
- length?: number | undefined;
2576
- /**
2577
- * @default null
2578
- */
2579
- position?: number | null | undefined;
2580
- }
2581
- /**
2582
- * Write `buffer` to the file specified by `fd`.
2583
- *
2584
- * `offset` determines the part of the buffer to be written, and `length` is
2585
- * an integer specifying the number of bytes to write.
2586
- *
2587
- * `position` refers to the offset from the beginning of the file where this data
2588
- * should be written. If `typeof position !== 'number'`, the data will be written
2589
- * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html).
2590
- *
2591
- * The callback will be given three arguments `(err, bytesWritten, buffer)` where `bytesWritten` specifies how many _bytes_ were written from `buffer`.
2592
- *
2593
- * If this method is invoked as its `util.promisify()` ed version, it returns
2594
- * a promise for an `Object` with `bytesWritten` and `buffer` properties.
2595
- *
2596
- * It is unsafe to use `fs.write()` multiple times on the same file without waiting
2597
- * for the callback. For this scenario, {@link createWriteStream} is
2598
- * recommended.
2599
- *
2600
- * On Linux, positional writes don't work when the file is opened in append mode.
2601
- * The kernel ignores the position argument and always appends the data to
2602
- * the end of the file.
2603
- * @since v0.0.2
2604
- * @param [offset=0]
2605
- * @param [length=buffer.byteLength - offset]
2606
- * @param [position='null']
2607
- */
2608
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2609
- fd: number,
2610
- buffer: TBuffer,
2611
- offset: number | undefined | null,
2612
- length: number | undefined | null,
2613
- position: number | undefined | null,
2614
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2615
- ): void;
2616
- /**
2617
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2618
- * @param fd A file descriptor.
2619
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2620
- * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2621
- */
2622
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2623
- fd: number,
2624
- buffer: TBuffer,
2625
- offset: number | undefined | null,
2626
- length: number | undefined | null,
2627
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2628
- ): void;
2629
- /**
2630
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2631
- * @param fd A file descriptor.
2632
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2633
- */
2634
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2635
- fd: number,
2636
- buffer: TBuffer,
2637
- offset: number | undefined | null,
2638
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2639
- ): void;
2640
- /**
2641
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2642
- * @param fd A file descriptor.
2643
- */
2644
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2645
- fd: number,
2646
- buffer: TBuffer,
2647
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2648
- ): void;
2649
- /**
2650
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2651
- * @param fd A file descriptor.
2652
- * @param options An object with the following properties:
2653
- * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`.
2654
- * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2655
- * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2656
- */
2657
- function write<TBuffer extends NodeJS.ArrayBufferView>(
2658
- fd: number,
2659
- buffer: TBuffer,
2660
- options: WriteOptions,
2661
- callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void,
2662
- ): void;
2663
- /**
2664
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2665
- * @param fd A file descriptor.
2666
- * @param string A string to write.
2667
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2668
- * @param encoding The expected string encoding.
2669
- */
2670
- function write(
2671
- fd: number,
2672
- string: string,
2673
- position: number | undefined | null,
2674
- encoding: BufferEncoding | undefined | null,
2675
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2676
- ): void;
2677
- /**
2678
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2679
- * @param fd A file descriptor.
2680
- * @param string A string to write.
2681
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2682
- */
2683
- function write(
2684
- fd: number,
2685
- string: string,
2686
- position: number | undefined | null,
2687
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2688
- ): void;
2689
- /**
2690
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2691
- * @param fd A file descriptor.
2692
- * @param string A string to write.
2693
- */
2694
- function write(
2695
- fd: number,
2696
- string: string,
2697
- callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void,
2698
- ): void;
2699
- namespace write {
2700
- /**
2701
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2702
- * @param fd A file descriptor.
2703
- * @param offset The part of the buffer to be written. If not supplied, defaults to `0`.
2704
- * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2705
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2706
- */
2707
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2708
- fd: number,
2709
- buffer?: TBuffer,
2710
- offset?: number,
2711
- length?: number,
2712
- position?: number | null,
2713
- ): Promise<{
2714
- bytesWritten: number;
2715
- buffer: TBuffer;
2716
- }>;
2717
- /**
2718
- * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor.
2719
- * @param fd A file descriptor.
2720
- * @param options An object with the following properties:
2721
- * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`.
2722
- * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`.
2723
- * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2724
- */
2725
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2726
- fd: number,
2727
- buffer?: TBuffer,
2728
- options?: WriteOptions,
2729
- ): Promise<{
2730
- bytesWritten: number;
2731
- buffer: TBuffer;
2732
- }>;
2733
- /**
2734
- * Asynchronously writes `string` to the file referenced by the supplied file descriptor.
2735
- * @param fd A file descriptor.
2736
- * @param string A string to write.
2737
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2738
- * @param encoding The expected string encoding.
2739
- */
2740
- function __promisify__(
2741
- fd: number,
2742
- string: string,
2743
- position?: number | null,
2744
- encoding?: BufferEncoding | null,
2745
- ): Promise<{
2746
- bytesWritten: number;
2747
- buffer: string;
2748
- }>;
2749
- }
2750
- /**
2751
- * For detailed information, see the documentation of the asynchronous version of
2752
- * this API: {@link write}.
2753
- * @since v0.1.21
2754
- * @param [offset=0]
2755
- * @param [length=buffer.byteLength - offset]
2756
- * @param [position='null']
2757
- * @return The number of bytes written.
2758
- */
2759
- function writeSync(
2760
- fd: number,
2761
- buffer: NodeJS.ArrayBufferView,
2762
- offset?: number | null,
2763
- length?: number | null,
2764
- position?: number | null,
2765
- ): number;
2766
- /**
2767
- * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written.
2768
- * @param fd A file descriptor.
2769
- * @param string A string to write.
2770
- * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position.
2771
- * @param encoding The expected string encoding.
2772
- */
2773
- function writeSync(
2774
- fd: number,
2775
- string: string,
2776
- position?: number | null,
2777
- encoding?: BufferEncoding | null,
2778
- ): number;
2779
- type ReadPosition = number | bigint;
2780
- interface ReadOptions {
2781
- /**
2782
- * @default 0
2783
- */
2784
- offset?: number | undefined;
2785
- /**
2786
- * @default `length of buffer`
2787
- */
2788
- length?: number | undefined;
2789
- /**
2790
- * @default null
2791
- */
2792
- position?: ReadPosition | null | undefined;
2793
- }
2794
- interface ReadOptionsWithBuffer<T extends NodeJS.ArrayBufferView> extends ReadOptions {
2795
- buffer?: T | undefined;
2796
- }
2797
- /** @deprecated Use `ReadOptions` instead. */
2798
- // TODO: remove in future major
2799
- interface ReadSyncOptions extends ReadOptions {}
2800
- /** @deprecated Use `ReadOptionsWithBuffer` instead. */
2801
- // TODO: remove in future major
2802
- interface ReadAsyncOptions<T extends NodeJS.ArrayBufferView> extends ReadOptionsWithBuffer<T> {}
2803
- /**
2804
- * Read data from the file specified by `fd`.
2805
- *
2806
- * The callback is given the three arguments, `(err, bytesRead, buffer)`.
2807
- *
2808
- * If the file is not modified concurrently, the end-of-file is reached when the
2809
- * number of bytes read is zero.
2810
- *
2811
- * If this method is invoked as its `util.promisify()` ed version, it returns
2812
- * a promise for an `Object` with `bytesRead` and `buffer` properties.
2813
- * @since v0.0.2
2814
- * @param buffer The buffer that the data will be written to.
2815
- * @param offset The position in `buffer` to write the data to.
2816
- * @param length The number of bytes to read.
2817
- * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If
2818
- * `position` is an integer, the file position will be unchanged.
2819
- */
2820
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2821
- fd: number,
2822
- buffer: TBuffer,
2823
- offset: number,
2824
- length: number,
2825
- position: ReadPosition | null,
2826
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2827
- ): void;
2828
- /**
2829
- * Similar to the above `fs.read` function, this version takes an optional `options` object.
2830
- * If not otherwise specified in an `options` object,
2831
- * `buffer` defaults to `Buffer.alloc(16384)`,
2832
- * `offset` defaults to `0`,
2833
- * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0
2834
- * `position` defaults to `null`
2835
- * @since v12.17.0, 13.11.0
2836
- */
2837
- function read<TBuffer extends NodeJS.ArrayBufferView = NonSharedBuffer>(
2838
- fd: number,
2839
- options: ReadOptionsWithBuffer<TBuffer>,
2840
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2841
- ): void;
2842
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2843
- fd: number,
2844
- buffer: TBuffer,
2845
- options: ReadOptions,
2846
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2847
- ): void;
2848
- function read<TBuffer extends NodeJS.ArrayBufferView>(
2849
- fd: number,
2850
- buffer: TBuffer,
2851
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void,
2852
- ): void;
2853
- function read(
2854
- fd: number,
2855
- callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NonSharedBuffer) => void,
2856
- ): void;
2857
- namespace read {
2858
- /**
2859
- * @param fd A file descriptor.
2860
- * @param buffer The buffer that the data will be written to.
2861
- * @param offset The offset in the buffer at which to start writing.
2862
- * @param length The number of bytes to read.
2863
- * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position.
2864
- */
2865
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView>(
2866
- fd: number,
2867
- buffer: TBuffer,
2868
- offset: number,
2869
- length: number,
2870
- position: ReadPosition | null,
2871
- ): Promise<{
2872
- bytesRead: number;
2873
- buffer: TBuffer;
2874
- }>;
2875
- function __promisify__<TBuffer extends NodeJS.ArrayBufferView = NonSharedBuffer>(
2876
- fd: number,
2877
- options: ReadOptionsWithBuffer<TBuffer>,
2878
- ): Promise<{
2879
- bytesRead: number;
2880
- buffer: TBuffer;
2881
- }>;
2882
- function __promisify__(fd: number): Promise<{
2883
- bytesRead: number;
2884
- buffer: NonSharedBuffer;
2885
- }>;
2886
- }
2887
- /**
2888
- * Returns the number of `bytesRead`.
2889
- *
2890
- * For detailed information, see the documentation of the asynchronous version of
2891
- * this API: {@link read}.
2892
- * @since v0.1.21
2893
- * @param [position='null']
2894
- */
2895
- function readSync(
2896
- fd: number,
2897
- buffer: NodeJS.ArrayBufferView,
2898
- offset: number,
2899
- length: number,
2900
- position: ReadPosition | null,
2901
- ): number;
2902
- /**
2903
- * Similar to the above `fs.readSync` function, this version takes an optional `options` object.
2904
- * If no `options` object is specified, it will default with the above values.
2905
- */
2906
- function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadOptions): number;
2907
- /**
2908
- * Asynchronously reads the entire contents of a file.
2909
- *
2910
- * ```js
2911
- * import { readFile } from 'node:fs';
2912
- *
2913
- * readFile('/etc/passwd', (err, data) => {
2914
- * if (err) throw err;
2915
- * console.log(data);
2916
- * });
2917
- * ```
2918
- *
2919
- * The callback is passed two arguments `(err, data)`, where `data` is the
2920
- * contents of the file.
2921
- *
2922
- * If no encoding is specified, then the raw buffer is returned.
2923
- *
2924
- * If `options` is a string, then it specifies the encoding:
2925
- *
2926
- * ```js
2927
- * import { readFile } from 'node:fs';
2928
- *
2929
- * readFile('/etc/passwd', 'utf8', callback);
2930
- * ```
2931
- *
2932
- * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an
2933
- * error will be returned. On FreeBSD, a representation of the directory's contents
2934
- * will be returned.
2935
- *
2936
- * ```js
2937
- * import { readFile } from 'node:fs';
2938
- *
2939
- * // macOS, Linux, and Windows
2940
- * readFile('<directory>', (err, data) => {
2941
- * // => [Error: EISDIR: illegal operation on a directory, read <directory>]
2942
- * });
2943
- *
2944
- * // FreeBSD
2945
- * readFile('<directory>', (err, data) => {
2946
- * // => null, <data>
2947
- * });
2948
- * ```
2949
- *
2950
- * It is possible to abort an ongoing request using an `AbortSignal`. If a
2951
- * request is aborted the callback is called with an `AbortError`:
2952
- *
2953
- * ```js
2954
- * import { readFile } from 'node:fs';
2955
- *
2956
- * const controller = new AbortController();
2957
- * const signal = controller.signal;
2958
- * readFile(fileInfo[0].name, { signal }, (err, buf) => {
2959
- * // ...
2960
- * });
2961
- * // When you want to abort the request
2962
- * controller.abort();
2963
- * ```
2964
- *
2965
- * The `fs.readFile()` function buffers the entire file. To minimize memory costs,
2966
- * when possible prefer streaming via `fs.createReadStream()`.
2967
- *
2968
- * Aborting an ongoing request does not abort individual operating
2969
- * system requests but rather the internal buffering `fs.readFile` performs.
2970
- * @since v0.1.29
2971
- * @param path filename or file descriptor
2972
- */
2973
- function readFile(
2974
- path: PathOrFileDescriptor,
2975
- options:
2976
- | ({
2977
- encoding?: null | undefined;
2978
- flag?: string | undefined;
2979
- } & Abortable)
2980
- | undefined
2981
- | null,
2982
- callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void,
2983
- ): void;
2984
- /**
2985
- * Asynchronously reads the entire contents of a file.
2986
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
2987
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
2988
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
2989
- * If a flag is not provided, it defaults to `'r'`.
2990
- */
2991
- function readFile(
2992
- path: PathOrFileDescriptor,
2993
- options:
2994
- | ({
2995
- encoding: BufferEncoding;
2996
- flag?: string | undefined;
2997
- } & Abortable)
2998
- | BufferEncoding,
2999
- callback: (err: NodeJS.ErrnoException | null, data: string) => void,
3000
- ): void;
3001
- /**
3002
- * Asynchronously reads the entire contents of a file.
3003
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3004
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3005
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3006
- * If a flag is not provided, it defaults to `'r'`.
3007
- */
3008
- function readFile(
3009
- path: PathOrFileDescriptor,
3010
- options:
3011
- | (ObjectEncodingOptions & {
3012
- flag?: string | undefined;
3013
- } & Abortable)
3014
- | BufferEncoding
3015
- | undefined
3016
- | null,
3017
- callback: (err: NodeJS.ErrnoException | null, data: string | NonSharedBuffer) => void,
3018
- ): void;
3019
- /**
3020
- * Asynchronously reads the entire contents of a file.
3021
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3022
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3023
- */
3024
- function readFile(
3025
- path: PathOrFileDescriptor,
3026
- callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void,
3027
- ): void;
3028
- namespace readFile {
3029
- /**
3030
- * Asynchronously reads the entire contents of a file.
3031
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3032
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3033
- * @param options An object that may contain an optional flag.
3034
- * If a flag is not provided, it defaults to `'r'`.
3035
- */
3036
- function __promisify__(
3037
- path: PathOrFileDescriptor,
3038
- options?: {
3039
- encoding?: null | undefined;
3040
- flag?: string | undefined;
3041
- } | null,
3042
- ): Promise<NonSharedBuffer>;
3043
- /**
3044
- * Asynchronously reads the entire contents of a file.
3045
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3046
- * URL support is _experimental_.
3047
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3048
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3049
- * If a flag is not provided, it defaults to `'r'`.
3050
- */
3051
- function __promisify__(
3052
- path: PathOrFileDescriptor,
3053
- options:
3054
- | {
3055
- encoding: BufferEncoding;
3056
- flag?: string | undefined;
3057
- }
3058
- | BufferEncoding,
3059
- ): Promise<string>;
3060
- /**
3061
- * Asynchronously reads the entire contents of a file.
3062
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3063
- * URL support is _experimental_.
3064
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3065
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3066
- * If a flag is not provided, it defaults to `'r'`.
3067
- */
3068
- function __promisify__(
3069
- path: PathOrFileDescriptor,
3070
- options?:
3071
- | (ObjectEncodingOptions & {
3072
- flag?: string | undefined;
3073
- })
3074
- | BufferEncoding
3075
- | null,
3076
- ): Promise<string | NonSharedBuffer>;
3077
- }
3078
- /**
3079
- * Returns the contents of the `path`.
3080
- *
3081
- * For detailed information, see the documentation of the asynchronous version of
3082
- * this API: {@link readFile}.
3083
- *
3084
- * If the `encoding` option is specified then this function returns a
3085
- * string. Otherwise it returns a buffer.
3086
- *
3087
- * Similar to {@link readFile}, when the path is a directory, the behavior of `fs.readFileSync()` is platform-specific.
3088
- *
3089
- * ```js
3090
- * import { readFileSync } from 'node:fs';
3091
- *
3092
- * // macOS, Linux, and Windows
3093
- * readFileSync('<directory>');
3094
- * // => [Error: EISDIR: illegal operation on a directory, read <directory>]
3095
- *
3096
- * // FreeBSD
3097
- * readFileSync('<directory>'); // => <data>
3098
- * ```
3099
- * @since v0.1.8
3100
- * @param path filename or file descriptor
3101
- */
3102
- function readFileSync(
3103
- path: PathOrFileDescriptor,
3104
- options?: {
3105
- encoding?: null | undefined;
3106
- flag?: string | undefined;
3107
- } | null,
3108
- ): NonSharedBuffer;
3109
- /**
3110
- * Synchronously reads the entire contents of a file.
3111
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3112
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3113
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3114
- * If a flag is not provided, it defaults to `'r'`.
3115
- */
3116
- function readFileSync(
3117
- path: PathOrFileDescriptor,
3118
- options:
3119
- | {
3120
- encoding: BufferEncoding;
3121
- flag?: string | undefined;
3122
- }
3123
- | BufferEncoding,
3124
- ): string;
3125
- /**
3126
- * Synchronously reads the entire contents of a file.
3127
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3128
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3129
- * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag.
3130
- * If a flag is not provided, it defaults to `'r'`.
3131
- */
3132
- function readFileSync(
3133
- path: PathOrFileDescriptor,
3134
- options?:
3135
- | (ObjectEncodingOptions & {
3136
- flag?: string | undefined;
3137
- })
3138
- | BufferEncoding
3139
- | null,
3140
- ): string | NonSharedBuffer;
3141
- type WriteFileOptions =
3142
- | (
3143
- & ObjectEncodingOptions
3144
- & Abortable
3145
- & {
3146
- mode?: Mode | undefined;
3147
- flag?: string | undefined;
3148
- flush?: boolean | undefined;
3149
- }
3150
- )
3151
- | BufferEncoding
3152
- | null;
3153
- /**
3154
- * When `file` is a filename, asynchronously writes data to the file, replacing the
3155
- * file if it already exists. `data` can be a string or a buffer.
3156
- *
3157
- * When `file` is a file descriptor, the behavior is similar to calling `fs.write()` directly (which is recommended). See the notes below on using
3158
- * a file descriptor.
3159
- *
3160
- * The `encoding` option is ignored if `data` is a buffer.
3161
- *
3162
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3163
- *
3164
- * ```js
3165
- * import { writeFile } from 'node:fs';
3166
- * import { Buffer } from 'node:buffer';
3167
- *
3168
- * const data = new Uint8Array(Buffer.from('Hello Node.js'));
3169
- * writeFile('message.txt', data, (err) => {
3170
- * if (err) throw err;
3171
- * console.log('The file has been saved!');
3172
- * });
3173
- * ```
3174
- *
3175
- * If `options` is a string, then it specifies the encoding:
3176
- *
3177
- * ```js
3178
- * import { writeFile } from 'node:fs';
3179
- *
3180
- * writeFile('message.txt', 'Hello Node.js', 'utf8', callback);
3181
- * ```
3182
- *
3183
- * It is unsafe to use `fs.writeFile()` multiple times on the same file without
3184
- * waiting for the callback. For this scenario, {@link createWriteStream} is
3185
- * recommended.
3186
- *
3187
- * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that
3188
- * performs multiple `write` calls internally to write the buffer passed to it.
3189
- * For performance sensitive code consider using {@link createWriteStream}.
3190
- *
3191
- * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`.
3192
- * Cancelation is "best effort", and some amount of data is likely still
3193
- * to be written.
3194
- *
3195
- * ```js
3196
- * import { writeFile } from 'node:fs';
3197
- * import { Buffer } from 'node:buffer';
3198
- *
3199
- * const controller = new AbortController();
3200
- * const { signal } = controller;
3201
- * const data = new Uint8Array(Buffer.from('Hello Node.js'));
3202
- * writeFile('message.txt', data, { signal }, (err) => {
3203
- * // When a request is aborted - the callback is called with an AbortError
3204
- * });
3205
- * // When the request should be aborted
3206
- * controller.abort();
3207
- * ```
3208
- *
3209
- * Aborting an ongoing request does not abort individual operating
3210
- * system requests but rather the internal buffering `fs.writeFile` performs.
3211
- * @since v0.1.29
3212
- * @param file filename or file descriptor
3213
- */
3214
- function writeFile(
3215
- file: PathOrFileDescriptor,
3216
- data: string | NodeJS.ArrayBufferView,
3217
- options: WriteFileOptions,
3218
- callback: NoParamCallback,
3219
- ): void;
3220
- /**
3221
- * Asynchronously writes data to a file, replacing the file if it already exists.
3222
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3223
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3224
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3225
- */
3226
- function writeFile(
3227
- path: PathOrFileDescriptor,
3228
- data: string | NodeJS.ArrayBufferView,
3229
- callback: NoParamCallback,
3230
- ): void;
3231
- namespace writeFile {
3232
- /**
3233
- * Asynchronously writes data to a file, replacing the file if it already exists.
3234
- * @param path A path to a file. If a URL is provided, it must use the `file:` protocol.
3235
- * URL support is _experimental_.
3236
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3237
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3238
- * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
3239
- * If `encoding` is not supplied, the default of `'utf8'` is used.
3240
- * If `mode` is not supplied, the default of `0o666` is used.
3241
- * If `mode` is a string, it is parsed as an octal integer.
3242
- * If `flag` is not supplied, the default of `'w'` is used.
3243
- */
3244
- function __promisify__(
3245
- path: PathOrFileDescriptor,
3246
- data: string | NodeJS.ArrayBufferView,
3247
- options?: WriteFileOptions,
3248
- ): Promise<void>;
3249
- }
3250
- /**
3251
- * Returns `undefined`.
3252
- *
3253
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3254
- *
3255
- * For detailed information, see the documentation of the asynchronous version of
3256
- * this API: {@link writeFile}.
3257
- * @since v0.1.29
3258
- * @param file filename or file descriptor
3259
- */
3260
- function writeFileSync(
3261
- file: PathOrFileDescriptor,
3262
- data: string | NodeJS.ArrayBufferView,
3263
- options?: WriteFileOptions,
3264
- ): void;
3265
- /**
3266
- * Asynchronously append data to a file, creating the file if it does not yet
3267
- * exist. `data` can be a string or a `Buffer`.
3268
- *
3269
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3270
- *
3271
- * ```js
3272
- * import { appendFile } from 'node:fs';
3273
- *
3274
- * appendFile('message.txt', 'data to append', (err) => {
3275
- * if (err) throw err;
3276
- * console.log('The "data to append" was appended to file!');
3277
- * });
3278
- * ```
3279
- *
3280
- * If `options` is a string, then it specifies the encoding:
3281
- *
3282
- * ```js
3283
- * import { appendFile } from 'node:fs';
3284
- *
3285
- * appendFile('message.txt', 'data to append', 'utf8', callback);
3286
- * ```
3287
- *
3288
- * The `path` may be specified as a numeric file descriptor that has been opened
3289
- * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will
3290
- * not be closed automatically.
3291
- *
3292
- * ```js
3293
- * import { open, close, appendFile } from 'node:fs';
3294
- *
3295
- * function closeFd(fd) {
3296
- * close(fd, (err) => {
3297
- * if (err) throw err;
3298
- * });
3299
- * }
3300
- *
3301
- * open('message.txt', 'a', (err, fd) => {
3302
- * if (err) throw err;
3303
- *
3304
- * try {
3305
- * appendFile(fd, 'data to append', 'utf8', (err) => {
3306
- * closeFd(fd);
3307
- * if (err) throw err;
3308
- * });
3309
- * } catch (err) {
3310
- * closeFd(fd);
3311
- * throw err;
3312
- * }
3313
- * });
3314
- * ```
3315
- * @since v0.6.7
3316
- * @param path filename or file descriptor
3317
- */
3318
- function appendFile(
3319
- path: PathOrFileDescriptor,
3320
- data: string | Uint8Array,
3321
- options: WriteFileOptions,
3322
- callback: NoParamCallback,
3323
- ): void;
3324
- /**
3325
- * Asynchronously append data to a file, creating the file if it does not exist.
3326
- * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
3327
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3328
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3329
- */
3330
- function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void;
3331
- namespace appendFile {
3332
- /**
3333
- * Asynchronously append data to a file, creating the file if it does not exist.
3334
- * @param file A path to a file. If a URL is provided, it must use the `file:` protocol.
3335
- * URL support is _experimental_.
3336
- * If a file descriptor is provided, the underlying file will _not_ be closed automatically.
3337
- * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string.
3338
- * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag.
3339
- * If `encoding` is not supplied, the default of `'utf8'` is used.
3340
- * If `mode` is not supplied, the default of `0o666` is used.
3341
- * If `mode` is a string, it is parsed as an octal integer.
3342
- * If `flag` is not supplied, the default of `'a'` is used.
3343
- */
3344
- function __promisify__(
3345
- file: PathOrFileDescriptor,
3346
- data: string | Uint8Array,
3347
- options?: WriteFileOptions,
3348
- ): Promise<void>;
3349
- }
3350
- /**
3351
- * Synchronously append data to a file, creating the file if it does not yet
3352
- * exist. `data` can be a string or a `Buffer`.
3353
- *
3354
- * The `mode` option only affects the newly created file. See {@link open} for more details.
3355
- *
3356
- * ```js
3357
- * import { appendFileSync } from 'node:fs';
3358
- *
3359
- * try {
3360
- * appendFileSync('message.txt', 'data to append');
3361
- * console.log('The "data to append" was appended to file!');
3362
- * } catch (err) {
3363
- * // Handle the error
3364
- * }
3365
- * ```
3366
- *
3367
- * If `options` is a string, then it specifies the encoding:
3368
- *
3369
- * ```js
3370
- * import { appendFileSync } from 'node:fs';
3371
- *
3372
- * appendFileSync('message.txt', 'data to append', 'utf8');
3373
- * ```
3374
- *
3375
- * The `path` may be specified as a numeric file descriptor that has been opened
3376
- * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will
3377
- * not be closed automatically.
3378
- *
3379
- * ```js
3380
- * import { openSync, closeSync, appendFileSync } from 'node:fs';
3381
- *
3382
- * let fd;
3383
- *
3384
- * try {
3385
- * fd = openSync('message.txt', 'a');
3386
- * appendFileSync(fd, 'data to append', 'utf8');
3387
- * } catch (err) {
3388
- * // Handle the error
3389
- * } finally {
3390
- * if (fd !== undefined)
3391
- * closeSync(fd);
3392
- * }
3393
- * ```
3394
- * @since v0.6.7
3395
- * @param path filename or file descriptor
3396
- */
3397
- function appendFileSync(
3398
- path: PathOrFileDescriptor,
3399
- data: string | Uint8Array,
3400
- options?: WriteFileOptions,
3401
- ): void;
3402
- /**
3403
- * Watch for changes on `filename`. The callback `listener` will be called each
3404
- * time the file is accessed.
3405
- *
3406
- * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3407
- * whether the process should continue to run as long as files are being watched.
3408
- * The `options` object may specify an `interval` property indicating how often the
3409
- * target should be polled in milliseconds.
3410
- *
3411
- * The `listener` gets two arguments the current stat object and the previous
3412
- * stat object:
3413
- *
3414
- * ```js
3415
- * import { watchFile } from 'node:fs';
3416
- *
3417
- * watchFile('message.text', (curr, prev) => {
3418
- * console.log(`the current mtime is: ${curr.mtime}`);
3419
- * console.log(`the previous mtime was: ${prev.mtime}`);
3420
- * });
3421
- * ```
3422
- *
3423
- * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
3424
- * the numeric values in these objects are specified as `BigInt`s.
3425
- *
3426
- * To be notified when the file was modified, not just accessed, it is necessary
3427
- * to compare `curr.mtimeMs` and `prev.mtimeMs`.
3428
- *
3429
- * When an `fs.watchFile` operation results in an `ENOENT` error, it
3430
- * will invoke the listener once, with all the fields zeroed (or, for dates, the
3431
- * Unix Epoch). If the file is created later on, the listener will be called
3432
- * again, with the latest stat objects. This is a change in functionality since
3433
- * v0.10.
3434
- *
3435
- * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3436
- *
3437
- * When a file being watched by `fs.watchFile()` disappears and reappears,
3438
- * then the contents of `previous` in the second callback event (the file's
3439
- * reappearance) will be the same as the contents of `previous` in the first
3440
- * callback event (its disappearance).
3441
- *
3442
- * This happens when:
3443
- *
3444
- * * the file is deleted, followed by a restore
3445
- * * the file is renamed and then renamed a second time back to its original name
3446
- * @since v0.1.31
3447
- */
3448
- interface WatchFileOptions {
3449
- bigint?: boolean | undefined;
3450
- persistent?: boolean | undefined;
3451
- interval?: number | undefined;
3452
- }
3453
- /**
3454
- * Watch for changes on `filename`. The callback `listener` will be called each
3455
- * time the file is accessed.
3456
- *
3457
- * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates
3458
- * whether the process should continue to run as long as files are being watched.
3459
- * The `options` object may specify an `interval` property indicating how often the
3460
- * target should be polled in milliseconds.
3461
- *
3462
- * The `listener` gets two arguments the current stat object and the previous
3463
- * stat object:
3464
- *
3465
- * ```js
3466
- * import { watchFile } from 'node:fs';
3467
- *
3468
- * watchFile('message.text', (curr, prev) => {
3469
- * console.log(`the current mtime is: ${curr.mtime}`);
3470
- * console.log(`the previous mtime was: ${prev.mtime}`);
3471
- * });
3472
- * ```
3473
- *
3474
- * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`,
3475
- * the numeric values in these objects are specified as `BigInt`s.
3476
- *
3477
- * To be notified when the file was modified, not just accessed, it is necessary
3478
- * to compare `curr.mtimeMs` and `prev.mtimeMs`.
3479
- *
3480
- * When an `fs.watchFile` operation results in an `ENOENT` error, it
3481
- * will invoke the listener once, with all the fields zeroed (or, for dates, the
3482
- * Unix Epoch). If the file is created later on, the listener will be called
3483
- * again, with the latest stat objects. This is a change in functionality since
3484
- * v0.10.
3485
- *
3486
- * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible.
3487
- *
3488
- * When a file being watched by `fs.watchFile()` disappears and reappears,
3489
- * then the contents of `previous` in the second callback event (the file's
3490
- * reappearance) will be the same as the contents of `previous` in the first
3491
- * callback event (its disappearance).
3492
- *
3493
- * This happens when:
3494
- *
3495
- * * the file is deleted, followed by a restore
3496
- * * the file is renamed and then renamed a second time back to its original name
3497
- * @since v0.1.31
3498
- */
3499
- function watchFile(
3500
- filename: PathLike,
3501
- options:
3502
- | (WatchFileOptions & {
3503
- bigint?: false | undefined;
3504
- })
3505
- | undefined,
3506
- listener: StatsListener,
3507
- ): StatWatcher;
3508
- function watchFile(
3509
- filename: PathLike,
3510
- options:
3511
- | (WatchFileOptions & {
3512
- bigint: true;
3513
- })
3514
- | undefined,
3515
- listener: BigIntStatsListener,
3516
- ): StatWatcher;
3517
- /**
3518
- * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed.
3519
- * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3520
- */
3521
- function watchFile(filename: PathLike, listener: StatsListener): StatWatcher;
3522
- /**
3523
- * Stop watching for changes on `filename`. If `listener` is specified, only that
3524
- * particular listener is removed. Otherwise, _all_ listeners are removed,
3525
- * effectively stopping watching of `filename`.
3526
- *
3527
- * Calling `fs.unwatchFile()` with a filename that is not being watched is a
3528
- * no-op, not an error.
3529
- *
3530
- * Using {@link watch} is more efficient than `fs.watchFile()` and `fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()` and `fs.unwatchFile()` when possible.
3531
- * @since v0.1.31
3532
- * @param listener Optional, a listener previously attached using `fs.watchFile()`
3533
- */
3534
- function unwatchFile(filename: PathLike, listener?: StatsListener): void;
3535
- function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void;
3536
- type WatchIgnorePredicate = string | RegExp | ((filename: string) => boolean);
3537
- interface WatchOptions extends Abortable {
3538
- encoding?: BufferEncoding | "buffer" | undefined;
3539
- persistent?: boolean | undefined;
3540
- recursive?: boolean | undefined;
3541
- ignore?: WatchIgnorePredicate | readonly WatchIgnorePredicate[] | undefined;
3542
- }
3543
- interface WatchOptionsWithBufferEncoding extends WatchOptions {
3544
- encoding: "buffer";
3545
- }
3546
- interface WatchOptionsWithStringEncoding extends WatchOptions {
3547
- encoding?: BufferEncoding | undefined;
3548
- }
3549
- type WatchEventType = "rename" | "change";
3550
- type WatchListener<T> = (event: WatchEventType, filename: T | null) => void;
3551
- type StatsListener = (curr: Stats, prev: Stats) => void;
3552
- type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void;
3553
- /**
3554
- * Watch for changes on `filename`, where `filename` is either a file or a
3555
- * directory.
3556
- *
3557
- * The second argument is optional. If `options` is provided as a string, it
3558
- * specifies the `encoding`. Otherwise `options` should be passed as an object.
3559
- *
3560
- * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file
3561
- * which triggered the event.
3562
- *
3563
- * On most platforms, `'rename'` is emitted whenever a filename appears or
3564
- * disappears in the directory.
3565
- *
3566
- * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of `eventType`.
3567
- *
3568
- * If a `signal` is passed, aborting the corresponding AbortController will close
3569
- * the returned `fs.FSWatcher`.
3570
- * @since v0.5.10
3571
- * @param listener
3572
- */
3573
- function watch(
3574
- filename: PathLike,
3575
- options?: WatchOptionsWithStringEncoding | BufferEncoding | null,
3576
- listener?: WatchListener<string>,
3577
- ): FSWatcher;
3578
- function watch(
3579
- filename: PathLike,
3580
- options: WatchOptionsWithBufferEncoding | "buffer",
3581
- listener: WatchListener<NonSharedBuffer>,
3582
- ): FSWatcher;
3583
- function watch(
3584
- filename: PathLike,
3585
- options: WatchOptions | BufferEncoding | "buffer" | null,
3586
- listener: WatchListener<string | NonSharedBuffer>,
3587
- ): FSWatcher;
3588
- function watch(filename: PathLike, listener: WatchListener<string>): FSWatcher;
3589
- /**
3590
- * Test whether or not the given path exists by checking with the file system.
3591
- * Then call the `callback` argument with either true or false:
3592
- *
3593
- * ```js
3594
- * import { exists } from 'node:fs';
3595
- *
3596
- * exists('/etc/passwd', (e) => {
3597
- * console.log(e ? 'it exists' : 'no passwd!');
3598
- * });
3599
- * ```
3600
- *
3601
- * **The parameters for this callback are not consistent with other Node.js**
3602
- * **callbacks.** Normally, the first parameter to a Node.js callback is an `err` parameter, optionally followed by other parameters. The `fs.exists()` callback
3603
- * has only one boolean parameter. This is one reason `fs.access()` is recommended
3604
- * instead of `fs.exists()`.
3605
- *
3606
- * Using `fs.exists()` to check for the existence of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing
3607
- * so introduces a race condition, since other processes may change the file's
3608
- * state between the two calls. Instead, user code should open/read/write the
3609
- * file directly and handle the error raised if the file does not exist.
3610
- *
3611
- * **write (NOT RECOMMENDED)**
3612
- *
3613
- * ```js
3614
- * import { exists, open, close } from 'node:fs';
3615
- *
3616
- * exists('myfile', (e) => {
3617
- * if (e) {
3618
- * console.error('myfile already exists');
3619
- * } else {
3620
- * open('myfile', 'wx', (err, fd) => {
3621
- * if (err) throw err;
3622
- *
3623
- * try {
3624
- * writeMyData(fd);
3625
- * } finally {
3626
- * close(fd, (err) => {
3627
- * if (err) throw err;
3628
- * });
3629
- * }
3630
- * });
3631
- * }
3632
- * });
3633
- * ```
3634
- *
3635
- * **write (RECOMMENDED)**
3636
- *
3637
- * ```js
3638
- * import { open, close } from 'node:fs';
3639
- * open('myfile', 'wx', (err, fd) => {
3640
- * if (err) {
3641
- * if (err.code === 'EEXIST') {
3642
- * console.error('myfile already exists');
3643
- * return;
3644
- * }
3645
- *
3646
- * throw err;
3647
- * }
3648
- *
3649
- * try {
3650
- * writeMyData(fd);
3651
- * } finally {
3652
- * close(fd, (err) => {
3653
- * if (err) throw err;
3654
- * });
3655
- * }
3656
- * });
3657
- * ```
3658
- *
3659
- * **read (NOT RECOMMENDED)**
3660
- *
3661
- * ```js
3662
- * import { open, close, exists } from 'node:fs';
3663
- *
3664
- * exists('myfile', (e) => {
3665
- * if (e) {
3666
- * open('myfile', 'r', (err, fd) => {
3667
- * if (err) throw err;
3668
- *
3669
- * try {
3670
- * readMyData(fd);
3671
- * } finally {
3672
- * close(fd, (err) => {
3673
- * if (err) throw err;
3674
- * });
3675
- * }
3676
- * });
3677
- * } else {
3678
- * console.error('myfile does not exist');
3679
- * }
3680
- * });
3681
- * ```
3682
- *
3683
- * **read (RECOMMENDED)**
3684
- *
3685
- * ```js
3686
- * import { open, close } from 'node:fs';
3687
- *
3688
- * open('myfile', 'r', (err, fd) => {
3689
- * if (err) {
3690
- * if (err.code === 'ENOENT') {
3691
- * console.error('myfile does not exist');
3692
- * return;
3693
- * }
3694
- *
3695
- * throw err;
3696
- * }
3697
- *
3698
- * try {
3699
- * readMyData(fd);
3700
- * } finally {
3701
- * close(fd, (err) => {
3702
- * if (err) throw err;
3703
- * });
3704
- * }
3705
- * });
3706
- * ```
3707
- *
3708
- * The "not recommended" examples above check for existence and then use the
3709
- * file; the "recommended" examples are better because they use the file directly
3710
- * and handle the error, if any.
3711
- *
3712
- * In general, check for the existence of a file only if the file won't be
3713
- * used directly, for example when its existence is a signal from another
3714
- * process.
3715
- * @since v0.0.2
3716
- * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead.
3717
- */
3718
- function exists(path: PathLike, callback: (exists: boolean) => void): void;
3719
- /** @deprecated */
3720
- namespace exists {
3721
- /**
3722
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
3723
- * URL support is _experimental_.
3724
- */
3725
- function __promisify__(path: PathLike): Promise<boolean>;
3726
- }
3727
- /**
3728
- * Returns `true` if the path exists, `false` otherwise.
3729
- *
3730
- * For detailed information, see the documentation of the asynchronous version of
3731
- * this API: {@link exists}.
3732
- *
3733
- * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback` parameter to `fs.exists()` accepts parameters that are inconsistent with other
3734
- * Node.js callbacks. `fs.existsSync()` does not use a callback.
3735
- *
3736
- * ```js
3737
- * import { existsSync } from 'node:fs';
3738
- *
3739
- * if (existsSync('/etc/passwd'))
3740
- * console.log('The path exists.');
3741
- * ```
3742
- * @since v0.1.21
3743
- */
3744
- function existsSync(path: PathLike): boolean;
3745
- namespace constants {
3746
- // File Access Constants
3747
- /** Constant for fs.access(). File is visible to the calling process. */
3748
- const F_OK: number;
3749
- /** Constant for fs.access(). File can be read by the calling process. */
3750
- const R_OK: number;
3751
- /** Constant for fs.access(). File can be written by the calling process. */
3752
- const W_OK: number;
3753
- /** Constant for fs.access(). File can be executed by the calling process. */
3754
- const X_OK: number;
3755
- // File Copy Constants
3756
- /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */
3757
- const COPYFILE_EXCL: number;
3758
- /**
3759
- * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink.
3760
- * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used.
3761
- */
3762
- const COPYFILE_FICLONE: number;
3763
- /**
3764
- * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink.
3765
- * If the underlying platform does not support copy-on-write, then the operation will fail with an error.
3766
- */
3767
- const COPYFILE_FICLONE_FORCE: number;
3768
- // File Open Constants
3769
- /** Constant for fs.open(). Flag indicating to open a file for read-only access. */
3770
- const O_RDONLY: number;
3771
- /** Constant for fs.open(). Flag indicating to open a file for write-only access. */
3772
- const O_WRONLY: number;
3773
- /** Constant for fs.open(). Flag indicating to open a file for read-write access. */
3774
- const O_RDWR: number;
3775
- /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */
3776
- const O_CREAT: number;
3777
- /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */
3778
- const O_EXCL: number;
3779
- /**
3780
- * Constant for fs.open(). Flag indicating that if path identifies a terminal device,
3781
- * opening the path shall not cause that terminal to become the controlling terminal for the process
3782
- * (if the process does not already have one).
3783
- */
3784
- const O_NOCTTY: number;
3785
- /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */
3786
- const O_TRUNC: number;
3787
- /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */
3788
- const O_APPEND: number;
3789
- /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */
3790
- const O_DIRECTORY: number;
3791
- /**
3792
- * constant for fs.open().
3793
- * Flag indicating reading accesses to the file system will no longer result in
3794
- * an update to the atime information associated with the file.
3795
- * This flag is available on Linux operating systems only.
3796
- */
3797
- const O_NOATIME: number;
3798
- /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */
3799
- const O_NOFOLLOW: number;
3800
- /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */
3801
- const O_SYNC: number;
3802
- /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */
3803
- const O_DSYNC: number;
3804
- /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */
3805
- const O_SYMLINK: number;
3806
- /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */
3807
- const O_DIRECT: number;
3808
- /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */
3809
- const O_NONBLOCK: number;
3810
- // File Type Constants
3811
- /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */
3812
- const S_IFMT: number;
3813
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */
3814
- const S_IFREG: number;
3815
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */
3816
- const S_IFDIR: number;
3817
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */
3818
- const S_IFCHR: number;
3819
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */
3820
- const S_IFBLK: number;
3821
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */
3822
- const S_IFIFO: number;
3823
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */
3824
- const S_IFLNK: number;
3825
- /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */
3826
- const S_IFSOCK: number;
3827
- // File Mode Constants
3828
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */
3829
- const S_IRWXU: number;
3830
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */
3831
- const S_IRUSR: number;
3832
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */
3833
- const S_IWUSR: number;
3834
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */
3835
- const S_IXUSR: number;
3836
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */
3837
- const S_IRWXG: number;
3838
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */
3839
- const S_IRGRP: number;
3840
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */
3841
- const S_IWGRP: number;
3842
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */
3843
- const S_IXGRP: number;
3844
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */
3845
- const S_IRWXO: number;
3846
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */
3847
- const S_IROTH: number;
3848
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */
3849
- const S_IWOTH: number;
3850
- /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */
3851
- const S_IXOTH: number;
3852
- /**
3853
- * When set, a memory file mapping is used to access the file. This flag
3854
- * is available on Windows operating systems only. On other operating systems,
3855
- * this flag is ignored.
3856
- */
3857
- const UV_FS_O_FILEMAP: number;
3858
- }
3859
- /**
3860
- * Tests a user's permissions for the file or directory specified by `path`.
3861
- * The `mode` argument is an optional integer that specifies the accessibility
3862
- * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK`
3863
- * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
3864
- * possible values of `mode`.
3865
- *
3866
- * The final argument, `callback`, is a callback function that is invoked with
3867
- * a possible error argument. If any of the accessibility checks fail, the error
3868
- * argument will be an `Error` object. The following examples check if `package.json` exists, and if it is readable or writable.
3869
- *
3870
- * ```js
3871
- * import { access, constants } from 'node:fs';
3872
- *
3873
- * const file = 'package.json';
3874
- *
3875
- * // Check if the file exists in the current directory.
3876
- * access(file, constants.F_OK, (err) => {
3877
- * console.log(`${file} ${err ? 'does not exist' : 'exists'}`);
3878
- * });
3879
- *
3880
- * // Check if the file is readable.
3881
- * access(file, constants.R_OK, (err) => {
3882
- * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`);
3883
- * });
3884
- *
3885
- * // Check if the file is writable.
3886
- * access(file, constants.W_OK, (err) => {
3887
- * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`);
3888
- * });
3889
- *
3890
- * // Check if the file is readable and writable.
3891
- * access(file, constants.R_OK | constants.W_OK, (err) => {
3892
- * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`);
3893
- * });
3894
- * ```
3895
- *
3896
- * Do not use `fs.access()` to check for the accessibility of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing
3897
- * so introduces a race condition, since other processes may change the file's
3898
- * state between the two calls. Instead, user code should open/read/write the
3899
- * file directly and handle the error raised if the file is not accessible.
3900
- *
3901
- * **write (NOT RECOMMENDED)**
3902
- *
3903
- * ```js
3904
- * import { access, open, close } from 'node:fs';
3905
- *
3906
- * access('myfile', (err) => {
3907
- * if (!err) {
3908
- * console.error('myfile already exists');
3909
- * return;
3910
- * }
3911
- *
3912
- * open('myfile', 'wx', (err, fd) => {
3913
- * if (err) throw err;
3914
- *
3915
- * try {
3916
- * writeMyData(fd);
3917
- * } finally {
3918
- * close(fd, (err) => {
3919
- * if (err) throw err;
3920
- * });
3921
- * }
3922
- * });
3923
- * });
3924
- * ```
3925
- *
3926
- * **write (RECOMMENDED)**
3927
- *
3928
- * ```js
3929
- * import { open, close } from 'node:fs';
3930
- *
3931
- * open('myfile', 'wx', (err, fd) => {
3932
- * if (err) {
3933
- * if (err.code === 'EEXIST') {
3934
- * console.error('myfile already exists');
3935
- * return;
3936
- * }
3937
- *
3938
- * throw err;
3939
- * }
3940
- *
3941
- * try {
3942
- * writeMyData(fd);
3943
- * } finally {
3944
- * close(fd, (err) => {
3945
- * if (err) throw err;
3946
- * });
3947
- * }
3948
- * });
3949
- * ```
3950
- *
3951
- * **read (NOT RECOMMENDED)**
3952
- *
3953
- * ```js
3954
- * import { access, open, close } from 'node:fs';
3955
- * access('myfile', (err) => {
3956
- * if (err) {
3957
- * if (err.code === 'ENOENT') {
3958
- * console.error('myfile does not exist');
3959
- * return;
3960
- * }
3961
- *
3962
- * throw err;
3963
- * }
3964
- *
3965
- * open('myfile', 'r', (err, fd) => {
3966
- * if (err) throw err;
3967
- *
3968
- * try {
3969
- * readMyData(fd);
3970
- * } finally {
3971
- * close(fd, (err) => {
3972
- * if (err) throw err;
3973
- * });
3974
- * }
3975
- * });
3976
- * });
3977
- * ```
3978
- *
3979
- * **read (RECOMMENDED)**
3980
- *
3981
- * ```js
3982
- * import { open, close } from 'node:fs';
3983
- *
3984
- * open('myfile', 'r', (err, fd) => {
3985
- * if (err) {
3986
- * if (err.code === 'ENOENT') {
3987
- * console.error('myfile does not exist');
3988
- * return;
3989
- * }
3990
- *
3991
- * throw err;
3992
- * }
3993
- *
3994
- * try {
3995
- * readMyData(fd);
3996
- * } finally {
3997
- * close(fd, (err) => {
3998
- * if (err) throw err;
3999
- * });
4000
- * }
4001
- * });
4002
- * ```
4003
- *
4004
- * The "not recommended" examples above check for accessibility and then use the
4005
- * file; the "recommended" examples are better because they use the file directly
4006
- * and handle the error, if any.
4007
- *
4008
- * In general, check for the accessibility of a file only if the file will not be
4009
- * used directly, for example when its accessibility is a signal from another
4010
- * process.
4011
- *
4012
- * On Windows, access-control policies (ACLs) on a directory may limit access to
4013
- * a file or directory. The `fs.access()` function, however, does not check the
4014
- * ACL and therefore may report that a path is accessible even if the ACL restricts
4015
- * the user from reading or writing to it.
4016
- * @since v0.11.15
4017
- * @param [mode=fs.constants.F_OK]
4018
- */
4019
- function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void;
4020
- /**
4021
- * Asynchronously tests a user's permissions for the file specified by path.
4022
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
4023
- */
4024
- function access(path: PathLike, callback: NoParamCallback): void;
4025
- namespace access {
4026
- /**
4027
- * Asynchronously tests a user's permissions for the file specified by path.
4028
- * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol.
4029
- * URL support is _experimental_.
4030
- */
4031
- function __promisify__(path: PathLike, mode?: number): Promise<void>;
4032
- }
4033
- /**
4034
- * Synchronously tests a user's permissions for the file or directory specified
4035
- * by `path`. The `mode` argument is an optional integer that specifies the
4036
- * accessibility checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and
4037
- * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for
4038
- * possible values of `mode`.
4039
- *
4040
- * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise,
4041
- * the method will return `undefined`.
4042
- *
4043
- * ```js
4044
- * import { accessSync, constants } from 'node:fs';
4045
- *
4046
- * try {
4047
- * accessSync('etc/passwd', constants.R_OK | constants.W_OK);
4048
- * console.log('can read/write');
4049
- * } catch (err) {
4050
- * console.error('no access!');
4051
- * }
4052
- * ```
4053
- * @since v0.11.15
4054
- * @param [mode=fs.constants.F_OK]
4055
- */
4056
- function accessSync(path: PathLike, mode?: number): void;
4057
- interface StreamOptions {
4058
- flags?: string | undefined;
4059
- encoding?: BufferEncoding | undefined;
4060
- fd?: number | FileHandle | undefined;
4061
- mode?: number | undefined;
4062
- autoClose?: boolean | undefined;
4063
- emitClose?: boolean | undefined;
4064
- start?: number | undefined;
4065
- signal?: AbortSignal | null | undefined;
4066
- highWaterMark?: number | undefined;
4067
- }
4068
- interface FSImplementation {
4069
- open?: (...args: any[]) => any;
4070
- close?: (...args: any[]) => any;
4071
- }
4072
- interface CreateReadStreamFSImplementation extends FSImplementation {
4073
- read: (...args: any[]) => any;
4074
- }
4075
- interface CreateWriteStreamFSImplementation extends FSImplementation {
4076
- write: (...args: any[]) => any;
4077
- writev?: (...args: any[]) => any;
4078
- }
4079
- interface ReadStreamOptions extends StreamOptions {
4080
- fs?: CreateReadStreamFSImplementation | null | undefined;
4081
- end?: number | undefined;
4082
- }
4083
- interface WriteStreamOptions extends StreamOptions {
4084
- fs?: CreateWriteStreamFSImplementation | null | undefined;
4085
- flush?: boolean | undefined;
4086
- }
4087
- /**
4088
- * `options` can include `start` and `end` values to read a range of bytes from
4089
- * the file instead of the entire file. Both `start` and `end` are inclusive and
4090
- * start counting at 0, allowed values are in the
4091
- * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is
4092
- * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the
4093
- * current file position. The `encoding` can be any one of those accepted by `Buffer`.
4094
- *
4095
- * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use
4096
- * the specified file descriptor. This means that no `'open'` event will be
4097
- * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`.
4098
- *
4099
- * If `fd` points to a character device that only supports blocking reads
4100
- * (such as keyboard or sound card), read operations do not finish until data is
4101
- * available. This can prevent the process from exiting and the stream from
4102
- * closing naturally.
4103
- *
4104
- * By default, the stream will emit a `'close'` event after it has been
4105
- * destroyed. Set the `emitClose` option to `false` to change this behavior.
4106
- *
4107
- * By providing the `fs` option, it is possible to override the corresponding `fs` implementations for `open`, `read`, and `close`. When providing the `fs` option,
4108
- * an override for `read` is required. If no `fd` is provided, an override for `open` is also required. If `autoClose` is `true`, an override for `close` is
4109
- * also required.
4110
- *
4111
- * ```js
4112
- * import { createReadStream } from 'node:fs';
4113
- *
4114
- * // Create a stream from some character device.
4115
- * const stream = createReadStream('/dev/input/event0');
4116
- * setTimeout(() => {
4117
- * stream.close(); // This may not close the stream.
4118
- * // Artificially marking end-of-stream, as if the underlying resource had
4119
- * // indicated end-of-file by itself, allows the stream to close.
4120
- * // This does not cancel pending read operations, and if there is such an
4121
- * // operation, the process may still not be able to exit successfully
4122
- * // until it finishes.
4123
- * stream.push(null);
4124
- * stream.read(0);
4125
- * }, 100);
4126
- * ```
4127
- *
4128
- * If `autoClose` is false, then the file descriptor won't be closed, even if
4129
- * there's an error. It is the application's responsibility to close it and make
4130
- * sure there's no file descriptor leak. If `autoClose` is set to true (default
4131
- * behavior), on `'error'` or `'end'` the file descriptor will be closed
4132
- * automatically.
4133
- *
4134
- * `mode` sets the file mode (permission and sticky bits), but only if the
4135
- * file was created.
4136
- *
4137
- * An example to read the last 10 bytes of a file which is 100 bytes long:
4138
- *
4139
- * ```js
4140
- * import { createReadStream } from 'node:fs';
4141
- *
4142
- * createReadStream('sample.txt', { start: 90, end: 99 });
4143
- * ```
4144
- *
4145
- * If `options` is a string, then it specifies the encoding.
4146
- * @since v0.1.31
4147
- */
4148
- function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream;
4149
- /**
4150
- * `options` may also include a `start` option to allow writing data at some
4151
- * position past the beginning of the file, allowed values are in the
4152
- * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than
4153
- * replacing it may require the `flags` option to be set to `r+` rather than the
4154
- * default `w`. The `encoding` can be any one of those accepted by `Buffer`.
4155
- *
4156
- * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false,
4157
- * then the file descriptor won't be closed, even if there's an error.
4158
- * It is the application's responsibility to close it and make sure there's no
4159
- * file descriptor leak.
4160
- *
4161
- * By default, the stream will emit a `'close'` event after it has been
4162
- * destroyed. Set the `emitClose` option to `false` to change this behavior.
4163
- *
4164
- * By providing the `fs` option it is possible to override the corresponding `fs` implementations for `open`, `write`, `writev`, and `close`. Overriding `write()` without `writev()` can reduce
4165
- * performance as some optimizations (`_writev()`)
4166
- * will be disabled. When providing the `fs` option, overrides for at least one of `write` and `writev` are required. If no `fd` option is supplied, an override
4167
- * for `open` is also required. If `autoClose` is `true`, an override for `close` is also required.
4168
- *
4169
- * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the `path` argument and will use the specified file descriptor. This means that no `'open'` event will be
4170
- * emitted. `fd` should be blocking; non-blocking `fd`s
4171
- * should be passed to `net.Socket`.
4172
- *
4173
- * If `options` is a string, then it specifies the encoding.
4174
- * @since v0.1.31
4175
- */
4176
- function createWriteStream(path: PathLike, options?: BufferEncoding | WriteStreamOptions): WriteStream;
4177
- /**
4178
- * Forces all currently queued I/O operations associated with the file to the
4179
- * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other
4180
- * than a possible
4181
- * exception are given to the completion callback.
4182
- * @since v0.1.96
4183
- */
4184
- function fdatasync(fd: number, callback: NoParamCallback): void;
4185
- namespace fdatasync {
4186
- /**
4187
- * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device.
4188
- * @param fd A file descriptor.
4189
- */
4190
- function __promisify__(fd: number): Promise<void>;
4191
- }
4192
- /**
4193
- * Forces all currently queued I/O operations associated with the file to the
4194
- * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`.
4195
- * @since v0.1.96
4196
- */
4197
- function fdatasyncSync(fd: number): void;
4198
- /**
4199
- * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it
4200
- * already exists. No arguments other than a possible exception are given to the
4201
- * callback function. Node.js makes no guarantees about the atomicity of the copy
4202
- * operation. If an error occurs after the destination file has been opened for
4203
- * writing, Node.js will attempt to remove the destination.
4204
- *
4205
- * `mode` is an optional integer that specifies the behavior
4206
- * of the copy operation. It is possible to create a mask consisting of the bitwise
4207
- * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
4208
- *
4209
- * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already
4210
- * exists.
4211
- * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
4212
- * copy-on-write reflink. If the platform does not support copy-on-write, then a
4213
- * fallback copy mechanism is used.
4214
- * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to
4215
- * create a copy-on-write reflink. If the platform does not support
4216
- * copy-on-write, then the operation will fail.
4217
- *
4218
- * ```js
4219
- * import { copyFile, constants } from 'node:fs';
4220
- *
4221
- * function callback(err) {
4222
- * if (err) throw err;
4223
- * console.log('source.txt was copied to destination.txt');
4224
- * }
4225
- *
4226
- * // destination.txt will be created or overwritten by default.
4227
- * copyFile('source.txt', 'destination.txt', callback);
4228
- *
4229
- * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
4230
- * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
4231
- * ```
4232
- * @since v8.5.0
4233
- * @param src source filename to copy
4234
- * @param dest destination filename of the copy operation
4235
- * @param [mode=0] modifiers for copy operation.
4236
- */
4237
- function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void;
4238
- function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void;
4239
- namespace copyFile {
4240
- function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise<void>;
4241
- }
4242
- /**
4243
- * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it
4244
- * already exists. Returns `undefined`. Node.js makes no guarantees about the
4245
- * atomicity of the copy operation. If an error occurs after the destination file
4246
- * has been opened for writing, Node.js will attempt to remove the destination.
4247
- *
4248
- * `mode` is an optional integer that specifies the behavior
4249
- * of the copy operation. It is possible to create a mask consisting of the bitwise
4250
- * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`).
4251
- *
4252
- * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already
4253
- * exists.
4254
- * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a
4255
- * copy-on-write reflink. If the platform does not support copy-on-write, then a
4256
- * fallback copy mechanism is used.
4257
- * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to
4258
- * create a copy-on-write reflink. If the platform does not support
4259
- * copy-on-write, then the operation will fail.
4260
- *
4261
- * ```js
4262
- * import { copyFileSync, constants } from 'node:fs';
4263
- *
4264
- * // destination.txt will be created or overwritten by default.
4265
- * copyFileSync('source.txt', 'destination.txt');
4266
- * console.log('source.txt was copied to destination.txt');
4267
- *
4268
- * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists.
4269
- * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
4270
- * ```
4271
- * @since v8.5.0
4272
- * @param src source filename to copy
4273
- * @param dest destination filename of the copy operation
4274
- * @param [mode=0] modifiers for copy operation.
4275
- */
4276
- function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void;
4277
- /**
4278
- * Write an array of `ArrayBufferView`s to the file specified by `fd` using `writev()`.
4279
- *
4280
- * `position` is the offset from the beginning of the file where this data
4281
- * should be written. If `typeof position !== 'number'`, the data will be written
4282
- * at the current position.
4283
- *
4284
- * The callback will be given three arguments: `err`, `bytesWritten`, and `buffers`. `bytesWritten` is how many bytes were written from `buffers`.
4285
- *
4286
- * If this method is `util.promisify()` ed, it returns a promise for an `Object` with `bytesWritten` and `buffers` properties.
4287
- *
4288
- * It is unsafe to use `fs.writev()` multiple times on the same file without
4289
- * waiting for the callback. For this scenario, use {@link createWriteStream}.
4290
- *
4291
- * On Linux, positional writes don't work when the file is opened in append mode.
4292
- * The kernel ignores the position argument and always appends the data to
4293
- * the end of the file.
4294
- * @since v12.9.0
4295
- * @param [position='null']
4296
- */
4297
- function writev<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4298
- fd: number,
4299
- buffers: TBuffers,
4300
- cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: TBuffers) => void,
4301
- ): void;
4302
- function writev<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4303
- fd: number,
4304
- buffers: TBuffers,
4305
- position: number | null,
4306
- cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: TBuffers) => void,
4307
- ): void;
4308
- // Providing a default type parameter doesn't provide true BC for userland consumers, but at least suppresses TS2314
4309
- // TODO: remove default in future major version
4310
- interface WriteVResult<T extends readonly NodeJS.ArrayBufferView[] = NodeJS.ArrayBufferView[]> {
4311
- bytesWritten: number;
4312
- buffers: T;
4313
- }
4314
- namespace writev {
4315
- function __promisify__<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4316
- fd: number,
4317
- buffers: TBuffers,
4318
- position?: number,
4319
- ): Promise<WriteVResult<TBuffers>>;
4320
- }
4321
- /**
4322
- * For detailed information, see the documentation of the asynchronous version of
4323
- * this API: {@link writev}.
4324
- * @since v12.9.0
4325
- * @param [position='null']
4326
- * @return The number of bytes written.
4327
- */
4328
- function writevSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
4329
- /**
4330
- * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s
4331
- * using `readv()`.
4332
- *
4333
- * `position` is the offset from the beginning of the file from where data
4334
- * should be read. If `typeof position !== 'number'`, the data will be read
4335
- * from the current position.
4336
- *
4337
- * The callback will be given three arguments: `err`, `bytesRead`, and `buffers`. `bytesRead` is how many bytes were read from the file.
4338
- *
4339
- * If this method is invoked as its `util.promisify()` ed version, it returns
4340
- * a promise for an `Object` with `bytesRead` and `buffers` properties.
4341
- * @since v13.13.0, v12.17.0
4342
- * @param [position='null']
4343
- */
4344
- function readv<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4345
- fd: number,
4346
- buffers: TBuffers,
4347
- cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: TBuffers) => void,
4348
- ): void;
4349
- function readv<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4350
- fd: number,
4351
- buffers: TBuffers,
4352
- position: number | null,
4353
- cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: TBuffers) => void,
4354
- ): void;
4355
- // Providing a default type parameter doesn't provide true BC for userland consumers, but at least suppresses TS2314
4356
- // TODO: remove default in future major version
4357
- interface ReadVResult<T extends readonly NodeJS.ArrayBufferView[] = NodeJS.ArrayBufferView[]> {
4358
- bytesRead: number;
4359
- buffers: T;
4360
- }
4361
- namespace readv {
4362
- function __promisify__<TBuffers extends readonly NodeJS.ArrayBufferView[]>(
4363
- fd: number,
4364
- buffers: TBuffers,
4365
- position?: number,
4366
- ): Promise<ReadVResult<TBuffers>>;
4367
- }
4368
- /**
4369
- * For detailed information, see the documentation of the asynchronous version of
4370
- * this API: {@link readv}.
4371
- * @since v13.13.0, v12.17.0
4372
- * @param [position='null']
4373
- * @return The number of bytes read.
4374
- */
4375
- function readvSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number;
4376
-
4377
- interface OpenAsBlobOptions {
4378
- /**
4379
- * An optional mime type for the blob.
4380
- *
4381
- * @default 'undefined'
4382
- */
4383
- type?: string | undefined;
4384
- }
4385
-
4386
- /**
4387
- * Returns a `Blob` whose data is backed by the given file.
4388
- *
4389
- * The file must not be modified after the `Blob` is created. Any modifications
4390
- * will cause reading the `Blob` data to fail with a `DOMException` error.
4391
- * Synchronous stat operations on the file when the `Blob` is created, and before
4392
- * each read in order to detect whether the file data has been modified on disk.
4393
- *
4394
- * ```js
4395
- * import { openAsBlob } from 'node:fs';
4396
- *
4397
- * const blob = await openAsBlob('the.file.txt');
4398
- * const ab = await blob.arrayBuffer();
4399
- * blob.stream();
4400
- * ```
4401
- * @since v19.8.0
4402
- */
4403
- function openAsBlob(path: PathLike, options?: OpenAsBlobOptions): Promise<Blob>;
4404
-
4405
- interface OpenDirOptions {
4406
- /**
4407
- * @default 'utf8'
4408
- */
4409
- encoding?: BufferEncoding | undefined;
4410
- /**
4411
- * Number of directory entries that are buffered
4412
- * internally when reading from the directory. Higher values lead to better
4413
- * performance but higher memory usage.
4414
- * @default 32
4415
- */
4416
- bufferSize?: number | undefined;
4417
- /**
4418
- * @default false
4419
- */
4420
- recursive?: boolean | undefined;
4421
- }
4422
- /**
4423
- * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html).
4424
- *
4425
- * Creates an `fs.Dir`, which contains all further functions for reading from
4426
- * and cleaning up the directory.
4427
- *
4428
- * The `encoding` option sets the encoding for the `path` while opening the
4429
- * directory and subsequent read operations.
4430
- * @since v12.12.0
4431
- */
4432
- function opendirSync(path: PathLike, options?: OpenDirOptions): Dir;
4433
- /**
4434
- * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for
4435
- * more details.
4436
- *
4437
- * Creates an `fs.Dir`, which contains all further functions for reading from
4438
- * and cleaning up the directory.
4439
- *
4440
- * The `encoding` option sets the encoding for the `path` while opening the
4441
- * directory and subsequent read operations.
4442
- * @since v12.12.0
4443
- */
4444
- function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void;
4445
- function opendir(
4446
- path: PathLike,
4447
- options: OpenDirOptions,
4448
- cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void,
4449
- ): void;
4450
- namespace opendir {
4451
- function __promisify__(path: PathLike, options?: OpenDirOptions): Promise<Dir>;
4452
- }
4453
- interface BigIntStats extends StatsBase<bigint> {
4454
- atimeNs: bigint;
4455
- mtimeNs: bigint;
4456
- ctimeNs: bigint;
4457
- birthtimeNs: bigint;
4458
- }
4459
- interface BigIntOptions {
4460
- bigint: true;
4461
- }
4462
- interface StatOptions {
4463
- bigint?: boolean | undefined;
4464
- }
4465
- interface StatSyncOptions extends StatOptions {
4466
- throwIfNoEntry?: boolean | undefined;
4467
- }
4468
- interface CopyOptionsBase {
4469
- /**
4470
- * Dereference symlinks
4471
- * @default false
4472
- */
4473
- dereference?: boolean | undefined;
4474
- /**
4475
- * When `force` is `false`, and the destination
4476
- * exists, throw an error.
4477
- * @default false
4478
- */
4479
- errorOnExist?: boolean | undefined;
4480
- /**
4481
- * Overwrite existing file or directory. _The copy
4482
- * operation will ignore errors if you set this to false and the destination
4483
- * exists. Use the `errorOnExist` option to change this behavior.
4484
- * @default true
4485
- */
4486
- force?: boolean | undefined;
4487
- /**
4488
- * Modifiers for copy operation. See `mode` flag of {@link copyFileSync()}
4489
- */
4490
- mode?: number | undefined;
4491
- /**
4492
- * When `true` timestamps from `src` will
4493
- * be preserved.
4494
- * @default false
4495
- */
4496
- preserveTimestamps?: boolean | undefined;
4497
- /**
4498
- * Copy directories recursively.
4499
- * @default false
4500
- */
4501
- recursive?: boolean | undefined;
4502
- /**
4503
- * When true, path resolution for symlinks will be skipped
4504
- * @default false
4505
- */
4506
- verbatimSymlinks?: boolean | undefined;
4507
- }
4508
- interface CopyOptions extends CopyOptionsBase {
4509
- /**
4510
- * Function to filter copied files/directories. Return
4511
- * `true` to copy the item, `false` to ignore it.
4512
- */
4513
- filter?: ((source: string, destination: string) => boolean | Promise<boolean>) | undefined;
4514
- }
4515
- interface CopySyncOptions extends CopyOptionsBase {
4516
- /**
4517
- * Function to filter copied files/directories. Return
4518
- * `true` to copy the item, `false` to ignore it.
4519
- */
4520
- filter?: ((source: string, destination: string) => boolean) | undefined;
4521
- }
4522
- /**
4523
- * Asynchronously copies the entire directory structure from `src` to `dest`,
4524
- * including subdirectories and files.
4525
- *
4526
- * When copying a directory to another directory, globs are not supported and
4527
- * behavior is similar to `cp dir1/ dir2/`.
4528
- * @since v16.7.0
4529
- * @experimental
4530
- * @param src source path to copy.
4531
- * @param dest destination path to copy to.
4532
- */
4533
- function cp(
4534
- source: string | URL,
4535
- destination: string | URL,
4536
- callback: (err: NodeJS.ErrnoException | null) => void,
4537
- ): void;
4538
- function cp(
4539
- source: string | URL,
4540
- destination: string | URL,
4541
- opts: CopyOptions,
4542
- callback: (err: NodeJS.ErrnoException | null) => void,
4543
- ): void;
4544
- /**
4545
- * Synchronously copies the entire directory structure from `src` to `dest`,
4546
- * including subdirectories and files.
4547
- *
4548
- * When copying a directory to another directory, globs are not supported and
4549
- * behavior is similar to `cp dir1/ dir2/`.
4550
- * @since v16.7.0
4551
- * @experimental
4552
- * @param src source path to copy.
4553
- * @param dest destination path to copy to.
4554
- */
4555
- function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void;
4556
-
4557
- // TODO: collapse
4558
- interface _GlobOptions<T extends Dirent | string> {
4559
- /**
4560
- * Current working directory.
4561
- * @default process.cwd()
4562
- */
4563
- cwd?: string | URL | undefined;
4564
- /**
4565
- * `true` if the glob should return paths as `Dirent`s, `false` otherwise.
4566
- * @default false
4567
- * @since v22.2.0
4568
- */
4569
- withFileTypes?: boolean | undefined;
4570
- /**
4571
- * Function to filter out files/directories or a
4572
- * list of glob patterns to be excluded. If a function is provided, return
4573
- * `true` to exclude the item, `false` to include it.
4574
- * If a string array is provided, each string should be a glob pattern that
4575
- * specifies paths to exclude. Note: Negation patterns (e.g., '!foo.js') are
4576
- * not supported.
4577
- * @default undefined
4578
- */
4579
- exclude?: ((fileName: T) => boolean) | readonly string[] | undefined;
4580
- }
4581
- interface GlobOptions extends _GlobOptions<Dirent | string> {}
4582
- interface GlobOptionsWithFileTypes extends _GlobOptions<Dirent> {
4583
- withFileTypes: true;
4584
- }
4585
- interface GlobOptionsWithoutFileTypes extends _GlobOptions<string> {
4586
- withFileTypes?: false | undefined;
4587
- }
4588
-
4589
- /**
4590
- * Retrieves the files matching the specified pattern.
4591
- *
4592
- * ```js
4593
- * import { glob } from 'node:fs';
4594
- *
4595
- * glob('*.js', (err, matches) => {
4596
- * if (err) throw err;
4597
- * console.log(matches);
4598
- * });
4599
- * ```
4600
- * @since v22.0.0
4601
- */
4602
- function glob(
4603
- pattern: string | readonly string[],
4604
- callback: (err: NodeJS.ErrnoException | null, matches: string[]) => void,
4605
- ): void;
4606
- function glob(
4607
- pattern: string | readonly string[],
4608
- options: GlobOptionsWithFileTypes,
4609
- callback: (
4610
- err: NodeJS.ErrnoException | null,
4611
- matches: Dirent[],
4612
- ) => void,
4613
- ): void;
4614
- function glob(
4615
- pattern: string | readonly string[],
4616
- options: GlobOptionsWithoutFileTypes,
4617
- callback: (
4618
- err: NodeJS.ErrnoException | null,
4619
- matches: string[],
4620
- ) => void,
4621
- ): void;
4622
- function glob(
4623
- pattern: string | readonly string[],
4624
- options: GlobOptions,
4625
- callback: (
4626
- err: NodeJS.ErrnoException | null,
4627
- matches: Dirent[] | string[],
4628
- ) => void,
4629
- ): void;
4630
- /**
4631
- * ```js
4632
- * import { globSync } from 'node:fs';
4633
- *
4634
- * console.log(globSync('*.js'));
4635
- * ```
4636
- * @since v22.0.0
4637
- * @returns paths of files that match the pattern.
4638
- */
4639
- function globSync(pattern: string | readonly string[]): string[];
4640
- function globSync(
4641
- pattern: string | readonly string[],
4642
- options: GlobOptionsWithFileTypes,
4643
- ): Dirent[];
4644
- function globSync(
4645
- pattern: string | readonly string[],
4646
- options: GlobOptionsWithoutFileTypes,
4647
- ): string[];
4648
- function globSync(
4649
- pattern: string | readonly string[],
4650
- options: GlobOptions,
4651
- ): Dirent[] | string[];
4652
- }
4653
- declare module "node:fs" {
4654
- export * as promises from "node:fs/promises";
4655
- }
4656
- declare module "fs" {
4657
- export * from "node:fs";
4658
- }