@jjrawlins/cdk-diff-pr-github-action 0.0.1-beta

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 (4548) hide show
  1. package/.jsii +3917 -0
  2. package/.junie/guidelines.md +62 -0
  3. package/.tool-versions +3 -0
  4. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.jsii +3917 -0
  5. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.junie/guidelines.md +62 -0
  6. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/.tool-versions +3 -0
  7. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/API.md +276 -0
  8. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/LICENSE +202 -0
  9. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/README.md +146 -0
  10. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.d.ts +8 -0
  11. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffIamTemplate.js +96 -0
  12. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.d.ts +22 -0
  13. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/CdkDiffStackWorkflow.js +144 -0
  14. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.d.ts +9 -0
  15. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/cdk-changeset-script.js +256 -0
  16. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.d.ts +1 -0
  17. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/bin/describe-cfn-changeset.js +204 -0
  18. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.d.ts +2 -0
  19. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/lib/index.js +19 -0
  20. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/package.json +137 -0
  21. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.lock +10 -0
  22. package/.yalc/@jjrawlins/cdk-diff-pr-github-action/yalc.sig +1 -0
  23. package/API.md +276 -0
  24. package/LICENSE +202 -0
  25. package/README.md +146 -0
  26. package/lib/CdkDiffIamTemplate.d.ts +8 -0
  27. package/lib/CdkDiffIamTemplate.js +96 -0
  28. package/lib/CdkDiffStackWorkflow.d.ts +22 -0
  29. package/lib/CdkDiffStackWorkflow.js +144 -0
  30. package/lib/bin/cdk-changeset-script.d.ts +9 -0
  31. package/lib/bin/cdk-changeset-script.js +256 -0
  32. package/lib/bin/describe-cfn-changeset.d.ts +1 -0
  33. package/lib/bin/describe-cfn-changeset.js +204 -0
  34. package/lib/index.d.ts +2 -0
  35. package/lib/index.js +19 -0
  36. package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
  37. package/node_modules/@aws/lambda-invoke-store/README.md +190 -0
  38. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +66 -0
  39. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +64 -0
  40. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +57 -0
  41. package/node_modules/@aws/lambda-invoke-store/package.json +54 -0
  42. package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +118 -0
  43. package/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
  44. package/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
  45. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +10 -0
  46. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +43 -0
  47. package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +1 -0
  48. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +8 -0
  49. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +30 -0
  50. package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +1 -0
  51. package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +2 -0
  52. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +8 -0
  53. package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +1 -0
  54. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +2 -0
  55. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +11 -0
  56. package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +1 -0
  57. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +10 -0
  58. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +56 -0
  59. package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +1 -0
  60. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +10 -0
  61. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +40 -0
  62. package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +1 -0
  63. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +8 -0
  64. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +27 -0
  65. package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +1 -0
  66. package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +2 -0
  67. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +3 -0
  68. package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +1 -0
  69. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +2 -0
  70. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +7 -0
  71. package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +1 -0
  72. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +10 -0
  73. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +53 -0
  74. package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +1 -0
  75. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  76. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/README.md +10 -0
  77. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  78. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  79. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  80. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  81. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/is-array-buffer/package.json +60 -0
  82. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  83. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/README.md +10 -0
  84. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  85. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  86. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  87. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  88. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-buffer-from/package.json +61 -0
  89. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/LICENSE +201 -0
  90. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/README.md +4 -0
  91. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  92. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  93. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  94. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  95. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  96. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  97. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  98. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  99. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  100. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  101. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  102. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  103. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  104. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  105. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  106. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  107. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  108. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  109. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  110. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  111. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  112. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  113. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  114. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  115. package/node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/util-utf8/package.json +66 -0
  116. package/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
  117. package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
  118. package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +30 -0
  119. package/node_modules/@aws-crypto/sha256-browser/src/index.ts +2 -0
  120. package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
  121. package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
  122. package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +10 -0
  123. package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +7 -0
  124. package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -0
  125. package/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
  126. package/node_modules/@aws-crypto/sha256-js/README.md +29 -0
  127. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +17 -0
  128. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +124 -0
  129. package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +1 -0
  130. package/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +20 -0
  131. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js +98 -0
  132. package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +1 -0
  133. package/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +1 -0
  134. package/node_modules/@aws-crypto/sha256-js/build/main/index.js +5 -0
  135. package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +1 -0
  136. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +12 -0
  137. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +85 -0
  138. package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +1 -0
  139. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +5 -0
  140. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +322 -0
  141. package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +1 -0
  142. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +17 -0
  143. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +121 -0
  144. package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +1 -0
  145. package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +20 -0
  146. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +95 -0
  147. package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +1 -0
  148. package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +1 -0
  149. package/node_modules/@aws-crypto/sha256-js/build/module/index.js +2 -0
  150. package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +1 -0
  151. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +12 -0
  152. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +82 -0
  153. package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +1 -0
  154. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +5 -0
  155. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +319 -0
  156. package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +1 -0
  157. package/node_modules/@aws-crypto/sha256-js/package.json +32 -0
  158. package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
  159. package/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
  160. package/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
  161. package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
  162. package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
  163. package/node_modules/@aws-crypto/sha256-js/tsconfig.json +10 -0
  164. package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +7 -0
  165. package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +66 -0
  166. package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
  167. package/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
  168. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +1 -0
  169. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +5 -0
  170. package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +1 -0
  171. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +4 -0
  172. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +69 -0
  173. package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +1 -0
  174. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +1 -0
  175. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +2 -0
  176. package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +1 -0
  177. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +4 -0
  178. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +62 -0
  179. package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +1 -0
  180. package/node_modules/@aws-crypto/supports-web-crypto/package.json +28 -0
  181. package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
  182. package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
  183. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +10 -0
  184. package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +7 -0
  185. package/node_modules/@aws-crypto/util/CHANGELOG.md +71 -0
  186. package/node_modules/@aws-crypto/util/LICENSE +201 -0
  187. package/node_modules/@aws-crypto/util/README.md +16 -0
  188. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +2 -0
  189. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  190. package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +1 -0
  191. package/node_modules/@aws-crypto/util/build/main/index.d.ts +4 -0
  192. package/node_modules/@aws-crypto/util/build/main/index.js +14 -0
  193. package/node_modules/@aws-crypto/util/build/main/index.js.map +1 -0
  194. package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +2 -0
  195. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
  196. package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +1 -0
  197. package/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +1 -0
  198. package/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
  199. package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +1 -0
  200. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +1 -0
  201. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
  202. package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +1 -0
  203. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +2 -0
  204. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +20 -0
  205. package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +1 -0
  206. package/node_modules/@aws-crypto/util/build/module/index.d.ts +4 -0
  207. package/node_modules/@aws-crypto/util/build/module/index.js +7 -0
  208. package/node_modules/@aws-crypto/util/build/module/index.js.map +1 -0
  209. package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +2 -0
  210. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +9 -0
  211. package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +1 -0
  212. package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +1 -0
  213. package/node_modules/@aws-crypto/util/build/module/numToUint8.js +11 -0
  214. package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +1 -0
  215. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +1 -0
  216. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +16 -0
  217. package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +1 -0
  218. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  219. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/README.md +10 -0
  220. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  221. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  222. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  223. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  224. package/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  225. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  226. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/README.md +10 -0
  227. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  228. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  229. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  230. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  231. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  232. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/LICENSE +201 -0
  233. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/README.md +4 -0
  234. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
  235. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
  236. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  237. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
  238. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
  239. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
  240. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  241. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  242. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  243. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  244. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  245. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  246. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  247. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  248. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  249. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  250. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  251. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  252. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  253. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  254. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  255. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  256. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  257. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  258. package/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  259. package/node_modules/@aws-crypto/util/package.json +32 -0
  260. package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
  261. package/node_modules/@aws-crypto/util/src/index.ts +7 -0
  262. package/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
  263. package/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
  264. package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
  265. package/node_modules/@aws-crypto/util/tsconfig.json +9 -0
  266. package/node_modules/@aws-crypto/util/tsconfig.module.json +7 -0
  267. package/node_modules/@aws-sdk/client-cloudformation/LICENSE +201 -0
  268. package/node_modules/@aws-sdk/client-cloudformation/README.md +921 -0
  269. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  270. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +18 -0
  271. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +7 -0
  272. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +12680 -0
  273. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +39 -0
  274. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +56 -0
  275. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +15 -0
  276. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +34 -0
  277. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +183 -0
  278. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +48 -0
  279. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  280. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  281. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateOrganizationsAccessCommand.js +22 -0
  282. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ActivateTypeCommand.js +22 -0
  283. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +22 -0
  284. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CancelUpdateStackCommand.js +22 -0
  285. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ContinueUpdateRollbackCommand.js +22 -0
  286. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateChangeSetCommand.js +22 -0
  287. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateGeneratedTemplateCommand.js +22 -0
  288. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackCommand.js +22 -0
  289. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackInstancesCommand.js +22 -0
  290. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackRefactorCommand.js +22 -0
  291. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/CreateStackSetCommand.js +22 -0
  292. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateOrganizationsAccessCommand.js +22 -0
  293. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeactivateTypeCommand.js +22 -0
  294. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteChangeSetCommand.js +22 -0
  295. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteGeneratedTemplateCommand.js +22 -0
  296. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackCommand.js +22 -0
  297. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackInstancesCommand.js +22 -0
  298. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeleteStackSetCommand.js +22 -0
  299. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DeregisterTypeCommand.js +22 -0
  300. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeAccountLimitsCommand.js +22 -0
  301. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetCommand.js +22 -0
  302. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeChangeSetHooksCommand.js +22 -0
  303. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeGeneratedTemplateCommand.js +22 -0
  304. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeOrganizationsAccessCommand.js +22 -0
  305. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribePublisherCommand.js +22 -0
  306. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeResourceScanCommand.js +22 -0
  307. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +22 -0
  308. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackEventsCommand.js +22 -0
  309. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackInstanceCommand.js +22 -0
  310. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackRefactorCommand.js +22 -0
  311. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceCommand.js +22 -0
  312. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourceDriftsCommand.js +22 -0
  313. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackResourcesCommand.js +22 -0
  314. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetCommand.js +22 -0
  315. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStackSetOperationCommand.js +22 -0
  316. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeStacksCommand.js +22 -0
  317. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeCommand.js +22 -0
  318. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DescribeTypeRegistrationCommand.js +22 -0
  319. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackDriftCommand.js +22 -0
  320. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackResourceDriftCommand.js +22 -0
  321. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/DetectStackSetDriftCommand.js +22 -0
  322. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/EstimateTemplateCostCommand.js +22 -0
  323. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteChangeSetCommand.js +22 -0
  324. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ExecuteStackRefactorCommand.js +22 -0
  325. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetGeneratedTemplateCommand.js +22 -0
  326. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetStackPolicyCommand.js +22 -0
  327. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateCommand.js +22 -0
  328. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/GetTemplateSummaryCommand.js +22 -0
  329. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ImportStacksToStackSetCommand.js +22 -0
  330. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListChangeSetsCommand.js +22 -0
  331. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListExportsCommand.js +22 -0
  332. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListGeneratedTemplatesCommand.js +22 -0
  333. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListHookResultsCommand.js +22 -0
  334. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListImportsCommand.js +22 -0
  335. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanRelatedResourcesCommand.js +22 -0
  336. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScanResourcesCommand.js +22 -0
  337. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListResourceScansCommand.js +22 -0
  338. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstanceResourceDriftsCommand.js +22 -0
  339. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackInstancesCommand.js +22 -0
  340. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorActionsCommand.js +22 -0
  341. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackRefactorsCommand.js +22 -0
  342. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackResourcesCommand.js +22 -0
  343. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +22 -0
  344. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationResultsCommand.js +22 -0
  345. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetOperationsCommand.js +22 -0
  346. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetsCommand.js +22 -0
  347. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStacksCommand.js +22 -0
  348. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeRegistrationsCommand.js +22 -0
  349. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypeVersionsCommand.js +22 -0
  350. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListTypesCommand.js +22 -0
  351. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/PublishTypeCommand.js +22 -0
  352. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RecordHandlerProgressCommand.js +22 -0
  353. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterPublisherCommand.js +22 -0
  354. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RegisterTypeCommand.js +22 -0
  355. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/RollbackStackCommand.js +22 -0
  356. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetStackPolicyCommand.js +22 -0
  357. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeConfigurationCommand.js +22 -0
  358. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SetTypeDefaultVersionCommand.js +22 -0
  359. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/SignalResourceCommand.js +22 -0
  360. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StartResourceScanCommand.js +22 -0
  361. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/StopStackSetOperationCommand.js +22 -0
  362. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/TestTypeCommand.js +22 -0
  363. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateGeneratedTemplateCommand.js +22 -0
  364. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackCommand.js +22 -0
  365. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackInstancesCommand.js +22 -0
  366. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateStackSetCommand.js +22 -0
  367. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/UpdateTerminationProtectionCommand.js +22 -0
  368. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ValidateTemplateCommand.js +22 -0
  369. package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +88 -0
  370. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/EndpointParameters.js +13 -0
  371. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +14 -0
  372. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +4 -0
  373. package/node_modules/@aws-sdk/client-cloudformation/dist-es/extensionConfiguration.js +1 -0
  374. package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +7 -0
  375. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/CloudFormationServiceException.js +8 -0
  376. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/index.js +2 -0
  377. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +794 -0
  378. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +74 -0
  379. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeAccountLimitsPaginator.js +4 -0
  380. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStackEventsPaginator.js +4 -0
  381. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +4 -0
  382. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/DescribeStacksPaginator.js +4 -0
  383. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/Interfaces.js +1 -0
  384. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListChangeSetsPaginator.js +4 -0
  385. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListExportsPaginator.js +4 -0
  386. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListGeneratedTemplatesPaginator.js +4 -0
  387. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListImportsPaginator.js +4 -0
  388. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanRelatedResourcesPaginator.js +4 -0
  389. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScanResourcesPaginator.js +4 -0
  390. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListResourceScansPaginator.js +4 -0
  391. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackInstancesPaginator.js +4 -0
  392. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorActionsPaginator.js +4 -0
  393. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackRefactorsPaginator.js +4 -0
  394. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackResourcesPaginator.js +4 -0
  395. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetOperationResultsPaginator.js +4 -0
  396. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetOperationsPaginator.js +4 -0
  397. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStackSetsPaginator.js +4 -0
  398. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListStacksPaginator.js +4 -0
  399. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypeRegistrationsPaginator.js +4 -0
  400. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypeVersionsPaginator.js +4 -0
  401. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/ListTypesPaginator.js +4 -0
  402. package/node_modules/@aws-sdk/client-cloudformation/dist-es/pagination/index.js +23 -0
  403. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +8938 -0
  404. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +34 -0
  405. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +51 -0
  406. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.native.js +11 -0
  407. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +30 -0
  408. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +9 -0
  409. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/index.js +10 -0
  410. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +43 -0
  411. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +253 -0
  412. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +147 -0
  413. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +26 -0
  414. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +117 -0
  415. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +43 -0
  416. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +52 -0
  417. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +87 -0
  418. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +87 -0
  419. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForTypeRegistrationComplete.js +40 -0
  420. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +668 -0
  421. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +286 -0
  422. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  423. package/node_modules/@aws-sdk/client-cloudformation/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  424. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +78 -0
  425. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +103 -0
  426. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +124 -0
  427. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +80 -0
  428. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +91 -0
  429. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +156 -0
  430. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +132 -0
  431. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +135 -0
  432. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +153 -0
  433. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +95 -0
  434. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +118 -0
  435. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +78 -0
  436. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +88 -0
  437. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +83 -0
  438. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +93 -0
  439. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +85 -0
  440. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +138 -0
  441. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +82 -0
  442. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +94 -0
  443. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +81 -0
  444. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +167 -0
  445. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +104 -0
  446. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +120 -0
  447. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +83 -0
  448. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +98 -0
  449. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +94 -0
  450. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +91 -0
  451. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +103 -0
  452. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +107 -0
  453. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +85 -0
  454. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +96 -0
  455. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +120 -0
  456. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +113 -0
  457. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +132 -0
  458. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +131 -0
  459. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +144 -0
  460. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +130 -0
  461. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +86 -0
  462. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +98 -0
  463. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +115 -0
  464. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +128 -0
  465. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +85 -0
  466. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +98 -0
  467. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +72 -0
  468. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +151 -0
  469. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +75 -0
  470. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +89 -0
  471. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +133 -0
  472. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +121 -0
  473. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +94 -0
  474. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +85 -0
  475. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +86 -0
  476. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +121 -0
  477. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +81 -0
  478. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +160 -0
  479. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +162 -0
  480. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +88 -0
  481. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +122 -0
  482. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +107 -0
  483. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +106 -0
  484. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +88 -0
  485. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +95 -0
  486. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +88 -0
  487. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +107 -0
  488. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +108 -0
  489. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +117 -0
  490. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +99 -0
  491. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +85 -0
  492. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +95 -0
  493. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +106 -0
  494. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +89 -0
  495. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +88 -0
  496. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +84 -0
  497. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +110 -0
  498. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +114 -0
  499. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +74 -0
  500. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +99 -0
  501. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +82 -0
  502. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +80 -0
  503. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +113 -0
  504. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +85 -0
  505. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +108 -0
  506. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +170 -0
  507. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +129 -0
  508. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +161 -0
  509. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +176 -0
  510. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +81 -0
  511. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +92 -0
  512. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +88 -0
  513. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/EndpointParameters.d.ts +38 -0
  514. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/endpointResolver.d.ts +5 -0
  515. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +2 -0
  516. package/node_modules/@aws-sdk/client-cloudformation/dist-types/extensionConfiguration.d.ts +9 -0
  517. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +26 -0
  518. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/CloudFormationServiceException.d.ts +14 -0
  519. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/index.d.ts +2 -0
  520. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +9988 -0
  521. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +2270 -0
  522. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeAccountLimitsPaginator.d.ts +7 -0
  523. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackEventsPaginator.d.ts +7 -0
  524. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStackResourceDriftsPaginator.d.ts +7 -0
  525. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/DescribeStacksPaginator.d.ts +7 -0
  526. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/Interfaces.d.ts +8 -0
  527. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListChangeSetsPaginator.d.ts +7 -0
  528. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListExportsPaginator.d.ts +7 -0
  529. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListGeneratedTemplatesPaginator.d.ts +7 -0
  530. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListImportsPaginator.d.ts +7 -0
  531. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +7 -0
  532. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScanResourcesPaginator.d.ts +7 -0
  533. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListResourceScansPaginator.d.ts +7 -0
  534. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackInstancesPaginator.d.ts +7 -0
  535. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorActionsPaginator.d.ts +7 -0
  536. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackRefactorsPaginator.d.ts +7 -0
  537. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackResourcesPaginator.d.ts +7 -0
  538. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationResultsPaginator.d.ts +7 -0
  539. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetOperationsPaginator.d.ts +7 -0
  540. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStackSetsPaginator.d.ts +7 -0
  541. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListStacksPaginator.d.ts +7 -0
  542. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeRegistrationsPaginator.d.ts +7 -0
  543. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypeVersionsPaginator.d.ts +7 -0
  544. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/ListTypesPaginator.d.ts +7 -0
  545. package/node_modules/@aws-sdk/client-cloudformation/dist-types/pagination/index.d.ts +23 -0
  546. package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +794 -0
  547. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +50 -0
  548. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +50 -0
  549. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +49 -0
  550. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +21 -0
  551. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeExtensions.d.ts +17 -0
  552. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +1546 -0
  553. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +648 -0
  554. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  555. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +47 -0
  556. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +51 -0
  557. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +47 -0
  558. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +51 -0
  559. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +45 -0
  560. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +51 -0
  561. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +50 -0
  562. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +51 -0
  563. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +47 -0
  564. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +51 -0
  565. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackRefactorCommand.d.ts +51 -0
  566. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +47 -0
  567. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +51 -0
  568. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +47 -0
  569. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +50 -0
  570. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +47 -0
  571. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +45 -0
  572. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +51 -0
  573. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +47 -0
  574. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +47 -0
  575. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +51 -0
  576. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +50 -0
  577. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +51 -0
  578. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +51 -0
  579. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +51 -0
  580. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +50 -0
  581. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +51 -0
  582. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +51 -0
  583. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +51 -0
  584. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +51 -0
  585. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackRefactorCommand.d.ts +51 -0
  586. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +51 -0
  587. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +51 -0
  588. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +51 -0
  589. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +50 -0
  590. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +51 -0
  591. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +47 -0
  592. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +47 -0
  593. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +51 -0
  594. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +50 -0
  595. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +51 -0
  596. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +51 -0
  597. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +51 -0
  598. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +50 -0
  599. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteStackRefactorCommand.d.ts +46 -0
  600. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +51 -0
  601. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +47 -0
  602. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +47 -0
  603. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +51 -0
  604. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +51 -0
  605. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +47 -0
  606. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +47 -0
  607. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +51 -0
  608. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +50 -0
  609. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +47 -0
  610. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +51 -0
  611. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +51 -0
  612. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +50 -0
  613. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +51 -0
  614. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +51 -0
  615. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorActionsCommand.d.ts +51 -0
  616. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackRefactorsCommand.d.ts +51 -0
  617. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +51 -0
  618. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +51 -0
  619. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +51 -0
  620. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +51 -0
  621. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +47 -0
  622. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +47 -0
  623. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +51 -0
  624. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +50 -0
  625. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +47 -0
  626. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +47 -0
  627. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +51 -0
  628. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +50 -0
  629. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +47 -0
  630. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +47 -0
  631. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +45 -0
  632. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +51 -0
  633. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +51 -0
  634. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +45 -0
  635. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +50 -0
  636. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +51 -0
  637. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +47 -0
  638. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +51 -0
  639. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +47 -0
  640. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +51 -0
  641. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +47 -0
  642. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +51 -0
  643. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +50 -0
  644. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +88 -0
  645. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  646. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  647. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  648. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  649. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +10 -0
  650. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/CloudFormationServiceException.d.ts +9 -0
  651. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/index.d.ts +2 -0
  652. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +2020 -0
  653. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +379 -0
  654. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeAccountLimitsPaginator.d.ts +11 -0
  655. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStackEventsPaginator.d.ts +11 -0
  656. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStackResourceDriftsPaginator.d.ts +11 -0
  657. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/DescribeStacksPaginator.d.ts +11 -0
  658. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  659. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListChangeSetsPaginator.d.ts +11 -0
  660. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -0
  661. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListGeneratedTemplatesPaginator.d.ts +11 -0
  662. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -0
  663. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanRelatedResourcesPaginator.d.ts +11 -0
  664. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScanResourcesPaginator.d.ts +11 -0
  665. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListResourceScansPaginator.d.ts +11 -0
  666. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackInstancesPaginator.d.ts +11 -0
  667. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorActionsPaginator.d.ts +11 -0
  668. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackRefactorsPaginator.d.ts +11 -0
  669. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackResourcesPaginator.d.ts +11 -0
  670. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetOperationResultsPaginator.d.ts +11 -0
  671. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetOperationsPaginator.d.ts +11 -0
  672. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStackSetsPaginator.d.ts +11 -0
  673. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListStacksPaginator.d.ts +11 -0
  674. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypeRegistrationsPaginator.d.ts +11 -0
  675. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypeVersionsPaginator.d.ts +11 -0
  676. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/ListTypesPaginator.d.ts +11 -0
  677. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/pagination/index.d.ts +23 -0
  678. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +1061 -0
  679. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +92 -0
  680. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +87 -0
  681. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +96 -0
  682. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
  683. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  684. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/index.d.ts +10 -0
  685. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +11 -0
  686. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +11 -0
  687. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -0
  688. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +11 -0
  689. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +11 -0
  690. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -0
  691. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -0
  692. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +11 -0
  693. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +11 -0
  694. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -0
  695. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/index.d.ts +10 -0
  696. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +14 -0
  697. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +14 -0
  698. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +14 -0
  699. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +14 -0
  700. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +14 -0
  701. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +14 -0
  702. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +14 -0
  703. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +14 -0
  704. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +14 -0
  705. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +14 -0
  706. package/node_modules/@aws-sdk/client-cloudformation/package.json +101 -0
  707. package/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
  708. package/node_modules/@aws-sdk/client-sso/README.md +252 -0
  709. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
  710. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +18 -0
  711. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
  712. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +507 -0
  713. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
  714. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +54 -0
  715. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
  716. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +40 -0
  717. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
  718. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +48 -0
  719. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  720. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
  721. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +23 -0
  722. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +23 -0
  723. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +23 -0
  724. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +23 -0
  725. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
  726. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +13 -0
  727. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +14 -0
  728. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
  729. package/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
  730. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
  731. package/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
  732. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
  733. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
  734. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
  735. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +4 -0
  736. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -0
  737. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
  738. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +210 -0
  739. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
  740. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +49 -0
  741. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
  742. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +36 -0
  743. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +9 -0
  744. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
  745. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +200 -0
  746. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  747. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +75 -0
  748. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +97 -0
  749. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +98 -0
  750. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +100 -0
  751. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +97 -0
  752. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
  753. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +38 -0
  754. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
  755. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
  756. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +9 -0
  757. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +29 -0
  758. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +14 -0
  759. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
  760. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
  761. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
  762. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
  763. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
  764. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
  765. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
  766. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +57 -0
  767. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +57 -0
  768. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +56 -0
  769. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
  770. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  771. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
  772. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +138 -0
  773. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  774. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +46 -0
  775. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +51 -0
  776. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +50 -0
  777. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +47 -0
  778. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +41 -0
  779. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
  780. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
  781. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  782. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  783. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  784. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +9 -0
  785. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +9 -0
  786. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
  787. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
  788. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  789. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
  790. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
  791. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
  792. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
  793. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +112 -0
  794. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +107 -0
  795. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +116 -0
  796. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
  797. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  798. package/node_modules/@aws-sdk/client-sso/package.json +98 -0
  799. package/node_modules/@aws-sdk/core/README.md +39 -0
  800. package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
  801. package/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
  802. package/node_modules/@aws-sdk/core/client.d.ts +7 -0
  803. package/node_modules/@aws-sdk/core/client.js +5 -0
  804. package/node_modules/@aws-sdk/core/dist-cjs/index.js +1969 -0
  805. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +55 -0
  806. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -0
  807. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +299 -0
  808. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1624 -0
  809. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
  810. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  811. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  812. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  813. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  814. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
  815. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +4 -0
  816. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  817. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  818. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  819. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
  820. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
  821. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.js +22 -0
  822. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +5 -0
  823. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
  824. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +131 -0
  825. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -0
  826. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.js +1 -0
  827. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.js +1 -0
  828. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
  829. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  830. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  831. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
  832. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  833. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ConfigurableSerdeContext.js +6 -0
  834. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +89 -0
  835. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +40 -0
  836. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
  837. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +3 -0
  838. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +18 -0
  839. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +19 -0
  840. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +19 -0
  841. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +72 -0
  842. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +72 -0
  843. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonCodec.js +20 -0
  844. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +122 -0
  845. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +133 -0
  846. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
  847. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +46 -0
  848. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReviver.js +18 -0
  849. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +54 -0
  850. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +17 -0
  851. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +134 -0
  852. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QuerySerializerSettings.js +1 -0
  853. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +156 -0
  854. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +73 -0
  855. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlCodec.js +20 -0
  856. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +143 -0
  857. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +279 -0
  858. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +46 -0
  859. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/simpleFormatXml.js +27 -0
  860. package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +5 -0
  861. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
  862. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +27 -0
  863. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +16 -0
  864. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  865. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  866. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
  867. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +4 -0
  868. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  869. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  870. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  871. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  872. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +43 -0
  873. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +5 -0
  874. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -0
  875. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
  876. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +117 -0
  877. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +2 -0
  878. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +8 -0
  879. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +6 -0
  880. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  881. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  882. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  883. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  884. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  885. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +8 -0
  886. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +49 -0
  887. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +23 -0
  888. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
  889. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
  890. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +18 -0
  891. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +18 -0
  892. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +18 -0
  893. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +23 -0
  894. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +24 -0
  895. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +19 -0
  896. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  897. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +19 -0
  898. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
  899. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReplacer.d.ts +21 -0
  900. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +15 -0
  901. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  902. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +20 -0
  903. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +43 -0
  904. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  905. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  906. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +25 -0
  907. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +14 -0
  908. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +20 -0
  909. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  910. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  911. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/simpleFormatXml.d.ts +6 -0
  912. package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +5 -0
  913. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
  914. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  915. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  916. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  917. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  918. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
  919. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +4 -0
  920. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  921. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  922. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  923. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  924. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
  925. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +4 -0
  926. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +9 -0
  927. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
  928. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +65 -0
  929. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +2 -0
  930. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getArrayForCommaSeparatedString.d.ts +1 -0
  931. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getBearerTokenEnvKey.d.ts +1 -0
  932. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  933. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  934. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  935. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  936. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  937. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ConfigurableSerdeContext.d.ts +5 -0
  938. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +37 -0
  939. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +33 -0
  940. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
  941. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
  942. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +18 -0
  943. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +15 -0
  944. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +15 -0
  945. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +44 -0
  946. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +36 -0
  947. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonCodec.d.ts +16 -0
  948. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +13 -0
  949. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +16 -0
  950. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
  951. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReplacer.d.ts +7 -0
  952. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/jsonReviver.d.ts +7 -0
  953. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  954. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +14 -0
  955. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +57 -0
  956. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +6 -0
  957. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +16 -0
  958. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +41 -0
  959. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlCodec.d.ts +17 -0
  960. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeDeserializer.d.ts +15 -0
  961. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/XmlShapeSerializer.d.ts +21 -0
  962. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  963. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/simpleFormatXml.d.ts +1 -0
  964. package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
  965. package/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  966. package/node_modules/@aws-sdk/core/package.json +121 -0
  967. package/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
  968. package/node_modules/@aws-sdk/core/protocols.js +5 -0
  969. package/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
  970. package/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
  971. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +41 -0
  972. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +30 -0
  973. package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
  974. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +36 -0
  975. package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
  976. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +12 -0
  977. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
  978. package/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  979. package/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
  980. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  981. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +31 -0
  982. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +70 -0
  983. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
  984. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +53 -0
  985. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  986. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
  987. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  988. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
  989. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
  990. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +65 -0
  991. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
  992. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +49 -0
  993. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
  994. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
  995. package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
  996. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +9 -0
  997. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
  998. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
  999. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
  1000. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
  1001. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
  1002. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
  1003. package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
  1004. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +2 -0
  1005. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
  1006. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
  1007. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
  1008. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +8 -0
  1009. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
  1010. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
  1011. package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
  1012. package/node_modules/@aws-sdk/credential-provider-http/package.json +70 -0
  1013. package/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
  1014. package/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
  1015. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +211 -0
  1016. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +16 -0
  1017. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
  1018. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +79 -0
  1019. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +30 -0
  1020. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +6 -0
  1021. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
  1022. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +23 -0
  1023. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +18 -0
  1024. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -0
  1025. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +55 -0
  1026. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
  1027. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +48 -0
  1028. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
  1029. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
  1030. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +18 -0
  1031. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +12 -0
  1032. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +20 -0
  1033. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
  1034. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +24 -0
  1035. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
  1036. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +28 -0
  1037. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +9 -0
  1038. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
  1039. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +10 -0
  1040. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +9 -0
  1041. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +16 -0
  1042. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
  1043. package/node_modules/@aws-sdk/credential-provider-ini/package.json +73 -0
  1044. package/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
  1045. package/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
  1046. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +150 -0
  1047. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +73 -0
  1048. package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
  1049. package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
  1050. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +54 -0
  1051. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +59 -0
  1052. package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
  1053. package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +11 -0
  1054. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  1055. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +26 -0
  1056. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
  1057. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +7 -0
  1058. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  1059. package/node_modules/@aws-sdk/credential-provider-node/package.json +72 -0
  1060. package/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
  1061. package/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
  1062. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +79 -0
  1063. package/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
  1064. package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +9 -0
  1065. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +30 -0
  1066. package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
  1067. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +36 -0
  1068. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +12 -0
  1069. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +14 -0
  1070. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
  1071. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
  1072. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
  1073. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +9 -0
  1074. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +11 -0
  1075. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +7 -0
  1076. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
  1077. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +6 -0
  1078. package/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  1079. package/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
  1080. package/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
  1081. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +190 -0
  1082. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-CVy8iqsZ.js +14 -0
  1083. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +81 -0
  1084. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
  1085. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
  1086. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
  1087. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +90 -0
  1088. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
  1089. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
  1090. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +68 -0
  1091. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
  1092. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
  1093. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
  1094. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
  1095. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +22 -0
  1096. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
  1097. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
  1098. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
  1099. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +17 -0
  1100. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
  1101. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +6 -0
  1102. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
  1103. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +6 -0
  1104. package/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  1105. package/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
  1106. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
  1107. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +34 -0
  1108. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +62 -0
  1109. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +19 -0
  1110. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +30 -0
  1111. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +25 -0
  1112. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
  1113. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +17 -0
  1114. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
  1115. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
  1116. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +18 -0
  1117. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +39 -0
  1118. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
  1119. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
  1120. package/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
  1121. package/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
  1122. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +41 -0
  1123. package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
  1124. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +35 -0
  1125. package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
  1126. package/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
  1127. package/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
  1128. package/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
  1129. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
  1130. package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
  1131. package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
  1132. package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
  1133. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
  1134. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
  1135. package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
  1136. package/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  1137. package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
  1138. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
  1139. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +25 -0
  1140. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +32 -0
  1141. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
  1142. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
  1143. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
  1144. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -0
  1145. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
  1146. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +28 -0
  1147. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
  1148. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
  1149. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
  1150. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -0
  1151. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
  1152. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
  1153. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
  1154. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
  1155. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
  1156. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -0
  1157. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
  1158. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
  1159. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
  1160. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
  1161. package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
  1162. package/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
  1163. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
  1164. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +49 -0
  1165. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +28 -0
  1166. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
  1167. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  1168. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
  1169. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +82 -0
  1170. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +18 -0
  1171. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +44 -0
  1172. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
  1173. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  1174. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
  1175. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +20 -0
  1176. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +21 -0
  1177. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
  1178. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  1179. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
  1180. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +21 -0
  1181. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +18 -0
  1182. package/node_modules/@aws-sdk/middleware-user-agent/package.json +62 -0
  1183. package/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  1184. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  1185. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  1186. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  1187. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  1188. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +624 -0
  1189. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  1190. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +54 -0
  1191. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  1192. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +40 -0
  1193. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +52 -0
  1194. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  1195. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  1196. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  1197. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  1198. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  1199. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +829 -0
  1200. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  1201. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +68 -0
  1202. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  1203. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +40 -0
  1204. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  1205. package/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
  1206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  1207. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +48 -0
  1208. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  1209. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  1210. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +23 -0
  1211. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  1212. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  1213. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  1214. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  1215. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
  1216. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +5 -0
  1217. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  1218. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +1 -0
  1219. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +203 -0
  1220. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +257 -0
  1221. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  1222. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +49 -0
  1223. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  1224. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +36 -0
  1225. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  1226. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  1227. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +48 -0
  1228. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  1229. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  1230. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +23 -0
  1231. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +23 -0
  1232. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  1233. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  1234. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +106 -0
  1235. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  1236. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  1237. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  1238. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  1239. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +6 -0
  1240. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  1241. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +1 -0
  1242. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +102 -0
  1243. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +528 -0
  1244. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  1245. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +63 -0
  1246. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  1247. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +36 -0
  1248. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  1249. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  1250. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  1251. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +220 -0
  1252. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1253. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  1254. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +176 -0
  1255. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  1256. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +38 -0
  1257. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -0
  1258. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1259. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1260. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +51 -0
  1261. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  1262. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +1 -0
  1263. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +420 -0
  1264. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +11 -0
  1265. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +57 -0
  1266. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +57 -0
  1267. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +56 -0
  1268. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +32 -0
  1269. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  1270. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  1271. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +192 -0
  1272. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1273. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +85 -0
  1274. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +271 -0
  1275. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +290 -0
  1276. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  1277. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  1278. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  1279. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +44 -0
  1280. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -0
  1281. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1282. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  1283. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +17 -0
  1284. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  1285. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +1 -0
  1286. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +712 -0
  1287. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +20 -0
  1288. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +59 -0
  1289. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +57 -0
  1290. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +58 -0
  1291. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +32 -0
  1292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  1293. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  1294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  1295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +121 -0
  1296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1297. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  1298. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  1299. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  1300. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  1301. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  1302. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  1303. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  1304. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +8 -0
  1305. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  1306. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +1 -0
  1307. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +138 -0
  1308. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +17 -0
  1309. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +112 -0
  1310. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +107 -0
  1311. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +116 -0
  1312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +49 -0
  1313. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  1314. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  1315. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +128 -0
  1316. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1317. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  1318. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  1319. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  1320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  1321. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  1322. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  1323. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  1324. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  1325. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  1326. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  1327. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +9 -0
  1328. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  1329. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +1 -0
  1330. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +123 -0
  1331. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +29 -0
  1332. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +121 -0
  1333. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +103 -0
  1334. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +125 -0
  1335. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +49 -0
  1336. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  1337. package/node_modules/@aws-sdk/nested-clients/package.json +116 -0
  1338. package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  1339. package/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  1340. package/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  1341. package/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  1342. package/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
  1343. package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  1344. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +49 -0
  1345. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  1346. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  1347. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +15 -0
  1348. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +3 -0
  1349. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  1350. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  1351. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  1352. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  1353. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  1354. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +3 -0
  1355. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  1356. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  1357. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  1358. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  1359. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  1360. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +3 -0
  1361. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  1362. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  1363. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  1364. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  1365. package/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
  1366. package/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
  1367. package/node_modules/@aws-sdk/token-providers/README.md +62 -0
  1368. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +164 -0
  1369. package/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
  1370. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +16 -0
  1371. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +88 -0
  1372. package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
  1373. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
  1374. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
  1375. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -0
  1376. package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
  1377. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
  1378. package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
  1379. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
  1380. package/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
  1381. package/node_modules/@aws-sdk/token-providers/dist-types/fromEnvSigningName.d.ts +18 -0
  1382. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +12 -0
  1383. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +9 -0
  1384. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +7 -0
  1385. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
  1386. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +4 -0
  1387. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
  1388. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
  1389. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromEnvSigningName.d.ts +11 -0
  1390. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +14 -0
  1391. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
  1392. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +9 -0
  1393. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +5 -0
  1394. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +4 -0
  1395. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
  1396. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
  1397. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
  1398. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
  1399. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
  1400. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
  1401. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
  1402. package/node_modules/@aws-sdk/token-providers/package.json +70 -0
  1403. package/node_modules/@aws-sdk/types/LICENSE +201 -0
  1404. package/node_modules/@aws-sdk/types/README.md +4 -0
  1405. package/node_modules/@aws-sdk/types/dist-cjs/index.js +22 -0
  1406. package/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
  1407. package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
  1408. package/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
  1409. package/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
  1410. package/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
  1411. package/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
  1412. package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  1413. package/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
  1414. package/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
  1415. package/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
  1416. package/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
  1417. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
  1418. package/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
  1419. package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  1420. package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  1421. package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  1422. package/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
  1423. package/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
  1424. package/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
  1425. package/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
  1426. package/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
  1427. package/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
  1428. package/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
  1429. package/node_modules/@aws-sdk/types/dist-es/index.js +34 -0
  1430. package/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
  1431. package/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
  1432. package/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
  1433. package/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
  1434. package/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
  1435. package/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
  1436. package/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
  1437. package/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
  1438. package/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
  1439. package/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
  1440. package/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
  1441. package/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
  1442. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
  1443. package/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
  1444. package/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
  1445. package/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
  1446. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
  1447. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
  1448. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
  1449. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
  1450. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
  1451. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
  1452. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  1453. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +52 -0
  1454. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
  1455. package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
  1456. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
  1457. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
  1458. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
  1459. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  1460. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +65 -0
  1461. package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  1462. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
  1463. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
  1464. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +61 -0
  1465. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
  1466. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
  1467. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +11 -0
  1468. package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
  1469. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +34 -0
  1470. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
  1471. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +13 -0
  1472. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
  1473. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
  1474. package/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
  1475. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
  1476. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
  1477. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
  1478. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
  1479. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
  1480. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
  1481. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
  1482. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
  1483. package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
  1484. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
  1485. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
  1486. package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
  1487. package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
  1488. package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
  1489. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  1490. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +15 -0
  1491. package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
  1492. package/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
  1493. package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
  1494. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
  1495. package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
  1496. package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  1497. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +58 -0
  1498. package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  1499. package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
  1500. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
  1501. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +31 -0
  1502. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
  1503. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
  1504. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +6 -0
  1505. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
  1506. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +34 -0
  1507. package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
  1508. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +47 -0
  1509. package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
  1510. package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
  1511. package/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
  1512. package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
  1513. package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
  1514. package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
  1515. package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
  1516. package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
  1517. package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
  1518. package/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
  1519. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
  1520. package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
  1521. package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
  1522. package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
  1523. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
  1524. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
  1525. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
  1526. package/node_modules/@aws-sdk/types/package.json +57 -0
  1527. package/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  1528. package/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  1529. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  1530. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  1531. package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  1532. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  1533. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  1534. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  1535. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  1536. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  1537. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  1538. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  1539. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1540. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  1541. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  1542. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  1543. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  1544. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  1545. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  1546. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  1547. package/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  1548. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  1549. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  1550. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  1551. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  1552. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  1553. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  1554. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  1555. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1556. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  1557. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  1558. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  1559. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  1560. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  1561. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  1562. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  1563. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  1564. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1565. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  1566. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  1567. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  1568. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  1569. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  1570. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  1571. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  1572. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  1573. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  1574. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  1575. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  1576. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  1577. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  1578. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  1579. package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  1580. package/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  1581. package/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
  1582. package/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
  1583. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +42 -0
  1584. package/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
  1585. package/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
  1586. package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
  1587. package/node_modules/@aws-sdk/util-locate-window/package.json +54 -0
  1588. package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
  1589. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +29 -0
  1590. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
  1591. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
  1592. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +58 -0
  1593. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +22 -0
  1594. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
  1595. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
  1596. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +53 -0
  1597. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +18 -0
  1598. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
  1599. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
  1600. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +27 -0
  1601. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +18 -0
  1602. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
  1603. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
  1604. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +22 -0
  1605. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +17 -0
  1606. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +55 -0
  1607. package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
  1608. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
  1609. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +58 -0
  1610. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
  1611. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  1612. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -0
  1613. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
  1614. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +9 -0
  1615. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +8 -0
  1616. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +28 -0
  1617. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -0
  1618. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
  1619. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  1620. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
  1621. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  1622. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -0
  1623. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
  1624. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  1625. package/node_modules/@aws-sdk/util-user-agent-node/package.json +66 -0
  1626. package/node_modules/@aws-sdk/xml-builder/LICENSE +201 -0
  1627. package/node_modules/@aws-sdk/xml-builder/README.md +10 -0
  1628. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +124 -0
  1629. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +18 -0
  1630. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlNode.js +88 -0
  1631. package/node_modules/@aws-sdk/xml-builder/dist-es/XmlText.js +10 -0
  1632. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +3 -0
  1633. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +12 -0
  1634. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +3 -0
  1635. package/node_modules/@aws-sdk/xml-builder/dist-es/stringable.js +1 -0
  1636. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
  1637. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +15 -0
  1638. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +49 -0
  1639. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +11 -0
  1640. package/node_modules/@aws-sdk/xml-builder/dist-types/escape-attribute.d.ts +6 -0
  1641. package/node_modules/@aws-sdk/xml-builder/dist-types/escape-element.d.ts +6 -0
  1642. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +12 -0
  1643. package/node_modules/@aws-sdk/xml-builder/dist-types/stringable.d.ts +6 -0
  1644. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +29 -0
  1645. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +6 -0
  1646. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +1 -0
  1647. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +1 -0
  1648. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +3 -0
  1649. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +3 -0
  1650. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
  1651. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
  1652. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
  1653. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
  1654. package/node_modules/@aws-sdk/xml-builder/package.json +63 -0
  1655. package/node_modules/@smithy/abort-controller/LICENSE +201 -0
  1656. package/node_modules/@smithy/abort-controller/README.md +4 -0
  1657. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +32 -0
  1658. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +7 -0
  1659. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
  1660. package/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
  1661. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +16 -0
  1662. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +21 -0
  1663. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
  1664. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +16 -0
  1665. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +21 -0
  1666. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
  1667. package/node_modules/@smithy/abort-controller/package.json +63 -0
  1668. package/node_modules/@smithy/config-resolver/LICENSE +201 -0
  1669. package/node_modules/@smithy/config-resolver/README.md +10 -0
  1670. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +181 -0
  1671. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
  1672. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
  1673. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
  1674. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +10 -0
  1675. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +14 -0
  1676. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
  1677. package/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
  1678. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +10 -0
  1679. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
  1680. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  1681. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
  1682. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  1683. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +24 -0
  1684. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
  1685. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
  1686. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
  1687. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
  1688. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
  1689. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
  1690. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
  1691. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
  1692. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
  1693. package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
  1694. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  1695. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  1696. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
  1697. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
  1698. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
  1699. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1700. package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
  1701. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  1702. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  1703. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  1704. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  1705. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  1706. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
  1707. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +11 -0
  1708. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +10 -0
  1709. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +15 -0
  1710. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +13 -0
  1711. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +14 -0
  1712. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +19 -0
  1713. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +13 -0
  1714. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +13 -0
  1715. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +14 -0
  1716. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
  1717. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
  1718. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
  1719. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
  1720. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +37 -0
  1721. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +57 -0
  1722. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
  1723. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
  1724. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/checkRegion.d.ts +9 -0
  1725. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
  1726. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
  1727. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
  1728. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
  1729. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
  1730. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +11 -0
  1731. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +10 -0
  1732. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +15 -0
  1733. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +13 -0
  1734. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +14 -0
  1735. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +19 -0
  1736. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +13 -0
  1737. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +13 -0
  1738. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +14 -0
  1739. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
  1740. package/node_modules/@smithy/config-resolver/package.json +66 -0
  1741. package/node_modules/@smithy/core/LICENSE +201 -0
  1742. package/node_modules/@smithy/core/README.md +45 -0
  1743. package/node_modules/@smithy/core/cbor.d.ts +7 -0
  1744. package/node_modules/@smithy/core/cbor.js +6 -0
  1745. package/node_modules/@smithy/core/dist-cjs/index.js +349 -0
  1746. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1048 -0
  1747. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +211 -0
  1748. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +828 -0
  1749. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +617 -0
  1750. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +697 -0
  1751. package/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
  1752. package/node_modules/@smithy/core/dist-es/index.js +8 -0
  1753. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
  1754. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
  1755. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +42 -0
  1756. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
  1757. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/resolveAuthOptions.js +20 -0
  1758. package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
  1759. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +23 -0
  1760. package/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
  1761. package/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
  1762. package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +41 -0
  1763. package/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +1 -0
  1764. package/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  1765. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +165 -0
  1766. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +97 -0
  1767. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +37 -0
  1768. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +426 -0
  1769. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +221 -0
  1770. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
  1771. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
  1772. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +5 -0
  1773. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +86 -0
  1774. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +206 -0
  1775. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  1776. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +260 -0
  1777. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +122 -0
  1778. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +94 -0
  1779. package/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
  1780. package/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  1781. package/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  1782. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -0
  1783. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +69 -0
  1784. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  1785. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +66 -0
  1786. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +42 -0
  1787. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +33 -0
  1788. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +86 -0
  1789. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +19 -0
  1790. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +65 -0
  1791. package/node_modules/@smithy/core/dist-es/submodules/schema/deref.js +6 -0
  1792. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -0
  1793. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/getSchemaSerdePlugin.js +23 -0
  1794. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schema-middleware-types.js +1 -0
  1795. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +62 -0
  1796. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +18 -0
  1797. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +15 -0
  1798. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +14 -0
  1799. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +16 -0
  1800. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +252 -0
  1801. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +16 -0
  1802. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +20 -0
  1803. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +20 -0
  1804. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +16 -0
  1805. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  1806. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +16 -0
  1807. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +22 -0
  1808. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -0
  1809. package/node_modules/@smithy/core/dist-es/submodules/serde/date-utils.js +190 -0
  1810. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  1811. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +10 -0
  1812. package/node_modules/@smithy/core/dist-es/submodules/serde/lazy-json.js +24 -0
  1813. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +230 -0
  1814. package/node_modules/@smithy/core/dist-es/submodules/serde/quote-header.js +6 -0
  1815. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
  1816. package/node_modules/@smithy/core/dist-es/submodules/serde/split-every.js +27 -0
  1817. package/node_modules/@smithy/core/dist-es/submodules/serde/split-header.js +37 -0
  1818. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +25 -0
  1819. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
  1820. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
  1821. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
  1822. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
  1823. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
  1824. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
  1825. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +55 -0
  1826. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
  1827. package/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
  1828. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1829. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1830. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
  1831. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
  1832. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  1833. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1834. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1835. package/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
  1836. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
  1837. package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
  1838. package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +5 -0
  1839. package/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  1840. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +33 -0
  1841. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  1842. package/node_modules/@smithy/core/dist-types/submodules/cbor/byte-printer.d.ts +6 -0
  1843. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
  1844. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
  1845. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +62 -0
  1846. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
  1847. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +5 -0
  1848. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
  1849. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1850. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  1851. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +23 -0
  1852. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +76 -0
  1853. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +11 -0
  1854. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +8 -0
  1855. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  1856. package/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1857. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -0
  1858. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  1859. package/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  1860. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
  1861. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
  1862. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
  1863. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
  1864. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  1865. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +64 -0
  1866. package/node_modules/@smithy/core/dist-types/submodules/schema/deref.d.ts +6 -0
  1867. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -0
  1868. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  1869. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schema-middleware-types.d.ts +8 -0
  1870. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  1871. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  1872. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
  1873. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +23 -0
  1874. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +24 -0
  1875. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +127 -0
  1876. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +23 -0
  1877. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +16 -0
  1878. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
  1879. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +23 -0
  1880. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  1881. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +23 -0
  1882. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +7 -0
  1883. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
  1884. package/node_modules/@smithy/core/dist-types/submodules/serde/date-utils.d.ts +73 -0
  1885. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1886. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +10 -0
  1887. package/node_modules/@smithy/core/dist-types/submodules/serde/lazy-json.d.ts +45 -0
  1888. package/node_modules/@smithy/core/dist-types/submodules/serde/parse-utils.d.ts +270 -0
  1889. package/node_modules/@smithy/core/dist-types/submodules/serde/quote-header.d.ts +6 -0
  1890. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
  1891. package/node_modules/@smithy/core/dist-types/submodules/serde/split-every.d.ts +11 -0
  1892. package/node_modules/@smithy/core/dist-types/submodules/serde/split-header.d.ts +5 -0
  1893. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +33 -0
  1894. package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  1895. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +8 -0
  1896. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  1897. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  1898. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +33 -0
  1899. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
  1900. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +10 -0
  1901. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  1902. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  1903. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
  1904. package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  1905. package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
  1906. package/node_modules/@smithy/core/dist-types/ts3.4/request-builder/requestBuilder.d.ts +5 -0
  1907. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  1908. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +33 -0
  1909. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +22 -0
  1910. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +6 -0
  1911. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
  1912. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
  1913. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +65 -0
  1914. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
  1915. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +5 -0
  1916. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
  1917. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1918. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/event-streams/index.d.ts +1 -0
  1919. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +23 -0
  1920. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +76 -0
  1921. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +11 -0
  1922. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/SerdeContext.d.ts +8 -0
  1923. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  1924. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  1925. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +13 -0
  1926. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  1927. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  1928. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +13 -0
  1929. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +21 -0
  1930. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +23 -0
  1931. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +14 -0
  1932. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +9 -0
  1933. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +64 -0
  1934. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +6 -0
  1935. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +14 -0
  1936. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +14 -0
  1937. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +11 -0
  1938. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +9 -0
  1939. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +6 -0
  1940. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +37 -0
  1941. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +23 -0
  1942. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +24 -0
  1943. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +130 -0
  1944. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +23 -0
  1945. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +16 -0
  1946. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +28 -0
  1947. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +23 -0
  1948. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/operation.d.ts +7 -0
  1949. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +23 -0
  1950. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +7 -0
  1951. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +6 -0
  1952. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +73 -0
  1953. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1954. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +10 -0
  1955. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +45 -0
  1956. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +270 -0
  1957. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +6 -0
  1958. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
  1959. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +11 -0
  1960. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +5 -0
  1961. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +33 -0
  1962. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1963. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1964. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1965. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1966. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1967. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
  1968. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  1969. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  1970. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  1971. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  1972. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  1973. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  1974. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
  1975. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  1976. package/node_modules/@smithy/core/event-streams.d.ts +7 -0
  1977. package/node_modules/@smithy/core/event-streams.js +6 -0
  1978. package/node_modules/@smithy/core/package.json +135 -0
  1979. package/node_modules/@smithy/core/protocols.d.ts +7 -0
  1980. package/node_modules/@smithy/core/protocols.js +6 -0
  1981. package/node_modules/@smithy/core/schema.d.ts +7 -0
  1982. package/node_modules/@smithy/core/schema.js +6 -0
  1983. package/node_modules/@smithy/core/serde.d.ts +7 -0
  1984. package/node_modules/@smithy/core/serde.js +6 -0
  1985. package/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
  1986. package/node_modules/@smithy/credential-provider-imds/README.md +11 -0
  1987. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +372 -0
  1988. package/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
  1989. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
  1990. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
  1991. package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
  1992. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +10 -0
  1993. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +77 -0
  1994. package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +134 -0
  1995. package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
  1996. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +13 -0
  1997. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
  1998. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
  1999. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
  2000. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
  2001. package/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
  2002. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
  2003. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
  2004. package/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
  2005. package/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
  2006. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
  2007. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
  2008. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
  2009. package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  2010. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
  2011. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
  2012. package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
  2013. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +19 -0
  2014. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
  2015. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +6 -0
  2016. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
  2017. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
  2018. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
  2019. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
  2020. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
  2021. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
  2022. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
  2023. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
  2024. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
  2025. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
  2026. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +19 -0
  2027. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
  2028. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +6 -0
  2029. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
  2030. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
  2031. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
  2032. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  2033. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  2034. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
  2035. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
  2036. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
  2037. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
  2038. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
  2039. package/node_modules/@smithy/credential-provider-imds/package.json +70 -0
  2040. package/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
  2041. package/node_modules/@smithy/fetch-http-handler/README.md +11 -0
  2042. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +216 -0
  2043. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  2044. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +141 -0
  2045. package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
  2046. package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
  2047. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +53 -0
  2048. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  2049. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +42 -0
  2050. package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
  2051. package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
  2052. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
  2053. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  2054. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +42 -0
  2055. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
  2056. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
  2057. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
  2058. package/node_modules/@smithy/fetch-http-handler/package.json +69 -0
  2059. package/node_modules/@smithy/hash-node/LICENSE +201 -0
  2060. package/node_modules/@smithy/hash-node/README.md +10 -0
  2061. package/node_modules/@smithy/hash-node/dist-cjs/index.js +42 -0
  2062. package/node_modules/@smithy/hash-node/dist-es/index.js +37 -0
  2063. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
  2064. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
  2065. package/node_modules/@smithy/hash-node/package.json +65 -0
  2066. package/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
  2067. package/node_modules/@smithy/invalid-dependency/README.md +10 -0
  2068. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +10 -0
  2069. package/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
  2070. package/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
  2071. package/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
  2072. package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
  2073. package/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
  2074. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
  2075. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
  2076. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
  2077. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
  2078. package/node_modules/@smithy/invalid-dependency/package.json +61 -0
  2079. package/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
  2080. package/node_modules/@smithy/is-array-buffer/README.md +10 -0
  2081. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
  2082. package/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
  2083. package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
  2084. package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
  2085. package/node_modules/@smithy/is-array-buffer/package.json +61 -0
  2086. package/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
  2087. package/node_modules/@smithy/middleware-content-length/README.md +4 -0
  2088. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +46 -0
  2089. package/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
  2090. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
  2091. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
  2092. package/node_modules/@smithy/middleware-content-length/package.json +64 -0
  2093. package/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
  2094. package/node_modules/@smithy/middleware-endpoint/README.md +10 -0
  2095. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
  2096. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  2097. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  2098. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +240 -0
  2099. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +42 -0
  2100. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
  2101. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
  2102. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +55 -0
  2103. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
  2104. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
  2105. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
  2106. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +36 -0
  2107. package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
  2108. package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +6 -0
  2109. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +24 -0
  2110. package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointRequiredConfig.js +9 -0
  2111. package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
  2112. package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
  2113. package/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
  2114. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
  2115. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  2116. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +4 -0
  2117. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
  2118. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
  2119. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
  2120. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
  2121. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
  2122. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
  2123. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +18 -0
  2124. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +109 -0
  2125. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +32 -0
  2126. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
  2127. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
  2128. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
  2129. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
  2130. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +4 -0
  2131. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
  2132. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
  2133. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
  2134. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
  2135. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
  2136. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
  2137. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +18 -0
  2138. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +109 -0
  2139. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +32 -0
  2140. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
  2141. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
  2142. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +41 -0
  2143. package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +41 -0
  2144. package/node_modules/@smithy/middleware-endpoint/package.json +75 -0
  2145. package/node_modules/@smithy/middleware-retry/LICENSE +201 -0
  2146. package/node_modules/@smithy/middleware-retry/README.md +11 -0
  2147. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +358 -0
  2148. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
  2149. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  2150. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +21 -0
  2151. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +94 -0
  2152. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +51 -0
  2153. package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
  2154. package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
  2155. package/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
  2156. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
  2157. package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
  2158. package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
  2159. package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
  2160. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
  2161. package/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
  2162. package/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
  2163. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +23 -0
  2164. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +33 -0
  2165. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +66 -0
  2166. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +24 -0
  2167. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +5 -0
  2168. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
  2169. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  2170. package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  2171. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +13 -0
  2172. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +6 -0
  2173. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +18 -0
  2174. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +23 -0
  2175. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +33 -0
  2176. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +66 -0
  2177. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +24 -0
  2178. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +5 -0
  2179. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
  2180. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
  2181. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
  2182. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +13 -0
  2183. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +6 -0
  2184. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +18 -0
  2185. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +65 -0
  2186. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
  2187. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +65 -0
  2188. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
  2189. package/node_modules/@smithy/middleware-retry/package.json +79 -0
  2190. package/node_modules/@smithy/middleware-serde/LICENSE +201 -0
  2191. package/node_modules/@smithy/middleware-serde/README.md +4 -0
  2192. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +100 -0
  2193. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +55 -0
  2194. package/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
  2195. package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
  2196. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +14 -0
  2197. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +6 -0
  2198. package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
  2199. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +24 -0
  2200. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
  2201. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +6 -0
  2202. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
  2203. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +24 -0
  2204. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
  2205. package/node_modules/@smithy/middleware-serde/package.json +65 -0
  2206. package/node_modules/@smithy/middleware-stack/LICENSE +201 -0
  2207. package/node_modules/@smithy/middleware-stack/README.md +78 -0
  2208. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
  2209. package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
  2210. package/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
  2211. package/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
  2212. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +5 -0
  2213. package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
  2214. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +5 -0
  2215. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
  2216. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
  2217. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
  2218. package/node_modules/@smithy/middleware-stack/package.json +64 -0
  2219. package/node_modules/@smithy/node-config-provider/LICENSE +201 -0
  2220. package/node_modules/@smithy/node-config-provider/README.md +10 -0
  2221. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
  2222. package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +9 -0
  2223. package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +14 -0
  2224. package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +23 -0
  2225. package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
  2226. package/node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js +12 -0
  2227. package/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
  2228. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +31 -0
  2229. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +20 -0
  2230. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +22 -0
  2231. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +9 -0
  2232. package/node_modules/@smithy/node-config-provider/dist-types/getSelectorName.d.ts +9 -0
  2233. package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +4 -0
  2234. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +31 -0
  2235. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +20 -0
  2236. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +22 -0
  2237. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +9 -0
  2238. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +9 -0
  2239. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +4 -0
  2240. package/node_modules/@smithy/node-config-provider/package.json +66 -0
  2241. package/node_modules/@smithy/node-http-handler/LICENSE +201 -0
  2242. package/node_modules/@smithy/node-http-handler/README.md +9 -0
  2243. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +732 -0
  2244. package/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
  2245. package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
  2246. package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
  2247. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +224 -0
  2248. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +87 -0
  2249. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
  2250. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +170 -0
  2251. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +21 -0
  2252. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +88 -0
  2253. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +36 -0
  2254. package/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  2255. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +22 -0
  2256. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +23 -0
  2257. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +8 -0
  2258. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +41 -0
  2259. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +21 -0
  2260. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  2261. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +56 -0
  2262. package/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
  2263. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
  2264. package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
  2265. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +46 -0
  2266. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +24 -0
  2267. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +12 -0
  2268. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +63 -0
  2269. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +13 -0
  2270. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
  2271. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
  2272. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  2273. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
  2274. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
  2275. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +5 -0
  2276. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +6 -0
  2277. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +13 -0
  2278. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  2279. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
  2280. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
  2281. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
  2282. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +46 -0
  2283. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +24 -0
  2284. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +12 -0
  2285. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +63 -0
  2286. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
  2287. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
  2288. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
  2289. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +6 -0
  2290. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
  2291. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
  2292. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +5 -0
  2293. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +6 -0
  2294. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
  2295. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  2296. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
  2297. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +12 -0
  2298. package/node_modules/@smithy/node-http-handler/package.json +68 -0
  2299. package/node_modules/@smithy/property-provider/LICENSE +201 -0
  2300. package/node_modules/@smithy/property-provider/README.md +10 -0
  2301. package/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
  2302. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  2303. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +23 -0
  2304. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  2305. package/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  2306. package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  2307. package/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  2308. package/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  2309. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +31 -0
  2310. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  2311. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +31 -0
  2312. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  2313. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  2314. package/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  2315. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  2316. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +31 -0
  2317. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  2318. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +31 -0
  2319. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  2320. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  2321. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  2322. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  2323. package/node_modules/@smithy/property-provider/package.json +61 -0
  2324. package/node_modules/@smithy/protocol-http/LICENSE +201 -0
  2325. package/node_modules/@smithy/protocol-http/README.md +4 -0
  2326. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
  2327. package/node_modules/@smithy/protocol-http/dist-es/Field.js +26 -0
  2328. package/node_modules/@smithy/protocol-http/dist-es/Fields.js +20 -0
  2329. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +21 -0
  2330. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  2331. package/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  2332. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +64 -0
  2333. package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +18 -0
  2334. package/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
  2335. package/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  2336. package/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  2337. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +50 -0
  2338. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  2339. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +33 -0
  2340. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  2341. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +35 -0
  2342. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +56 -0
  2343. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +29 -0
  2344. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
  2345. package/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  2346. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +50 -0
  2347. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
  2348. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +33 -0
  2349. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  2350. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +35 -0
  2351. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +56 -0
  2352. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +29 -0
  2353. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
  2354. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
  2355. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
  2356. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  2357. package/node_modules/@smithy/protocol-http/package.json +62 -0
  2358. package/node_modules/@smithy/querystring-builder/LICENSE +201 -0
  2359. package/node_modules/@smithy/querystring-builder/README.md +10 -0
  2360. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
  2361. package/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
  2362. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
  2363. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
  2364. package/node_modules/@smithy/querystring-builder/package.json +61 -0
  2365. package/node_modules/@smithy/querystring-parser/LICENSE +201 -0
  2366. package/node_modules/@smithy/querystring-parser/README.md +10 -0
  2367. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
  2368. package/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
  2369. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
  2370. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
  2371. package/node_modules/@smithy/querystring-parser/package.json +61 -0
  2372. package/node_modules/@smithy/service-error-classification/LICENSE +201 -0
  2373. package/node_modules/@smithy/service-error-classification/README.md +4 -0
  2374. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +77 -0
  2375. package/node_modules/@smithy/service-error-classification/dist-es/constants.js +28 -0
  2376. package/node_modules/@smithy/service-error-classification/dist-es/index.js +39 -0
  2377. package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +30 -0
  2378. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +24 -0
  2379. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +30 -0
  2380. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +24 -0
  2381. package/node_modules/@smithy/service-error-classification/package.json +60 -0
  2382. package/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
  2383. package/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
  2384. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  2385. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  2386. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +16 -0
  2387. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +190 -0
  2388. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +17 -0
  2389. package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  2390. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  2391. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
  2392. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
  2393. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
  2394. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
  2395. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
  2396. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
  2397. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +12 -0
  2398. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
  2399. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +9 -0
  2400. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +39 -0
  2401. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
  2402. package/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
  2403. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
  2404. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
  2405. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +13 -0
  2406. package/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
  2407. package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  2408. package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  2409. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
  2410. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
  2411. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
  2412. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
  2413. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +15 -0
  2414. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +5 -0
  2415. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +50 -0
  2416. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
  2417. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +9 -0
  2418. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +33 -0
  2419. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +17 -0
  2420. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
  2421. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
  2422. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +18 -0
  2423. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +7 -0
  2424. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/constants.d.ts +4 -0
  2425. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/externalDataInterceptor.d.ts +9 -0
  2426. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
  2427. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
  2428. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
  2429. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
  2430. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +15 -0
  2431. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +5 -0
  2432. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +50 -0
  2433. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
  2434. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +9 -0
  2435. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +33 -0
  2436. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +17 -0
  2437. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
  2438. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
  2439. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +18 -0
  2440. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +7 -0
  2441. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +16 -0
  2442. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +16 -0
  2443. package/node_modules/@smithy/shared-ini-file-loader/package.json +73 -0
  2444. package/node_modules/@smithy/signature-v4/LICENSE +201 -0
  2445. package/node_modules/@smithy/signature-v4/README.md +11 -0
  2446. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +556 -0
  2447. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +126 -0
  2448. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +135 -0
  2449. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +79 -0
  2450. package/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
  2451. package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
  2452. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
  2453. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +29 -0
  2454. package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
  2455. package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
  2456. package/node_modules/@smithy/signature-v4/dist-es/index.js +11 -0
  2457. package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +17 -0
  2458. package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
  2459. package/node_modules/@smithy/signature-v4/dist-es/signature-v4a-container.js +3 -0
  2460. package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
  2461. package/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
  2462. package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
  2463. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +21 -0
  2464. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +69 -0
  2465. package/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
  2466. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +30 -0
  2467. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
  2468. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
  2469. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
  2470. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
  2471. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +11 -0
  2472. package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +10 -0
  2473. package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
  2474. package/node_modules/@smithy/signature-v4/dist-types/signature-v4a-container.d.ts +24 -0
  2475. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
  2476. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
  2477. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +21 -0
  2478. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +69 -0
  2479. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
  2480. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +30 -0
  2481. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
  2482. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
  2483. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
  2484. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
  2485. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +11 -0
  2486. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +10 -0
  2487. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
  2488. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +24 -0
  2489. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
  2490. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
  2491. package/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
  2492. package/node_modules/@smithy/signature-v4/package.json +70 -0
  2493. package/node_modules/@smithy/smithy-client/LICENSE +201 -0
  2494. package/node_modules/@smithy/smithy-client/README.md +10 -0
  2495. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +589 -0
  2496. package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
  2497. package/node_modules/@smithy/smithy-client/dist-es/client.js +45 -0
  2498. package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +1 -0
  2499. package/node_modules/@smithy/smithy-client/dist-es/command.js +124 -0
  2500. package/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
  2501. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
  2502. package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
  2503. package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
  2504. package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
  2505. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +50 -0
  2506. package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +1 -0
  2507. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +30 -0
  2508. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +9 -0
  2509. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  2510. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +15 -0
  2511. package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
  2512. package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
  2513. package/node_modules/@smithy/smithy-client/dist-es/index.js +20 -0
  2514. package/node_modules/@smithy/smithy-client/dist-es/is-serializable-header-value.js +3 -0
  2515. package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
  2516. package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +1 -0
  2517. package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  2518. package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +14 -0
  2519. package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
  2520. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
  2521. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +61 -0
  2522. package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +5 -0
  2523. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +119 -0
  2524. package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
  2525. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +11 -0
  2526. package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +15 -0
  2527. package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
  2528. package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2529. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +42 -0
  2530. package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +5 -0
  2531. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +24 -0
  2532. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2533. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  2534. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +18 -0
  2535. package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
  2536. package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
  2537. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +21 -0
  2538. package/node_modules/@smithy/smithy-client/dist-types/is-serializable-header-value.d.ts +5 -0
  2539. package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
  2540. package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +5 -0
  2541. package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  2542. package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +15 -0
  2543. package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +12 -0
  2544. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
  2545. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +61 -0
  2546. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +5 -0
  2547. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +119 -0
  2548. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
  2549. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +11 -0
  2550. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +15 -0
  2551. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
  2552. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
  2553. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +42 -0
  2554. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +5 -0
  2555. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +24 -0
  2556. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  2557. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  2558. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  2559. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
  2560. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
  2561. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +21 -0
  2562. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +5 -0
  2563. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
  2564. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +5 -0
  2565. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/schemaLogFilter.d.ts +9 -0
  2566. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +15 -0
  2567. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +12 -0
  2568. package/node_modules/@smithy/smithy-client/package.json +68 -0
  2569. package/node_modules/@smithy/types/LICENSE +201 -0
  2570. package/node_modules/@smithy/types/README.md +115 -0
  2571. package/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  2572. package/node_modules/@smithy/types/dist-es/abort-handler.js +1 -0
  2573. package/node_modules/@smithy/types/dist-es/abort.js +1 -0
  2574. package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
  2575. package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
  2576. package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
  2577. package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
  2578. package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
  2579. package/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
  2580. package/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
  2581. package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  2582. package/node_modules/@smithy/types/dist-es/checksum.js +1 -0
  2583. package/node_modules/@smithy/types/dist-es/client.js +1 -0
  2584. package/node_modules/@smithy/types/dist-es/command.js +1 -0
  2585. package/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
  2586. package/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
  2587. package/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
  2588. package/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
  2589. package/node_modules/@smithy/types/dist-es/crypto.js +1 -0
  2590. package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  2591. package/node_modules/@smithy/types/dist-es/encode.js +1 -0
  2592. package/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
  2593. package/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
  2594. package/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
  2595. package/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
  2596. package/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
  2597. package/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
  2598. package/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
  2599. package/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
  2600. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +38 -0
  2601. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +7 -0
  2602. package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  2603. package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  2604. package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  2605. package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  2606. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  2607. package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
  2608. package/node_modules/@smithy/types/dist-es/http.js +5 -0
  2609. package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
  2610. package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
  2611. package/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
  2612. package/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
  2613. package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
  2614. package/node_modules/@smithy/types/dist-es/index.js +43 -0
  2615. package/node_modules/@smithy/types/dist-es/logger.js +1 -0
  2616. package/node_modules/@smithy/types/dist-es/middleware.js +1 -0
  2617. package/node_modules/@smithy/types/dist-es/pagination.js +1 -0
  2618. package/node_modules/@smithy/types/dist-es/profile.js +6 -0
  2619. package/node_modules/@smithy/types/dist-es/response.js +1 -0
  2620. package/node_modules/@smithy/types/dist-es/retry.js +1 -0
  2621. package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  2622. package/node_modules/@smithy/types/dist-es/schema/schema.js +1 -0
  2623. package/node_modules/@smithy/types/dist-es/schema/sentinels.js +1 -0
  2624. package/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  2625. package/node_modules/@smithy/types/dist-es/schema/traits.js +1 -0
  2626. package/node_modules/@smithy/types/dist-es/serde.js +1 -0
  2627. package/node_modules/@smithy/types/dist-es/shapes.js +1 -0
  2628. package/node_modules/@smithy/types/dist-es/signature.js +1 -0
  2629. package/node_modules/@smithy/types/dist-es/stream.js +1 -0
  2630. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  2631. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  2632. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  2633. package/node_modules/@smithy/types/dist-es/transfer.js +6 -0
  2634. package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  2635. package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  2636. package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  2637. package/node_modules/@smithy/types/dist-es/transform/mutable.js +1 -0
  2638. package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
  2639. package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  2640. package/node_modules/@smithy/types/dist-es/uri.js +1 -0
  2641. package/node_modules/@smithy/types/dist-es/util.js +1 -0
  2642. package/node_modules/@smithy/types/dist-es/waiter.js +1 -0
  2643. package/node_modules/@smithy/types/dist-types/abort-handler.d.ts +7 -0
  2644. package/node_modules/@smithy/types/dist-types/abort.d.ts +50 -0
  2645. package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
  2646. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
  2647. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2648. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
  2649. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
  2650. package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
  2651. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
  2652. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +40 -0
  2653. package/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
  2654. package/node_modules/@smithy/types/dist-types/client.d.ts +57 -0
  2655. package/node_modules/@smithy/types/dist-types/command.d.ts +28 -0
  2656. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +10 -0
  2657. package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
  2658. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +34 -0
  2659. package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +32 -0
  2660. package/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
  2661. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  2662. package/node_modules/@smithy/types/dist-types/encode.d.ts +31 -0
  2663. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
  2664. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +27 -0
  2665. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +10 -0
  2666. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +28 -0
  2667. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +16 -0
  2668. package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
  2669. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +55 -0
  2670. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +137 -0
  2671. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +58 -0
  2672. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  2673. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2674. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  2675. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  2676. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  2677. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  2678. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +128 -0
  2679. package/node_modules/@smithy/types/dist-types/http.d.ts +112 -0
  2680. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
  2681. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +31 -0
  2682. package/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
  2683. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
  2684. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
  2685. package/node_modules/@smithy/types/dist-types/index.d.ts +43 -0
  2686. package/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
  2687. package/node_modules/@smithy/types/dist-types/middleware.d.ts +534 -0
  2688. package/node_modules/@smithy/types/dist-types/pagination.d.ts +33 -0
  2689. package/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
  2690. package/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
  2691. package/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
  2692. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +136 -0
  2693. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +230 -0
  2694. package/node_modules/@smithy/types/dist-types/schema/sentinels.d.ts +65 -0
  2695. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +82 -0
  2696. package/node_modules/@smithy/types/dist-types/schema/traits.d.ts +46 -0
  2697. package/node_modules/@smithy/types/dist-types/serde.d.ts +114 -0
  2698. package/node_modules/@smithy/types/dist-types/shapes.d.ts +82 -0
  2699. package/node_modules/@smithy/types/dist-types/signature.d.ts +155 -0
  2700. package/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
  2701. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  2702. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  2703. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  2704. package/node_modules/@smithy/types/dist-types/transfer.d.ts +41 -0
  2705. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  2706. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +77 -0
  2707. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  2708. package/node_modules/@smithy/types/dist-types/transform/mutable.d.ts +6 -0
  2709. package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +68 -0
  2710. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  2711. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +7 -0
  2712. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +50 -0
  2713. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
  2714. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
  2715. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
  2716. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
  2717. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
  2718. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
  2719. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
  2720. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  2721. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
  2722. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +57 -0
  2723. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +28 -0
  2724. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +10 -0
  2725. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
  2726. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +34 -0
  2727. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +32 -0
  2728. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
  2729. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  2730. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +31 -0
  2731. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
  2732. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +27 -0
  2733. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +10 -0
  2734. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +28 -0
  2735. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +16 -0
  2736. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
  2737. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +55 -0
  2738. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +137 -0
  2739. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +58 -0
  2740. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  2741. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  2742. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  2743. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  2744. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  2745. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  2746. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +128 -0
  2747. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +112 -0
  2748. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
  2749. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +31 -0
  2750. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
  2751. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
  2752. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
  2753. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +43 -0
  2754. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
  2755. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +534 -0
  2756. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +33 -0
  2757. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
  2758. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
  2759. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
  2760. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +142 -0
  2761. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +245 -0
  2762. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +65 -0
  2763. package/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +101 -0
  2764. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +46 -0
  2765. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +114 -0
  2766. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +82 -0
  2767. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +155 -0
  2768. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
  2769. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +32 -0
  2770. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +60 -0
  2771. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +51 -0
  2772. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +41 -0
  2773. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  2774. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +81 -0
  2775. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  2776. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +6 -0
  2777. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +88 -0
  2778. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  2779. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
  2780. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
  2781. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
  2782. package/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
  2783. package/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
  2784. package/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
  2785. package/node_modules/@smithy/types/package.json +61 -0
  2786. package/node_modules/@smithy/url-parser/LICENSE +201 -0
  2787. package/node_modules/@smithy/url-parser/README.md +10 -0
  2788. package/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
  2789. package/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
  2790. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
  2791. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
  2792. package/node_modules/@smithy/url-parser/package.json +62 -0
  2793. package/node_modules/@smithy/util-base64/LICENSE +201 -0
  2794. package/node_modules/@smithy/util-base64/README.md +4 -0
  2795. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +12 -0
  2796. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
  2797. package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  2798. package/node_modules/@smithy/util-base64/dist-cjs/index.js +19 -0
  2799. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +38 -0
  2800. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  2801. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -0
  2802. package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
  2803. package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
  2804. package/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
  2805. package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
  2806. package/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
  2807. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -0
  2808. package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
  2809. package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
  2810. package/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
  2811. package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
  2812. package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
  2813. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -0
  2814. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
  2815. package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
  2816. package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
  2817. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
  2818. package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
  2819. package/node_modules/@smithy/util-base64/package.json +74 -0
  2820. package/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
  2821. package/node_modules/@smithy/util-body-length-browser/README.md +12 -0
  2822. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +30 -0
  2823. package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
  2824. package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
  2825. package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
  2826. package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
  2827. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2828. package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
  2829. package/node_modules/@smithy/util-body-length-browser/package.json +61 -0
  2830. package/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
  2831. package/node_modules/@smithy/util-body-length-node/README.md +12 -0
  2832. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +32 -0
  2833. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +27 -0
  2834. package/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
  2835. package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
  2836. package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
  2837. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
  2838. package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
  2839. package/node_modules/@smithy/util-body-length-node/package.json +62 -0
  2840. package/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
  2841. package/node_modules/@smithy/util-buffer-from/README.md +10 -0
  2842. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +20 -0
  2843. package/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
  2844. package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
  2845. package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
  2846. package/node_modules/@smithy/util-buffer-from/package.json +62 -0
  2847. package/node_modules/@smithy/util-config-provider/LICENSE +201 -0
  2848. package/node_modules/@smithy/util-config-provider/README.md +4 -0
  2849. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +30 -0
  2850. package/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
  2851. package/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
  2852. package/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
  2853. package/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
  2854. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
  2855. package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
  2856. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
  2857. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
  2858. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
  2859. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
  2860. package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
  2861. package/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
  2862. package/node_modules/@smithy/util-config-provider/package.json +63 -0
  2863. package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
  2864. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
  2865. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
  2866. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +12 -0
  2867. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +34 -0
  2868. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
  2869. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
  2870. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
  2871. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +30 -0
  2872. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
  2873. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
  2874. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
  2875. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2876. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
  2877. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
  2878. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
  2879. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  2880. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
  2881. package/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
  2882. package/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
  2883. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
  2884. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +74 -0
  2885. package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
  2886. package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
  2887. package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
  2888. package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
  2889. package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
  2890. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
  2891. package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
  2892. package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
  2893. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
  2894. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
  2895. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
  2896. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
  2897. package/node_modules/@smithy/util-defaults-mode-node/package.json +67 -0
  2898. package/node_modules/@smithy/util-endpoints/LICENSE +201 -0
  2899. package/node_modules/@smithy/util-endpoints/README.md +10 -0
  2900. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
  2901. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +50 -0
  2902. package/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
  2903. package/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
  2904. package/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
  2905. package/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
  2906. package/node_modules/@smithy/util-endpoints/dist-es/index.js +6 -0
  2907. package/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
  2908. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
  2909. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
  2910. package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
  2911. package/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
  2912. package/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
  2913. package/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
  2914. package/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
  2915. package/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
  2916. package/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
  2917. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
  2918. package/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
  2919. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +27 -0
  2920. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
  2921. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
  2922. package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  2923. package/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  2924. package/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  2925. package/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  2926. package/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
  2927. package/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
  2928. package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -0
  2929. package/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
  2930. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
  2931. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
  2932. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
  2933. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
  2934. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
  2935. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +29 -0
  2936. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +42 -0
  2937. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
  2938. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -0
  2939. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
  2940. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -0
  2941. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -0
  2942. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
  2943. package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
  2944. package/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
  2945. package/node_modules/@smithy/util-endpoints/dist-types/cache/EndpointCache.d.ts +34 -0
  2946. package/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
  2947. package/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
  2948. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
  2949. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
  2950. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +6 -0
  2951. package/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
  2952. package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
  2953. package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
  2954. package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
  2955. package/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
  2956. package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
  2957. package/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
  2958. package/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
  2959. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
  2960. package/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
  2961. package/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
  2962. package/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
  2963. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
  2964. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +34 -0
  2965. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
  2966. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
  2967. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
  2968. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
  2969. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  2970. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
  2971. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
  2972. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
  2973. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
  2974. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
  2975. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
  2976. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
  2977. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
  2978. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
  2979. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
  2980. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
  2981. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
  2982. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
  2983. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
  2984. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
  2985. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
  2986. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
  2987. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
  2988. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
  2989. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
  2990. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
  2991. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +1 -0
  2992. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
  2993. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
  2994. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
  2995. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
  2996. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
  2997. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
  2998. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +7 -0
  2999. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +8 -0
  3000. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
  3001. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +1 -0
  3002. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
  3003. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +8 -0
  3004. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +1 -0
  3005. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
  3006. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
  3007. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
  3008. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
  3009. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
  3010. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
  3011. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
  3012. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
  3013. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
  3014. package/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
  3015. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
  3016. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -0
  3017. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
  3018. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
  3019. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
  3020. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
  3021. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
  3022. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
  3023. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -0
  3024. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +8 -0
  3025. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
  3026. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -0
  3027. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
  3028. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -0
  3029. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -0
  3030. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
  3031. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
  3032. package/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
  3033. package/node_modules/@smithy/util-endpoints/package.json +69 -0
  3034. package/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
  3035. package/node_modules/@smithy/util-hex-encoding/README.md +4 -0
  3036. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
  3037. package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
  3038. package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
  3039. package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
  3040. package/node_modules/@smithy/util-hex-encoding/package.json +61 -0
  3041. package/node_modules/@smithy/util-middleware/LICENSE +201 -0
  3042. package/node_modules/@smithy/util-middleware/README.md +12 -0
  3043. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
  3044. package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  3045. package/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
  3046. package/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
  3047. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  3048. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
  3049. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
  3050. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  3051. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
  3052. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  3053. package/node_modules/@smithy/util-middleware/package.json +67 -0
  3054. package/node_modules/@smithy/util-retry/LICENSE +201 -0
  3055. package/node_modules/@smithy/util-retry/README.md +78 -0
  3056. package/node_modules/@smithy/util-retry/dist-cjs/index.js +278 -0
  3057. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +27 -0
  3058. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +19 -0
  3059. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +109 -0
  3060. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +67 -0
  3061. package/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  3062. package/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  3063. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  3064. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  3065. package/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  3066. package/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  3067. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  3068. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  3069. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  3070. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  3071. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  3072. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  3073. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  3074. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  3075. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  3076. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  3077. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  3078. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  3079. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  3080. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  3081. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  3082. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  3083. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  3084. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  3085. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  3086. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  3087. package/node_modules/@smithy/util-retry/package.json +71 -0
  3088. package/node_modules/@smithy/util-stream/LICENSE +201 -0
  3089. package/node_modules/@smithy/util-stream/README.md +6 -0
  3090. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +36 -0
  3091. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  3092. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +53 -0
  3093. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +39 -0
  3094. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
  3095. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
  3096. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +103 -0
  3097. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  3098. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
  3099. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +34 -0
  3100. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +42 -0
  3101. package/node_modules/@smithy/util-stream/dist-cjs/index.js +84 -0
  3102. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +68 -0
  3103. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +54 -0
  3104. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +10 -0
  3105. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +16 -0
  3106. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +10 -0
  3107. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +32 -0
  3108. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +23 -0
  3109. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.browser.js +3 -0
  3110. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +49 -0
  3111. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.browser.js +35 -0
  3112. package/node_modules/@smithy/util-stream/dist-es/checksum/createChecksumStream.js +9 -0
  3113. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadable.js +57 -0
  3114. package/node_modules/@smithy/util-stream/dist-es/createBufferedReadableStream.js +95 -0
  3115. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
  3116. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
  3117. package/node_modules/@smithy/util-stream/dist-es/headStream.browser.js +31 -0
  3118. package/node_modules/@smithy/util-stream/dist-es/headStream.js +38 -0
  3119. package/node_modules/@smithy/util-stream/dist-es/index.js +9 -0
  3120. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
  3121. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +50 -0
  3122. package/node_modules/@smithy/util-stream/dist-es/splitStream.browser.js +7 -0
  3123. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +13 -0
  3124. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +5 -0
  3125. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +13 -0
  3126. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +22 -0
  3127. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +37 -0
  3128. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +60 -0
  3129. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +15 -0
  3130. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +11 -0
  3131. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +12 -0
  3132. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadableStream.d.ts +50 -0
  3133. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  3134. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +6 -0
  3135. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +8 -0
  3136. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +9 -0
  3137. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +9 -0
  3138. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
  3139. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
  3140. package/node_modules/@smithy/util-stream/dist-types/splitStream.browser.d.ts +5 -0
  3141. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +8 -0
  3142. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +16 -0
  3143. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +13 -0
  3144. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +22 -0
  3145. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +37 -0
  3146. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +60 -0
  3147. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +15 -0
  3148. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +11 -0
  3149. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +12 -0
  3150. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +54 -0
  3151. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
  3152. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +6 -0
  3153. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +8 -0
  3154. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +9 -0
  3155. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +9 -0
  3156. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
  3157. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
  3158. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +8 -0
  3159. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +14 -0
  3160. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +16 -0
  3161. package/node_modules/@smithy/util-stream/package.json +99 -0
  3162. package/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
  3163. package/node_modules/@smithy/util-uri-escape/README.md +10 -0
  3164. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +9 -0
  3165. package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
  3166. package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
  3167. package/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
  3168. package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
  3169. package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
  3170. package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
  3171. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
  3172. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
  3173. package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
  3174. package/node_modules/@smithy/util-uri-escape/package.json +60 -0
  3175. package/node_modules/@smithy/util-utf8/LICENSE +201 -0
  3176. package/node_modules/@smithy/util-utf8/README.md +4 -0
  3177. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +32 -0
  3178. package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
  3179. package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
  3180. package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
  3181. package/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
  3182. package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
  3183. package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
  3184. package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
  3185. package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
  3186. package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
  3187. package/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
  3188. package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
  3189. package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
  3190. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
  3191. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
  3192. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
  3193. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
  3194. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
  3195. package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
  3196. package/node_modules/@smithy/util-utf8/package.json +67 -0
  3197. package/node_modules/@smithy/util-waiter/LICENSE +201 -0
  3198. package/node_modules/@smithy/util-waiter/README.md +10 -0
  3199. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +179 -0
  3200. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  3201. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +48 -0
  3202. package/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
  3203. package/node_modules/@smithy/util-waiter/dist-es/poller.js +60 -0
  3204. package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
  3205. package/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
  3206. package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
  3207. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +35 -0
  3208. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  3209. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
  3210. package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
  3211. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
  3212. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/circularReplacer.d.ts +6 -0
  3213. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
  3214. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
  3215. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
  3216. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
  3217. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
  3218. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
  3219. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +49 -0
  3220. package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
  3221. package/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
  3222. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
  3223. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +49 -0
  3224. package/node_modules/@smithy/util-waiter/package.json +63 -0
  3225. package/node_modules/@smithy/uuid/LICENSE +201 -0
  3226. package/node_modules/@smithy/uuid/README.md +10 -0
  3227. package/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
  3228. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  3229. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
  3230. package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
  3231. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
  3232. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
  3233. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
  3234. package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
  3235. package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
  3236. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
  3237. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
  3238. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
  3239. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
  3240. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
  3241. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
  3242. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
  3243. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
  3244. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
  3245. package/node_modules/@smithy/uuid/package.json +66 -0
  3246. package/node_modules/@types/crypto-js/LICENSE +21 -0
  3247. package/node_modules/@types/crypto-js/README.md +15 -0
  3248. package/node_modules/@types/crypto-js/aes.d.ts +3 -0
  3249. package/node_modules/@types/crypto-js/blowfish.d.ts +3 -0
  3250. package/node_modules/@types/crypto-js/core.d.ts +3 -0
  3251. package/node_modules/@types/crypto-js/enc-base64.d.ts +3 -0
  3252. package/node_modules/@types/crypto-js/enc-base64url.d.ts +3 -0
  3253. package/node_modules/@types/crypto-js/enc-hex.d.ts +3 -0
  3254. package/node_modules/@types/crypto-js/enc-latin1.d.ts +3 -0
  3255. package/node_modules/@types/crypto-js/enc-utf16.d.ts +3 -0
  3256. package/node_modules/@types/crypto-js/enc-utf8.d.ts +3 -0
  3257. package/node_modules/@types/crypto-js/evpkdf.d.ts +3 -0
  3258. package/node_modules/@types/crypto-js/format-hex.d.ts +3 -0
  3259. package/node_modules/@types/crypto-js/format-openssl.d.ts +3 -0
  3260. package/node_modules/@types/crypto-js/hmac-md5.d.ts +3 -0
  3261. package/node_modules/@types/crypto-js/hmac-ripemd160.d.ts +3 -0
  3262. package/node_modules/@types/crypto-js/hmac-sha1.d.ts +3 -0
  3263. package/node_modules/@types/crypto-js/hmac-sha224.d.ts +3 -0
  3264. package/node_modules/@types/crypto-js/hmac-sha256.d.ts +3 -0
  3265. package/node_modules/@types/crypto-js/hmac-sha3.d.ts +3 -0
  3266. package/node_modules/@types/crypto-js/hmac-sha384.d.ts +3 -0
  3267. package/node_modules/@types/crypto-js/hmac-sha512.d.ts +3 -0
  3268. package/node_modules/@types/crypto-js/index.d.ts +1757 -0
  3269. package/node_modules/@types/crypto-js/lib-typedarrays.d.ts +3 -0
  3270. package/node_modules/@types/crypto-js/md5.d.ts +3 -0
  3271. package/node_modules/@types/crypto-js/mode-cfb.d.ts +3 -0
  3272. package/node_modules/@types/crypto-js/mode-ctr-gladman.d.ts +3 -0
  3273. package/node_modules/@types/crypto-js/mode-ctr.d.ts +3 -0
  3274. package/node_modules/@types/crypto-js/mode-ecb.d.ts +3 -0
  3275. package/node_modules/@types/crypto-js/mode-ofb.d.ts +3 -0
  3276. package/node_modules/@types/crypto-js/package.json +40 -0
  3277. package/node_modules/@types/crypto-js/pad-ansix923.d.ts +3 -0
  3278. package/node_modules/@types/crypto-js/pad-iso10126.d.ts +3 -0
  3279. package/node_modules/@types/crypto-js/pad-iso97971.d.ts +3 -0
  3280. package/node_modules/@types/crypto-js/pad-nopadding.d.ts +3 -0
  3281. package/node_modules/@types/crypto-js/pad-pkcs7.d.ts +3 -0
  3282. package/node_modules/@types/crypto-js/pad-zeropadding.d.ts +3 -0
  3283. package/node_modules/@types/crypto-js/pbkdf2.d.ts +3 -0
  3284. package/node_modules/@types/crypto-js/rabbit-legacy.d.ts +3 -0
  3285. package/node_modules/@types/crypto-js/rabbit.d.ts +3 -0
  3286. package/node_modules/@types/crypto-js/rc4.d.ts +3 -0
  3287. package/node_modules/@types/crypto-js/ripemd160.d.ts +3 -0
  3288. package/node_modules/@types/crypto-js/sha1.d.ts +3 -0
  3289. package/node_modules/@types/crypto-js/sha224.d.ts +3 -0
  3290. package/node_modules/@types/crypto-js/sha256.d.ts +3 -0
  3291. package/node_modules/@types/crypto-js/sha3.d.ts +3 -0
  3292. package/node_modules/@types/crypto-js/sha384.d.ts +3 -0
  3293. package/node_modules/@types/crypto-js/sha512.d.ts +3 -0
  3294. package/node_modules/@types/crypto-js/tripledes.d.ts +3 -0
  3295. package/node_modules/@types/crypto-js/x64-core.d.ts +3 -0
  3296. package/node_modules/@types/js-yaml/LICENSE +21 -0
  3297. package/node_modules/@types/js-yaml/README.md +15 -0
  3298. package/node_modules/@types/js-yaml/index.d.mts +2 -0
  3299. package/node_modules/@types/js-yaml/index.d.ts +144 -0
  3300. package/node_modules/@types/js-yaml/package.json +54 -0
  3301. package/node_modules/argparse/LICENSE +254 -0
  3302. package/node_modules/argparse/README.md +84 -0
  3303. package/node_modules/argparse/argparse.js +3707 -0
  3304. package/node_modules/argparse/lib/sub.js +67 -0
  3305. package/node_modules/argparse/lib/textwrap.js +440 -0
  3306. package/node_modules/argparse/package.json +31 -0
  3307. package/node_modules/bowser/CHANGELOG.md +218 -0
  3308. package/node_modules/bowser/LICENSE +39 -0
  3309. package/node_modules/bowser/README.md +177 -0
  3310. package/node_modules/bowser/bundled.js +1 -0
  3311. package/node_modules/bowser/es5.js +1 -0
  3312. package/node_modules/bowser/index.d.ts +315 -0
  3313. package/node_modules/bowser/package.json +84 -0
  3314. package/node_modules/bowser/src/bowser.js +77 -0
  3315. package/node_modules/bowser/src/constants.js +119 -0
  3316. package/node_modules/bowser/src/parser-browsers.js +715 -0
  3317. package/node_modules/bowser/src/parser-engines.js +120 -0
  3318. package/node_modules/bowser/src/parser-os.js +199 -0
  3319. package/node_modules/bowser/src/parser-platforms.js +282 -0
  3320. package/node_modules/bowser/src/parser.js +511 -0
  3321. package/node_modules/bowser/src/utils.js +309 -0
  3322. package/node_modules/crypto-js/CONTRIBUTING.md +28 -0
  3323. package/node_modules/crypto-js/LICENSE +24 -0
  3324. package/node_modules/crypto-js/README.md +275 -0
  3325. package/node_modules/crypto-js/aes.js +234 -0
  3326. package/node_modules/crypto-js/blowfish.js +471 -0
  3327. package/node_modules/crypto-js/bower.json +39 -0
  3328. package/node_modules/crypto-js/cipher-core.js +895 -0
  3329. package/node_modules/crypto-js/core.js +807 -0
  3330. package/node_modules/crypto-js/crypto-js.js +6657 -0
  3331. package/node_modules/crypto-js/docs/QuickStartGuide.wiki +470 -0
  3332. package/node_modules/crypto-js/enc-base64.js +136 -0
  3333. package/node_modules/crypto-js/enc-base64url.js +148 -0
  3334. package/node_modules/crypto-js/enc-hex.js +18 -0
  3335. package/node_modules/crypto-js/enc-latin1.js +18 -0
  3336. package/node_modules/crypto-js/enc-utf16.js +149 -0
  3337. package/node_modules/crypto-js/enc-utf8.js +18 -0
  3338. package/node_modules/crypto-js/evpkdf.js +134 -0
  3339. package/node_modules/crypto-js/format-hex.js +66 -0
  3340. package/node_modules/crypto-js/format-openssl.js +18 -0
  3341. package/node_modules/crypto-js/hmac-md5.js +18 -0
  3342. package/node_modules/crypto-js/hmac-ripemd160.js +18 -0
  3343. package/node_modules/crypto-js/hmac-sha1.js +18 -0
  3344. package/node_modules/crypto-js/hmac-sha224.js +18 -0
  3345. package/node_modules/crypto-js/hmac-sha256.js +18 -0
  3346. package/node_modules/crypto-js/hmac-sha3.js +18 -0
  3347. package/node_modules/crypto-js/hmac-sha384.js +18 -0
  3348. package/node_modules/crypto-js/hmac-sha512.js +18 -0
  3349. package/node_modules/crypto-js/hmac.js +143 -0
  3350. package/node_modules/crypto-js/index.js +18 -0
  3351. package/node_modules/crypto-js/lib-typedarrays.js +76 -0
  3352. package/node_modules/crypto-js/md5.js +268 -0
  3353. package/node_modules/crypto-js/mode-cfb.js +80 -0
  3354. package/node_modules/crypto-js/mode-ctr-gladman.js +116 -0
  3355. package/node_modules/crypto-js/mode-ctr.js +58 -0
  3356. package/node_modules/crypto-js/mode-ecb.js +40 -0
  3357. package/node_modules/crypto-js/mode-ofb.js +54 -0
  3358. package/node_modules/crypto-js/package.json +42 -0
  3359. package/node_modules/crypto-js/pad-ansix923.js +49 -0
  3360. package/node_modules/crypto-js/pad-iso10126.js +44 -0
  3361. package/node_modules/crypto-js/pad-iso97971.js +40 -0
  3362. package/node_modules/crypto-js/pad-nopadding.js +30 -0
  3363. package/node_modules/crypto-js/pad-pkcs7.js +18 -0
  3364. package/node_modules/crypto-js/pad-zeropadding.js +47 -0
  3365. package/node_modules/crypto-js/pbkdf2.js +145 -0
  3366. package/node_modules/crypto-js/rabbit-legacy.js +190 -0
  3367. package/node_modules/crypto-js/rabbit.js +192 -0
  3368. package/node_modules/crypto-js/rc4.js +139 -0
  3369. package/node_modules/crypto-js/ripemd160.js +267 -0
  3370. package/node_modules/crypto-js/sha1.js +150 -0
  3371. package/node_modules/crypto-js/sha224.js +80 -0
  3372. package/node_modules/crypto-js/sha256.js +199 -0
  3373. package/node_modules/crypto-js/sha3.js +326 -0
  3374. package/node_modules/crypto-js/sha384.js +83 -0
  3375. package/node_modules/crypto-js/sha512.js +326 -0
  3376. package/node_modules/crypto-js/tripledes.js +779 -0
  3377. package/node_modules/crypto-js/x64-core.js +304 -0
  3378. package/node_modules/fast-xml-parser/CHANGELOG.md +671 -0
  3379. package/node_modules/fast-xml-parser/LICENSE +21 -0
  3380. package/node_modules/fast-xml-parser/README.md +223 -0
  3381. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  3382. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  3383. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  3384. package/node_modules/fast-xml-parser/lib/fxp.d.cts +458 -0
  3385. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  3386. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  3387. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  3388. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  3389. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  3390. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  3391. package/node_modules/fast-xml-parser/package.json +90 -0
  3392. package/node_modules/fast-xml-parser/src/cli/cli.js +97 -0
  3393. package/node_modules/fast-xml-parser/src/cli/man.js +17 -0
  3394. package/node_modules/fast-xml-parser/src/cli/read.js +43 -0
  3395. package/node_modules/fast-xml-parser/src/fxp.d.ts +445 -0
  3396. package/node_modules/fast-xml-parser/src/fxp.js +14 -0
  3397. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  3398. package/node_modules/fast-xml-parser/src/util.js +68 -0
  3399. package/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
  3400. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +104 -0
  3401. package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
  3402. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
  3403. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
  3404. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
  3405. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
  3406. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
  3407. package/node_modules/fast-xml-parser/src/v6/Report.js +0 -0
  3408. package/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
  3409. package/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
  3410. package/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
  3411. package/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
  3412. package/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
  3413. package/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
  3414. package/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
  3415. package/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
  3416. package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
  3417. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
  3418. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
  3419. package/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
  3420. package/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
  3421. package/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
  3422. package/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
  3423. package/node_modules/fast-xml-parser/src/validator.js +425 -0
  3424. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +285 -0
  3425. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +134 -0
  3426. package/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  3427. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +369 -0
  3428. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +46 -0
  3429. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +606 -0
  3430. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +71 -0
  3431. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +119 -0
  3432. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +40 -0
  3433. package/node_modules/js-yaml/LICENSE +21 -0
  3434. package/node_modules/js-yaml/README.md +246 -0
  3435. package/node_modules/js-yaml/bin/js-yaml.js +126 -0
  3436. package/node_modules/js-yaml/dist/js-yaml.js +3874 -0
  3437. package/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
  3438. package/node_modules/js-yaml/dist/js-yaml.mjs +3851 -0
  3439. package/node_modules/js-yaml/index.js +47 -0
  3440. package/node_modules/js-yaml/lib/common.js +59 -0
  3441. package/node_modules/js-yaml/lib/dumper.js +965 -0
  3442. package/node_modules/js-yaml/lib/exception.js +55 -0
  3443. package/node_modules/js-yaml/lib/loader.js +1727 -0
  3444. package/node_modules/js-yaml/lib/schema/core.js +11 -0
  3445. package/node_modules/js-yaml/lib/schema/default.js +22 -0
  3446. package/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
  3447. package/node_modules/js-yaml/lib/schema/json.js +19 -0
  3448. package/node_modules/js-yaml/lib/schema.js +121 -0
  3449. package/node_modules/js-yaml/lib/snippet.js +101 -0
  3450. package/node_modules/js-yaml/lib/type/binary.js +125 -0
  3451. package/node_modules/js-yaml/lib/type/bool.js +35 -0
  3452. package/node_modules/js-yaml/lib/type/float.js +97 -0
  3453. package/node_modules/js-yaml/lib/type/int.js +156 -0
  3454. package/node_modules/js-yaml/lib/type/map.js +8 -0
  3455. package/node_modules/js-yaml/lib/type/merge.js +12 -0
  3456. package/node_modules/js-yaml/lib/type/null.js +35 -0
  3457. package/node_modules/js-yaml/lib/type/omap.js +44 -0
  3458. package/node_modules/js-yaml/lib/type/pairs.js +53 -0
  3459. package/node_modules/js-yaml/lib/type/seq.js +8 -0
  3460. package/node_modules/js-yaml/lib/type/set.js +29 -0
  3461. package/node_modules/js-yaml/lib/type/str.js +8 -0
  3462. package/node_modules/js-yaml/lib/type/timestamp.js +88 -0
  3463. package/node_modules/js-yaml/lib/type.js +66 -0
  3464. package/node_modules/js-yaml/package.json +66 -0
  3465. package/node_modules/lodash/LICENSE +47 -0
  3466. package/node_modules/lodash/README.md +39 -0
  3467. package/node_modules/lodash/_DataView.js +7 -0
  3468. package/node_modules/lodash/_Hash.js +32 -0
  3469. package/node_modules/lodash/_LazyWrapper.js +28 -0
  3470. package/node_modules/lodash/_ListCache.js +32 -0
  3471. package/node_modules/lodash/_LodashWrapper.js +22 -0
  3472. package/node_modules/lodash/_Map.js +7 -0
  3473. package/node_modules/lodash/_MapCache.js +32 -0
  3474. package/node_modules/lodash/_Promise.js +7 -0
  3475. package/node_modules/lodash/_Set.js +7 -0
  3476. package/node_modules/lodash/_SetCache.js +27 -0
  3477. package/node_modules/lodash/_Stack.js +27 -0
  3478. package/node_modules/lodash/_Symbol.js +6 -0
  3479. package/node_modules/lodash/_Uint8Array.js +6 -0
  3480. package/node_modules/lodash/_WeakMap.js +7 -0
  3481. package/node_modules/lodash/_apply.js +21 -0
  3482. package/node_modules/lodash/_arrayAggregator.js +22 -0
  3483. package/node_modules/lodash/_arrayEach.js +22 -0
  3484. package/node_modules/lodash/_arrayEachRight.js +21 -0
  3485. package/node_modules/lodash/_arrayEvery.js +23 -0
  3486. package/node_modules/lodash/_arrayFilter.js +25 -0
  3487. package/node_modules/lodash/_arrayIncludes.js +17 -0
  3488. package/node_modules/lodash/_arrayIncludesWith.js +22 -0
  3489. package/node_modules/lodash/_arrayLikeKeys.js +49 -0
  3490. package/node_modules/lodash/_arrayMap.js +21 -0
  3491. package/node_modules/lodash/_arrayPush.js +20 -0
  3492. package/node_modules/lodash/_arrayReduce.js +26 -0
  3493. package/node_modules/lodash/_arrayReduceRight.js +24 -0
  3494. package/node_modules/lodash/_arraySample.js +15 -0
  3495. package/node_modules/lodash/_arraySampleSize.js +17 -0
  3496. package/node_modules/lodash/_arrayShuffle.js +15 -0
  3497. package/node_modules/lodash/_arraySome.js +23 -0
  3498. package/node_modules/lodash/_asciiSize.js +12 -0
  3499. package/node_modules/lodash/_asciiToArray.js +12 -0
  3500. package/node_modules/lodash/_asciiWords.js +15 -0
  3501. package/node_modules/lodash/_assignMergeValue.js +20 -0
  3502. package/node_modules/lodash/_assignValue.js +28 -0
  3503. package/node_modules/lodash/_assocIndexOf.js +21 -0
  3504. package/node_modules/lodash/_baseAggregator.js +21 -0
  3505. package/node_modules/lodash/_baseAssign.js +17 -0
  3506. package/node_modules/lodash/_baseAssignIn.js +17 -0
  3507. package/node_modules/lodash/_baseAssignValue.js +25 -0
  3508. package/node_modules/lodash/_baseAt.js +23 -0
  3509. package/node_modules/lodash/_baseClamp.js +22 -0
  3510. package/node_modules/lodash/_baseClone.js +166 -0
  3511. package/node_modules/lodash/_baseConforms.js +18 -0
  3512. package/node_modules/lodash/_baseConformsTo.js +27 -0
  3513. package/node_modules/lodash/_baseCreate.js +30 -0
  3514. package/node_modules/lodash/_baseDelay.js +21 -0
  3515. package/node_modules/lodash/_baseDifference.js +67 -0
  3516. package/node_modules/lodash/_baseEach.js +14 -0
  3517. package/node_modules/lodash/_baseEachRight.js +14 -0
  3518. package/node_modules/lodash/_baseEvery.js +21 -0
  3519. package/node_modules/lodash/_baseExtremum.js +32 -0
  3520. package/node_modules/lodash/_baseFill.js +32 -0
  3521. package/node_modules/lodash/_baseFilter.js +21 -0
  3522. package/node_modules/lodash/_baseFindIndex.js +24 -0
  3523. package/node_modules/lodash/_baseFindKey.js +23 -0
  3524. package/node_modules/lodash/_baseFlatten.js +38 -0
  3525. package/node_modules/lodash/_baseFor.js +16 -0
  3526. package/node_modules/lodash/_baseForOwn.js +16 -0
  3527. package/node_modules/lodash/_baseForOwnRight.js +16 -0
  3528. package/node_modules/lodash/_baseForRight.js +15 -0
  3529. package/node_modules/lodash/_baseFunctions.js +19 -0
  3530. package/node_modules/lodash/_baseGet.js +24 -0
  3531. package/node_modules/lodash/_baseGetAllKeys.js +20 -0
  3532. package/node_modules/lodash/_baseGetTag.js +28 -0
  3533. package/node_modules/lodash/_baseGt.js +14 -0
  3534. package/node_modules/lodash/_baseHas.js +19 -0
  3535. package/node_modules/lodash/_baseHasIn.js +13 -0
  3536. package/node_modules/lodash/_baseInRange.js +18 -0
  3537. package/node_modules/lodash/_baseIndexOf.js +20 -0
  3538. package/node_modules/lodash/_baseIndexOfWith.js +23 -0
  3539. package/node_modules/lodash/_baseIntersection.js +74 -0
  3540. package/node_modules/lodash/_baseInverter.js +21 -0
  3541. package/node_modules/lodash/_baseInvoke.js +24 -0
  3542. package/node_modules/lodash/_baseIsArguments.js +18 -0
  3543. package/node_modules/lodash/_baseIsArrayBuffer.js +17 -0
  3544. package/node_modules/lodash/_baseIsDate.js +18 -0
  3545. package/node_modules/lodash/_baseIsEqual.js +28 -0
  3546. package/node_modules/lodash/_baseIsEqualDeep.js +83 -0
  3547. package/node_modules/lodash/_baseIsMap.js +18 -0
  3548. package/node_modules/lodash/_baseIsMatch.js +62 -0
  3549. package/node_modules/lodash/_baseIsNaN.js +12 -0
  3550. package/node_modules/lodash/_baseIsNative.js +47 -0
  3551. package/node_modules/lodash/_baseIsRegExp.js +18 -0
  3552. package/node_modules/lodash/_baseIsSet.js +18 -0
  3553. package/node_modules/lodash/_baseIsTypedArray.js +60 -0
  3554. package/node_modules/lodash/_baseIteratee.js +31 -0
  3555. package/node_modules/lodash/_baseKeys.js +30 -0
  3556. package/node_modules/lodash/_baseKeysIn.js +33 -0
  3557. package/node_modules/lodash/_baseLodash.js +10 -0
  3558. package/node_modules/lodash/_baseLt.js +14 -0
  3559. package/node_modules/lodash/_baseMap.js +22 -0
  3560. package/node_modules/lodash/_baseMatches.js +22 -0
  3561. package/node_modules/lodash/_baseMatchesProperty.js +33 -0
  3562. package/node_modules/lodash/_baseMean.js +20 -0
  3563. package/node_modules/lodash/_baseMerge.js +42 -0
  3564. package/node_modules/lodash/_baseMergeDeep.js +94 -0
  3565. package/node_modules/lodash/_baseNth.js +20 -0
  3566. package/node_modules/lodash/_baseOrderBy.js +49 -0
  3567. package/node_modules/lodash/_basePick.js +19 -0
  3568. package/node_modules/lodash/_basePickBy.js +30 -0
  3569. package/node_modules/lodash/_baseProperty.js +14 -0
  3570. package/node_modules/lodash/_basePropertyDeep.js +16 -0
  3571. package/node_modules/lodash/_basePropertyOf.js +14 -0
  3572. package/node_modules/lodash/_basePullAll.js +51 -0
  3573. package/node_modules/lodash/_basePullAt.js +37 -0
  3574. package/node_modules/lodash/_baseRandom.js +18 -0
  3575. package/node_modules/lodash/_baseRange.js +28 -0
  3576. package/node_modules/lodash/_baseReduce.js +23 -0
  3577. package/node_modules/lodash/_baseRepeat.js +35 -0
  3578. package/node_modules/lodash/_baseRest.js +17 -0
  3579. package/node_modules/lodash/_baseSample.js +15 -0
  3580. package/node_modules/lodash/_baseSampleSize.js +18 -0
  3581. package/node_modules/lodash/_baseSet.js +51 -0
  3582. package/node_modules/lodash/_baseSetData.js +17 -0
  3583. package/node_modules/lodash/_baseSetToString.js +22 -0
  3584. package/node_modules/lodash/_baseShuffle.js +15 -0
  3585. package/node_modules/lodash/_baseSlice.js +31 -0
  3586. package/node_modules/lodash/_baseSome.js +22 -0
  3587. package/node_modules/lodash/_baseSortBy.js +21 -0
  3588. package/node_modules/lodash/_baseSortedIndex.js +42 -0
  3589. package/node_modules/lodash/_baseSortedIndexBy.js +67 -0
  3590. package/node_modules/lodash/_baseSortedUniq.js +30 -0
  3591. package/node_modules/lodash/_baseSum.js +24 -0
  3592. package/node_modules/lodash/_baseTimes.js +20 -0
  3593. package/node_modules/lodash/_baseToNumber.js +24 -0
  3594. package/node_modules/lodash/_baseToPairs.js +18 -0
  3595. package/node_modules/lodash/_baseToString.js +37 -0
  3596. package/node_modules/lodash/_baseTrim.js +19 -0
  3597. package/node_modules/lodash/_baseUnary.js +14 -0
  3598. package/node_modules/lodash/_baseUniq.js +72 -0
  3599. package/node_modules/lodash/_baseUnset.js +20 -0
  3600. package/node_modules/lodash/_baseUpdate.js +18 -0
  3601. package/node_modules/lodash/_baseValues.js +19 -0
  3602. package/node_modules/lodash/_baseWhile.js +26 -0
  3603. package/node_modules/lodash/_baseWrapperValue.js +25 -0
  3604. package/node_modules/lodash/_baseXor.js +36 -0
  3605. package/node_modules/lodash/_baseZipObject.js +23 -0
  3606. package/node_modules/lodash/_cacheHas.js +13 -0
  3607. package/node_modules/lodash/_castArrayLikeObject.js +14 -0
  3608. package/node_modules/lodash/_castFunction.js +14 -0
  3609. package/node_modules/lodash/_castPath.js +21 -0
  3610. package/node_modules/lodash/_castRest.js +14 -0
  3611. package/node_modules/lodash/_castSlice.js +18 -0
  3612. package/node_modules/lodash/_charsEndIndex.js +19 -0
  3613. package/node_modules/lodash/_charsStartIndex.js +20 -0
  3614. package/node_modules/lodash/_cloneArrayBuffer.js +16 -0
  3615. package/node_modules/lodash/_cloneBuffer.js +35 -0
  3616. package/node_modules/lodash/_cloneDataView.js +16 -0
  3617. package/node_modules/lodash/_cloneRegExp.js +17 -0
  3618. package/node_modules/lodash/_cloneSymbol.js +18 -0
  3619. package/node_modules/lodash/_cloneTypedArray.js +16 -0
  3620. package/node_modules/lodash/_compareAscending.js +41 -0
  3621. package/node_modules/lodash/_compareMultiple.js +44 -0
  3622. package/node_modules/lodash/_composeArgs.js +39 -0
  3623. package/node_modules/lodash/_composeArgsRight.js +41 -0
  3624. package/node_modules/lodash/_copyArray.js +20 -0
  3625. package/node_modules/lodash/_copyObject.js +40 -0
  3626. package/node_modules/lodash/_copySymbols.js +16 -0
  3627. package/node_modules/lodash/_copySymbolsIn.js +16 -0
  3628. package/node_modules/lodash/_coreJsData.js +6 -0
  3629. package/node_modules/lodash/_countHolders.js +21 -0
  3630. package/node_modules/lodash/_createAggregator.js +23 -0
  3631. package/node_modules/lodash/_createAssigner.js +37 -0
  3632. package/node_modules/lodash/_createBaseEach.js +32 -0
  3633. package/node_modules/lodash/_createBaseFor.js +25 -0
  3634. package/node_modules/lodash/_createBind.js +28 -0
  3635. package/node_modules/lodash/_createCaseFirst.js +33 -0
  3636. package/node_modules/lodash/_createCompounder.js +24 -0
  3637. package/node_modules/lodash/_createCtor.js +37 -0
  3638. package/node_modules/lodash/_createCurry.js +46 -0
  3639. package/node_modules/lodash/_createFind.js +25 -0
  3640. package/node_modules/lodash/_createFlow.js +78 -0
  3641. package/node_modules/lodash/_createHybrid.js +92 -0
  3642. package/node_modules/lodash/_createInverter.js +17 -0
  3643. package/node_modules/lodash/_createMathOperation.js +38 -0
  3644. package/node_modules/lodash/_createOver.js +27 -0
  3645. package/node_modules/lodash/_createPadding.js +33 -0
  3646. package/node_modules/lodash/_createPartial.js +43 -0
  3647. package/node_modules/lodash/_createRange.js +30 -0
  3648. package/node_modules/lodash/_createRecurry.js +56 -0
  3649. package/node_modules/lodash/_createRelationalOperation.js +20 -0
  3650. package/node_modules/lodash/_createRound.js +35 -0
  3651. package/node_modules/lodash/_createSet.js +19 -0
  3652. package/node_modules/lodash/_createToPairs.js +30 -0
  3653. package/node_modules/lodash/_createWrap.js +106 -0
  3654. package/node_modules/lodash/_customDefaultsAssignIn.js +29 -0
  3655. package/node_modules/lodash/_customDefaultsMerge.js +28 -0
  3656. package/node_modules/lodash/_customOmitClone.js +16 -0
  3657. package/node_modules/lodash/_deburrLetter.js +71 -0
  3658. package/node_modules/lodash/_defineProperty.js +11 -0
  3659. package/node_modules/lodash/_equalArrays.js +84 -0
  3660. package/node_modules/lodash/_equalByTag.js +112 -0
  3661. package/node_modules/lodash/_equalObjects.js +90 -0
  3662. package/node_modules/lodash/_escapeHtmlChar.js +21 -0
  3663. package/node_modules/lodash/_escapeStringChar.js +22 -0
  3664. package/node_modules/lodash/_flatRest.js +16 -0
  3665. package/node_modules/lodash/_freeGlobal.js +4 -0
  3666. package/node_modules/lodash/_getAllKeys.js +16 -0
  3667. package/node_modules/lodash/_getAllKeysIn.js +17 -0
  3668. package/node_modules/lodash/_getData.js +15 -0
  3669. package/node_modules/lodash/_getFuncName.js +31 -0
  3670. package/node_modules/lodash/_getHolder.js +13 -0
  3671. package/node_modules/lodash/_getMapData.js +18 -0
  3672. package/node_modules/lodash/_getMatchData.js +24 -0
  3673. package/node_modules/lodash/_getNative.js +17 -0
  3674. package/node_modules/lodash/_getPrototype.js +6 -0
  3675. package/node_modules/lodash/_getRawTag.js +46 -0
  3676. package/node_modules/lodash/_getSymbols.js +30 -0
  3677. package/node_modules/lodash/_getSymbolsIn.js +25 -0
  3678. package/node_modules/lodash/_getTag.js +58 -0
  3679. package/node_modules/lodash/_getValue.js +13 -0
  3680. package/node_modules/lodash/_getView.js +33 -0
  3681. package/node_modules/lodash/_getWrapDetails.js +17 -0
  3682. package/node_modules/lodash/_hasPath.js +39 -0
  3683. package/node_modules/lodash/_hasUnicode.js +26 -0
  3684. package/node_modules/lodash/_hasUnicodeWord.js +15 -0
  3685. package/node_modules/lodash/_hashClear.js +15 -0
  3686. package/node_modules/lodash/_hashDelete.js +17 -0
  3687. package/node_modules/lodash/_hashGet.js +30 -0
  3688. package/node_modules/lodash/_hashHas.js +23 -0
  3689. package/node_modules/lodash/_hashSet.js +23 -0
  3690. package/node_modules/lodash/_initCloneArray.js +26 -0
  3691. package/node_modules/lodash/_initCloneByTag.js +77 -0
  3692. package/node_modules/lodash/_initCloneObject.js +18 -0
  3693. package/node_modules/lodash/_insertWrapDetails.js +23 -0
  3694. package/node_modules/lodash/_isFlattenable.js +20 -0
  3695. package/node_modules/lodash/_isIndex.js +25 -0
  3696. package/node_modules/lodash/_isIterateeCall.js +30 -0
  3697. package/node_modules/lodash/_isKey.js +29 -0
  3698. package/node_modules/lodash/_isKeyable.js +15 -0
  3699. package/node_modules/lodash/_isLaziable.js +28 -0
  3700. package/node_modules/lodash/_isMaskable.js +14 -0
  3701. package/node_modules/lodash/_isMasked.js +20 -0
  3702. package/node_modules/lodash/_isPrototype.js +18 -0
  3703. package/node_modules/lodash/_isStrictComparable.js +15 -0
  3704. package/node_modules/lodash/_iteratorToArray.js +18 -0
  3705. package/node_modules/lodash/_lazyClone.js +23 -0
  3706. package/node_modules/lodash/_lazyReverse.js +23 -0
  3707. package/node_modules/lodash/_lazyValue.js +69 -0
  3708. package/node_modules/lodash/_listCacheClear.js +13 -0
  3709. package/node_modules/lodash/_listCacheDelete.js +35 -0
  3710. package/node_modules/lodash/_listCacheGet.js +19 -0
  3711. package/node_modules/lodash/_listCacheHas.js +16 -0
  3712. package/node_modules/lodash/_listCacheSet.js +26 -0
  3713. package/node_modules/lodash/_mapCacheClear.js +21 -0
  3714. package/node_modules/lodash/_mapCacheDelete.js +18 -0
  3715. package/node_modules/lodash/_mapCacheGet.js +16 -0
  3716. package/node_modules/lodash/_mapCacheHas.js +16 -0
  3717. package/node_modules/lodash/_mapCacheSet.js +22 -0
  3718. package/node_modules/lodash/_mapToArray.js +18 -0
  3719. package/node_modules/lodash/_matchesStrictComparable.js +20 -0
  3720. package/node_modules/lodash/_memoizeCapped.js +26 -0
  3721. package/node_modules/lodash/_mergeData.js +90 -0
  3722. package/node_modules/lodash/_metaMap.js +6 -0
  3723. package/node_modules/lodash/_nativeCreate.js +6 -0
  3724. package/node_modules/lodash/_nativeKeys.js +6 -0
  3725. package/node_modules/lodash/_nativeKeysIn.js +20 -0
  3726. package/node_modules/lodash/_nodeUtil.js +30 -0
  3727. package/node_modules/lodash/_objectToString.js +22 -0
  3728. package/node_modules/lodash/_overArg.js +15 -0
  3729. package/node_modules/lodash/_overRest.js +36 -0
  3730. package/node_modules/lodash/_parent.js +16 -0
  3731. package/node_modules/lodash/_reEscape.js +4 -0
  3732. package/node_modules/lodash/_reEvaluate.js +4 -0
  3733. package/node_modules/lodash/_reInterpolate.js +4 -0
  3734. package/node_modules/lodash/_realNames.js +4 -0
  3735. package/node_modules/lodash/_reorder.js +29 -0
  3736. package/node_modules/lodash/_replaceHolders.js +29 -0
  3737. package/node_modules/lodash/_root.js +9 -0
  3738. package/node_modules/lodash/_safeGet.js +21 -0
  3739. package/node_modules/lodash/_setCacheAdd.js +19 -0
  3740. package/node_modules/lodash/_setCacheHas.js +14 -0
  3741. package/node_modules/lodash/_setData.js +20 -0
  3742. package/node_modules/lodash/_setToArray.js +18 -0
  3743. package/node_modules/lodash/_setToPairs.js +18 -0
  3744. package/node_modules/lodash/_setToString.js +14 -0
  3745. package/node_modules/lodash/_setWrapToString.js +21 -0
  3746. package/node_modules/lodash/_shortOut.js +37 -0
  3747. package/node_modules/lodash/_shuffleSelf.js +28 -0
  3748. package/node_modules/lodash/_stackClear.js +15 -0
  3749. package/node_modules/lodash/_stackDelete.js +18 -0
  3750. package/node_modules/lodash/_stackGet.js +14 -0
  3751. package/node_modules/lodash/_stackHas.js +14 -0
  3752. package/node_modules/lodash/_stackSet.js +34 -0
  3753. package/node_modules/lodash/_strictIndexOf.js +23 -0
  3754. package/node_modules/lodash/_strictLastIndexOf.js +21 -0
  3755. package/node_modules/lodash/_stringSize.js +18 -0
  3756. package/node_modules/lodash/_stringToArray.js +18 -0
  3757. package/node_modules/lodash/_stringToPath.js +27 -0
  3758. package/node_modules/lodash/_toKey.js +21 -0
  3759. package/node_modules/lodash/_toSource.js +26 -0
  3760. package/node_modules/lodash/_trimmedEndIndex.js +19 -0
  3761. package/node_modules/lodash/_unescapeHtmlChar.js +21 -0
  3762. package/node_modules/lodash/_unicodeSize.js +44 -0
  3763. package/node_modules/lodash/_unicodeToArray.js +40 -0
  3764. package/node_modules/lodash/_unicodeWords.js +69 -0
  3765. package/node_modules/lodash/_updateWrapDetails.js +46 -0
  3766. package/node_modules/lodash/_wrapperClone.js +23 -0
  3767. package/node_modules/lodash/add.js +22 -0
  3768. package/node_modules/lodash/after.js +42 -0
  3769. package/node_modules/lodash/array.js +67 -0
  3770. package/node_modules/lodash/ary.js +29 -0
  3771. package/node_modules/lodash/assign.js +58 -0
  3772. package/node_modules/lodash/assignIn.js +40 -0
  3773. package/node_modules/lodash/assignInWith.js +38 -0
  3774. package/node_modules/lodash/assignWith.js +37 -0
  3775. package/node_modules/lodash/at.js +23 -0
  3776. package/node_modules/lodash/attempt.js +35 -0
  3777. package/node_modules/lodash/before.js +40 -0
  3778. package/node_modules/lodash/bind.js +57 -0
  3779. package/node_modules/lodash/bindAll.js +41 -0
  3780. package/node_modules/lodash/bindKey.js +68 -0
  3781. package/node_modules/lodash/camelCase.js +29 -0
  3782. package/node_modules/lodash/capitalize.js +23 -0
  3783. package/node_modules/lodash/castArray.js +44 -0
  3784. package/node_modules/lodash/ceil.js +26 -0
  3785. package/node_modules/lodash/chain.js +38 -0
  3786. package/node_modules/lodash/chunk.js +50 -0
  3787. package/node_modules/lodash/clamp.js +39 -0
  3788. package/node_modules/lodash/clone.js +36 -0
  3789. package/node_modules/lodash/cloneDeep.js +29 -0
  3790. package/node_modules/lodash/cloneDeepWith.js +40 -0
  3791. package/node_modules/lodash/cloneWith.js +42 -0
  3792. package/node_modules/lodash/collection.js +30 -0
  3793. package/node_modules/lodash/commit.js +33 -0
  3794. package/node_modules/lodash/compact.js +31 -0
  3795. package/node_modules/lodash/concat.js +43 -0
  3796. package/node_modules/lodash/cond.js +60 -0
  3797. package/node_modules/lodash/conforms.js +35 -0
  3798. package/node_modules/lodash/conformsTo.js +32 -0
  3799. package/node_modules/lodash/constant.js +26 -0
  3800. package/node_modules/lodash/core.js +3877 -0
  3801. package/node_modules/lodash/core.min.js +29 -0
  3802. package/node_modules/lodash/countBy.js +40 -0
  3803. package/node_modules/lodash/create.js +43 -0
  3804. package/node_modules/lodash/curry.js +57 -0
  3805. package/node_modules/lodash/curryRight.js +54 -0
  3806. package/node_modules/lodash/date.js +3 -0
  3807. package/node_modules/lodash/debounce.js +191 -0
  3808. package/node_modules/lodash/deburr.js +45 -0
  3809. package/node_modules/lodash/defaultTo.js +25 -0
  3810. package/node_modules/lodash/defaults.js +64 -0
  3811. package/node_modules/lodash/defaultsDeep.js +30 -0
  3812. package/node_modules/lodash/defer.js +26 -0
  3813. package/node_modules/lodash/delay.js +28 -0
  3814. package/node_modules/lodash/difference.js +33 -0
  3815. package/node_modules/lodash/differenceBy.js +44 -0
  3816. package/node_modules/lodash/differenceWith.js +40 -0
  3817. package/node_modules/lodash/divide.js +22 -0
  3818. package/node_modules/lodash/drop.js +38 -0
  3819. package/node_modules/lodash/dropRight.js +39 -0
  3820. package/node_modules/lodash/dropRightWhile.js +45 -0
  3821. package/node_modules/lodash/dropWhile.js +45 -0
  3822. package/node_modules/lodash/each.js +1 -0
  3823. package/node_modules/lodash/eachRight.js +1 -0
  3824. package/node_modules/lodash/endsWith.js +43 -0
  3825. package/node_modules/lodash/entries.js +1 -0
  3826. package/node_modules/lodash/entriesIn.js +1 -0
  3827. package/node_modules/lodash/eq.js +37 -0
  3828. package/node_modules/lodash/escape.js +43 -0
  3829. package/node_modules/lodash/escapeRegExp.js +32 -0
  3830. package/node_modules/lodash/every.js +56 -0
  3831. package/node_modules/lodash/extend.js +1 -0
  3832. package/node_modules/lodash/extendWith.js +1 -0
  3833. package/node_modules/lodash/fill.js +45 -0
  3834. package/node_modules/lodash/filter.js +52 -0
  3835. package/node_modules/lodash/find.js +42 -0
  3836. package/node_modules/lodash/findIndex.js +55 -0
  3837. package/node_modules/lodash/findKey.js +44 -0
  3838. package/node_modules/lodash/findLast.js +25 -0
  3839. package/node_modules/lodash/findLastIndex.js +59 -0
  3840. package/node_modules/lodash/findLastKey.js +44 -0
  3841. package/node_modules/lodash/first.js +1 -0
  3842. package/node_modules/lodash/flake.lock +40 -0
  3843. package/node_modules/lodash/flake.nix +20 -0
  3844. package/node_modules/lodash/flatMap.js +29 -0
  3845. package/node_modules/lodash/flatMapDeep.js +31 -0
  3846. package/node_modules/lodash/flatMapDepth.js +31 -0
  3847. package/node_modules/lodash/flatten.js +22 -0
  3848. package/node_modules/lodash/flattenDeep.js +25 -0
  3849. package/node_modules/lodash/flattenDepth.js +33 -0
  3850. package/node_modules/lodash/flip.js +28 -0
  3851. package/node_modules/lodash/floor.js +26 -0
  3852. package/node_modules/lodash/flow.js +27 -0
  3853. package/node_modules/lodash/flowRight.js +26 -0
  3854. package/node_modules/lodash/forEach.js +41 -0
  3855. package/node_modules/lodash/forEachRight.js +31 -0
  3856. package/node_modules/lodash/forIn.js +39 -0
  3857. package/node_modules/lodash/forInRight.js +37 -0
  3858. package/node_modules/lodash/forOwn.js +36 -0
  3859. package/node_modules/lodash/forOwnRight.js +34 -0
  3860. package/node_modules/lodash/fp/F.js +1 -0
  3861. package/node_modules/lodash/fp/T.js +1 -0
  3862. package/node_modules/lodash/fp/__.js +1 -0
  3863. package/node_modules/lodash/fp/_baseConvert.js +569 -0
  3864. package/node_modules/lodash/fp/_convertBrowser.js +18 -0
  3865. package/node_modules/lodash/fp/_falseOptions.js +7 -0
  3866. package/node_modules/lodash/fp/_mapping.js +358 -0
  3867. package/node_modules/lodash/fp/_util.js +16 -0
  3868. package/node_modules/lodash/fp/add.js +5 -0
  3869. package/node_modules/lodash/fp/after.js +5 -0
  3870. package/node_modules/lodash/fp/all.js +1 -0
  3871. package/node_modules/lodash/fp/allPass.js +1 -0
  3872. package/node_modules/lodash/fp/always.js +1 -0
  3873. package/node_modules/lodash/fp/any.js +1 -0
  3874. package/node_modules/lodash/fp/anyPass.js +1 -0
  3875. package/node_modules/lodash/fp/apply.js +1 -0
  3876. package/node_modules/lodash/fp/array.js +2 -0
  3877. package/node_modules/lodash/fp/ary.js +5 -0
  3878. package/node_modules/lodash/fp/assign.js +5 -0
  3879. package/node_modules/lodash/fp/assignAll.js +5 -0
  3880. package/node_modules/lodash/fp/assignAllWith.js +5 -0
  3881. package/node_modules/lodash/fp/assignIn.js +5 -0
  3882. package/node_modules/lodash/fp/assignInAll.js +5 -0
  3883. package/node_modules/lodash/fp/assignInAllWith.js +5 -0
  3884. package/node_modules/lodash/fp/assignInWith.js +5 -0
  3885. package/node_modules/lodash/fp/assignWith.js +5 -0
  3886. package/node_modules/lodash/fp/assoc.js +1 -0
  3887. package/node_modules/lodash/fp/assocPath.js +1 -0
  3888. package/node_modules/lodash/fp/at.js +5 -0
  3889. package/node_modules/lodash/fp/attempt.js +5 -0
  3890. package/node_modules/lodash/fp/before.js +5 -0
  3891. package/node_modules/lodash/fp/bind.js +5 -0
  3892. package/node_modules/lodash/fp/bindAll.js +5 -0
  3893. package/node_modules/lodash/fp/bindKey.js +5 -0
  3894. package/node_modules/lodash/fp/camelCase.js +5 -0
  3895. package/node_modules/lodash/fp/capitalize.js +5 -0
  3896. package/node_modules/lodash/fp/castArray.js +5 -0
  3897. package/node_modules/lodash/fp/ceil.js +5 -0
  3898. package/node_modules/lodash/fp/chain.js +5 -0
  3899. package/node_modules/lodash/fp/chunk.js +5 -0
  3900. package/node_modules/lodash/fp/clamp.js +5 -0
  3901. package/node_modules/lodash/fp/clone.js +5 -0
  3902. package/node_modules/lodash/fp/cloneDeep.js +5 -0
  3903. package/node_modules/lodash/fp/cloneDeepWith.js +5 -0
  3904. package/node_modules/lodash/fp/cloneWith.js +5 -0
  3905. package/node_modules/lodash/fp/collection.js +2 -0
  3906. package/node_modules/lodash/fp/commit.js +5 -0
  3907. package/node_modules/lodash/fp/compact.js +5 -0
  3908. package/node_modules/lodash/fp/complement.js +1 -0
  3909. package/node_modules/lodash/fp/compose.js +1 -0
  3910. package/node_modules/lodash/fp/concat.js +5 -0
  3911. package/node_modules/lodash/fp/cond.js +5 -0
  3912. package/node_modules/lodash/fp/conforms.js +1 -0
  3913. package/node_modules/lodash/fp/conformsTo.js +5 -0
  3914. package/node_modules/lodash/fp/constant.js +5 -0
  3915. package/node_modules/lodash/fp/contains.js +1 -0
  3916. package/node_modules/lodash/fp/convert.js +18 -0
  3917. package/node_modules/lodash/fp/countBy.js +5 -0
  3918. package/node_modules/lodash/fp/create.js +5 -0
  3919. package/node_modules/lodash/fp/curry.js +5 -0
  3920. package/node_modules/lodash/fp/curryN.js +5 -0
  3921. package/node_modules/lodash/fp/curryRight.js +5 -0
  3922. package/node_modules/lodash/fp/curryRightN.js +5 -0
  3923. package/node_modules/lodash/fp/date.js +2 -0
  3924. package/node_modules/lodash/fp/debounce.js +5 -0
  3925. package/node_modules/lodash/fp/deburr.js +5 -0
  3926. package/node_modules/lodash/fp/defaultTo.js +5 -0
  3927. package/node_modules/lodash/fp/defaults.js +5 -0
  3928. package/node_modules/lodash/fp/defaultsAll.js +5 -0
  3929. package/node_modules/lodash/fp/defaultsDeep.js +5 -0
  3930. package/node_modules/lodash/fp/defaultsDeepAll.js +5 -0
  3931. package/node_modules/lodash/fp/defer.js +5 -0
  3932. package/node_modules/lodash/fp/delay.js +5 -0
  3933. package/node_modules/lodash/fp/difference.js +5 -0
  3934. package/node_modules/lodash/fp/differenceBy.js +5 -0
  3935. package/node_modules/lodash/fp/differenceWith.js +5 -0
  3936. package/node_modules/lodash/fp/dissoc.js +1 -0
  3937. package/node_modules/lodash/fp/dissocPath.js +1 -0
  3938. package/node_modules/lodash/fp/divide.js +5 -0
  3939. package/node_modules/lodash/fp/drop.js +5 -0
  3940. package/node_modules/lodash/fp/dropLast.js +1 -0
  3941. package/node_modules/lodash/fp/dropLastWhile.js +1 -0
  3942. package/node_modules/lodash/fp/dropRight.js +5 -0
  3943. package/node_modules/lodash/fp/dropRightWhile.js +5 -0
  3944. package/node_modules/lodash/fp/dropWhile.js +5 -0
  3945. package/node_modules/lodash/fp/each.js +1 -0
  3946. package/node_modules/lodash/fp/eachRight.js +1 -0
  3947. package/node_modules/lodash/fp/endsWith.js +5 -0
  3948. package/node_modules/lodash/fp/entries.js +1 -0
  3949. package/node_modules/lodash/fp/entriesIn.js +1 -0
  3950. package/node_modules/lodash/fp/eq.js +5 -0
  3951. package/node_modules/lodash/fp/equals.js +1 -0
  3952. package/node_modules/lodash/fp/escape.js +5 -0
  3953. package/node_modules/lodash/fp/escapeRegExp.js +5 -0
  3954. package/node_modules/lodash/fp/every.js +5 -0
  3955. package/node_modules/lodash/fp/extend.js +1 -0
  3956. package/node_modules/lodash/fp/extendAll.js +1 -0
  3957. package/node_modules/lodash/fp/extendAllWith.js +1 -0
  3958. package/node_modules/lodash/fp/extendWith.js +1 -0
  3959. package/node_modules/lodash/fp/fill.js +5 -0
  3960. package/node_modules/lodash/fp/filter.js +5 -0
  3961. package/node_modules/lodash/fp/find.js +5 -0
  3962. package/node_modules/lodash/fp/findFrom.js +5 -0
  3963. package/node_modules/lodash/fp/findIndex.js +5 -0
  3964. package/node_modules/lodash/fp/findIndexFrom.js +5 -0
  3965. package/node_modules/lodash/fp/findKey.js +5 -0
  3966. package/node_modules/lodash/fp/findLast.js +5 -0
  3967. package/node_modules/lodash/fp/findLastFrom.js +5 -0
  3968. package/node_modules/lodash/fp/findLastIndex.js +5 -0
  3969. package/node_modules/lodash/fp/findLastIndexFrom.js +5 -0
  3970. package/node_modules/lodash/fp/findLastKey.js +5 -0
  3971. package/node_modules/lodash/fp/first.js +1 -0
  3972. package/node_modules/lodash/fp/flatMap.js +5 -0
  3973. package/node_modules/lodash/fp/flatMapDeep.js +5 -0
  3974. package/node_modules/lodash/fp/flatMapDepth.js +5 -0
  3975. package/node_modules/lodash/fp/flatten.js +5 -0
  3976. package/node_modules/lodash/fp/flattenDeep.js +5 -0
  3977. package/node_modules/lodash/fp/flattenDepth.js +5 -0
  3978. package/node_modules/lodash/fp/flip.js +5 -0
  3979. package/node_modules/lodash/fp/floor.js +5 -0
  3980. package/node_modules/lodash/fp/flow.js +5 -0
  3981. package/node_modules/lodash/fp/flowRight.js +5 -0
  3982. package/node_modules/lodash/fp/forEach.js +5 -0
  3983. package/node_modules/lodash/fp/forEachRight.js +5 -0
  3984. package/node_modules/lodash/fp/forIn.js +5 -0
  3985. package/node_modules/lodash/fp/forInRight.js +5 -0
  3986. package/node_modules/lodash/fp/forOwn.js +5 -0
  3987. package/node_modules/lodash/fp/forOwnRight.js +5 -0
  3988. package/node_modules/lodash/fp/fromPairs.js +5 -0
  3989. package/node_modules/lodash/fp/function.js +2 -0
  3990. package/node_modules/lodash/fp/functions.js +5 -0
  3991. package/node_modules/lodash/fp/functionsIn.js +5 -0
  3992. package/node_modules/lodash/fp/get.js +5 -0
  3993. package/node_modules/lodash/fp/getOr.js +5 -0
  3994. package/node_modules/lodash/fp/groupBy.js +5 -0
  3995. package/node_modules/lodash/fp/gt.js +5 -0
  3996. package/node_modules/lodash/fp/gte.js +5 -0
  3997. package/node_modules/lodash/fp/has.js +5 -0
  3998. package/node_modules/lodash/fp/hasIn.js +5 -0
  3999. package/node_modules/lodash/fp/head.js +5 -0
  4000. package/node_modules/lodash/fp/identical.js +1 -0
  4001. package/node_modules/lodash/fp/identity.js +5 -0
  4002. package/node_modules/lodash/fp/inRange.js +5 -0
  4003. package/node_modules/lodash/fp/includes.js +5 -0
  4004. package/node_modules/lodash/fp/includesFrom.js +5 -0
  4005. package/node_modules/lodash/fp/indexBy.js +1 -0
  4006. package/node_modules/lodash/fp/indexOf.js +5 -0
  4007. package/node_modules/lodash/fp/indexOfFrom.js +5 -0
  4008. package/node_modules/lodash/fp/init.js +1 -0
  4009. package/node_modules/lodash/fp/initial.js +5 -0
  4010. package/node_modules/lodash/fp/intersection.js +5 -0
  4011. package/node_modules/lodash/fp/intersectionBy.js +5 -0
  4012. package/node_modules/lodash/fp/intersectionWith.js +5 -0
  4013. package/node_modules/lodash/fp/invert.js +5 -0
  4014. package/node_modules/lodash/fp/invertBy.js +5 -0
  4015. package/node_modules/lodash/fp/invertObj.js +1 -0
  4016. package/node_modules/lodash/fp/invoke.js +5 -0
  4017. package/node_modules/lodash/fp/invokeArgs.js +5 -0
  4018. package/node_modules/lodash/fp/invokeArgsMap.js +5 -0
  4019. package/node_modules/lodash/fp/invokeMap.js +5 -0
  4020. package/node_modules/lodash/fp/isArguments.js +5 -0
  4021. package/node_modules/lodash/fp/isArray.js +5 -0
  4022. package/node_modules/lodash/fp/isArrayBuffer.js +5 -0
  4023. package/node_modules/lodash/fp/isArrayLike.js +5 -0
  4024. package/node_modules/lodash/fp/isArrayLikeObject.js +5 -0
  4025. package/node_modules/lodash/fp/isBoolean.js +5 -0
  4026. package/node_modules/lodash/fp/isBuffer.js +5 -0
  4027. package/node_modules/lodash/fp/isDate.js +5 -0
  4028. package/node_modules/lodash/fp/isElement.js +5 -0
  4029. package/node_modules/lodash/fp/isEmpty.js +5 -0
  4030. package/node_modules/lodash/fp/isEqual.js +5 -0
  4031. package/node_modules/lodash/fp/isEqualWith.js +5 -0
  4032. package/node_modules/lodash/fp/isError.js +5 -0
  4033. package/node_modules/lodash/fp/isFinite.js +5 -0
  4034. package/node_modules/lodash/fp/isFunction.js +5 -0
  4035. package/node_modules/lodash/fp/isInteger.js +5 -0
  4036. package/node_modules/lodash/fp/isLength.js +5 -0
  4037. package/node_modules/lodash/fp/isMap.js +5 -0
  4038. package/node_modules/lodash/fp/isMatch.js +5 -0
  4039. package/node_modules/lodash/fp/isMatchWith.js +5 -0
  4040. package/node_modules/lodash/fp/isNaN.js +5 -0
  4041. package/node_modules/lodash/fp/isNative.js +5 -0
  4042. package/node_modules/lodash/fp/isNil.js +5 -0
  4043. package/node_modules/lodash/fp/isNull.js +5 -0
  4044. package/node_modules/lodash/fp/isNumber.js +5 -0
  4045. package/node_modules/lodash/fp/isObject.js +5 -0
  4046. package/node_modules/lodash/fp/isObjectLike.js +5 -0
  4047. package/node_modules/lodash/fp/isPlainObject.js +5 -0
  4048. package/node_modules/lodash/fp/isRegExp.js +5 -0
  4049. package/node_modules/lodash/fp/isSafeInteger.js +5 -0
  4050. package/node_modules/lodash/fp/isSet.js +5 -0
  4051. package/node_modules/lodash/fp/isString.js +5 -0
  4052. package/node_modules/lodash/fp/isSymbol.js +5 -0
  4053. package/node_modules/lodash/fp/isTypedArray.js +5 -0
  4054. package/node_modules/lodash/fp/isUndefined.js +5 -0
  4055. package/node_modules/lodash/fp/isWeakMap.js +5 -0
  4056. package/node_modules/lodash/fp/isWeakSet.js +5 -0
  4057. package/node_modules/lodash/fp/iteratee.js +5 -0
  4058. package/node_modules/lodash/fp/join.js +5 -0
  4059. package/node_modules/lodash/fp/juxt.js +1 -0
  4060. package/node_modules/lodash/fp/kebabCase.js +5 -0
  4061. package/node_modules/lodash/fp/keyBy.js +5 -0
  4062. package/node_modules/lodash/fp/keys.js +5 -0
  4063. package/node_modules/lodash/fp/keysIn.js +5 -0
  4064. package/node_modules/lodash/fp/lang.js +2 -0
  4065. package/node_modules/lodash/fp/last.js +5 -0
  4066. package/node_modules/lodash/fp/lastIndexOf.js +5 -0
  4067. package/node_modules/lodash/fp/lastIndexOfFrom.js +5 -0
  4068. package/node_modules/lodash/fp/lowerCase.js +5 -0
  4069. package/node_modules/lodash/fp/lowerFirst.js +5 -0
  4070. package/node_modules/lodash/fp/lt.js +5 -0
  4071. package/node_modules/lodash/fp/lte.js +5 -0
  4072. package/node_modules/lodash/fp/map.js +5 -0
  4073. package/node_modules/lodash/fp/mapKeys.js +5 -0
  4074. package/node_modules/lodash/fp/mapValues.js +5 -0
  4075. package/node_modules/lodash/fp/matches.js +1 -0
  4076. package/node_modules/lodash/fp/matchesProperty.js +5 -0
  4077. package/node_modules/lodash/fp/math.js +2 -0
  4078. package/node_modules/lodash/fp/max.js +5 -0
  4079. package/node_modules/lodash/fp/maxBy.js +5 -0
  4080. package/node_modules/lodash/fp/mean.js +5 -0
  4081. package/node_modules/lodash/fp/meanBy.js +5 -0
  4082. package/node_modules/lodash/fp/memoize.js +5 -0
  4083. package/node_modules/lodash/fp/merge.js +5 -0
  4084. package/node_modules/lodash/fp/mergeAll.js +5 -0
  4085. package/node_modules/lodash/fp/mergeAllWith.js +5 -0
  4086. package/node_modules/lodash/fp/mergeWith.js +5 -0
  4087. package/node_modules/lodash/fp/method.js +5 -0
  4088. package/node_modules/lodash/fp/methodOf.js +5 -0
  4089. package/node_modules/lodash/fp/min.js +5 -0
  4090. package/node_modules/lodash/fp/minBy.js +5 -0
  4091. package/node_modules/lodash/fp/mixin.js +5 -0
  4092. package/node_modules/lodash/fp/multiply.js +5 -0
  4093. package/node_modules/lodash/fp/nAry.js +1 -0
  4094. package/node_modules/lodash/fp/negate.js +5 -0
  4095. package/node_modules/lodash/fp/next.js +5 -0
  4096. package/node_modules/lodash/fp/noop.js +5 -0
  4097. package/node_modules/lodash/fp/now.js +5 -0
  4098. package/node_modules/lodash/fp/nth.js +5 -0
  4099. package/node_modules/lodash/fp/nthArg.js +5 -0
  4100. package/node_modules/lodash/fp/number.js +2 -0
  4101. package/node_modules/lodash/fp/object.js +2 -0
  4102. package/node_modules/lodash/fp/omit.js +5 -0
  4103. package/node_modules/lodash/fp/omitAll.js +1 -0
  4104. package/node_modules/lodash/fp/omitBy.js +5 -0
  4105. package/node_modules/lodash/fp/once.js +5 -0
  4106. package/node_modules/lodash/fp/orderBy.js +5 -0
  4107. package/node_modules/lodash/fp/over.js +5 -0
  4108. package/node_modules/lodash/fp/overArgs.js +5 -0
  4109. package/node_modules/lodash/fp/overEvery.js +5 -0
  4110. package/node_modules/lodash/fp/overSome.js +5 -0
  4111. package/node_modules/lodash/fp/pad.js +5 -0
  4112. package/node_modules/lodash/fp/padChars.js +5 -0
  4113. package/node_modules/lodash/fp/padCharsEnd.js +5 -0
  4114. package/node_modules/lodash/fp/padCharsStart.js +5 -0
  4115. package/node_modules/lodash/fp/padEnd.js +5 -0
  4116. package/node_modules/lodash/fp/padStart.js +5 -0
  4117. package/node_modules/lodash/fp/parseInt.js +5 -0
  4118. package/node_modules/lodash/fp/partial.js +5 -0
  4119. package/node_modules/lodash/fp/partialRight.js +5 -0
  4120. package/node_modules/lodash/fp/partition.js +5 -0
  4121. package/node_modules/lodash/fp/path.js +1 -0
  4122. package/node_modules/lodash/fp/pathEq.js +1 -0
  4123. package/node_modules/lodash/fp/pathOr.js +1 -0
  4124. package/node_modules/lodash/fp/paths.js +1 -0
  4125. package/node_modules/lodash/fp/pick.js +5 -0
  4126. package/node_modules/lodash/fp/pickAll.js +1 -0
  4127. package/node_modules/lodash/fp/pickBy.js +5 -0
  4128. package/node_modules/lodash/fp/pipe.js +1 -0
  4129. package/node_modules/lodash/fp/placeholder.js +6 -0
  4130. package/node_modules/lodash/fp/plant.js +5 -0
  4131. package/node_modules/lodash/fp/pluck.js +1 -0
  4132. package/node_modules/lodash/fp/prop.js +1 -0
  4133. package/node_modules/lodash/fp/propEq.js +1 -0
  4134. package/node_modules/lodash/fp/propOr.js +1 -0
  4135. package/node_modules/lodash/fp/property.js +1 -0
  4136. package/node_modules/lodash/fp/propertyOf.js +5 -0
  4137. package/node_modules/lodash/fp/props.js +1 -0
  4138. package/node_modules/lodash/fp/pull.js +5 -0
  4139. package/node_modules/lodash/fp/pullAll.js +5 -0
  4140. package/node_modules/lodash/fp/pullAllBy.js +5 -0
  4141. package/node_modules/lodash/fp/pullAllWith.js +5 -0
  4142. package/node_modules/lodash/fp/pullAt.js +5 -0
  4143. package/node_modules/lodash/fp/random.js +5 -0
  4144. package/node_modules/lodash/fp/range.js +5 -0
  4145. package/node_modules/lodash/fp/rangeRight.js +5 -0
  4146. package/node_modules/lodash/fp/rangeStep.js +5 -0
  4147. package/node_modules/lodash/fp/rangeStepRight.js +5 -0
  4148. package/node_modules/lodash/fp/rearg.js +5 -0
  4149. package/node_modules/lodash/fp/reduce.js +5 -0
  4150. package/node_modules/lodash/fp/reduceRight.js +5 -0
  4151. package/node_modules/lodash/fp/reject.js +5 -0
  4152. package/node_modules/lodash/fp/remove.js +5 -0
  4153. package/node_modules/lodash/fp/repeat.js +5 -0
  4154. package/node_modules/lodash/fp/replace.js +5 -0
  4155. package/node_modules/lodash/fp/rest.js +5 -0
  4156. package/node_modules/lodash/fp/restFrom.js +5 -0
  4157. package/node_modules/lodash/fp/result.js +5 -0
  4158. package/node_modules/lodash/fp/reverse.js +5 -0
  4159. package/node_modules/lodash/fp/round.js +5 -0
  4160. package/node_modules/lodash/fp/sample.js +5 -0
  4161. package/node_modules/lodash/fp/sampleSize.js +5 -0
  4162. package/node_modules/lodash/fp/seq.js +2 -0
  4163. package/node_modules/lodash/fp/set.js +5 -0
  4164. package/node_modules/lodash/fp/setWith.js +5 -0
  4165. package/node_modules/lodash/fp/shuffle.js +5 -0
  4166. package/node_modules/lodash/fp/size.js +5 -0
  4167. package/node_modules/lodash/fp/slice.js +5 -0
  4168. package/node_modules/lodash/fp/snakeCase.js +5 -0
  4169. package/node_modules/lodash/fp/some.js +5 -0
  4170. package/node_modules/lodash/fp/sortBy.js +5 -0
  4171. package/node_modules/lodash/fp/sortedIndex.js +5 -0
  4172. package/node_modules/lodash/fp/sortedIndexBy.js +5 -0
  4173. package/node_modules/lodash/fp/sortedIndexOf.js +5 -0
  4174. package/node_modules/lodash/fp/sortedLastIndex.js +5 -0
  4175. package/node_modules/lodash/fp/sortedLastIndexBy.js +5 -0
  4176. package/node_modules/lodash/fp/sortedLastIndexOf.js +5 -0
  4177. package/node_modules/lodash/fp/sortedUniq.js +5 -0
  4178. package/node_modules/lodash/fp/sortedUniqBy.js +5 -0
  4179. package/node_modules/lodash/fp/split.js +5 -0
  4180. package/node_modules/lodash/fp/spread.js +5 -0
  4181. package/node_modules/lodash/fp/spreadFrom.js +5 -0
  4182. package/node_modules/lodash/fp/startCase.js +5 -0
  4183. package/node_modules/lodash/fp/startsWith.js +5 -0
  4184. package/node_modules/lodash/fp/string.js +2 -0
  4185. package/node_modules/lodash/fp/stubArray.js +5 -0
  4186. package/node_modules/lodash/fp/stubFalse.js +5 -0
  4187. package/node_modules/lodash/fp/stubObject.js +5 -0
  4188. package/node_modules/lodash/fp/stubString.js +5 -0
  4189. package/node_modules/lodash/fp/stubTrue.js +5 -0
  4190. package/node_modules/lodash/fp/subtract.js +5 -0
  4191. package/node_modules/lodash/fp/sum.js +5 -0
  4192. package/node_modules/lodash/fp/sumBy.js +5 -0
  4193. package/node_modules/lodash/fp/symmetricDifference.js +1 -0
  4194. package/node_modules/lodash/fp/symmetricDifferenceBy.js +1 -0
  4195. package/node_modules/lodash/fp/symmetricDifferenceWith.js +1 -0
  4196. package/node_modules/lodash/fp/tail.js +5 -0
  4197. package/node_modules/lodash/fp/take.js +5 -0
  4198. package/node_modules/lodash/fp/takeLast.js +1 -0
  4199. package/node_modules/lodash/fp/takeLastWhile.js +1 -0
  4200. package/node_modules/lodash/fp/takeRight.js +5 -0
  4201. package/node_modules/lodash/fp/takeRightWhile.js +5 -0
  4202. package/node_modules/lodash/fp/takeWhile.js +5 -0
  4203. package/node_modules/lodash/fp/tap.js +5 -0
  4204. package/node_modules/lodash/fp/template.js +5 -0
  4205. package/node_modules/lodash/fp/templateSettings.js +5 -0
  4206. package/node_modules/lodash/fp/throttle.js +5 -0
  4207. package/node_modules/lodash/fp/thru.js +5 -0
  4208. package/node_modules/lodash/fp/times.js +5 -0
  4209. package/node_modules/lodash/fp/toArray.js +5 -0
  4210. package/node_modules/lodash/fp/toFinite.js +5 -0
  4211. package/node_modules/lodash/fp/toInteger.js +5 -0
  4212. package/node_modules/lodash/fp/toIterator.js +5 -0
  4213. package/node_modules/lodash/fp/toJSON.js +5 -0
  4214. package/node_modules/lodash/fp/toLength.js +5 -0
  4215. package/node_modules/lodash/fp/toLower.js +5 -0
  4216. package/node_modules/lodash/fp/toNumber.js +5 -0
  4217. package/node_modules/lodash/fp/toPairs.js +5 -0
  4218. package/node_modules/lodash/fp/toPairsIn.js +5 -0
  4219. package/node_modules/lodash/fp/toPath.js +5 -0
  4220. package/node_modules/lodash/fp/toPlainObject.js +5 -0
  4221. package/node_modules/lodash/fp/toSafeInteger.js +5 -0
  4222. package/node_modules/lodash/fp/toString.js +5 -0
  4223. package/node_modules/lodash/fp/toUpper.js +5 -0
  4224. package/node_modules/lodash/fp/transform.js +5 -0
  4225. package/node_modules/lodash/fp/trim.js +5 -0
  4226. package/node_modules/lodash/fp/trimChars.js +5 -0
  4227. package/node_modules/lodash/fp/trimCharsEnd.js +5 -0
  4228. package/node_modules/lodash/fp/trimCharsStart.js +5 -0
  4229. package/node_modules/lodash/fp/trimEnd.js +5 -0
  4230. package/node_modules/lodash/fp/trimStart.js +5 -0
  4231. package/node_modules/lodash/fp/truncate.js +5 -0
  4232. package/node_modules/lodash/fp/unapply.js +1 -0
  4233. package/node_modules/lodash/fp/unary.js +5 -0
  4234. package/node_modules/lodash/fp/unescape.js +5 -0
  4235. package/node_modules/lodash/fp/union.js +5 -0
  4236. package/node_modules/lodash/fp/unionBy.js +5 -0
  4237. package/node_modules/lodash/fp/unionWith.js +5 -0
  4238. package/node_modules/lodash/fp/uniq.js +5 -0
  4239. package/node_modules/lodash/fp/uniqBy.js +5 -0
  4240. package/node_modules/lodash/fp/uniqWith.js +5 -0
  4241. package/node_modules/lodash/fp/uniqueId.js +5 -0
  4242. package/node_modules/lodash/fp/unnest.js +1 -0
  4243. package/node_modules/lodash/fp/unset.js +5 -0
  4244. package/node_modules/lodash/fp/unzip.js +5 -0
  4245. package/node_modules/lodash/fp/unzipWith.js +5 -0
  4246. package/node_modules/lodash/fp/update.js +5 -0
  4247. package/node_modules/lodash/fp/updateWith.js +5 -0
  4248. package/node_modules/lodash/fp/upperCase.js +5 -0
  4249. package/node_modules/lodash/fp/upperFirst.js +5 -0
  4250. package/node_modules/lodash/fp/useWith.js +1 -0
  4251. package/node_modules/lodash/fp/util.js +2 -0
  4252. package/node_modules/lodash/fp/value.js +5 -0
  4253. package/node_modules/lodash/fp/valueOf.js +5 -0
  4254. package/node_modules/lodash/fp/values.js +5 -0
  4255. package/node_modules/lodash/fp/valuesIn.js +5 -0
  4256. package/node_modules/lodash/fp/where.js +1 -0
  4257. package/node_modules/lodash/fp/whereEq.js +1 -0
  4258. package/node_modules/lodash/fp/without.js +5 -0
  4259. package/node_modules/lodash/fp/words.js +5 -0
  4260. package/node_modules/lodash/fp/wrap.js +5 -0
  4261. package/node_modules/lodash/fp/wrapperAt.js +5 -0
  4262. package/node_modules/lodash/fp/wrapperChain.js +5 -0
  4263. package/node_modules/lodash/fp/wrapperLodash.js +5 -0
  4264. package/node_modules/lodash/fp/wrapperReverse.js +5 -0
  4265. package/node_modules/lodash/fp/wrapperValue.js +5 -0
  4266. package/node_modules/lodash/fp/xor.js +5 -0
  4267. package/node_modules/lodash/fp/xorBy.js +5 -0
  4268. package/node_modules/lodash/fp/xorWith.js +5 -0
  4269. package/node_modules/lodash/fp/zip.js +5 -0
  4270. package/node_modules/lodash/fp/zipAll.js +5 -0
  4271. package/node_modules/lodash/fp/zipObj.js +1 -0
  4272. package/node_modules/lodash/fp/zipObject.js +5 -0
  4273. package/node_modules/lodash/fp/zipObjectDeep.js +5 -0
  4274. package/node_modules/lodash/fp/zipWith.js +5 -0
  4275. package/node_modules/lodash/fp.js +2 -0
  4276. package/node_modules/lodash/fromPairs.js +28 -0
  4277. package/node_modules/lodash/function.js +25 -0
  4278. package/node_modules/lodash/functions.js +31 -0
  4279. package/node_modules/lodash/functionsIn.js +31 -0
  4280. package/node_modules/lodash/get.js +33 -0
  4281. package/node_modules/lodash/groupBy.js +41 -0
  4282. package/node_modules/lodash/gt.js +29 -0
  4283. package/node_modules/lodash/gte.js +30 -0
  4284. package/node_modules/lodash/has.js +35 -0
  4285. package/node_modules/lodash/hasIn.js +34 -0
  4286. package/node_modules/lodash/head.js +23 -0
  4287. package/node_modules/lodash/identity.js +21 -0
  4288. package/node_modules/lodash/inRange.js +55 -0
  4289. package/node_modules/lodash/includes.js +53 -0
  4290. package/node_modules/lodash/index.js +1 -0
  4291. package/node_modules/lodash/indexOf.js +42 -0
  4292. package/node_modules/lodash/initial.js +22 -0
  4293. package/node_modules/lodash/intersection.js +30 -0
  4294. package/node_modules/lodash/intersectionBy.js +45 -0
  4295. package/node_modules/lodash/intersectionWith.js +41 -0
  4296. package/node_modules/lodash/invert.js +42 -0
  4297. package/node_modules/lodash/invertBy.js +56 -0
  4298. package/node_modules/lodash/invoke.js +24 -0
  4299. package/node_modules/lodash/invokeMap.js +41 -0
  4300. package/node_modules/lodash/isArguments.js +36 -0
  4301. package/node_modules/lodash/isArray.js +26 -0
  4302. package/node_modules/lodash/isArrayBuffer.js +27 -0
  4303. package/node_modules/lodash/isArrayLike.js +33 -0
  4304. package/node_modules/lodash/isArrayLikeObject.js +33 -0
  4305. package/node_modules/lodash/isBoolean.js +29 -0
  4306. package/node_modules/lodash/isBuffer.js +38 -0
  4307. package/node_modules/lodash/isDate.js +27 -0
  4308. package/node_modules/lodash/isElement.js +25 -0
  4309. package/node_modules/lodash/isEmpty.js +77 -0
  4310. package/node_modules/lodash/isEqual.js +35 -0
  4311. package/node_modules/lodash/isEqualWith.js +41 -0
  4312. package/node_modules/lodash/isError.js +36 -0
  4313. package/node_modules/lodash/isFinite.js +36 -0
  4314. package/node_modules/lodash/isFunction.js +37 -0
  4315. package/node_modules/lodash/isInteger.js +33 -0
  4316. package/node_modules/lodash/isLength.js +35 -0
  4317. package/node_modules/lodash/isMap.js +27 -0
  4318. package/node_modules/lodash/isMatch.js +36 -0
  4319. package/node_modules/lodash/isMatchWith.js +41 -0
  4320. package/node_modules/lodash/isNaN.js +38 -0
  4321. package/node_modules/lodash/isNative.js +40 -0
  4322. package/node_modules/lodash/isNil.js +25 -0
  4323. package/node_modules/lodash/isNull.js +22 -0
  4324. package/node_modules/lodash/isNumber.js +38 -0
  4325. package/node_modules/lodash/isObject.js +31 -0
  4326. package/node_modules/lodash/isObjectLike.js +29 -0
  4327. package/node_modules/lodash/isPlainObject.js +62 -0
  4328. package/node_modules/lodash/isRegExp.js +27 -0
  4329. package/node_modules/lodash/isSafeInteger.js +37 -0
  4330. package/node_modules/lodash/isSet.js +27 -0
  4331. package/node_modules/lodash/isString.js +30 -0
  4332. package/node_modules/lodash/isSymbol.js +29 -0
  4333. package/node_modules/lodash/isTypedArray.js +27 -0
  4334. package/node_modules/lodash/isUndefined.js +22 -0
  4335. package/node_modules/lodash/isWeakMap.js +28 -0
  4336. package/node_modules/lodash/isWeakSet.js +28 -0
  4337. package/node_modules/lodash/iteratee.js +53 -0
  4338. package/node_modules/lodash/join.js +26 -0
  4339. package/node_modules/lodash/kebabCase.js +28 -0
  4340. package/node_modules/lodash/keyBy.js +36 -0
  4341. package/node_modules/lodash/keys.js +37 -0
  4342. package/node_modules/lodash/keysIn.js +32 -0
  4343. package/node_modules/lodash/lang.js +58 -0
  4344. package/node_modules/lodash/last.js +20 -0
  4345. package/node_modules/lodash/lastIndexOf.js +46 -0
  4346. package/node_modules/lodash/lodash.js +17209 -0
  4347. package/node_modules/lodash/lodash.min.js +140 -0
  4348. package/node_modules/lodash/lowerCase.js +27 -0
  4349. package/node_modules/lodash/lowerFirst.js +22 -0
  4350. package/node_modules/lodash/lt.js +29 -0
  4351. package/node_modules/lodash/lte.js +30 -0
  4352. package/node_modules/lodash/map.js +53 -0
  4353. package/node_modules/lodash/mapKeys.js +36 -0
  4354. package/node_modules/lodash/mapValues.js +43 -0
  4355. package/node_modules/lodash/matches.js +46 -0
  4356. package/node_modules/lodash/matchesProperty.js +44 -0
  4357. package/node_modules/lodash/math.js +17 -0
  4358. package/node_modules/lodash/max.js +29 -0
  4359. package/node_modules/lodash/maxBy.js +34 -0
  4360. package/node_modules/lodash/mean.js +22 -0
  4361. package/node_modules/lodash/meanBy.js +31 -0
  4362. package/node_modules/lodash/memoize.js +73 -0
  4363. package/node_modules/lodash/merge.js +39 -0
  4364. package/node_modules/lodash/mergeWith.js +39 -0
  4365. package/node_modules/lodash/method.js +34 -0
  4366. package/node_modules/lodash/methodOf.js +33 -0
  4367. package/node_modules/lodash/min.js +29 -0
  4368. package/node_modules/lodash/minBy.js +34 -0
  4369. package/node_modules/lodash/mixin.js +74 -0
  4370. package/node_modules/lodash/multiply.js +22 -0
  4371. package/node_modules/lodash/negate.js +40 -0
  4372. package/node_modules/lodash/next.js +35 -0
  4373. package/node_modules/lodash/noop.js +17 -0
  4374. package/node_modules/lodash/now.js +23 -0
  4375. package/node_modules/lodash/nth.js +29 -0
  4376. package/node_modules/lodash/nthArg.js +32 -0
  4377. package/node_modules/lodash/number.js +5 -0
  4378. package/node_modules/lodash/object.js +49 -0
  4379. package/node_modules/lodash/omit.js +57 -0
  4380. package/node_modules/lodash/omitBy.js +29 -0
  4381. package/node_modules/lodash/once.js +25 -0
  4382. package/node_modules/lodash/orderBy.js +47 -0
  4383. package/node_modules/lodash/over.js +24 -0
  4384. package/node_modules/lodash/overArgs.js +61 -0
  4385. package/node_modules/lodash/overEvery.js +34 -0
  4386. package/node_modules/lodash/overSome.js +37 -0
  4387. package/node_modules/lodash/package.json +17 -0
  4388. package/node_modules/lodash/pad.js +49 -0
  4389. package/node_modules/lodash/padEnd.js +39 -0
  4390. package/node_modules/lodash/padStart.js +39 -0
  4391. package/node_modules/lodash/parseInt.js +43 -0
  4392. package/node_modules/lodash/partial.js +50 -0
  4393. package/node_modules/lodash/partialRight.js +49 -0
  4394. package/node_modules/lodash/partition.js +43 -0
  4395. package/node_modules/lodash/pick.js +25 -0
  4396. package/node_modules/lodash/pickBy.js +37 -0
  4397. package/node_modules/lodash/plant.js +48 -0
  4398. package/node_modules/lodash/property.js +32 -0
  4399. package/node_modules/lodash/propertyOf.js +30 -0
  4400. package/node_modules/lodash/pull.js +29 -0
  4401. package/node_modules/lodash/pullAll.js +29 -0
  4402. package/node_modules/lodash/pullAllBy.js +33 -0
  4403. package/node_modules/lodash/pullAllWith.js +32 -0
  4404. package/node_modules/lodash/pullAt.js +43 -0
  4405. package/node_modules/lodash/random.js +82 -0
  4406. package/node_modules/lodash/range.js +46 -0
  4407. package/node_modules/lodash/rangeRight.js +41 -0
  4408. package/node_modules/lodash/rearg.js +33 -0
  4409. package/node_modules/lodash/reduce.js +51 -0
  4410. package/node_modules/lodash/reduceRight.js +36 -0
  4411. package/node_modules/lodash/reject.js +46 -0
  4412. package/node_modules/lodash/release.md +48 -0
  4413. package/node_modules/lodash/remove.js +53 -0
  4414. package/node_modules/lodash/repeat.js +37 -0
  4415. package/node_modules/lodash/replace.js +29 -0
  4416. package/node_modules/lodash/rest.js +40 -0
  4417. package/node_modules/lodash/result.js +56 -0
  4418. package/node_modules/lodash/reverse.js +34 -0
  4419. package/node_modules/lodash/round.js +26 -0
  4420. package/node_modules/lodash/sample.js +24 -0
  4421. package/node_modules/lodash/sampleSize.js +37 -0
  4422. package/node_modules/lodash/seq.js +16 -0
  4423. package/node_modules/lodash/set.js +35 -0
  4424. package/node_modules/lodash/setWith.js +32 -0
  4425. package/node_modules/lodash/shuffle.js +25 -0
  4426. package/node_modules/lodash/size.js +46 -0
  4427. package/node_modules/lodash/slice.js +37 -0
  4428. package/node_modules/lodash/snakeCase.js +28 -0
  4429. package/node_modules/lodash/some.js +51 -0
  4430. package/node_modules/lodash/sortBy.js +48 -0
  4431. package/node_modules/lodash/sortedIndex.js +24 -0
  4432. package/node_modules/lodash/sortedIndexBy.js +33 -0
  4433. package/node_modules/lodash/sortedIndexOf.js +31 -0
  4434. package/node_modules/lodash/sortedLastIndex.js +25 -0
  4435. package/node_modules/lodash/sortedLastIndexBy.js +33 -0
  4436. package/node_modules/lodash/sortedLastIndexOf.js +31 -0
  4437. package/node_modules/lodash/sortedUniq.js +24 -0
  4438. package/node_modules/lodash/sortedUniqBy.js +26 -0
  4439. package/node_modules/lodash/split.js +52 -0
  4440. package/node_modules/lodash/spread.js +63 -0
  4441. package/node_modules/lodash/startCase.js +29 -0
  4442. package/node_modules/lodash/startsWith.js +39 -0
  4443. package/node_modules/lodash/string.js +33 -0
  4444. package/node_modules/lodash/stubArray.js +23 -0
  4445. package/node_modules/lodash/stubFalse.js +18 -0
  4446. package/node_modules/lodash/stubObject.js +23 -0
  4447. package/node_modules/lodash/stubString.js +18 -0
  4448. package/node_modules/lodash/stubTrue.js +18 -0
  4449. package/node_modules/lodash/subtract.js +22 -0
  4450. package/node_modules/lodash/sum.js +24 -0
  4451. package/node_modules/lodash/sumBy.js +33 -0
  4452. package/node_modules/lodash/tail.js +22 -0
  4453. package/node_modules/lodash/take.js +37 -0
  4454. package/node_modules/lodash/takeRight.js +39 -0
  4455. package/node_modules/lodash/takeRightWhile.js +45 -0
  4456. package/node_modules/lodash/takeWhile.js +45 -0
  4457. package/node_modules/lodash/tap.js +29 -0
  4458. package/node_modules/lodash/template.js +272 -0
  4459. package/node_modules/lodash/templateSettings.js +67 -0
  4460. package/node_modules/lodash/throttle.js +69 -0
  4461. package/node_modules/lodash/thru.js +28 -0
  4462. package/node_modules/lodash/times.js +51 -0
  4463. package/node_modules/lodash/toArray.js +58 -0
  4464. package/node_modules/lodash/toFinite.js +42 -0
  4465. package/node_modules/lodash/toInteger.js +36 -0
  4466. package/node_modules/lodash/toIterator.js +23 -0
  4467. package/node_modules/lodash/toJSON.js +1 -0
  4468. package/node_modules/lodash/toLength.js +38 -0
  4469. package/node_modules/lodash/toLower.js +28 -0
  4470. package/node_modules/lodash/toNumber.js +64 -0
  4471. package/node_modules/lodash/toPairs.js +30 -0
  4472. package/node_modules/lodash/toPairsIn.js +30 -0
  4473. package/node_modules/lodash/toPath.js +33 -0
  4474. package/node_modules/lodash/toPlainObject.js +32 -0
  4475. package/node_modules/lodash/toSafeInteger.js +37 -0
  4476. package/node_modules/lodash/toString.js +28 -0
  4477. package/node_modules/lodash/toUpper.js +28 -0
  4478. package/node_modules/lodash/transform.js +65 -0
  4479. package/node_modules/lodash/trim.js +47 -0
  4480. package/node_modules/lodash/trimEnd.js +41 -0
  4481. package/node_modules/lodash/trimStart.js +43 -0
  4482. package/node_modules/lodash/truncate.js +111 -0
  4483. package/node_modules/lodash/unary.js +22 -0
  4484. package/node_modules/lodash/unescape.js +34 -0
  4485. package/node_modules/lodash/union.js +26 -0
  4486. package/node_modules/lodash/unionBy.js +39 -0
  4487. package/node_modules/lodash/unionWith.js +34 -0
  4488. package/node_modules/lodash/uniq.js +25 -0
  4489. package/node_modules/lodash/uniqBy.js +31 -0
  4490. package/node_modules/lodash/uniqWith.js +28 -0
  4491. package/node_modules/lodash/uniqueId.js +28 -0
  4492. package/node_modules/lodash/unset.js +34 -0
  4493. package/node_modules/lodash/unzip.js +45 -0
  4494. package/node_modules/lodash/unzipWith.js +39 -0
  4495. package/node_modules/lodash/update.js +35 -0
  4496. package/node_modules/lodash/updateWith.js +33 -0
  4497. package/node_modules/lodash/upperCase.js +27 -0
  4498. package/node_modules/lodash/upperFirst.js +22 -0
  4499. package/node_modules/lodash/util.js +34 -0
  4500. package/node_modules/lodash/value.js +1 -0
  4501. package/node_modules/lodash/valueOf.js +1 -0
  4502. package/node_modules/lodash/values.js +34 -0
  4503. package/node_modules/lodash/valuesIn.js +32 -0
  4504. package/node_modules/lodash/without.js +31 -0
  4505. package/node_modules/lodash/words.js +35 -0
  4506. package/node_modules/lodash/wrap.js +30 -0
  4507. package/node_modules/lodash/wrapperAt.js +48 -0
  4508. package/node_modules/lodash/wrapperChain.js +34 -0
  4509. package/node_modules/lodash/wrapperLodash.js +147 -0
  4510. package/node_modules/lodash/wrapperReverse.js +44 -0
  4511. package/node_modules/lodash/wrapperValue.js +21 -0
  4512. package/node_modules/lodash/xor.js +28 -0
  4513. package/node_modules/lodash/xorBy.js +39 -0
  4514. package/node_modules/lodash/xorWith.js +34 -0
  4515. package/node_modules/lodash/zip.js +22 -0
  4516. package/node_modules/lodash/zipObject.js +24 -0
  4517. package/node_modules/lodash/zipObjectDeep.js +23 -0
  4518. package/node_modules/lodash/zipWith.js +32 -0
  4519. package/node_modules/lodash.merge/LICENSE +47 -0
  4520. package/node_modules/lodash.merge/README.md +18 -0
  4521. package/node_modules/lodash.merge/index.js +1977 -0
  4522. package/node_modules/lodash.merge/package.json +16 -0
  4523. package/node_modules/strnum/.github/SECURITY.md +5 -0
  4524. package/node_modules/strnum/.vscode/launch.json +25 -0
  4525. package/node_modules/strnum/CHANGELOG.md +33 -0
  4526. package/node_modules/strnum/LICENSE +21 -0
  4527. package/node_modules/strnum/README.md +97 -0
  4528. package/node_modules/strnum/algo.stflow +84 -0
  4529. package/node_modules/strnum/package.json +31 -0
  4530. package/node_modules/strnum/strnum.js +129 -0
  4531. package/node_modules/strnum/strnum.test.js +173 -0
  4532. package/node_modules/strnum/test.js +9 -0
  4533. package/node_modules/tslib/CopyrightNotice.txt +15 -0
  4534. package/node_modules/tslib/LICENSE.txt +12 -0
  4535. package/node_modules/tslib/README.md +164 -0
  4536. package/node_modules/tslib/SECURITY.md +41 -0
  4537. package/node_modules/tslib/modules/index.d.ts +38 -0
  4538. package/node_modules/tslib/modules/index.js +70 -0
  4539. package/node_modules/tslib/modules/package.json +3 -0
  4540. package/node_modules/tslib/package.json +47 -0
  4541. package/node_modules/tslib/tslib.d.ts +460 -0
  4542. package/node_modules/tslib/tslib.es6.html +1 -0
  4543. package/node_modules/tslib/tslib.es6.js +402 -0
  4544. package/node_modules/tslib/tslib.es6.mjs +401 -0
  4545. package/node_modules/tslib/tslib.html +1 -0
  4546. package/node_modules/tslib/tslib.js +484 -0
  4547. package/package.json +162 -0
  4548. package/yalc.lock +10 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"./lib/fxparser.min.js","mappings":"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","sources":["webpack://XMLParser/webpack/universalModuleDefinition","webpack://XMLParser/webpack/bootstrap","webpack://XMLParser/webpack/runtime/define property getters","webpack://XMLParser/webpack/runtime/hasOwnProperty shorthand","webpack://XMLParser/webpack/runtime/make namespace object","webpack://XMLParser/./src/xmlparser/OptionsBuilder.js","webpack://XMLParser/./src/util.js","webpack://XMLParser/./src/xmlparser/xmlNode.js","webpack://XMLParser/./src/xmlparser/DocTypeReader.js","webpack://XMLParser/./node_modules/strnum/strnum.js","webpack://XMLParser/./src/xmlparser/OrderedObjParser.js","webpack://XMLParser/./src/ignoreAttributes.js","webpack://XMLParser/./src/xmlparser/node2json.js","webpack://XMLParser/./src/validator.js","webpack://XMLParser/./src/xmlparser/XMLParser.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"XMLParser\"] = factory();\n\telse\n\t\troot[\"XMLParser\"] = factory();\n})(this, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","\nexport const defaultOptions = {\n preserveOrder: false,\n attributeNamePrefix: '@_',\n attributesGroupName: false,\n textNodeName: '#text',\n ignoreAttributes: true,\n removeNSPrefix: false, // remove NS from tag name or attribute name if true\n allowBooleanAttributes: false, //a tag can have attributes without any value\n //ignoreRootElement : false,\n parseTagValue: true,\n parseAttributeValue: false,\n trimValues: true, //Trim string values of tag and attributes\n cdataPropName: false,\n numberParseOptions: {\n hex: true,\n leadingZeros: true,\n eNotation: true\n },\n tagValueProcessor: function(tagName, val) {\n return val;\n },\n attributeValueProcessor: function(attrName, val) {\n return val;\n },\n stopNodes: [], //nested tags will not be parsed even for errors\n alwaysCreateTextNode: false,\n isArray: () => false,\n commentPropName: false,\n unpairedTags: [],\n processEntities: true,\n htmlEntities: false,\n ignoreDeclaration: false,\n ignorePiTags: false,\n transformTagName: false,\n transformAttributeName: false,\n updateTag: function(tagName, jPath, attrs){\n return tagName\n },\n // skipEmptyListItem: false\n captureMetaData: false,\n};\n \nexport const buildOptions = function(options) {\n return Object.assign({}, defaultOptions, options);\n};\n","'use strict';\n\nconst nameStartChar = ':A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\nconst nameChar = nameStartChar + '\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\nexport const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';\nconst regexName = new RegExp('^' + nameRegexp + '$');\n\nexport function getAllMatches(string, regex) {\n const matches = [];\n let match = regex.exec(string);\n while (match) {\n const allmatches = [];\n allmatches.startIndex = regex.lastIndex - match[0].length;\n const len = match.length;\n for (let index = 0; index < len; index++) {\n allmatches.push(match[index]);\n }\n matches.push(allmatches);\n match = regex.exec(string);\n }\n return matches;\n}\n\nexport const isName = function(string) {\n const match = regexName.exec(string);\n return !(match === null || typeof match === 'undefined');\n}\n\nexport function isExist(v) {\n return typeof v !== 'undefined';\n}\n\nexport function isEmptyObject(obj) {\n return Object.keys(obj).length === 0;\n}\n\n/**\n * Copy all the properties of a into b.\n * @param {*} target\n * @param {*} a\n */\nexport function merge(target, a, arrayMode) {\n if (a) {\n const keys = Object.keys(a); // will return an array of own properties\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n if (arrayMode === 'strict') {\n target[keys[i]] = [ a[keys[i]] ];\n } else {\n target[keys[i]] = a[keys[i]];\n }\n }\n }\n}\n/* exports.merge =function (b,a){\n return Object.assign(b,a);\n} */\n\nexport function getValue(v) {\n if (exports.isExist(v)) {\n return v;\n } else {\n return '';\n }\n}\n\n// const fakeCall = function(a) {return a;};\n// const fakeCallNoReturn = function() {};","'use strict';\n\nlet METADATA_SYMBOL;\n\nif (typeof Symbol !== \"function\") {\n METADATA_SYMBOL = \"@@xmlMetadata\";\n} else {\n METADATA_SYMBOL = Symbol(\"XML Node Metadata\");\n}\n\nexport default class XmlNode{\n constructor(tagname) {\n this.tagname = tagname;\n this.child = []; //nested tags, text, cdata, comments in order\n this[\":@\"] = {}; //attributes map\n }\n add(key,val){\n // this.child.push( {name : key, val: val, isCdata: isCdata });\n if(key === \"__proto__\") key = \"#__proto__\";\n this.child.push( {[key]: val });\n }\n addChild(node, startIndex) {\n if(node.tagname === \"__proto__\") node.tagname = \"#__proto__\";\n if(node[\":@\"] && Object.keys(node[\":@\"]).length > 0){\n this.child.push( { [node.tagname]: node.child, [\":@\"]: node[\":@\"] });\n }else{\n this.child.push( { [node.tagname]: node.child });\n }\n // if requested, add the startIndex\n if (startIndex !== undefined) {\n // Note: for now we just overwrite the metadata. If we had more complex metadata,\n // we might need to do an object append here: metadata = { ...metadata, startIndex }\n this.child[this.child.length - 1][METADATA_SYMBOL] = { startIndex };\n }\n }\n /** symbol used for metadata */\n static getMetaDataSymbol() {\n return METADATA_SYMBOL;\n }\n}\n","import {isName} from '../util.js';\n\n//TODO: handle comments\nexport default function readDocType(xmlData, i){\n \n const entities = {};\n if( xmlData[i + 3] === 'O' &&\n xmlData[i + 4] === 'C' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'Y' &&\n xmlData[i + 7] === 'P' &&\n xmlData[i + 8] === 'E')\n { \n i = i+9;\n let angleBracketsCount = 1;\n let hasBody = false, comment = false;\n let exp = \"\";\n for(;i<xmlData.length;i++){\n if (xmlData[i] === '<' && !comment) { //Determine the tag type\n if( hasBody && hasSeq(xmlData, \"!ENTITY\",i)){\n i += 7; \n let entityName, val;\n [entityName, val,i] = readEntityExp(xmlData,i+1);\n if(val.indexOf(\"&\") === -1) //Parameter entities are not supported\n entities[ entityName ] = {\n regx : RegExp( `&${entityName};`,\"g\"),\n val: val\n };\n }\n else if( hasBody && hasSeq(xmlData, \"!ELEMENT\",i)) {\n i += 8;//Not supported\n const {index} = readElementExp(xmlData,i+1);\n i = index;\n }else if( hasBody && hasSeq(xmlData, \"!ATTLIST\",i)){\n i += 8;//Not supported\n // const {index} = readAttlistExp(xmlData,i+1);\n // i = index;\n }else if( hasBody && hasSeq(xmlData, \"!NOTATION\",i)) {\n i += 9;//Not supported\n const {index} = readNotationExp(xmlData,i+1);\n i = index;\n }else if( hasSeq(xmlData, \"!--\",i) ) comment = true;\n else throw new Error(`Invalid DOCTYPE`);\n\n angleBracketsCount++;\n exp = \"\";\n } else if (xmlData[i] === '>') { //Read tag content\n if(comment){\n if( xmlData[i - 1] === \"-\" && xmlData[i - 2] === \"-\"){\n comment = false;\n angleBracketsCount--;\n }\n }else{\n angleBracketsCount--;\n }\n if (angleBracketsCount === 0) {\n break;\n }\n }else if( xmlData[i] === '['){\n hasBody = true;\n }else{\n exp += xmlData[i];\n }\n }\n if(angleBracketsCount !== 0){\n throw new Error(`Unclosed DOCTYPE`);\n }\n }else{\n throw new Error(`Invalid Tag instead of DOCTYPE`);\n }\n return {entities, i};\n}\n\nconst skipWhitespace = (data, index) => {\n while (index < data.length && /\\s/.test(data[index])) {\n index++;\n }\n return index;\n};\n\nfunction readEntityExp(xmlData, i) { \n //External entities are not supported\n // <!ENTITY ext SYSTEM \"http://normal-website.com\" >\n\n //Parameter entities are not supported\n // <!ENTITY entityname \"&anotherElement;\">\n\n //Internal entities are supported\n // <!ENTITY entityname \"replacement text\">\n\n // Skip leading whitespace after <!ENTITY\n i = skipWhitespace(xmlData, i);\n\n // Read entity name\n let entityName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i]) && xmlData[i] !== '\"' && xmlData[i] !== \"'\") {\n entityName += xmlData[i];\n i++;\n }\n validateEntityName(entityName);\n\n // Skip whitespace after entity name\n i = skipWhitespace(xmlData, i);\n\n // Check for unsupported constructs (external entities or parameter entities)\n if (xmlData.substring(i, i + 6).toUpperCase() === \"SYSTEM\") {\n throw new Error(\"External entities are not supported\");\n }else if (xmlData[i] === \"%\") {\n throw new Error(\"Parameter entities are not supported\");\n }\n\n // Read entity value (internal entity)\n let entityValue = \"\";\n [i, entityValue] = readIdentifierVal(xmlData, i, \"entity\");\n i--;\n return [entityName, entityValue, i ];\n}\n\nfunction readNotationExp(xmlData, i) {\n // Skip leading whitespace after <!NOTATION\n i = skipWhitespace(xmlData, i);\n\n // Read notation name\n let notationName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n notationName += xmlData[i];\n i++;\n }\n validateEntityName(notationName);\n\n // Skip whitespace after notation name\n i = skipWhitespace(xmlData, i);\n\n // Check identifier type (SYSTEM or PUBLIC)\n const identifierType = xmlData.substring(i, i + 6).toUpperCase();\n if (identifierType !== \"SYSTEM\" && identifierType !== \"PUBLIC\") {\n throw new Error(`Expected SYSTEM or PUBLIC, found \"${identifierType}\"`);\n }\n i += identifierType.length;\n\n // Skip whitespace after identifier type\n i = skipWhitespace(xmlData, i);\n\n // Read public identifier (if PUBLIC)\n let publicIdentifier = null;\n let systemIdentifier = null;\n\n if (identifierType === \"PUBLIC\") {\n [i, publicIdentifier ] = readIdentifierVal(xmlData, i, \"publicIdentifier\");\n\n // Skip whitespace after public identifier\n i = skipWhitespace(xmlData, i);\n\n // Optionally read system identifier\n if (xmlData[i] === '\"' || xmlData[i] === \"'\") {\n [i, systemIdentifier ] = readIdentifierVal(xmlData, i,\"systemIdentifier\");\n }\n } else if (identifierType === \"SYSTEM\") {\n // Read system identifier (mandatory for SYSTEM)\n [i, systemIdentifier ] = readIdentifierVal(xmlData, i, \"systemIdentifier\");\n\n if (!systemIdentifier) {\n throw new Error(\"Missing mandatory system identifier for SYSTEM notation\");\n }\n }\n \n return {notationName, publicIdentifier, systemIdentifier, index: --i};\n}\n\nfunction readIdentifierVal(xmlData, i, type) {\n let identifierVal = \"\";\n const startChar = xmlData[i];\n if (startChar !== '\"' && startChar !== \"'\") {\n throw new Error(`Expected quoted string, found \"${startChar}\"`);\n }\n i++;\n\n while (i < xmlData.length && xmlData[i] !== startChar) {\n identifierVal += xmlData[i];\n i++;\n }\n\n if (xmlData[i] !== startChar) {\n throw new Error(`Unterminated ${type} value`);\n }\n i++;\n return [i, identifierVal];\n}\n\nfunction readElementExp(xmlData, i) {\n // <!ELEMENT br EMPTY>\n // <!ELEMENT div ANY>\n // <!ELEMENT title (#PCDATA)>\n // <!ELEMENT book (title, author+)>\n // <!ELEMENT name (content-model)>\n \n // Skip leading whitespace after <!ELEMENT\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n if (!validateEntityName(elementName)) {\n throw new Error(`Invalid element name: \"${elementName}\"`);\n }\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n let contentModel = \"\";\n // Expect '(' to start content model\n if(xmlData[i] === \"E\" && hasSeq(xmlData, \"MPTY\",i)) i+=4;\n else if(xmlData[i] === \"A\" && hasSeq(xmlData, \"NY\",i)) i+=2;\n else if (xmlData[i] === \"(\") {\n i++; // Move past '('\n\n // Read content model\n while (i < xmlData.length && xmlData[i] !== \")\") {\n contentModel += xmlData[i];\n i++;\n }\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated content model\");\n }\n\n }else{\n throw new Error(`Invalid Element Expression, found \"${xmlData[i]}\"`);\n }\n \n return {\n elementName,\n contentModel: contentModel.trim(),\n index: i\n };\n}\n\nfunction readAttlistExp(xmlData, i) {\n // Skip leading whitespace after <!ATTLIST\n i = skipWhitespace(xmlData, i);\n\n // Read element name\n let elementName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n elementName += xmlData[i];\n i++;\n }\n\n // Validate element name\n validateEntityName(elementName)\n\n // Skip whitespace after element name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute name\n let attributeName = \"\";\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeName += xmlData[i];\n i++;\n }\n\n // Validate attribute name\n if (!validateEntityName(attributeName)) {\n throw new Error(`Invalid attribute name: \"${attributeName}\"`);\n }\n\n // Skip whitespace after attribute name\n i = skipWhitespace(xmlData, i);\n\n // Read attribute type\n let attributeType = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"NOTATION\") {\n attributeType = \"NOTATION\";\n i += 8; // Move past \"NOTATION\"\n\n // Skip whitespace after \"NOTATION\"\n i = skipWhitespace(xmlData, i);\n\n // Expect '(' to start the list of notations\n if (xmlData[i] !== \"(\") {\n throw new Error(`Expected '(', found \"${xmlData[i]}\"`);\n }\n i++; // Move past '('\n\n // Read the list of allowed notations\n let allowedNotations = [];\n while (i < xmlData.length && xmlData[i] !== \")\") {\n let notation = \"\";\n while (i < xmlData.length && xmlData[i] !== \"|\" && xmlData[i] !== \")\") {\n notation += xmlData[i];\n i++;\n }\n\n // Validate notation name\n notation = notation.trim();\n if (!validateEntityName(notation)) {\n throw new Error(`Invalid notation name: \"${notation}\"`);\n }\n\n allowedNotations.push(notation);\n\n // Skip '|' separator or exit loop\n if (xmlData[i] === \"|\") {\n i++; // Move past '|'\n i = skipWhitespace(xmlData, i); // Skip optional whitespace after '|'\n }\n }\n\n if (xmlData[i] !== \")\") {\n throw new Error(\"Unterminated list of notations\");\n }\n i++; // Move past ')'\n\n // Store the allowed notations as part of the attribute type\n attributeType += \" (\" + allowedNotations.join(\"|\") + \")\";\n } else {\n // Handle simple types (e.g., CDATA, ID, IDREF, etc.)\n while (i < xmlData.length && !/\\s/.test(xmlData[i])) {\n attributeType += xmlData[i];\n i++;\n }\n\n // Validate simple attribute type\n const validTypes = [\"CDATA\", \"ID\", \"IDREF\", \"IDREFS\", \"ENTITY\", \"ENTITIES\", \"NMTOKEN\", \"NMTOKENS\"];\n if (!validTypes.includes(attributeType.toUpperCase())) {\n throw new Error(`Invalid attribute type: \"${attributeType}\"`);\n }\n }\n\n // Skip whitespace after attribute type\n i = skipWhitespace(xmlData, i);\n\n // Read default value\n let defaultValue = \"\";\n if (xmlData.substring(i, i + 8).toUpperCase() === \"#REQUIRED\") {\n defaultValue = \"#REQUIRED\";\n i += 8;\n } else if (xmlData.substring(i, i + 7).toUpperCase() === \"#IMPLIED\") {\n defaultValue = \"#IMPLIED\";\n i += 7;\n } else {\n [i, defaultValue] = readIdentifierVal(xmlData, i, \"ATTLIST\");\n }\n\n return {\n elementName,\n attributeName,\n attributeType,\n defaultValue,\n index: i\n }\n}\n\nfunction hasSeq(data, seq,i){\n for(let j=0;j<seq.length;j++){\n if(seq[j]!==data[i+j+1]) return false;\n }\n return true;\n}\n\nfunction validateEntityName(name){\n if (isName(name))\n\treturn name;\n else\n throw new Error(`Invalid entity name ${name}`);\n}\n","const hexRegex = /^[-+]?0x[a-fA-F0-9]+$/;\nconst numRegex = /^([\\-\\+])?(0*)([0-9]*(\\.[0-9]*)?)$/;\n// const octRegex = /^0x[a-z0-9]+/;\n// const binRegex = /0x[a-z0-9]+/;\n\n \nconst consider = {\n hex : true,\n // oct: false,\n leadingZeros: true,\n decimalPoint: \"\\.\",\n eNotation: true,\n //skipLike: /regex/\n};\n\nexport default function toNumber(str, options = {}){\n options = Object.assign({}, consider, options );\n if(!str || typeof str !== \"string\" ) return str;\n \n let trimmedStr = str.trim();\n \n if(options.skipLike !== undefined && options.skipLike.test(trimmedStr)) return str;\n else if(str===\"0\") return 0;\n else if (options.hex && hexRegex.test(trimmedStr)) {\n return parse_int(trimmedStr, 16);\n // }else if (options.oct && octRegex.test(str)) {\n // return Number.parseInt(val, 8);\n }else if (trimmedStr.search(/.+[eE].+/)!== -1) { //eNotation\n return resolveEnotation(str,trimmedStr,options);\n // }else if (options.parseBin && binRegex.test(str)) {\n // return Number.parseInt(val, 2);\n }else{\n //separate negative sign, leading zeros, and rest number\n const match = numRegex.exec(trimmedStr);\n // +00.123 => [ , '+', '00', '.123', ..\n if(match){\n const sign = match[1] || \"\";\n const leadingZeros = match[2];\n let numTrimmedByZeros = trimZeros(match[3]); //complete num without leading zeros\n const decimalAdjacentToLeadingZeros = sign ? // 0., -00., 000.\n str[leadingZeros.length+1] === \".\" \n : str[leadingZeros.length] === \".\";\n\n //trim ending zeros for floating number\n if(!options.leadingZeros //leading zeros are not allowed\n && (leadingZeros.length > 1 \n || (leadingZeros.length === 1 && !decimalAdjacentToLeadingZeros))){\n // 00, 00.3, +03.24, 03, 03.24\n return str;\n }\n else{//no leading zeros or leading zeros are allowed\n const num = Number(trimmedStr);\n const parsedStr = String(num);\n\n if( num === 0 || num === -0) return num;\n if(parsedStr.search(/[eE]/) !== -1){ //given number is long and parsed to eNotation\n if(options.eNotation) return num;\n else return str;\n }else if(trimmedStr.indexOf(\".\") !== -1){ //floating number\n if(parsedStr === \"0\") return num; //0.0\n else if(parsedStr === numTrimmedByZeros) return num; //0.456. 0.79000\n else if( parsedStr === `${sign}${numTrimmedByZeros}`) return num;\n else return str;\n }\n \n let n = leadingZeros? numTrimmedByZeros : trimmedStr;\n if(leadingZeros){\n // -009 => -9\n return (n === parsedStr) || (sign+n === parsedStr) ? num : str\n }else {\n // +9\n return (n === parsedStr) || (n === sign+parsedStr) ? num : str\n }\n }\n }else{ //non-numeric string\n return str;\n }\n }\n}\n\nconst eNotationRegx = /^([-+])?(0*)(\\d*(\\.\\d*)?[eE][-\\+]?\\d+)$/;\nfunction resolveEnotation(str,trimmedStr,options){\n if(!options.eNotation) return str;\n const notation = trimmedStr.match(eNotationRegx); \n if(notation){\n let sign = notation[1] || \"\";\n const eChar = notation[3].indexOf(\"e\") === -1 ? \"E\" : \"e\";\n const leadingZeros = notation[2];\n const eAdjacentToLeadingZeros = sign ? // 0E.\n str[leadingZeros.length+1] === eChar \n : str[leadingZeros.length] === eChar;\n\n if(leadingZeros.length > 1 && eAdjacentToLeadingZeros) return str;\n else if(leadingZeros.length === 1 \n && (notation[3].startsWith(`.${eChar}`) || notation[3][0] === eChar)){\n return Number(trimmedStr);\n }else if(options.leadingZeros && !eAdjacentToLeadingZeros){ //accept with leading zeros\n //remove leading 0s\n trimmedStr = (notation[1] || \"\") + notation[3];\n return Number(trimmedStr);\n }else return str;\n }else{\n return str;\n }\n}\n\n/**\n * \n * @param {string} numStr without leading zeros\n * @returns \n */\nfunction trimZeros(numStr){\n if(numStr && numStr.indexOf(\".\") !== -1){//float\n numStr = numStr.replace(/0+$/, \"\"); //remove ending zeros\n if(numStr === \".\") numStr = \"0\";\n else if(numStr[0] === \".\") numStr = \"0\"+numStr;\n else if(numStr[numStr.length-1] === \".\") numStr = numStr.substring(0,numStr.length-1);\n return numStr;\n }\n return numStr;\n}\n\nfunction parse_int(numStr, base){\n //polyfill\n if(parseInt) return parseInt(numStr, base);\n else if(Number.parseInt) return Number.parseInt(numStr, base);\n else if(window && window.parseInt) return window.parseInt(numStr, base);\n else throw new Error(\"parseInt, Number.parseInt, window.parseInt are not supported\")\n}","'use strict';\n///@ts-check\n\nimport {getAllMatches, isExist} from '../util.js';\nimport xmlNode from './xmlNode.js';\nimport readDocType from './DocTypeReader.js';\nimport toNumber from \"strnum\";\nimport getIgnoreAttributesFn from \"../ignoreAttributes.js\";\n\n// const regx =\n// '<((!\\\\[CDATA\\\\[([\\\\s\\\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\\\/)(NAME)\\\\s*>))([^<]*)'\n// .replace(/NAME/g, util.nameRegexp);\n\n//const tagsRegx = new RegExp(\"<(\\\\/?[\\\\w:\\\\-\\._]+)([^>]*)>(\\\\s*\"+cdataRegx+\")*([^<]+)?\",\"g\");\n//const tagsRegx = new RegExp(\"<(\\\\/?)((\\\\w*:)?([\\\\w:\\\\-\\._]+))([^>]*)>([^<]*)(\"+cdataRegx+\"([^<]*))*([^<]+)?\",\"g\");\n\nexport default class OrderedObjParser{\n constructor(options){\n this.options = options;\n this.currentNode = null;\n this.tagsNodeStack = [];\n this.docTypeEntities = {};\n this.lastEntities = {\n \"apos\" : { regex: /&(apos|#39|#x27);/g, val : \"'\"},\n \"gt\" : { regex: /&(gt|#62|#x3E);/g, val : \">\"},\n \"lt\" : { regex: /&(lt|#60|#x3C);/g, val : \"<\"},\n \"quot\" : { regex: /&(quot|#34|#x22);/g, val : \"\\\"\"},\n };\n this.ampEntity = { regex: /&(amp|#38|#x26);/g, val : \"&\"};\n this.htmlEntities = {\n \"space\": { regex: /&(nbsp|#160);/g, val: \" \" },\n // \"lt\" : { regex: /&(lt|#60);/g, val: \"<\" },\n // \"gt\" : { regex: /&(gt|#62);/g, val: \">\" },\n // \"amp\" : { regex: /&(amp|#38);/g, val: \"&\" },\n // \"quot\" : { regex: /&(quot|#34);/g, val: \"\\\"\" },\n // \"apos\" : { regex: /&(apos|#39);/g, val: \"'\" },\n \"cent\" : { regex: /&(cent|#162);/g, val: \"¢\" },\n \"pound\" : { regex: /&(pound|#163);/g, val: \"£\" },\n \"yen\" : { regex: /&(yen|#165);/g, val: \"¥\" },\n \"euro\" : { regex: /&(euro|#8364);/g, val: \"€\" },\n \"copyright\" : { regex: /&(copy|#169);/g, val: \"©\" },\n \"reg\" : { regex: /&(reg|#174);/g, val: \"®\" },\n \"inr\" : { regex: /&(inr|#8377);/g, val: \"₹\" },\n \"num_dec\": { regex: /&#([0-9]{1,7});/g, val : (_, str) => String.fromCodePoint(Number.parseInt(str, 10)) },\n \"num_hex\": { regex: /&#x([0-9a-fA-F]{1,6});/g, val : (_, str) => String.fromCodePoint(Number.parseInt(str, 16)) },\n };\n this.addExternalEntities = addExternalEntities;\n this.parseXml = parseXml;\n this.parseTextData = parseTextData;\n this.resolveNameSpace = resolveNameSpace;\n this.buildAttributesMap = buildAttributesMap;\n this.isItStopNode = isItStopNode;\n this.replaceEntitiesValue = replaceEntitiesValue;\n this.readStopNodeData = readStopNodeData;\n this.saveTextToParentTag = saveTextToParentTag;\n this.addChild = addChild;\n this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes)\n }\n\n}\n\nfunction addExternalEntities(externalEntities){\n const entKeys = Object.keys(externalEntities);\n for (let i = 0; i < entKeys.length; i++) {\n const ent = entKeys[i];\n this.lastEntities[ent] = {\n regex: new RegExp(\"&\"+ent+\";\",\"g\"),\n val : externalEntities[ent]\n }\n }\n}\n\n/**\n * @param {string} val\n * @param {string} tagName\n * @param {string} jPath\n * @param {boolean} dontTrim\n * @param {boolean} hasAttributes\n * @param {boolean} isLeafNode\n * @param {boolean} escapeEntities\n */\nfunction parseTextData(val, tagName, jPath, dontTrim, hasAttributes, isLeafNode, escapeEntities) {\n if (val !== undefined) {\n if (this.options.trimValues && !dontTrim) {\n val = val.trim();\n }\n if(val.length > 0){\n if(!escapeEntities) val = this.replaceEntitiesValue(val);\n \n const newval = this.options.tagValueProcessor(tagName, val, jPath, hasAttributes, isLeafNode);\n if(newval === null || newval === undefined){\n //don't parse\n return val;\n }else if(typeof newval !== typeof val || newval !== val){\n //overwrite\n return newval;\n }else if(this.options.trimValues){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n const trimmedVal = val.trim();\n if(trimmedVal === val){\n return parseValue(val, this.options.parseTagValue, this.options.numberParseOptions);\n }else{\n return val;\n }\n }\n }\n }\n}\n\nfunction resolveNameSpace(tagname) {\n if (this.options.removeNSPrefix) {\n const tags = tagname.split(':');\n const prefix = tagname.charAt(0) === '/' ? '/' : '';\n if (tags[0] === 'xmlns') {\n return '';\n }\n if (tags.length === 2) {\n tagname = prefix + tags[1];\n }\n }\n return tagname;\n}\n\n//TODO: change regex to capture NS\n//const attrsRegx = new RegExp(\"([\\\\w\\\\-\\\\.\\\\:]+)\\\\s*=\\\\s*(['\\\"])((.|\\n)*?)\\\\2\",\"gm\");\nconst attrsRegx = new RegExp('([^\\\\s=]+)\\\\s*(=\\\\s*([\\'\"])([\\\\s\\\\S]*?)\\\\3)?', 'gm');\n\nfunction buildAttributesMap(attrStr, jPath, tagName) {\n if (this.options.ignoreAttributes !== true && typeof attrStr === 'string') {\n // attrStr = attrStr.replace(/\\r?\\n/g, ' ');\n //attrStr = attrStr || attrStr.trim();\n\n const matches = getAllMatches(attrStr, attrsRegx);\n const len = matches.length; //don't make it inline\n const attrs = {};\n for (let i = 0; i < len; i++) {\n const attrName = this.resolveNameSpace(matches[i][1]);\n if (this.ignoreAttributesFn(attrName, jPath)) {\n continue\n }\n let oldVal = matches[i][4];\n let aName = this.options.attributeNamePrefix + attrName;\n if (attrName.length) {\n if (this.options.transformAttributeName) {\n aName = this.options.transformAttributeName(aName);\n }\n if(aName === \"__proto__\") aName = \"#__proto__\";\n if (oldVal !== undefined) {\n if (this.options.trimValues) {\n oldVal = oldVal.trim();\n }\n oldVal = this.replaceEntitiesValue(oldVal);\n const newVal = this.options.attributeValueProcessor(attrName, oldVal, jPath);\n if(newVal === null || newVal === undefined){\n //don't parse\n attrs[aName] = oldVal;\n }else if(typeof newVal !== typeof oldVal || newVal !== oldVal){\n //overwrite\n attrs[aName] = newVal;\n }else{\n //parse\n attrs[aName] = parseValue(\n oldVal,\n this.options.parseAttributeValue,\n this.options.numberParseOptions\n );\n }\n } else if (this.options.allowBooleanAttributes) {\n attrs[aName] = true;\n }\n }\n }\n if (!Object.keys(attrs).length) {\n return;\n }\n if (this.options.attributesGroupName) {\n const attrCollection = {};\n attrCollection[this.options.attributesGroupName] = attrs;\n return attrCollection;\n }\n return attrs\n }\n}\n\nconst parseXml = function(xmlData) {\n xmlData = xmlData.replace(/\\r\\n?/g, \"\\n\"); //TODO: remove this line\n const xmlObj = new xmlNode('!xml');\n let currentNode = xmlObj;\n let textData = \"\";\n let jPath = \"\";\n for(let i=0; i< xmlData.length; i++){//for each char in XML data\n const ch = xmlData[i];\n if(ch === '<'){\n // const nextIndex = i+1;\n // const _2ndChar = xmlData[nextIndex];\n if( xmlData[i+1] === '/') {//Closing Tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, \"Closing Tag is not closed.\")\n let tagName = xmlData.substring(i+2,closeIndex).trim();\n\n if(this.options.removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n }\n }\n\n if(this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n\n if(currentNode){\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n }\n\n //check if last tag of nested tag was unpaired tag\n const lastTagName = jPath.substring(jPath.lastIndexOf(\".\")+1);\n if(tagName && this.options.unpairedTags.indexOf(tagName) !== -1 ){\n throw new Error(`Unpaired tag can not be used as closing tag: </${tagName}>`);\n }\n let propIndex = 0\n if(lastTagName && this.options.unpairedTags.indexOf(lastTagName) !== -1 ){\n propIndex = jPath.lastIndexOf('.', jPath.lastIndexOf('.')-1)\n this.tagsNodeStack.pop();\n }else{\n propIndex = jPath.lastIndexOf(\".\");\n }\n jPath = jPath.substring(0, propIndex);\n\n currentNode = this.tagsNodeStack.pop();//avoid recursion, set the parent tag scope\n textData = \"\";\n i = closeIndex;\n } else if( xmlData[i+1] === '?') {\n\n let tagData = readTagExp(xmlData,i, false, \"?>\");\n if(!tagData) throw new Error(\"Pi Tag is not closed.\");\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n if( (this.options.ignoreDeclaration && tagData.tagName === \"?xml\") || this.options.ignorePiTags){\n\n }else{\n \n const childNode = new xmlNode(tagData.tagName);\n childNode.add(this.options.textNodeName, \"\");\n \n if(tagData.tagName !== tagData.tagExp && tagData.attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagData.tagExp, jPath, tagData.tagName);\n }\n this.addChild(currentNode, childNode, jPath, i);\n }\n\n\n i = tagData.closeIndex + 1;\n } else if(xmlData.substr(i + 1, 3) === '!--') {\n const endIndex = findClosingIndex(xmlData, \"-->\", i+4, \"Comment is not closed.\")\n if(this.options.commentPropName){\n const comment = xmlData.substring(i + 4, endIndex - 2);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n currentNode.add(this.options.commentPropName, [ { [this.options.textNodeName] : comment } ]);\n }\n i = endIndex;\n } else if( xmlData.substr(i + 1, 2) === '!D') {\n const result = readDocType(xmlData, i);\n this.docTypeEntities = result.entities;\n i = result.i;\n }else if(xmlData.substr(i + 1, 2) === '![') {\n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"CDATA is not closed.\") - 2;\n const tagExp = xmlData.substring(i + 9,closeIndex);\n\n textData = this.saveTextToParentTag(textData, currentNode, jPath);\n\n let val = this.parseTextData(tagExp, currentNode.tagname, jPath, true, false, true, true);\n if(val == undefined) val = \"\";\n\n //cdata should be set even if it is 0 length string\n if(this.options.cdataPropName){\n currentNode.add(this.options.cdataPropName, [ { [this.options.textNodeName] : tagExp } ]);\n }else{\n currentNode.add(this.options.textNodeName, val);\n }\n \n i = closeIndex + 2;\n }else {//Opening tag\n let result = readTagExp(xmlData,i, this.options.removeNSPrefix);\n let tagName= result.tagName;\n const rawTagName = result.rawTagName;\n let tagExp = result.tagExp;\n let attrExpPresent = result.attrExpPresent;\n let closeIndex = result.closeIndex;\n\n if (this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n \n //save text as child node\n if (currentNode && textData) {\n if(currentNode.tagname !== '!xml'){\n //when nested tag is found\n textData = this.saveTextToParentTag(textData, currentNode, jPath, false);\n }\n }\n\n //check if last tag was unpaired tag\n const lastTag = currentNode;\n if(lastTag && this.options.unpairedTags.indexOf(lastTag.tagname) !== -1 ){\n currentNode = this.tagsNodeStack.pop();\n jPath = jPath.substring(0, jPath.lastIndexOf(\".\"));\n }\n if(tagName !== xmlObj.tagname){\n jPath += jPath ? \".\" + tagName : tagName;\n }\n const startIndex = i;\n if (this.isItStopNode(this.options.stopNodes, jPath, tagName)) {\n let tagContent = \"\";\n //self-closing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n i = result.closeIndex;\n }\n //unpaired tag\n else if(this.options.unpairedTags.indexOf(tagName) !== -1){\n \n i = result.closeIndex;\n }\n //normal tag\n else{\n //read until closing tag is found\n const result = this.readStopNodeData(xmlData, rawTagName, closeIndex + 1);\n if(!result) throw new Error(`Unexpected end of ${rawTagName}`);\n i = result.i;\n tagContent = result.tagContent;\n }\n\n const childNode = new xmlNode(tagName);\n\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath, tagName);\n }\n if(tagContent) {\n tagContent = this.parseTextData(tagContent, tagName, jPath, true, attrExpPresent, true, true);\n }\n \n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n childNode.add(this.options.textNodeName, tagContent);\n \n this.addChild(currentNode, childNode, jPath, startIndex);\n }else{\n //selfClosing tag\n if(tagExp.length > 0 && tagExp.lastIndexOf(\"/\") === tagExp.length - 1){\n if(tagName[tagName.length - 1] === \"/\"){ //remove trailing '/'\n tagName = tagName.substr(0, tagName.length - 1);\n jPath = jPath.substr(0, jPath.length - 1);\n tagExp = tagName;\n }else{\n tagExp = tagExp.substr(0, tagExp.length - 1);\n }\n \n if(this.options.transformTagName) {\n tagName = this.options.transformTagName(tagName);\n }\n\n const childNode = new xmlNode(tagName);\n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath, tagName);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n jPath = jPath.substr(0, jPath.lastIndexOf(\".\"));\n }\n //opening tag\n else{\n const childNode = new xmlNode( tagName);\n this.tagsNodeStack.push(currentNode);\n \n if(tagName !== tagExp && attrExpPresent){\n childNode[\":@\"] = this.buildAttributesMap(tagExp, jPath, tagName);\n }\n this.addChild(currentNode, childNode, jPath, startIndex);\n currentNode = childNode;\n }\n textData = \"\";\n i = closeIndex;\n }\n }\n }else{\n textData += xmlData[i];\n }\n }\n return xmlObj.child;\n}\n\nfunction addChild(currentNode, childNode, jPath, startIndex){\n // unset startIndex if not requested\n if (!this.options.captureMetaData) startIndex = undefined;\n const result = this.options.updateTag(childNode.tagname, jPath, childNode[\":@\"])\n if(result === false){\n } else if(typeof result === \"string\"){\n childNode.tagname = result\n currentNode.addChild(childNode, startIndex);\n }else{\n currentNode.addChild(childNode, startIndex);\n }\n}\n\nconst replaceEntitiesValue = function(val){\n\n if(this.options.processEntities){\n for(let entityName in this.docTypeEntities){\n const entity = this.docTypeEntities[entityName];\n val = val.replace( entity.regx, entity.val);\n }\n for(let entityName in this.lastEntities){\n const entity = this.lastEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n if(this.options.htmlEntities){\n for(let entityName in this.htmlEntities){\n const entity = this.htmlEntities[entityName];\n val = val.replace( entity.regex, entity.val);\n }\n }\n val = val.replace( this.ampEntity.regex, this.ampEntity.val);\n }\n return val;\n}\nfunction saveTextToParentTag(textData, currentNode, jPath, isLeafNode) {\n if (textData) { //store previously collected data as textNode\n if(isLeafNode === undefined) isLeafNode = currentNode.child.length === 0\n \n textData = this.parseTextData(textData,\n currentNode.tagname,\n jPath,\n false,\n currentNode[\":@\"] ? Object.keys(currentNode[\":@\"]).length !== 0 : false,\n isLeafNode);\n\n if (textData !== undefined && textData !== \"\")\n currentNode.add(this.options.textNodeName, textData);\n textData = \"\";\n }\n return textData;\n}\n\n//TODO: use jPath to simplify the logic\n/**\n * \n * @param {string[]} stopNodes \n * @param {string} jPath\n * @param {string} currentTagName \n */\nfunction isItStopNode(stopNodes, jPath, currentTagName){\n const allNodesExp = \"*.\" + currentTagName;\n for (const stopNodePath in stopNodes) {\n const stopNodeExp = stopNodes[stopNodePath];\n if( allNodesExp === stopNodeExp || jPath === stopNodeExp ) return true;\n }\n return false;\n}\n\n/**\n * Returns the tag Expression and where it is ending handling single-double quotes situation\n * @param {string} xmlData \n * @param {number} i starting index\n * @returns \n */\nfunction tagExpWithClosingIndex(xmlData, i, closingChar = \">\"){\n let attrBoundary;\n let tagExp = \"\";\n for (let index = i; index < xmlData.length; index++) {\n let ch = xmlData[index];\n if (attrBoundary) {\n if (ch === attrBoundary) attrBoundary = \"\";//reset\n } else if (ch === '\"' || ch === \"'\") {\n attrBoundary = ch;\n } else if (ch === closingChar[0]) {\n if(closingChar[1]){\n if(xmlData[index + 1] === closingChar[1]){\n return {\n data: tagExp,\n index: index\n }\n }\n }else{\n return {\n data: tagExp,\n index: index\n }\n }\n } else if (ch === '\\t') {\n ch = \" \"\n }\n tagExp += ch;\n }\n}\n\nfunction findClosingIndex(xmlData, str, i, errMsg){\n const closingIndex = xmlData.indexOf(str, i);\n if(closingIndex === -1){\n throw new Error(errMsg)\n }else{\n return closingIndex + str.length - 1;\n }\n}\n\nfunction readTagExp(xmlData,i, removeNSPrefix, closingChar = \">\"){\n const result = tagExpWithClosingIndex(xmlData, i+1, closingChar);\n if(!result) return;\n let tagExp = result.data;\n const closeIndex = result.index;\n const separatorIndex = tagExp.search(/\\s/);\n let tagName = tagExp;\n let attrExpPresent = true;\n if(separatorIndex !== -1){//separate tag name and attributes expression\n tagName = tagExp.substring(0, separatorIndex);\n tagExp = tagExp.substring(separatorIndex + 1).trimStart();\n }\n\n const rawTagName = tagName;\n if(removeNSPrefix){\n const colonIndex = tagName.indexOf(\":\");\n if(colonIndex !== -1){\n tagName = tagName.substr(colonIndex+1);\n attrExpPresent = tagName !== result.data.substr(colonIndex + 1);\n }\n }\n\n return {\n tagName: tagName,\n tagExp: tagExp,\n closeIndex: closeIndex,\n attrExpPresent: attrExpPresent,\n rawTagName: rawTagName,\n }\n}\n/**\n * find paired tag for a stop node\n * @param {string} xmlData \n * @param {string} tagName \n * @param {number} i \n */\nfunction readStopNodeData(xmlData, tagName, i){\n const startIndex = i;\n // Starting at 1 since we already have an open tag\n let openTagCount = 1;\n\n for (; i < xmlData.length; i++) {\n if( xmlData[i] === \"<\"){ \n if (xmlData[i+1] === \"/\") {//close tag\n const closeIndex = findClosingIndex(xmlData, \">\", i, `${tagName} is not closed`);\n let closeTagName = xmlData.substring(i+2,closeIndex).trim();\n if(closeTagName === tagName){\n openTagCount--;\n if (openTagCount === 0) {\n return {\n tagContent: xmlData.substring(startIndex, i),\n i : closeIndex\n }\n }\n }\n i=closeIndex;\n } else if(xmlData[i+1] === '?') { \n const closeIndex = findClosingIndex(xmlData, \"?>\", i+1, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 3) === '!--') { \n const closeIndex = findClosingIndex(xmlData, \"-->\", i+3, \"StopNode is not closed.\")\n i=closeIndex;\n } else if(xmlData.substr(i + 1, 2) === '![') { \n const closeIndex = findClosingIndex(xmlData, \"]]>\", i, \"StopNode is not closed.\") - 2;\n i=closeIndex;\n } else {\n const tagData = readTagExp(xmlData, i, '>')\n\n if (tagData) {\n const openTagName = tagData && tagData.tagName;\n if (openTagName === tagName && tagData.tagExp[tagData.tagExp.length-1] !== \"/\") {\n openTagCount++;\n }\n i=tagData.closeIndex;\n }\n }\n }\n }//end for loop\n}\n\nfunction parseValue(val, shouldParse, options) {\n if (shouldParse && typeof val === 'string') {\n //console.log(options)\n const newval = val.trim();\n if(newval === 'true' ) return true;\n else if(newval === 'false' ) return false;\n else return toNumber(val, options);\n } else {\n if (isExist(val)) {\n return val;\n } else {\n return '';\n }\n }\n}\n","export default function getIgnoreAttributesFn(ignoreAttributes) {\n if (typeof ignoreAttributes === 'function') {\n return ignoreAttributes\n }\n if (Array.isArray(ignoreAttributes)) {\n return (attrName) => {\n for (const pattern of ignoreAttributes) {\n if (typeof pattern === 'string' && attrName === pattern) {\n return true\n }\n if (pattern instanceof RegExp && pattern.test(attrName)) {\n return true\n }\n }\n }\n }\n return () => false\n}","'use strict';\n\nimport XmlNode from './xmlNode.js';\n\nconst METADATA_SYMBOL = XmlNode.getMetaDataSymbol();\n\n/**\n * \n * @param {array} node \n * @param {any} options \n * @returns \n */\nexport default function prettify(node, options){\n return compress( node, options);\n}\n\n/**\n * \n * @param {array} arr \n * @param {object} options \n * @param {string} jPath \n * @returns object\n */\nfunction compress(arr, options, jPath){\n let text;\n const compressedObj = {};\n for (let i = 0; i < arr.length; i++) {\n const tagObj = arr[i];\n const property = propName(tagObj);\n let newJpath = \"\";\n if(jPath === undefined) newJpath = property;\n else newJpath = jPath + \".\" + property;\n\n if(property === options.textNodeName){\n if(text === undefined) text = tagObj[property];\n else text += \"\" + tagObj[property];\n }else if(property === undefined){\n continue;\n }else if(tagObj[property]){\n \n let val = compress(tagObj[property], options, newJpath);\n const isLeaf = isLeafTag(val, options);\n if (tagObj[METADATA_SYMBOL] !== undefined) {\n val[METADATA_SYMBOL] = tagObj[METADATA_SYMBOL]; // copy over metadata\n }\n\n if(tagObj[\":@\"]){\n assignAttributes( val, tagObj[\":@\"], newJpath, options);\n }else if(Object.keys(val).length === 1 && val[options.textNodeName] !== undefined && !options.alwaysCreateTextNode){\n val = val[options.textNodeName];\n }else if(Object.keys(val).length === 0){\n if(options.alwaysCreateTextNode) val[options.textNodeName] = \"\";\n else val = \"\";\n }\n\n if(compressedObj[property] !== undefined && compressedObj.hasOwnProperty(property)) {\n if(!Array.isArray(compressedObj[property])) {\n compressedObj[property] = [ compressedObj[property] ];\n }\n compressedObj[property].push(val);\n }else{\n //TODO: if a node is not an array, then check if it should be an array\n //also determine if it is a leaf node\n if (options.isArray(property, newJpath, isLeaf )) {\n compressedObj[property] = [val];\n }else{\n compressedObj[property] = val;\n }\n }\n }\n \n }\n // if(text && text.length > 0) compressedObj[options.textNodeName] = text;\n if(typeof text === \"string\"){\n if(text.length > 0) compressedObj[options.textNodeName] = text;\n }else if(text !== undefined) compressedObj[options.textNodeName] = text;\n return compressedObj;\n}\n\nfunction propName(obj){\n const keys = Object.keys(obj);\n for (let i = 0; i < keys.length; i++) {\n const key = keys[i];\n if(key !== \":@\") return key;\n }\n}\n\nfunction assignAttributes(obj, attrMap, jpath, options){\n if (attrMap) {\n const keys = Object.keys(attrMap);\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n const atrrName = keys[i];\n if (options.isArray(atrrName, jpath + \".\" + atrrName, true, true)) {\n obj[atrrName] = [ attrMap[atrrName] ];\n } else {\n obj[atrrName] = attrMap[atrrName];\n }\n }\n }\n}\n\nfunction isLeafTag(obj, options){\n const { textNodeName } = options;\n const propCount = Object.keys(obj).length;\n \n if (propCount === 0) {\n return true;\n }\n\n if (\n propCount === 1 &&\n (obj[textNodeName] || typeof obj[textNodeName] === \"boolean\" || obj[textNodeName] === 0)\n ) {\n return true;\n }\n\n return false;\n}\n","'use strict';\n\nimport {getAllMatches, isName} from './util.js';\n\nconst defaultOptions = {\n allowBooleanAttributes: false, //A tag can have attributes without any value\n unpairedTags: []\n};\n\n//const tagsPattern = new RegExp(\"<\\\\/?([\\\\w:\\\\-_\\.]+)\\\\s*\\/?>\",\"g\");\nexport function validate(xmlData, options) {\n options = Object.assign({}, defaultOptions, options);\n\n //xmlData = xmlData.replace(/(\\r\\n|\\n|\\r)/gm,\"\");//make it single line\n //xmlData = xmlData.replace(/(^\\s*<\\?xml.*?\\?>)/g,\"\");//Remove XML starting tag\n //xmlData = xmlData.replace(/(<!DOCTYPE[\\s\\w\\\"\\.\\/\\-\\:]+(\\[.*\\])*\\s*>)/g,\"\");//Remove DOCTYPE\n const tags = [];\n let tagFound = false;\n\n //indicates that the root tag has been closed (aka. depth 0 has been reached)\n let reachedRoot = false;\n\n if (xmlData[0] === '\\ufeff') {\n // check for byte order mark (BOM)\n xmlData = xmlData.substr(1);\n }\n \n for (let i = 0; i < xmlData.length; i++) {\n\n if (xmlData[i] === '<' && xmlData[i+1] === '?') {\n i+=2;\n i = readPI(xmlData,i);\n if (i.err) return i;\n }else if (xmlData[i] === '<') {\n //starting of tag\n //read until you reach to '>' avoiding any '>' in attribute value\n let tagStartPos = i;\n i++;\n \n if (xmlData[i] === '!') {\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else {\n let closingTag = false;\n if (xmlData[i] === '/') {\n //closing tag\n closingTag = true;\n i++;\n }\n //read tagname\n let tagName = '';\n for (; i < xmlData.length &&\n xmlData[i] !== '>' &&\n xmlData[i] !== ' ' &&\n xmlData[i] !== '\\t' &&\n xmlData[i] !== '\\n' &&\n xmlData[i] !== '\\r'; i++\n ) {\n tagName += xmlData[i];\n }\n tagName = tagName.trim();\n //console.log(tagName);\n\n if (tagName[tagName.length - 1] === '/') {\n //self closing tag without attributes\n tagName = tagName.substring(0, tagName.length - 1);\n //continue;\n i--;\n }\n if (!validateTagName(tagName)) {\n let msg;\n if (tagName.trim().length === 0) {\n msg = \"Invalid space after '<'.\";\n } else {\n msg = \"Tag '\"+tagName+\"' is an invalid name.\";\n }\n return getErrorObject('InvalidTag', msg, getLineNumberForPosition(xmlData, i));\n }\n\n const result = readAttributeStr(xmlData, i);\n if (result === false) {\n return getErrorObject('InvalidAttr', \"Attributes for '\"+tagName+\"' have open quote.\", getLineNumberForPosition(xmlData, i));\n }\n let attrStr = result.value;\n i = result.index;\n\n if (attrStr[attrStr.length - 1] === '/') {\n //self closing tag\n const attrStrStart = i - attrStr.length;\n attrStr = attrStr.substring(0, attrStr.length - 1);\n const isValid = validateAttributeString(attrStr, options);\n if (isValid === true) {\n tagFound = true;\n //continue; //text may presents after self closing tag\n } else {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, attrStrStart + isValid.err.line));\n }\n } else if (closingTag) {\n if (!result.tagClosed) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' doesn't have proper closing.\", getLineNumberForPosition(xmlData, i));\n } else if (attrStr.trim().length > 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' can't have attributes or invalid starting.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else if (tags.length === 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' has not been opened.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else {\n const otg = tags.pop();\n if (tagName !== otg.tagName) {\n let openPos = getLineNumberForPosition(xmlData, otg.tagStartPos);\n return getErrorObject('InvalidTag',\n \"Expected closing tag '\"+otg.tagName+\"' (opened in line \"+openPos.line+\", col \"+openPos.col+\") instead of closing tag '\"+tagName+\"'.\",\n getLineNumberForPosition(xmlData, tagStartPos));\n }\n\n //when there are no more tags, we reached the root level.\n if (tags.length == 0) {\n reachedRoot = true;\n }\n }\n } else {\n const isValid = validateAttributeString(attrStr, options);\n if (isValid !== true) {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, i - attrStr.length + isValid.err.line));\n }\n\n //if the root level has been reached before ...\n if (reachedRoot === true) {\n return getErrorObject('InvalidXml', 'Multiple possible root nodes found.', getLineNumberForPosition(xmlData, i));\n } else if(options.unpairedTags.indexOf(tagName) !== -1){\n //don't push into stack\n } else {\n tags.push({tagName, tagStartPos});\n }\n tagFound = true;\n }\n\n //skip tag text value\n //It may include comments and CDATA value\n for (i++; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n if (xmlData[i + 1] === '!') {\n //comment or CADATA\n i++;\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else if (xmlData[i+1] === '?') {\n i = readPI(xmlData, ++i);\n if (i.err) return i;\n } else{\n break;\n }\n } else if (xmlData[i] === '&') {\n const afterAmp = validateAmpersand(xmlData, i);\n if (afterAmp == -1)\n return getErrorObject('InvalidChar', \"char '&' is not expected.\", getLineNumberForPosition(xmlData, i));\n i = afterAmp;\n }else{\n if (reachedRoot === true && !isWhiteSpace(xmlData[i])) {\n return getErrorObject('InvalidXml', \"Extra text at the end\", getLineNumberForPosition(xmlData, i));\n }\n }\n } //end of reading tag text value\n if (xmlData[i] === '<') {\n i--;\n }\n }\n } else {\n if ( isWhiteSpace(xmlData[i])) {\n continue;\n }\n return getErrorObject('InvalidChar', \"char '\"+xmlData[i]+\"' is not expected.\", getLineNumberForPosition(xmlData, i));\n }\n }\n\n if (!tagFound) {\n return getErrorObject('InvalidXml', 'Start tag expected.', 1);\n }else if (tags.length == 1) {\n return getErrorObject('InvalidTag', \"Unclosed tag '\"+tags[0].tagName+\"'.\", getLineNumberForPosition(xmlData, tags[0].tagStartPos));\n }else if (tags.length > 0) {\n return getErrorObject('InvalidXml', \"Invalid '\"+\n JSON.stringify(tags.map(t => t.tagName), null, 4).replace(/\\r?\\n/g, '')+\n \"' found.\", {line: 1, col: 1});\n }\n\n return true;\n};\n\nfunction isWhiteSpace(char){\n return char === ' ' || char === '\\t' || char === '\\n' || char === '\\r';\n}\n/**\n * Read Processing insstructions and skip\n * @param {*} xmlData\n * @param {*} i\n */\nfunction readPI(xmlData, i) {\n const start = i;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] == '?' || xmlData[i] == ' ') {\n //tagname\n const tagname = xmlData.substr(start, i - start);\n if (i > 5 && tagname === 'xml') {\n return getErrorObject('InvalidXml', 'XML declaration allowed only at the start of the document.', getLineNumberForPosition(xmlData, i));\n } else if (xmlData[i] == '?' && xmlData[i + 1] == '>') {\n //check if valid attribut string\n i++;\n break;\n } else {\n continue;\n }\n }\n }\n return i;\n}\n\nfunction readCommentAndCDATA(xmlData, i) {\n if (xmlData.length > i + 5 && xmlData[i + 1] === '-' && xmlData[i + 2] === '-') {\n //comment\n for (i += 3; i < xmlData.length; i++) {\n if (xmlData[i] === '-' && xmlData[i + 1] === '-' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n } else if (\n xmlData.length > i + 8 &&\n xmlData[i + 1] === 'D' &&\n xmlData[i + 2] === 'O' &&\n xmlData[i + 3] === 'C' &&\n xmlData[i + 4] === 'T' &&\n xmlData[i + 5] === 'Y' &&\n xmlData[i + 6] === 'P' &&\n xmlData[i + 7] === 'E'\n ) {\n let angleBracketsCount = 1;\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n angleBracketsCount++;\n } else if (xmlData[i] === '>') {\n angleBracketsCount--;\n if (angleBracketsCount === 0) {\n break;\n }\n }\n }\n } else if (\n xmlData.length > i + 9 &&\n xmlData[i + 1] === '[' &&\n xmlData[i + 2] === 'C' &&\n xmlData[i + 3] === 'D' &&\n xmlData[i + 4] === 'A' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'A' &&\n xmlData[i + 7] === '['\n ) {\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === ']' && xmlData[i + 1] === ']' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n }\n\n return i;\n}\n\nconst doubleQuote = '\"';\nconst singleQuote = \"'\";\n\n/**\n * Keep reading xmlData until '<' is found outside the attribute value.\n * @param {string} xmlData\n * @param {number} i\n */\nfunction readAttributeStr(xmlData, i) {\n let attrStr = '';\n let startChar = '';\n let tagClosed = false;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === doubleQuote || xmlData[i] === singleQuote) {\n if (startChar === '') {\n startChar = xmlData[i];\n } else if (startChar !== xmlData[i]) {\n //if vaue is enclosed with double quote then single quotes are allowed inside the value and vice versa\n } else {\n startChar = '';\n }\n } else if (xmlData[i] === '>') {\n if (startChar === '') {\n tagClosed = true;\n break;\n }\n }\n attrStr += xmlData[i];\n }\n if (startChar !== '') {\n return false;\n }\n\n return {\n value: attrStr,\n index: i,\n tagClosed: tagClosed\n };\n}\n\n/**\n * Select all the attributes whether valid or invalid.\n */\nconst validAttrStrRegxp = new RegExp('(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*([\\'\"])(([\\\\s\\\\S])*?)\\\\5)?', 'g');\n\n//attr, =\"sd\", a=\"amit's\", a=\"sd\"b=\"saf\", ab cd=\"\"\n\nfunction validateAttributeString(attrStr, options) {\n //console.log(\"start:\"+attrStr+\":end\");\n\n //if(attrStr.trim().length === 0) return true; //empty string\n\n const matches = getAllMatches(attrStr, validAttrStrRegxp);\n const attrNames = {};\n\n for (let i = 0; i < matches.length; i++) {\n if (matches[i][1].length === 0) {\n //nospace before attribute name: a=\"sd\"b=\"saf\"\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' has no space in starting.\", getPositionFromMatch(matches[i]))\n } else if (matches[i][3] !== undefined && matches[i][4] === undefined) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' is without value.\", getPositionFromMatch(matches[i]));\n } else if (matches[i][3] === undefined && !options.allowBooleanAttributes) {\n //independent attribute: ab\n return getErrorObject('InvalidAttr', \"boolean attribute '\"+matches[i][2]+\"' is not allowed.\", getPositionFromMatch(matches[i]));\n }\n /* else if(matches[i][6] === undefined){//attribute without value: ab=\n return { err: { code:\"InvalidAttr\",msg:\"attribute \" + matches[i][2] + \" has no value assigned.\"}};\n } */\n const attrName = matches[i][2];\n if (!validateAttrName(attrName)) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is an invalid name.\", getPositionFromMatch(matches[i]));\n }\n if (!attrNames.hasOwnProperty(attrName)) {\n //check for duplicate attribute.\n attrNames[attrName] = 1;\n } else {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is repeated.\", getPositionFromMatch(matches[i]));\n }\n }\n\n return true;\n}\n\nfunction validateNumberAmpersand(xmlData, i) {\n let re = /\\d/;\n if (xmlData[i] === 'x') {\n i++;\n re = /[\\da-fA-F]/;\n }\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === ';')\n return i;\n if (!xmlData[i].match(re))\n break;\n }\n return -1;\n}\n\nfunction validateAmpersand(xmlData, i) {\n // https://www.w3.org/TR/xml/#dt-charref\n i++;\n if (xmlData[i] === ';')\n return -1;\n if (xmlData[i] === '#') {\n i++;\n return validateNumberAmpersand(xmlData, i);\n }\n let count = 0;\n for (; i < xmlData.length; i++, count++) {\n if (xmlData[i].match(/\\w/) && count < 20)\n continue;\n if (xmlData[i] === ';')\n break;\n return -1;\n }\n return i;\n}\n\nfunction getErrorObject(code, message, lineNumber) {\n return {\n err: {\n code: code,\n msg: message,\n line: lineNumber.line || lineNumber,\n col: lineNumber.col,\n },\n };\n}\n\nfunction validateAttrName(attrName) {\n return isName(attrName);\n}\n\n// const startsWithXML = /^xml/i;\n\nfunction validateTagName(tagname) {\n return isName(tagname) /* && !tagname.match(startsWithXML) */;\n}\n\n//this function returns the line number for the character at the given index\nfunction getLineNumberForPosition(xmlData, index) {\n const lines = xmlData.substring(0, index).split(/\\r?\\n/);\n return {\n line: lines.length,\n\n // column number is last line's length + 1, because column numbering starts at 1:\n col: lines[lines.length - 1].length + 1\n };\n}\n\n//this function returns the position of the first character of match within attrStr\nfunction getPositionFromMatch(match) {\n return match.startIndex + match[1].length;\n}\n","import { buildOptions} from './OptionsBuilder.js';\nimport OrderedObjParser from './OrderedObjParser.js';\nimport prettify from './node2json.js';\nimport {validate} from \"../validator.js\";\nimport XmlNode from './xmlNode.js';\n\nexport default class XMLParser{\n \n constructor(options){\n this.externalEntities = {};\n this.options = buildOptions(options);\n \n }\n /**\n * Parse XML dats to JS object \n * @param {string|Buffer} xmlData \n * @param {boolean|Object} validationOption \n */\n parse(xmlData,validationOption){\n if(typeof xmlData === \"string\"){\n }else if( xmlData.toString){\n xmlData = xmlData.toString();\n }else{\n throw new Error(\"XML data is accepted in String or Bytes[] form.\")\n }\n if( validationOption){\n if(validationOption === true) validationOption = {}; //validate with default options\n \n const result = validate(xmlData, validationOption);\n if (result !== true) {\n throw Error( `${result.err.msg}:${result.err.line}:${result.err.col}` )\n }\n }\n const orderedObjParser = new OrderedObjParser(this.options);\n orderedObjParser.addExternalEntities(this.externalEntities);\n const orderedResult = orderedObjParser.parseXml(xmlData);\n if(this.options.preserveOrder || orderedResult === undefined) return orderedResult;\n else return prettify(orderedResult, this.options);\n }\n\n /**\n * Add Entity which is not by default supported by this library\n * @param {string} key \n * @param {string} value \n */\n addEntity(key, value){\n if(value.indexOf(\"&\") !== -1){\n throw new Error(\"Entity value can't have '&'\")\n }else if(key.indexOf(\"&\") !== -1 || key.indexOf(\";\") !== -1){\n throw new Error(\"An entity must be set without '&' and ';'. Eg. use '#xD' for '&#xD;'\")\n }else if(value === \"&\"){\n throw new Error(\"An entity with value '&' is not permitted\");\n }else{\n this.externalEntities[key] = value;\n }\n }\n\n /**\n * Returns a Symbol that can be used to access the metadata\n * property on a node.\n * \n * If Symbol is not available in the environment, an ordinary property is used\n * and the name of the property is here returned.\n * \n * The XMLMetaData property is only present when `captureMetaData`\n * is true in the options.\n */\n static getMetaDataSymbol() {\n return XmlNode.getMetaDataSymbol();\n }\n}\n"],"names":["root","factory","exports","module","define","amd","this","__webpack_require__","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","defaultOptions","preserveOrder","attributeNamePrefix","attributesGroupName","textNodeName","ignoreAttributes","removeNSPrefix","allowBooleanAttributes","parseTagValue","parseAttributeValue","trimValues","cdataPropName","numberParseOptions","hex","leadingZeros","eNotation","tagValueProcessor","tagName","val","attributeValueProcessor","attrName","stopNodes","alwaysCreateTextNode","isArray","commentPropName","unpairedTags","processEntities","htmlEntities","ignoreDeclaration","ignorePiTags","transformTagName","transformAttributeName","updateTag","jPath","attrs","captureMetaData","nameStartChar","regexName","RegExp","getAllMatches","string","regex","matches","match","exec","allmatches","startIndex","lastIndex","length","len","index","push","METADATA_SYMBOL","isName","XmlNode","tagname","child","_proto","add","_this$child$push","addChild","node","_this$child$push2","_this$child$push3","keys","undefined","getMetaDataSymbol","readDocType","xmlData","i","entities","Error","angleBracketsCount","hasBody","comment","hasSeq","entityName","_readEntityExp","readEntityExp","indexOf","regx","readElementExp","readNotationExp","skipWhitespace","data","test","validateEntityName","substring","toUpperCase","_readIdentifierVal","readIdentifierVal","notationName","identifierType","publicIdentifier","systemIdentifier","_readIdentifierVal2","_readIdentifierVal3","_readIdentifierVal4","type","identifierVal","startChar","elementName","contentModel","trim","seq","j","name","hexRegex","numRegex","consider","decimalPoint","eNotationRegx","OrderedObjParser","options","currentNode","tagsNodeStack","docTypeEntities","lastEntities","ampEntity","_","str","String","fromCodePoint","Number","parseInt","addExternalEntities","parseXml","parseTextData","resolveNameSpace","buildAttributesMap","isItStopNode","replaceEntitiesValue","readStopNodeData","saveTextToParentTag","ignoreAttributesFn","Array","_step","_iterator","_createForOfIteratorHelperLoose","done","pattern","externalEntities","entKeys","ent","dontTrim","hasAttributes","isLeafNode","escapeEntities","newval","parseValue","tags","split","prefix","charAt","attrsRegx","attrStr","oldVal","aName","newVal","attrCollection","replace","xmlObj","xmlNode","textData","closeIndex","findClosingIndex","colonIndex","substr","lastTagName","lastIndexOf","propIndex","pop","tagData","readTagExp","childNode","tagExp","attrExpPresent","endIndex","_ref","result","_ref2","rawTagName","lastTag","tagContent","entity","currentTagName","allNodesExp","stopNodePath","stopNodeExp","errMsg","closingIndex","closingChar","attrBoundary","ch","tagExpWithClosingIndex","separatorIndex","search","trimStart","openTagCount","shouldParse","assign","trimmedStr","skipLike","numStr","window","parse_int","notation","sign","eChar","eAdjacentToLeadingZeros","startsWith","resolveEnotation","numTrimmedByZeros","decimalAdjacentToLeadingZeros","num","parsedStr","n","toNumber","prettify","compress","arr","text","compressedObj","newJpath","tagObj","property","propName","isLeaf","isLeafTag","assignAttributes","attrMap","jpath","atrrName","propCount","isWhiteSpace","char","readPI","start","getErrorObject","getLineNumberForPosition","readCommentAndCDATA","readAttributeStr","tagClosed","validAttrStrRegxp","validateAttributeString","attrNames","getPositionFromMatch","validateAttrName","validateAmpersand","re","validateNumberAmpersand","count","code","message","lineNumber","err","msg","line","col","lines","XMLParser","buildOptions","parse","validationOption","toString","tagFound","reachedRoot","tagStartPos","closingTag","attrStrStart","isValid","otg","openPos","afterAmp","JSON","stringify","map","t","validate","orderedObjParser","orderedResult","addEntity"],"sourceRoot":""}
