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,4 +1,4 @@
1
- /*! Axios v1.13.6 Copyright (c) 2026 Matt Zabriskie and contributors */
1
+ /*! Axios v1.15.0 Copyright (c) 2026 Matt Zabriskie and contributors */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -25,24 +25,24 @@
25
25
  }
26
26
  function _asyncGeneratorDelegate(t) {
27
27
  var e = {},
28
- n = !1;
28
+ n = false;
29
29
  function pump(e, r) {
30
- return n = !0, r = new Promise(function (n) {
30
+ return n = true, r = new Promise(function (n) {
31
31
  n(t[e](r));
32
32
  }), {
33
- done: !1,
33
+ done: false,
34
34
  value: new _OverloadYield(r, 1)
35
35
  };
36
36
  }
37
37
  return e["undefined" != typeof Symbol && Symbol.iterator || "@@iterator"] = function () {
38
38
  return this;
39
39
  }, e.next = function (t) {
40
- return n ? (n = !1, t) : pump("next", t);
40
+ return n ? (n = false, t) : pump("next", t);
41
41
  }, "function" == typeof t.throw && (e.throw = function (t) {
42
- if (n) throw n = !1, t;
42
+ if (n) throw n = false, t;
43
43
  return pump("throw", t);
44
44
  }), "function" == typeof t.return && (e.return = function (t) {
45
- return n ? (n = !1, t) : pump("return", t);
45
+ return n ? (n = false, t) : pump("return", t);
46
46
  }), e;
47
47
  }
48
48
  function _asyncIterator(r) {
@@ -80,7 +80,7 @@
80
80
  var n = this.s.return;
81
81
  return void 0 === n ? Promise.resolve({
82
82
  value: r,
83
- done: !0
83
+ done: true
84
84
  }) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments));
85
85
  },
86
86
  throw: function (r) {
@@ -133,18 +133,18 @@
133
133
  function _defineProperties(e, r) {
134
134
  for (var t = 0; t < r.length; t++) {
135
135
  var o = r[t];
136
- o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, _toPropertyKey(o.key), o);
136
+ o.enumerable = o.enumerable || false, o.configurable = true, "value" in o && (o.writable = true), Object.defineProperty(e, _toPropertyKey(o.key), o);
137
137
  }
138
138
  }
139
139
  function _createClass(e, r, t) {
140
140
  return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
141
- writable: !1
141
+ writable: false
142
142
  }), e;
143
143
  }
