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,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";
@@ -1,27 +1,3 @@
1
- /**
2
- * The `node:diagnostics_channel` module provides an API to create named channels
3
- * to report arbitrary message data for diagnostics purposes.
4
- *
5
- * It can be accessed using:
6
- *
7
- * ```js
8
- * import diagnostics_channel from 'node:diagnostics_channel';
9
- * ```
10
- *
11
- * It is intended that a module writer wanting to report diagnostics messages
12
- * will create one or many top-level channels to report messages through.
13
- * Channels may also be acquired at runtime but it is not encouraged
14
- * due to the additional overhead of doing so. Channels may be exported for
15
- * convenience, but as long as the name is known it can be acquired anywhere.
16
- *
17
- * If you intend for your module to produce diagnostics data for others to
18
- * consume it is recommended that you include documentation of what named
19
- * channels are used along with the shape of the message data. Channel names
20
- * should generally include the module name to avoid collisions with data from
21
- * other modules.
22
- * @since v15.1.0, v14.17.0
23
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/diagnostics_channel.js)
24
- */
25
1
  declare module "node:diagnostics_channel" {
26
2
  import { AsyncLocalStorage } from "node:async_hooks";
27
3
  /**
@@ -1,9 +1,3 @@
1
- /**
2
- * The `dns.promises` API provides an alternative set of asynchronous DNS methods
3
- * that return `Promise` objects rather than using callbacks. The API is accessible
4
- * via `import { promises as dnsPromises } from 'node:dns'` or `import dnsPromises from 'node:dns/promises'`.
5
- * @since v10.6.0
6
- */
7
1
  declare module "node:dns/promises" {
8
2
  import {
9
3
  AnyRecord,
@@ -1,49 +1,3 @@
1
- /**
2
- * The `node:dns` module enables name resolution. For example, use it to look up IP
3
- * addresses of host names.
4
- *
5
- * Although named for the [Domain Name System (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System), it does not always use the
6
- * DNS protocol for lookups. {@link lookup} uses the operating system
7
- * facilities to perform name resolution. It may not need to perform any network
8
- * communication. To perform name resolution the way other applications on the same
9
- * system do, use {@link lookup}.
10
- *
11
- * ```js
12
- * import dns from 'node:dns';
13
- *
14
- * dns.lookup('example.org', (err, address, family) => {
15
- * console.log('address: %j family: IPv%s', address, family);
16
- * });
17
- * // address: "93.184.216.34" family: IPv4
18
- * ```
19
- *
20
- * All other functions in the `node:dns` module connect to an actual DNS server to
21
- * perform name resolution. They will always use the network to perform DNS
22
- * queries. These functions do not use the same set of configuration files used by {@link lookup} (e.g. `/etc/hosts`). Use these functions to always perform
23
- * DNS queries, bypassing other name-resolution facilities.
24
- *
25
- * ```js
26
- * import dns from 'node:dns';
27
- *
28
- * dns.resolve4('archive.org', (err, addresses) => {
29
- * if (err) throw err;
30
- *
31
- * console.log(`addresses: ${JSON.stringify(addresses)}`);
32
- *
33
- * addresses.forEach((a) => {
34
- * dns.reverse(a, (err, hostnames) => {
35
- * if (err) {
36
- * throw err;
37
- * }
38
- * console.log(`reverse for ${a}: ${JSON.stringify(hostnames)}`);
39
- * });
40
- * });
41
- * });
42
- * ```
43
- *
44
- * See the [Implementation considerations section](https://nodejs.org/docs/latest-v25.x/api/dns.html#implementation-considerations) for more information.
45
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/dns.js)
46
- */
47
1
  declare module "node:dns" {
48
2
  // Supported getaddrinfo flags.
49
3
  /**
@@ -1,19 +1,3 @@
1
- /**
2
- * **This module is pending deprecation.** Once a replacement API has been
3
- * finalized, this module will be fully deprecated. Most developers should
4
- * **not** have cause to use this module. Users who absolutely must have
5
- * the functionality that domains provide may rely on it for the time being
6
- * but should expect to have to migrate to a different solution
7
- * in the future.
8
- *
9
- * Domains provide a way to handle multiple different IO operations as a
10
- * single group. If any of the event emitters or callbacks registered to a
11
- * domain emit an `'error'` event, or throw an error, then the domain object
12
- * will be notified, rather than losing the context of the error in the `process.on('uncaughtException')` handler, or causing the program to
13
- * exit immediately with an error code.
14
- * @deprecated Since v1.4.2 - Deprecated
15
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/domain.js)
16
- */
17
1
  declare module "node:domain" {
18
2
  import { EventEmitter } from "node:events";
19
3
  /**
@@ -1,39 +1,3 @@
1
- /**
2
- * Much of the Node.js core API is built around an idiomatic asynchronous
3
- * event-driven architecture in which certain kinds of objects (called "emitters")
4
- * emit named events that cause `Function` objects ("listeners") to be called.
5
- *
6
- * For instance: a `net.Server` object emits an event each time a peer
7
- * connects to it; a `fs.ReadStream` emits an event when the file is opened;
8
- * a `stream` emits an event whenever data is available to be read.
9
- *
10
- * All objects that emit events are instances of the `EventEmitter` class. These
11
- * objects expose an `eventEmitter.on()` function that allows one or more
12
- * functions to be attached to named events emitted by the object. Typically,
13
- * event names are camel-cased strings but any valid JavaScript property key
14
- * can be used.
15
- *
16
- * When the `EventEmitter` object emits an event, all of the functions attached
17
- * to that specific event are called _synchronously_. Any values returned by the
18
- * called listeners are _ignored_ and discarded.
19
- *
20
- * The following example shows a simple `EventEmitter` instance with a single
21
- * listener. The `eventEmitter.on()` method is used to register listeners, while
22
- * the `eventEmitter.emit()` method is used to trigger the event.
23
- *
24
- * ```js
25
- * import { EventEmitter } from 'node:events';
26
- *
27
- * class MyEmitter extends EventEmitter {}
28
- *
29
- * const myEmitter = new MyEmitter();
30
- * myEmitter.on('event', () => {
31
- * console.log('an event occurred!');
32
- * });
33
- * myEmitter.emit('event');
34
- * ```
35
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/events.js)
36
- */
37
1
  declare module "node:events" {
38
2
  import { AsyncResource, AsyncResourceOptions } from "node:async_hooks";
39
3
  // #region Event map helpers
@@ -1,13 +1,3 @@
1
- /**
2
- * The `fs/promises` API provides asynchronous file system methods that return
3
- * promises.
4
- *
5
- * The promise APIs use the underlying Node.js threadpool to perform file
6
- * system operations off the event loop thread. These operations are not
7
- * synchronized or threadsafe. Care must be taken when performing multiple
8
- * concurrent modifications on the same file or data corruption may occur.
9
- * @since v10.0.0
10
- */
11
1
  declare module "node:fs/promises" {
12
2
  import { NonSharedBuffer } from "node:buffer";
13
3
  import { Abortable } from "node:events";
@@ -1,23 +1,3 @@
1
- /**
2
- * The `node:fs` module enables interacting with the file system in a
3
- * way modeled on standard POSIX functions.
4
- *
5
- * To use the promise-based APIs:
6
- *
7
- * ```js
8
- * import * as fs from 'node:fs/promises';
9
- * ```
10
- *
11
- * To use the callback and sync APIs:
12
- *
13
- * ```js
14
- * import * as fs from 'node:fs';
15
- * ```
16
- *
17
- * All file system operations have synchronous, callback, and promise-based
18
- * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM).
19
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/fs.js)
20
- */
21
1
  declare module "node:fs" {
22
2
  import { NonSharedBuffer } from "node:buffer";
23
3
  import { Abortable, EventEmitter, InternalEventEmitter } from "node:events";
@@ -1,44 +1,3 @@
1
- /**
2
- * To use the HTTP server and client one must import the `node:http` module.
3
- *
4
- * The HTTP interfaces in Node.js are designed to support many features
5
- * of the protocol which have been traditionally difficult to use.
6
- * In particular, large, possibly chunk-encoded, messages. The interface is
7
- * careful to never buffer entire requests or responses, so the
8
- * user is able to stream data.
9
- *
10
- * HTTP message headers are represented by an object like this:
11
- *
12
- * ```json
13
- * { "content-length": "123",
14
- * "content-type": "text/plain",
15
- * "connection": "keep-alive",
16
- * "host": "example.com",
17
- * "accept": "*" }
18
- * ```
19
- *
20
- * Keys are lowercased. Values are not modified.
21
- *
22
- * In order to support the full spectrum of possible HTTP applications, the Node.js
23
- * HTTP API is very low-level. It deals with stream handling and message
24
- * parsing only. It parses a message into headers and body but it does not
25
- * parse the actual headers or the body.
26
- *
27
- * See `message.headers` for details on how duplicate headers are handled.
28
- *
29
- * The raw headers as they were received are retained in the `rawHeaders` property, which is an array of `[key, value, key2, value2, ...]`. For
30
- * example, the previous message header object might have a `rawHeaders` list like the following:
31
- *
32
- * ```js
33
- * [ 'ConTent-Length', '123456',
34
- * 'content-LENGTH', '123',
35
- * 'content-type', 'text/plain',
36
- * 'CONNECTION', 'keep-alive',
37
- * 'Host', 'example.com',
38
- * 'accepT', '*' ]
39
- * ```
40
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/http.js)
41
- */
42
1
  declare module "node:http" {
43
2
  import { NonSharedBuffer } from "node:buffer";
44
3
  import { LookupOptions } from "node:dns";
@@ -1,13 +1,3 @@
1
- /**
2
- * The `node:http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol.
3
- * It can be accessed using:
4
- *
5
- * ```js
6
- * import http2 from 'node:http2';
7
- * ```
8
- * @since v8.4.0
9
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/http2.js)
10
- */
11
1
  declare module "node:http2" {
12
2
  import { NonSharedBuffer } from "node:buffer";
13
3
  import { InternalEventEmitter } from "node:events";
@@ -1,8 +1,3 @@
1
- /**
2
- * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a
3
- * separate module.
4
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/https.js)
5
- */
6
1
  declare module "node:https" {
7
2
  import * as http from "node:http";
8
3
  import { Duplex } from "node:stream";
@@ -1,9 +1,3 @@
1
- /**
2
- * The `node:inspector/promises` module provides an API for interacting with the V8
3
- * inspector.
4
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/inspector/promises.js)
5
- * @since v19.0.0
6
- */
7
1
  declare module "node:inspector/promises" {
8
2
  import { EventEmitter } from "node:events";
9
3
  export { close, console, NetworkResources, open, url, waitForDebugger } from "node:inspector";
@@ -1,8 +1,3 @@
1
- /**
2
- * The `node:inspector` module provides an API for interacting with the V8
3
- * inspector.
4
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/inspector.js)
5
- */
6
1
  declare module "node:inspector" {
7
2
  import { EventEmitter } from "node:events";
8
3
  /**
@@ -1,6 +1,3 @@
1
- /**
2
- * @since v0.3.7
3
- */
4
1
  declare module "node:module" {
5
2
  import { URL } from "node:url";
6
3
  class Module {
@@ -1,17 +1,3 @@
1
- /**
2
- * > Stability: 2 - Stable
3
- *
4
- * The `node:net` module provides an asynchronous network API for creating stream-based
5
- * TCP or `IPC` servers ({@link createServer}) and clients
6
- * ({@link createConnection}).
7
- *
8
- * It can be accessed using:
9
- *
10
- * ```js
11
- * import net from 'node:net';
12
- * ```
13
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/net.js)
14
- */
15
1
  declare module "node:net" {
16
2
  import { NonSharedBuffer } from "node:buffer";
17
3
  import * as dns from "node:dns";
@@ -38,6 +24,7 @@ declare module "node:net" {
38
24
  keepAlive?: boolean | undefined;
39
25
  keepAliveInitialDelay?: number | undefined;
40
26
  blockList?: BlockList | undefined;
27
+ typeOfService?: number | undefined;
41
28
  }
42
29
  interface OnReadOpts {
43
30
  buffer: Uint8Array | (() => Uint8Array);
@@ -116,9 +103,14 @@ declare module "node:net" {
116
103
  * See `Writable` stream `write()` method for more
117
104
  * information.
118
105
  * @since v0.1.90
119
- * @param [encoding='utf8'] Only used when data is `string`.
120
106
  */
121
107
  write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean;
108
+ /**
109
+ * Sends data on the socket, with an explicit encoding for string data.
110
+ * @see {@link Socket.write} for full details.
111
+ * @since v0.1.90
112
+ * @param [encoding='utf8'] Only used when data is `string`.
113
+ */
122
114
  write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean;
123
115
  /**
124
116
  * Initiate a connection on a given socket.
@@ -226,6 +218,37 @@ declare module "node:net" {
226
218
  * @return The socket itself.
227
219
  */
228
220
  setKeepAlive(enable?: boolean, initialDelay?: number): this;
221
+ /**
222
+ * Returns the current Type of Service (TOS) field for IPv4 packets or Traffic
223
+ * Class for IPv6 packets for this socket.
224
+ *
225
+ * `setTypeOfService()` may be called before the socket is connected; the value
226
+ * will be cached and applied when the socket establishes a connection.
227
+ * `getTypeOfService()` will return the currently set value even before connection.
228
+ *
229
+ * On some platforms (e.g., Linux), certain TOS/ECN bits may be masked or ignored,
230
+ * and behavior can differ between IPv4 and IPv6 or dual-stack sockets. Callers
231
+ * should verify platform-specific semantics.
232
+ * @since v25.6.0
233
+ * @returns The current TOS value.
234
+ */
235
+ getTypeOfService(): number;
236
+ /**
237
+ * Sets the Type of Service (TOS) field for IPv4 packets or Traffic Class for IPv6
238
+ * Packets sent from this socket. This can be used to prioritize network traffic.
239
+ *
240
+ * `setTypeOfService()` may be called before the socket is connected; the value
241
+ * will be cached and applied when the socket establishes a connection.
242
+ * `getTypeOfService()` will return the currently set value even before connection.
243
+ *
244
+ * On some platforms (e.g., Linux), certain TOS/ECN bits may be masked or ignored,
245
+ * and behavior can differ between IPv4 and IPv6 or dual-stack sockets. Callers
246
+ * should verify platform-specific semantics.
247
+ * @since v25.6.0
248
+ * @param tos The TOS value to set (0-255).
249
+ * @returns The socket itself.
250
+ */
251
+ setTypeOfService(tos: number): this;
229
252
  /**
230
253
  * Returns the bound `address`, the address `family` name and `port` of the
231
254
  * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`
@@ -358,12 +381,26 @@ declare module "node:net" {
358
381
  *
359
382
  * See `writable.end()` for further details.
360
383
  * @since v0.1.90
361
- * @param [encoding='utf8'] Only used when data is `string`.
362
384
  * @param callback Optional callback for when the socket is finished.
363
385
  * @return The socket itself.
364
386
  */
365
387
  end(callback?: () => void): this;
388
+ /**
389
+ * Half-closes the socket, with one final chunk of data.
390
+ * @see {@link Socket.end} for full details.
391
+ * @since v0.1.90
392
+ * @param callback Optional callback for when the socket is finished.
393
+ * @return The socket itself.
394
+ */
366
395
  end(buffer: Uint8Array | string, callback?: () => void): this;
396
+ /**
397
+ * Half-closes the socket, with one final chunk of data.
398
+ * @see {@link Socket.end} for full details.
399
+ * @since v0.1.90
400
+ * @param [encoding='utf8'] Only used when data is `string`.
401
+ * @param callback Optional callback for when the socket is finished.
402
+ * @return The socket itself.
403
+ */
367
404
  end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this;
368
405
  // #region InternalEventEmitter
369
406
  addListener<E extends keyof SocketEventMap>(eventName: E, listener: (...args: SocketEventMap[E]) => void): this;
@@ -1,12 +1,3 @@
1
- /**
2
- * The `node:os` module provides operating system-related utility methods and
3
- * properties. It can be accessed using:
4
- *
5
- * ```js
6
- * import os from 'node:os';
7
- * ```
8
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/os.js)
9
- */
10
1
  declare module "node:os" {
11
2
  import { NonSharedBuffer } from "buffer";
12
3
  interface CpuInfo {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "25.5.0",
3
+ "version": "25.6.0",
4
4
  "description": "TypeScript definitions for node",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -147,9 +147,9 @@
147
147
  },
148
148
  "scripts": {},
149
149
  "dependencies": {
150
- "undici-types": "~7.18.0"
150
+ "undici-types": "~7.19.0"
151
151
  },
152
152
  "peerDependencies": {},
153
- "typesPublisherContentHash": "4b6968335abe1dc64bd6086fd546d6e9c50f986c37d49de8073f4ed1c900057c",
154
- "typeScriptVersion": "5.2"
153
+ "typesPublisherContentHash": "753bd9272f1c86686cc2d1bb435a7f033157f700201f64f0319742347e1ca060",
154
+ "typeScriptVersion": "5.3"
155
155
  }
@@ -1,12 +1,3 @@
1
- /**
2
- * The `node:path` module provides utilities for working with file and directory
3
- * paths. It can be accessed using:
4
- *
5
- * ```js
6
- * import path from 'node:path';
7
- * ```
8
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/path.js)
9
- */
10
1
  declare module "node:path" {
11
2
  namespace path {
12
3
  /**
@@ -1,34 +1,3 @@
1
- /**
2
- * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for
3
- * Node.js-specific performance measurements.
4
- *
5
- * Node.js supports the following [Web Performance APIs](https://w3c.github.io/perf-timing-primer/):
6
- *
7
- * * [High Resolution Time](https://www.w3.org/TR/hr-time-2)
8
- * * [Performance Timeline](https://w3c.github.io/performance-timeline/)
9
- * * [User Timing](https://www.w3.org/TR/user-timing/)
10
- * * [Resource Timing](https://www.w3.org/TR/resource-timing-2/)
11
- *
12
- * ```js
13
- * import { PerformanceObserver, performance } from 'node:perf_hooks';
14
- *
15
- * const obs = new PerformanceObserver((items) => {
16
- * console.log(items.getEntries()[0].duration);
17
- * performance.clearMarks();
18
- * });
19
- * obs.observe({ type: 'measure' });
20
- * performance.measure('Start to Now');
21
- *
22
- * performance.mark('A');
23
- * doSomeLongRunningProcess(() => {
24
- * performance.measure('A to Now', 'A');
25
- *
26
- * performance.mark('B');
27
- * performance.measure('A to B', 'A', 'B');
28
- * });
29
- * ```
30
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/perf_hooks.js)
31
- */
32
1
  declare module "node:perf_hooks" {
33
2
  import { InternalEventTargetEventProperties } from "node:events";
34
3
  // #region web types
@@ -1,31 +1,3 @@
1
- /**
2
- * **The version of the punycode module bundled in Node.js is being deprecated. **In a future major version of Node.js this module will be removed. Users
3
- * currently depending on the `punycode` module should switch to using the
4
- * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL
5
- * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`.
6
- *
7
- * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It
8
- * can be accessed using:
9
- *
10
- * ```js
11
- * import punycode from 'node:punycode';
12
- * ```
13
- *
14
- * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is
15
- * primarily intended for use in Internationalized Domain Names. Because host
16
- * names in URLs are limited to ASCII characters only, Domain Names that contain
17
- * non-ASCII characters must be converted into ASCII using the Punycode scheme.
18
- * For instance, the Japanese character that translates into the English word, `'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent
19
- * to `'example.com'`) is represented by Punycode as the ASCII string `'xn--fsq.com'`.
20
- *
21
- * The `punycode` module provides a simple implementation of the Punycode standard.
22
- *
23
- * The `punycode` module is a third-party dependency used by Node.js and
24
- * made available to developers as a convenience. Fixes or other modifications to
25
- * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project.
26
- * @deprecated
27
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/punycode.js)
28
- */
29
1
  declare module "node:punycode" {
30
2
  /**
31
3
  * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only
@@ -1,16 +1,3 @@
1
- /**
2
- * The `node:querystring` module provides utilities for parsing and formatting URL
3
- * query strings. It can be accessed using:
4
- *
5
- * ```js
6
- * import querystring from 'node:querystring';
7
- * ```
8
- *
9
- * `querystring` is more performant than `URLSearchParams` but is not a
10
- * standardized API. Use `URLSearchParams` when performance is not critical or
11
- * when compatibility with browser code is desirable.
12
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/querystring.js)
13
- */
14
1
  declare module "node:querystring" {
15
2
  interface StringifyOptions {
16
3
  /**
@@ -1,16 +1,3 @@
1
- /**
2
- * The 'node:quic' module provides an implementation of the QUIC protocol.
3
- * To access it, start Node.js with the `--experimental-quic` option and:
4
- *
5
- * ```js
6
- * import quic from 'node:quic';
7
- * ```
8
- *
9
- * The module is only available under the `node:` scheme.
10
- * @since v23.8.0
11
- * @experimental
12
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/quic.js)
13
- */
14
1
  declare module "node:quic" {
15
2
  import { KeyObject, webcrypto } from "node:crypto";
16
3
  import { SocketAddress } from "node:net";
@@ -1,6 +1,3 @@
1
- /**
2
- * @since v17.0.0
3
- */
4
1
  declare module "node:readline/promises" {
5
2
  import { Abortable } from "node:events";
6
3
  import {
@@ -1,38 +1,3 @@
1
- /**
2
- * The `node:readline` module provides an interface for reading data from a [Readable](https://nodejs.org/docs/latest-v25.x/api/stream.html#readable-streams) stream
3
- * (such as [`process.stdin`](https://nodejs.org/docs/latest-v25.x/api/process.html#processstdin)) one line at a time.
4
- *
5
- * To use the promise-based APIs:
6
- *
7
- * ```js
8
- * import * as readline from 'node:readline/promises';
9
- * ```
10
- *
11
- * To use the callback and sync APIs:
12
- *
13
- * ```js
14
- * import * as readline from 'node:readline';
15
- * ```
16
- *
17
- * The following simple example illustrates the basic use of the `node:readline` module.
18
- *
19
- * ```js
20
- * import * as readline from 'node:readline/promises';
21
- * import { stdin as input, stdout as output } from 'node:process';
22
- *
23
- * const rl = readline.createInterface({ input, output });
24
- *
25
- * const answer = await rl.question('What do you think of Node.js? ');
26
- *
27
- * console.log(`Thank you for your valuable feedback: ${answer}`);
28
- *
29
- * rl.close();
30
- * ```
31
- *
32
- * Once this code is invoked, the Node.js application will not terminate until the `readline.Interface` is closed because the interface waits for data to be
33
- * received on the `input` stream.
34
- * @see [source](https://github.com/nodejs/node/blob/v25.x/lib/readline.js)
35
- */
36
1
  declare module "node:readline" {
37
2
  import { Abortable, EventEmitter, InternalEventEmitter } from "node:events";
38
3
  interface Key {