cloudstructs 0.12.10 → 0.12.11

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 (1314) hide show
  1. package/.jsii +327 -5
  2. package/assets/slack-textract/detect.lambda/index.js +710 -742
  3. package/lib/codecommit-mirror/index.js +2 -2
  4. package/lib/dmarc/index.js +1 -1
  5. package/lib/ecs-service-roller/index.js +2 -2
  6. package/lib/email-receiver/receiver.js +1 -1
  7. package/lib/mjml-template/index.js +1 -1
  8. package/lib/saml-identity-provider/index.js +2 -2
  9. package/lib/slack-app/manifest.js +1 -1
  10. package/lib/slack-app/slack-app.js +2 -2
  11. package/lib/slack-events/index.js +1 -1
  12. package/lib/slack-textract/index.js +1 -1
  13. package/lib/ssl-server-test/index.js +1 -1
  14. package/lib/state-machine-cr-provider/index.js +1 -1
  15. package/lib/static-website/index.js +1 -1
  16. package/lib/toolkit-cleaner/index.js +1 -1
  17. package/lib/url-shortener/index.js +1 -1
  18. package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  19. package/node_modules/@aws-sdk/client-lambda/dist-cjs/models/errors.js +52 -1
  20. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.js +4 -3
  21. package/node_modules/@aws-sdk/client-lambda/dist-cjs/runtimeConfig.shared.js +2 -2
  22. package/node_modules/@aws-sdk/client-lambda/dist-cjs/schemas/schemas_0.js +29 -8
  23. package/node_modules/@aws-sdk/client-lambda/dist-es/Lambda.js +8 -8
  24. package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  25. package/node_modules/@aws-sdk/client-lambda/dist-es/models/errors.js +48 -0
  26. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.js +2 -1
  27. package/node_modules/@aws-sdk/client-lambda/dist-es/runtimeConfig.shared.js +1 -1
  28. package/node_modules/@aws-sdk/client-lambda/dist-es/schemas/schemas_0.js +22 -1
  29. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActive.js +1 -1
  30. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionActiveV2.js +1 -1
  31. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionExists.js +1 -1
  32. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdated.js +1 -1
  33. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForFunctionUpdatedV2.js +1 -1
  34. package/node_modules/@aws-sdk/client-lambda/dist-es/waiters/waitForPublishedVersionActive.js +1 -1
  35. package/node_modules/@aws-sdk/client-lambda/dist-types/Lambda.d.ts +85 -85
  36. package/node_modules/@aws-sdk/client-lambda/dist-types/LambdaClient.d.ts +88 -88
  37. package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeAsyncCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeCommand.d.ts +10 -1
  41. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/InvokeWithResponseStreamCommand.d.ts +10 -1
  42. package/node_modules/@aws-sdk/client-lambda/dist-types/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-lambda/dist-types/index.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-lambda/dist-types/models/errors.d.ts +67 -1
  45. package/node_modules/@aws-sdk/client-lambda/dist-types/models/models_0.d.ts +8 -8
  46. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionHistoryPaginator.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/GetDurableExecutionStatePaginator.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListAliasesPaginator.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCapacityProvidersPaginator.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListCodeSigningConfigsPaginator.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListDurableExecutionsByFunctionPaginator.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListEventSourceMappingsPaginator.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionEventInvokeConfigsPaginator.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionUrlConfigsPaginator.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionVersionsByCapacityProviderPaginator.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsByCodeSigningConfigPaginator.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListFunctionsPaginator.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayerVersionsPaginator.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListLayersPaginator.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListProvisionedConcurrencyConfigsPaginator.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-lambda/dist-types/pagination/ListVersionsByFunctionPaginator.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-lambda/dist-types/schemas/schemas_0.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/LambdaClient.d.ts +2 -3
  67. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeAsyncCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/InvokeWithResponseStreamCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/commands/SendDurableExecutionCallbackSuccessCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/models/errors.d.ts +30 -0
  73. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  74. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  75. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  76. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  77. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActive.d.ts +3 -3
  78. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionActiveV2.d.ts +3 -3
  79. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionExists.d.ts +3 -3
  80. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdated.d.ts +3 -3
  81. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForFunctionUpdatedV2.d.ts +3 -3
  82. package/node_modules/@aws-sdk/client-lambda/dist-types/waiters/waitForPublishedVersionActive.d.ts +3 -3
  83. package/node_modules/@aws-sdk/client-lambda/package.json +38 -38
  84. package/node_modules/@aws-sdk/core/dist-cjs/index.js +71 -21
  85. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
  86. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -21
  87. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  88. package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  89. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +24 -6
  90. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
  91. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
  92. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
  93. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
  94. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
  95. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -2
  96. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +9 -3
  97. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  98. package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  99. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -0
  100. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
  101. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
  102. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
  103. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  104. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
  105. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
  106. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  107. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  108. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  109. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
  111. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
  112. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
  113. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
  114. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  115. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
  116. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
  117. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  118. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
  119. package/node_modules/@aws-sdk/core/package.json +11 -11
  120. package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
  121. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  122. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  123. package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
  124. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  125. package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
  126. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  127. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  128. package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
  129. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  130. package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
  131. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  132. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
  133. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  134. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  135. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  136. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
  137. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  138. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +10 -10
  139. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +1 -1
  140. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  141. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +2 -2
  142. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +4 -3
  143. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +4 -4
  144. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
  145. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
  146. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
  147. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +2 -2
  148. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +4 -3
  149. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +4 -4
  150. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
  151. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
  152. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
  153. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
  154. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
  155. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +4 -4
  156. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -1
  158. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  159. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -1
  160. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +1 -1
  161. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  162. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -1
  163. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  164. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -1
  165. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
  166. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +1 -1
  167. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -1
  168. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  169. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -1
  170. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +1 -1
  171. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  172. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -1
  173. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
  175. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +2 -2
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -1
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +1 -1
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +3 -4
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
  185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -1
  186. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
  187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
  188. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
  189. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
  190. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  191. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +3 -4
  192. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  193. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  194. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -1
  195. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
  196. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
  197. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
  198. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
  199. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +1 -1
  200. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +3 -4
  201. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  202. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
  205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -1
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +1 -1
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +3 -4
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -1
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +2 -2
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +3 -4
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -2
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -3
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -1
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -1
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +2 -2
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +2 -5
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +2 -2
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -2
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -2
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -2
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -1
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -2
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -5
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +2 -2
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -2
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -2
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -1
  261. package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
  262. package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
  263. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  264. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  265. package/node_modules/@aws-sdk/types/package.json +2 -2
  266. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  267. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  268. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
  269. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  270. package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
  271. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
  272. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
  273. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  274. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  275. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
  276. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +40 -4
  277. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +8 -7
  278. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  279. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  280. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  281. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +82 -20
  282. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  283. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  284. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  285. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  286. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  287. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
  288. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -3
  289. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +75 -19
  290. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
  291. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -0
  292. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +37 -18
  293. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +76 -5
  294. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +298 -116
  295. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +2 -2
  296. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +65 -15
  297. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  298. package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
  299. package/node_modules/@slack/logger/node_modules/@types/node/assert/strict.d.ts +0 -46
  300. package/node_modules/@slack/logger/node_modules/@types/node/assert.d.ts +0 -5
  301. package/node_modules/@slack/logger/node_modules/@types/node/async_hooks.d.ts +18 -38
  302. package/node_modules/@slack/logger/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  303. package/node_modules/@slack/logger/node_modules/@types/node/buffer.d.ts +0 -45
  304. package/node_modules/@slack/logger/node_modules/@types/node/child_process.d.ts +0 -67
  305. package/node_modules/@slack/logger/node_modules/@types/node/cluster.d.ts +0 -54
  306. package/node_modules/@slack/logger/node_modules/@types/node/console.d.ts +0 -58
  307. package/node_modules/@slack/logger/node_modules/@types/node/constants.d.ts +0 -6
  308. package/node_modules/@slack/logger/node_modules/@types/node/crypto.d.ts +0 -18
  309. package/node_modules/@slack/logger/node_modules/@types/node/dgram.d.ts +0 -27
  310. package/node_modules/@slack/logger/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  311. package/node_modules/@slack/logger/node_modules/@types/node/dns/promises.d.ts +0 -6
  312. package/node_modules/@slack/logger/node_modules/@types/node/dns.d.ts +0 -46
  313. package/node_modules/@slack/logger/node_modules/@types/node/domain.d.ts +0 -16
  314. package/node_modules/@slack/logger/node_modules/@types/node/events.d.ts +0 -36
  315. package/node_modules/@slack/logger/node_modules/@types/node/fs/promises.d.ts +0 -10
  316. package/node_modules/@slack/logger/node_modules/@types/node/fs.d.ts +0 -20
  317. package/node_modules/@slack/logger/node_modules/@types/node/http.d.ts +0 -41
  318. package/node_modules/@slack/logger/node_modules/@types/node/http2.d.ts +0 -10
  319. package/node_modules/@slack/logger/node_modules/@types/node/https.d.ts +0 -5
  320. package/node_modules/@slack/logger/node_modules/@types/node/inspector/promises.d.ts +0 -6
  321. package/node_modules/@slack/logger/node_modules/@types/node/inspector.d.ts +0 -5
  322. package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +0 -3
  323. package/node_modules/@slack/logger/node_modules/@types/node/net.d.ts +53 -16
  324. package/node_modules/@slack/logger/node_modules/@types/node/os.d.ts +0 -9
  325. package/node_modules/@slack/logger/node_modules/@types/node/package.json +4 -4
  326. package/node_modules/@slack/logger/node_modules/@types/node/path.d.ts +0 -9
  327. package/node_modules/@slack/logger/node_modules/@types/node/perf_hooks.d.ts +0 -31
  328. package/node_modules/@slack/logger/node_modules/@types/node/punycode.d.ts +0 -28
  329. package/node_modules/@slack/logger/node_modules/@types/node/querystring.d.ts +0 -13
  330. package/node_modules/@slack/logger/node_modules/@types/node/quic.d.ts +0 -13
  331. package/node_modules/@slack/logger/node_modules/@types/node/readline/promises.d.ts +0 -3
  332. package/node_modules/@slack/logger/node_modules/@types/node/readline.d.ts +0 -35
  333. package/node_modules/@slack/logger/node_modules/@types/node/repl.d.ts +0 -10
  334. package/node_modules/@slack/logger/node_modules/@types/node/sea.d.ts +0 -115
  335. package/node_modules/@slack/logger/node_modules/@types/node/sqlite.d.ts +0 -44
  336. package/node_modules/@slack/logger/node_modules/@types/node/stream/consumers.d.ts +81 -5
  337. package/node_modules/@slack/logger/node_modules/@types/node/stream/web.d.ts +3 -3
  338. package/node_modules/@slack/logger/node_modules/@types/node/stream.d.ts +27 -23
  339. package/node_modules/@slack/logger/node_modules/@types/node/string_decoder.d.ts +0 -40
  340. package/node_modules/@slack/logger/node_modules/@types/node/test/reporters.d.ts +0 -38
  341. package/node_modules/@slack/logger/node_modules/@types/node/test.d.ts +7 -80
  342. package/node_modules/@slack/logger/node_modules/@types/node/timers/promises.d.ts +0 -15
  343. package/node_modules/@slack/logger/node_modules/@types/node/timers.d.ts +0 -10
  344. package/node_modules/@slack/logger/node_modules/@types/node/tls.d.ts +6 -16
  345. package/node_modules/@slack/logger/node_modules/@types/node/trace_events.d.ts +0 -94
  346. package/node_modules/@slack/logger/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  347. package/node_modules/@slack/logger/node_modules/@types/node/tty.d.ts +0 -25
  348. package/node_modules/@slack/logger/node_modules/@types/node/url.d.ts +0 -9
  349. package/node_modules/@slack/logger/node_modules/@types/node/util.d.ts +0 -10
  350. package/node_modules/@slack/logger/node_modules/@types/node/v8.d.ts +0 -8
  351. package/node_modules/@slack/logger/node_modules/@types/node/vm.d.ts +0 -38
  352. package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +0 -71
  353. package/node_modules/@slack/logger/node_modules/@types/node/worker_threads.d.ts +15 -61
  354. package/node_modules/@slack/logger/node_modules/@types/node/zlib.d.ts +0 -93
  355. package/node_modules/@slack/logger/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  356. package/node_modules/@slack/logger/node_modules/undici-types/client.d.ts +10 -0
  357. package/node_modules/@slack/logger/node_modules/undici-types/package.json +1 -1
  358. package/node_modules/@slack/web-api/dist/instrument.d.ts.map +1 -1
  359. package/node_modules/@slack/web-api/dist/instrument.js +13 -1
  360. package/node_modules/@slack/web-api/dist/instrument.js.map +1 -1
  361. package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
  362. package/node_modules/@slack/web-api/node_modules/@types/node/assert/strict.d.ts +0 -46
  363. package/node_modules/@slack/web-api/node_modules/@types/node/assert.d.ts +0 -5
  364. package/node_modules/@slack/web-api/node_modules/@types/node/async_hooks.d.ts +18 -38
  365. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  366. package/node_modules/@slack/web-api/node_modules/@types/node/buffer.d.ts +0 -45
  367. package/node_modules/@slack/web-api/node_modules/@types/node/child_process.d.ts +0 -67
  368. package/node_modules/@slack/web-api/node_modules/@types/node/cluster.d.ts +0 -54
  369. package/node_modules/@slack/web-api/node_modules/@types/node/console.d.ts +0 -58
  370. package/node_modules/@slack/web-api/node_modules/@types/node/constants.d.ts +0 -6
  371. package/node_modules/@slack/web-api/node_modules/@types/node/crypto.d.ts +0 -18
  372. package/node_modules/@slack/web-api/node_modules/@types/node/dgram.d.ts +0 -27
  373. package/node_modules/@slack/web-api/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  374. package/node_modules/@slack/web-api/node_modules/@types/node/dns/promises.d.ts +0 -6
  375. package/node_modules/@slack/web-api/node_modules/@types/node/dns.d.ts +0 -46
  376. package/node_modules/@slack/web-api/node_modules/@types/node/domain.d.ts +0 -16
  377. package/node_modules/@slack/web-api/node_modules/@types/node/events.d.ts +0 -36
  378. package/node_modules/@slack/web-api/node_modules/@types/node/fs/promises.d.ts +0 -10
  379. package/node_modules/@slack/web-api/node_modules/@types/node/fs.d.ts +0 -20
  380. package/node_modules/@slack/web-api/node_modules/@types/node/http.d.ts +0 -41
  381. package/node_modules/@slack/web-api/node_modules/@types/node/http2.d.ts +0 -10
  382. package/node_modules/@slack/web-api/node_modules/@types/node/https.d.ts +0 -5
  383. package/node_modules/@slack/web-api/node_modules/@types/node/inspector/promises.d.ts +0 -6
  384. package/node_modules/@slack/web-api/node_modules/@types/node/inspector.d.ts +0 -5
  385. package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +0 -3
  386. package/node_modules/@slack/web-api/node_modules/@types/node/net.d.ts +53 -16
  387. package/node_modules/@slack/web-api/node_modules/@types/node/os.d.ts +0 -9
  388. package/node_modules/@slack/web-api/node_modules/@types/node/package.json +4 -4
  389. package/node_modules/@slack/web-api/node_modules/@types/node/path.d.ts +0 -9
  390. package/node_modules/@slack/web-api/node_modules/@types/node/perf_hooks.d.ts +0 -31
  391. package/node_modules/@slack/web-api/node_modules/@types/node/punycode.d.ts +0 -28
  392. package/node_modules/@slack/web-api/node_modules/@types/node/querystring.d.ts +0 -13
  393. package/node_modules/@slack/web-api/node_modules/@types/node/quic.d.ts +0 -13
  394. package/node_modules/@slack/web-api/node_modules/@types/node/readline/promises.d.ts +0 -3
  395. package/node_modules/@slack/web-api/node_modules/@types/node/readline.d.ts +0 -35
  396. package/node_modules/@slack/web-api/node_modules/@types/node/repl.d.ts +0 -10
  397. package/node_modules/@slack/web-api/node_modules/@types/node/sea.d.ts +0 -115
  398. package/node_modules/@slack/web-api/node_modules/@types/node/sqlite.d.ts +0 -44
  399. package/node_modules/@slack/web-api/node_modules/@types/node/stream/consumers.d.ts +81 -5
  400. package/node_modules/@slack/web-api/node_modules/@types/node/stream/web.d.ts +3 -3
  401. package/node_modules/@slack/web-api/node_modules/@types/node/stream.d.ts +27 -23
  402. package/node_modules/@slack/web-api/node_modules/@types/node/string_decoder.d.ts +0 -40
  403. package/node_modules/@slack/web-api/node_modules/@types/node/test/reporters.d.ts +0 -38
  404. package/node_modules/@slack/web-api/node_modules/@types/node/test.d.ts +7 -80
  405. package/node_modules/@slack/web-api/node_modules/@types/node/timers/promises.d.ts +0 -15
  406. package/node_modules/@slack/web-api/node_modules/@types/node/timers.d.ts +0 -10
  407. package/node_modules/@slack/web-api/node_modules/@types/node/tls.d.ts +6 -16
  408. package/node_modules/@slack/web-api/node_modules/@types/node/trace_events.d.ts +0 -94
  409. package/node_modules/@slack/web-api/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  410. package/node_modules/@slack/web-api/node_modules/@types/node/tty.d.ts +0 -25
  411. package/node_modules/@slack/web-api/node_modules/@types/node/url.d.ts +0 -9
  412. package/node_modules/@slack/web-api/node_modules/@types/node/util.d.ts +0 -10
  413. package/node_modules/@slack/web-api/node_modules/@types/node/v8.d.ts +0 -8
  414. package/node_modules/@slack/web-api/node_modules/@types/node/vm.d.ts +0 -38
  415. package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +0 -71
  416. package/node_modules/@slack/web-api/node_modules/@types/node/worker_threads.d.ts +15 -61
  417. package/node_modules/@slack/web-api/node_modules/@types/node/zlib.d.ts +0 -93
  418. package/node_modules/@slack/web-api/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  419. package/node_modules/@slack/web-api/node_modules/undici-types/client.d.ts +10 -0
  420. package/node_modules/@slack/web-api/node_modules/undici-types/package.json +1 -1
  421. package/node_modules/@slack/web-api/package.json +2 -2
  422. package/node_modules/@smithy/config-resolver/README.md +10 -3
  423. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
  424. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  425. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  426. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  427. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  428. package/node_modules/@smithy/config-resolver/package.json +10 -11
  429. package/node_modules/@smithy/core/README.md +12 -1
  430. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -0
  431. package/node_modules/@smithy/core/dist-cjs/index.js +1 -1
  432. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -0
  433. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -0
  434. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -0
  435. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -0
  436. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -0
  437. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -0
  438. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -0
  439. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -0
  440. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -0
  441. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -0
  442. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
  443. package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -0
  444. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -17
  445. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +17 -0
  446. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -0
  447. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -0
  448. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -0
  449. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -0
  450. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -0
  451. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -0
  452. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -8
  453. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +7 -9
  454. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  455. package/node_modules/@smithy/core/package.json +15 -16
  456. package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
  457. package/node_modules/@smithy/credential-provider-imds/package.json +9 -10
  458. package/node_modules/@smithy/eventstream-codec/README.md +13 -0
  459. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +13 -0
  460. package/node_modules/@smithy/eventstream-codec/package.json +6 -7
  461. package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
  462. package/node_modules/@smithy/eventstream-serde-browser/package.json +7 -8
  463. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
  464. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +7 -8
  465. package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
  466. package/node_modules/@smithy/eventstream-serde-node/package.json +7 -8
  467. package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
  468. package/node_modules/@smithy/eventstream-serde-universal/package.json +9 -10
  469. package/node_modules/@smithy/fetch-http-handler/package.json +12 -13
  470. package/node_modules/@smithy/hash-node/README.md +10 -3
  471. package/node_modules/@smithy/hash-node/package.json +6 -7
  472. package/node_modules/@smithy/invalid-dependency/README.md +10 -3
  473. package/node_modules/@smithy/invalid-dependency/package.json +6 -7
  474. package/node_modules/@smithy/middleware-content-length/README.md +13 -0
  475. package/node_modules/@smithy/middleware-content-length/package.json +7 -8
  476. package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
  477. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +2 -2
  478. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
  479. package/node_modules/@smithy/middleware-endpoint/package.json +13 -14
  480. package/node_modules/@smithy/middleware-retry/README.md +13 -0
  481. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +70 -29
  482. package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
  483. package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
  484. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
  485. package/node_modules/@smithy/middleware-retry/dist-es/{StandardRetryStrategy.js → retry-pre-sra-deprecated/StandardRetryStrategy.js} +1 -1
  486. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +13 -20
  487. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -1
  488. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
  489. package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
  490. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +2 -0
  491. package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
  492. package/node_modules/@smithy/middleware-retry/dist-types/{AdaptiveRetryStrategy.d.ts → retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts} +2 -1
  493. package/node_modules/@smithy/middleware-retry/dist-types/{defaultRetryQuota.d.ts → retry-pre-sra-deprecated/defaultRetryQuota.d.ts} +2 -0
  494. package/node_modules/@smithy/middleware-retry/dist-types/{delayDecider.d.ts → retry-pre-sra-deprecated/delayDecider.d.ts} +2 -1
  495. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -4
  496. package/node_modules/@smithy/middleware-retry/package.json +16 -16
  497. package/node_modules/@smithy/middleware-serde/README.md +13 -0
  498. package/node_modules/@smithy/middleware-serde/package.json +10 -11
  499. package/node_modules/@smithy/middleware-stack/README.md +13 -0
  500. package/node_modules/@smithy/middleware-stack/package.json +7 -8
  501. package/node_modules/@smithy/node-config-provider/README.md +10 -3
  502. package/node_modules/@smithy/node-config-provider/package.json +8 -9
  503. package/node_modules/@smithy/node-http-handler/package.json +10 -11
  504. package/node_modules/@smithy/property-provider/README.md +10 -3
  505. package/node_modules/@smithy/property-provider/package.json +6 -7
  506. package/node_modules/@smithy/protocol-http/README.md +13 -0
  507. package/node_modules/@smithy/protocol-http/package.json +6 -7
  508. package/node_modules/@smithy/querystring-builder/README.md +10 -3
  509. package/node_modules/@smithy/querystring-builder/package.json +6 -7
  510. package/node_modules/@smithy/querystring-parser/README.md +10 -3
  511. package/node_modules/@smithy/querystring-parser/package.json +6 -7
  512. package/node_modules/@smithy/service-error-classification/README.md +13 -0
  513. package/node_modules/@smithy/service-error-classification/package.json +6 -7
  514. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -8
  515. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +13 -0
  516. package/node_modules/@smithy/signature-v4/package.json +9 -10
  517. package/node_modules/@smithy/smithy-client/README.md +10 -3
  518. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -1
  519. package/node_modules/@smithy/smithy-client/package.json +14 -15
  520. package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
  521. package/node_modules/@smithy/types/dist-types/retry.d.ts +4 -0
  522. package/node_modules/@smithy/types/package.json +7 -8
  523. package/node_modules/@smithy/url-parser/README.md +10 -3
  524. package/node_modules/@smithy/url-parser/package.json +7 -8
  525. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
  526. package/node_modules/@smithy/util-defaults-mode-browser/package.json +8 -9
  527. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
  528. package/node_modules/@smithy/util-defaults-mode-node/package.json +11 -12
  529. package/node_modules/@smithy/util-endpoints/README.md +10 -3
  530. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +154 -61
  531. package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
  532. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +41 -0
  533. package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
  534. package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
  535. package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
  536. package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
  537. package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
  538. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  539. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
  540. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +20 -5
  541. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
  542. package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
  543. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
  544. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
  545. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
  546. package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
  547. package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
  548. package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
  549. package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
  550. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +4 -0
  551. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +3 -1
  552. package/node_modules/@smithy/util-endpoints/package.json +9 -10
  553. package/node_modules/@smithy/util-middleware/README.md +9 -4
  554. package/node_modules/@smithy/util-middleware/package.json +6 -7
  555. package/node_modules/@smithy/util-retry/dist-cjs/index.js +135 -80
  556. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +10 -4
  557. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +2 -2
  558. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +30 -29
  559. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
  560. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
  561. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +42 -26
  562. package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
  563. package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
  564. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +13 -8
  565. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
  566. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +78 -8
  567. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
  568. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
  569. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -4
  570. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
  571. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
  572. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
  573. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
  574. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
  575. package/node_modules/@smithy/util-retry/package.json +10 -11
  576. package/node_modules/@smithy/util-stream/package.json +12 -13
  577. package/node_modules/@smithy/util-waiter/README.md +10 -3
  578. package/node_modules/@smithy/util-waiter/package.json +7 -8
  579. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  580. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +0 -46
  581. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +0 -5
  582. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +18 -38
  583. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  584. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +0 -45
  585. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +0 -67
  586. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +0 -54
  587. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +0 -58
  588. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +0 -6
  589. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +0 -18
  590. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +0 -27
  591. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  592. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +0 -6
  593. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +0 -46
  594. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +0 -16
  595. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +0 -36
  596. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +0 -10
  597. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +0 -20
  598. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +0 -41
  599. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +0 -10
  600. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +0 -5
  601. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector/promises.d.ts +0 -6
  602. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +0 -5
  603. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +0 -3
  604. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +53 -16
  605. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +0 -9
  606. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +4 -4
  607. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +0 -9
  608. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +0 -31
  609. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +0 -28
  610. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +0 -13
  611. package/node_modules/@types/cacheable-request/node_modules/@types/node/quic.d.ts +0 -13
  612. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +0 -3
  613. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +0 -35
  614. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +0 -10
  615. package/node_modules/@types/cacheable-request/node_modules/@types/node/sea.d.ts +0 -115
  616. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +0 -44
  617. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +81 -5
  618. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +3 -3
  619. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +27 -23
  620. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +0 -40
  621. package/node_modules/@types/cacheable-request/node_modules/@types/node/test/reporters.d.ts +0 -38
  622. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +7 -80
  623. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +0 -15
  624. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +0 -10
  625. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +6 -16
  626. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +0 -94
  627. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  628. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +0 -25
  629. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +0 -9
  630. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +0 -10
  631. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +0 -8
  632. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +0 -38
  633. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +0 -71
  634. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +15 -61
  635. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +0 -93
  636. package/node_modules/@types/cacheable-request/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  637. package/node_modules/@types/cacheable-request/node_modules/undici-types/client.d.ts +10 -0
  638. package/node_modules/@types/cacheable-request/node_modules/undici-types/package.json +1 -1
  639. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  640. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +0 -46
  641. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +0 -5
  642. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +18 -38
  643. package/node_modules/@types/keyv/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  644. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +0 -45
  645. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +0 -67
  646. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +0 -54
  647. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +0 -58
  648. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +0 -6
  649. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +0 -18
  650. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +0 -27
  651. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  652. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +0 -6
  653. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +0 -46
  654. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +0 -16
  655. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +0 -36
  656. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +0 -10
  657. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +0 -20
  658. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +0 -41
  659. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +0 -10
  660. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +0 -5
  661. package/node_modules/@types/keyv/node_modules/@types/node/inspector/promises.d.ts +0 -6
  662. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +0 -5
  663. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +0 -3
  664. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +53 -16
  665. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +0 -9
  666. package/node_modules/@types/keyv/node_modules/@types/node/package.json +4 -4
  667. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +0 -9
  668. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +0 -31
  669. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +0 -28
  670. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +0 -13
  671. package/node_modules/@types/keyv/node_modules/@types/node/quic.d.ts +0 -13
  672. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +0 -3
  673. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +0 -35
  674. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +0 -10
  675. package/node_modules/@types/keyv/node_modules/@types/node/sea.d.ts +0 -115
  676. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +0 -44
  677. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +81 -5
  678. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +3 -3
  679. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +27 -23
  680. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +0 -40
  681. package/node_modules/@types/keyv/node_modules/@types/node/test/reporters.d.ts +0 -38
  682. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +7 -80
  683. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +0 -15
  684. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +0 -10
  685. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +6 -16
  686. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +0 -94
  687. package/node_modules/@types/keyv/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  688. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +0 -25
  689. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +0 -9
  690. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +0 -10
  691. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +0 -8
  692. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +0 -38
  693. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +0 -71
  694. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +15 -61
  695. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +0 -93
  696. package/node_modules/@types/keyv/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  697. package/node_modules/@types/keyv/node_modules/undici-types/client.d.ts +10 -0
  698. package/node_modules/@types/keyv/node_modules/undici-types/package.json +1 -1
  699. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  700. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +0 -46
  701. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +0 -5
  702. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +18 -38
  703. package/node_modules/@types/responselike/node_modules/@types/node/buffer.buffer.d.ts +1 -1
  704. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +0 -45
  705. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +0 -67
  706. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +0 -54
  707. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +0 -58
  708. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +0 -6
  709. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +0 -18
  710. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +0 -27
  711. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +0 -24
  712. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +0 -6
  713. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +0 -46
  714. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +0 -16
  715. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +0 -36
  716. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +0 -10
  717. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +0 -20
  718. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +0 -41
  719. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +0 -10
  720. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +0 -5
  721. package/node_modules/@types/responselike/node_modules/@types/node/inspector/promises.d.ts +0 -6
  722. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +0 -5
  723. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +0 -3
  724. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +53 -16
  725. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +0 -9
  726. package/node_modules/@types/responselike/node_modules/@types/node/package.json +4 -4
  727. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +0 -9
  728. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +0 -31
  729. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +0 -28
  730. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +0 -13
  731. package/node_modules/@types/responselike/node_modules/@types/node/quic.d.ts +0 -13
  732. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +0 -3
  733. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +0 -35
  734. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +0 -10
  735. package/node_modules/@types/responselike/node_modules/@types/node/sea.d.ts +0 -115
  736. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +0 -44
  737. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +81 -5
  738. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +3 -3
  739. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +27 -23
  740. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +0 -40
  741. package/node_modules/@types/responselike/node_modules/@types/node/test/reporters.d.ts +0 -38
  742. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +7 -80
  743. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +0 -15
  744. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +0 -10
  745. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +6 -16
  746. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +0 -94
  747. package/node_modules/@types/responselike/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -1
  748. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +0 -25
  749. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +0 -9
  750. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +0 -10
  751. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +0 -8
  752. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +0 -38
  753. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +0 -71
  754. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +15 -61
  755. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +0 -93
  756. package/node_modules/@types/responselike/node_modules/undici-types/cache-interceptor.d.ts +6 -0
  757. package/node_modules/@types/responselike/node_modules/undici-types/client.d.ts +10 -0
  758. package/node_modules/@types/responselike/node_modules/undici-types/package.json +1 -1
  759. package/node_modules/axios/CHANGELOG.md +1 -1
  760. package/node_modules/axios/README.md +116 -18
  761. package/node_modules/axios/dist/axios.js +135 -104
  762. package/node_modules/axios/dist/axios.js.map +1 -1
  763. package/node_modules/axios/dist/axios.min.js +3 -3
  764. package/node_modules/axios/dist/axios.min.js.map +1 -1
  765. package/node_modules/axios/dist/browser/axios.cjs +121 -87
  766. package/node_modules/axios/dist/browser/axios.cjs.map +1 -1
  767. package/node_modules/axios/dist/esm/axios.js +150 -119
  768. package/node_modules/axios/dist/esm/axios.js.map +1 -1
  769. package/node_modules/axios/dist/esm/axios.min.js +2 -2
  770. package/node_modules/axios/dist/esm/axios.min.js.map +1 -1
  771. package/node_modules/axios/dist/node/axios.cjs +1536 -2368
  772. package/node_modules/axios/dist/node/axios.cjs.map +1 -1
  773. package/node_modules/axios/lib/adapters/fetch.js +5 -1
  774. package/node_modules/axios/lib/adapters/http.js +9 -4
  775. package/node_modules/axios/lib/core/Axios.js +19 -5
  776. package/node_modules/axios/lib/core/AxiosHeaders.js +35 -1
  777. package/node_modules/axios/lib/env/data.js +1 -1
  778. package/node_modules/axios/lib/helpers/buildURL.js +2 -2
  779. package/node_modules/axios/lib/helpers/shouldBypassProxy.js +106 -0
  780. package/node_modules/axios/package.json +96 -132
  781. package/node_modules/editorconfig/node_modules/brace-expansion/index.js +13 -11
  782. package/node_modules/editorconfig/node_modules/brace-expansion/package.json +1 -1
  783. package/node_modules/follow-redirects/README.md +7 -5
  784. package/node_modules/follow-redirects/index.js +24 -1
  785. package/node_modules/follow-redirects/package.json +1 -1
  786. package/node_modules/js-beautify/node_modules/brace-expansion/index.js +13 -11
  787. package/node_modules/js-beautify/node_modules/brace-expansion/package.json +1 -1
  788. package/node_modules/lodash/README.md +2 -2
  789. package/node_modules/lodash/_baseOrderBy.js +1 -1
  790. package/node_modules/lodash/_baseUnset.js +7 -20
  791. package/node_modules/lodash/_setCacheHas.js +1 -1
  792. package/node_modules/lodash/compact.js +1 -1
  793. package/node_modules/lodash/core.js +3 -3
  794. package/node_modules/lodash/core.min.js +26 -25
  795. package/node_modules/lodash/fromPairs.js +3 -1
  796. package/node_modules/lodash/lodash.js +38 -27
  797. package/node_modules/lodash/lodash.min.js +125 -129
  798. package/node_modules/lodash/package.json +4 -2
  799. package/node_modules/lodash/random.js +9 -0
  800. package/node_modules/lodash/template.js +16 -4
  801. package/node_modules/lodash/templateSettings.js +4 -0
  802. package/node_modules/mjml-cli/node_modules/brace-expansion/index.js +13 -11
  803. package/node_modules/mjml-cli/node_modules/brace-expansion/package.json +1 -1
  804. package/node_modules/path-expression-matcher/README.md +262 -25
  805. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  806. package/node_modules/path-expression-matcher/lib/pem.d.cts +299 -0
  807. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  808. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  809. package/node_modules/path-expression-matcher/package.json +2 -2
  810. package/node_modules/path-expression-matcher/src/Expression.js +2 -2
  811. package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  812. package/node_modules/path-expression-matcher/src/Matcher.js +256 -100
  813. package/node_modules/path-expression-matcher/src/index.d.ts +229 -72
  814. package/node_modules/path-expression-matcher/src/index.js +3 -2
  815. package/node_modules/picomatch/README.md +9 -1
  816. package/node_modules/picomatch/lib/constants.js +5 -0
  817. package/node_modules/picomatch/lib/parse.js +301 -0
  818. package/node_modules/picomatch/package.json +1 -1
  819. package/node_modules/proxy-from-env/README.md +43 -11
  820. package/node_modules/proxy-from-env/index.cjs +105 -0
  821. package/node_modules/proxy-from-env/index.js +14 -19
  822. package/node_modules/proxy-from-env/package.json +20 -11
  823. package/node_modules/strnum/CHANGELOG.md +9 -2
  824. package/node_modules/strnum/package.json +1 -1
  825. package/node_modules/strnum/strnum.js +12 -6
  826. package/package.json +89 -89
  827. package/node_modules/@smithy/abort-controller/LICENSE +0 -201
  828. package/node_modules/@smithy/abort-controller/README.md +0 -4
  829. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
  830. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
  831. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  832. package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  833. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  834. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  835. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  836. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  837. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  838. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  839. package/node_modules/@smithy/abort-controller/package.json +0 -63
  840. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  841. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  842. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  843. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  844. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  845. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  846. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  847. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +0 -9
  848. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  849. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  850. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  851. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  852. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  853. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
  854. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
  855. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
  856. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
  857. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
  858. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
  859. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
  860. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
  861. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  862. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  863. package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  864. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
  865. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  866. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  867. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
  868. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
  869. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
  870. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  871. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  872. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
  873. package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  874. package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
  875. package/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +0 -5
  876. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
  877. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -33
  878. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -28
  879. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
  880. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
  881. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
  882. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
  883. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
  884. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
  885. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
  886. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +0 -1
  887. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +0 -6
  888. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +0 -60
  889. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +0 -1
  890. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -31
  891. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -89
  892. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -16
  893. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +0 -16
  894. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
  895. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  896. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -13
  897. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
  898. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
  899. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -13
  900. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -21
  901. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -23
  902. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -14
  903. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
  904. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -71
  905. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
  906. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -14
  907. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
  908. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
  909. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
  910. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
  911. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -37
  912. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -23
  913. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -24
  914. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -146
  915. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -23
  916. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -16
  917. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -28
  918. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -23
  919. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +0 -7
  920. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -23
  921. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +0 -13
  922. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -6
  923. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
  924. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +0 -2
  925. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -10
  926. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
  927. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
  928. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
  929. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +0 -47
  930. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
  931. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
  932. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
  933. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  934. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  935. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  936. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  937. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  938. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
  939. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  940. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  941. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  942. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  943. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  944. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  945. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  946. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  947. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  948. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  949. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  950. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  951. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  952. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  953. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  954. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  955. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  956. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  957. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
  958. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
  959. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
  960. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
  961. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
  962. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
  963. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
  964. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
  965. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
  966. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
  967. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
  968. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
  969. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
  970. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
  971. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
  972. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
  973. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
  974. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
  975. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  976. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
  977. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
  978. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
  979. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  980. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
  981. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
  982. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
  983. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
  984. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
  985. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -42
  986. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  987. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  988. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  989. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  990. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  991. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  992. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  993. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  994. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -14
  995. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  996. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
  997. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  998. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  999. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  1000. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -6
  1001. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  1002. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  1003. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
  1004. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -109
  1005. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
  1006. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  1007. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  1008. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
  1009. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -23
  1010. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
  1011. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
  1012. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
  1013. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
  1014. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  1015. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  1016. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  1017. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
  1018. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
  1019. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
  1020. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
  1021. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  1022. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
  1023. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  1024. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
  1025. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  1026. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
  1027. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  1028. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  1029. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
  1030. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
  1031. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
  1032. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
  1033. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  1034. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
  1035. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +0 -10
  1036. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  1037. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  1038. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  1039. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -46
  1040. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
  1041. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
  1042. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -63
  1043. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
  1044. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  1045. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  1046. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +0 -6
  1047. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  1048. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  1049. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
  1050. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
  1051. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
  1052. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
  1053. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
  1054. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -31
  1055. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  1056. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -31
  1057. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  1058. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  1059. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  1060. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  1061. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -50
  1062. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  1063. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
  1064. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  1065. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
  1066. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -56
  1067. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
  1068. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  1069. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  1070. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  1071. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  1072. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  1073. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
  1074. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
  1075. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +0 -4
  1076. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +0 -9
  1077. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  1078. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  1079. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  1080. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  1081. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  1082. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  1083. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -52
  1084. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  1085. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -10
  1086. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -33
  1087. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  1088. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  1089. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  1090. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  1091. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/readFile.d.ts +0 -21
  1092. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  1093. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  1094. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -21
  1095. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
  1096. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  1097. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
  1098. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  1099. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  1100. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  1101. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  1102. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
  1103. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  1104. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  1105. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
  1106. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  1107. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  1108. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  1109. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -87
  1110. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  1111. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
  1112. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  1113. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -18
  1114. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
  1115. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  1116. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  1117. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
  1118. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  1119. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -26
  1120. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  1121. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  1122. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  1123. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  1124. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  1125. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
  1126. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  1127. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  1128. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  1129. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +0 -9
  1130. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
  1131. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  1132. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  1133. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  1134. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  1135. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  1136. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  1137. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  1138. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  1139. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  1140. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  1141. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  1142. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  1143. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  1144. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  1145. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  1146. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  1147. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  1148. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  1149. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  1150. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  1151. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  1152. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  1153. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  1154. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  1155. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  1156. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  1157. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  1158. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  1159. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  1160. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  1161. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  1162. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  1163. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  1164. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  1165. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  1166. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  1167. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -128
  1168. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -113
  1169. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  1170. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  1171. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  1172. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  1173. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  1174. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -43
  1175. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  1176. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  1177. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  1178. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  1179. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  1180. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  1181. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +0 -149
  1182. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -251
  1183. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  1184. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +0 -118
  1185. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  1186. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  1187. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  1188. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  1189. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  1190. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  1191. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  1192. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  1193. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  1194. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  1195. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  1196. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  1197. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  1198. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  1199. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  1200. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  1201. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  1202. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  1203. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  1204. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  1205. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  1206. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  1207. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  1208. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  1209. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  1210. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  1211. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  1212. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  1213. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  1214. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  1215. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  1216. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  1217. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  1218. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  1219. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  1220. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  1221. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  1222. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  1223. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  1224. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  1225. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  1226. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  1227. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  1228. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  1229. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  1230. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  1231. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  1232. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  1233. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  1234. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  1235. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  1236. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  1237. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  1238. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  1239. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -1
  1240. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  1241. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  1242. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  1243. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  1244. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  1245. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  1246. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -7
  1247. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -8
  1248. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  1249. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -1
  1250. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  1251. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -8
  1252. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -1
  1253. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  1254. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  1255. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  1256. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  1257. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  1258. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  1259. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  1260. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  1261. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  1262. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  1263. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  1264. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  1265. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
  1266. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  1267. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  1268. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  1269. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  1270. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  1271. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  1272. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  1273. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
  1274. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -22
  1275. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
  1276. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -61
  1277. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -14
  1278. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -13
  1279. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -15
  1280. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
  1281. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  1282. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -10
  1283. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -7
  1284. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
  1285. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -12
  1286. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  1287. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  1288. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
  1289. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -17
  1290. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -17
  1291. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +0 -6
  1292. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
  1293. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  1294. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
  1295. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
  1296. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
  1297. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
  1298. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
  1299. package/node_modules/proxy-from-env/.eslintrc +0 -29
  1300. package/node_modules/proxy-from-env/.travis.yml +0 -10
  1301. package/node_modules/proxy-from-env/test.js +0 -483
  1302. package/node_modules/strnum/.github/SECURITY.md +0 -5
  1303. package/node_modules/strnum/.vscode/launch.json +0 -25
  1304. package/node_modules/strnum/algo.stflow +0 -84
  1305. package/node_modules/strnum/tests/infinity_test.js +0 -18
  1306. package/node_modules/strnum/tests/strnum_test.js +0 -172
  1307. /package/node_modules/@smithy/middleware-retry/dist-es/{AdaptiveRetryStrategy.js → retry-pre-sra-deprecated/AdaptiveRetryStrategy.js} +0 -0
  1308. /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
  1309. /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
  1310. /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
  1311. /package/node_modules/@smithy/middleware-retry/dist-es/{types.js → retry-pre-sra-deprecated/types.js} +0 -0
  1312. /package/node_modules/@smithy/middleware-retry/dist-types/{StandardRetryStrategy.d.ts → retry-pre-sra-deprecated/StandardRetryStrategy.d.ts} +0 -0
  1313. /package/node_modules/@smithy/middleware-retry/dist-types/{retryDecider.d.ts → retry-pre-sra-deprecated/retryDecider.d.ts} +0 -0
  1314. /package/node_modules/@smithy/middleware-retry/dist-types/{types.d.ts → retry-pre-sra-deprecated/types.d.ts} +0 -0