144
144
  function _createForOfIteratorHelper(r, e) {
145
145
  var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
146
146
  if (!t) {
147
- if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
147
+ if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e) {
148
148
  t && (r = t);
149
149
  var n = 0,
150
150
  F = function () {};
@@ -152,9 +152,9 @@
152
152
  s: F,
153
153
  n: function () {
154
154
  return n >= r.length ? {
155
- done: !0
155
+ done: true
156
156
  } : {
157
- done: !1,
157
+ done: false,
158
158
  value: r[n++]
159
159
  };
160
160
  },
@@ -167,8 +167,8 @@
167
167
  throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
168
168
  }
169
169
  var o,
170
- a = !0,
171
- u = !1;
170
+ a = true,
171
+ u = false;
172
172
  return {
173
173
  s: function () {
174
174
  t = t.call(r);
@@ -178,7 +178,7 @@
178
178
  return a = r.done, r;
179
179
  },
180
180
  e: function (r) {
181
- u = !0, o = r;
181
+ u = true, o = r;
182
182
  },
183
183
  f: function () {
184
184
  try {
@@ -192,9 +192,9 @@
192
192
  function _defineProperty(e, r, t) {
193
193
  return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
194
194
  value: t,
195
- enumerable: !0,
196
- configurable: !0,
197
- writable: !0
195
+ enumerable: true,
196
+ configurable: true,
197
+ writable: true
198
198
  }) : e[r] = t, e;
199
199
  }
200
200
  function _getPrototypeOf(t) {
@@ -207,11 +207,11 @@
207
207
  t.prototype = Object.create(e && e.prototype, {
208
208
  constructor: {
209
209
  value: t,
210
- writable: !0,
211
- configurable: !0
210
+ writable: true,
211
+ configurable: true
212
212
  }
213
213
  }), Object.defineProperty(t, "prototype", {
214
- writable: !1
214
+ writable: false
215
215
  }), e && _setPrototypeOf(t, e);
216
216
  }
217
217
  function _isNativeFunction(t) {
@@ -240,15 +240,15 @@
240
240
  i,
241
241
  u,
242
242
  a = [],
243
- f = !0,
244
- o = !1;
243
+ f = true,
244
+ o = false;
245
245
  try {
246
246
  if (i = (t = t.call(r)).next, 0 === l) {
247
247
  if (Object(t) !== t) return;
248
248
  f = !1;
249
249
  } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
250
250
  } catch (r) {
251
- o = !0, n = r;
251
+ o = true, n = r;
252
252
  } finally {
253
253
  try {
254
254
  if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return;
@@ -278,7 +278,7 @@
278
278
  function _objectSpread2(e) {
279
279
  for (var r = 1; r < arguments.length; r++) {
280
280
  var t = null != arguments[r] ? arguments[r] : {};
281
- r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
281
+ r % 2 ? ownKeys(Object(t), true).forEach(function (r) {
282
282
  _defineProperty(e, r, t[r]);
283
283
  }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
284
284
  Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
@@ -307,7 +307,7 @@
307
307
  u,
308
308
  f = 0,
309
309
  p = o || [],
310
- y = !1,
310
+ y = false,
311
311
  G = {
312
312
  p: 0,
313
313
  n: 0,
@@ -327,7 +327,7 @@
327
327
  r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
328
328
  }
329
329
  if (o || r > 1) return a;
330
- throw y = !0, n;
330
+ throw y = true, n;
331
331
  }
332
332
  return function (o, p, l) {
333
333
  if (f > 1) throw TypeError("Generator is already running");
@@ -353,7 +353,7 @@
353
353
  done: y
354
354
  };
355
355
  };
356
- }(r, o, i), !0), u;
356
+ }(r, o, i), true), u;
357
357
  }
358
358
  var a = {};
359
359
  function Generator() {}
@@ -431,7 +431,7 @@
431
431
  if ("object" != typeof t || !t) return t;
432
432
  var e = t[Symbol.toPrimitive];
433
433
  if (void 0 !== e) {
434
- var i = e.call(t, r || "default");
434
+ var i = e.call(t, r);
435
435
  if ("object" != typeof i) return i;
436
436
  throw new TypeError("@@toPrimitive must return a primitive value.");
437
437
  }
@@ -488,7 +488,7 @@
488
488
  case "return":
489
489
  r.resolve({
490
490
  value: n,
491
- done: !0
491
+ done: true
492
492
  });
493
493
  break;
494
494
  case "throw":
@@ -497,7 +497,7 @@
497
497
  default:
498
498
  r.resolve({
499
499
  value: n,
500
- done: !1
500
+ done: false
501
501
  });
502
502
  }
503
503
  (r = r.next) ? resume(r.key, r.arg) : t = null;
@@ -539,9 +539,9 @@
539
539
  return Wrapper.prototype = Object.create(t.prototype, {
540
540
  constructor: {
541
541
  value: Wrapper,
542
- enumerable: !1,
543
- writable: !0,
544
- configurable: !0
542
+ enumerable: false,
543
+ writable: true,
544
+ configurable: true
545
545
  }
546
546
  }), _setPrototypeOf(Wrapper, t);
547
547
  }, _wrapNativeSuper(t);
@@ -1513,7 +1513,6 @@
1513
1513
  AxiosError.ERR_CANCELED = 'ERR_CANCELED';
1514
1514
  AxiosError.ERR_NOT_SUPPORT = 'ERR_NOT_SUPPORT';
1515
1515
  AxiosError.ERR_INVALID_URL = 'ERR_INVALID_URL';
1516
- var AxiosError$1 = AxiosError;
1517
1516
 
1518
1517
  // eslint-disable-next-line strict
1519
1518
  var httpAdapter = null;
@@ -1631,7 +1630,7 @@
1631
1630
  return value.toString();
1632
1631
  }
1633
1632
  if (!useBlob && utils$1.isBlob(value)) {
1634
- throw new AxiosError$1('Blob is not supported. Use a Buffer instead.');
1633
+ throw new AxiosError('Blob is not supported. Use a Buffer instead.');
1635
1634
  }
1636
1635
  if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
1637
1636
  return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
@@ -1754,8 +1753,8 @@
1754
1753
  };
1755
1754
 
