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,16 +1,15 @@
1
1
  {
2
2
  "name": "@smithy/url-parser",
3
- "version": "4.2.12",
3
+ "version": "4.2.13",
4
4
  "scripts": {
5
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
- "build:cjs": "node ../../scripts/inline url-parser",
7
- "build:es": "yarn g:tsc -p tsconfig.es.json",
5
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
+ "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline url-parser",
8
7
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
8
  "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
- "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
9
  "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
- "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
10
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
11
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
12
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
13
  "test": "yarn g:vitest run",
15
14
  "test:watch": "yarn g:vitest watch"
16
15
  },
@@ -24,8 +23,8 @@
24
23
  "license": "Apache-2.0",
25
24
  "sideEffects": false,
26
25
  "dependencies": {
27
- "@smithy/querystring-parser": "^4.2.12",
28
- "@smithy/types": "^4.13.1",
26
+ "@smithy/querystring-parser": "^4.2.13",
27
+ "@smithy/types": "^4.14.0",
29
28
  "tslib": "^2.6.2"
30
29
  },
31
30
  "typesVersions": {
@@ -3,8 +3,15 @@
3
3
  [![NPM version](https://img.shields.io/npm/v/@smithy/util-defaults-mode-browser/latest.svg)](https://www.npmjs.com/package/@smithy/util-defaults-mode-browser)
4
4
  [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-defaults-mode-browser.svg)](https://www.npmjs.com/package/@smithy/util-defaults-mode-browser)
5
5
 
6
- > An internal package
6
+ ### :warning: Internal API :warning:
7
7
 
8
- ## Usage
8
+ > This is an internal package.
9
+ > That means this is used as a dependency for other, public packages, but
10
+ > should not be taken directly as a dependency in your application's `package.json`.
9
11
 
10
- You probably shouldn't, at least directly.
12
+ > If you are updating the version of this package, for example to bring in a
13
+ > bug-fix, you should do so by updating your application lockfile with
14
+ > e.g. `npm up @scope/package` or equivalent command in another
15
+ > package manager, rather than taking a direct dependency.
16
+
17
+ ---
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "4.3.42",
3
+ "version": "4.3.45",
4
4
  "scripts": {
5
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
- "build:cjs": "node ../../scripts/inline util-defaults-mode-browser",
7
- "build:es": "yarn g:tsc -p tsconfig.es.json",
5
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
+ "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline util-defaults-mode-browser",
8
7
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
8
  "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
- "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
9
  "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
- "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
10
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
11
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
12
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
13
  "test": "yarn g:vitest run",
15
14
  "test:watch": "yarn g:vitest watch"
16
15
  },
@@ -24,9 +23,9 @@
24
23
  "license": "Apache-2.0",
25
24
  "sideEffects": false,
26
25
  "dependencies": {
27
- "@smithy/property-provider": "^4.2.12",
28
- "@smithy/smithy-client": "^4.12.6",
29
- "@smithy/types": "^4.13.1",
26
+ "@smithy/property-provider": "^4.2.13",
27
+ "@smithy/smithy-client": "^4.12.9",
28
+ "@smithy/types": "^4.14.0",
30
29
  "tslib": "^2.6.2"
31
30
  },
32
31
  "devDependencies": {
@@ -3,8 +3,15 @@
3
3
  [![NPM version](https://img.shields.io/npm/v/@smithy/util-defaults-mode-node/latest.svg)](https://www.npmjs.com/package/@smithy/util-defaults-mode-node)
4
4
  [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-defaults-mode-node.svg)](https://www.npmjs.com/package/@smithy/util-defaults-mode-node)
5
5
 
6
- > An internal package
6
+ ### :warning: Internal API :warning:
7
7
 
8
- ## Usage
8
+ > This is an internal package.
9
+ > That means this is used as a dependency for other, public packages, but
10
+ > should not be taken directly as a dependency in your application's `package.json`.
9
11
 
10
- You probably shouldn't, at least directly.
12
+ > If you are updating the version of this package, for example to bring in a
13
+ > bug-fix, you should do so by updating your application lockfile with
14
+ > e.g. `npm up @scope/package` or equivalent command in another
15
+ > package manager, rather than taking a direct dependency.
16
+
17
+ ---
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "4.2.45",
3
+ "version": "4.2.50",
4
4
  "scripts": {
5
- "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
- "build:cjs": "node ../../scripts/inline util-defaults-mode-node",
7
- "build:es": "yarn g:tsc -p tsconfig.es.json",
5
+ "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
+ "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline util-defaults-mode-node",
8
7
  "build:types": "yarn g:tsc -p tsconfig.types.json",
9
8
  "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
10
- "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
11
9
  "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
- "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
13
10
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
11
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
12
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
13
  "test": "yarn g:vitest run",
15
14
  "test:watch": "yarn g:vitest watch"
16
15
  },
@@ -24,12 +23,12 @@
24
23
  "license": "Apache-2.0",
25
24
  "sideEffects": false,
26
25
  "dependencies": {
27
- "@smithy/config-resolver": "^4.4.11",
28
- "@smithy/credential-provider-imds": "^4.2.12",
29
- "@smithy/node-config-provider": "^4.3.12",
30
- "@smithy/property-provider": "^4.2.12",
31
- "@smithy/smithy-client": "^4.12.6",
32
- "@smithy/types": "^4.13.1",
26
+ "@smithy/config-resolver": "^4.4.15",
27
+ "@smithy/credential-provider-imds": "^4.2.13",
28
+ "@smithy/node-config-provider": "^4.3.13",
29
+ "@smithy/property-provider": "^4.2.13",
30
+ "@smithy/smithy-client": "^4.12.9",
31
+ "@smithy/types": "^4.14.0",
33
32
  "tslib": "^2.6.2"
34
33
  },
35
34
  "devDependencies": {
@@ -3,8 +3,15 @@
3
3
  [![NPM version](https://img.shields.io/npm/v/@smithy/util-endpoints/latest.svg)](https://www.npmjs.com/package/@smithy/util-endpoints)
4
4
  [![NPM downloads](https://img.shields.io/npm/dm/@smithy/util-endpoints.svg)](https://www.npmjs.com/package/@smithy/util-endpoints)
5
5
 
6
- > An internal package
6
+ ### :warning: Internal API :warning:
7
7
 
8
- ## Usage
8
+ > This is an internal package.
9
+ > That means this is used as a dependency for other, public packages, but
10
+ > should not be taken directly as a dependency in your application's `package.json`.
9
11
 
10
- You probably shouldn't, at least directly.
12
+ > If you are updating the version of this package, for example to bring in a
13
+ > bug-fix, you should do so by updating your application lockfile with
14
+ > e.g. `npm up @scope/package` or equivalent command in another
15
+ > package manager, rather than taking a direct dependency.
16
+
17
+ ---
@@ -2,6 +2,22 @@
2
2
 
3
3
  var types = require('@smithy/types');
4
4
 
5
+ class BinaryDecisionDiagram {
6
+ nodes;
7
+ root;
8
+ conditions;
9
+ results;
10
+ constructor(bdd, root, conditions, results) {
11
+ this.nodes = bdd;
12
+ this.root = root;
13
+ this.conditions = conditions;
14
+ this.results = results;
15
+ }
16
+ static from(bdd, root, conditions, results) {
17
+ return new BinaryDecisionDiagram(bdd, root, conditions, results);
18
+ }
19
+ }
20
+
5
21
  class EndpointCache {
6
22
  capacity;
7
23
  data = new Map();
@@ -53,24 +69,12 @@ class EndpointCache {
53
69
  }
54
70
  }
55
71
 
56
- const IP_V4_REGEX = new RegExp(`^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$`);
57
- const isIpAddress = (value) => IP_V4_REGEX.test(value) || (value.startsWith("[") && value.endsWith("]"));
58
-
59
- const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`);
60
- const isValidHostLabel = (value, allowSubDomains = false) => {
61
- if (!allowSubDomains) {
62
- return VALID_HOST_LABEL_REGEX.test(value);
63
- }
64
- const labels = value.split(".");
65
- for (const label of labels) {
66
- if (!isValidHostLabel(label)) {
67
- return false;
68
- }
72
+ class EndpointError extends Error {
73
+ constructor(message) {
74
+ super(message);
75
+ this.name = "EndpointError";
69
76
  }
70
- return true;
71
- };
72
-
73
- const customEndpointFunctions = {};
77
+ }
74
78
 
75
79
  const debugId = "endpoints";
76
80
 
@@ -87,15 +91,19 @@ function toDebugString(input) {
87
91
  return JSON.stringify(input, null, 2);
88
92
  }
89
93
 
90
- class EndpointError extends Error {
91
- constructor(message) {
92
- super(message);
93
- this.name = "EndpointError";
94
- }
95
- }
94
+ const customEndpointFunctions = {};
96
95
 
97
96
  const booleanEquals = (value1, value2) => value1 === value2;
98
97
 
98
+ function coalesce(...args) {
99
+ for (const arg of args) {
100
+ if (arg != null) {
101
+ return arg;
102
+ }
103
+ }
104
+ return undefined;
105
+ }
106
+
99
107
  const getAttrPathList = (path) => {
100
108
  const parts = path.split(".");
101
109
  const pathList = [];
@@ -133,8 +141,29 @@ const getAttr = (value, path) => getAttrPathList(path).reduce((acc, index) => {
133
141
 
134
142
  const isSet = (value) => value != null;
135
143
 
144
+ const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`);
145
+ const isValidHostLabel = (value, allowSubDomains = false) => {
146
+ if (!allowSubDomains) {
147
+ return VALID_HOST_LABEL_REGEX.test(value);
148
+ }
149
+ const labels = value.split(".");
150
+ for (const label of labels) {
151
+ if (!isValidHostLabel(label)) {
152
+ return false;
153
+ }
154
+ }
155
+ return true;
156
+ };
157
+
158
+ function ite(condition, trueValue, falseValue) {
159
+ return condition ? trueValue : falseValue;
160
+ }
161
+
136
162
  const not = (value) => !value;
137
163
 
164
+ const IP_V4_REGEX = new RegExp(`^(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)(?:\\.(?:25[0-5]|2[0-4]\\d|1\\d\\d|[1-9]\\d|\\d)){3}$`);
165
+ const isIpAddress = (value) => IP_V4_REGEX.test(value) || (value.startsWith("[") && value.endsWith("]"));
166
+
138
167
  const DEFAULT_PORTS = {
139
168
  [types.EndpointURLScheme.HTTP]: 80,
140
169
  [types.EndpointURLScheme.HTTPS]: 443,
@@ -185,10 +214,24 @@ const parseURL = (value) => {
185
214
  };
186
215
  };
187
216
 
217
+ function split(value, delimiter, limit) {
218
+ if (limit === 1) {
219
+ return [value];
220
+ }
221
+ if (value === "") {
222
+ return [""];
223
+ }
224
+ const parts = value.split(delimiter);
225
+ if (limit === 0) {
226
+ return parts;
227
+ }
228
+ return parts.slice(0, limit - 1).concat(parts.slice(1).join(delimiter));
229
+ }
230
+
188
231
  const stringEquals = (value1, value2) => value1 === value2;
189
232
 
190
233
  const substring = (input, start, stop, reverse) => {
191
- if (start >= stop || input.length < stop || /[^\u0000-\u007f]/.test(input)) {
234
+ if (input == null || start >= stop || input.length < stop || /[^\u0000-\u007f]/.test(input)) {
192
235
  return null;
193
236
  }
194
237
  if (!reverse) {
@@ -201,11 +244,14 @@ const uriEncode = (value) => encodeURIComponent(value).replace(/[!*'()]/g, (c) =
201
244
 
202
245
  const endpointFunctions = {
203
246
  booleanEquals,
247
+ coalesce,
204
248
  getAttr,
205
249
  isSet,
206
250
  isValidHostLabel,
251
+ ite,
207
252
  not,
208
253
  parseURL,
254
+ split,
209
255
  stringEquals,
210
256
  substring,
211
257
  uriEncode,
@@ -213,10 +259,7 @@ const endpointFunctions = {
213
259
 
214
260
  const evaluateTemplate = (template, options) => {
215
261
  const evaluatedTemplateArr = [];
216
- const templateContext = {
217
- ...options.endpointParams,
218
- ...options.referenceRecord,
219
- };
262
+ const { referenceRecord, endpointParams } = options;
220
263
  let currentIndex = 0;
221
264
  while (currentIndex < template.length) {
222
265
  const openingBraceIndex = template.indexOf("{", currentIndex);
@@ -237,10 +280,10 @@ const evaluateTemplate = (template, options) => {
237
280
  const parameterName = template.substring(openingBraceIndex + 1, closingBraceIndex);
238
281
  if (parameterName.includes("#")) {
239
282
  const [refName, attrName] = parameterName.split("#");
240
- evaluatedTemplateArr.push(getAttr(templateContext[refName], attrName));
283
+ evaluatedTemplateArr.push(getAttr((referenceRecord[refName] ?? endpointParams[refName]), attrName));
241
284
  }
242
285
  else {
243
- evaluatedTemplateArr.push(templateContext[parameterName]);
286
+ evaluatedTemplateArr.push((referenceRecord[parameterName] ?? endpointParams[parameterName]));
244
287
  }
245
288
  currentIndex = closingBraceIndex + 1;
246
289
  }
@@ -248,11 +291,7 @@ const evaluateTemplate = (template, options) => {
248
291
  };
249
292
 
250
293
  const getReferenceValue = ({ ref }, options) => {
251
- const referenceRecord = {
252
- ...options.endpointParams,
253
- ...options.referenceRecord,
254
- };
255
- return referenceRecord[ref];
294
+ return options.referenceRecord[ref] ?? options.endpointParams[ref];
256
295
  };
257
296
 
258
297
  const evaluateExpression = (obj, keyName, options) => {
@@ -268,12 +307,27 @@ const evaluateExpression = (obj, keyName, options) => {
268
307
  throw new EndpointError(`'${keyName}': ${String(obj)} is not a string, function or reference.`);
269
308
  };
270
309
  const callFunction = ({ fn, argv }, options) => {
271
- const evaluatedArgs = argv.map((arg) => ["boolean", "number"].includes(typeof arg) ? arg : group$2.evaluateExpression(arg, "arg", options));
272
- const fnSegments = fn.split(".");
273
- if (fnSegments[0] in customEndpointFunctions && fnSegments[1] != null) {
274
- return customEndpointFunctions[fnSegments[0]][fnSegments[1]](...evaluatedArgs);
310
+ const evaluatedArgs = Array(argv.length);
311
+ for (let i = 0; i < evaluatedArgs.length; ++i) {
312
+ const arg = argv[i];
313
+ if (typeof arg === "boolean" || typeof arg === "number") {
314
+ evaluatedArgs[i] = arg;
315
+ }
316
+ else {
317
+ evaluatedArgs[i] = group$2.evaluateExpression(arg, "arg", options);
318
+ }
275
319
  }
276
- return endpointFunctions[fn](...evaluatedArgs);
320
+ if (fn.includes(".")) {
321
+ const fnSegments = fn.split(".");
322
+ if (fnSegments[0] in customEndpointFunctions && fnSegments[1] != null) {
323
+ return customEndpointFunctions[fnSegments[0]][fnSegments[1]](...evaluatedArgs);
324
+ }
325
+ }
326
+ if (typeof endpointFunctions[fn] !== "function") {
327
+ throw new Error(`function ${fn} not loaded in endpointFunctions.`);
328
+ }
329
+ const callable = endpointFunctions[fn];
330
+ return callable(...evaluatedArgs);
277
331
  };
278
332
  const group$2 = {
279
333
  evaluateExpression,
@@ -292,27 +346,6 @@ const evaluateCondition = ({ assign, ...fnArgs }, options) => {
292
346
  };
293
347
  };
294
348
 
295
- const evaluateConditions = (conditions = [], options) => {
296
- const conditionsReferenceRecord = {};
297
- for (const condition of conditions) {
298
- const { result, toAssign } = evaluateCondition(condition, {
299
- ...options,
300
- referenceRecord: {
301
- ...options.referenceRecord,
302
- ...conditionsReferenceRecord,
303
- },
304
- });
305
- if (!result) {
306
- return { result };
307
- }
308
- if (toAssign) {
309
- conditionsReferenceRecord[toAssign.name] = toAssign.value;
310
- options.logger?.debug?.(`${debugId} assign: ${toAssign.name} := ${toDebugString(toAssign.value)}`);
311
- }
312
- }
313
- return { result: true, referenceRecord: conditionsReferenceRecord };
314
- };
315
-
316
349
  const getEndpointHeaders = (headers, options) => Object.entries(headers).reduce((acc, [headerKey, headerVal]) => ({
317
350
  ...acc,
318
351
  [headerKey]: headerVal.map((headerValEntry) => {
@@ -365,6 +398,64 @@ const getEndpointUrl = (endpointUrl, options) => {
365
398
  throw new EndpointError(`Endpoint URL must be a string, got ${typeof expression}`);
366
399
  };
367
400
 
401
+ const RESULT = 100_000_000;
402
+ const decideEndpoint = (bdd, options) => {
403
+ const { nodes, root, results, conditions } = bdd;
404
+ let ref = root;
405
+ const referenceRecord = {};
406
+ const closure = {
407
+ referenceRecord,
408
+ endpointParams: options.endpointParams,
409
+ logger: options.logger,
410
+ };
411
+ while (ref !== 1 && ref !== -1 && ref < RESULT) {
412
+ const node_i = 3 * (Math.abs(ref) - 1);
413
+ const [condition_i, highRef, lowRef] = [nodes[node_i], nodes[node_i + 1], nodes[node_i + 2]];
414
+ const [fn, argv, assign] = conditions[condition_i];
415
+ const evaluation = evaluateCondition({ fn, assign, argv }, closure);
416
+ if (evaluation.toAssign) {
417
+ const { name, value } = evaluation.toAssign;
418
+ referenceRecord[name] = value;
419
+ }
420
+ ref = ref >= 0 === evaluation.result ? highRef : lowRef;
421
+ }
422
+ if (ref >= RESULT) {
423
+ const result = results[ref - RESULT];
424
+ if (result[0] === -1) {
425
+ const [, errorMessage] = result;
426
+ throw new EndpointError(errorMessage);
427
+ }
428
+ const [url, properties, headers] = result;
429
+ return {
430
+ url: getEndpointUrl(url, closure),
431
+ properties: getEndpointProperties(properties, closure),
432
+ headers: getEndpointHeaders(headers, closure),
433
+ };
434
+ }
435
+ throw new EndpointError(`No matching endpoint.`);
436
+ };
437
+
438
+ const evaluateConditions = (conditions = [], options) => {
439
+ const conditionsReferenceRecord = {};
440
+ for (const condition of conditions) {
441
+ const { result, toAssign } = evaluateCondition(condition, {
442
+ ...options,
443
+ referenceRecord: {
444
+ ...options.referenceRecord,
445
+ ...conditionsReferenceRecord,
446
+ },
447
+ });
448
+ if (!result) {
449
+ return { result };
450
+ }
451
+ if (toAssign) {
452
+ conditionsReferenceRecord[toAssign.name] = toAssign.value;
453
+ options.logger?.debug?.(`${debugId} assign: ${toAssign.name} := ${toDebugString(toAssign.value)}`);
454
+ }
455
+ }
456
+ return { result: true, referenceRecord: conditionsReferenceRecord };
457
+ };
458
+
368
459
  const evaluateEndpointRule = (endpointRule, options) => {
369
460
  const { conditions, endpoint } = endpointRule;
370
461
  const { result, referenceRecord } = evaluateConditions(conditions, options);
@@ -464,9 +555,11 @@ const resolveEndpoint = (ruleSetObject, options) => {
464
555
  return endpoint;
465
556
  };
466
557
 
558
+ exports.BinaryDecisionDiagram = BinaryDecisionDiagram;
467
559
  exports.EndpointCache = EndpointCache;
468
560
  exports.EndpointError = EndpointError;
469
561
  exports.customEndpointFunctions = customEndpointFunctions;
562
+ exports.decideEndpoint = decideEndpoint;
470
563
  exports.isIpAddress = isIpAddress;
471
564
  exports.isValidHostLabel = isValidHostLabel;
472
565
  exports.resolveEndpoint = resolveEndpoint;
@@ -0,0 +1,15 @@
1
+ export class BinaryDecisionDiagram {
2
+ nodes;
3
+ root;
4
+ conditions;
5
+ results;
6
+ constructor(bdd, root, conditions, results) {
7
+ this.nodes = bdd;
8
+ this.root = root;
9
+ this.conditions = conditions;
10
+ this.results = results;
11
+ }
12
+ static from(bdd, root, conditions, results) {
13
+ return new BinaryDecisionDiagram(bdd, root, conditions, results);
14
+ }
15
+ }
@@ -0,0 +1,41 @@
1
+ import { EndpointError } from "./types";
2
+ import { evaluateCondition } from "./utils/evaluateCondition";
3
+ import { getEndpointHeaders } from "./utils/getEndpointHeaders";
4
+ import { getEndpointProperties } from "./utils/getEndpointProperties";
5
+ import { getEndpointUrl } from "./utils/getEndpointUrl";
6
+ const RESULT = 100_000_000;
7
+ export const decideEndpoint = (bdd, options) => {
8
+ const { nodes, root, results, conditions } = bdd;
9
+ let ref = root;
10
+ const referenceRecord = {};
11
+ const closure = {
12
+ referenceRecord,
13
+ endpointParams: options.endpointParams,
14
+ logger: options.logger,
15
+ };
16
+ while (ref !== 1 && ref !== -1 && ref < RESULT) {
17
+ const node_i = 3 * (Math.abs(ref) - 1);
18
+ const [condition_i, highRef, lowRef] = [nodes[node_i], nodes[node_i + 1], nodes[node_i + 2]];
19
+ const [fn, argv, assign] = conditions[condition_i];
20
+ const evaluation = evaluateCondition({ fn, assign, argv }, closure);
21
+ if (evaluation.toAssign) {
22
+ const { name, value } = evaluation.toAssign;
23
+ referenceRecord[name] = value;
24
+ }
25
+ ref = ref >= 0 === evaluation.result ? highRef : lowRef;
26
+ }
27
+ if (ref >= RESULT) {
28
+ const result = results[ref - RESULT];
29
+ if (result[0] === -1) {
30
+ const [, errorMessage] = result;
31
+ throw new EndpointError(errorMessage);
32
+ }
33
+ const [url, properties, headers] = result;
34
+ return {
35
+ url: getEndpointUrl(url, closure),
36
+ properties: getEndpointProperties(properties, closure),
37
+ headers: getEndpointHeaders(headers, closure),
38
+ };
39
+ }
40
+ throw new EndpointError(`No matching endpoint.`);
41
+ };
@@ -1,4 +1,6 @@
1
+ export { BinaryDecisionDiagram } from "./bdd/BinaryDecisionDiagram";
1
2
  export * from "./cache/EndpointCache";
3
+ export { decideEndpoint } from "./decideEndpoint";
2
4
  export * from "./lib/isIpAddress";
3
5
  export * from "./lib/isValidHostLabel";
4
6
  export * from "./utils/customEndpointFunctions";
@@ -0,0 +1,8 @@
1
+ export function coalesce(...args) {
2
+ for (const arg of args) {
3
+ if (arg != null) {
4
+ return arg;
5
+ }
6
+ }
7
+ return undefined;
8
+ }
@@ -1,9 +1,12 @@
1
1
  export * from "./booleanEquals";
2
+ export * from "./coalesce";
2
3
  export * from "./getAttr";
3
4
  export * from "./isSet";
4
5
  export * from "./isValidHostLabel";
6
+ export * from "./ite";
5
7
  export * from "./not";
6
8
  export * from "./parseURL";
9
+ export * from "./split";
7
10
  export * from "./stringEquals";
8
11
  export * from "./substring";
9
12
  export * from "./uriEncode";
@@ -0,0 +1,3 @@
1
+ export function ite(condition, trueValue, falseValue) {
2
+ return condition ? trueValue : falseValue;
3
+ }
@@ -0,0 +1,13 @@
1
+ export function split(value, delimiter, limit) {
2
+ if (limit === 1) {
3
+ return [value];
4
+ }
5
+ if (value === "") {
6
+ return [""];
7
+ }
8
+ const parts = value.split(delimiter);
9
+ if (limit === 0) {
10
+ return parts;
11
+ }
12
+ return parts.slice(0, limit - 1).concat(parts.slice(1).join(delimiter));
13
+ }
@@ -1,5 +1,5 @@
1
1
  export const substring = (input, start, stop, reverse) => {
2
- if (start >= stop || input.length < stop || /[^\u0000-\u007f]/.test(input)) {
2
+ if (input == null || start >= stop || input.length < stop || /[^\u0000-\u007f]/.test(input)) {
3
3
  return null;
4
4
  }
5
5
  if (!reverse) {
@@ -1,11 +1,14 @@
1
- import { booleanEquals, getAttr, isSet, isValidHostLabel, not, parseURL, stringEquals, substring, uriEncode, } from "../lib";
1
+ import { booleanEquals, coalesce, getAttr, isSet, isValidHostLabel, ite, not, parseURL, split, stringEquals, substring, uriEncode, } from "../lib";
2
2
  export const endpointFunctions = {
3
3
  booleanEquals,
4
+ coalesce,
4
5
  getAttr,
5
6
  isSet,
6
7
  isValidHostLabel,
8
+ ite,
7
9
  not,
8
10
  parseURL,
11
+ split,
9
12
  stringEquals,
10
13
  substring,
11
14
  uriEncode,
@@ -16,12 +16,27 @@ export const evaluateExpression = (obj, keyName, options) => {
16
16
  throw new EndpointError(`'${keyName}': ${String(obj)} is not a string, function or reference.`);
17
17
  };
18
18
  export const callFunction = ({ fn, argv }, options) => {
19
- const evaluatedArgs = argv.map((arg) => ["boolean", "number"].includes(typeof arg) ? arg : group.evaluateExpression(arg, "arg", options));
20
- const fnSegments = fn.split(".");
21
- if (fnSegments[0] in customEndpointFunctions && fnSegments[1] != null) {
22
- return customEndpointFunctions[fnSegments[0]][fnSegments[1]](...evaluatedArgs);
19
+ const evaluatedArgs = Array(argv.length);
20
+ for (let i = 0; i < evaluatedArgs.length; ++i) {
21
+ const arg = argv[i];
22
+ if (typeof arg === "boolean" || typeof arg === "number") {
23
+ evaluatedArgs[i] = arg;
24
+ }
25
+ else {
26
+ evaluatedArgs[i] = group.evaluateExpression(arg, "arg", options);
27
+ }
23
28
  }
24
- return endpointFunctions[fn](...evaluatedArgs);
29
+ if (fn.includes(".")) {
30
+ const fnSegments = fn.split(".");
31
+ if (fnSegments[0] in customEndpointFunctions && fnSegments[1] != null) {
32
+ return customEndpointFunctions[fnSegments[0]][fnSegments[1]](...evaluatedArgs);
33
+ }
34
+ }
35
+ if (typeof endpointFunctions[fn] !== "function") {
36
+ throw new Error(`function ${fn} not loaded in endpointFunctions.`);
37
+ }
38
+ const callable = endpointFunctions[fn];
39
+ return callable(...evaluatedArgs);
25
40
  };
26
41
  export const group = {
27
42
  evaluateExpression,