@@ -1,24 +1,23 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.2.12",
3
+ "version": "4.3.1",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
7
7
  "scripts": {
8
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
9
- "build:cjs": "node ../../scripts/inline util-retry",
10
- "build:es": "yarn g:tsc -p tsconfig.es.json",
8
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
9
+ "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline util-retry",
11
10
  "build:types": "yarn g:tsc -p tsconfig.types.json",
12
11
  "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
13
- "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
12
  "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
15
- "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
16
- "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
17
13
  "extract:docs": "api-extractor run --local",
14
+ "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
15
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
16
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
18
17
  "test": "yarn g:vitest run",
19
- "test:watch": "yarn g:vitest watch",
20
18
  "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
21
- "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
19
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
20
+ "test:watch": "yarn g:vitest watch"
22
21
  },
23
22
  "keywords": [
24
23
  "aws",
@@ -31,8 +30,8 @@
31
30
  "license": "Apache-2.0",
32
31
  "sideEffects": false,
33
32
  "dependencies": {
34
- "@smithy/service-error-classification": "^4.2.12",
35
- "@smithy/types": "^4.13.1",
33
+ "@smithy/service-error-classification": "^4.2.13",
34
+ "@smithy/types": "^4.14.0",
36
35
  "tslib": "^2.6.2"
37
36
  },
38
37
  "devDependencies": {
@@ -1,23 +1,22 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.5.20",
3
+ "version": "4.5.22",
4
4
  "scripts": {
5
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
- "build:cjs": "node ../../scripts/inline util-stream",
7
- "build:es": "yarn g:tsc -p tsconfig.es.json",
5
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
+ "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline util-stream",
8
7
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
8
  "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
- "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
9
  "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
- "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
- "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
14
10
  "extract:docs": "api-extractor run --local",
11
+ "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
12
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
15
14
  "test": "yarn g:vitest run && yarn test:browser",
15
+ "test:browser": "yarn g:vitest run -c vitest.config.browser.mts",
16
+ "test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.mts",
16
17
  "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
17
- "test:watch": "yarn g:vitest watch",
18
18
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
19
- "test:browser": "yarn g:vitest run -c vitest.config.browser.mts",
20
- "test:browser:watch": "yarn g:vitest watch -c vitest.config.browser.mts"
19
+ "test:watch": "yarn g:vitest watch"
21
20
  },
22
21
  "main": "./dist-cjs/index.js",
23
22
  "module": "./dist-es/index.js",
@@ -29,9 +28,9 @@
29
28
  "license": "Apache-2.0",
30
29
  "sideEffects": false,
31
30
  "dependencies": {
32
- "@smithy/fetch-http-handler": "^5.3.15",
33
- "@smithy/node-http-handler": "^4.5.0",
34
- "@smithy/types": "^4.13.1",
31
+ "@smithy/fetch-http-handler": "^5.3.16",
32
+ "@smithy/node-http-handler": "^4.5.2",
33
+ "@smithy/types": "^4.14.0",
35
34
  "@smithy/util-base64": "^4.3.2",
36
35
  "@smithy/util-buffer-from": "^4.2.2",
37
36
  "@smithy/util-hex-encoding": "^4.2.2",
@@ -3,8 +3,15 @@
3
3
  [![NPM version](https://img.shields.io/npm/v/@smithy/util-waiter/latest.svg)](https://www.npmjs.com/package/@smithy/util-waiter)
4
4
  [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-waiter.svg)](https://www.npmjs.com/package/@smithy/util-waiter)
5
5
 
6
- > An internal package
6
+ ### :warning: Internal API :warning:
7
7
 
8
- ## Usage
8
+ > This is an internal package.
9
+ > That means this is used as a dependency for other, public packages, but
10
+ > should not be taken directly as a dependency in your application's `package.json`.
9
11
 
10
- You probably shouldn't, at least directly.
12
+ > If you are updating the version of this package, for example to bring in a
13
+ > bug-fix, you should do so by updating your application lockfile with
14
+ > e.g. `npm up @scope/package` or equivalent command in another
15
+ > package manager, rather than taking a direct dependency.
16
+
17
+ ---
@@ -1,22 +1,20 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.2.13",
3
+ "version": "4.2.15",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.2.12",
7
- "@smithy/types": "^4.13.1",
6
+ "@smithy/types": "^4.14.0",
8
7
  "tslib": "^2.6.2"
9
8
  },
10
9
  "scripts": {
11
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
12
- "build:cjs": "node ../../scripts/inline util-waiter",
13
- "build:es": "yarn g:tsc -p tsconfig.es.json",
10
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
11
+ "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline util-waiter",
14
12
  "build:types": "yarn g:tsc -p tsconfig.types.json",
15
13
  "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
16
- "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
17
14
  "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
18
- "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
19
15
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
16
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
17
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
20
18
  "test": "yarn g:vitest run",
21
19
  "test:watch": "yarn g:vitest watch"
22
20
  },
@@ -49,6 +47,7 @@
49
47
  "directory": "packages/util-waiter"
50
48
  },
51
49
  "devDependencies": {
50
+ "@smithy/abort-controller": "^4.2.13",
52
51
  "concurrently": "7.0.0",
53
52
  "downlevel-dts": "0.10.1",
54
53
  "premove": "4.0.0",
@@ -8,7 +8,7 @@ This package contains type definitions for node (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 12 Mar 2026 15:47:58 GMT
11
+ * Last updated: Fri, 10 Apr 2026 03:39:58 GMT
12
12
  * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
13
13
 
14
14
  # Credits
@@ -1,49 +1,3 @@
1
- /**
2
- * In strict assertion mode, non-strict methods behave like their corresponding
3
- * strict methods. For example, `assert.deepEqual()` will behave like
4
- * `assert.deepStrictEqual()`.
5
- *
6
- * In strict assertion mode, error messages for objects display a diff. In legacy
7
- * assertion mode, error messages for objects display the objects, often truncated.
8
- *
9
- * To use strict assertion mode:
10
- *
11
- * ```js
12
- * import { strict as assert } from 'node:assert';
13
- * ```
14
- *
15
- * ```js
16
- * import assert from 'node:assert/strict';
17
- * ```
18
- *
19
- * Example error diff:
20
- *
21
- * ```js
22
- * import { strict as assert } from 'node:assert';
23
- *
24
- * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]);
25
- * // AssertionError: Expected inputs to be strictly deep-equal:
26
- * // + actual - expected ... Lines skipped
27
- * //
28
- * // [
29
- * // [
30
- * // ...
31
- * // 2,
32
- * // + 3
33
- * // - '3'
34
- * // ],
35
- * // ...
36
- * // 5
37
- * // ]
38
- * ```
39
- *
40
- * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS`
41
- * environment variables. This will also deactivate the colors in the REPL. For
42
- * more on color support in terminal environments, read the tty
43
- * [`getColorDepth()`](https://nodejs.org/docs/latest-v25.x/api/tty.html#writestreamgetcolordepthenv) documentation.
44
- * @since v15.0.0
45
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/assert/strict.js)
46
- */
47
1
  declare module "node:assert/strict" {
48
2
  import {
49
3
  Assert,
@@ -1,8 +1,3 @@
1
- /**
2
- * The `node:assert` module provides a set of assertion functions for verifying
3
- * invariants.
4
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/assert.js)
5
- */
6
1
  declare module "node:assert" {
7
2
  import strict = require("node:assert/strict");
8
3
  /**
@@ -1,19 +1,3 @@
1
- /**
2
- * We strongly discourage the use of the `async_hooks` API.
3
- * Other APIs that can cover most of its use cases include:
4
- *
5
- * * [`AsyncLocalStorage`](https://nodejs.org/docs/latest-v25.x/api/async_context.html#class-asynclocalstorage) tracks async context
6
- * * [`process.getActiveResourcesInfo()`](https://nodejs.org/docs/latest-v25.x/api/process.html#processgetactiveresourcesinfo) tracks active resources
7
- *
8
- * The `node:async_hooks` module provides an API to track asynchronous resources.
9
- * It can be accessed using:
10
- *
11
- * ```js
12
- * import async_hooks from 'node:async_hooks';
13
- * ```
14
- * @experimental
15
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/async_hooks.js)
16
- */
17
1
  declare module "node:async_hooks" {
18
2
  /**
19
3
  * ```js
@@ -123,37 +107,31 @@ declare module "node:async_hooks" {
123
107
  function triggerAsyncId(): number;
124
108
  interface HookCallbacks {
125
109
  /**
126
- * Called when a class is constructed that has the possibility to emit an asynchronous event.
127
- * @param asyncId A unique ID for the async resource
128
- * @param type The type of the async resource
129
- * @param triggerAsyncId The unique ID of the async resource in whose execution context this async resource was created
130
- * @param resource Reference to the resource representing the async operation, needs to be released during destroy
110
+ * The [`init` callback](https://nodejs.org/docs/latest-v25.x/api/async_hooks.html#initasyncid-type-triggerasyncid-resource).
131
111
  */
132
112
  init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void;
133
113
  /**
134
- * When an asynchronous operation is initiated or completes a callback is called to notify the user.
135
- * The before callback is called just before said callback is executed.
136
- * @param asyncId the unique identifier assigned to the resource about to execute the callback.
114
+ * The [`before` callback](https://nodejs.org/docs/latest-v25.x/api/async_hooks.html#beforeasyncid).
137
115
  */
138
116
  before?(asyncId: number): void;
139
117
  /**
140
- * Called immediately after the callback specified in `before` is completed.
141
- *
142
- * If an uncaught exception occurs during execution of the callback, then `after` will run after the `'uncaughtException'` event is emitted or a `domain`'s handler runs.
143
- * @param asyncId the unique identifier assigned to the resource which has executed the callback.
118
+ * The [`after` callback](https://nodejs.org/docs/latest-v25.x/api/async_hooks.html#afterasyncid).
144
119
  */
145
120
  after?(asyncId: number): void;
146
121
  /**
147
- * Called when a promise has resolve() called. This may not be in the same execution id
148
- * as the promise itself.
149
- * @param asyncId the unique id for the promise that was resolve()d.
122
+ * The [`promiseResolve` callback](https://nodejs.org/docs/latest-v25.x/api/async_hooks.html#promiseresolveasyncid).
150
123
  */
151
124
  promiseResolve?(asyncId: number): void;
152
125
  /**
153
- * Called after the resource corresponding to asyncId is destroyed
154
- * @param asyncId a unique ID for the async resource
126
+ * The [`destroy` callback](https://nodejs.org/docs/latest-v25.x/api/async_hooks.html#destroyasyncid).
155
127
  */
156
128
  destroy?(asyncId: number): void;
129
+ /**
130
+ * Whether the hook should track `Promise`s. Cannot be `false` if
131
+ * `promiseResolve` is set.
132
+ * @default true
133
+ */
134
+ trackPromises?: boolean | undefined;
157
135
  }
158
136
  interface AsyncHook {
159
137
  /**
@@ -174,7 +152,8 @@ declare module "node:async_hooks" {
174
152
  *
175
153
  * All callbacks are optional. For example, if only resource cleanup needs to
176
154
  * be tracked, then only the `destroy` callback needs to be passed. The
177
- * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section.
155
+ * specifics of all functions that can be passed to `callbacks` is in the
156
+ * [Hook Callbacks](https://nodejs.org/docs/latest-v25.x/api/async_hooks.html#hook-callbacks) section.
178
157
  *
179
158
  * ```js
180
159
  * import { createHook } from 'node:async_hooks';
@@ -202,12 +181,13 @@ declare module "node:async_hooks" {
202
181
  * ```
203
182
  *
204
183
  * Because promises are asynchronous resources whose lifecycle is tracked
205
- * via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises.
184
+ * via the async hooks mechanism, the `init()`, `before()`, `after()`, and
185
+ * `destroy()` callbacks _must not_ be async functions that return promises.
206
186
  * @since v8.1.0
207
- * @param callbacks The `Hook Callbacks` to register
208
- * @return Instance used for disabling and enabling hooks
187
+ * @param options The [Hook Callbacks](https://nodejs.org/docs/latest-v25.x/api/async_hooks.html#hook-callbacks) to register
188
+ * @returns Instance used for disabling and enabling hooks
209
189
  */
210
- function createHook(callbacks: HookCallbacks): AsyncHook;
190
+ function createHook(options: HookCallbacks): AsyncHook;
211
191
  interface AsyncResourceOptions {
212
192
  /**
213
193
  * The ID of the execution context that created this async event.
@@ -174,7 +174,7 @@ declare module "node:buffer" {
174
174
  * If `totalLength` is not provided, it is calculated from the `Buffer` instances
175
175
  * in `list` by adding their lengths.
176
176
  *
177
- * If `totalLength` is provided, it is coerced to an unsigned integer. If the
177
+ * If `totalLength` is provided, it must be an unsigned integer. If the
178
178
  * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is
179
179
  * truncated to `totalLength`. If the combined length of the `Buffer`s in `list` is
180
180
  * less than `totalLength`, the remaining space is filled with zeros.
@@ -1,48 +1,3 @@
1
- /**
2
- * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many
3
- * Node.js APIs support `Buffer`s.
4
- *
5
- * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and
6
- * extends it with methods that cover additional use cases. Node.js APIs accept
7
- * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well.
8
- *
9
- * While the `Buffer` class is available within the global scope, it is still
10
- * recommended to explicitly reference it via an import or require statement.
11
- *
12
- * ```js
13
- * import { Buffer } from 'node:buffer';
14
- *
15
- * // Creates a zero-filled Buffer of length 10.
16
- * const buf1 = Buffer.alloc(10);
17
- *
18
- * // Creates a Buffer of length 10,
19
- * // filled with bytes which all have the value `1`.
20
- * const buf2 = Buffer.alloc(10, 1);
21
- *
22
- * // Creates an uninitialized buffer of length 10.
23
- * // This is faster than calling Buffer.alloc() but the returned
24
- * // Buffer instance might contain old data that needs to be
25
- * // overwritten using fill(), write(), or other functions that fill the Buffer's
26
- * // contents.
27
- * const buf3 = Buffer.allocUnsafe(10);
28
- *
29
- * // Creates a Buffer containing the bytes [1, 2, 3].
30
- * const buf4 = Buffer.from([1, 2, 3]);
31
- *
32
- * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries
33
- * // are all truncated using `(value & 255)` to fit into the range 0–255.
34
- * const buf5 = Buffer.from([257, 257.5, -255, '1']);
35
- *
36
- * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést':
37
- * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation)
38
- * // [116, 195, 169, 115, 116] (in decimal notation)
39
- * const buf6 = Buffer.from('tést');
40
- *
41
- * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74].
42
- * const buf7 = Buffer.from('tést', 'latin1');
43
- * ```
44
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/buffer.js)
45
- */
46
1
  declare module "node:buffer" {
47
2
  import { ReadableStream } from "node:stream/web";
48
3
  /**
@@ -1,70 +1,3 @@
1
- /**
2
- * The `node:child_process` module provides the ability to spawn subprocesses in
3
- * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability
4
- * is primarily provided by the {@link spawn} function:
5
- *
6
- * ```js
7
- * import { spawn } from 'node:child_process';
8
- * import { once } from 'node:events';
9
- * const ls = spawn('ls', ['-lh', '/usr']);
10
- *
11
- * ls.stdout.on('data', (data) => {
12
- * console.log(`stdout: ${data}`);
13
- * });
14
- *
15
- * ls.stderr.on('data', (data) => {
16
- * console.error(`stderr: ${data}`);
17
- * });
18
- *
19
- * const [code] = await once(ls, 'close');
20
- * console.log(`child process exited with code ${code}`);
21
- * ```
22
- *
23
- * By default, pipes for `stdin`, `stdout`, and `stderr` are established between
24
- * the parent Node.js process and the spawned subprocess. These pipes have
25
- * limited (and platform-specific) capacity. If the subprocess writes to
26
- * stdout in excess of that limit without the output being captured, the
27
- * subprocess blocks, waiting for the pipe buffer to accept more data. This is
28
- * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }` option if the output will not be consumed.
29
- *
30
- * The command lookup is performed using the `options.env.PATH` environment
31
- * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is
32
- * used. If `options.env` is set without `PATH`, lookup on Unix is performed
33
- * on a default search path search of `/usr/bin:/bin` (see your operating system's
34
- * manual for execvpe/execvp), on Windows the current processes environment
35
- * variable `PATH` is used.
36
- *
37
- * On Windows, environment variables are case-insensitive. Node.js
38
- * lexicographically sorts the `env` keys and uses the first one that
39
- * case-insensitively matches. Only first (in lexicographic order) entry will be
40
- * passed to the subprocess. This might lead to issues on Windows when passing
41
- * objects to the `env` option that have multiple variants of the same key, such as `PATH` and `Path`.
42
- *
43
- * The {@link spawn} method spawns the child process asynchronously,
44
- * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks
45
- * the event loop until the spawned process either exits or is terminated.
46
- *
47
- * For convenience, the `node:child_process` module provides a handful of
48
- * synchronous and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on
49
- * top of {@link spawn} or {@link spawnSync}.
50
- *
51
- * * {@link exec}: spawns a shell and runs a command within that
52
- * shell, passing the `stdout` and `stderr` to a callback function when
53
- * complete.
54
- * * {@link execFile}: similar to {@link exec} except
55
- * that it spawns the command directly without first spawning a shell by
56
- * default.
57
- * * {@link fork}: spawns a new Node.js process and invokes a
58
- * specified module with an IPC communication channel established that allows
59
- * sending messages between parent and child.
60
- * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop.
61
- * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop.
62
- *
63
- * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however,
64
- * the synchronous methods can have significant impact on performance due to
65
- * stalling the event loop while spawned processes complete.
66
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/child_process.js)
67
- */
68
1
  declare module "node:child_process" {
69
2
  import { NonSharedBuffer } from "node:buffer";
70
3
  import * as dgram from "node:dgram";
@@ -1,57 +1,3 @@
1
- /**
2
- * Clusters of Node.js processes can be used to run multiple instances of Node.js
3
- * that can distribute workloads among their application threads. When process isolation
4
- * is not needed, use the [`worker_threads`](https://nodejs.org/docs/latest-v25.x/api/worker_threads.html)
5
- * module instead, which allows running multiple application threads within a single Node.js instance.
6
- *
7
- * The cluster module allows easy creation of child processes that all share
8
- * server ports.
9
- *
10
- * ```js
11
- * import cluster from 'node:cluster';
12
- * import http from 'node:http';
13
- * import { availableParallelism } from 'node:os';
14
- * import process from 'node:process';
15
- *
16
- * const numCPUs = availableParallelism();
17
- *
18
- * if (cluster.isPrimary) {
19
- * console.log(`Primary ${process.pid} is running`);
20
- *
21
- * // Fork workers.
22
- * for (let i = 0; i < numCPUs; i++) {
23
- * cluster.fork();
24
- * }
25
- *
26
- * cluster.on('exit', (worker, code, signal) => {
27
- * console.log(`worker ${worker.process.pid} died`);
28
- * });
29
- * } else {
30
- * // Workers can share any TCP connection
31
- * // In this case it is an HTTP server
32
- * http.createServer((req, res) => {
33
- * res.writeHead(200);
34
- * res.end('hello world\n');
35
- * }).listen(8000);
36
- *
37
- * console.log(`Worker ${process.pid} started`);
38
- * }
39
- * ```
40
- *
41
- * Running Node.js will now share port 8000 between the workers:
42
- *
43
- * ```console
44
- * $ node server.js
45
- * Primary 3596 is running
46
- * Worker 4324 started
47
- * Worker 4520 started
48
- * Worker 6056 started
49
- * Worker 5644 started
50
- * ```
51
- *
52
- * On Windows, it is not yet possible to set up a named pipe server in a worker.
53
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/cluster.js)
54
- */
55
1
  declare module "node:cluster" {
56
2
  import * as child_process from "node:child_process";
57
3
  import { EventEmitter, InternalEventEmitter } from "node:events";
@@ -1,61 +1,3 @@
1
- /**
2
- * The `node:console` module provides a simple debugging console that is similar to
3
- * the JavaScript console mechanism provided by web browsers.
4
- *
5
- * The module exports two specific components:
6
- *
7
- * * A `Console` class with methods such as `console.log()`, `console.error()`, and `console.warn()` that can be used to write to any Node.js stream.
8
- * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v25.x/api/process.html#processstdout) and
9
- * [`process.stderr`](https://nodejs.org/docs/latest-v25.x/api/process.html#processstderr). The global `console` can be used without importing the `node:console` module.
10
- *
11
- * _**Warning**_: The global console object's methods are neither consistently
12
- * synchronous like the browser APIs they resemble, nor are they consistently
13
- * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v25.x/api/process.html#a-note-on-process-io) for
14
- * more information.
15
- *
16
- * Example using the global `console`:
17
- *
18
- * ```js
19
- * console.log('hello world');
20
- * // Prints: hello world, to stdout
21
- * console.log('hello %s', 'world');
22
- * // Prints: hello world, to stdout
23
- * console.error(new Error('Whoops, something bad happened'));
24
- * // Prints error message and stack trace to stderr:
25
- * // Error: Whoops, something bad happened
26
- * // at [eval]:5:15
27
- * // at Script.runInThisContext (node:vm:132:18)
28
- * // at Object.runInThisContext (node:vm:309:38)
29
- * // at node:internal/process/execution:77:19
30
- * // at [eval]-wrapper:6:22
31
- * // at evalScript (node:internal/process/execution:76:60)
32
- * // at node:internal/main/eval_string:23:3
33
- *
34
- * const name = 'Will Robinson';
35
- * console.warn(`Danger ${name}! Danger!`);
36
- * // Prints: Danger Will Robinson! Danger!, to stderr
37
- * ```
38
- *
39
- * Example using the `Console` class:
40
- *
41
- * ```js
42
- * const out = getStreamSomehow();
43
- * const err = getStreamSomehow();
44
- * const myConsole = new console.Console(out, err);
45
- *
46
- * myConsole.log('hello world');
47
- * // Prints: hello world, to out
48
- * myConsole.log('hello %s', 'world');
49
- * // Prints: hello world, to out
50
- * myConsole.error(new Error('Whoops, something bad happened'));
51
- * // Prints: [Error: Whoops, something bad happened], to err
52
- *
53
- * const name = 'Will Robinson';
54
- * myConsole.warn(`Danger ${name}! Danger!`);
55
- * // Prints: Danger Will Robinson! Danger!, to err
56
- * ```
57
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/console.js)
58
- */
59
1
  declare module "node:console" {
60
2
  import { InspectOptions } from "node:util";
61
3
  namespace console {
@@ -1,9 +1,3 @@
1
- /**
2
- * @deprecated The `node:constants` module is deprecated. When requiring access to constants
3
- * relevant to specific Node.js builtin modules, developers should instead refer
4
- * to the `constants` property exposed by the relevant module. For instance,
5
- * `require('node:fs').constants` and `require('node:os').constants`.
6
- */
7
1
  declare module "node:constants" {
8
2
  const constants:
9
3
  & typeof import("node:os").constants.dlopen
@@ -1,21 +1,3 @@
1
- /**
2
- * The `node:crypto` module provides cryptographic functionality that includes a
3
- * set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify
4
- * functions.
5
- *
6
- * ```js
7
- * const { createHmac } = await import('node:crypto');
8
- *
9
- * const secret = 'abcdefg';
10
- * const hash = createHmac('sha256', secret)
11
- * .update('I love cupcakes')
12
- * .digest('hex');
13
- * console.log(hash);
14
- * // Prints:
15
- * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e
16
- * ```
17
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/crypto.js)
18
- */
19
1
  declare module "node:crypto" {
20
2
  import { NonSharedBuffer } from "node:buffer";
21
3
  import * as stream from "node:stream";
@@ -1,30 +1,3 @@
1
- /**
2
- * The `node:dgram` module provides an implementation of UDP datagram sockets.
3
- *
4
- * ```js
5
- * import dgram from 'node:dgram';
6
- *
7
- * const server = dgram.createSocket('udp4');
8
- *
9
- * server.on('error', (err) => {
10
- * console.error(`server error:\n${err.stack}`);
11
- * server.close();
12
- * });
13
- *
14
- * server.on('message', (msg, rinfo) => {
15
- * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`);
16
- * });
17
- *
18
- * server.on('listening', () => {
19
- * const address = server.address();
20
- * console.log(`server listening ${address.address}:${address.port}`);
21
- * });
22
- *
23
- * server.bind(41234);
24
- * // Prints: server listening 0.0.0.0:41234
25
- * ```
26
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/dgram.js)
27
- */
28
1
  declare module "node:dgram" {
29
2
  import { NonSharedBuffer } from "node:buffer";
30
3
  import * as dns from "node:dns";