1756
1755
  /**
1757
- * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their
1758
- * URI encoded counterparts
1756
+ * It replaces URL-encoded forms of `:`, `$`, `,`, and spaces with
1757
+ * their plain counterparts (`:`, `$`, `,`, `+`).
1759
1758
  *
1760
1759
  * @param {string} val The value to be encoded.
1761
1760
  *
@@ -1875,7 +1874,6 @@
1875
1874
  }
1876
1875
  }]);
1877
1876
  }();
1878
- var InterceptorManager$1 = InterceptorManager;
1879
1877
 
1880
1878
  var transitionalDefaults = {
1881
1879
  silentJSONParsing: true,
@@ -1941,8 +1939,8 @@
1941
1939
  var utils = /*#__PURE__*/Object.freeze({
1942
1940
  __proto__: null,
1943
1941
  hasBrowserEnv: hasBrowserEnv,
1944
- hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
1945
1942
  hasStandardBrowserEnv: hasStandardBrowserEnv,
1943
+ hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
1946
1944
  navigator: _navigator,
1947
1945
  origin: origin
1948
1946
  });
@@ -2119,7 +2117,7 @@
2119
2117
  } catch (e) {
2120
2118
  if (strictJSONParsing) {
2121
2119
  if (e.name === 'SyntaxError') {
2122
- throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
2120
+ throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);
2123
2121
  }
2124
2122
  throw e;
2125
2123
  }
@@ -2153,7 +2151,6 @@
2153
2151
  utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], function (method) {
2154
2152
  defaults.headers[method] = {};
2155
2153
  });
2156
- var defaults$1 = defaults;
2157
2154
 
2158
2155
  // RawAxiosHeaders whose duplicates are ignored by node
2159
2156
  // c.f. https://nodejs.org/api/http.html#http_message_headers
@@ -2199,14 +2196,42 @@
2199
2196
  });
2200
2197
 
2201
2198
  var $internals = Symbol('internals');
2199
+ var isValidHeaderValue = function isValidHeaderValue(value) {
2200
+ return !/[\r\n]/.test(value);
2201
+ };
2202
+ function assertValidHeaderValue(value, header) {
2203
+ if (value === false || value == null) {
2204
+ return;
2205
+ }
2206
+ if (utils$1.isArray(value)) {
2207
+ value.forEach(function (v) {
2208
+ return assertValidHeaderValue(v, header);
2209
+ });
2210
+ return;
2211
+ }
2212
+ if (!isValidHeaderValue(String(value))) {
2213
+ throw new Error("Invalid character in header content [\"".concat(header, "\"]"));
2214
+ }
2215
+ }
2202
2216
  function normalizeHeader(header) {
2203
2217
  return header && String(header).trim().toLowerCase();
2204
2218
  }
2219
+ function stripTrailingCRLF(str) {
2220
+ var end = str.length;
2221
+ while (end > 0) {
2222
+ var charCode = str.charCodeAt(end - 1);
2223
+ if (charCode !== 10 && charCode !== 13) {
2224
+ break;
2225
+ }
2226
+ end -= 1;
2227
+ }
2228
+ return end === str.length ? str : str.slice(0, end);
2229
+ }
2205
2230
  function normalizeValue(value) {
2206
2231
  if (value === false || value == null) {
2207
2232
  return value;
2208
2233
  }
2209
- return utils$1.isArray(value) ? value.map(normalizeValue) : String(value);
2234
+ return utils$1.isArray(value) ? value.map(normalizeValue) : stripTrailingCRLF(String(value));
2210
2235
  }
2211
2236
  function parseTokens(str) {
2212
2237
  var tokens = Object.create(null);
@@ -2267,6 +2292,7 @@
2267
2292
  }
2268
2293
  var key = utils$1.findKey(self, lHeader);
2269
2294
  if (!key || self[key] === undefined || _rewrite === true || _rewrite === undefined && self[key] !== false) {
2295
+ assertValidHeaderValue(_value, _header);
2270
2296
  self[key || _header] = normalizeValue(_value);
2271
2297
  }
2272
2298
  }
@@ -2492,7 +2518,6 @@
2492
2518
  };
2493
2519
  });
2494
2520
  utils$1.freezeMethods(AxiosHeaders);
2495
- var AxiosHeaders$1 = AxiosHeaders;
2496
2521
 
2497
2522
  /**
2498
2523
  * Transform the data for a request or a response
@@ -2503,9 +2528,9 @@
2503
2528
  * @returns {*} The resulting transformed data
2504
2529
  */
