lambda-live-debugger 1.8.0 → 1.8.1

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 (2546) hide show
  1. package/dist/extension/extension.zip +0 -0
  2. package/dist/extension/nodejs/node_modules/interceptor.js +16859 -5175
  3. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  4. package/dist/frameworks/cdkFramework.d.ts +34 -0
  5. package/dist/frameworks/cdkFramework.mjs +56 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +1 -0
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  18. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  24. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/client-sso/package.json +10 -10
  27. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/core/package.json +4 -4
  28. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  29. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  30. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  31. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  32. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  33. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  34. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  35. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  36. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/token-providers/package.json +2 -2
  37. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  38. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  39. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  40. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  41. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  43. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  45. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/core/package.json +1 -1
  47. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  48. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/middleware-retry/package.json +2 -2
  49. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  50. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  51. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  55. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  59. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/signature-v4/package.json +1 -1
  63. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/smithy-client/package.json +3 -3
  64. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  65. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  66. package/node_modules/@aws-sdk/client-cloudformation/package.json +11 -11
  67. package/node_modules/@aws-sdk/client-cognito-identity/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  68. package/node_modules/@aws-sdk/client-cognito-identity/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  69. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  70. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts +1 -0
  71. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts +1 -0
  73. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  74. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  75. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  76. package/node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  77. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  78. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  79. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  80. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  81. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  83. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  84. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  85. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  86. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  87. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/client-sso/package.json +11 -11
  88. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/core/package.json +4 -4
  89. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  90. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  91. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  92. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  93. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  94. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  95. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  96. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  97. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/token-providers/package.json +2 -2
  98. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  99. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  100. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  101. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  102. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  103. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  104. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  105. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  106. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  107. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  108. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  109. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  110. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  111. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/core/package.json +1 -1
  112. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  113. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/middleware-retry/package.json +2 -2
  114. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  115. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  116. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  117. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  118. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  119. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  120. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  121. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  122. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  123. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  124. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  125. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  126. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  127. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/signature-v4/package.json +1 -1
  128. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/smithy-client/package.json +3 -3
  129. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  130. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  131. package/node_modules/@aws-sdk/client-cognito-identity/package.json +13 -13
  132. package/node_modules/@aws-sdk/client-iam/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  133. package/node_modules/@aws-sdk/client-iam/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  134. package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  135. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +1 -0
  136. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +1 -0
  137. package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +1 -0
  138. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  139. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  140. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  141. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  142. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  143. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  144. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  145. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  146. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  147. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  148. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  149. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  150. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  151. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  152. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/client-sso/package.json +10 -10
  153. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/core/package.json +4 -4
  154. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  155. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  156. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  157. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  158. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  159. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  160. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  161. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  162. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/token-providers/package.json +2 -2
  163. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  164. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  165. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  166. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  167. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  168. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  169. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  170. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  171. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  172. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/core/package.json +1 -1
  173. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  174. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/middleware-retry/package.json +2 -2
  175. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  176. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  177. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  178. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  179. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  180. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  181. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  182. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  183. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  184. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  185. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  186. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  187. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  188. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/signature-v4/package.json +1 -1
  189. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/smithy-client/package.json +3 -3
  190. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  191. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  192. package/node_modules/@aws-sdk/client-iam/package.json +11 -11
  193. package/node_modules/@aws-sdk/client-iot/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  194. package/node_modules/@aws-sdk/client-iot/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  195. package/node_modules/@aws-sdk/client-iot/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  196. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.browser.d.ts +1 -0
  197. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.d.ts +1 -0
  198. package/node_modules/@aws-sdk/client-iot/dist-types/runtimeConfig.native.d.ts +1 -0
  199. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  200. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  201. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  202. package/node_modules/@aws-sdk/client-iot/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  203. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  204. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  205. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  206. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  207. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  208. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  209. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  210. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  211. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  212. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  213. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/client-sso/package.json +10 -10
  214. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/core/package.json +4 -4
  215. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  216. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  217. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  218. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  219. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  220. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  221. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  222. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  223. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/token-providers/package.json +2 -2
  224. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  225. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  226. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  227. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  228. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  229. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  230. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  231. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  232. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  233. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/core/package.json +1 -1
  234. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  235. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/middleware-retry/package.json +2 -2
  236. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  237. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  238. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  239. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  240. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  241. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  242. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  243. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  244. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  245. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  246. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  247. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  248. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  249. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/signature-v4/package.json +1 -1
  250. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/smithy-client/package.json +3 -3
  251. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  252. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  253. package/node_modules/@aws-sdk/client-iot/package.json +11 -11
  254. package/node_modules/@aws-sdk/client-iot-data-plane/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  255. package/node_modules/@aws-sdk/client-iot-data-plane/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  256. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  257. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.browser.d.ts +1 -0
  258. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.d.ts +1 -0
  259. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/runtimeConfig.native.d.ts +1 -0
  260. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  261. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  262. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  263. package/node_modules/@aws-sdk/client-iot-data-plane/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  264. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  265. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  266. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  267. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  268. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  269. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  270. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  271. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  272. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  273. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  274. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/client-sso/package.json +10 -10
  275. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/core/package.json +4 -4
  276. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  277. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  278. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  279. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  280. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  281. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  282. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  283. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  284. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/token-providers/package.json +2 -2
  285. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  286. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  287. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  288. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  289. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  290. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  291. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  292. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  293. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  294. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/core/package.json +1 -1
  295. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  296. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/middleware-retry/package.json +2 -2
  297. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  298. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  299. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  300. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  301. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  302. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  303. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  304. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  305. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  306. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  307. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  308. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  309. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  310. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/signature-v4/package.json +1 -1
  311. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/smithy-client/package.json +3 -3
  312. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  313. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  314. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +11 -11
  315. package/node_modules/@aws-sdk/client-lambda/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  316. package/node_modules/@aws-sdk/client-lambda/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  317. package/node_modules/@aws-sdk/client-lambda/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  318. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.browser.d.ts +1 -0
  319. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.d.ts +1 -0
  320. package/node_modules/@aws-sdk/client-lambda/dist-types/runtimeConfig.native.d.ts +1 -0
  321. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  322. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  323. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  324. package/node_modules/@aws-sdk/client-lambda/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  325. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  326. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  327. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  328. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  329. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  330. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  331. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  332. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  333. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  334. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  335. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/client-sso/package.json +10 -10
  336. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/core/package.json +4 -4
  337. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  338. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  339. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  340. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  341. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  342. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  343. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  344. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  345. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/token-providers/package.json +2 -2
  346. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  347. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  348. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  349. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  350. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  351. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  352. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  353. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  354. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  355. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/core/package.json +1 -1
  356. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  357. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/middleware-retry/package.json +2 -2
  358. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  359. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  360. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  361. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  362. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  363. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  364. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  365. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  366. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  367. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  368. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  369. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  370. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  371. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/signature-v4/package.json +1 -1
  372. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/smithy-client/package.json +3 -3
  373. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  374. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  375. package/node_modules/@aws-sdk/client-lambda/package.json +11 -11
  376. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  377. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  378. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  379. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +1 -0
  380. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +1 -0
  381. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +1 -0
  382. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  383. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  384. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  385. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  386. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  387. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  388. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  389. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  390. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  391. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  392. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  393. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  394. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  395. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  396. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/client-sso/package.json +10 -10
  397. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +4 -4
  398. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  399. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  400. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  401. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  402. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  403. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  404. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  405. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-sdk-s3/package.json +5 -5
  406. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  407. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/README.md +8 -2
  408. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +55 -22
  409. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +62 -25
  410. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +5 -1
  411. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/signature-v4-multi-region/package.json +6 -3
  412. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/token-providers/package.json +2 -2
  413. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  414. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  415. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  416. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  417. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  418. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  419. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  420. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  421. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  422. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +1 -1
  423. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  424. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/middleware-retry/package.json +2 -2
  425. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  426. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  427. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  428. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  429. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  430. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  431. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  432. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  433. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  434. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  435. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  436. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  437. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  438. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/signature-v4/package.json +1 -1
  439. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/smithy-client/package.json +3 -3
  440. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  441. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  442. package/node_modules/@aws-sdk/client-s3/package.json +15 -15
  443. package/node_modules/@aws-sdk/credential-provider-cognito-identity/package.json +2 -2
  444. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +3 -1
  445. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +3 -1
  446. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -1
  447. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +1 -0
  448. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +1 -0
  449. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -0
  450. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -0
  451. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  452. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  453. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  454. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/client-sso/package.json +11 -11
  455. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/core/package.json +4 -4
  456. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  457. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  458. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  459. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  460. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  461. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  462. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  463. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  464. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/token-providers/package.json +2 -2
  465. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  466. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  467. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  468. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  469. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  470. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  471. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  472. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  473. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  474. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  475. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  476. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  477. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  478. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/core/package.json +1 -1
  479. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  480. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/middleware-retry/package.json +2 -2
  481. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  482. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  483. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  484. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  485. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  486. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  487. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  488. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  489. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  490. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  491. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  492. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  493. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  494. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/signature-v4/package.json +1 -1
  495. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/smithy-client/package.json +3 -3
  496. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  497. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  498. package/node_modules/@aws-sdk/credential-providers/package.json +13 -13
  499. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@aws-sdk/core/package.json +4 -4
  500. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  501. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  502. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  503. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  504. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  505. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  506. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  507. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  508. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/core/package.json +1 -1
  509. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  510. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  511. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  512. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  513. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  514. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  515. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  516. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  517. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  518. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  519. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  520. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  521. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  522. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  523. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/signature-v4/package.json +1 -1
  524. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/smithy-client/package.json +3 -3
  525. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  526. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -1
  527. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +3 -1
  528. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +3 -1
  529. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +3 -1
  530. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +15 -1
  531. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -0
  532. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -0
  533. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -0
  534. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -1
  535. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -0
  536. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -0
  537. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -0
  538. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +3 -0
  539. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +4 -0
  540. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +4 -0
  541. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +4 -0
  542. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +3 -0
  543. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +4 -0
  544. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +4 -0
  545. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +4 -0
  546. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/core/package.json +4 -4
  547. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  548. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +3 -0
  549. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +3 -0
  550. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +3 -0
  551. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  552. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  553. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/index.js +27 -1
  554. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +1 -0
  555. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +4 -1
  556. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  557. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  558. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  559. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +2 -1
  560. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  561. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/core/package.json +1 -1
  562. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  563. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/middleware-retry/package.json +2 -2
  564. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-cjs/index.js +196 -92
  565. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +17 -73
  566. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +73 -0
  567. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/index.js +4 -0
  568. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  569. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -59
  570. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  571. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/index.d.ts +4 -0
  572. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  573. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +3 -59
  574. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  575. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +4 -0
  576. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  577. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/signature-v4/package.json +1 -1
  578. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/smithy-client/package.json +3 -3
  579. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  580. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  581. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  582. package/node_modules/@inquirer/prompts/package.json +4 -4
  583. package/node_modules/@inquirer/rawlist/README.md +6 -5
  584. package/node_modules/@inquirer/rawlist/dist/commonjs/index.d.ts +1 -0
  585. package/node_modules/@inquirer/rawlist/dist/commonjs/index.js +44 -8
  586. package/node_modules/@inquirer/rawlist/dist/esm/index.d.ts +1 -0
  587. package/node_modules/@inquirer/rawlist/dist/esm/index.js +45 -9
  588. package/node_modules/@inquirer/rawlist/package.json +2 -2
  589. package/node_modules/@inquirer/select/README.md +9 -8
  590. package/node_modules/@inquirer/select/dist/commonjs/index.d.ts +4 -0
  591. package/node_modules/@inquirer/select/dist/commonjs/index.js +2 -2
  592. package/node_modules/@inquirer/select/dist/esm/index.d.ts +4 -0
  593. package/node_modules/@inquirer/select/dist/esm/index.js +2 -2
  594. package/node_modules/@inquirer/select/package.json +2 -2
  595. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/LICENSE +201 -0
  596. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/README.md +115 -0
  597. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
  598. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
  599. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
  600. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
  601. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
  602. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
  603. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
  604. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
  605. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
  606. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
  607. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
  608. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
  609. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
  610. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
  611. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
  612. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
  613. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
  614. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
  615. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
  616. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
  617. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
  618. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
  619. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
  620. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
  621. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
  622. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
  623. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
  624. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
  625. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
  626. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
  627. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
  628. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/index.js +144 -0
  629. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
  630. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  631. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  632. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
  633. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
  634. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
  635. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
  636. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
  637. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  638. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  639. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  640. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  641. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  642. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  643. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  644. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  645. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  646. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/http.js +5 -0
  647. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  648. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/index.js +37 -0
  649. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  650. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/profile.js +6 -0
  651. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/retry.js +1 -0
  652. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/serde.js +1 -0
  653. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  654. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/signature.js +1 -0
  655. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/stream.js +1 -0
  656. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  657. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  658. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  659. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  660. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  661. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  662. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  663. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  664. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  665. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/uri.js +1 -0
  666. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/util.js +1 -0
  667. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  668. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  669. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  670. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  671. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  672. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  673. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  674. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  675. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  676. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  677. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +43 -0
  678. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  679. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  680. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/command.d.ts +23 -0
  681. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  682. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  683. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  684. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  685. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  686. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  687. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  688. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  689. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  690. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  691. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  692. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  693. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  694. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  695. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  696. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  697. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  698. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  699. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  700. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  701. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  702. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  703. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +123 -0
  704. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  705. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  706. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  707. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  708. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  709. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  710. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/index.d.ts +37 -0
  711. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  712. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  713. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  714. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  715. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  716. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  717. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/serde.d.ts +112 -0
  718. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  719. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  720. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  721. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  722. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +63 -0
  723. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  724. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  725. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  726. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +79 -0
  727. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  728. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  729. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  730. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  731. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  732. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  733. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  734. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  735. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  736. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  737. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  738. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  739. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +41 -0
  740. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  741. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  742. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +23 -0
  743. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  744. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  745. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  746. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  747. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  748. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  749. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  750. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  751. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  752. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  753. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  754. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  755. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  756. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  757. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  758. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  759. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  760. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  761. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  762. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  763. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  764. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  765. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +122 -0
  766. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  767. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  768. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  769. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  770. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  771. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  772. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +37 -0
  773. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  774. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  775. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  776. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  777. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  778. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  779. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +112 -0
  780. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  781. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  782. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  783. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  784. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  785. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  786. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  787. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  788. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +82 -0
  789. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  790. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  791. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  792. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  793. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  794. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  795. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  796. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  797. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  798. package/node_modules/@smithy/shared-ini-file-loader/node_modules/@smithy/types/package.json +60 -0
  799. package/node_modules/@smithy/types/README.md +36 -1
  800. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  801. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  802. package/node_modules/@smithy/types/dist-types/command.d.ts +14 -1
  803. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  804. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  805. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +32 -0
  806. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  807. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  808. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  809. package/node_modules/@smithy/types/dist-types/shapes.d.ts +1 -0
  810. package/node_modules/@smithy/types/dist-types/signature.d.ts +5 -0
  811. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +6 -6
  812. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +12 -6
  813. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +11 -5
  814. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +14 -1
  815. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  816. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  817. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +32 -0
  818. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  819. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  820. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  821. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +1 -0
  822. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +5 -0
  823. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +6 -6
  824. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +8 -10
  825. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +9 -11
  826. package/node_modules/@smithy/types/package.json +1 -1
  827. package/node_modules/@types/node/README.md +2 -2
  828. package/node_modules/@types/node/assert.d.ts +7 -48
  829. package/node_modules/@types/node/async_hooks.d.ts +0 -2
  830. package/node_modules/@types/node/buffer.buffer.d.ts +1 -0
  831. package/node_modules/@types/node/crypto.d.ts +8 -9
  832. package/node_modules/@types/node/fs/promises.d.ts +3 -9
  833. package/node_modules/@types/node/http2.d.ts +3 -4
  834. package/node_modules/@types/node/inspector.d.ts +36 -0
  835. package/node_modules/@types/node/module.d.ts +25 -0
  836. package/node_modules/@types/node/package.json +7 -2
  837. package/node_modules/@types/node/process.d.ts +22 -0
  838. package/node_modules/@types/node/readline.d.ts +6 -1
  839. package/node_modules/@types/node/sqlite.d.ts +36 -13
  840. package/node_modules/@types/node/test.d.ts +54 -6
  841. package/node_modules/@types/node/tls.d.ts +33 -0
  842. package/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +1 -0
  843. package/node_modules/@types/node/util.d.ts +219 -94
  844. package/node_modules/@types/node/v8.d.ts +81 -0
  845. package/node_modules/@types/node/zlib.d.ts +167 -36
  846. package/node_modules/fast-xml-parser/CHANGELOG.md +6 -1
  847. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  848. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  849. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  850. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  851. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  852. package/node_modules/fast-xml-parser/package.json +1 -1
  853. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +277 -20
  854. package/node_modules/inquirer/package.json +3 -3
  855. package/package.json +19 -18
  856. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/README.md +0 -13
  857. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
  858. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -54
  859. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  860. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  861. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -872
  862. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  863. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -50
  864. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  865. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -40
  866. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -52
  867. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  868. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -60
  869. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  870. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  871. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  872. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -951
  873. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  874. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -64
  875. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  876. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -40
  877. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  878. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
  879. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -48
  880. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +0 -38
  881. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -48
  882. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -23
  883. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
  884. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -13
  885. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -14
  886. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  887. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
  888. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
  889. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  890. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
  891. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  892. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
  893. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -45
  894. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -11
  895. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -36
  896. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +0 -9
  897. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
  898. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +0 -48
  899. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
  900. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -53
  901. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -23
  902. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  903. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
  904. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
  905. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -95
  906. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
  907. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
  908. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  909. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
  910. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +0 -8
  911. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  912. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -102
  913. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  914. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -34
  915. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -59
  916. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
  917. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -36
  918. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
  919. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
  920. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
  921. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -220
  922. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  923. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -61
  924. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -174
  925. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
  926. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -40
  927. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -5
  928. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  929. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  930. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
  931. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
  932. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  933. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -387
  934. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  935. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -56
  936. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -56
  937. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -55
  938. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -32
  939. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
  940. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
  941. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +0 -192
  942. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  943. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -71
  944. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -269
  945. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -288
  946. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
  947. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
  948. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
  949. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -46
  950. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
  951. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  952. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -9
  953. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
  954. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -14
  955. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  956. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -712
  957. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  958. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -58
  959. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -56
  960. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -57
  961. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -32
  962. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -17
  963. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
  964. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -121
  965. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  966. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -44
  967. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
  968. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
  969. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -51
  970. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -8
  971. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  972. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  973. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
  974. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
  975. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  976. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -123
  977. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  978. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
  979. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -113
  980. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
  981. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -49
  982. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
  983. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
  984. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -128
  985. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  986. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -54
  987. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
  988. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  989. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
  990. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
  991. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
  992. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
  993. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
  994. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  995. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -9
  996. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
  997. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -9
  998. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  999. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -123
  1000. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  1001. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -127
  1002. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -111
  1003. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -131
  1004. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -51
  1005. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -11
  1006. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/package.json +0 -115
  1007. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
  1008. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
  1009. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/sts.d.ts +0 -7
  1010. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/sts.js +0 -5
  1011. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1012. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1013. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1014. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1015. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  1016. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  1017. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  1018. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  1019. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1020. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1021. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1022. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  1023. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1024. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  1025. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  1026. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  1027. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  1028. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  1029. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  1030. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  1031. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  1032. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  1033. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1034. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  1035. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  1036. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  1037. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  1038. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  1039. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  1040. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1041. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  1042. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  1043. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  1044. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  1045. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1046. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  1047. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  1048. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  1049. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  1050. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  1051. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  1052. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  1053. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  1054. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  1055. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  1056. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  1057. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  1058. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  1059. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  1060. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  1061. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  1062. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  1063. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  1064. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  1065. package/node_modules/@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1066. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/README.md +0 -13
  1067. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
  1068. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -54
  1069. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  1070. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  1071. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -872
  1072. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  1073. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -50
  1074. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  1075. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -40
  1076. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -52
  1077. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  1078. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -60
  1079. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  1080. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  1081. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  1082. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -951
  1083. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  1084. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -64
  1085. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  1086. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -40
  1087. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  1088. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
  1089. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -48
  1090. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +0 -38
  1091. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -48
  1092. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -23
  1093. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
  1094. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -13
  1095. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -14
  1096. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  1097. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
  1098. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
  1099. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  1100. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
  1101. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  1102. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
  1103. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -45
  1104. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -11
  1105. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -36
  1106. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +0 -9
  1107. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
  1108. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +0 -48
  1109. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
  1110. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -53
  1111. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -23
  1112. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1113. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
  1114. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
  1115. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -95
  1116. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
  1117. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
  1118. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  1119. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
  1120. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +0 -8
  1121. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  1122. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -102
  1123. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  1124. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -34
  1125. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -59
  1126. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
  1127. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -36
  1128. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
  1129. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
  1130. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
  1131. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -220
  1132. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1133. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -61
  1134. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -174
  1135. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
  1136. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -40
  1137. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -5
  1138. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1139. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1140. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
  1141. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
  1142. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  1143. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -387
  1144. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  1145. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -56
  1146. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -56
  1147. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -55
  1148. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -32
  1149. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
  1150. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
  1151. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +0 -192
  1152. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1153. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -71
  1154. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -269
  1155. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -288
  1156. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
  1157. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
  1158. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
  1159. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -46
  1160. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
  1161. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1162. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -9
  1163. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
  1164. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -14
  1165. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  1166. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -712
  1167. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  1168. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -58
  1169. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -56
  1170. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -57
  1171. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -32
  1172. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -17
  1173. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
  1174. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -121
  1175. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1176. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -44
  1177. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
  1178. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
  1179. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -51
  1180. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -8
  1181. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1182. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1183. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
  1184. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
  1185. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  1186. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -123
  1187. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  1188. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
  1189. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -113
  1190. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
  1191. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -49
  1192. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
  1193. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
  1194. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -128
  1195. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1196. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -54
  1197. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
  1198. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  1199. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
  1200. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
  1201. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
  1202. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
  1203. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
  1204. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1205. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -9
  1206. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
  1207. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -9
  1208. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  1209. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -123
  1210. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  1211. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -127
  1212. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -111
  1213. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -131
  1214. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -51
  1215. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -11
  1216. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/package.json +0 -115
  1217. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
  1218. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
  1219. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/sts.d.ts +0 -7
  1220. package/node_modules/@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/sts.js +0 -5
  1221. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1222. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1223. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1224. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1225. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  1226. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  1227. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  1228. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  1229. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1230. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1231. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1232. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  1233. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1234. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  1235. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  1236. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  1237. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  1238. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  1239. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  1240. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  1241. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  1242. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  1243. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1244. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  1245. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  1246. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  1247. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  1248. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  1249. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  1250. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1251. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  1252. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  1253. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  1254. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  1255. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1256. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  1257. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  1258. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  1259. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  1260. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  1261. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  1262. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  1263. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  1264. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  1265. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  1266. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  1267. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  1268. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  1269. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  1270. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  1271. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  1272. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  1273. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  1274. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  1275. package/node_modules/@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1276. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/README.md +0 -13
  1277. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
  1278. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -54
  1279. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  1280. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  1281. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -872
  1282. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  1283. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -50
  1284. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  1285. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -40
  1286. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -52
  1287. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  1288. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -60
  1289. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  1290. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  1291. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  1292. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -951
  1293. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  1294. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -64
  1295. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  1296. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -40
  1297. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  1298. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
  1299. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -48
  1300. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +0 -38
  1301. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -48
  1302. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -23
  1303. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
  1304. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -13
  1305. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -14
  1306. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  1307. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
  1308. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
  1309. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  1310. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
  1311. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  1312. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
  1313. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -45
  1314. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -11
  1315. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -36
  1316. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +0 -9
  1317. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
  1318. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +0 -48
  1319. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
  1320. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -53
  1321. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -23
  1322. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1323. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
  1324. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
  1325. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -95
  1326. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
  1327. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
  1328. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  1329. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
  1330. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +0 -8
  1331. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  1332. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -102
  1333. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  1334. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -34
  1335. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -59
  1336. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
  1337. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -36
  1338. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
  1339. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
  1340. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
  1341. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -220
  1342. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1343. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -61
  1344. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -174
  1345. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
  1346. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -40
  1347. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -5
  1348. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1349. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1350. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
  1351. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
  1352. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  1353. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -387
  1354. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  1355. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -56
  1356. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -56
  1357. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -55
  1358. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -32
  1359. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
  1360. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
  1361. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +0 -192
  1362. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1363. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -71
  1364. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -269
  1365. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -288
  1366. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
  1367. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
  1368. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
  1369. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -46
  1370. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
  1371. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1372. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -9
  1373. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
  1374. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -14
  1375. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  1376. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -712
  1377. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  1378. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -58
  1379. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -56
  1380. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -57
  1381. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -32
  1382. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -17
  1383. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
  1384. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -121
  1385. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1386. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -44
  1387. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
  1388. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
  1389. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -51
  1390. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -8
  1391. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1392. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1393. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
  1394. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
  1395. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  1396. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -123
  1397. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  1398. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
  1399. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -113
  1400. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
  1401. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -49
  1402. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
  1403. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
  1404. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -128
  1405. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1406. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -54
  1407. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
  1408. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  1409. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
  1410. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
  1411. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
  1412. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
  1413. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
  1414. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1415. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -9
  1416. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
  1417. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -9
  1418. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  1419. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -123
  1420. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  1421. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -127
  1422. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -111
  1423. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -131
  1424. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -51
  1425. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -11
  1426. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/package.json +0 -115
  1427. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
  1428. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
  1429. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/sts.d.ts +0 -7
  1430. package/node_modules/@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/sts.js +0 -5
  1431. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1432. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1433. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1434. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1435. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  1436. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  1437. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  1438. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  1439. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1440. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1441. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1442. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  1443. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1444. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  1445. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  1446. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  1447. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  1448. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  1449. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  1450. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  1451. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  1452. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  1453. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1454. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  1455. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  1456. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  1457. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  1458. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  1459. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  1460. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1461. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  1462. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  1463. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  1464. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  1465. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1466. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  1467. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  1468. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  1469. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  1470. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  1471. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  1472. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  1473. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  1474. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  1475. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  1476. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  1477. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  1478. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  1479. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  1480. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  1481. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  1482. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  1483. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  1484. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  1485. package/node_modules/@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1486. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/README.md +0 -13
  1487. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
  1488. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -54
  1489. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  1490. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  1491. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -872
  1492. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  1493. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -50
  1494. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  1495. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -40
  1496. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -52
  1497. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  1498. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -60
  1499. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  1500. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  1501. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  1502. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -951
  1503. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  1504. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -64
  1505. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  1506. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -40
  1507. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  1508. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
  1509. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -48
  1510. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +0 -38
  1511. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -48
  1512. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -23
  1513. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
  1514. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -13
  1515. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -14
  1516. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  1517. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
  1518. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
  1519. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  1520. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
  1521. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  1522. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
  1523. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -45
  1524. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -11
  1525. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -36
  1526. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +0 -9
  1527. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
  1528. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +0 -48
  1529. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
  1530. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -53
  1531. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -23
  1532. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1533. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
  1534. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
  1535. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -95
  1536. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
  1537. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
  1538. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  1539. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
  1540. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +0 -8
  1541. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  1542. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -102
  1543. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  1544. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -34
  1545. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -59
  1546. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
  1547. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -36
  1548. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
  1549. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
  1550. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
  1551. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -220
  1552. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1553. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -61
  1554. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -174
  1555. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
  1556. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -40
  1557. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -5
  1558. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1559. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1560. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
  1561. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
  1562. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  1563. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -387
  1564. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  1565. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -56
  1566. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -56
  1567. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -55
  1568. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -32
  1569. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
  1570. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
  1571. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +0 -192
  1572. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1573. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -71
  1574. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -269
  1575. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -288
  1576. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
  1577. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
  1578. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
  1579. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -46
  1580. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
  1581. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1582. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -9
  1583. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
  1584. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -14
  1585. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  1586. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -712
  1587. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  1588. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -58
  1589. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -56
  1590. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -57
  1591. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -32
  1592. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -17
  1593. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
  1594. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -121
  1595. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1596. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -44
  1597. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
  1598. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
  1599. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -51
  1600. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -8
  1601. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1602. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1603. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
  1604. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
  1605. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  1606. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -123
  1607. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  1608. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
  1609. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -113
  1610. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
  1611. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -49
  1612. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
  1613. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
  1614. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -128
  1615. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1616. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -54
  1617. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
  1618. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  1619. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
  1620. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
  1621. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
  1622. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
  1623. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
  1624. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1625. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -9
  1626. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
  1627. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -9
  1628. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  1629. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -123
  1630. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  1631. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -127
  1632. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -111
  1633. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -131
  1634. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -51
  1635. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -11
  1636. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/package.json +0 -115
  1637. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
  1638. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
  1639. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/sts.d.ts +0 -7
  1640. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/sts.js +0 -5
  1641. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1642. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1643. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1644. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1645. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  1646. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  1647. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  1648. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  1649. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1650. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1651. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1652. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  1653. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1654. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  1655. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  1656. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  1657. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  1658. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  1659. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  1660. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  1661. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  1662. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  1663. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1664. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  1665. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  1666. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  1667. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  1668. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  1669. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  1670. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1671. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  1672. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  1673. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  1674. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  1675. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1676. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  1677. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  1678. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  1679. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  1680. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  1681. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  1682. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  1683. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  1684. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  1685. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  1686. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  1687. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  1688. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  1689. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  1690. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  1691. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  1692. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  1693. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  1694. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  1695. package/node_modules/@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1696. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/README.md +0 -13
  1697. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
  1698. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -54
  1699. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  1700. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  1701. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -872
  1702. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  1703. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -50
  1704. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  1705. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -40
  1706. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -52
  1707. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  1708. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -60
  1709. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  1710. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  1711. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  1712. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -951
  1713. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  1714. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -64
  1715. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  1716. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -40
  1717. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  1718. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
  1719. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -48
  1720. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +0 -38
  1721. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -48
  1722. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -23
  1723. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
  1724. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -13
  1725. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -14
  1726. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  1727. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
  1728. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
  1729. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  1730. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
  1731. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  1732. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
  1733. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -45
  1734. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -11
  1735. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -36
  1736. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +0 -9
  1737. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
  1738. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +0 -48
  1739. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
  1740. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -53
  1741. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -23
  1742. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1743. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
  1744. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
  1745. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -95
  1746. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
  1747. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
  1748. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  1749. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
  1750. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +0 -8
  1751. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  1752. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -102
  1753. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  1754. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -34
  1755. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -59
  1756. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
  1757. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -36
  1758. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
  1759. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
  1760. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
  1761. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -220
  1762. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1763. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -61
  1764. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -174
  1765. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
  1766. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -40
  1767. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -5
  1768. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1769. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1770. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
  1771. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
  1772. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  1773. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -387
  1774. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  1775. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -56
  1776. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -56
  1777. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -55
  1778. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -32
  1779. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
  1780. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
  1781. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +0 -192
  1782. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1783. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -71
  1784. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -269
  1785. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -288
  1786. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
  1787. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
  1788. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
  1789. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -46
  1790. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
  1791. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1792. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -9
  1793. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
  1794. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -14
  1795. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  1796. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -712
  1797. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  1798. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -58
  1799. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -56
  1800. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -57
  1801. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -32
  1802. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -17
  1803. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
  1804. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -121
  1805. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1806. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -44
  1807. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
  1808. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
  1809. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -51
  1810. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -8
  1811. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1812. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1813. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
  1814. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
  1815. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  1816. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -123
  1817. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  1818. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
  1819. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -113
  1820. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
  1821. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -49
  1822. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
  1823. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
  1824. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -128
  1825. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  1826. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -54
  1827. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
  1828. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  1829. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
  1830. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
  1831. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
  1832. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
  1833. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
  1834. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  1835. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -9
  1836. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
  1837. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -9
  1838. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  1839. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -123
  1840. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  1841. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -127
  1842. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -111
  1843. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -131
  1844. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -51
  1845. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -11
  1846. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/package.json +0 -115
  1847. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
  1848. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
  1849. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/sts.d.ts +0 -7
  1850. package/node_modules/@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/sts.js +0 -5
  1851. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  1852. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  1853. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  1854. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  1855. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  1856. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  1857. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  1858. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  1859. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  1860. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  1861. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  1862. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  1863. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  1864. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  1865. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  1866. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  1867. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  1868. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  1869. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  1870. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  1871. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  1872. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  1873. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  1874. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  1875. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  1876. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  1877. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  1878. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  1879. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  1880. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  1881. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  1882. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  1883. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  1884. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  1885. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  1886. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  1887. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  1888. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  1889. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  1890. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  1891. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  1892. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  1893. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  1894. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  1895. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  1896. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  1897. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  1898. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  1899. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  1900. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  1901. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  1902. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  1903. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  1904. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  1905. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  1906. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  1907. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  1908. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  1909. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  1910. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  1911. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  1912. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  1913. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  1914. package/node_modules/@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  1915. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/README.md +0 -13
  1916. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -2
  1917. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -54
  1918. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +0 -18
  1919. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  1920. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +0 -872
  1921. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +0 -38
  1922. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +0 -50
  1923. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +0 -15
  1924. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +0 -40
  1925. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +0 -52
  1926. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -43
  1927. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +0 -60
  1928. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +0 -19
  1929. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +0 -18
  1930. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  1931. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +0 -951
  1932. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +0 -39
  1933. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +0 -64
  1934. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +0 -15
  1935. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +0 -40
  1936. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +0 -13
  1937. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +0 -9
  1938. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +0 -48
  1939. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +0 -38
  1940. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +0 -48
  1941. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +0 -23
  1942. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +0 -1
  1943. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +0 -13
  1944. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +0 -14
  1945. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  1946. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +0 -5
  1947. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +0 -8
  1948. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  1949. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +0 -190
  1950. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  1951. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -33
  1952. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +0 -45
  1953. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -11
  1954. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +0 -36
  1955. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +0 -9
  1956. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +0 -11
  1957. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +0 -48
  1958. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +0 -38
  1959. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +0 -53
  1960. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +0 -23
  1961. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +0 -23
  1962. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +0 -2
  1963. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +0 -22
  1964. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +0 -95
  1965. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +0 -15
  1966. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +0 -14
  1967. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  1968. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +0 -6
  1969. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +0 -8
  1970. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  1971. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +0 -102
  1972. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  1973. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -34
  1974. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +0 -59
  1975. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -11
  1976. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +0 -36
  1977. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +0 -9
  1978. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +0 -7
  1979. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +0 -55
  1980. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -220
  1981. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  1982. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -61
  1983. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -174
  1984. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +0 -1
  1985. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -40
  1986. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -5
  1987. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  1988. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  1989. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +0 -51
  1990. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -14
  1991. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  1992. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -387
  1993. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  1994. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -56
  1995. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +0 -56
  1996. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -55
  1997. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -32
  1998. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +0 -17
  1999. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +0 -27
  2000. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +0 -192
  2001. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2002. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -71
  2003. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -269
  2004. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -288
  2005. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +0 -2
  2006. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +0 -23
  2007. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +0 -43
  2008. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +0 -46
  2009. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +0 -5
  2010. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  2011. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +0 -9
  2012. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +0 -17
  2013. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +0 -14
  2014. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  2015. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -712
  2016. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  2017. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +0 -58
  2018. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +0 -56
  2019. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +0 -57
  2020. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +0 -32
  2021. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +0 -17
  2022. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +0 -22
  2023. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +0 -121
  2024. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2025. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +0 -44
  2026. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +0 -43
  2027. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +0 -1
  2028. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +0 -51
  2029. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +0 -8
  2030. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  2031. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +0 -9
  2032. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +0 -8
  2033. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +0 -9
  2034. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  2035. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -123
  2036. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  2037. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +0 -116
  2038. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +0 -113
  2039. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +0 -120
  2040. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +0 -49
  2041. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +0 -11
  2042. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +0 -39
  2043. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +0 -128
  2044. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +0 -32
  2045. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +0 -54
  2046. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +0 -47
  2047. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +0 -51
  2048. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +0 -2
  2049. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +0 -19
  2050. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +0 -33
  2051. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +0 -57
  2052. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +0 -8
  2053. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  2054. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +0 -9
  2055. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +0 -9
  2056. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +0 -9
  2057. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  2058. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -123
  2059. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  2060. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +0 -127
  2061. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +0 -111
  2062. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +0 -131
  2063. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +0 -51
  2064. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +0 -11
  2065. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/package.json +0 -115
  2066. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +0 -7
  2067. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/sso-oidc.js +0 -5
  2068. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/sts.d.ts +0 -7
  2069. package/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/sts.js +0 -5
  2070. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  2071. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  2072. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2073. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2074. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2075. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  2076. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2077. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  2078. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  2079. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2080. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  2081. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2082. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2083. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2084. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2085. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2086. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2087. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2088. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  2089. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  2090. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  2091. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  2092. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  2093. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  2094. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  2095. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  2096. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  2097. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  2098. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  2099. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  2100. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  2101. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  2102. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2103. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  2104. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  2105. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  2106. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  2107. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  2108. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  2109. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  2110. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  2111. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  2112. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  2113. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  2114. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  2115. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  2116. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  2117. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2118. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2119. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2120. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2121. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2122. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  2123. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  2124. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  2125. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2126. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2127. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  2128. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  2129. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2130. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2131. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  2132. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2133. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  2134. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  2135. package/node_modules/@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  2136. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  2137. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  2138. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2139. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2140. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2141. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  2142. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2143. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  2144. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  2145. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2146. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  2147. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2148. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2149. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2150. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2151. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2152. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2153. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2154. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  2155. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  2156. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  2157. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  2158. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  2159. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  2160. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  2161. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  2162. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  2163. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  2164. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  2165. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  2166. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  2167. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  2168. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2169. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  2170. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  2171. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  2172. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  2173. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  2174. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  2175. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  2176. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  2177. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  2178. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  2179. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  2180. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  2181. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  2182. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  2183. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2184. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2185. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2186. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2187. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2188. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  2189. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  2190. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  2191. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2192. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2193. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  2194. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  2195. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2196. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2197. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  2198. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2199. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  2200. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  2201. package/node_modules/@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  2202. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  2203. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  2204. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2205. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2206. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2207. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  2208. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2209. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  2210. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  2211. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2212. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  2213. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2214. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2215. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2216. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2217. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2218. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2219. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2220. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  2221. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  2222. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  2223. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  2224. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  2225. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  2226. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  2227. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  2228. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  2229. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  2230. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  2231. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  2232. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  2233. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  2234. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2235. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  2236. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  2237. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  2238. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  2239. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  2240. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  2241. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  2242. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  2243. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  2244. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  2245. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  2246. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  2247. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  2248. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  2249. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2250. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2251. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2252. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2253. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2254. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  2255. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  2256. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  2257. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2258. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2259. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  2260. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  2261. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2262. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2263. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  2264. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2265. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  2266. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  2267. package/node_modules/@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  2268. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  2269. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  2270. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2271. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2272. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2273. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  2274. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2275. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  2276. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  2277. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2278. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  2279. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2280. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2281. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2282. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2283. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2284. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2285. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2286. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  2287. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  2288. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  2289. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  2290. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  2291. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  2292. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  2293. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  2294. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  2295. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  2296. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  2297. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  2298. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  2299. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  2300. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2301. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  2302. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  2303. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  2304. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  2305. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  2306. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  2307. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  2308. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  2309. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  2310. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  2311. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  2312. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  2313. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  2314. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  2315. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2316. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2317. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2318. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2319. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2320. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  2321. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  2322. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  2323. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2324. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2325. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  2326. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  2327. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2328. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2329. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  2330. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2331. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  2332. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  2333. package/node_modules/@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  2334. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
  2335. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
  2336. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2337. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2338. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2339. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
  2340. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2341. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
  2342. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
  2343. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2344. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -206
  2345. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2346. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2347. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2348. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2349. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2350. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2351. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2352. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
  2353. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
  2354. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
  2355. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
  2356. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
  2357. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
  2358. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
  2359. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
  2360. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
  2361. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -39
  2362. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
  2363. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
  2364. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
  2365. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
  2366. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2367. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
  2368. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
  2369. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
  2370. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
  2371. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -15
  2372. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -5
  2373. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -46
  2374. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
  2375. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
  2376. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -36
  2377. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -17
  2378. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
  2379. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
  2380. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -18
  2381. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2382. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2383. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2384. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2385. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2386. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  2387. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  2388. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  2389. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2390. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2391. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  2392. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  2393. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2394. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2395. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  2396. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2397. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  2398. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -16
  2399. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
  2400. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{shared-ini-file-loader/dist-cjs/getConfigData.js → signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2401. /package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/{shared-ini-file-loader/dist-cjs/getConfigFilepath.js → signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2402. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js → client-cognito-identity/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2403. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js → client-cognito-identity/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2404. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js → client-iam/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2405. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js → client-iam/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2406. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js → client-iot/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2407. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js → client-iot/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2408. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js → client-iot-data-plane/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2409. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js → client-iot-data-plane/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2410. /package/node_modules/@aws-sdk/{client-cloudformation/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js → client-lambda/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2411. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js → client-lambda/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2412. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js → client-s3/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2413. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js → client-s3/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2414. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js → credential-providers/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2415. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js → credential-providers/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2416. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js → middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2417. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js → middleware-flexible-checksums/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2418. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js → nested-clients/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js} +0 -0
  2419. /package/node_modules/@aws-sdk/{client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js → nested-clients/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js} +0 -0
  2420. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/LICENSE +0 -0
  2421. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/README.md +0 -0
  2422. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -0
  2423. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -0
  2424. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -0
  2425. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -0
  2426. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -0
  2427. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -0
  2428. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -0
  2429. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -0
  2430. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/index.js +0 -0
  2431. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -0
  2432. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -0
  2433. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -0
  2434. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/parseIni.js +0 -0
  2435. /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -0
  2436. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -0
  2437. /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-cjs/types.js +0 -0
  2438. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/getConfigData.js +0 -0
  2439. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -0
  2440. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -0
  2441. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/getHomeDir.js +0 -0
  2442. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/getProfileName.js +0 -0
  2443. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -0
  2444. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -0
  2445. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -0
  2446. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/index.js +0 -0
  2447. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -0
  2448. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -0
  2449. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -0
  2450. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/parseIni.js +0 -0
  2451. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -0
  2452. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/slurpFile.js +0 -0
  2453. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-es/types.js +0 -0
  2454. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -0
  2455. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -0
  2456. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -0
  2457. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -0
  2458. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -0
  2459. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -0
  2460. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -0
  2461. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -0
  2462. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/index.d.ts +0 -0
  2463. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -0
  2464. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -0
  2465. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -0
  2466. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -0
  2467. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -0
  2468. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -0
  2469. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -0
  2470. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -0
  2471. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -0
  2472. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -0
  2473. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -0
  2474. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -0
  2475. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -0
  2476. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -0
  2477. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -0
  2478. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -0
  2479. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -0
  2480. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -0
  2481. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -0
  2482. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -0
  2483. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -0
  2484. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -0
  2485. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/dist-types/types.d.ts +0 -0
  2486. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/abort-handler.js} +0 -0
  2487. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/abort.js} +0 -0
  2488. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/checksum.js} +0 -0
  2489. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/client.js} +0 -0
  2490. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/command.js} +0 -0
  2491. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/crypto.js} +0 -0
  2492. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/encode.js} +0 -0
  2493. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/endpoint.js} +0 -0
  2494. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/eventStream.js} +0 -0
  2495. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/feature-ids.js} +0 -0
  2496. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/http.js} +0 -0
  2497. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/logger.js} +0 -0
  2498. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/middleware.js} +0 -0
  2499. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/pagination.js} +0 -0
  2500. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/profile.js} +0 -0
  2501. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/response.js} +0 -0
  2502. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/retry.js} +0 -0
  2503. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/serde.js} +0 -0
  2504. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/shapes.js} +0 -0
  2505. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/signature.js} +0 -0
  2506. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/stream.js} +0 -0
  2507. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/transfer.js} +0 -0
  2508. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/uri.js} +0 -0
  2509. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/util.js} +0 -0
  2510. /package/node_modules/{@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-cjs/waiter.js} +0 -0
  2511. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/index.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/abort-handler.js} +0 -0
  2512. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/abort.js} +0 -0
  2513. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js} +0 -0
  2514. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js} +0 -0
  2515. /package/node_modules/{@aws-sdk/client-cognito-identity/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/auth/HttpSigner.js} +0 -0
  2516. /package/node_modules/{@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/index.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js} +0 -0
  2517. /package/node_modules/{@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js} +0 -0
  2518. /package/node_modules/{@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/checksum.js} +0 -0
  2519. /package/node_modules/{@aws-sdk/client-iam/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/client.js} +0 -0
  2520. /package/node_modules/{@aws-sdk/client-iam/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/command.js} +0 -0
  2521. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/index.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/connection/config.js} +0 -0
  2522. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/connection/manager.js} +0 -0
  2523. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/connection/pool.js} +0 -0
  2524. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/crypto.js} +0 -0
  2525. /package/node_modules/{@aws-sdk/client-iot-data-plane/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js} +0 -0
  2526. /package/node_modules/{@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/index.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/encode.js} +0 -0
  2527. /package/node_modules/{@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js} +0 -0
  2528. /package/node_modules/{@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js} +0 -0
  2529. /package/node_modules/{@aws-sdk/client-iot/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js} +0 -0
  2530. /package/node_modules/{@aws-sdk/client-iot/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js} +0 -0
  2531. /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/index.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/endpoints/shared.js} +0 -0
  2532. /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/eventStream.js} +0 -0
  2533. /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js} +0 -0
  2534. /package/node_modules/{@aws-sdk/client-lambda/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/extensions/retry.js} +0 -0
  2535. /package/node_modules/{@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js} +0 -0
  2536. /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/index.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/feature-ids.js} +0 -0
  2537. /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js} +0 -0
  2538. /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js} +0 -0
  2539. /package/node_modules/{@aws-sdk/client-s3/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js} +0 -0
  2540. /package/node_modules/{@aws-sdk/client-s3/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/identity/identity.js} +0 -0
  2541. /package/node_modules/{@aws-sdk/credential-providers/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js} +0 -0
  2542. /package/node_modules/{@aws-sdk/middleware-bucket-endpoint/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/logger.js} +0 -0
  2543. /package/node_modules/{@aws-sdk/middleware-flexible-checksums/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/pagination.js} +0 -0
  2544. /package/node_modules/{@aws-sdk/nested-clients/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js → @smithy/shared-ini-file-loader/node_modules/@smithy/types/dist-es/response.js} +0 -0
  2545. /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/@smithy → @smithy}/shared-ini-file-loader/package.json +0 -0
  2546. /package/node_modules/{@aws-sdk/client-lambda/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js → @smithy/types/dist-cjs/feature-ids.js} +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-endpoint",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-endpoint",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@smithy/core": "^3.2.0",