@@ -0,0 +1,2 @@
1
+ !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.XMLValidator=t():e.XMLValidator=t()}(this,(()=>(()=>{"use strict";var e={d:(t,r)=>{for(var n in r)e.o(r,n)&&!e.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:r[n]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r:e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})}},t={};e.r(t),e.d(t,{validate:()=>l});var r=":A-Za-z_\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",n=new RegExp("^["+r+"]["+r+"\\-.\\d\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$"),i=function(e){return!(null==n.exec(e))},a={allowBooleanAttributes:!1,unpairedTags:[]};function l(e,t){t=Object.assign({},a,t);var r=[],n=!1,l=!1;"\ufeff"===e[0]&&(e=e.substr(1));for(var s=0;s<e.length;s++)if("<"===e[s]&&"?"===e[s+1]){if((s=u(e,s+=2)).err)return s}else{if("<"!==e[s]){if(o(e[s]))continue;return p("InvalidChar","char '"+e[s]+"' is not expected.",m(e,s))}var g=s;if("!"===e[++s]){s=f(e,s);continue}var v=!1;"/"===e[s]&&(v=!0,s++);for(var b="";s<e.length&&">"!==e[s]&&" "!==e[s]&&"\t"!==e[s]&&"\n"!==e[s]&&"\r"!==e[s];s++)b+=e[s];if("/"===(b=b.trim())[b.length-1]&&(b=b.substring(0,b.length-1),s--),!i(b))return p("InvalidTag",0===b.trim().length?"Invalid space after '<'.":"Tag '"+b+"' is an invalid name.",m(e,s));var F=d(e,s);if(!1===F)return p("InvalidAttr","Attributes for '"+b+"' have open quote.",m(e,s));var I=F.value;if(s=F.index,"/"===I[I.length-1]){var x=s-I.length,A=c(I=I.substring(0,I.length-1),t);if(!0!==A)return p(A.err.code,A.err.msg,m(e,x+A.err.line));n=!0}else if(v){if(!F.tagClosed)return p("InvalidTag","Closing tag '"+b+"' doesn't have proper closing.",m(e,s));if(I.trim().length>0)return p("InvalidTag","Closing tag '"+b+"' can't have attributes or invalid starting.",m(e,g));if(0===r.length)return p("InvalidTag","Closing tag '"+b+"' has not been opened.",m(e,g));var y=r.pop();if(b!==y.tagName){var C=m(e,y.tagStartPos);return p("InvalidTag","Expected closing tag '"+y.tagName+"' (opened in line "+C.line+", col "+C.col+") instead of closing tag '"+b+"'.",m(e,g))}0==r.length&&(l=!0)}else{var T=c(I,t);if(!0!==T)return p(T.err.code,T.err.msg,m(e,s-I.length+T.err.line));if(!0===l)return p("InvalidXml","Multiple possible root nodes found.",m(e,s));-1!==t.unpairedTags.indexOf(b)||r.push({tagName:b,tagStartPos:g}),n=!0}for(s++;s<e.length;s++)if("<"===e[s]){if("!"===e[s+1]){s=f(e,++s);continue}if("?"!==e[s+1])break;if((s=u(e,++s)).err)return s}else if("&"===e[s]){var S=h(e,s);if(-1==S)return p("InvalidChar","char '&' is not expected.",m(e,s));s=S}else if(!0===l&&!o(e[s]))return p("InvalidXml","Extra text at the end",m(e,s));"<"===e[s]&&s--}return n?1==r.length?p("InvalidTag","Unclosed tag '"+r[0].tagName+"'.",m(e,r[0].tagStartPos)):!(r.length>0)||p("InvalidXml","Invalid '"+JSON.stringify(r.map((function(e){return e.tagName})),null,4).replace(/\r?\n/g,"")+"' found.",{line:1,col:1}):p("InvalidXml","Start tag expected.",1)}function o(e){return" "===e||"\t"===e||"\n"===e||"\r"===e}function u(e,t){for(var r=t;t<e.length;t++)if("?"!=e[t]&&" "!=e[t]);else{var n=e.substr(r,t-r);if(t>5&&"xml"===n)return p("InvalidXml","XML declaration allowed only at the start of the document.",m(e,t));if("?"==e[t]&&">"==e[t+1]){t++;break}}return t}function f(e,t){if(e.length>t+5&&"-"===e[t+1]&&"-"===e[t+2]){for(t+=3;t<e.length;t++)if("-"===e[t]&&"-"===e[t+1]&&">"===e[t+2]){t+=2;break}}else if(e.length>t+8&&"D"===e[t+1]&&"O"===e[t+2]&&"C"===e[t+3]&&"T"===e[t+4]&&"Y"===e[t+5]&&"P"===e[t+6]&&"E"===e[t+7]){var r=1;for(t+=8;t<e.length;t++)if("<"===e[t])r++;else if(">"===e[t]&&0==--r)break}else if(e.length>t+9&&"["===e[t+1]&&"C"===e[t+2]&&"D"===e[t+3]&&"A"===e[t+4]&&"T"===e[t+5]&&"A"===e[t+6]&&"["===e[t+7])for(t+=8;t<e.length;t++)if("]"===e[t]&&"]"===e[t+1]&&">"===e[t+2]){t+=2;break}return t}var s='"',g="'";function d(e,t){for(var r="",n="",i=!1;t<e.length;t++){if(e[t]===s||e[t]===g)""===n?n=e[t]:n!==e[t]||(n="");else if(">"===e[t]&&""===n){i=!0;break}r+=e[t]}return""===n&&{value:r,index:t,tagClosed:i}}var v=new RegExp("(\\s*)([^\\s=]+)(\\s*=)?(\\s*(['\"])(([\\s\\S])*?)\\5)?","g");function c(e,t){for(var r=function(e,t){for(var r=[],n=t.exec(e);n;){var i=[];i.startIndex=t.lastIndex-n[0].length;for(var a=n.length,l=0;l<a;l++)i.push(n[l]);r.push(i),n=t.exec(e)}return r}(e,v),n={},i=0;i<r.length;i++){if(0===r[i][1].length)return p("InvalidAttr","Attribute '"+r[i][2]+"' has no space in starting.",F(r[i]));if(void 0!==r[i][3]&&void 0===r[i][4])return p("InvalidAttr","Attribute '"+r[i][2]+"' is without value.",F(r[i]));if(void 0===r[i][3]&&!t.allowBooleanAttributes)return p("InvalidAttr","boolean attribute '"+r[i][2]+"' is not allowed.",F(r[i]));var a=r[i][2];if(!b(a))return p("InvalidAttr","Attribute '"+a+"' is an invalid name.",F(r[i]));if(n.hasOwnProperty(a))return p("InvalidAttr","Attribute '"+a+"' is repeated.",F(r[i]));n[a]=1}return!0}function h(e,t){if(";"===e[++t])return-1;if("#"===e[t])return function(e,t){var r=/\d/;for("x"===e[t]&&(t++,r=/[\da-fA-F]/);t<e.length;t++){if(";"===e[t])return t;if(!e[t].match(r))break}return-1}(e,++t);for(var r=0;t<e.length;t++,r++)if(!(e[t].match(/\w/)&&r<20)){if(";"===e[t])break;return-1}return t}function p(e,t,r){return{err:{code:e,msg:t,line:r.line||r,col:r.col}}}function b(e){return i(e)}function m(e,t){var r=e.substring(0,t).split(/\r?\n/);return{line:r.length,col:r[r.length-1].length+1}}function F(e){return e.startIndex+e[1].length}return t})()));
2
+ //# sourceMappingURL=fxvalidator.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"./lib/fxvalidator.min.js","mappings":"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","sources":["webpack://XMLValidator/webpack/universalModuleDefinition","webpack://XMLValidator/webpack/bootstrap","webpack://XMLValidator/webpack/runtime/define property getters","webpack://XMLValidator/webpack/runtime/hasOwnProperty shorthand","webpack://XMLValidator/webpack/runtime/make namespace object","webpack://XMLValidator/./src/util.js","webpack://XMLValidator/./src/validator.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"XMLValidator\"] = factory();\n\telse\n\t\troot[\"XMLValidator\"] = factory();\n})(this, () => {\nreturn ","// The require scope\nvar __webpack_require__ = {};\n\n","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","'use strict';\n\nconst nameStartChar = ':A-Za-z_\\\\u00C0-\\\\u00D6\\\\u00D8-\\\\u00F6\\\\u00F8-\\\\u02FF\\\\u0370-\\\\u037D\\\\u037F-\\\\u1FFF\\\\u200C-\\\\u200D\\\\u2070-\\\\u218F\\\\u2C00-\\\\u2FEF\\\\u3001-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFFD';\nconst nameChar = nameStartChar + '\\\\-.\\\\d\\\\u00B7\\\\u0300-\\\\u036F\\\\u203F-\\\\u2040';\nexport const nameRegexp = '[' + nameStartChar + '][' + nameChar + ']*';\nconst regexName = new RegExp('^' + nameRegexp + '$');\n\nexport function getAllMatches(string, regex) {\n const matches = [];\n let match = regex.exec(string);\n while (match) {\n const allmatches = [];\n allmatches.startIndex = regex.lastIndex - match[0].length;\n const len = match.length;\n for (let index = 0; index < len; index++) {\n allmatches.push(match[index]);\n }\n matches.push(allmatches);\n match = regex.exec(string);\n }\n return matches;\n}\n\nexport const isName = function(string) {\n const match = regexName.exec(string);\n return !(match === null || typeof match === 'undefined');\n}\n\nexport function isExist(v) {\n return typeof v !== 'undefined';\n}\n\nexport function isEmptyObject(obj) {\n return Object.keys(obj).length === 0;\n}\n\n/**\n * Copy all the properties of a into b.\n * @param {*} target\n * @param {*} a\n */\nexport function merge(target, a, arrayMode) {\n if (a) {\n const keys = Object.keys(a); // will return an array of own properties\n const len = keys.length; //don't make it inline\n for (let i = 0; i < len; i++) {\n if (arrayMode === 'strict') {\n target[keys[i]] = [ a[keys[i]] ];\n } else {\n target[keys[i]] = a[keys[i]];\n }\n }\n }\n}\n/* exports.merge =function (b,a){\n return Object.assign(b,a);\n} */\n\nexport function getValue(v) {\n if (exports.isExist(v)) {\n return v;\n } else {\n return '';\n }\n}\n\n// const fakeCall = function(a) {return a;};\n// const fakeCallNoReturn = function() {};","'use strict';\n\nimport {getAllMatches, isName} from './util.js';\n\nconst defaultOptions = {\n allowBooleanAttributes: false, //A tag can have attributes without any value\n unpairedTags: []\n};\n\n//const tagsPattern = new RegExp(\"<\\\\/?([\\\\w:\\\\-_\\.]+)\\\\s*\\/?>\",\"g\");\nexport function validate(xmlData, options) {\n options = Object.assign({}, defaultOptions, options);\n\n //xmlData = xmlData.replace(/(\\r\\n|\\n|\\r)/gm,\"\");//make it single line\n //xmlData = xmlData.replace(/(^\\s*<\\?xml.*?\\?>)/g,\"\");//Remove XML starting tag\n //xmlData = xmlData.replace(/(<!DOCTYPE[\\s\\w\\\"\\.\\/\\-\\:]+(\\[.*\\])*\\s*>)/g,\"\");//Remove DOCTYPE\n const tags = [];\n let tagFound = false;\n\n //indicates that the root tag has been closed (aka. depth 0 has been reached)\n let reachedRoot = false;\n\n if (xmlData[0] === '\\ufeff') {\n // check for byte order mark (BOM)\n xmlData = xmlData.substr(1);\n }\n \n for (let i = 0; i < xmlData.length; i++) {\n\n if (xmlData[i] === '<' && xmlData[i+1] === '?') {\n i+=2;\n i = readPI(xmlData,i);\n if (i.err) return i;\n }else if (xmlData[i] === '<') {\n //starting of tag\n //read until you reach to '>' avoiding any '>' in attribute value\n let tagStartPos = i;\n i++;\n \n if (xmlData[i] === '!') {\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else {\n let closingTag = false;\n if (xmlData[i] === '/') {\n //closing tag\n closingTag = true;\n i++;\n }\n //read tagname\n let tagName = '';\n for (; i < xmlData.length &&\n xmlData[i] !== '>' &&\n xmlData[i] !== ' ' &&\n xmlData[i] !== '\\t' &&\n xmlData[i] !== '\\n' &&\n xmlData[i] !== '\\r'; i++\n ) {\n tagName += xmlData[i];\n }\n tagName = tagName.trim();\n //console.log(tagName);\n\n if (tagName[tagName.length - 1] === '/') {\n //self closing tag without attributes\n tagName = tagName.substring(0, tagName.length - 1);\n //continue;\n i--;\n }\n if (!validateTagName(tagName)) {\n let msg;\n if (tagName.trim().length === 0) {\n msg = \"Invalid space after '<'.\";\n } else {\n msg = \"Tag '\"+tagName+\"' is an invalid name.\";\n }\n return getErrorObject('InvalidTag', msg, getLineNumberForPosition(xmlData, i));\n }\n\n const result = readAttributeStr(xmlData, i);\n if (result === false) {\n return getErrorObject('InvalidAttr', \"Attributes for '\"+tagName+\"' have open quote.\", getLineNumberForPosition(xmlData, i));\n }\n let attrStr = result.value;\n i = result.index;\n\n if (attrStr[attrStr.length - 1] === '/') {\n //self closing tag\n const attrStrStart = i - attrStr.length;\n attrStr = attrStr.substring(0, attrStr.length - 1);\n const isValid = validateAttributeString(attrStr, options);\n if (isValid === true) {\n tagFound = true;\n //continue; //text may presents after self closing tag\n } else {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, attrStrStart + isValid.err.line));\n }\n } else if (closingTag) {\n if (!result.tagClosed) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' doesn't have proper closing.\", getLineNumberForPosition(xmlData, i));\n } else if (attrStr.trim().length > 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' can't have attributes or invalid starting.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else if (tags.length === 0) {\n return getErrorObject('InvalidTag', \"Closing tag '\"+tagName+\"' has not been opened.\", getLineNumberForPosition(xmlData, tagStartPos));\n } else {\n const otg = tags.pop();\n if (tagName !== otg.tagName) {\n let openPos = getLineNumberForPosition(xmlData, otg.tagStartPos);\n return getErrorObject('InvalidTag',\n \"Expected closing tag '\"+otg.tagName+\"' (opened in line \"+openPos.line+\", col \"+openPos.col+\") instead of closing tag '\"+tagName+\"'.\",\n getLineNumberForPosition(xmlData, tagStartPos));\n }\n\n //when there are no more tags, we reached the root level.\n if (tags.length == 0) {\n reachedRoot = true;\n }\n }\n } else {\n const isValid = validateAttributeString(attrStr, options);\n if (isValid !== true) {\n //the result from the nested function returns the position of the error within the attribute\n //in order to get the 'true' error line, we need to calculate the position where the attribute begins (i - attrStr.length) and then add the position within the attribute\n //this gives us the absolute index in the entire xml, which we can use to find the line at last\n return getErrorObject(isValid.err.code, isValid.err.msg, getLineNumberForPosition(xmlData, i - attrStr.length + isValid.err.line));\n }\n\n //if the root level has been reached before ...\n if (reachedRoot === true) {\n return getErrorObject('InvalidXml', 'Multiple possible root nodes found.', getLineNumberForPosition(xmlData, i));\n } else if(options.unpairedTags.indexOf(tagName) !== -1){\n //don't push into stack\n } else {\n tags.push({tagName, tagStartPos});\n }\n tagFound = true;\n }\n\n //skip tag text value\n //It may include comments and CDATA value\n for (i++; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n if (xmlData[i + 1] === '!') {\n //comment or CADATA\n i++;\n i = readCommentAndCDATA(xmlData, i);\n continue;\n } else if (xmlData[i+1] === '?') {\n i = readPI(xmlData, ++i);\n if (i.err) return i;\n } else{\n break;\n }\n } else if (xmlData[i] === '&') {\n const afterAmp = validateAmpersand(xmlData, i);\n if (afterAmp == -1)\n return getErrorObject('InvalidChar', \"char '&' is not expected.\", getLineNumberForPosition(xmlData, i));\n i = afterAmp;\n }else{\n if (reachedRoot === true && !isWhiteSpace(xmlData[i])) {\n return getErrorObject('InvalidXml', \"Extra text at the end\", getLineNumberForPosition(xmlData, i));\n }\n }\n } //end of reading tag text value\n if (xmlData[i] === '<') {\n i--;\n }\n }\n } else {\n if ( isWhiteSpace(xmlData[i])) {\n continue;\n }\n return getErrorObject('InvalidChar', \"char '\"+xmlData[i]+\"' is not expected.\", getLineNumberForPosition(xmlData, i));\n }\n }\n\n if (!tagFound) {\n return getErrorObject('InvalidXml', 'Start tag expected.', 1);\n }else if (tags.length == 1) {\n return getErrorObject('InvalidTag', \"Unclosed tag '\"+tags[0].tagName+\"'.\", getLineNumberForPosition(xmlData, tags[0].tagStartPos));\n }else if (tags.length > 0) {\n return getErrorObject('InvalidXml', \"Invalid '\"+\n JSON.stringify(tags.map(t => t.tagName), null, 4).replace(/\\r?\\n/g, '')+\n \"' found.\", {line: 1, col: 1});\n }\n\n return true;\n};\n\nfunction isWhiteSpace(char){\n return char === ' ' || char === '\\t' || char === '\\n' || char === '\\r';\n}\n/**\n * Read Processing insstructions and skip\n * @param {*} xmlData\n * @param {*} i\n */\nfunction readPI(xmlData, i) {\n const start = i;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] == '?' || xmlData[i] == ' ') {\n //tagname\n const tagname = xmlData.substr(start, i - start);\n if (i > 5 && tagname === 'xml') {\n return getErrorObject('InvalidXml', 'XML declaration allowed only at the start of the document.', getLineNumberForPosition(xmlData, i));\n } else if (xmlData[i] == '?' && xmlData[i + 1] == '>') {\n //check if valid attribut string\n i++;\n break;\n } else {\n continue;\n }\n }\n }\n return i;\n}\n\nfunction readCommentAndCDATA(xmlData, i) {\n if (xmlData.length > i + 5 && xmlData[i + 1] === '-' && xmlData[i + 2] === '-') {\n //comment\n for (i += 3; i < xmlData.length; i++) {\n if (xmlData[i] === '-' && xmlData[i + 1] === '-' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n } else if (\n xmlData.length > i + 8 &&\n xmlData[i + 1] === 'D' &&\n xmlData[i + 2] === 'O' &&\n xmlData[i + 3] === 'C' &&\n xmlData[i + 4] === 'T' &&\n xmlData[i + 5] === 'Y' &&\n xmlData[i + 6] === 'P' &&\n xmlData[i + 7] === 'E'\n ) {\n let angleBracketsCount = 1;\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === '<') {\n angleBracketsCount++;\n } else if (xmlData[i] === '>') {\n angleBracketsCount--;\n if (angleBracketsCount === 0) {\n break;\n }\n }\n }\n } else if (\n xmlData.length > i + 9 &&\n xmlData[i + 1] === '[' &&\n xmlData[i + 2] === 'C' &&\n xmlData[i + 3] === 'D' &&\n xmlData[i + 4] === 'A' &&\n xmlData[i + 5] === 'T' &&\n xmlData[i + 6] === 'A' &&\n xmlData[i + 7] === '['\n ) {\n for (i += 8; i < xmlData.length; i++) {\n if (xmlData[i] === ']' && xmlData[i + 1] === ']' && xmlData[i + 2] === '>') {\n i += 2;\n break;\n }\n }\n }\n\n return i;\n}\n\nconst doubleQuote = '\"';\nconst singleQuote = \"'\";\n\n/**\n * Keep reading xmlData until '<' is found outside the attribute value.\n * @param {string} xmlData\n * @param {number} i\n */\nfunction readAttributeStr(xmlData, i) {\n let attrStr = '';\n let startChar = '';\n let tagClosed = false;\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === doubleQuote || xmlData[i] === singleQuote) {\n if (startChar === '') {\n startChar = xmlData[i];\n } else if (startChar !== xmlData[i]) {\n //if vaue is enclosed with double quote then single quotes are allowed inside the value and vice versa\n } else {\n startChar = '';\n }\n } else if (xmlData[i] === '>') {\n if (startChar === '') {\n tagClosed = true;\n break;\n }\n }\n attrStr += xmlData[i];\n }\n if (startChar !== '') {\n return false;\n }\n\n return {\n value: attrStr,\n index: i,\n tagClosed: tagClosed\n };\n}\n\n/**\n * Select all the attributes whether valid or invalid.\n */\nconst validAttrStrRegxp = new RegExp('(\\\\s*)([^\\\\s=]+)(\\\\s*=)?(\\\\s*([\\'\"])(([\\\\s\\\\S])*?)\\\\5)?', 'g');\n\n//attr, =\"sd\", a=\"amit's\", a=\"sd\"b=\"saf\", ab cd=\"\"\n\nfunction validateAttributeString(attrStr, options) {\n //console.log(\"start:\"+attrStr+\":end\");\n\n //if(attrStr.trim().length === 0) return true; //empty string\n\n const matches = getAllMatches(attrStr, validAttrStrRegxp);\n const attrNames = {};\n\n for (let i = 0; i < matches.length; i++) {\n if (matches[i][1].length === 0) {\n //nospace before attribute name: a=\"sd\"b=\"saf\"\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' has no space in starting.\", getPositionFromMatch(matches[i]))\n } else if (matches[i][3] !== undefined && matches[i][4] === undefined) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+matches[i][2]+\"' is without value.\", getPositionFromMatch(matches[i]));\n } else if (matches[i][3] === undefined && !options.allowBooleanAttributes) {\n //independent attribute: ab\n return getErrorObject('InvalidAttr', \"boolean attribute '\"+matches[i][2]+\"' is not allowed.\", getPositionFromMatch(matches[i]));\n }\n /* else if(matches[i][6] === undefined){//attribute without value: ab=\n return { err: { code:\"InvalidAttr\",msg:\"attribute \" + matches[i][2] + \" has no value assigned.\"}};\n } */\n const attrName = matches[i][2];\n if (!validateAttrName(attrName)) {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is an invalid name.\", getPositionFromMatch(matches[i]));\n }\n if (!attrNames.hasOwnProperty(attrName)) {\n //check for duplicate attribute.\n attrNames[attrName] = 1;\n } else {\n return getErrorObject('InvalidAttr', \"Attribute '\"+attrName+\"' is repeated.\", getPositionFromMatch(matches[i]));\n }\n }\n\n return true;\n}\n\nfunction validateNumberAmpersand(xmlData, i) {\n let re = /\\d/;\n if (xmlData[i] === 'x') {\n i++;\n re = /[\\da-fA-F]/;\n }\n for (; i < xmlData.length; i++) {\n if (xmlData[i] === ';')\n return i;\n if (!xmlData[i].match(re))\n break;\n }\n return -1;\n}\n\nfunction validateAmpersand(xmlData, i) {\n // https://www.w3.org/TR/xml/#dt-charref\n i++;\n if (xmlData[i] === ';')\n return -1;\n if (xmlData[i] === '#') {\n i++;\n return validateNumberAmpersand(xmlData, i);\n }\n let count = 0;\n for (; i < xmlData.length; i++, count++) {\n if (xmlData[i].match(/\\w/) && count < 20)\n continue;\n if (xmlData[i] === ';')\n break;\n return -1;\n }\n return i;\n}\n\nfunction getErrorObject(code, message, lineNumber) {\n return {\n err: {\n code: code,\n msg: message,\n line: lineNumber.line || lineNumber,\n col: lineNumber.col,\n },\n };\n}\n\nfunction validateAttrName(attrName) {\n return isName(attrName);\n}\n\n// const startsWithXML = /^xml/i;\n\nfunction validateTagName(tagname) {\n return isName(tagname) /* && !tagname.match(startsWithXML) */;\n}\n\n//this function returns the line number for the character at the given index\nfunction getLineNumberForPosition(xmlData, index) {\n const lines = xmlData.substring(0, index).split(/\\r?\\n/);\n return {\n line: lines.length,\n\n // column number is last line's length + 1, because column numbering starts at 1:\n col: lines[lines.length - 1].length + 1\n };\n}\n\n//this function returns the position of the first character of match within attrStr\nfunction getPositionFromMatch(match) {\n return match.startIndex + match[1].length;\n}\n"],"names":["root","factory","exports","module","define","amd","this","__webpack_require__","definition","key","o","Object","defineProperty","enumerable","get","obj","prop","prototype","hasOwnProperty","call","Symbol","toStringTag","value","nameStartChar","regexName","RegExp","isName","string","exec","defaultOptions","allowBooleanAttributes","unpairedTags","validate","xmlData","options","assign","tags","tagFound","reachedRoot","substr","i","length","readPI","err","isWhiteSpace","getErrorObject","getLineNumberForPosition","tagStartPos","readCommentAndCDATA","closingTag","tagName","trim","substring","result","readAttributeStr","attrStr","index","attrStrStart","isValid","validateAttributeString","code","msg","line","tagClosed","otg","pop","openPos","col","indexOf","push","afterAmp","validateAmpersand","JSON","stringify","map","t","replace","char","start","tagname","angleBracketsCount","doubleQuote","singleQuote","startChar","validAttrStrRegxp","matches","regex","match","allmatches","startIndex","lastIndex","len","getAllMatches","attrNames","getPositionFromMatch","undefined","attrName","validateAttrName","re","validateNumberAmpersand","count","message","lineNumber","lines","split"],"sourceRoot":""}
@@ -0,0 +1,90 @@
1
+ {
2
+ "name": "fast-xml-parser",
3
+ "version": "5.2.5",
4
+ "description": "Validate XML, Parse XML, Build XML without C/C++ based libraries",
5
+ "main": "./lib/fxp.cjs",
6
+ "type": "module",
7
+ "sideEffects": false,
8
+ "module": "./src/fxp.js",
9
+ "types": "./src/fxp.d.ts",
10
+ "exports": {
11
+ ".": {
12
+ "import": {
13
+ "types": "./src/fxp.d.ts",
14
+ "default": "./src/fxp.js"
15
+ },
16
+ "require": {
17
+ "types": "./lib/fxp.d.cts",
18
+ "default": "./lib/fxp.cjs"
19
+ }
20
+ }
21
+ },
22
+ "scripts": {
23
+ "test": "c8 --reporter=lcov --reporter=text jasmine spec/*spec.js",
24
+ "test-types": "tsc --noEmit spec/typings/typings-test.ts",
25
+ "unit": "jasmine",
26
+ "coverage": "nyc report --reporter html --reporter text -t .nyc_output --report-dir .nyc_output/summary",
27
+ "perf": "node ./benchmark/perfTest3.js",
28
+ "lint": "eslint src/**/*.js spec/**/*.js benchmark/**/*.js",
29
+ "bundle": "webpack --config webpack.cjs.config.js",
30
+ "prettier": "prettier --write src/**/*.js",
31
+ "checkReadiness": "publish-please --dry-run"
32
+ },
33
+ "bin": {
34
+ "fxparser": "./src/cli/cli.js"
35
+ },
36
+ "files": [
37
+ "lib",
38
+ "src",
39
+ "CHANGELOG.md"
40
+ ],
41
+ "repository": {
42
+ "type": "git",
43
+ "url": "https://github.com/NaturalIntelligence/fast-xml-parser"
44
+ },
45
+ "keywords": [
46
+ "fast",
47
+ "xml",
48
+ "json",
49
+ "parser",
50
+ "xml2js",
51
+ "x2js",
52
+ "xml2json",
53
+ "js",
54
+ "validator",
55
+ "validate",
56
+ "transformer",
57
+ "assert",
58
+ "js2xml",
59
+ "json2xml",
60
+ "html"
61
+ ],
62
+ "author": "Amit Gupta (https://solothought.com)",
63
+ "license": "MIT",
64
+ "devDependencies": {
65
+ "@babel/core": "^7.13.10",
66
+ "@babel/plugin-transform-runtime": "^7.13.10",
67
+ "@babel/preset-env": "^7.13.10",
68
+ "@babel/register": "^7.13.8",
69
+ "@types/node": "20",
70
+ "babel-loader": "^8.2.2",
71
+ "c8": "^10.1.3",
72
+ "eslint": "^8.3.0",
73
+ "he": "^1.2.0",
74
+ "jasmine": "^5.6.0",
75
+ "prettier": "^3.5.1",
76
+ "publish-please": "^5.5.2",
77
+ "typescript": "5",
78
+ "webpack": "^5.64.4",
79
+ "webpack-cli": "^4.9.1"
80
+ },
81
+ "funding": [
82
+ {
83
+ "type": "github",
84
+ "url": "https://github.com/sponsors/NaturalIntelligence"
85
+ }
86
+ ],
87
+ "dependencies": {
88
+ "strnum": "^2.1.0"
89
+ }
90
+ }
@@ -0,0 +1,97 @@
1
+ #!/usr/bin/env node
2
+ 'use strict';
3
+ /*eslint-disable no-console*/
4
+ import fs from 'fs';
5
+ import { resolve } from 'path';
6
+ import {XMLParser, XMLValidator} from "../fxp.js";
7
+ import ReadToEnd from './read.js';
8
+ import cmdDetail from "./man.js"
9
+
10
+ console.warn("\x1b[33m%s\x1b[0m", "⚠️ Warning: The built-in CLI interface is now deprecated.");
11
+ console.warn("Please install the dedicated CLI package instead:");
12
+ console.warn(" npm install -g fxp-cli");
13
+
14
+ if (process.argv[2] === '--help' || process.argv[2] === '-h') {
15
+ console.log(cmdDetail);
16
+ } else if (process.argv[2] === '--version') {
17
+ const packageJsonPath = resolve(process.cwd(), 'package.json');
18
+ const version = JSON.parse(fs.readFileSync(packageJsonPath).toString()).version;
19
+ console.log(version);
20
+ } else {
21
+ const options = {
22
+ removeNSPrefix: true,
23
+ ignoreAttributes: false,
24
+ parseTagValue: true,
25
+ parseAttributeValue: true,
26
+ };
27
+ let fileName = '';
28
+ let outputFileName;
29
+ let validate = false;
30
+ let validateOnly = false;
31
+ for (let i = 2; i < process.argv.length; i++) {
32
+ if (process.argv[i] === '-ns') {
33
+ options.removeNSPrefix = false;
34
+ } else if (process.argv[i] === '-a') {
35
+ options.ignoreAttributes = true;
36
+ } else if (process.argv[i] === '-c') {
37
+ options.parseTagValue = false;
38
+ options.parseAttributeValue = false;
39
+ } else if (process.argv[i] === '-o') {
40
+ outputFileName = process.argv[++i];
41
+ } else if (process.argv[i] === '-v') {
42
+ validate = true;
43
+ } else if (process.argv[i] === '-V') {
44
+ validateOnly = true;
45
+ } else {
46
+ //filename
47
+ fileName = process.argv[i];
48
+ }
49
+ }
50
+
51
+ const callback = function(xmlData) {
52
+ let output = '';
53
+ if (validateOnly) {
54
+ output = XMLValidator.validate(xmlData);
55
+ process.exitCode = output === true ? 0 : 1;
56
+ } else {
57
+ const parser = new XMLParser(options);
58
+ output = JSON.stringify(parser.parse(xmlData,validate), null, 4);
59
+ }
60
+ if (outputFileName) {
61
+ writeToFile(outputFileName, output);
62
+ } else {
63
+ console.log(output);
64
+ }
65
+ };
66
+
67
+
68
+ try {
69
+
70
+ if (!fileName) {
71
+ ReadToEnd.readToEnd(process.stdin, function(err, data) {
72
+ if (err) {
73
+ throw err;
74
+ }
75
+ callback(data.toString());
76
+ });
77
+ } else {
78
+ fs.readFile(fileName, function(err, data) {
79
+ if (err) {
80
+ throw err;
81
+ }
82
+ callback(data.toString());
83
+ });
84
+ }
85
+ } catch (e) {
86
+ console.log('Seems an invalid file or stream.' + e);
87
+ }
88
+ }
89
+
90
+ function writeToFile(fileName, data) {
91
+ fs.writeFile(fileName, data, function(err) {
92
+ if (err) {
93
+ throw err;
94
+ }
95
+ console.log('JSON output has been written to ' + fileName);
96
+ });
97
+ }
@@ -0,0 +1,17 @@
1
+ import fs from 'fs';
2
+ import { resolve } from 'path';
3
+ const packageJsonPath = resolve(process.cwd(), 'package.json');
4
+ const version = JSON.parse(fs.readFileSync(packageJsonPath).toString()).version;
5
+
6
+ export default `Fast XML Parser ${version}
7
+ ----------------
8
+ $ fxparser [-ns|-a|-c|-v|-V] <filename> [-o outputfile.json]
9
+ $ cat xmlfile.xml | fxparser [-ns|-a|-c|-v|-V] [-o outputfile.json]
10
+
11
+ Options
12
+ ----------------
13
+ -ns: remove namespace from tag and atrribute name.
14
+ -a: don't parse attributes.
15
+ -c: parse values to premitive type.
16
+ -v: validate before parsing.
17
+ -V: validate only.`
@@ -0,0 +1,43 @@
1
+ 'use strict';
2
+
3
+ import { Transform } from 'stream';
4
+
5
+ export default class ReadToEnd extends Transform {
6
+ constructor(options = {}) {
7
+ super(options);
8
+ this._encoding = options.encoding || 'utf8';
9
+ this._buffer = '';
10
+ }
11
+
12
+ _transform(chunk, encoding, done) {
13
+ this._buffer += chunk.toString(this._encoding);
14
+ this.push(chunk);
15
+ done();
16
+ }
17
+
18
+ _flush(done) {
19
+ this.emit('complete', null, this._buffer);
20
+ done();
21
+ }
22
+
23
+ static readToEnd(stream, options, callback) {
24
+ if (typeof options === 'function') {
25
+ callback = options;
26
+ options = {};
27
+ }
28
+
29
+ const dest = new ReadToEnd(options);
30
+
31
+ stream.pipe(dest);
32
+
33
+ stream.on('error', (err) => {
34
+ stream.unpipe(dest);
35
+ callback(err);
36
+ });
37
+
38
+ dest.on('complete', callback);
39
+ dest.resume();
40
+
41
+ return dest;
42
+ }
43
+ }