2505
2530
  function transformData(fns, response) {
2506
- var config = this || defaults$1;
2531
+ var config = this || defaults;
2507
2532
  var context = response || config;
2508
- var headers = AxiosHeaders$1.from(context.headers);
2533
+ var headers = AxiosHeaders.from(context.headers);
2509
2534
  var data = context.data;
2510
2535
  utils$1.forEach(fns, function transform(fn) {
2511
2536
  data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);
@@ -2531,15 +2556,14 @@
2531
2556
  function CanceledError(message, config, request) {
2532
2557
  var _this;
2533
2558
  _classCallCheck(this, CanceledError);
2534
- _this = _callSuper(this, CanceledError, [message == null ? 'canceled' : message, AxiosError$1.ERR_CANCELED, config, request]);
2559
+ _this = _callSuper(this, CanceledError, [message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request]);
2535
2560
  _this.name = 'CanceledError';
2536
2561
  _this.__CANCEL__ = true;
2537
2562
  return _this;
2538
2563
  }
2539
2564
  _inherits(CanceledError, _AxiosError);
2540
2565
  return _createClass(CanceledError);
2541
- }(AxiosError$1);
2542
- var CanceledError$1 = CanceledError;
2566
+ }(AxiosError);
2543
2567
 
2544
2568
  /**
2545
2569
  * Resolve or reject a Promise based on response status.
@@ -2555,7 +2579,7 @@
2555
2579
  if (!response.status || !validateStatus || validateStatus(response.status)) {
2556
2580
  resolve(response);
2557
2581
  } else {
2558
- reject(new AxiosError$1('Request failed with status code ' + response.status, [AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
2582
+ reject(new AxiosError('Request failed with status code ' + response.status, [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response));
2559
2583
  }
2560
2584
  }
2561
2585
 
@@ -2792,7 +2816,7 @@
2792
2816
  }
2793
2817
 
2794
2818
  var headersToObject = function headersToObject(thing) {
2795
- return thing instanceof AxiosHeaders$1 ? _objectSpread2({}, thing) : thing;
2819
+ return thing instanceof AxiosHeaders ? _objectSpread2({}, thing) : thing;
2796
2820
  };
2797
2821
 
2798
2822
  /**
@@ -2902,7 +2926,7 @@
2902
2926
  xsrfCookieName = newConfig.xsrfCookieName,
2903
2927
  headers = newConfig.headers,
2904
2928
  auth = newConfig.auth;
2905
- newConfig.headers = headers = AxiosHeaders$1.from(headers);
2929
+ newConfig.headers = headers = AxiosHeaders.from(headers);
2906
2930
  newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
2907
2931
 
2908
2932
  // HTTP basic authentication
@@ -2950,7 +2974,7 @@
2950
2974
  return new Promise(function dispatchXhrRequest(resolve, reject) {
2951
2975
  var _config = resolveConfig(config);
2952
2976
  var requestData = _config.data;
2953
- var requestHeaders = AxiosHeaders$1.from(_config.headers).normalize();
2977
+ var requestHeaders = AxiosHeaders.from(_config.headers).normalize();
2954
2978
  var responseType = _config.responseType,
2955
2979
  onUploadProgress = _config.onUploadProgress,
2956
2980
  onDownloadProgress = _config.onDownloadProgress;
@@ -2974,7 +2998,7 @@
2974
2998
  return;
2975
2999
  }
2976
3000
  // Prepare the response
2977
- var responseHeaders = AxiosHeaders$1.from('getAllResponseHeaders' in request && request.getAllResponseHeaders());
3001
+ var responseHeaders = AxiosHeaders.from('getAllResponseHeaders' in request && request.getAllResponseHeaders());
2978
3002
  var responseData = !responseType || responseType === 'text' || responseType === 'json' ? request.responseText : request.response;
2979
3003
  var response = {
2980
3004
  data: responseData,
@@ -3023,7 +3047,7 @@
3023
3047
  if (!request) {
3024
3048
  return;
3025
3049
  }
3026
- reject(new AxiosError$1('Request aborted', AxiosError$1.ECONNABORTED, config, request));
3050
+ reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));
3027
3051
 
3028
3052
  // Clean up request
3029
3053
  request = null;
@@ -3035,7 +3059,7 @@
3035
3059
  // (message may be empty; when present, surface it)
3036
3060
  // See https://developer.mozilla.org/docs/Web/API/XMLHttpRequest/error_event
3037
3061
  var msg = event && event.message ? event.message : 'Network Error';
3038
- var err = new AxiosError$1(msg, AxiosError$1.ERR_NETWORK, config, request);
3062
+ var err = new AxiosError(msg, AxiosError.ERR_NETWORK, config, request);
3039
3063
  // attach the underlying event for consumers who want details
3040
3064
  err.event = event || null;
3041
3065
  reject(err);
@@ -3049,7 +3073,7 @@
3049
3073
  if (_config.timeoutErrorMessage) {
3050
3074
  timeoutErrorMessage = _config.timeoutErrorMessage;
3051
3075
  }
3052
- reject(new AxiosError$1(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED, config, request));
3076
+ reject(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, request));
3053
3077
 
3054
3078
  // Clean up request
3055
3079
  request = null;
@@ -3100,7 +3124,7 @@
3100
3124
  if (!request) {
3101
3125
  return;
3102
3126
  }
3103
- reject(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
3127
+ reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);
3104
3128
  request.abort();
3105
3129
  request = null;
3106
3130
  };
@@ -3111,7 +3135,7 @@
3111
3135
  }
3112
3136
  var protocol = parseProtocol(_config.url);
3113
3137
  if (protocol && platform.protocols.indexOf(protocol) === -1) {
3114
- reject(new AxiosError$1('Unsupported protocol ' + protocol + ':', AxiosError$1.ERR_BAD_REQUEST, config));
3138
+ reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));
3115
3139
  return;
3116
3140
  }
3117
3141
 
@@ -3131,12 +3155,12 @@
3131
3155
  aborted = true;
3132
3156
  unsubscribe();
3133
3157
  var err = reason instanceof Error ? reason : this.reason;
3134
- controller.abort(err instanceof AxiosError$1 ? err : new CanceledError$1(err instanceof Error ? err.message : err));
3158
+ controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));
3135
3159
  }
3136
3160
  };
3137
3161
  var timer = timeout && setTimeout(function () {
3138
3162
  timer = null;
3139
- onabort(new AxiosError$1("timeout of ".concat(timeout, "ms exceeded"), AxiosError$1.ETIMEDOUT));
3163
+ onabort(new AxiosError("timeout of ".concat(timeout, "ms exceeded"), AxiosError.ETIMEDOUT));
3140
3164
  }, timeout);
3141
3165
  var unsubscribe = function unsubscribe() {
3142
3166
  if (signals) {
@@ -3158,7 +3182,6 @@
3158
3182
  return signal;
3159
3183
  }
3160
3184
  };
3161
- var composeSignals$1 = composeSignals;
3162
3185
 
3163
3186
  var streamChunk = /*#__PURE__*/_regenerator().m(function streamChunk(chunk, chunkSize) {
3164
3187
  var len, pos, end;
@@ -3426,14 +3449,16 @@
3426
3449
  }()));