27
+ "@smithy/core": "^3.3.0",
28
28
  "@smithy/middleware-serde": "^4.0.3",
29
29
  "@smithy/node-config-provider": "^4.0.2",
30
30
  "@smithy/shared-ini-file-loader": "^4.0.2",
@@ -20,23 +20,51 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
20
20
  // src/index.ts
21
21
  var src_exports = {};
22
22
  __export(src_exports, {
23
+ ALGORITHM_IDENTIFIER: () => ALGORITHM_IDENTIFIER,
24
+ ALGORITHM_IDENTIFIER_V4A: () => ALGORITHM_IDENTIFIER_V4A,
25
+ ALGORITHM_QUERY_PARAM: () => ALGORITHM_QUERY_PARAM,
26
+ ALWAYS_UNSIGNABLE_HEADERS: () => ALWAYS_UNSIGNABLE_HEADERS,
27
+ AMZ_DATE_HEADER: () => AMZ_DATE_HEADER,
28
+ AMZ_DATE_QUERY_PARAM: () => AMZ_DATE_QUERY_PARAM,
29
+ AUTH_HEADER: () => AUTH_HEADER,
30
+ CREDENTIAL_QUERY_PARAM: () => CREDENTIAL_QUERY_PARAM,
31
+ DATE_HEADER: () => DATE_HEADER,
32
+ EVENT_ALGORITHM_IDENTIFIER: () => EVENT_ALGORITHM_IDENTIFIER,
33
+ EXPIRES_QUERY_PARAM: () => EXPIRES_QUERY_PARAM,
34
+ GENERATED_HEADERS: () => GENERATED_HEADERS,
35
+ HOST_HEADER: () => HOST_HEADER,
36
+ KEY_TYPE_IDENTIFIER: () => KEY_TYPE_IDENTIFIER,
37
+ MAX_CACHE_SIZE: () => MAX_CACHE_SIZE,
38
+ MAX_PRESIGNED_TTL: () => MAX_PRESIGNED_TTL,
39
+ PROXY_HEADER_PATTERN: () => PROXY_HEADER_PATTERN,
40
+ REGION_SET_PARAM: () => REGION_SET_PARAM,
41
+ SEC_HEADER_PATTERN: () => SEC_HEADER_PATTERN,
42
+ SHA256_HEADER: () => SHA256_HEADER,
43
+ SIGNATURE_HEADER: () => SIGNATURE_HEADER,
44
+ SIGNATURE_QUERY_PARAM: () => SIGNATURE_QUERY_PARAM,
45
+ SIGNED_HEADERS_QUERY_PARAM: () => SIGNED_HEADERS_QUERY_PARAM,
23
46
  SignatureV4: () => SignatureV4,
47
+ SignatureV4Base: () => SignatureV4Base,
48
+ TOKEN_HEADER: () => TOKEN_HEADER,
49
+ TOKEN_QUERY_PARAM: () => TOKEN_QUERY_PARAM,
50
+ UNSIGNABLE_PATTERNS: () => UNSIGNABLE_PATTERNS,
51
+ UNSIGNED_PAYLOAD: () => UNSIGNED_PAYLOAD,
24
52
  clearCredentialCache: () => clearCredentialCache,
25
53
  createScope: () => createScope,
26
54
  getCanonicalHeaders: () => getCanonicalHeaders,
27
55
  getCanonicalQuery: () => getCanonicalQuery,
28
56
  getPayloadHash: () => getPayloadHash,
29
57
  getSigningKey: () => getSigningKey,
58
+ hasHeader: () => hasHeader,
30
59
  moveHeadersToQuery: () => moveHeadersToQuery,
31
- prepareRequest: () => prepareRequest
60
+ prepareRequest: () => prepareRequest,
61
+ signatureV4aContainer: () => signatureV4aContainer
32
62
  });
33
63
  module.exports = __toCommonJS(src_exports);
34
64
 
35
65
  // src/SignatureV4.ts
36
66
 
37
- var import_util_middleware = require("@smithy/util-middleware");
38
-
39
- var import_util_utf84 = require("@smithy/util-utf8");
67
+ var import_util_utf85 = require("@smithy/util-utf8");
40
68
 
41
69
  // src/constants.ts
42
70
  var ALGORITHM_QUERY_PARAM = "X-Amz-Algorithm";
@@ -46,6 +74,7 @@ var SIGNED_HEADERS_QUERY_PARAM = "X-Amz-SignedHeaders";
46
74
  var EXPIRES_QUERY_PARAM = "X-Amz-Expires";
47
75
  var SIGNATURE_QUERY_PARAM = "X-Amz-Signature";
48
76
  var TOKEN_QUERY_PARAM = "X-Amz-Security-Token";
77
+ var REGION_SET_PARAM = "X-Amz-Region-Set";
49
78
  var AUTH_HEADER = "authorization";
50
79
  var AMZ_DATE_HEADER = AMZ_DATE_QUERY_PARAM.toLowerCase();
51
80
  var DATE_HEADER = "date";
@@ -53,6 +82,7 @@ var GENERATED_HEADERS = [AUTH_HEADER, AMZ_DATE_HEADER, DATE_HEADER];
53
82
  var SIGNATURE_HEADER = SIGNATURE_QUERY_PARAM.toLowerCase();