3427
3450
  var supportsRequestStream = isRequestSupported && isReadableStreamSupported && test(function () {
3428
3451
  var duplexAccessed = false;
3452
+ var body = new ReadableStream$1();
3429
3453
  var hasContentType = new Request(platform.origin, {
3430
- body: new ReadableStream$1(),
3454
+ body: body,
3431
3455
  method: 'POST',
3432
3456
  get duplex() {
3433
3457
  duplexAccessed = true;
3434
3458
  return 'half';
3435
3459
  }
3436
3460
  }).headers.has('Content-Type');
3461
+ body.cancel();
3437
3462
  return duplexAccessed && !hasContentType;
3438
3463
  });
3439
3464
  var supportsResponseStream = isResponseSupported && isReadableStreamSupported && test(function () {
@@ -3451,7 +3476,7 @@
3451
3476
  if (method) {
3452
3477
  return method.call(res);
3453
3478
  }
3454
- throw new AxiosError$1("Response type '".concat(type, "' is not supported"), AxiosError$1.ERR_NOT_SUPPORT, config);
3479
+ throw new AxiosError("Response type '".concat(type, "' is not supported"), AxiosError.ERR_NOT_SUPPORT, config);
3455
3480
  });
3456
3481
  });
3457
3482
  }();
@@ -3536,7 +3561,7 @@
3536
3561
  _resolveConfig = resolveConfig(config), url = _resolveConfig.url, method = _resolveConfig.method, data = _resolveConfig.data, signal = _resolveConfig.signal, cancelToken = _resolveConfig.cancelToken, timeout = _resolveConfig.timeout, onDownloadProgress = _resolveConfig.onDownloadProgress, onUploadProgress = _resolveConfig.onUploadProgress, responseType = _resolveConfig.responseType, headers = _resolveConfig.headers, _resolveConfig$withCr = _resolveConfig.withCredentials, withCredentials = _resolveConfig$withCr === void 0 ? 'same-origin' : _resolveConfig$withCr, fetchOptions = _resolveConfig.fetchOptions;
3537
3562
  _fetch = envFetch || fetch;
3538
3563
  responseType = responseType ? (responseType + '').toLowerCase() : 'text';
3539
- composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
3564
+ composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);
3540
3565
  request = null;
3541
3566
  unsubscribe = composedSignal && composedSignal.unsubscribe && function () {
3542
3567
  composedSignal.unsubscribe();
@@ -3613,7 +3638,7 @@
3613
3638
  return new Promise(function (resolve, reject) {
3614
3639
  settle(resolve, reject, {
3615
3640
  data: responseData,
3616
- headers: AxiosHeaders$1.from(response.headers),
3641
+ headers: AxiosHeaders.from(response.headers),
3617
3642
  status: response.status,
3618
3643
  statusText: response.statusText,
3619
3644
  config: config,
@@ -3630,11 +3655,11 @@
3630
3655
  _context4.n = 9;
3631
3656
  break;
3632
3657
  }
3633
- throw Object.assign(new AxiosError$1('Network Error', AxiosError$1.ERR_NETWORK, config, request, _t5 && _t5.response), {
3658
+ throw Object.assign(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request, _t5 && _t5.response), {
3634
3659
  cause: _t5.cause || _t5
3635
3660
  });
3636
3661
  case 9:
3637
- throw AxiosError$1.from(_t5, _t5 && _t5.code, config, request, _t5 && _t5.response);
3662
+ throw AxiosError.from(_t5, _t5 && _t5.code, config, request, _t5 && _t5.response);
3638
3663
  case 10:
3639
3664
  return _context4.a(2);
3640
3665
  }
@@ -3744,7 +3769,7 @@
3744
3769
  if (!isResolvedHandle(nameOrAdapter)) {
3745
3770
  adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
3746
3771
  if (adapter === undefined) {
3747
- throw new AxiosError$1("Unknown adapter '".concat(id, "'"));
3772
+ throw new AxiosError("Unknown adapter '".concat(id, "'"));
3748
3773
  }
3749
3774
  }
3750
3775
  if (adapter && (utils$1.isFunction(adapter) || (adapter = adapter.get(config)))) {
@@ -3760,7 +3785,7 @@
3760
3785
  return "adapter ".concat(id, " ") + (state === false ? 'is not supported by the environment' : 'is not available in the build');
3761
3786
  });
3762
3787
  var s = length ? reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0]) : 'as no adapter specified';
3763
- throw new AxiosError$1("There is no suitable adapter to dispatch the request " + s, 'ERR_NOT_SUPPORT');
3788
+ throw new AxiosError("There is no suitable adapter to dispatch the request " + s, 'ERR_NOT_SUPPORT');
3764
3789
  }
3765
3790
  return adapter;
3766
3791
  }
@@ -3793,7 +3818,7 @@
3793
3818
  config.cancelToken.throwIfRequested();
3794
3819
  }
3795
3820
  if (config.signal && config.signal.aborted) {
3796
- throw new CanceledError$1(null, config);
3821
+ throw new CanceledError(null, config);
3797
3822
  }
3798
3823
  }
3799
3824
 
@@ -3806,20 +3831,20 @@
3806
3831
  */
3807
3832
  function dispatchRequest(config) {
3808
3833
  throwIfCancellationRequested(config);
3809
- config.headers = AxiosHeaders$1.from(config.headers);
3834
+ config.headers = AxiosHeaders.from(config.headers);
3810
3835
 
3811
3836
  // Transform request data
3812
3837
  config.data = transformData.call(config, config.transformRequest);
3813
3838
  if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {
3814
3839
  config.headers.setContentType('application/x-www-form-urlencoded', false);
3815
3840
  }
3816
- var adapter = adapters.getAdapter(config.adapter || defaults$1.adapter, config);
3841
+ var adapter = adapters.getAdapter(config.adapter || defaults.adapter, config);
3817
3842
  return adapter(config).then(function onAdapterResolution(response) {
3818
3843
  throwIfCancellationRequested(config);
3819
3844
 
3820
3845
  // Transform response data
3821
3846
  response.data = transformData.call(config, config.transformResponse, response);
3822
- response.headers = AxiosHeaders$1.from(response.headers);
3847
+ response.headers = AxiosHeaders.from(response.headers);
3823
3848
  return response;
3824
3849
  }, function onAdapterRejection(reason) {
3825
3850
  if (!isCancel(reason)) {
@@ -3828,14 +3853,14 @@
3828
3853
  // Transform response data
3829
3854
  if (reason && reason.response) {
3830
3855
  reason.response.data = transformData.call(config, config.transformResponse, reason.response);
3831
- reason.response.headers = AxiosHeaders$1.from(reason.response.headers);
3856
+ reason.response.headers = AxiosHeaders.from(reason.response.headers);
3832
3857
  }
3833
3858
  }
3834
3859
  return Promise.reject(reason);
3835
3860
  });
3836
3861
  }