54
83
  var SHA256_HEADER = "x-amz-content-sha256";
55
84
  var TOKEN_HEADER = TOKEN_QUERY_PARAM.toLowerCase();
85
+ var HOST_HEADER = "host";
56
86
  var ALWAYS_UNSIGNABLE_HEADERS = {
57
87
  authorization: true,
58
88
  "cache-control": true,
@@ -72,7 +102,9 @@ var ALWAYS_UNSIGNABLE_HEADERS = {
72
102
  };
73
103
  var PROXY_HEADER_PATTERN = /^proxy-/;
74
104
  var SEC_HEADER_PATTERN = /^sec-/;
105
+ var UNSIGNABLE_PATTERNS = [/^proxy-/i, /^sec-/i];
75
106
  var ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256";
107
+ var ALGORITHM_IDENTIFIER_V4A = "AWS4-ECDSA-P256-SHA256";
76
108
  var EVENT_ALGORITHM_IDENTIFIER = "AWS4-HMAC-SHA256-PAYLOAD";
77
109
  var UNSIGNED_PAYLOAD = "UNSIGNED-PAYLOAD";
78
110
  var MAX_CACHE_SIZE = 50;
@@ -131,27 +163,6 @@ var getCanonicalHeaders = /* @__PURE__ */ __name(({ headers }, unsignableHeaders
131
163
  return canonical;
132
164
  }, "getCanonicalHeaders");
133
165
 
134
- // src/getCanonicalQuery.ts
135
- var import_util_uri_escape = require("@smithy/util-uri-escape");
136
- var getCanonicalQuery = /* @__PURE__ */ __name(({ query = {} }) => {
137
- const keys = [];
138
- const serialized = {};
139
- for (const key of Object.keys(query)) {
140
- if (key.toLowerCase() === SIGNATURE_HEADER) {
141
- continue;
142
- }
143
- const encodedKey = (0, import_util_uri_escape.escapeUri)(key);
144
- keys.push(encodedKey);
145
- const value = query[key];
146
- if (typeof value === "string") {
147
- serialized[encodedKey] = `${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value)}`;
148
- } else if (Array.isArray(value)) {
149
- serialized[encodedKey] = value.slice(0).reduce((encoded, value2) => encoded.concat([`${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value2)}`]), []).sort().join("&");
150
- }
151
- }
152
- return keys.sort().map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
153
- }, "getCanonicalQuery");
154
-
155
166
  // src/getPayloadHash.ts
156
167
  var import_is_array_buffer = require("@smithy/is-array-buffer");
157
168
 
@@ -337,6 +348,33 @@ var prepareRequest = /* @__PURE__ */ __name((request) => {
337
348
  return request;
338
349
  }, "prepareRequest");
339
350
 
351
+ // src/SignatureV4Base.ts
352
+
353
+ var import_util_middleware = require("@smithy/util-middleware");
354
+
355
+ var import_util_utf84 = require("@smithy/util-utf8");
356
+
357
+ // src/getCanonicalQuery.ts
358
+ var import_util_uri_escape = require("@smithy/util-uri-escape");
359
+ var getCanonicalQuery = /* @__PURE__ */ __name(({ query = {} }) => {
360
+ const keys = [];
361
+ const serialized = {};
362
+ for (const key of Object.keys(query)) {
363
+ if (key.toLowerCase() === SIGNATURE_HEADER) {
364
+ continue;
365
+ }
366
+ const encodedKey = (0, import_util_uri_escape.escapeUri)(key);
367
+ keys.push(encodedKey);
368
+ const value = query[key];
369
+ if (typeof value === "string") {
370
+ serialized[encodedKey] = `${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value)}`;
371
+ } else if (Array.isArray(value)) {
372
+ serialized[encodedKey] = value.slice(0).reduce((encoded, value2) => encoded.concat([`${encodedKey}=${(0, import_util_uri_escape.escapeUri)(value2)}`]), []).sort().join("&");
373
+ }
374
+ }
375
+ return keys.sort().map((key) => serialized[key]).filter((serialized2) => serialized2).join("&");
376
+ }, "getCanonicalQuery");
377
+
340
378
  // src/utilDate.ts
341
379
  var iso8601 = /* @__PURE__ */ __name((time) => toDate(time).toISOString().replace(/\.\d{3}Z$/, "Z"), "iso8601");
342
380
  var toDate = /* @__PURE__ */ __name((time) => {
@@ -352,8 +390,11 @@ var toDate = /* @__PURE__ */ __name((time) => {
352
390
  return time;
353
391
  }, "toDate");
354
392
 
355
- // src/SignatureV4.ts
356
- var SignatureV4 = class {
393
+ // src/SignatureV4Base.ts
394
+ var SignatureV4Base = class {
395
+ static {
396
+ __name(this, "SignatureV4Base");
397
+ }
357
398
  constructor({
358
399
  applyChecksum,
359
400
  credentials,
@@ -362,7 +403,6 @@ var SignatureV4 = class {
362
403
  sha256,
363
404
  uriEscapePath = true
364
405
  }) {
365
- this.headerFormatter = new HeaderFormatter();
366
406
  this.service = service;
367
407
  this.sha256 = sha256;
368
408
  this.uriEscapePath = uriEscapePath;
@@ -370,6 +410,84 @@ var SignatureV4 = class {
370
410
  this.regionProvider = (0, import_util_middleware.normalizeProvider)(region);
371
411
  this.credentialProvider = (0, import_util_middleware.normalizeProvider)(credentials);
372
412
  }
413
+ createCanonicalRequest(request, canonicalHeaders, payloadHash) {
414
+ const sortedHeaders = Object.keys(canonicalHeaders).sort();
415
+ return `${request.method}
416
+ ${this.getCanonicalPath(request)}
417
+ ${getCanonicalQuery(request)}
418
+ ${sortedHeaders.map((name) => `${name}:${canonicalHeaders[name]}`).join("\n")}
419
+
420
+ ${sortedHeaders.join(";")}
421
+ ${payloadHash}`;
422
+ }
423
+ async createStringToSign(longDate, credentialScope, canonicalRequest, algorithmIdentifier) {
424
+ const hash = new this.sha256();
425
+ hash.update((0, import_util_utf84.toUint8Array)(canonicalRequest));
426
+ const hashedRequest = await hash.digest();
427
+ return `${algorithmIdentifier}
428
+ ${longDate}
429
+ ${credentialScope}
430
+ ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
431
+ }
432
+ getCanonicalPath({ path }) {
433
+ if (this.uriEscapePath) {
434
+ const normalizedPathSegments = [];
435
+ for (const pathSegment of path.split("/")) {
436
+ if (pathSegment?.length === 0)
437
+ continue;
438
+ if (pathSegment === ".")
439
+ continue;
440
+ if (pathSegment === "..") {
441
+ normalizedPathSegments.pop();
442
+ } else {
443
+ normalizedPathSegments.push(pathSegment);
444
+ }
445
+ }
446
+ const normalizedPath = `${path?.startsWith("/") ? "/" : ""}${normalizedPathSegments.join("/")}${normalizedPathSegments.length > 0 && path?.endsWith("/") ? "/" : ""}`;
447
+ const doubleEncoded = (0, import_util_uri_escape.escapeUri)(normalizedPath);
448
+ return doubleEncoded.replace(/%2F/g, "/");
449
+ }
450
+ return path;
451
+ }
452
+ validateResolvedCredentials(credentials) {
453
+ if (typeof credentials !== "object" || // @ts-expect-error: Property 'accessKeyId' does not exist on type 'object'.ts(2339)
454
+ typeof credentials.accessKeyId !== "string" || // @ts-expect-error: Property 'secretAccessKey' does not exist on type 'object'.ts(2339)
455
+ typeof credentials.secretAccessKey !== "string") {
456
+ throw new Error("Resolved credential object is not valid");
457
+ }
458
+ }
459
+ formatDate(now) {
460
+ const longDate = iso8601(now).replace(/[\-:]/g, "");
461
+ return {
462
+ longDate,
463
+ shortDate: longDate.slice(0, 8)
464
+ };
465
+ }
466
+ getCanonicalHeaderList(headers) {
467
+ return Object.keys(headers).sort().join(";");
468
+ }
469
+ };
470
+
471
+ // src/SignatureV4.ts
472
+ var SignatureV4 = class extends SignatureV4Base {
473
+ constructor({
474
+ applyChecksum,
475
+ credentials,
476
+ region,
477
+ service,
478
+ sha256,
479
+ uriEscapePath = true
480
+ }) {
481
+ super({
482
+ applyChecksum,
483
+ credentials,
484
+ region,
485
+ service,
486
+ sha256,
487
+ uriEscapePath
488
+ });
489
+ this.headerFormatter = new HeaderFormatter();
490
+ }
373
491
  static {
374
492
  __name(this, "SignatureV4");
375
493
  }
@@ -387,7 +505,7 @@ var SignatureV4 = class {
387
505
  const credentials = await this.credentialProvider();
388
506
  this.validateResolvedCredentials(credentials);
389
507
  const region = signingRegion ?? await this.regionProvider();
390
- const { longDate, shortDate } = formatDate(signingDate);
508
+ const { longDate, shortDate } = this.formatDate(signingDate);
391
509
  if (expiresIn > MAX_PRESIGNED_TTL) {
392
510
  return Promise.reject(
393
511
  "Signature version 4 presigned URLs must have an expiration date less than one week in the future"
@@ -403,7 +521,7 @@ var SignatureV4 = class {
403
521
  request.query[AMZ_DATE_QUERY_PARAM] = longDate;
404
522
  request.query[EXPIRES_QUERY_PARAM] = expiresIn.toString(10);
405
523
  const canonicalHeaders = getCanonicalHeaders(request, unsignableHeaders, signableHeaders);
406
- request.query[SIGNED_HEADERS_QUERY_PARAM] = getCanonicalHeaderList(canonicalHeaders);
524
+ request.query[SIGNED_HEADERS_QUERY_PARAM] = this.getCanonicalHeaderList(canonicalHeaders);
407
525
  request.query[SIGNATURE_QUERY_PARAM] = await this.getSignature(
408
526
  longDate,
409
527
  scope,
@@ -425,7 +543,7 @@ var SignatureV4 = class {
425
543
  }
426
544
  async signEvent({ headers, payload }, { signingDate = /* @__PURE__ */ new Date(), priorSignature, signingRegion, signingService }) {
427
545
  const region = signingRegion ?? await this.regionProvider();
428
- const { shortDate, longDate } = formatDate(signingDate);
546
+ const { shortDate, longDate } = this.formatDate(signingDate);
429
547
  const scope = createScope(shortDate, region, signingService ?? this.service);
430
548
  const hashedPayload = await getPayloadHash({ headers: {}, body: payload }, this.sha256);
431
549
  const hash = new this.sha256();
@@ -462,9 +580,9 @@ var SignatureV4 = class {
462
580
  const credentials = await this.credentialProvider();
463
581
  this.validateResolvedCredentials(credentials);
464
582
  const region = signingRegion ?? await this.regionProvider();
465
- const { shortDate } = formatDate(signingDate);
583
+ const { shortDate } = this.formatDate(signingDate);
466
584
  const hash = new this.sha256(await this.getSigningKey(credentials, region, shortDate, signingService));
467
- hash.update((0, import_util_utf84.toUint8Array)(stringToSign));
585
+ hash.update((0, import_util_utf85.toUint8Array)(stringToSign));
468
586
  return (0, import_util_hex_encoding.toHex)(await hash.digest());
469
587
  }
470
588
  async signRequest(requestToSign, {
@@ -478,7 +596,7 @@ var SignatureV4 = class {
478
596
  this.validateResolvedCredentials(credentials);
479
597
  const region = signingRegion ?? await this.regionProvider();
480
598
  const request = prepareRequest(requestToSign);
481
- const { longDate, shortDate } = formatDate(signingDate);
599
+ const { longDate, shortDate } = this.formatDate(signingDate);
482
600
  const scope = createScope(shortDate, region, signingService ?? this.service);
483
601
  request.headers[AMZ_DATE_HEADER] = longDate;
484
602
  if (credentials.sessionToken) {
@@ -495,73 +613,29 @@ var SignatureV4 = class {
495
613
  this.getSigningKey(credentials, region, shortDate, signingService),
496
614
  this.createCanonicalRequest(request, canonicalHeaders, payloadHash)
497
615
  );
498
- request.headers[AUTH_HEADER] = `${ALGORITHM_IDENTIFIER} Credential=${credentials.accessKeyId}/${scope}, SignedHeaders=${getCanonicalHeaderList(canonicalHeaders)}, Signature=${signature}`;
616
+ request.headers[AUTH_HEADER] = `${ALGORITHM_IDENTIFIER} Credential=${credentials.accessKeyId}/${scope}, SignedHeaders=${this.getCanonicalHeaderList(canonicalHeaders)}, Signature=${signature}`;
499
617
  return request;
500
618
  }
501
- createCanonicalRequest(request, canonicalHeaders, payloadHash) {
502
- const sortedHeaders = Object.keys(canonicalHeaders).sort();
503
- return `${request.method}
504
- ${this.getCanonicalPath(request)}
505
- ${getCanonicalQuery(request)}
506
- ${sortedHeaders.map((name) => `${name}:${canonicalHeaders[name]}`).join("\n")}
507
-
508
- ${sortedHeaders.join(";")}
509
- ${payloadHash}`;
510
- }
511
- async createStringToSign(longDate, credentialScope, canonicalRequest) {
512
- const hash = new this.sha256();
513
- hash.update((0, import_util_utf84.toUint8Array)(canonicalRequest));
514
- const hashedRequest = await hash.digest();
515
- return `${ALGORITHM_IDENTIFIER}
516
- ${longDate}
517
- ${credentialScope}
518
- ${(0, import_util_hex_encoding.toHex)(hashedRequest)}`;
519
- }
520
- getCanonicalPath({ path }) {
521
- if (this.uriEscapePath) {
522
- const normalizedPathSegments = [];
523
- for (const pathSegment of path.split("/")) {
524
- if (pathSegment?.length === 0)
525
- continue;
526
- if (pathSegment === ".")
527
- continue;
528
- if (pathSegment === "..") {
529
- normalizedPathSegments.pop();
530
- } else {
531
- normalizedPathSegments.push(pathSegment);
532
- }
533
- }
534
- const normalizedPath = `${path?.startsWith("/") ? "/" : ""}${normalizedPathSegments.join("/")}${normalizedPathSegments.length > 0 && path?.endsWith("/") ? "/" : ""}`;
535
- const doubleEncoded = (0, import_util_uri_escape.escapeUri)(normalizedPath);
536
- return doubleEncoded.replace(/%2F/g, "/");
537
- }
538
- return path;
539
- }
540
619
  async getSignature(longDate, credentialScope, keyPromise, canonicalRequest) {
541
- const stringToSign = await this.createStringToSign(longDate, credentialScope, canonicalRequest);
620
+ const stringToSign = await this.createStringToSign(
621
+ longDate,
622
+ credentialScope,
623
+ canonicalRequest,
624
+ ALGORITHM_IDENTIFIER
625
+ );
542
626
  const hash = new this.sha256(await keyPromise);
543
- hash.update((0, import_util_utf84.toUint8Array)(stringToSign));
627
+ hash.update((0, import_util_utf85.toUint8Array)(stringToSign));
544
628
  return (0, import_util_hex_encoding.toHex)(await hash.digest());
545
629
  }
546
630
  getSigningKey(credentials, region, shortDate, service) {
547
631
  return getSigningKey(this.sha256, credentials, shortDate, region, service || this.service);
548
632
  }
549
- validateResolvedCredentials(credentials) {
550
- if (typeof credentials !== "object" || // @ts-expect-error: Property 'accessKeyId' does not exist on type 'object'.ts(2339)
551
- typeof credentials.accessKeyId !== "string" || // @ts-expect-error: Property 'secretAccessKey' does not exist on type 'object'.ts(2339)
552
- typeof credentials.secretAccessKey !== "string") {
553
- throw new Error("Resolved credential object is not valid");
554
- }
555
- }
556
633
  };
557
- var formatDate = /* @__PURE__ */ __name((now) => {
558
- const longDate = iso8601(now).replace(/[\-:]/g, "");
559
- return {
560
- longDate,
561
- shortDate: longDate.slice(0, 8)
562
- };
563
- }, "formatDate");
564
- var getCanonicalHeaderList = /* @__PURE__ */ __name((headers) => Object.keys(headers).sort().join(";"), "getCanonicalHeaderList");
634
+
635
+ // src/signature-v4a-container.ts
636
+ var signatureV4aContainer = {
637
+ SignatureV4a: null
638
+ };
565
639
  // Annotate the CommonJS export names for ESM import in node:
566
640
 
567
641
  0 && (module.exports = {
@@ -570,9 +644,39 @@ var getCanonicalHeaderList = /* @__PURE__ */ __name((headers) => Object.keys(hea
570
644
  getPayloadHash,
571
645
  moveHeadersToQuery,
572
646
  prepareRequest,
647
+ SignatureV4Base,
648
+ hasHeader,
573
649
  SignatureV4,
650
+ ALGORITHM_QUERY_PARAM,
651
+ CREDENTIAL_QUERY_PARAM,
652
+ AMZ_DATE_QUERY_PARAM,
653
+ SIGNED_HEADERS_QUERY_PARAM,
654
+ EXPIRES_QUERY_PARAM,
655
+ SIGNATURE_QUERY_PARAM,
656
+ TOKEN_QUERY_PARAM,
657
+ REGION_SET_PARAM,
658
+ AUTH_HEADER,
659
+ AMZ_DATE_HEADER,
660
+ DATE_HEADER,
661
+ GENERATED_HEADERS,
662
+ SIGNATURE_HEADER,
663
+ SHA256_HEADER,
664
+ TOKEN_HEADER,
665
+ HOST_HEADER,
666
+ ALWAYS_UNSIGNABLE_HEADERS,
667
+ PROXY_HEADER_PATTERN,
668
+ SEC_HEADER_PATTERN,
669
+ UNSIGNABLE_PATTERNS,
670
+ ALGORITHM_IDENTIFIER,
671
+ ALGORITHM_IDENTIFIER_V4A,
672
+ EVENT_ALGORITHM_IDENTIFIER,
673
+ UNSIGNED_PAYLOAD,
674
+ MAX_CACHE_SIZE,
675
+ KEY_TYPE_IDENTIFIER,
676
+ MAX_PRESIGNED_TTL,
574
677
  createScope,
575
678
  getSigningKey,
576
- clearCredentialCache
679
+ clearCredentialCache,
680
+ signatureV4aContainer
577
681
  });
578
682
 
@@ -1,33 +1,32 @@
1
1
  import { toHex } from "@smithy/util-hex-encoding";
2
- import { normalizeProvider } from "@smithy/util-middleware";
3
- import { escapeUri } from "@smithy/util-uri-escape";
4
2
  import { toUint8Array } from "@smithy/util-utf8";
5
3
  import { ALGORITHM_IDENTIFIER, ALGORITHM_QUERY_PARAM, AMZ_DATE_HEADER, AMZ_DATE_QUERY_PARAM, AUTH_HEADER, CREDENTIAL_QUERY_PARAM, EVENT_ALGORITHM_IDENTIFIER, EXPIRES_QUERY_PARAM, MAX_PRESIGNED_TTL, SHA256_HEADER, SIGNATURE_QUERY_PARAM, SIGNED_HEADERS_QUERY_PARAM, TOKEN_HEADER, TOKEN_QUERY_PARAM, } from "./constants";
6
4
  import { createScope, getSigningKey } from "./credentialDerivation";
7
5
  import { getCanonicalHeaders } from "./getCanonicalHeaders";
8
- import { getCanonicalQuery } from "./getCanonicalQuery";
9
6
  import { getPayloadHash } from "./getPayloadHash";
10
7
  import { HeaderFormatter } from "./HeaderFormatter";
11
8
  import { hasHeader } from "./headerUtil";
12
9
  import { moveHeadersToQuery } from "./moveHeadersToQuery";
13
10
  import { prepareRequest } from "./prepareRequest";
14
- import { iso8601 } from "./utilDate";
15
- export class SignatureV4 {
11
+ import { SignatureV4Base } from "./SignatureV4Base";
12
+ export class SignatureV4 extends SignatureV4Base {
16
13
  constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true, }) {
14
+ super({
15
+ applyChecksum,
16
+ credentials,
17
+ region,
18
+ service,
19
+ sha256,
20
+ uriEscapePath,
21
+ });
17
22
  this.headerFormatter = new HeaderFormatter();
18
- this.service = service;
19
- this.sha256 = sha256;
20
- this.uriEscapePath = uriEscapePath;
21
- this.applyChecksum = typeof applyChecksum === "boolean" ? applyChecksum : true;
22
- this.regionProvider = normalizeProvider(region);
23
- this.credentialProvider = normalizeProvider(credentials);
24
23
  }
25
24
  async presign(originalRequest, options = {}) {
26
25
  const { signingDate = new Date(), expiresIn = 3600, unsignableHeaders, unhoistableHeaders, signableHeaders, hoistableHeaders, signingRegion, signingService, } = options;
27
26
  const credentials = await this.credentialProvider();
28
27
  this.validateResolvedCredentials(credentials);
29
28
  const region = signingRegion ?? (await this.regionProvider());
30
- const { longDate, shortDate } = formatDate(signingDate);
29
+ const { longDate, shortDate } = this.formatDate(signingDate);
31
30
  if (expiresIn > MAX_PRESIGNED_TTL) {
32
31
  return Promise.reject("Signature version 4 presigned URLs" + " must have an expiration date less than one week in" + " the future");
33
32
  }
@@ -41,7 +40,7 @@ export class SignatureV4 {
41
40
  request.query[AMZ_DATE_QUERY_PARAM] = longDate;
42
41
  request.query[EXPIRES_QUERY_PARAM] = expiresIn.toString(10);
43
42
  const canonicalHeaders = getCanonicalHeaders(request, unsignableHeaders, signableHeaders);
44
- request.query[SIGNED_HEADERS_QUERY_PARAM] = getCanonicalHeaderList(canonicalHeaders);
43
+ request.query[SIGNED_HEADERS_QUERY_PARAM] = this.getCanonicalHeaderList(canonicalHeaders);
45
44
  request.query[SIGNATURE_QUERY_PARAM] = await this.getSignature(longDate, scope, this.getSigningKey(credentials, region, shortDate, signingService), this.createCanonicalRequest(request, canonicalHeaders, await getPayloadHash(originalRequest, this.sha256)));
46
45
  return request;
47
46
  }
@@ -61,7 +60,7 @@ export class SignatureV4 {
61
60
  }
62
61
  async signEvent({ headers, payload }, { signingDate = new Date(), priorSignature, signingRegion, signingService }) {
63
62
  const region = signingRegion ?? (await this.regionProvider());
64
- const { shortDate, longDate } = formatDate(signingDate);
63
+ const { shortDate, longDate } = this.formatDate(signingDate);
65
64
  const scope = createScope(shortDate, region, signingService ?? this.service);
66
65
  const hashedPayload = await getPayloadHash({ headers: {}, body: payload }, this.sha256);
67
66
  const hash = new this.sha256();
@@ -95,7 +94,7 @@ export class SignatureV4 {
95
94
  const credentials = await this.credentialProvider();
96
95
  this.validateResolvedCredentials(credentials);
97
96
  const region = signingRegion ?? (await this.regionProvider());
98
- const { shortDate } = formatDate(signingDate);
97
+ const { shortDate } = this.formatDate(signingDate);
99
98
  const hash = new this.sha256(await this.getSigningKey(credentials, region, shortDate, signingService));
100
99
  hash.update(toUint8Array(stringToSign));
101
100
  return toHex(await hash.digest());
@@ -105,7 +104,7 @@ export class SignatureV4 {
105
104
  this.validateResolvedCredentials(credentials);
106
105
  const region = signingRegion ?? (await this.regionProvider());
107
106
  const request = prepareRequest(requestToSign);
108
- const { longDate, shortDate } = formatDate(signingDate);
107
+ const { longDate, shortDate } = this.formatDate(signingDate);
109
108
  const scope = createScope(shortDate, region, signingService ?? this.service);
110
109
  request.headers[AMZ_DATE_HEADER] = longDate;
111
110
  if (credentials.sessionToken) {
@@ -120,52 +119,12 @@ export class SignatureV4 {
120
119
  request.headers[AUTH_HEADER] =
121
120
  `${ALGORITHM_IDENTIFIER} ` +
122
121
  `Credential=${credentials.accessKeyId}/${scope}, ` +
123
- `SignedHeaders=${getCanonicalHeaderList(canonicalHeaders)}, ` +
122
+ `SignedHeaders=${this.getCanonicalHeaderList(canonicalHeaders)}, ` +
124
123
  `Signature=${signature}`;
125
124
  return request;
126
125
  }
127
- createCanonicalRequest(request, canonicalHeaders, payloadHash) {
128
- const sortedHeaders = Object.keys(canonicalHeaders).sort();
129
- return `${request.method}
130
- ${this.getCanonicalPath(request)}
131
- ${getCanonicalQuery(request)}
132
- ${sortedHeaders.map((name) => `${name}:${canonicalHeaders[name]}`).join("\n")}
133
-
134
- ${sortedHeaders.join(";")}
135
- ${payloadHash}`;
136
- }
137
- async createStringToSign(longDate, credentialScope, canonicalRequest) {
138
- const hash = new this.sha256();
139
- hash.update(toUint8Array(canonicalRequest));
140
- const hashedRequest = await hash.digest();
141
- return `${ALGORITHM_IDENTIFIER}
142
- ${longDate}
143
- ${credentialScope}
144
- ${toHex(hashedRequest)}`;
145
- }
146
- getCanonicalPath({ path }) {
147
- if (this.uriEscapePath) {
148
- const normalizedPathSegments = [];
149
- for (const pathSegment of path.split("/")) {
150
- if (pathSegment?.length === 0)
151
- continue;
152
- if (pathSegment === ".")
153
- continue;
154
- if (pathSegment === "..") {
155
- normalizedPathSegments.pop();
156
- }
157
- else {
158
- normalizedPathSegments.push(pathSegment);
159
- }
160
- }
161
- const normalizedPath = `${path?.startsWith("/") ? "/" : ""}${normalizedPathSegments.join("/")}${normalizedPathSegments.length > 0 && path?.endsWith("/") ? "/" : ""}`;
162
- const doubleEncoded = escapeUri(normalizedPath);
163
- return doubleEncoded.replace(/%2F/g, "/");
164
- }
165
- return path;
166
- }
167
126
  async getSignature(longDate, credentialScope, keyPromise, canonicalRequest) {
168
- const stringToSign = await this.createStringToSign(longDate, credentialScope, canonicalRequest);
127
+ const stringToSign = await this.createStringToSign(longDate, credentialScope, canonicalRequest, ALGORITHM_IDENTIFIER);
169
128
  const hash = new this.sha256(await keyPromise);
170
129
  hash.update(toUint8Array(stringToSign));
171
130
  return toHex(await hash.digest());
@@ -173,19 +132,4 @@ ${toHex(hashedRequest)}`;
173
132
  getSigningKey(credentials, region, shortDate, service) {
174
133
  return getSigningKey(this.sha256, credentials, shortDate, region, service || this.service);
175
134
  }
176
- validateResolvedCredentials(credentials) {
177
- if (typeof credentials !== "object" ||
178
- typeof credentials.accessKeyId !== "string" ||
179
- typeof credentials.secretAccessKey !== "string") {
180
- throw new Error("Resolved credential object is not valid");
181
- }
182
- }
183
135
  }
184
- const formatDate = (now) => {
185
- const longDate = iso8601(now).replace(/[\-:]/g, "");
186
- return {
187
- longDate,
188
- shortDate: longDate.slice(0, 8),
189
- };
190
- };
191
- const getCanonicalHeaderList = (headers) => Object.keys(headers).sort().join(";");
@@ -0,0 +1,73 @@
1
+ import { toHex } from "@smithy/util-hex-encoding";
2
+ import { normalizeProvider } from "@smithy/util-middleware";
3
+ import { escapeUri } from "@smithy/util-uri-escape";
4
+ import { toUint8Array } from "@smithy/util-utf8";
5
+ import { getCanonicalQuery } from "./getCanonicalQuery";
6
+ import { iso8601 } from "./utilDate";
7
+ export class SignatureV4Base {
8
+ constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true, }) {
9
+ this.service = service;
10
+ this.sha256 = sha256;
11
+ this.uriEscapePath = uriEscapePath;
12
+ this.applyChecksum = typeof applyChecksum === "boolean" ? applyChecksum : true;
13
+ this.regionProvider = normalizeProvider(region);
14
+ this.credentialProvider = normalizeProvider(credentials);
15
+ }
16
+ createCanonicalRequest(request, canonicalHeaders, payloadHash) {
17
+ const sortedHeaders = Object.keys(canonicalHeaders).sort();
18
+ return `${request.method}
19
+ ${this.getCanonicalPath(request)}
20
+ ${getCanonicalQuery(request)}
21
+ ${sortedHeaders.map((name) => `${name}:${canonicalHeaders[name]}`).join("\n")}
22
+
23
+ ${sortedHeaders.join(";")}
24
+ ${payloadHash}`;
25
+ }
26
+ async createStringToSign(longDate, credentialScope, canonicalRequest, algorithmIdentifier) {
27
+ const hash = new this.sha256();
28
+ hash.update(toUint8Array(canonicalRequest));
29
+ const hashedRequest = await hash.digest();
30
+ return `${algorithmIdentifier}
31
+ ${longDate}
32
+ ${credentialScope}
33
+ ${toHex(hashedRequest)}`;
34
+ }
35
+ getCanonicalPath({ path }) {
36
+ if (this.uriEscapePath) {
37
+ const normalizedPathSegments = [];
38
+ for (const pathSegment of path.split("/")) {
39
+ if (pathSegment?.length === 0)
40
+ continue;
41
+ if (pathSegment === ".")
42
+ continue;
43
+ if (pathSegment === "..") {
44
+ normalizedPathSegments.pop();
45
+ }
46
+ else {
47
+ normalizedPathSegments.push(pathSegment);
48
+ }
49
+ }
50
+ const normalizedPath = `${path?.startsWith("/") ? "/" : ""}${normalizedPathSegments.join("/")}${normalizedPathSegments.length > 0 && path?.endsWith("/") ? "/" : ""}`;
51
+ const doubleEncoded = escapeUri(normalizedPath);
52
+ return doubleEncoded.replace(/%2F/g, "/");
53
+ }
54
+ return path;
55
+ }
56
+ validateResolvedCredentials(credentials) {
57
+ if (typeof credentials !== "object" ||
58
+ typeof credentials.accessKeyId !== "string" ||
59
+ typeof credentials.secretAccessKey !== "string") {
60
+ throw new Error("Resolved credential object is not valid");
61
+ }
62
+ }
63
+ formatDate(now) {
64
+ const longDate = iso8601(now).replace(/[\-:]/g, "");
65
+ return {
66
+ longDate,
67
+ shortDate: longDate.slice(0, 8),
68
+ };
69
+ }
70
+ getCanonicalHeaderList(headers) {
71
+ return Object.keys(headers).sort().join(";");
72
+ }
73
+ }
@@ -1,7 +1,11 @@
1
1
  export * from "./SignatureV4";
2
+ export * from "./constants";
2
3
  export { getCanonicalHeaders } from "./getCanonicalHeaders";
3
4
  export { getCanonicalQuery } from "./getCanonicalQuery";
4
5
  export { getPayloadHash } from "./getPayloadHash";
5
6
  export { moveHeadersToQuery } from "./moveHeadersToQuery";
6
7
  export { prepareRequest } from "./prepareRequest";
7
8
  export * from "./credentialDerivation";
9
+ export { SignatureV4Base } from "./SignatureV4Base";
10
+ export { hasHeader } from "./headerUtil";
11
+ export * from "./signature-v4a-container";