3837
3862
 
3838
- var VERSION = "1.13.6";
3863
+ var VERSION = "1.15.0";
3839
3864
 
3840
3865
  var validators$1 = {};
3841
3866
 
@@ -3864,7 +3889,7 @@
3864
3889
  // eslint-disable-next-line func-names
3865
3890
  return function (value, opt, opts) {
3866
3891
  if (validator === false) {
3867
- throw new AxiosError$1(formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), AxiosError$1.ERR_DEPRECATED);
3892
+ throw new AxiosError(formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), AxiosError.ERR_DEPRECATED);
3868
3893
  }
3869
3894
  if (version && !deprecatedWarnings[opt]) {
3870
3895
  deprecatedWarnings[opt] = true;
@@ -3894,7 +3919,7 @@
3894
3919
 
3895
3920
  function assertOptions(options, schema, allowUnknown) {
3896
3921
  if (_typeof(options) !== 'object') {
3897
- throw new AxiosError$1('options must be an object', AxiosError$1.ERR_BAD_OPTION_VALUE);
3922
+ throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);
3898
3923
  }
3899
3924
  var keys = Object.keys(options);
3900
3925
  var i = keys.length;
@@ -3905,12 +3930,12 @@
3905
3930
  var value = options[opt];
3906
3931
  var result = value === undefined || validator(value, opt, options);
3907
3932
  if (result !== true) {
3908
- throw new AxiosError$1('option ' + opt + ' must be ' + result, AxiosError$1.ERR_BAD_OPTION_VALUE);
3933
+ throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);
3909
3934
  }
3910
3935
  continue;
3911
3936
  }
3912
3937
  if (allowUnknown !== true) {
3913
- throw new AxiosError$1('Unknown option ' + opt, AxiosError$1.ERR_BAD_OPTION);
3938
+ throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);
3914
3939
  }
3915
3940
  }
3916
3941
  }
@@ -3933,8 +3958,8 @@
3933
3958
  _classCallCheck(this, Axios);
3934
3959
  this.defaults = instanceConfig || {};
3935
3960
  this.interceptors = {
3936
- request: new InterceptorManager$1(),
3937
- response: new InterceptorManager$1()
3961
+ request: new InterceptorManager(),
3962
+ response: new InterceptorManager()
3938
3963
  };
3939
3964
  }
3940
3965
 
@@ -3950,7 +3975,7 @@
3950
3975
  key: "request",
3951
3976
  value: (function () {
3952
3977
  var _request2 = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee(configOrUrl, config) {
3953
- var dummy, stack, _t;
3978
+ var dummy, stack, firstNewlineIndex, secondNewlineIndex, stackWithoutTwoTopLines, _t;
3954
3979
  return _regenerator().w(function (_context) {
3955
3980
  while (1) switch (_context.p = _context.n) {
3956
3981
  case 0:
@@ -3967,13 +3992,24 @@
3967
3992
  Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error();
3968
3993
 
3969
3994
  // slice off the Error: ... line
3970
- stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : '';
3995
+ stack = function () {
3996
+ if (!dummy.stack) {
3997
+ return '';
3998
+ }
3999
+ var firstNewlineIndex = dummy.stack.indexOf('\n');
4000
+ return firstNewlineIndex === -1 ? '' : dummy.stack.slice(firstNewlineIndex + 1);
4001
+ }();
3971
4002
  try {
3972
4003
  if (!_t.stack) {
3973
4004
  _t.stack = stack;
3974
4005
  // match without the 2 top stack lines
3975
- } else if (stack && !String(_t.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) {
3976
- _t.stack += '\n' + stack;
4006
+ } else if (stack) {
4007
+ firstNewlineIndex = stack.indexOf('\n');
4008
+ secondNewlineIndex = firstNewlineIndex === -1 ? -1 : stack.indexOf('\n', firstNewlineIndex + 1);
4009
+ stackWithoutTwoTopLines = secondNewlineIndex === -1 ? '' : stack.slice(secondNewlineIndex + 1);
4010
+ if (!String(_t.stack).endsWith(stackWithoutTwoTopLines)) {
4011
+ _t.stack += '\n' + stack;
4012
+ }
3977
4013
  }
3978
4014
  } catch (e) {
3979
4015
  // ignore the case where "stack" is an un-writable property
@@ -4046,7 +4082,7 @@
4046
4082
  headers && utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], function (method) {
4047
4083
  delete headers[method];
4048
4084
  });
4049
- config.headers = AxiosHeaders$1.concat(contextHeaders, headers);
4085
+ config.headers = AxiosHeaders.concat(contextHeaders, headers);
4050
4086
 
4051
4087
  // filter out skipped interceptors
4052
4088
  var requestInterceptorChain = [];
@@ -4126,8 +4162,6 @@
4126
4162
  };
4127
4163
  });
4128
4164
  utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
4129
- /*eslint func-names:0*/
4130
-
4131
4165
  function generateHTTPMethod(isForm) {
4132
4166
  return function httpMethod(url, data, config) {
4133
4167
  return this.request(mergeConfig(config || {}, {
@@ -4143,7 +4177,6 @@
4143
4177
  Axios.prototype[method] = generateHTTPMethod();
4144
4178
  Axios.prototype[method + 'Form'] = generateHTTPMethod(true);
4145
4179
  });
4146
- var Axios$1 = Axios;
4147
4180
 
4148
4181
  /**
4149
4182
  * A `CancelToken` is an object that can be used to request cancellation of an operation.
@@ -4192,7 +4225,7 @@
4192
4225
  // Cancellation has already been requested
4193
4226
  return;
4194
4227
  }
4195
- token.reason = new CanceledError$1(message, config, request);
4228
+ token.reason = new CanceledError(message, config, request);
4196
4229
  resolvePromise(token.reason);
4197
4230
  });
4198
4231
  }
@@ -4272,7 +4305,6 @@
4272
4305
  }
4273
4306
  }]);
4274
4307
  }();
4275
- var CancelToken$1 = CancelToken;
4276
4308
 
4277
4309
  /**
4278
4310
  * Syntactic sugar for invoking a function and expanding an array for arguments.
@@ -4389,7 +4421,6 @@
4389
4421
  value = _ref2[1];
4390
4422
  HttpStatusCode[value] = key;
4391
4423
  });
4392
- var HttpStatusCode$1 = HttpStatusCode;
4393
4424
 
4394
4425
  /**
4395
4426
  * Create an instance of Axios
@@ -4399,11 +4430,11 @@
4399
4430
  * @returns {Axios} A new instance of Axios
4400
4431
  */
4401
4432
  function createInstance(defaultConfig) {
4402
- var context = new Axios$1(defaultConfig);
4403
- var instance = bind(Axios$1.prototype.request, context);
4433
+ var context = new Axios(defaultConfig);
4434
+ var instance = bind(Axios.prototype.request, context);
4404
4435
 
4405
4436
  // Copy axios.prototype to instance
4406
- utils$1.extend(instance, Axios$1.prototype, context, {
4437
+ utils$1.extend(instance, Axios.prototype, context, {
4407
4438
  allOwnKeys: true
4408
4439
  });
4409
4440
 
@@ -4420,20 +4451,20 @@
4420
4451
  }
4421
4452
 
4422
4453
  // Create the default instance to be exported
4423
- var axios = createInstance(defaults$1);
4454
+ var axios = createInstance(defaults);
4424
4455
 
4425
4456
  // Expose Axios class to allow class inheritance
4426
- axios.Axios = Axios$1;
4457
+ axios.Axios = Axios;
4427
4458
 
4428
4459
  // Expose Cancel & CancelToken
4429
- axios.CanceledError = CanceledError$1;
4430
- axios.CancelToken = CancelToken$1;
4460
+ axios.CanceledError = CanceledError;
4461
+ axios.CancelToken = CancelToken;
4431
4462
  axios.isCancel = isCancel;
4432
4463
  axios.VERSION = VERSION;
4433
4464
  axios.toFormData = toFormData;
4434
4465
 
4435
4466
  // Expose AxiosError class
4436
- axios.AxiosError = AxiosError$1;
4467
+ axios.AxiosError = AxiosError;
4437
4468
 
4438
4469
  // alias for CanceledError for backward compatibility
4439
4470
  axios.Cancel = axios.CanceledError;
@@ -4449,12 +4480,12 @@
4449
4480
 
4450
4481
  // Expose mergeConfig
4451
4482
  axios.mergeConfig = mergeConfig;
4452
- axios.AxiosHeaders = AxiosHeaders$1;
4483
+ axios.AxiosHeaders = AxiosHeaders;
4453
4484
  axios.formToJSON = function (thing) {
4454
4485
  return formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
4455
4486
  };
4456
4487
  axios.getAdapter = adapters.getAdapter;
4457
- axios.HttpStatusCode = HttpStatusCode$1;
4488
+ axios.HttpStatusCode = HttpStatusCode;
4458
4489
  axios["default"] = axios;
4459
4490
 
4460
4491
  return axios;