@alliander-opensource/aws-jwt-sts 0.3.5 → 0.3.7

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 (3340) hide show
  1. package/.jsii +5025 -78
  2. package/dist/index.d.ts +6 -0
  3. package/dist/index.js +12 -5
  4. package/dist/index.sign.d.ts +1 -1
  5. package/dist/index.sign.js +2 -2
  6. package/dist/test/index.keyrotate.test.js +140 -1
  7. package/dist/test/index.sign.test.d.ts +1 -1
  8. package/dist/test/index.sign.test.js +31 -1
  9. package/dist/test/index.test.js +43 -5
  10. package/dist/tsconfig.tsbuildinfo +1 -1
  11. package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
  12. package/node_modules/@aws/lambda-invoke-store/README.md +198 -0
  13. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  14. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
  15. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  16. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
  17. package/node_modules/@aws/lambda-invoke-store/package.json +55 -0
  18. package/node_modules/@aws-lambda-powertools/commons/README.md +7 -15
  19. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/LRUCache.d.ts.map +1 -1
  20. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/LRUCache.js +3 -2
  21. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.d.ts +3 -3
  22. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.js +3 -3
  23. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts +1 -1
  24. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts.map +1 -1
  25. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.js +2 -1
  26. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.d.ts +2 -1
  27. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.d.ts.map +1 -1
  28. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.js +3 -1
  29. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.d.ts +23 -0
  30. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.d.ts.map +1 -0
  31. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.js +134 -0
  32. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.d.ts +14 -6
  33. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.d.ts.map +1 -1
  34. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.js +28 -12
  35. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.d.ts +5 -5
  36. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.d.ts.map +1 -1
  37. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.js +27 -21
  38. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.d.ts +12 -0
  39. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.d.ts.map +1 -0
  40. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.js +38 -0
  41. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts +1 -1
  42. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts.map +1 -1
  43. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.js +1 -1
  44. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts +46 -14
  45. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts.map +1 -1
  46. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.js +64 -20
  47. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts +1 -1
  48. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts.map +1 -1
  49. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts +1 -1
  50. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts.map +1 -1
  51. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/envUtils.d.ts +1 -1
  52. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/envUtils.d.ts.map +1 -1
  53. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts +6 -6
  54. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts.map +1 -1
  55. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts +1 -1
  56. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts.map +1 -1
  57. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts +5 -5
  58. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts.map +1 -1
  59. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts +1 -1
  60. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts.map +1 -1
  61. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.js +3 -3
  62. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
  63. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
  64. package/node_modules/@aws-lambda-powertools/commons/lib/esm/LRUCache.d.ts.map +1 -1
  65. package/node_modules/@aws-lambda-powertools/commons/lib/esm/LRUCache.js +3 -2
  66. package/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.d.ts +3 -3
  67. package/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.js +3 -3
  68. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts +1 -1
  69. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts.map +1 -1
  70. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.js +2 -1
  71. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.d.ts +2 -1
  72. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.d.ts.map +1 -1
  73. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.js +2 -1
  74. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.d.ts +23 -0
  75. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.d.ts.map +1 -0
  76. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.js +131 -0
  77. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.d.ts +14 -6
  78. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.d.ts.map +1 -1
  79. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.js +28 -13
  80. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.d.ts +5 -5
  81. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.d.ts.map +1 -1
  82. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.js +11 -7
  83. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.d.ts +12 -0
  84. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.d.ts.map +1 -0
  85. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.js +34 -0
  86. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts +1 -1
  87. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts.map +1 -1
  88. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.js +1 -1
  89. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts +46 -14
  90. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts.map +1 -1
  91. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.js +62 -20
  92. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts +1 -1
  93. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts.map +1 -1
  94. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts +1 -1
  95. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts.map +1 -1
  96. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/envUtils.d.ts +1 -1
  97. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/envUtils.d.ts.map +1 -1
  98. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts +6 -6
  99. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts.map +1 -1
  100. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts +1 -1
  101. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts.map +1 -1
  102. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts +5 -5
  103. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts.map +1 -1
  104. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts +1 -1
  105. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts.map +1 -1
  106. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.js +3 -3
  107. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
  108. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
  109. package/node_modules/@aws-lambda-powertools/commons/package.json +20 -1
  110. package/node_modules/@aws-lambda-powertools/logger/README.md +6 -3
  111. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.d.ts +23 -0
  112. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.d.ts.map +1 -0
  113. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.js +134 -0
  114. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.d.ts +8 -27
  115. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.d.ts.map +1 -1
  116. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.js +113 -138
  117. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.d.ts +1 -10
  118. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.d.ts.map +1 -1
  119. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.js +11 -20
  120. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogItem.js +2 -5
  121. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/PowertoolsLogFormatter.d.ts.map +1 -1
  122. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/PowertoolsLogFormatter.js +2 -1
  123. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/logBuffer.d.ts.map +1 -1
  124. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/logBuffer.js +6 -2
  125. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/middleware/middy.d.ts.map +1 -1
  126. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/middleware/middy.js +7 -4
  127. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/ConfigServiceInterface.d.ts +1 -1
  128. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/Logger.d.ts +4 -3
  129. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/Logger.d.ts.map +1 -1
  130. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/formatters.d.ts +2 -12
  131. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/formatters.d.ts.map +1 -1
  132. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/logKeys.d.ts +11 -5
  133. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/logKeys.d.ts.map +1 -1
  134. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.d.ts +23 -0
  135. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.d.ts.map +1 -0
  136. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.js +131 -0
  137. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.d.ts +8 -27
  138. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.d.ts.map +1 -1
  139. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.js +114 -136
  140. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.d.ts +1 -10
  141. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.d.ts.map +1 -1
  142. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.js +11 -20
  143. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogItem.js +2 -2
  144. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/PowertoolsLogFormatter.d.ts.map +1 -1
  145. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/PowertoolsLogFormatter.js +2 -1
  146. package/node_modules/@aws-lambda-powertools/logger/lib/esm/logBuffer.d.ts.map +1 -1
  147. package/node_modules/@aws-lambda-powertools/logger/lib/esm/logBuffer.js +6 -2
  148. package/node_modules/@aws-lambda-powertools/logger/lib/esm/middleware/middy.d.ts.map +1 -1
  149. package/node_modules/@aws-lambda-powertools/logger/lib/esm/middleware/middy.js +7 -4
  150. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/ConfigServiceInterface.d.ts +1 -1
  151. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/Logger.d.ts +4 -3
  152. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/Logger.d.ts.map +1 -1
  153. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/formatters.d.ts +2 -12
  154. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/formatters.d.ts.map +1 -1
  155. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/logKeys.d.ts +11 -5
  156. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/logKeys.d.ts.map +1 -1
  157. package/node_modules/@aws-lambda-powertools/logger/package.json +5 -5
  158. package/node_modules/@aws-sdk/client-kms/README.md +33 -103
  159. package/node_modules/@aws-sdk/client-kms/dist-cjs/auth/httpAuthSchemeProvider.js +5 -6
  160. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/bdd.js +49 -0
  161. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/endpointResolver.js +2 -2
  162. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +1134 -4495
  163. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
  164. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
  165. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.browser.js +3 -4
  166. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.js +9 -11
  167. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +12 -2
  168. package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1423 -0
  169. package/node_modules/@aws-sdk/client-kms/dist-es/KMS.js +33 -13
  170. package/node_modules/@aws-sdk/client-kms/dist-es/KMSClient.js +4 -2
  171. package/node_modules/@aws-sdk/client-kms/dist-es/auth/httpAuthSchemeProvider.js +4 -5
  172. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
  173. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
  174. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateAliasCommand.js +3 -9
  175. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
  176. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateGrantCommand.js +3 -9
  177. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateKeyCommand.js +3 -9
  178. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DecryptCommand.js +3 -10
  179. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteAliasCommand.js +3 -9
  180. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
  181. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
  182. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
  183. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
  184. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeKeyCommand.js +3 -9
  185. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyCommand.js +3 -9
  186. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyRotationCommand.js +3 -9
  187. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
  188. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyCommand.js +3 -9
  189. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyRotationCommand.js +3 -9
  190. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EncryptCommand.js +3 -10
  191. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyCommand.js +3 -10
  192. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
  193. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
  194. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
  195. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateMacCommand.js +3 -10
  196. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateRandomCommand.js +3 -10
  197. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyLastUsageCommand.js +16 -0
  198. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyPolicyCommand.js +3 -9
  199. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
  200. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetParametersForImportCommand.js +3 -10
  201. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetPublicKeyCommand.js +3 -9
  202. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
  203. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListAliasesCommand.js +3 -9
  204. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListGrantsCommand.js +3 -9
  205. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
  206. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyRotationsCommand.js +3 -9
  207. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeysCommand.js +3 -9
  208. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListResourceTagsCommand.js +3 -9
  209. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
  210. package/node_modules/@aws-sdk/client-kms/dist-es/commands/PutKeyPolicyCommand.js +3 -9
  211. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReEncryptCommand.js +3 -9
  212. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReplicateKeyCommand.js +3 -9
  213. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RetireGrantCommand.js +3 -9
  214. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RevokeGrantCommand.js +3 -9
  215. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
  216. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
  217. package/node_modules/@aws-sdk/client-kms/dist-es/commands/SignCommand.js +3 -10
  218. package/node_modules/@aws-sdk/client-kms/dist-es/commands/TagResourceCommand.js +3 -9
  219. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UntagResourceCommand.js +3 -9
  220. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateAliasCommand.js +3 -9
  221. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
  222. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
  223. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
  224. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyCommand.js +3 -10
  225. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyMacCommand.js +3 -10
  226. package/node_modules/@aws-sdk/client-kms/dist-es/commands/index.js +1 -0
  227. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/bdd.js +46 -0
  228. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/endpointResolver.js +3 -3
  229. package/node_modules/@aws-sdk/client-kms/dist-es/index.js +4 -1
  230. package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +228 -0
  231. package/node_modules/@aws-sdk/client-kms/dist-es/models/errors.js +577 -0
  232. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +1 -863
  233. package/node_modules/@aws-sdk/client-kms/dist-es/pagination/index.js +1 -1
  234. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.browser.js +3 -4
  235. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.js +7 -9
  236. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +11 -1
  237. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +1416 -0
  238. package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +120 -55
  239. package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +70 -68
  240. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  241. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  242. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CancelKeyDeletionCommand.d.ts +5 -3
  243. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +9 -5
  244. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateAliasCommand.d.ts +5 -3
  245. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +6 -3
  246. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateGrantCommand.d.ts +5 -3
  247. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +16 -11
  248. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +21 -14
  249. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteAliasCommand.d.ts +5 -3
  250. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +9 -5
  251. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +19 -3
  252. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +10 -8
  253. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -3
  254. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +10 -8
  255. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisableKeyCommand.d.ts +5 -3
  256. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisableKeyRotationCommand.d.ts +7 -5
  257. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +9 -5
  258. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EnableKeyCommand.d.ts +5 -3
  259. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EnableKeyRotationCommand.d.ts +8 -6
  260. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EncryptCommand.d.ts +5 -3
  261. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +11 -9
  262. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +14 -12
  263. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +7 -5
  264. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +5 -3
  265. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateMacCommand.d.ts +5 -3
  266. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +14 -10
  267. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyLastUsageCommand.d.ts +188 -0
  268. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyPolicyCommand.d.ts +5 -3
  269. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -4
  270. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetParametersForImportCommand.d.ts +5 -3
  271. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +7 -5
  272. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ImportKeyMaterialCommand.d.ts +35 -15
  273. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListAliasesCommand.d.ts +5 -3
  274. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListGrantsCommand.d.ts +5 -3
  275. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyPoliciesCommand.d.ts +5 -3
  276. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyRotationsCommand.d.ts +6 -4
  277. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeysCommand.d.ts +5 -3
  278. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListResourceTagsCommand.d.ts +5 -3
  279. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListRetirableGrantsCommand.d.ts +5 -3
  280. package/node_modules/@aws-sdk/client-kms/dist-types/commands/PutKeyPolicyCommand.d.ts +5 -3
  281. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +13 -6
  282. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +7 -5
  283. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RetireGrantCommand.d.ts +5 -3
  284. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RevokeGrantCommand.d.ts +5 -3
  285. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +14 -13
  286. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +5 -3
  287. package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +7 -5
  288. package/node_modules/@aws-sdk/client-kms/dist-types/commands/TagResourceCommand.d.ts +8 -7
  289. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UntagResourceCommand.d.ts +7 -5
  290. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateAliasCommand.d.ts +5 -3
  291. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +14 -7
  292. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +5 -3
  293. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +5 -3
  294. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +7 -5
  295. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyMacCommand.d.ts +5 -3
  296. package/node_modules/@aws-sdk/client-kms/dist-types/commands/index.d.ts +1 -0
  297. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  298. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/bdd.d.ts +2 -0
  299. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/endpointResolver.d.ts +5 -2
  300. package/node_modules/@aws-sdk/client-kms/dist-types/extensionConfiguration.d.ts +4 -4
  301. package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +7 -3
  302. package/node_modules/@aws-sdk/client-kms/dist-types/models/KMSServiceException.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +468 -0
  304. package/node_modules/@aws-sdk/client-kms/dist-types/models/errors.d.ts +771 -0
  305. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +301 -1369
  306. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +2 -2
  307. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/Interfaces.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListAliasesPaginator.d.ts +2 -2
  309. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListGrantsPaginator.d.ts +2 -2
  310. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +2 -2
  311. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyRotationsPaginator.d.ts +2 -2
  312. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeysPaginator.d.ts +2 -2
  313. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListResourceTagsPaginator.d.ts +2 -2
  314. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +2 -2
  315. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/index.d.ts +1 -1
  316. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +7 -2
  317. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +8 -3
  318. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +7 -2
  319. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.shared.d.ts +7 -1
  320. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeExtensions.d.ts +1 -1
  321. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +219 -0
  322. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +79 -1
  323. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +8 -3
  324. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  325. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
  326. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/GetKeyLastUsageCommand.d.ts +50 -0
  327. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/index.d.ts +1 -0
  328. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  329. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/index.d.ts +4 -1
  330. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/KMSServiceException.d.ts +1 -1
  331. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +278 -0
  332. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/errors.d.ts +381 -0
  333. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +54 -684
  334. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/pagination/index.d.ts +1 -1
  335. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  336. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  337. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  338. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  339. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +218 -0
  340. package/node_modules/@aws-sdk/client-kms/package.json +49 -46
  341. package/node_modules/@aws-sdk/client-s3/README.md +75 -142
  342. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +11 -12
  343. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/bdd.js +757 -0
  344. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +2 -2
  345. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3039 -11526
  346. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  347. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  348. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +3 -4
  349. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +12 -16
  350. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +13 -3
  351. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3273 -0
  352. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +43 -7
  353. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +4 -2
  354. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +9 -10
  355. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +2 -6
  356. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  357. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  358. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  359. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +27 -0
  360. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -7
  361. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  362. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +2 -7
  363. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  364. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  365. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  366. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  367. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  368. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  369. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  370. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +20 -0
  371. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  372. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  373. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  374. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  375. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  376. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  377. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  378. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +2 -6
  379. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +2 -6
  380. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -7
  381. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  382. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +23 -0
  383. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -6
  384. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +2 -6
  385. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -6
  386. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +2 -6
  387. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +2 -7
  388. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -6
  389. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -7
  390. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -6
  391. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +2 -6
  392. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +2 -6
  393. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +24 -0
  394. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -6
  395. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -6
  396. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -6
  397. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -6
  398. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -11
  399. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -6
  400. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +2 -6
  401. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -6
  402. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +2 -6
  403. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +2 -6
  404. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +2 -6
  405. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +2 -6
  406. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  407. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -9
  408. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +2 -6
  409. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -6
  410. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +2 -6
  411. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +2 -6
  412. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  413. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +2 -6
  414. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +2 -6
  415. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  416. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -6
  417. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -6
  418. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -7
  419. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -6
  420. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +2 -6
  421. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +2 -6
  422. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +2 -6
  423. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +2 -6
  424. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +2 -6
  425. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +2 -6
  426. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  427. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +26 -0
  428. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -7
  429. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -7
  430. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  431. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -7
  432. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -8
  433. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  434. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  435. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -7
  436. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -7
  437. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  438. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  439. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -7
  440. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -7
  441. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -7
  442. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -7
  443. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -7
  444. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -7
  445. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -7
  446. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -7
  447. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -8
  448. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -7
  449. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -7
  450. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -7
  451. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -7
  452. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -7
  453. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +2 -6
  454. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -8
  455. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -9
  456. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +27 -0
  457. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +27 -0
  458. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  459. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -8
  460. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  461. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  462. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +8 -0
  463. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  464. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/bdd.js +754 -0
  465. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +3 -3
  466. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +5 -1
  467. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +413 -0
  468. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +185 -0
  469. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -595
  470. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -210
  471. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +3 -4
  472. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +9 -13
  473. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +11 -1
  474. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +3261 -0
  475. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +4 -4
  476. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +4 -4
  477. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +4 -4
  478. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +4 -4
  479. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +210 -100
  480. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +127 -119
  481. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  482. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  483. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +25 -25
  484. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +69 -60
  485. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +118 -119
  486. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +96 -102
  487. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +187 -0
  488. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +34 -16
  489. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +102 -125
  490. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +53 -53
  491. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +15 -12
  492. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +18 -15
  493. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +12 -8
  494. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +24 -21
  495. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +8 -3
  496. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +50 -12
  497. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +31 -31
  498. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +119 -0
  499. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +34 -11
  500. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +51 -18
  501. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +13 -9
  502. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +28 -26
  503. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +13 -10
  504. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +11 -7
  505. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +17 -13
  506. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +53 -26
  507. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +15 -10
  508. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +51 -48
  509. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -9
  510. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +77 -0
  511. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +22 -20
  512. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +18 -22
  513. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -14
  514. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +12 -9
  515. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +29 -22
  516. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +8 -3
  517. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +49 -15
  518. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +36 -40
  519. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +27 -12
  520. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +11 -13
  521. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +151 -0
  522. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +33 -11
  523. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +52 -17
  524. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +15 -11
  525. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +17 -11
  526. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +33 -33
  527. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +13 -9
  528. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +20 -16
  529. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +10 -6
  530. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -7
  531. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +11 -6
  532. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +14 -10
  533. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +17 -14
  534. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +74 -74
  535. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +80 -85
  536. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +9 -5
  537. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +11 -6
  538. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +9 -5
  539. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -13
  540. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +12 -8
  541. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +23 -15
  542. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +46 -38
  543. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +64 -66
  544. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +22 -20
  545. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +8 -3
  546. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +55 -22
  547. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +57 -24
  548. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +20 -20
  549. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +18 -12
  550. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +51 -61
  551. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +16 -20
  552. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +18 -19
  553. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +37 -35
  554. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +36 -36
  555. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +78 -0
  556. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +22 -21
  557. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +62 -71
  558. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +30 -27
  559. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +32 -31
  560. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +54 -52
  561. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +19 -15
  562. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +72 -45
  563. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +62 -66
  564. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +38 -43
  565. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +54 -20
  566. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +37 -38
  567. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +13 -10
  568. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +33 -33
  569. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +41 -43
  570. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +13 -9
  571. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +31 -32
  572. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +29 -27
  573. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +28 -22
  574. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +68 -66
  575. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +98 -86
  576. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +10 -7
  577. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +19 -15
  578. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +13 -8
  579. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +27 -28
  580. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +21 -16
  581. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +42 -43
  582. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +87 -90
  583. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +58 -62
  584. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +166 -0
  585. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +118 -0
  586. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  587. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +86 -78
  588. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +97 -99
  589. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +43 -37
  590. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +8 -0
  591. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +16 -1
  592. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/bdd.d.ts +2 -0
  593. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -2
  594. package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +4 -4
  595. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +6 -2
  596. package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -1
  597. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +997 -0
  598. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +208 -0
  599. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +6021 -3675
  600. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +846 -2989
  601. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +1 -1
  602. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +2 -2
  603. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +2 -2
  604. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +2 -2
  605. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +2 -2
  606. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +21 -3
  607. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +23 -5
  608. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +21 -3
  609. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +9 -2
  610. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +1 -1
  611. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -0
  612. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +232 -1
  613. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +52 -5
  614. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  615. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  616. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  617. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +47 -0
  618. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  619. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +45 -0
  620. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  621. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  622. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  623. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  624. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  625. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  626. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  627. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  628. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  629. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  630. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  631. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  632. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  633. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  634. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  635. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  636. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  637. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  638. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  639. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  640. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  641. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  642. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
  643. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  644. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  645. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  646. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  647. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +8 -0
  648. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  649. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  650. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +5 -1
  651. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  652. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +539 -0
  653. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +92 -0
  654. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +562 -574
  655. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +90 -495
  656. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -4
  657. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +31 -8
  658. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +26 -4
  659. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -3
  660. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +464 -0
  661. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +7 -3
  662. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +8 -3
  663. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +7 -3
  664. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +8 -3
  665. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +6 -5
  666. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +7 -5
  667. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +6 -5
  668. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +7 -5
  669. package/node_modules/@aws-sdk/client-s3/package.json +72 -72
  670. package/node_modules/@aws-sdk/core/LICENSE +201 -0
  671. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  672. package/node_modules/@aws-sdk/core/dist-cjs/index.js +2273 -6
  673. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +48 -88
  674. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +58 -65
  675. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +281 -365
  676. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1851 -1662
  677. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  678. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  679. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
  680. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  681. package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  682. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  683. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  684. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  685. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +141 -0
  686. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +26 -0
  687. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +50 -0
  688. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  689. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +3 -0
  690. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +8 -1
  691. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +8 -1
  692. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +41 -48
  693. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +31 -64
  694. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +83 -37
  695. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +136 -61
  696. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +136 -0
  697. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  698. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
  699. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
  700. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +36 -50
  701. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +52 -14
  702. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +46 -73
  703. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +29 -30
  704. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +40 -22
  705. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +2 -13
  706. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +2 -2
  707. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  708. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  709. package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  710. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  711. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  712. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +1 -1
  713. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -2
  714. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  715. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +2 -2
  716. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +2 -2
  717. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +1 -1
  718. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +74 -0
  719. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  720. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -0
  721. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +3 -0
  722. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -2
  723. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -2
  724. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +15 -4
  725. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +20 -3
  726. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +2 -2
  727. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +4 -4
  728. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +19 -6
  729. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  730. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  731. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +8 -1
  732. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +13 -3
  733. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +8 -1
  734. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +2 -2
  735. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +13 -3
  736. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +1 -1
  737. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +3 -3
  738. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +2 -2
  739. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  740. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  741. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  742. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +53 -0
  743. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  744. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -0
  745. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +3 -0
  746. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +16 -1
  747. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +16 -1
  748. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -2
  749. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +16 -1
  750. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  751. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +10 -3
  752. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  753. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  754. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -1
  755. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  756. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  757. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +10 -2
  758. package/node_modules/@aws-sdk/core/package.json +27 -27
  759. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  760. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  761. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  762. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  763. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  764. package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  765. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  766. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  767. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  768. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  769. package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
  770. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +38 -73
  771. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  772. package/node_modules/@aws-sdk/credential-provider-env/package.json +15 -14
  773. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +5 -3
  774. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +5 -3
  775. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  776. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  777. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  778. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  779. package/node_modules/@aws-sdk/credential-provider-http/package.json +20 -19
  780. package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
  781. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +207 -259
  782. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  783. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -4
  784. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  785. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +8 -4
  786. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  787. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  788. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -8
  789. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -5
  790. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  791. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
  792. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  793. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +7 -2
  794. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  795. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  796. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
  797. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -4
  798. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +5 -1
  799. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
  800. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +3 -0
  801. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  802. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  803. package/node_modules/@aws-sdk/credential-provider-ini/package.json +26 -24
  804. package/node_modules/@aws-sdk/credential-provider-login/README.md +16 -0
  805. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  806. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  807. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  808. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  809. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  810. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  811. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  812. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  813. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  814. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  815. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  816. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  817. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  818. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  819. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +133 -124
  820. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -44
  821. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +60 -0
  822. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  823. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  824. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  825. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  826. package/node_modules/@aws-sdk/credential-provider-node/package.json +26 -24
  827. package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
  828. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +71 -106
  829. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +4 -3
  830. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  831. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  832. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  833. package/node_modules/@aws-sdk/credential-provider-process/package.json +16 -15
  834. package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
  835. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +179 -233
  836. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  837. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +10 -0
  838. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  839. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -3
  840. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
  841. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  842. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  843. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
  844. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  845. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  846. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +4 -0
  847. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  848. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  849. package/node_modules/@aws-sdk/credential-provider-sso/package.json +18 -17
  850. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
  851. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -4
  852. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +23 -24
  853. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -4
  854. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +3 -4
  855. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
  856. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +17 -15
  857. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +334 -450
  858. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  859. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  860. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  861. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  862. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  863. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  864. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +16 -15
  865. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +42 -60
  866. package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +18 -6
  867. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +4 -2
  868. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +3 -0
  869. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +15 -14
  870. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  871. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +408 -482
  872. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
  873. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +26 -10
  874. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
  875. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  876. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
  877. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  878. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  879. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  880. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  881. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
  882. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  883. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  884. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  885. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  886. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  887. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  888. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  889. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  890. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  891. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  892. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +2 -2
  893. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  894. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  895. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  896. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  897. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  898. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  899. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +2 -2
  900. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  901. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  902. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  903. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  904. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  905. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  906. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  907. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringHasher.d.ts +1 -1
  908. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  909. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +25 -23
  910. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +35 -63
  911. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  912. package/node_modules/@aws-sdk/middleware-host-header/package.json +15 -14
  913. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +23 -57
  914. package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/index.js +4 -7
  915. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  916. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  917. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +14 -13
  918. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +44 -75
  919. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  920. package/node_modules/@aws-sdk/middleware-logger/package.json +15 -14
  921. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
  922. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +24 -67
  923. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
  924. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
  925. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
  926. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
  927. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -37
  928. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
  929. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
  930. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
  931. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
  932. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
  933. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -18
  934. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
  935. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
  936. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
  937. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
  938. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
  939. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -18
  940. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
  941. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
  942. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
  943. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +21 -15
  944. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +523 -638
  945. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  946. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  947. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
  948. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
  949. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +15 -10
  950. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  951. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
  952. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +2 -1
  953. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
  954. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  955. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  956. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  957. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  958. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
  959. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
  960. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  961. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  962. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  963. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  964. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  965. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  966. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  967. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  968. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  969. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  970. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  971. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  972. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +18 -1
  973. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
  974. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  975. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  976. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
  977. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
  978. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +2 -0
  979. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
  980. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  981. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  982. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  983. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +35 -27
  984. package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +65 -92
  985. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  986. package/node_modules/@aws-sdk/middleware-ssec/package.json +14 -13
  987. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +170 -203
  988. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +10 -10
  989. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  990. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  991. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  992. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  993. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  994. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  995. package/node_modules/@aws-sdk/middleware-user-agent/package.json +19 -17
  996. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  997. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -2
  999. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +18 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  1004. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  1005. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
  1006. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +54 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  1008. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  1009. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  1010. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  1011. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  1012. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
  1013. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  1014. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  1015. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  1017. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  1018. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
  1019. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  1020. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  1021. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  1022. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  1023. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  1024. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  1025. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  1026. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  1027. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
  1028. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  1029. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  1030. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  1031. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
  1032. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  1033. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  1034. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +166 -866
  1035. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  1036. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  1037. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1038. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +7 -7
  1039. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +13 -4
  1040. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  1041. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +3 -0
  1042. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +89 -7
  1043. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  1044. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  1045. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +184 -933
  1046. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  1047. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +96 -0
  1048. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
  1049. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +16 -10
  1050. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +21 -4
  1051. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  1052. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  1053. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  1054. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  1055. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
  1056. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
  1057. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  1058. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  1059. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  1060. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +14 -0
  1061. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  1062. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  1063. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  1064. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
  1065. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +49 -0
  1066. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  1067. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  1068. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  1069. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  1070. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  1071. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  1072. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  1073. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  1074. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  1075. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  1076. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  1077. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  1078. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
  1079. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  1080. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  1081. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  1082. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  1083. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  1084. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  1085. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  1086. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
  1087. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  1088. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
  1089. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  1090. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
  1091. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  1092. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
  1093. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
  1094. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  1095. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  1096. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  1097. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
  1098. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
  1099. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js +49 -0
  1100. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  1101. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  1102. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
  1103. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  1104. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
  1105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  1106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  1107. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  1108. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +4 -2
  1109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  1110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  1111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  1112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  1113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +4 -1
  1114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  1115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  1116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  1117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +5 -5
  1119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +10 -1
  1120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
  1121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  1122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +5 -2
  1123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  1124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  1125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  1126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +23 -11
  1127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  1128. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  1129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +3 -1
  1130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +86 -0
  1131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
  1132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
  1133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +11 -5
  1134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +18 -1
  1135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
  1136. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1137. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
  1138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1139. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  1140. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  1141. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  1142. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  1143. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +50 -0
  1144. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  1145. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
  1146. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1147. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  1148. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  1149. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  1150. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  1151. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  1152. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  1153. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  1154. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  1155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  1156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  1157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  1158. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
  1159. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1160. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  1161. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  1162. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  1163. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
  1164. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  1165. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1166. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  1167. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
  1168. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  1169. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  1170. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  1171. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  1172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
  1173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
  1174. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
  1175. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
  1176. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  1177. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
  1178. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  1179. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +197 -0
  1180. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1181. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
  1182. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
  1183. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  1184. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  1185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  1186. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +9 -0
  1188. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
  1189. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +14 -0
  1190. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +53 -0
  1191. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  1192. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
  1193. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
  1194. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
  1195. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
  1196. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeExtensions.d.ts +17 -0
  1197. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  1198. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +3 -3
  1199. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +14 -14
  1200. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1201. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +4 -4
  1202. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +5 -3
  1203. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
  1204. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  1205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
  1206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
  1207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +6 -3
  1208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  1210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  1211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +1 -279
  1212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +8 -3
  1213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +8 -3
  1214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +8 -3
  1215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -3
  1216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
  1217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  1218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +3 -3
  1219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +14 -14
  1220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +17 -9
  1222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +8 -7
  1223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +10 -8
  1224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  1225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +4 -4
  1226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
  1227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  1228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
  1229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
  1230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +4 -2
  1231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  1232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  1233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
  1234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  1235. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +18 -7
  1236. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +11 -5
  1237. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +12 -4
  1238. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
  1239. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
  1240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  1242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  1244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  1245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  1246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  1247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  1248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  1250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  1251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  1252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  1253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  1254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  1255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  1256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  1257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  1258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  1259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  1260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +122 -0
  1261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  1263. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  1264. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  1265. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  1266. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  1267. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1268. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  1269. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
  1270. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  1271. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  1272. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  1273. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  1274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
  1275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
  1276. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
  1277. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
  1278. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  1279. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
  1280. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  1281. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
  1282. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +46 -0
  1283. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
  1284. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  1285. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  1286. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  1287. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1288. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
  1289. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +9 -0
  1290. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +30 -0
  1291. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  1292. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
  1293. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
  1294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
  1295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
  1296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1297. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -3
  1298. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  1299. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  1300. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +4 -1
  1301. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1302. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  1303. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  1304. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -105
  1305. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +10 -2
  1306. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +10 -2
  1307. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +10 -2
  1308. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +10 -1
  1309. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
  1310. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -3
  1311. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +21 -10
  1312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  1313. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  1314. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +3 -1
  1315. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  1316. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +55 -0
  1317. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
  1318. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +21 -7
  1319. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +44 -17
  1320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +21 -7
  1321. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +18 -2
  1322. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
  1323. package/node_modules/@aws-sdk/nested-clients/package.json +75 -42
  1324. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  1325. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  1326. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1327. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1328. package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
  1329. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +34 -101
  1330. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  1331. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  1332. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -1
  1333. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  1334. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  1335. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  1336. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  1337. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
  1338. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -1
  1339. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  1340. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  1341. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  1342. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  1343. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -1
  1344. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  1345. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  1346. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  1347. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  1348. package/node_modules/@aws-sdk/region-config-resolver/package.json +19 -16
  1349. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +108 -137
  1350. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  1351. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  1352. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +15 -14
  1353. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +143 -220
  1354. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1355. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1356. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1357. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +4 -2
  1358. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  1359. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
  1360. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  1361. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
  1362. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
  1363. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  1364. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1365. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1366. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1367. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  1368. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  1369. package/node_modules/@aws-sdk/token-providers/package.json +18 -16
  1370. package/node_modules/@aws-sdk/types/dist-cjs/index.js +10 -291
  1371. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1372. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +5 -3
  1373. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  1374. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +9 -1
  1375. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  1376. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  1377. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  1378. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1379. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1380. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  1381. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  1382. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  1383. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +7 -1
  1384. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  1385. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1386. package/node_modules/@aws-sdk/types/package.json +11 -10
  1387. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  1388. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  1389. package/node_modules/@aws-sdk/util-arn-parser/package.json +11 -10
  1390. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +390 -437
  1391. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +43 -37
  1392. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1393. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +43 -37
  1394. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1395. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  1396. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1397. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  1398. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1399. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1400. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1401. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1402. package/node_modules/@aws-sdk/util-endpoints/package.json +14 -12
  1403. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +22 -3
  1404. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
  1405. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +39 -8
  1406. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
  1407. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +37 -6
  1408. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
  1409. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +15 -5
  1410. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +6 -5
  1411. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
  1412. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +5 -0
  1413. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +11 -10
  1414. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
  1415. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +173 -90
  1416. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
  1417. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1418. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1419. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1420. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1421. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1422. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +1 -2
  1423. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +11 -6
  1424. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1425. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1426. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1427. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1428. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1429. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  1430. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  1431. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1432. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1433. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1434. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1435. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1436. package/node_modules/@aws-sdk/util-user-agent-node/package.json +19 -15
  1437. package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
  1438. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +114 -156
  1439. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  1440. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +47 -0
  1441. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  1442. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  1443. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +1 -0
  1444. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  1445. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
  1446. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +44 -0
  1447. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  1448. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  1449. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +4 -0
  1450. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +1 -0
  1451. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
  1452. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
  1453. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
  1454. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  1455. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
  1456. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
  1457. package/node_modules/@aws-sdk/xml-builder/package.json +21 -11
  1458. package/node_modules/@nodable/entities/README.md +41 -0
  1459. package/node_modules/@nodable/entities/package.json +54 -0
  1460. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  1461. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  1462. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  1463. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  1464. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  1465. package/node_modules/@nodable/entities/src/index.js +29 -0
  1466. package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +9 -37
  1467. package/node_modules/@smithy/chunked-blob-reader/package.json +10 -9
  1468. package/node_modules/@smithy/chunked-blob-reader-native/dist-cjs/index.js +28 -55
  1469. package/node_modules/@smithy/chunked-blob-reader-native/package.json +11 -10
  1470. package/node_modules/@smithy/config-resolver/README.md +10 -3
  1471. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +184 -214
  1472. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  1473. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  1474. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
  1475. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
  1476. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +7 -1
  1477. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +7 -1
  1478. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
  1479. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  1480. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
  1481. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  1482. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
  1483. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  1484. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
  1485. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
  1486. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
  1487. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
  1488. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
  1489. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
  1490. package/node_modules/@smithy/config-resolver/package.json +16 -15
  1491. package/node_modules/@smithy/core/README.md +12 -1
  1492. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -1
  1493. package/node_modules/@smithy/core/dist-cjs/index.js +306 -414
  1494. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -1
  1495. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -1
  1496. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -1
  1497. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -1
  1498. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -1
  1499. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -1
  1500. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -1
  1501. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -1
  1502. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -1
  1503. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -1
  1504. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
  1505. package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -1
  1506. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1050 -926
  1507. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  1508. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +267 -0
  1509. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +854 -802
  1510. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +668 -739
  1511. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +663 -717
  1512. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +18 -1
  1513. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -1
  1514. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -1
  1515. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -1
  1516. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -1
  1517. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -1
  1518. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -1
  1519. package/node_modules/@smithy/core/dist-es/index.js +1 -1
  1520. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  1521. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  1522. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
  1523. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +138 -56
  1524. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +48 -22
  1525. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +35 -1
  1526. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +38 -23
  1527. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +5 -5
  1528. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +15 -3
  1529. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  1530. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  1531. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +262 -0
  1532. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  1533. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +154 -41
  1534. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +74 -103
  1535. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +41 -17
  1536. package/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
  1537. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +2 -0
  1538. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +9 -7
  1539. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  1540. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +23 -21
  1541. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +5 -1
  1542. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +3 -0
  1543. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +16 -12
  1544. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +5 -6
  1545. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +53 -13
  1546. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +2 -0
  1547. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +6 -1
  1548. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +6 -3
  1549. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -14
  1550. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +11 -12
  1551. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +13 -13
  1552. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +191 -182
  1553. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +13 -13
  1554. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +17 -3
  1555. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +17 -12
  1556. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +13 -19
  1557. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  1558. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +14 -14
  1559. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +26 -0
  1560. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  1561. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  1562. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
  1563. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  1564. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
  1565. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +7 -21
  1566. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +3 -2
  1567. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +4 -2
  1568. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  1569. package/node_modules/@smithy/core/dist-types/index.d.ts +1 -1
  1570. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
  1571. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
  1572. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  1573. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
  1574. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
  1575. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
  1576. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
  1577. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +18 -14
  1578. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +10 -4
  1579. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
  1580. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -1
  1581. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  1582. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +2 -2
  1583. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  1584. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1585. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1586. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  1587. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +20 -4
  1588. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +61 -5
  1589. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +8 -3
  1590. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +16 -0
  1591. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  1592. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +2 -0
  1593. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
  1594. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +7 -4
  1595. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
  1596. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
  1597. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +2 -2
  1598. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +24 -8
  1599. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +2 -0
  1600. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +2 -2
  1601. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +2 -2
  1602. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
  1603. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +11 -12
  1604. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +6 -3
  1605. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +6 -7
  1606. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +49 -28
  1607. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +6 -3
  1608. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +7 -2
  1609. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +12 -4
  1610. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +6 -4
  1611. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  1612. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +4 -2
  1613. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +13 -0
  1614. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +2 -1
  1615. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1616. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
  1617. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
  1618. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +1 -1
  1619. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
  1620. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
  1621. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
  1622. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
  1623. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
  1624. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  1625. package/node_modules/@smithy/core/endpoints.js +6 -0
  1626. package/node_modules/@smithy/core/event-streams.d.ts +7 -0
  1627. package/node_modules/@smithy/core/event-streams.js +6 -0
  1628. package/node_modules/@smithy/core/package.json +52 -30
  1629. package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
  1630. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +340 -413
  1631. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +2 -1
  1632. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  1633. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  1634. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
  1635. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  1636. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
  1637. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
  1638. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  1639. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
  1640. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
  1641. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
  1642. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
  1643. package/node_modules/@smithy/credential-provider-imds/package.json +14 -14
  1644. package/node_modules/@smithy/eventstream-codec/README.md +13 -0
  1645. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +385 -459
  1646. package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +3 -0
  1647. package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +2 -0
  1648. package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +2 -1
  1649. package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +1 -0
  1650. package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +1 -0
  1651. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +1 -0
  1652. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +1 -0
  1653. package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +2 -2
  1654. package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +1 -1
  1655. package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +1 -1
  1656. package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +1 -1
  1657. package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +1 -1
  1658. package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +1 -1
  1659. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +1 -1
  1660. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +1 -1
  1661. package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +1 -1
  1662. package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +1 -1
  1663. package/node_modules/@smithy/eventstream-codec/package.json +13 -13
  1664. package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
  1665. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +51 -97
  1666. package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +1 -0
  1667. package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +1 -1
  1668. package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +1 -1
  1669. package/node_modules/@smithy/eventstream-serde-browser/package.json +12 -12
  1670. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
  1671. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +4 -33
  1672. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +1 -1
  1673. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +12 -12
  1674. package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
  1675. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +44 -80
  1676. package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +1 -0
  1677. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +1 -1
  1678. package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +1 -1
  1679. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +1 -1
  1680. package/node_modules/@smithy/eventstream-serde-node/package.json +12 -12
  1681. package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
  1682. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +120 -171
  1683. package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +2 -0
  1684. package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +1 -1
  1685. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +2 -2
  1686. package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +1 -1
  1687. package/node_modules/@smithy/eventstream-serde-universal/package.json +15 -13
  1688. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +205 -236
  1689. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +27 -8
  1690. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
  1691. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +4 -3
  1692. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
  1693. package/node_modules/@smithy/fetch-http-handler/package.json +19 -19
  1694. package/node_modules/@smithy/hash-blob-browser/README.md +10 -3
  1695. package/node_modules/@smithy/hash-blob-browser/dist-cjs/index.js +10 -36
  1696. package/node_modules/@smithy/hash-blob-browser/dist-types/index.d.ts +1 -1
  1697. package/node_modules/@smithy/hash-blob-browser/package.json +14 -14
  1698. package/node_modules/@smithy/hash-node/README.md +10 -3
  1699. package/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -63
  1700. package/node_modules/@smithy/hash-node/dist-es/index.js +3 -0
  1701. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
  1702. package/node_modules/@smithy/hash-node/package.json +13 -13
  1703. package/node_modules/@smithy/hash-stream-node/README.md +9 -4
  1704. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +58 -92
  1705. package/node_modules/@smithy/hash-stream-node/dist-es/HashCalculator.js +1 -0
  1706. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +3 -2
  1707. package/node_modules/@smithy/hash-stream-node/dist-types/fileStreamHasher.d.ts +2 -2
  1708. package/node_modules/@smithy/hash-stream-node/dist-types/readableStreamHasher.d.ts +2 -2
  1709. package/node_modules/@smithy/hash-stream-node/package.json +13 -13
  1710. package/node_modules/@smithy/invalid-dependency/README.md +10 -3
  1711. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +7 -38
  1712. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
  1713. package/node_modules/@smithy/invalid-dependency/package.json +11 -11
  1714. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +4 -30
  1715. package/node_modules/@smithy/is-array-buffer/package.json +10 -9
  1716. package/node_modules/@smithy/md5-js/README.md +10 -3
  1717. package/node_modules/@smithy/md5-js/dist-cjs/index.js +153 -186
  1718. package/node_modules/@smithy/md5-js/dist-es/index.js +5 -0
  1719. package/node_modules/@smithy/md5-js/dist-types/index.d.ts +1 -1
  1720. package/node_modules/@smithy/md5-js/package.json +14 -14
  1721. package/node_modules/@smithy/middleware-content-length/README.md +13 -0
  1722. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +39 -64
  1723. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
  1724. package/node_modules/@smithy/middleware-content-length/package.json +14 -14
  1725. package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
  1726. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
  1727. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +242 -272
  1728. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +13 -2
  1729. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +12 -2
  1730. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  1731. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1732. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1733. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
  1734. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
  1735. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +2 -1
  1736. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
  1737. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
  1738. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +8 -5
  1739. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
  1740. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
  1741. package/node_modules/@smithy/middleware-endpoint/package.json +18 -18
  1742. package/node_modules/@smithy/middleware-retry/README.md +13 -0
  1743. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +364 -393
  1744. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +1 -1
  1745. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +2 -2
  1746. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  1747. package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
  1748. package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
  1749. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
  1750. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +21 -0
  1751. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
  1752. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/types.js +1 -0
  1753. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +14 -21
  1754. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +4 -2
  1755. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
  1756. package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
  1757. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +3 -1
  1758. package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
  1759. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
  1760. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
  1761. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
  1762. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
  1763. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
  1764. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/types.d.ts +65 -0
  1765. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -6
  1766. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
  1767. package/node_modules/@smithy/middleware-retry/package.json +24 -24
  1768. package/node_modules/@smithy/middleware-serde/README.md +13 -0
  1769. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +93 -118
  1770. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  1771. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  1772. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
  1773. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  1774. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
  1775. package/node_modules/@smithy/middleware-serde/package.json +16 -15
  1776. package/node_modules/@smithy/middleware-stack/README.md +13 -0
  1777. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +274 -302
  1778. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
  1779. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
  1780. package/node_modules/@smithy/middleware-stack/package.json +12 -12
  1781. package/node_modules/@smithy/node-config-provider/README.md +10 -3
  1782. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +51 -98
  1783. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
  1784. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  1785. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  1786. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  1787. package/node_modules/@smithy/node-config-provider/package.json +13 -13
  1788. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +838 -776
  1789. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  1790. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  1791. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +65 -44
  1792. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +84 -41
  1793. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +33 -19
  1794. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +56 -53
  1795. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +4 -2
  1796. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  1797. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +1 -1
  1798. package/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  1799. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -3
  1800. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +2 -5
  1801. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +4 -2
  1802. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -7
  1803. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  1804. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
  1805. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  1806. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +9 -8
  1807. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +32 -14
  1808. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +34 -10
  1809. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +17 -8
  1810. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
  1811. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
  1812. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  1813. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  1814. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  1815. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  1816. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  1817. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
  1818. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
  1819. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +5 -4
  1820. package/node_modules/@smithy/node-http-handler/package.json +15 -15
  1821. package/node_modules/@smithy/property-provider/README.md +10 -3
  1822. package/node_modules/@smithy/property-provider/dist-cjs/index.js +105 -158
  1823. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +1 -1
  1824. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +2 -1
  1825. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +1 -1
  1826. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
  1827. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  1828. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
  1829. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  1830. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
  1831. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
  1832. package/node_modules/@smithy/property-provider/package.json +11 -11
  1833. package/node_modules/@smithy/protocol-http/README.md +13 -0
  1834. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +154 -247
  1835. package/node_modules/@smithy/protocol-http/dist-es/Field.js +3 -0
  1836. package/node_modules/@smithy/protocol-http/dist-es/Fields.js +2 -1
  1837. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +11 -0
  1838. package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +4 -0
  1839. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
  1840. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
  1841. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
  1842. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
  1843. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
  1844. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
  1845. package/node_modules/@smithy/protocol-http/package.json +11 -11
  1846. package/node_modules/@smithy/querystring-builder/README.md +10 -3
  1847. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +21 -47
  1848. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
  1849. package/node_modules/@smithy/querystring-builder/package.json +12 -12
  1850. package/node_modules/@smithy/querystring-parser/README.md +10 -3
  1851. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +22 -48
  1852. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
  1853. package/node_modules/@smithy/querystring-parser/package.json +11 -11
  1854. package/node_modules/@smithy/service-error-classification/README.md +13 -0
  1855. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +76 -103
  1856. package/node_modules/@smithy/service-error-classification/dist-es/index.js +8 -2
  1857. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +7 -1
  1858. package/node_modules/@smithy/service-error-classification/package.json +11 -11
  1859. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +7 -4
  1860. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +188 -198
  1861. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  1862. package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  1863. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  1864. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
  1865. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +5 -2
  1866. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +3 -1
  1867. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +4 -4
  1868. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  1869. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
  1870. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  1871. package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  1872. package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  1873. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
  1874. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +7 -1
  1875. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
  1876. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +3 -1
  1877. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +2 -5
  1878. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
  1879. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
  1880. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
  1881. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
  1882. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  1883. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
  1884. package/node_modules/@smithy/shared-ini-file-loader/package.json +15 -15
  1885. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +544 -651
  1886. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +2 -1
  1887. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +12 -6
  1888. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +6 -0
  1889. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +5 -4
  1890. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
  1891. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
  1892. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1893. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  1894. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  1895. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
  1896. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
  1897. package/node_modules/@smithy/signature-v4/package.json +18 -18
  1898. package/node_modules/@smithy/smithy-client/README.md +10 -3
  1899. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +609 -713
  1900. package/node_modules/@smithy/smithy-client/dist-es/client.js +10 -1
  1901. package/node_modules/@smithy/smithy-client/dist-es/command.js +31 -21
  1902. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1903. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +4 -0
  1904. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  1905. package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  1906. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
  1907. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1908. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +3 -3
  1909. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -2
  1910. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
  1911. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  1912. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  1913. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
  1914. package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  1915. package/node_modules/@smithy/smithy-client/package.json +19 -17
  1916. package/node_modules/@smithy/types/dist-cjs/index.js +80 -133
  1917. package/node_modules/@smithy/types/dist-es/index.js +3 -0
  1918. package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1919. package/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  1920. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
  1921. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
  1922. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
  1923. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
  1924. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
  1925. package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
  1926. package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
  1927. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  1928. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
  1929. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
  1930. package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
  1931. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  1932. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
  1933. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
  1934. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  1935. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
  1936. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
  1937. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
  1938. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -3
  1939. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
  1940. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  1941. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
  1942. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +19 -12
  1943. package/node_modules/@smithy/types/dist-types/http.d.ts +3 -2
  1944. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
  1945. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
  1946. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
  1947. package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  1948. package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
  1949. package/node_modules/@smithy/types/dist-types/retry.d.ts +5 -1
  1950. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
  1951. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +33 -58
  1952. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +99 -0
  1953. package/node_modules/@smithy/types/dist-types/serde.d.ts +5 -5
  1954. package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
  1955. package/node_modules/@smithy/types/dist-types/signature.d.ts +22 -5
  1956. package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
  1957. package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
  1958. package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
  1959. package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
  1960. package/node_modules/@smithy/types/package.json +11 -11
  1961. package/node_modules/@smithy/url-parser/README.md +10 -3
  1962. package/node_modules/@smithy/url-parser/dist-cjs/index.js +20 -46
  1963. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
  1964. package/node_modules/@smithy/url-parser/package.json +12 -12
  1965. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +9 -32
  1966. package/node_modules/@smithy/util-base64/dist-cjs/index.js +23 -23
  1967. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
  1968. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -28
  1969. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -6
  1970. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -6
  1971. package/node_modules/@smithy/util-base64/package.json +12 -11
  1972. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +26 -53
  1973. package/node_modules/@smithy/util-body-length-browser/package.json +10 -9
  1974. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +29 -50
  1975. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +8 -6
  1976. package/node_modules/@smithy/util-body-length-node/package.json +10 -9
  1977. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +17 -44
  1978. package/node_modules/@smithy/util-buffer-from/package.json +11 -10
  1979. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +26 -60
  1980. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
  1981. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
  1982. package/node_modules/@smithy/util-config-provider/package.json +10 -9
  1983. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
  1984. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +13 -22
  1985. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +13 -12
  1986. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +2 -2
  1987. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +11 -8
  1988. package/node_modules/@smithy/util-defaults-mode-browser/package.json +13 -14
  1989. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
  1990. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +65 -110
  1991. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
  1992. package/node_modules/@smithy/util-defaults-mode-node/package.json +16 -16
  1993. package/node_modules/@smithy/util-endpoints/README.md +10 -3
  1994. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +560 -531
  1995. package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
  1996. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +3 -2
  1997. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +42 -0
  1998. package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
  1999. package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
  2000. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
  2001. package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
  2002. package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
  2003. package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
  2004. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  2005. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
  2006. package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -11
  2007. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
  2008. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
  2009. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
  2010. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
  2011. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
  2012. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +32 -2
  2013. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +17 -2
  2014. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
  2015. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -13
  2016. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
  2017. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -5
  2018. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -21
  2019. package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
  2020. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
  2021. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
  2022. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
  2023. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
  2024. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
  2025. package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
  2026. package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
  2027. package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
  2028. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  2029. package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
  2030. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
  2031. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
  2032. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  2033. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  2034. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  2035. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  2036. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
  2037. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -2
  2038. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
  2039. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -11
  2040. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +7 -4
  2041. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +4 -4
  2042. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
  2043. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
  2044. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -2
  2045. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +7 -2
  2046. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
  2047. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -3
  2048. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -2
  2049. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -2
  2050. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -3
  2051. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
  2052. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +4 -2
  2053. package/node_modules/@smithy/util-endpoints/package.json +15 -15
  2054. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +29 -58
  2055. package/node_modules/@smithy/util-hex-encoding/package.json +10 -9
  2056. package/node_modules/@smithy/util-middleware/README.md +9 -4
  2057. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +11 -41
  2058. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
  2059. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
  2060. package/node_modules/@smithy/util-middleware/package.json +11 -11
  2061. package/node_modules/@smithy/util-retry/dist-cjs/index.js +335 -346
  2062. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +17 -5
  2063. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +3 -2
  2064. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +47 -36
  2065. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
  2066. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
  2067. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +59 -31
  2068. package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
  2069. package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
  2070. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +15 -10
  2071. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
  2072. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +79 -9
  2073. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
  2074. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
  2075. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
  2076. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
  2077. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
  2078. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
  2079. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
  2080. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
  2081. package/node_modules/@smithy/util-retry/package.json +15 -13
  2082. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +3 -2
  2083. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +20 -5
  2084. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +2 -3
  2085. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
  2086. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +2 -3
  2087. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  2088. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  2089. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +4 -8
  2090. package/node_modules/@smithy/util-stream/dist-cjs/index.js +100 -95
  2091. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +1 -2
  2092. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  2093. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +3 -7
  2094. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +3 -2
  2095. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +12 -7
  2096. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +18 -2
  2097. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  2098. package/node_modules/@smithy/util-stream/dist-es/headStream.js +3 -6
  2099. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  2100. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  2101. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
  2102. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
  2103. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +11 -9
  2104. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +3 -4
  2105. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +7 -5
  2106. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  2107. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
  2108. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  2109. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  2110. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +3 -3
  2111. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  2112. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
  2113. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  2114. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  2115. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  2116. package/node_modules/@smithy/util-stream/package.json +23 -23
  2117. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +6 -40
  2118. package/node_modules/@smithy/util-uri-escape/package.json +10 -9
  2119. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +27 -60
  2120. package/node_modules/@smithy/util-utf8/package.json +11 -10
  2121. package/node_modules/@smithy/util-waiter/README.md +10 -3
  2122. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +196 -177
  2123. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  2124. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  2125. package/node_modules/@smithy/util-waiter/dist-es/poller.js +63 -35
  2126. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  2127. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  2128. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +2 -2
  2129. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +4 -3
  2130. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
  2131. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  2132. package/node_modules/@smithy/util-waiter/package.json +12 -12
  2133. package/node_modules/@smithy/uuid/LICENSE +201 -0
  2134. package/node_modules/@smithy/uuid/README.md +10 -0
  2135. package/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
  2136. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  2137. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
  2138. package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
  2139. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
  2140. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
  2141. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
  2142. package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
  2143. package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
  2144. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
  2145. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
  2146. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
  2147. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
  2148. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
  2149. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
  2150. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
  2151. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
  2152. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
  2153. package/node_modules/@smithy/uuid/package.json +66 -0
  2154. package/node_modules/bowser/README.md +74 -7
  2155. package/node_modules/bowser/bundled.js +1 -1
  2156. package/node_modules/bowser/es5.js +1 -1
  2157. package/node_modules/bowser/index.d.ts +115 -12
  2158. package/node_modules/bowser/package.json +17 -7
  2159. package/node_modules/bowser/src/bowser.js +24 -8
  2160. package/node_modules/bowser/src/constants.js +79 -18
  2161. package/node_modules/bowser/src/parser-browsers.js +483 -0
  2162. package/node_modules/bowser/src/parser-os.js +12 -0
  2163. package/node_modules/bowser/src/parser-platforms.js +301 -1
  2164. package/node_modules/bowser/src/parser.js +106 -10
  2165. package/node_modules/bowser/src/utils.js +33 -15
  2166. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  2167. package/node_modules/fast-xml-builder/LICENSE +21 -0
  2168. package/node_modules/fast-xml-builder/README.md +23 -0
  2169. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  2170. package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  2171. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  2172. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  2173. package/node_modules/fast-xml-builder/package.json +80 -0
  2174. package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  2175. package/node_modules/fast-xml-builder/src/fxb.js +533 -0
  2176. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  2177. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +306 -0
  2178. package/node_modules/fast-xml-parser/CHANGELOG.md +226 -0
  2179. package/node_modules/fast-xml-parser/README.md +51 -82
  2180. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  2181. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  2182. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  2183. package/node_modules/fast-xml-parser/lib/fxp.d.cts +769 -0
  2184. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  2185. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  2186. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  2187. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  2188. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  2189. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  2190. package/node_modules/fast-xml-parser/package.json +44 -23
  2191. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  2192. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  2193. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  2194. package/node_modules/fast-xml-parser/src/fxp.d.ts +372 -36
  2195. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  2196. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  2197. package/node_modules/fast-xml-parser/src/util.js +28 -39
  2198. package/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
  2199. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
  2200. package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
  2201. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
  2202. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
  2203. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
  2204. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
  2205. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
  2206. package/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
  2207. package/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
  2208. package/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
  2209. package/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
  2210. package/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
  2211. package/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
  2212. package/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
  2213. package/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
  2214. package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
  2215. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
  2216. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
  2217. package/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
  2218. package/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
  2219. package/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
  2220. package/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
  2221. package/node_modules/fast-xml-parser/src/validator.js +38 -38
  2222. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -280
  2223. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +390 -135
  2224. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +159 -44
  2225. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +553 -314
  2226. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +43 -30
  2227. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +100 -40
  2228. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +31 -16
  2229. package/node_modules/jsrsasign/README.md +10 -18
  2230. package/node_modules/jsrsasign/lib/footer.js +2 -0
  2231. package/node_modules/jsrsasign/lib/jsrsasign-all-min.js +13 -13
  2232. package/node_modules/jsrsasign/lib/jsrsasign-jwths-min.js +8 -8
  2233. package/node_modules/jsrsasign/lib/jsrsasign-rsa-min.js +10 -10
  2234. package/node_modules/jsrsasign/lib/jsrsasign.js +15 -13
  2235. package/node_modules/jsrsasign/package.json +1 -12
  2236. package/node_modules/jsrsasign/test/t_base64x.js +12 -0
  2237. package/node_modules/jsrsasign/test/t_timeeq.js +15 -0
  2238. package/node_modules/path-expression-matcher/LICENSE +21 -0
  2239. package/node_modules/path-expression-matcher/README.md +872 -0
  2240. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  2241. package/node_modules/path-expression-matcher/lib/pem.d.cts +634 -0
  2242. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  2243. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  2244. package/node_modules/path-expression-matcher/package.json +78 -0
  2245. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  2246. package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  2247. package/node_modules/path-expression-matcher/src/Matcher.js +570 -0
  2248. package/node_modules/path-expression-matcher/src/index.d.ts +523 -0
  2249. package/node_modules/path-expression-matcher/src/index.js +29 -0
  2250. package/node_modules/strnum/CHANGELOG.md +18 -0
  2251. package/node_modules/strnum/README.md +7 -0
  2252. package/node_modules/strnum/package.json +4 -3
  2253. package/node_modules/strnum/strnum.js +114 -64
  2254. package/package.json +32 -39
  2255. package/node_modules/@aws-lambda-powertools/commons/LICENSE +0 -14
  2256. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts +0 -78
  2257. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts.map +0 -1
  2258. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.js +0 -96
  2259. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts +0 -78
  2260. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts.map +0 -1
  2261. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.js +0 -93
  2262. package/node_modules/@aws-lambda-powertools/logger/LICENSE +0 -14
  2263. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.d.ts +0 -78
  2264. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.d.ts.map +0 -1
  2265. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.js +0 -107
  2266. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.d.ts +0 -78
  2267. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.d.ts.map +0 -1
  2268. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.js +0 -104
  2269. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/ruleset.js +0 -7
  2270. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/ruleset.js +0 -4
  2271. package/node_modules/@aws-sdk/client-kms/dist-es/models/index.js +0 -1
  2272. package/node_modules/@aws-sdk/client-kms/dist-es/protocols/Aws_json1_1.js +0 -2008
  2273. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/ruleset.d.ts +0 -2
  2274. package/node_modules/@aws-sdk/client-kms/dist-types/models/index.d.ts +0 -1
  2275. package/node_modules/@aws-sdk/client-kms/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  2276. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2277. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/index.d.ts +0 -1
  2278. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
  2279. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +0 -7
  2280. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +0 -4
  2281. package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
  2282. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -7771
  2283. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +0 -2
  2284. package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
  2285. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -893
  2286. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2287. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
  2288. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1197
  2289. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2290. package/node_modules/@aws-sdk/client-sso/README.md +0 -252
  2291. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  2292. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
  2293. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  2294. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -625
  2295. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  2296. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -54
  2297. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  2298. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  2299. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -48
  2300. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  2301. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  2302. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  2303. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  2304. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  2305. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2306. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
  2307. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  2308. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  2309. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2310. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  2311. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  2312. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  2313. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2314. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  2315. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  2316. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -49
  2317. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  2318. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2319. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -200
  2320. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2321. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
  2322. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -95
  2323. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -96
  2324. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -98
  2325. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -95
  2326. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2327. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -38
  2328. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2329. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
  2330. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  2331. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  2332. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  2333. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2334. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  2335. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  2336. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  2337. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  2338. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2339. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2340. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -57
  2341. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -57
  2342. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -56
  2343. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  2344. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  2345. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  2346. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -138
  2347. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -46
  2348. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  2349. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  2350. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  2351. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  2352. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2353. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2354. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  2355. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  2356. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2357. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  2358. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  2359. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  2360. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  2361. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2362. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2363. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
  2364. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -107
  2365. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
  2366. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2367. package/node_modules/@aws-sdk/client-sso/package.json +0 -98
  2368. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
  2369. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  2370. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  2371. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  2372. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  2373. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  2374. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  2375. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  2376. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  2377. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  2378. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  2379. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  2380. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  2381. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  2382. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  2383. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  2384. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  2385. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  2386. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  2387. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  2388. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  2389. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  2390. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  2391. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  2392. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  2393. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  2394. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  2395. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  2396. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  2397. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  2398. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  2399. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  2400. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  2401. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  2402. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  2403. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  2404. package/node_modules/@smithy/abort-controller/README.md +0 -4
  2405. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  2406. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  2407. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -84
  2408. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
  2409. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  2410. package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  2411. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  2412. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  2413. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  2414. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  2415. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  2416. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  2417. package/node_modules/@smithy/abort-controller/package.json +0 -62
  2418. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  2419. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  2420. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  2421. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  2422. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  2423. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  2424. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  2425. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  2426. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  2427. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  2428. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  2429. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  2430. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  2431. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  2432. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  2433. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  2434. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  2435. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  2436. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  2437. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  2438. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  2439. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  2440. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  2441. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  2442. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  2443. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  2444. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  2445. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  2446. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  2447. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  2448. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  2449. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  2450. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  2451. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
  2452. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
  2453. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
  2454. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
  2455. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
  2456. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
  2457. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
  2458. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
  2459. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  2460. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  2461. package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +0 -1
  2462. package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  2463. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
  2464. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  2465. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  2466. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
  2467. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
  2468. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
  2469. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  2470. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  2471. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
  2472. package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  2473. package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
  2474. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +0 -5
  2475. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
  2476. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -29
  2477. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -22
  2478. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
  2479. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
  2480. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
  2481. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
  2482. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
  2483. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
  2484. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
  2485. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -15
  2486. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -33
  2487. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -11
  2488. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
  2489. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  2490. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -11
  2491. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
  2492. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
  2493. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -14
  2494. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -18
  2495. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -20
  2496. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -15
  2497. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
  2498. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -55
  2499. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
  2500. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -12
  2501. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
  2502. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
  2503. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
  2504. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
  2505. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -38
  2506. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -20
  2507. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -25
  2508. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -125
  2509. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -20
  2510. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -11
  2511. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -20
  2512. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -24
  2513. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -21
  2514. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -5
  2515. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
  2516. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -8
  2517. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
  2518. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
  2519. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
  2520. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
  2521. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
  2522. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
  2523. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  2524. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  2525. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  2526. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  2527. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  2528. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
  2529. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  2530. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
  2531. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
  2532. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
  2533. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
  2534. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
  2535. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
  2536. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
  2537. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
  2538. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
  2539. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
  2540. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
  2541. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
  2542. package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
  2543. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
  2544. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
  2545. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
  2546. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  2547. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  2548. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  2549. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  2550. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  2551. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  2552. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  2553. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  2554. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  2555. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  2556. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  2557. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  2558. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  2559. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  2560. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  2561. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  2562. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  2563. package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +0 -1
  2564. package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +0 -1
  2565. package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +0 -1
  2566. package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +0 -1
  2567. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +0 -1
  2568. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +0 -1
  2569. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +0 -1
  2570. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +0 -1
  2571. package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +0 -1
  2572. package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +0 -1
  2573. package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +0 -1
  2574. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
  2575. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
  2576. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
  2577. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
  2578. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
  2579. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
  2580. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
  2581. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
  2582. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
  2583. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
  2584. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
  2585. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
  2586. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/EventStreamMarshaller.js +0 -1
  2587. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/provider.js +0 -1
  2588. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/utils.js +0 -1
  2589. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
  2590. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
  2591. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
  2592. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
  2593. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/EventStreamSerdeConfig.js +0 -1
  2594. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
  2595. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
  2596. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/EventStreamMarshaller.js +0 -1
  2597. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/provider.js +0 -1
  2598. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/utils.js +0 -1
  2599. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  2600. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
  2601. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
  2602. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
  2603. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/EventStreamMarshaller.js +0 -1
  2604. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getChunkedStream.js +0 -1
  2605. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getUnmarshalledStream.js +0 -1
  2606. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/provider.js +0 -1
  2607. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  2608. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
  2609. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
  2610. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
  2611. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
  2612. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +0 -1
  2613. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  2614. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  2615. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  2616. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
  2617. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -41
  2618. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  2619. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  2620. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  2621. package/node_modules/@smithy/hash-blob-browser/dist-types/ts3.4/index.d.ts +0 -5
  2622. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  2623. package/node_modules/@smithy/hash-stream-node/dist-cjs/HashCalculator.js +0 -1
  2624. package/node_modules/@smithy/hash-stream-node/dist-cjs/fileStreamHasher.js +0 -1
  2625. package/node_modules/@smithy/hash-stream-node/dist-cjs/readableStreamHasher.js +0 -1
  2626. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +0 -10
  2627. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +0 -6
  2628. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/index.d.ts +0 -8
  2629. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +0 -6
  2630. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
  2631. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
  2632. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  2633. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  2634. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  2635. package/node_modules/@smithy/md5-js/dist-cjs/constants.js +0 -1
  2636. package/node_modules/@smithy/md5-js/dist-types/ts3.4/constants.d.ts +0 -12
  2637. package/node_modules/@smithy/md5-js/dist-types/ts3.4/index.d.ts +0 -16
  2638. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  2639. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
  2640. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
  2641. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
  2642. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
  2643. package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
  2644. package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
  2645. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
  2646. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +0 -1
  2647. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
  2648. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
  2649. package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
  2650. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -13
  2651. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  2652. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
  2653. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  2654. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  2655. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  2656. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
  2657. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  2658. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  2659. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
  2660. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -106
  2661. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
  2662. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  2663. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  2664. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
  2665. package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  2666. package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  2667. package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  2668. package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  2669. package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  2670. package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  2671. package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  2672. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  2673. package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
  2674. package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
  2675. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
  2676. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
  2677. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -22
  2678. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -33
  2679. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -24
  2680. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -5
  2681. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -6
  2682. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -22
  2683. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
  2684. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
  2685. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
  2686. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
  2687. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  2688. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  2689. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  2690. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
  2691. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
  2692. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
  2693. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
  2694. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  2695. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -65
  2696. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  2697. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  2698. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  2699. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
  2700. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  2701. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
  2702. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  2703. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
  2704. package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
  2705. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
  2706. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  2707. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  2708. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  2709. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  2710. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  2711. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  2712. package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  2713. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
  2714. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
  2715. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
  2716. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
  2717. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  2718. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
  2719. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  2720. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  2721. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  2722. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  2723. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  2724. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  2725. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  2726. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  2727. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  2728. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  2729. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  2730. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  2731. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  2732. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  2733. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
  2734. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  2735. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  2736. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  2737. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  2738. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -45
  2739. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
  2740. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
  2741. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -62
  2742. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -12
  2743. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  2744. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  2745. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  2746. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  2747. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
  2748. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
  2749. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -12
  2750. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
  2751. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -11
  2752. package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
  2753. package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
  2754. package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
  2755. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
  2756. package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
  2757. package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
  2758. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -30
  2759. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  2760. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -30
  2761. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  2762. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  2763. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  2764. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  2765. package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
  2766. package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
  2767. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
  2768. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
  2769. package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
  2770. package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
  2771. package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
  2772. package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
  2773. package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  2774. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -49
  2775. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  2776. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
  2777. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  2778. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
  2779. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -55
  2780. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
  2781. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  2782. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  2783. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  2784. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  2785. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  2786. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  2787. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
  2788. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
  2789. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2790. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2791. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2792. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2793. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2794. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2795. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2796. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2797. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2798. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2799. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2800. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2801. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2802. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2803. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2804. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2805. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2806. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2807. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  2808. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  2809. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  2810. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2811. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2812. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  2813. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  2814. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2815. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2816. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  2817. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2818. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  2819. package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
  2820. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
  2821. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +0 -1
  2822. package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
  2823. package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
  2824. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
  2825. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
  2826. package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
  2827. package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
  2828. package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
  2829. package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
  2830. package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +0 -1
  2831. package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
  2832. package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
  2833. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  2834. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -20
  2835. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
  2836. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  2837. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
  2838. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  2839. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  2840. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  2841. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  2842. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
  2843. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  2844. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  2845. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
  2846. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  2847. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  2848. package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  2849. package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  2850. package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  2851. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  2852. package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  2853. package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  2854. package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  2855. package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  2856. package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  2857. package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  2858. package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  2859. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  2860. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  2861. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  2862. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  2863. package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  2864. package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  2865. package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
  2866. package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  2867. package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  2868. package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  2869. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  2870. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  2871. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -61
  2872. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  2873. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
  2874. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  2875. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -11
  2876. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
  2877. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  2878. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  2879. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
  2880. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  2881. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -24
  2882. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  2883. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  2884. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  2885. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  2886. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  2887. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
  2888. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  2889. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  2890. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  2891. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
  2892. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  2893. package/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
  2894. package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  2895. package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  2896. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  2897. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  2898. package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  2899. package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  2900. package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  2901. package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  2902. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  2903. package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  2904. package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  2905. package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  2906. package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  2907. package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  2908. package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  2909. package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  2910. package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  2911. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  2912. package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  2913. package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  2914. package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  2915. package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  2916. package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  2917. package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  2918. package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  2919. package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  2920. package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  2921. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  2922. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  2923. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  2924. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  2925. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  2926. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  2927. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
  2928. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  2929. package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  2930. package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  2931. package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  2932. package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  2933. package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  2934. package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  2935. package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  2936. package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  2937. package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  2938. package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  2939. package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  2940. package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  2941. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
  2942. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
  2943. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
  2944. package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  2945. package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  2946. package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  2947. package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  2948. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  2949. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  2950. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  2951. package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  2952. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  2953. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  2954. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  2955. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
  2956. package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  2957. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  2958. package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  2959. package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  2960. package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  2961. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  2962. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  2963. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  2964. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  2965. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  2966. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  2967. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  2968. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  2969. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  2970. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  2971. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  2972. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  2973. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  2974. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  2975. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  2976. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  2977. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  2978. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  2979. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  2980. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  2981. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  2982. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  2983. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  2984. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  2985. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  2986. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  2987. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  2988. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  2989. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  2990. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  2991. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  2992. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  2993. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  2994. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  2995. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  2996. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -121
  2997. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
  2998. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  2999. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  3000. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  3001. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  3002. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  3003. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -40
  3004. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  3005. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  3006. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  3007. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  3008. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  3009. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  3010. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -276
  3011. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  3012. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  3013. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  3014. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  3015. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  3016. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  3017. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  3018. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  3019. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  3020. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  3021. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  3022. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  3023. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  3024. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  3025. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  3026. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  3027. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  3028. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  3029. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  3030. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  3031. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  3032. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  3033. package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
  3034. package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
  3035. package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
  3036. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  3037. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  3038. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  3039. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  3040. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  3041. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  3042. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  3043. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  3044. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  3045. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  3046. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  3047. package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
  3048. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
  3049. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
  3050. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
  3051. package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
  3052. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
  3053. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
  3054. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
  3055. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
  3056. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  3057. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
  3058. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
  3059. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
  3060. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
  3061. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
  3062. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
  3063. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
  3064. package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  3065. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  3066. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
  3067. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  3068. package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  3069. package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  3070. package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  3071. package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
  3072. package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
  3073. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
  3074. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
  3075. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
  3076. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
  3077. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
  3078. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
  3079. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
  3080. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
  3081. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
  3082. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
  3083. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
  3084. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
  3085. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
  3086. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
  3087. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
  3088. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
  3089. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
  3090. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  3091. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  3092. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  3093. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  3094. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  3095. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  3096. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  3097. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  3098. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  3099. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  3100. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  3101. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  3102. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  3103. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  3104. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  3105. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  3106. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  3107. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  3108. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  3109. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  3110. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  3111. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  3112. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  3113. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  3114. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  3115. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  3116. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  3117. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
  3118. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  3119. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  3120. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  3121. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  3122. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  3123. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  3124. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
  3125. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
  3126. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  3127. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
  3128. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  3129. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
  3130. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
  3131. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  3132. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  3133. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  3134. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
  3135. package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
  3136. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  3137. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  3138. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  3139. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  3140. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  3141. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  3142. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  3143. package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  3144. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  3145. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  3146. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  3147. package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  3148. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  3149. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  3150. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  3151. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  3152. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  3153. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  3154. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
  3155. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  3156. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  3157. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  3158. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  3159. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  3160. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  3161. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  3162. package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
  3163. package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
  3164. package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  3165. package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  3166. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
  3167. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  3168. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  3169. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
  3170. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -59
  3171. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -15
  3172. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -11
  3173. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -12
  3174. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
  3175. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  3176. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -6
  3177. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -8
  3178. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
  3179. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -9
  3180. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  3181. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  3182. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
  3183. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -14
  3184. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -16
  3185. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
  3186. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
  3187. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  3188. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  3189. package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  3190. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  3191. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  3192. package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +0 -1
  3193. package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +0 -1
  3194. package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +0 -1
  3195. package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +0 -1
  3196. package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +0 -1
  3197. package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +0 -1
  3198. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
  3199. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  3200. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
  3201. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
  3202. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
  3203. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
  3204. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
  3205. package/node_modules/@types/uuid/LICENSE +0 -21
  3206. package/node_modules/@types/uuid/README.md +0 -15
  3207. package/node_modules/@types/uuid/index.d.mts +0 -12
  3208. package/node_modules/@types/uuid/index.d.ts +0 -86
  3209. package/node_modules/@types/uuid/package.json +0 -54
  3210. package/node_modules/bowser/CHANGELOG.md +0 -218
  3211. package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3212. package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3213. package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3214. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3215. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3216. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3217. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3218. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3219. package/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3220. package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3221. package/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3222. package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3223. package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3224. package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3225. package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3226. package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3227. package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3228. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3229. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3230. package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3231. package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3232. package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3233. package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3234. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3235. package/node_modules/lodash.merge/LICENSE +0 -47
  3236. package/node_modules/lodash.merge/README.md +0 -18
  3237. package/node_modules/lodash.merge/index.js +0 -1977
  3238. package/node_modules/lodash.merge/package.json +0 -16
  3239. package/node_modules/strnum/.vscode/launch.json +0 -25
  3240. package/node_modules/strnum/strnum.test.js +0 -165
  3241. package/node_modules/uuid/CHANGELOG.md +0 -274
  3242. package/node_modules/uuid/CONTRIBUTING.md +0 -18
  3243. package/node_modules/uuid/LICENSE.md +0 -9
  3244. package/node_modules/uuid/README.md +0 -466
  3245. package/node_modules/uuid/dist/bin/uuid +0 -2
  3246. package/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  3247. package/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  3248. package/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  3249. package/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  3250. package/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  3251. package/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  3252. package/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  3253. package/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  3254. package/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  3255. package/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  3256. package/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  3257. package/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  3258. package/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  3259. package/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  3260. package/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  3261. package/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  3262. package/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3263. package/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3264. package/node_modules/uuid/dist/esm-browser/native.js +0 -4
  3265. package/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3266. package/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3267. package/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3268. package/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  3269. package/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3270. package/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  3271. package/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3272. package/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3273. package/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  3274. package/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  3275. package/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3276. package/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3277. package/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3278. package/node_modules/uuid/dist/esm-node/index.js +0 -9
  3279. package/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3280. package/node_modules/uuid/dist/esm-node/native.js +0 -4
  3281. package/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3282. package/node_modules/uuid/dist/esm-node/parse.js +0 -35
  3283. package/node_modules/uuid/dist/esm-node/regex.js +0 -1
  3284. package/node_modules/uuid/dist/esm-node/rng.js +0 -12
  3285. package/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  3286. package/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  3287. package/node_modules/uuid/dist/esm-node/v1.js +0 -95
  3288. package/node_modules/uuid/dist/esm-node/v3.js +0 -4
  3289. package/node_modules/uuid/dist/esm-node/v35.js +0 -66
  3290. package/node_modules/uuid/dist/esm-node/v4.js +0 -29
  3291. package/node_modules/uuid/dist/esm-node/v5.js +0 -4
  3292. package/node_modules/uuid/dist/esm-node/validate.js +0 -7
  3293. package/node_modules/uuid/dist/esm-node/version.js +0 -11
  3294. package/node_modules/uuid/dist/index.js +0 -79
  3295. package/node_modules/uuid/dist/md5-browser.js +0 -223
  3296. package/node_modules/uuid/dist/md5.js +0 -23
  3297. package/node_modules/uuid/dist/native-browser.js +0 -11
  3298. package/node_modules/uuid/dist/native.js +0 -15
  3299. package/node_modules/uuid/dist/nil.js +0 -8
  3300. package/node_modules/uuid/dist/parse.js +0 -45
  3301. package/node_modules/uuid/dist/regex.js +0 -8
  3302. package/node_modules/uuid/dist/rng-browser.js +0 -25
  3303. package/node_modules/uuid/dist/rng.js +0 -24
  3304. package/node_modules/uuid/dist/sha1-browser.js +0 -104
  3305. package/node_modules/uuid/dist/sha1.js +0 -23
  3306. package/node_modules/uuid/dist/stringify.js +0 -44
  3307. package/node_modules/uuid/dist/uuid-bin.js +0 -85
  3308. package/node_modules/uuid/dist/v1.js +0 -107
  3309. package/node_modules/uuid/dist/v3.js +0 -16
  3310. package/node_modules/uuid/dist/v35.js +0 -80
  3311. package/node_modules/uuid/dist/v4.js +0 -43
  3312. package/node_modules/uuid/dist/v5.js +0 -16
  3313. package/node_modules/uuid/dist/validate.js +0 -17
  3314. package/node_modules/uuid/dist/version.js +0 -21
  3315. package/node_modules/uuid/package.json +0 -135
  3316. package/node_modules/uuid/wrapper.mjs +0 -10
  3317. /package/node_modules/{@smithy/abort-controller → @aws-sdk/crc64-nvme}/LICENSE +0 -0
  3318. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  3319. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
  3320. /package/node_modules/{@smithy/middleware-retry → @aws-sdk/credential-provider-login}/dist-es/types.js +0 -0
  3321. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  3322. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  3323. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  3324. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/cognito-identity/models/models_0.js} +0 -0
  3325. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  3326. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  3327. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  3328. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  3329. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  3330. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  3331. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  3332. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  3333. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  3334. /package/node_modules/@smithy/core/dist-es/{protocols → request-builder}/requestBuilder.js +0 -0
  3335. /package/node_modules/@smithy/core/dist-types/{protocols → request-builder}/requestBuilder.d.ts +0 -0
  3336. /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
  3337. /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
  3338. /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
  3339. /package/node_modules/{fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
  3340. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -1,17 +1,34 @@
1
1
  # [fast-xml-parser](https://www.npmjs.com/package/fast-xml-parser)
2
- [![NPM quality][quality-image]][quality-url]
3
- [![Coverage Status](https://coveralls.io/repos/github/NaturalIntelligence/fast-xml-parser/badge.svg?branch=master)](https://coveralls.io/github/NaturalIntelligence/fast-xml-parser?branch=master)
4
- [<img src="https://img.shields.io/badge/Try-me-blue.svg?colorA=FFA500&colorB=0000FF" alt="Try me"/>](https://naturalintelligence.github.io/fast-xml-parser/)
5
- [![NPM total downloads](https://img.shields.io/npm/dt/fast-xml-parser.svg)](https://npm.im/fast-xml-parser)
6
2
 
3
+ [![NPM total downloads](https://img.shields.io/npm/dt/fast-xml-parser.svg)](https://npm.im/fast-xml-parser)
7
4
 
8
5
  Validate XML, Parse XML to JS Object, or Build XML from JS Object without C/C++ based libraries and no callback.
9
6
 
7
+ <img align="right" src="static/img/fxp_logo.png" width="180px" alt="FXP logo"/>
8
+
9
+ * Validate XML data syntactically. Use [detailed-xml-validator](https://github.com/NaturalIntelligence/detailed-xml-validator/) to verify business rules.
10
+ * Parse XML to JS Objects and vice versa
11
+ * Common JS, ESM, and browser compatible
12
+ * Faster than any other pure JS implementation.
13
+
14
+ It can handle big files (tested up to 100mb). XML Entities, HTML entities, and DOCTYPE entites are supported. Unpaired tags (Eg `<br>` in HTML), stop nodes (Eg `<script>` in HTML) are supported. It can also preserve Order of tags in JS object
15
+
10
16
  ---
17
+ # Your Support, Our Motivation
11
18
 
12
- <a href="https://www.amazon.in/Power-Glasses-world-imagination-Perspective-ebook/dp/B0CW1CJGNK/"><img align="left" src="https://github.com/NaturalIntelligence/fast-xml-parser/assets/7692328/e7a42bcc-5186-45e3-bfee-de8d8b9a69d4" alt="ads-thePowerGlassesBook"/></a>
13
- I had recently published a book, The Power Glasses. Please have a look. Your feedback would be helpful. You can [mail](githubissues@proton.me) me for a free copy.
14
- <br>
19
+ Please join [Discord community](https://discord.gg/X4Qp9u6Vz) for pre release announcements and discussions. This will prevent us to release breaking changes.
20
+
21
+
22
+
23
+ <!-- ## Try out our New Thoughts
24
+
25
+ - WishIn - You need it if negative thoughts take over all the time <br>
26
+ <a href="https://play.google.com/store/apps/details?id=com.solothought.wishin"> <img src="https://solothought.com/products/assets/images/wishin/YouTubeThumbnail.png" width="500px"/> </a>
27
+ - **Flowgger**: 90% less logs size and 90% less debugging time<br>
28
+ <a href="https://github.com/solothought/flowgger"> <img src="static/img/flowgger_h.webp" alt="Flowgger Logging Framework" width="300px"/></a>
29
+ - [Text2Chart](https://solothought.com/text2chart/flow): interactive flow chart out of simple text. -->
30
+
31
+ ## Financial Support
15
32
 
16
33
  Sponsor this project
17
34
 
@@ -21,36 +38,14 @@ Sponsor this project
21
38
  <a href="https://opencollective.com/fast-xml-parser/donate" target="_blank">
22
39
  <img src="https://opencollective.com/fast-xml-parser/donate/button@2x.png?color=blue" width=180 />
23
40
  </a>
24
- <a href="https://paypal.me/naturalintelligence"> <img src="static/img/support_paypal.svg" alt="Stubmatic donate button" width="180"/></a>
25
41
  <br>
26
42
  <br>
27
43
  <br>
28
44
 
29
- <!--
30
- ### Current Sponsors
45
+ > This is a donation. No goods or services are expected in return. Any requests for refunds for those purposes will be rejected.
31
46
 
32
- Check the complete list at [ThankYouBackers](https://github.com/NaturalIntelligence/ThankYouBackers) for our sponsors and supporters.
33
-
34
- Through Github
35
-
36
- <a href="https://github.com/skunkteam" target="_blank"><img src="https://avatars.githubusercontent.com/u/46373671?s=60" width="60px"></a>
37
- <a href="https://github.com/getsentry" target="_blank"><img src="https://avatars.githubusercontent.com/u/1396951?s=60" width="60px"></a>
38
-
39
- Through OpenCollective
40
-
41
- <a href="https://opencollective.com/fast-xml-parser/sponsor/0/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/0/avatar.svg"></a>
42
- <a href="https://opencollective.com/fast-xml-parser/sponsor/1/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/1/avatar.svg"></a>
43
- <a href="https://opencollective.com/fast-xml-parser/sponsor/2/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/2/avatar.svg"></a>
44
- <a href="https://opencollective.com/fast-xml-parser/sponsor/3/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/3/avatar.svg"></a>
45
- <a href="https://opencollective.com/fast-xml-parser/sponsor/4/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/4/avatar.svg"></a>
46
- <a href="https://opencollective.com/fast-xml-parser/sponsor/5/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/5/avatar.svg"></a>
47
- <a href="https://opencollective.com/fast-xml-parser/sponsor/6/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/6/avatar.svg"></a>
48
- <a href="https://opencollective.com/fast-xml-parser/sponsor/7/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/7/avatar.svg"></a>
49
- <a href="https://opencollective.com/fast-xml-parser/sponsor/8/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/8/avatar.svg"></a>
50
- <a href="https://opencollective.com/fast-xml-parser/sponsor/9/website" target="_blank"><img src="https://opencollective.com/fast-xml-parser/sponsor/9/avatar.svg"></a>
51
- -->
52
-
53
- ![fxp_sponsors](https://github.com/NaturalIntelligence/fast-xml-parser/assets/7692328/c9367497-d67e-410a-90a6-66e3808be929)
47
+ ![fxp_sponsors](https://raw.githubusercontent.com/NaturalIntelligence/ThankYouBackers/main/assets/NI_sponsors.jpg)
48
+ > This image update once in 6 months mostly
54
49
 
55
50
  ## Users
56
51
 
@@ -78,30 +73,7 @@ Through OpenCollective
78
73
 
79
74
  ---
80
75
 
81
- ## Main Features
82
-
83
- <img align="right" src="static/img/fxp_logo.png" width="180px" alt="FXP logo"/>
84
-
85
- * Validate XML data syntactically
86
- * Parse XML to JS Object
87
- * Build XML from JS Object
88
- * Compatible to node js packages, in browser, and in CLI (click try me button above for demo)
89
- * Faster than any other pure JS implementation.
90
- * It can handle big files (tested up to 100mb).
91
- * Controlled parsing using various options
92
- * XML Entities, HTML entities, and DOCTYPE entites are supported.
93
- * unpaired tags (Eg `<br>` in HTML), stop nodes (Eg `<script>` in HTML) are supported.
94
- * You can restore almost same XML from JSON
95
- * Supports comments
96
- * It can preserve Order of tags in JS object
97
- * You can control if a single tag should be parsed into array.
98
- * Supports parsing of PI (Processing Instruction) tags with XML declaration tags
99
- * And many more other features.
100
-
101
- ## v5
102
- I developed v5 in Apr 2023. And I didn't get the chance to complete all the features. I've ensured that new features don't impact performance. With v5, you have more control on parsing output. Check [docs](./docs/v5) for syntax help and basic understanding.
103
-
104
- Please leave a comment in discussion forum for your suggestions and if you really need v5.
76
+ # More about this library
105
77
 
106
78
  ## How to use
107
79
 
@@ -152,33 +124,36 @@ Bundle size
152
124
  | fxp.min.js | 26K |
153
125
  | fxvalidator.min.js | 5.7K |
154
126
 
155
- ### Documents
127
+ ## Documents
156
128
  <table>
157
- <tr><td>v3</td><td>v4</td><td>v5</td></tr>
129
+ <tr><td>v3</td><td>v4 and v5</td><td>v6</td></tr>
158
130
  <tr>
159
131
  <td>
160
132
  <a href="./docs/v3/docs.md">documents</a>
161
133
  </td>
162
134
  <td><ol>
163
- <li><a href="./docs/v4/1.GettingStarted.md">Getting Started</a></li>
164
- <li><a href="./docs/v4/2.XMLparseOptions.md">XML Parser</a></li>
165
- <li><a href="./docs/v4/3.XMLBuilder.md">XML Builder</a></li>
166
- <li><a href="./docs/v4/4.XMLValidator.md">XML Validator</a></li>
167
- <li><a href="./docs/v4/5.Entities.md">Entities</a></li>
168
- <li><a href="./docs/v4/6.HTMLParsing.md">HTML Document Parsing</a></li>
169
- <li><a href="./docs/v4/7.PITags.md">PI Tag processing</a></li>
135
+ <li><a href="./docs/v4,v5/1.GettingStarted.md">Getting Started</a></li>
136
+ <li><a href="./docs/v4,v5/2.XMLparseOptions.md">XML Parser</a></li>
137
+ <li><a href="./docs/v4,v5/3.XMLBuilder.md">XML Builder</a></li>
138
+ <li><a href="./docs/v4,v5/4.XMLValidator.md">XML Validator</a></li>
139
+ <li><a href="./docs/v4,v5/5.Entities.md">Entities</a></li>
140
+ <li><a href="./docs/v4,v5/6.HTMLParsing.md">HTML Document Parsing</a></li>
141
+ <li><a href="./docs/v4,v5/7.PITags.md">PI Tag processing</a></li>
142
+ <li><a href="./docs/v4,v5/8.PathExpression.md">Path Expression</a></li>
170
143
  </ol></td>
171
144
  <td><ol>
172
- <li></li><a href="./docs/v5/1.GettingStarted.md">Getting Started</a></li>
173
- <li><a href="./docs/v5/2.Features.md">Features</a></li>
174
- <li><a href="./docs/v5/3.Options.md">Options</a></li>
175
- <li><a href="./docs/v5/4.OutputBuilders.md">Output Builders</a></li>
176
- <li><a href="./docs/v5/5.ValueParsers.md">Value Parsers</a></li>
145
+ <li></li><a href="./docs/v6/1.GettingStarted.md">Getting Started</a></li>
146
+ <li><a href="./docs/v6/2.Features.md">Features</a></li>
147
+ <li><a href="./docs/v6/3.Options.md">Options</a></li>
148
+ <li><a href="./docs/v6/4.OutputBuilders.md">Output Builders</a></li>
149
+ <li><a href="./docs/v6/5.ValueParsers.md">Value Parsers</a></li>
177
150
  </ol></td>
178
151
  </tr>
179
152
  </table>
180
153
 
181
- **note**: version 5 is released with version 4 tfor experimental use. Based on it's demand, it'll be developed and the features can be different in final release.
154
+ **note**:
155
+ - Version 6 is released with version 4 for experimental use. Based on its demand, it'll be developed and the features can be different in final release.
156
+ - Version 5 has the same functionalities as version 4.
182
157
 
183
158
  ## Performance
184
159
  <small>negative means error</small>
@@ -196,10 +171,9 @@ Bundle size
196
171
  <img src="./docs/imgs/XMLBuilder_v4.png" width="50%" />
197
172
  * Y-axis: requests per second
198
173
 
199
-
200
-
201
174
  <!-- [![](static/img/ni_ads_ads.gif)](https://github.com/NaturalIntelligence/ads/) -->
202
175
 
176
+ ---
203
177
 
204
178
  ## Usage Trend
205
179
 
@@ -209,20 +183,15 @@ Bundle size
209
183
  <img src="https://npm-compare.com/img/npm-trend/THREE_YEARS/fast-xml-parser.png" width="50%" alt="NPM Usage Trend of fast-xml-parser" />
210
184
  </a>
211
185
 
212
- ## Supporters
213
- ### Contributors
186
+ # Supporters
187
+ #### Contributors
214
188
 
215
189
  This project exists thanks to [all](graphs/contributors) the people who contribute. [[Contribute](docs/CONTRIBUTING.md)].
216
- <!-- <a href="graphs/contributors"><img src="https://opencollective.com/fast-xml-parser/contributors.svg?width=890&button=false" /></a> -->
217
- <!--
218
- ### Lead Maintainers
219
- ![Amit Gupta](https://avatars1.githubusercontent.com/u/7692328?s=100&v=4)
220
- [![Vohmyanin Sergey Vasilevich](https://avatars3.githubusercontent.com/u/783335?s=100&v=4)](https://github.com/Delagen)
221
190
 
222
- ### All Contributors -->
223
191
  <a href="graphs/contributors"><img src="https://opencollective.com/fast-xml-parser/contributors.svg?width=890&button=false" /></a>
224
192
 
225
- ### Backers
193
+
194
+ #### Backers from Open collective
226
195
 
227
196
  Thank you to all our backers! 🙏 [[Become a backer](https://opencollective.com/fast-xml-parser#backer)]
228
197
 
@@ -0,0 +1,2 @@
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.XMLBuilder=e():t.XMLBuilder=e()}(this,()=>(()=>{"use strict";var t={d:(e,i)=>{for(var s in i)t.o(i,s)&&!t.o(e,s)&&Object.defineProperty(e,s,{enumerable:!0,get:i[s]})},o:(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r:t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})}},e={};t.r(e),t.d(e,{default:()=>y});class i{constructor(t,e={},i){this.pattern=t,this.separator=e.separator||".",this.segments=this._parse(t),this.data=i,this._hasDeepWildcard=this.segments.some(t=>"deep-wildcard"===t.type),this._hasAttributeCondition=this.segments.some(t=>void 0!==t.attrName),this._hasPositionSelector=this.segments.some(t=>void 0!==t.position)}_parse(t){const e=[];let i=0,s="";for(;i<t.length;)t[i]===this.separator?i+1<t.length&&t[i+1]===this.separator?(s.trim()&&(e.push(this._parseSegment(s.trim())),s=""),e.push({type:"deep-wildcard"}),i+=2):(s.trim()&&e.push(this._parseSegment(s.trim())),s="",i++):(s+=t[i],i++);return s.trim()&&e.push(this._parseSegment(s.trim())),e}_parseSegment(t){const e={type:"tag"};let i=null,s=t;const n=t.match(/^([^\[]+)(\[[^\]]*\])(.*)$/);if(n&&(s=n[1]+n[3],n[2])){const t=n[2].slice(1,-1);t&&(i=t)}let r,o,a=s;if(s.includes("::")){const e=s.indexOf("::");if(r=s.substring(0,e).trim(),a=s.substring(e+2).trim(),!r)throw new Error(`Invalid namespace in pattern: ${t}`)}let h=null;if(a.includes(":")){const t=a.lastIndexOf(":"),e=a.substring(0,t).trim(),i=a.substring(t+1).trim();["first","last","odd","even"].includes(i)||/^nth\(\d+\)$/.test(i)?(o=e,h=i):o=a}else o=a;if(!o)throw new Error(`Invalid segment pattern: ${t}`);if(e.tag=o,r&&(e.namespace=r),i)if(i.includes("=")){const t=i.indexOf("=");e.attrName=i.substring(0,t).trim(),e.attrValue=i.substring(t+1).trim()}else e.attrName=i.trim();if(h){const t=h.match(/^nth\((\d+)\)$/);t?(e.position="nth",e.positionValue=parseInt(t[1],10)):e.position=h}return e}get length(){return this.segments.length}hasDeepWildcard(){return this._hasDeepWildcard}hasAttributeCondition(){return this._hasAttributeCondition}hasPositionSelector(){return this._hasPositionSelector}toString(){return this.pattern}}class s{constructor(t){this._matcher=t}get separator(){return this._matcher.separator}getCurrentTag(){const t=this._matcher.path;return t.length>0?t[t.length-1].tag:void 0}getCurrentNamespace(){const t=this._matcher.path;return t.length>0?t[t.length-1].namespace:void 0}getAttrValue(t){const e=this._matcher.path;if(0!==e.length)return e[e.length-1].values?.[t]}hasAttr(t){const e=this._matcher.path;if(0===e.length)return!1;const i=e[e.length-1];return void 0!==i.values&&t in i.values}getPosition(){const t=this._matcher.path;return 0===t.length?-1:t[t.length-1].position??0}getCounter(){const t=this._matcher.path;return 0===t.length?-1:t[t.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this._matcher.path.length}toString(t,e=!0){return this._matcher.toString(t,e)}toArray(){return this._matcher.path.map(t=>t.tag)}matches(t){return this._matcher.matches(t)}matchesAny(t){return t.matchesAny(this._matcher)}}class n{constructor(t={}){this.separator=t.separator||".",this.path=[],this.siblingStacks=[],this._pathStringCache=null,this._view=new s(this)}push(t,e=null,i=null){this._pathStringCache=null,this.path.length>0&&(this.path[this.path.length-1].values=void 0);const s=this.path.length;this.siblingStacks[s]||(this.siblingStacks[s]=new Map);const n=this.siblingStacks[s],r=i?`${i}:${t}`:t,o=n.get(r)||0;let a=0;for(const t of n.values())a+=t;n.set(r,o+1);const h={tag:t,position:a,counter:o};null!=i&&(h.namespace=i),null!=e&&(h.values=e),this.path.push(h)}pop(){if(0===this.path.length)return;this._pathStringCache=null;const t=this.path.pop();return this.siblingStacks.length>this.path.length+1&&(this.siblingStacks.length=this.path.length+1),t}updateCurrent(t){if(this.path.length>0){const e=this.path[this.path.length-1];null!=t&&(e.values=t)}}getCurrentTag(){return this.path.length>0?this.path[this.path.length-1].tag:void 0}getCurrentNamespace(){return this.path.length>0?this.path[this.path.length-1].namespace:void 0}getAttrValue(t){if(0!==this.path.length)return this.path[this.path.length-1].values?.[t]}hasAttr(t){if(0===this.path.length)return!1;const e=this.path[this.path.length-1];return void 0!==e.values&&t in e.values}getPosition(){return 0===this.path.length?-1:this.path[this.path.length-1].position??0}getCounter(){return 0===this.path.length?-1:this.path[this.path.length-1].counter??0}getIndex(){return this.getPosition()}getDepth(){return this.path.length}toString(t,e=!0){const i=t||this.separator;if(i===this.separator&&!0===e){if(null!==this._pathStringCache)return this._pathStringCache;const t=this.path.map(t=>t.namespace?`${t.namespace}:${t.tag}`:t.tag).join(i);return this._pathStringCache=t,t}return this.path.map(t=>e&&t.namespace?`${t.namespace}:${t.tag}`:t.tag).join(i)}toArray(){return this.path.map(t=>t.tag)}reset(){this._pathStringCache=null,this.path=[],this.siblingStacks=[]}matches(t){const e=t.segments;return 0!==e.length&&(t.hasDeepWildcard()?this._matchWithDeepWildcard(e):this._matchSimple(e))}_matchSimple(t){if(this.path.length!==t.length)return!1;for(let e=0;e<t.length;e++)if(!this._matchSegment(t[e],this.path[e],e===this.path.length-1))return!1;return!0}_matchWithDeepWildcard(t){let e=this.path.length-1,i=t.length-1;for(;i>=0&&e>=0;){const s=t[i];if("deep-wildcard"===s.type){if(i--,i<0)return!0;const s=t[i];let n=!1;for(let t=e;t>=0;t--)if(this._matchSegment(s,this.path[t],t===this.path.length-1)){e=t-1,i--,n=!0;break}if(!n)return!1}else{if(!this._matchSegment(s,this.path[e],e===this.path.length-1))return!1;e--,i--}}return i<0}_matchSegment(t,e,i){if("*"!==t.tag&&t.tag!==e.tag)return!1;if(void 0!==t.namespace&&"*"!==t.namespace&&t.namespace!==e.namespace)return!1;if(void 0!==t.attrName){if(!i)return!1;if(!e.values||!(t.attrName in e.values))return!1;if(void 0!==t.attrValue&&String(e.values[t.attrName])!==String(t.attrValue))return!1}if(void 0!==t.position){if(!i)return!1;const s=e.counter??0;if("first"===t.position&&0!==s)return!1;if("odd"===t.position&&s%2!=1)return!1;if("even"===t.position&&s%2!=0)return!1;if("nth"===t.position&&s!==t.positionValue)return!1}return!0}matchesAny(t){return t.matchesAny(this)}snapshot(){return{path:this.path.map(t=>({...t})),siblingStacks:this.siblingStacks.map(t=>new Map(t))}}restore(t){this._pathStringCache=null,this.path=t.path.map(t=>({...t})),this.siblingStacks=t.siblingStacks.map(t=>new Map(t))}readOnly(){return this._view}}function r(t,e){let s="";e.format&&e.indentBy.length>0&&(s="\n");const r=[];if(e.stopNodes&&Array.isArray(e.stopNodes))for(let t=0;t<e.stopNodes.length;t++){const s=e.stopNodes[t];"string"==typeof s?r.push(new i(s)):s instanceof i&&r.push(s)}return o(t,e,s,new n,r)}function o(t,e,i,s,n){let r="",p=!1;if(e.maxNestedTags&&s.getDepth()>e.maxNestedTags)throw new Error("Maximum nested tags exceeded");if(!Array.isArray(t)){if(null!=t){let i=t.toString();return i=g(i,e),i}return""}for(let d=0;d<t.length;d++){const f=t[d],m=u(f);if(void 0===m)continue;const b=a(f[":@"],e);s.push(m,b);const N=c(s,n);if(m===e.textNodeName){let t=f[m];N||(t=e.tagValueProcessor(m,t),t=g(t,e)),p&&(r+=i),r+=t,p=!1,s.pop();continue}if(m===e.cdataPropName){p&&(r+=i);const t=f[m][0][e.textNodeName];r+=`<![CDATA[${String(t).replace(/\]\]>/g,"]]]]><![CDATA[>")}]]>`,p=!1,s.pop();continue}if(m===e.commentPropName){const t=f[m][0][e.textNodeName];r+=i+`\x3c!--${String(t).replace(/--/g,"- -").replace(/-$/,"- ")}--\x3e`,p=!0,s.pop();continue}if("?"===m[0]){const t=l(f[":@"],e,N),n="?xml"===m?"":i;let o=f[m][0][e.textNodeName];o=0!==o.length?" "+o:"",r+=n+`<${m}${o}${t}?>`,p=!0,s.pop();continue}let y=i;""!==y&&(y+=e.indentBy);const x=i+`<${m}${l(f[":@"],e,N)}`;let A;A=N?h(f[m],e):o(f[m],e,y,s,n),-1!==e.unpairedTags.indexOf(m)?e.suppressUnpairedNode?r+=x+">":r+=x+"/>":A&&0!==A.length||!e.suppressEmptyNode?A&&A.endsWith(">")?r+=x+`>${A}${i}</${m}>`:(r+=x+">",A&&""!==i&&(A.includes("/>")||A.includes("</"))?r+=i+e.indentBy+A+i:r+=A,r+=`</${m}>`):r+=x+"/>",p=!0,s.pop()}return r}function a(t,e){if(!t||e.ignoreAttributes)return null;const i={};let s=!1;for(let n in t)Object.prototype.hasOwnProperty.call(t,n)&&(i[n.startsWith(e.attributeNamePrefix)?n.substr(e.attributeNamePrefix.length):n]=t[n],s=!0);return s?i:null}function h(t,e){if(!Array.isArray(t))return null!=t?t.toString():"";let i="";for(let s=0;s<t.length;s++){const n=t[s],r=u(n);if(r===e.textNodeName)i+=n[r];else if(r===e.cdataPropName)i+=n[r][0][e.textNodeName];else if(r===e.commentPropName)i+=n[r][0][e.textNodeName];else{if(r&&"?"===r[0])continue;if(r){const t=p(n[":@"],e),s=h(n[r],e);s&&0!==s.length?i+=`<${r}${t}>${s}</${r}>`:i+=`<${r}${t}/>`}}}return i}function p(t,e){let i="";if(t&&!e.ignoreAttributes)for(let s in t){if(!Object.prototype.hasOwnProperty.call(t,s))continue;let n=t[s];!0===n&&e.suppressBooleanAttributes?i+=` ${s.substr(e.attributeNamePrefix.length)}`:i+=` ${s.substr(e.attributeNamePrefix.length)}="${n}"`}return i}function u(t){const e=Object.keys(t);for(let i=0;i<e.length;i++){const s=e[i];if(Object.prototype.hasOwnProperty.call(t,s)&&":@"!==s)return s}}function l(t,e,i){let s="";if(t&&!e.ignoreAttributes)for(let n in t){if(!Object.prototype.hasOwnProperty.call(t,n))continue;let r;i?r=t[n]:(r=e.attributeValueProcessor(n,t[n]),r=g(r,e)),!0===r&&e.suppressBooleanAttributes?s+=` ${n.substr(e.attributeNamePrefix.length)}`:s+=` ${n.substr(e.attributeNamePrefix.length)}="${r}"`}return s}function c(t,e){if(!e||0===e.length)return!1;for(let i=0;i<e.length;i++)if(t.matches(e[i]))return!0;return!1}function g(t,e){if(t&&t.length>0&&e.processEntities)for(let i=0;i<e.entities.length;i++){const s=e.entities[i];t=t.replace(s.regex,s.val)}return t}const d={attributeNamePrefix:"@_",attributesGroupName:!1,textNodeName:"#text",ignoreAttributes:!0,cdataPropName:!1,format:!1,indentBy:" ",suppressEmptyNode:!1,suppressUnpairedNode:!0,suppressBooleanAttributes:!0,tagValueProcessor:function(t,e){return e},attributeValueProcessor:function(t,e){return e},preserveOrder:!1,commentPropName:!1,unpairedTags:[],entities:[{regex:new RegExp("&","g"),val:"&amp;"},{regex:new RegExp(">","g"),val:"&gt;"},{regex:new RegExp("<","g"),val:"&lt;"},{regex:new RegExp("'","g"),val:"&apos;"},{regex:new RegExp('"',"g"),val:"&quot;"}],processEntities:!0,stopNodes:[],oneListGroup:!1,maxNestedTags:100,jPath:!0};function f(t){if(this.options=Object.assign({},d,t),this.options.stopNodes&&Array.isArray(this.options.stopNodes)&&(this.options.stopNodes=this.options.stopNodes.map(t=>"string"==typeof t&&t.startsWith("*.")?".."+t.substring(2):t)),this.stopNodeExpressions=[],this.options.stopNodes&&Array.isArray(this.options.stopNodes))for(let t=0;t<this.options.stopNodes.length;t++){const e=this.options.stopNodes[t];"string"==typeof e?this.stopNodeExpressions.push(new i(e)):e instanceof i&&this.stopNodeExpressions.push(e)}var e;!0===this.options.ignoreAttributes||this.options.attributesGroupName?this.isAttribute=function(){return!1}:(this.ignoreAttributesFn="function"==typeof(e=this.options.ignoreAttributes)?e:Array.isArray(e)?t=>{for(const i of e){if("string"==typeof i&&t===i)return!0;if(i instanceof RegExp&&i.test(t))return!0}}:()=>!1,this.attrPrefixLen=this.options.attributeNamePrefix.length,this.isAttribute=N),this.processTextOrObjNode=m,this.options.format?(this.indentate=b,this.tagEndChar=">\n",this.newLine="\n"):(this.indentate=function(){return""},this.tagEndChar=">",this.newLine="")}function m(t,e,i,s){const n=this.extractAttributes(t);if(s.push(e,n),this.checkStopNode(s)){const n=this.buildRawContent(t),r=this.buildAttributesForStopNode(t);return s.pop(),this.buildObjectNode(n,e,r,i)}const r=this.j2x(t,i+1,s);return s.pop(),void 0!==t[this.options.textNodeName]&&1===Object.keys(t).length?this.buildTextValNode(t[this.options.textNodeName],e,r.attrStr,i,s):this.buildObjectNode(r.val,e,r.attrStr,i)}function b(t){return this.options.indentBy.repeat(t)}function N(t){return!(!t.startsWith(this.options.attributeNamePrefix)||t===this.options.textNodeName)&&t.substr(this.attrPrefixLen)}f.prototype.build=function(t){if(this.options.preserveOrder)return r(t,this.options);{Array.isArray(t)&&this.options.arrayNodeName&&this.options.arrayNodeName.length>1&&(t={[this.options.arrayNodeName]:t});const e=new n;return this.j2x(t,0,e).val}},f.prototype.j2x=function(t,e,i){let s="",n="";if(this.options.maxNestedTags&&i.getDepth()>=this.options.maxNestedTags)throw new Error("Maximum nested tags exceeded");const r=this.options.jPath?i.toString():i,o=this.checkStopNode(i);for(let a in t)if(Object.prototype.hasOwnProperty.call(t,a))if(void 0===t[a])this.isAttribute(a)&&(n+="");else if(null===t[a])this.isAttribute(a)||a===this.options.cdataPropName?n+="":"?"===a[0]?n+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if(t[a]instanceof Date)n+=this.buildTextValNode(t[a],a,"",e,i);else if("object"!=typeof t[a]){const h=this.isAttribute(a);if(h&&!this.ignoreAttributesFn(h,r))s+=this.buildAttrPairStr(h,""+t[a],o);else if(!h)if(a===this.options.textNodeName){let e=this.options.tagValueProcessor(a,""+t[a]);n+=this.replaceEntitiesValue(e)}else{i.push(a);const s=this.checkStopNode(i);if(i.pop(),s){const i=""+t[a];n+=""===i?this.indentate(e)+"<"+a+this.closeTag(a)+this.tagEndChar:this.indentate(e)+"<"+a+">"+i+"</"+a+this.tagEndChar}else n+=this.buildTextValNode(t[a],a,"",e,i)}}else if(Array.isArray(t[a])){const s=t[a].length;let r="",o="";for(let h=0;h<s;h++){const s=t[a][h];if(void 0===s);else if(null===s)"?"===a[0]?n+=this.indentate(e)+"<"+a+"?"+this.tagEndChar:n+=this.indentate(e)+"<"+a+"/"+this.tagEndChar;else if("object"==typeof s)if(this.options.oneListGroup){i.push(a);const t=this.j2x(s,e+1,i);i.pop(),r+=t.val,this.options.attributesGroupName&&s.hasOwnProperty(this.options.attributesGroupName)&&(o+=t.attrStr)}else r+=this.processTextOrObjNode(s,a,e,i);else if(this.options.oneListGroup){let t=this.options.tagValueProcessor(a,s);t=this.replaceEntitiesValue(t),r+=t}else{i.push(a);const t=this.checkStopNode(i);if(i.pop(),t){const t=""+s;r+=""===t?this.indentate(e)+"<"+a+this.closeTag(a)+this.tagEndChar:this.indentate(e)+"<"+a+">"+t+"</"+a+this.tagEndChar}else r+=this.buildTextValNode(s,a,"",e,i)}}this.options.oneListGroup&&(r=this.buildObjectNode(r,a,o,e)),n+=r}else if(this.options.attributesGroupName&&a===this.options.attributesGroupName){const e=Object.keys(t[a]),i=e.length;for(let n=0;n<i;n++)s+=this.buildAttrPairStr(e[n],""+t[a][e[n]],o)}else n+=this.processTextOrObjNode(t[a],a,e,i);return{attrStr:s,val:n}},f.prototype.buildAttrPairStr=function(t,e,i){return i||(e=this.options.attributeValueProcessor(t,""+e),e=this.replaceEntitiesValue(e)),this.options.suppressBooleanAttributes&&"true"===e?" "+t:" "+t+'="'+e+'"'},f.prototype.extractAttributes=function(t){if(!t||"object"!=typeof t)return null;const e={};let i=!1;if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){const s=t[this.options.attributesGroupName];for(let t in s)Object.prototype.hasOwnProperty.call(s,t)&&(e[t.startsWith(this.options.attributeNamePrefix)?t.substring(this.options.attributeNamePrefix.length):t]=s[t],i=!0)}else for(let s in t){if(!Object.prototype.hasOwnProperty.call(t,s))continue;const n=this.isAttribute(s);n&&(e[n]=t[s],i=!0)}return i?e:null},f.prototype.buildRawContent=function(t){if("string"==typeof t)return t;if("object"!=typeof t||null===t)return String(t);if(void 0!==t[this.options.textNodeName])return t[this.options.textNodeName];let e="";for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;if(this.isAttribute(i))continue;if(this.options.attributesGroupName&&i===this.options.attributesGroupName)continue;const s=t[i];if(i===this.options.textNodeName)e+=s;else if(Array.isArray(s)){for(let t of s)if("string"==typeof t||"number"==typeof t)e+=`<${i}>${t}</${i}>`;else if("object"==typeof t&&null!==t){const s=this.buildRawContent(t),n=this.buildAttributesForStopNode(t);e+=""===s?`<${i}${n}/>`:`<${i}${n}>${s}</${i}>`}}else if("object"==typeof s&&null!==s){const t=this.buildRawContent(s),n=this.buildAttributesForStopNode(s);e+=""===t?`<${i}${n}/>`:`<${i}${n}>${t}</${i}>`}else e+=`<${i}>${s}</${i}>`}return e},f.prototype.buildAttributesForStopNode=function(t){if(!t||"object"!=typeof t)return"";let e="";if(this.options.attributesGroupName&&t[this.options.attributesGroupName]){const i=t[this.options.attributesGroupName];for(let t in i){if(!Object.prototype.hasOwnProperty.call(i,t))continue;const s=t.startsWith(this.options.attributeNamePrefix)?t.substring(this.options.attributeNamePrefix.length):t,n=i[t];!0===n&&this.options.suppressBooleanAttributes?e+=" "+s:e+=" "+s+'="'+n+'"'}}else for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i))continue;const s=this.isAttribute(i);if(s){const n=t[i];!0===n&&this.options.suppressBooleanAttributes?e+=" "+s:e+=" "+s+'="'+n+'"'}}return e},f.prototype.buildObjectNode=function(t,e,i,s){if(""===t)return"?"===e[0]?this.indentate(s)+"<"+e+i+"?"+this.tagEndChar:this.indentate(s)+"<"+e+i+this.closeTag(e)+this.tagEndChar;{let n="</"+e+this.tagEndChar,r="";return"?"===e[0]&&(r="?",n=""),!i&&""!==i||-1!==t.indexOf("<")?!1!==this.options.commentPropName&&e===this.options.commentPropName&&0===r.length?this.indentate(s)+`\x3c!--${t}--\x3e`+this.newLine:this.indentate(s)+"<"+e+i+r+this.tagEndChar+t+this.indentate(s)+n:this.indentate(s)+"<"+e+i+r+">"+t+n}},f.prototype.closeTag=function(t){let e="";return-1!==this.options.unpairedTags.indexOf(t)?this.options.suppressUnpairedNode||(e="/"):e=this.options.suppressEmptyNode?"/":`></${t}`,e},f.prototype.checkStopNode=function(t){if(!this.stopNodeExpressions||0===this.stopNodeExpressions.length)return!1;for(let e=0;e<this.stopNodeExpressions.length;e++)if(t.matches(this.stopNodeExpressions[e]))return!0;return!1},f.prototype.buildTextValNode=function(t,e,i,s,n){if(!1!==this.options.cdataPropName&&e===this.options.cdataPropName){const e=String(t).replace(/\]\]>/g,"]]]]><![CDATA[>");return this.indentate(s)+`<![CDATA[${e}]]>`+this.newLine}if(!1!==this.options.commentPropName&&e===this.options.commentPropName){const e=String(t).replace(/--/g,"- -").replace(/-$/,"- ");return this.indentate(s)+`\x3c!--${e}--\x3e`+this.newLine}if("?"===e[0])return this.indentate(s)+"<"+e+i+"?"+this.tagEndChar;{let n=this.options.tagValueProcessor(e,t);return n=this.replaceEntitiesValue(n),""===n?this.indentate(s)+"<"+e+i+this.closeTag(e)+this.tagEndChar:this.indentate(s)+"<"+e+i+">"+n+"</"+e+this.tagEndChar}},f.prototype.replaceEntitiesValue=function(t){if(t&&t.length>0&&this.options.processEntities)for(let e=0;e<this.options.entities.length;e++){const i=this.options.entities[e];t=t.replace(i.regex,i.val)}return t};const y=f;return e})());
2
+ //# sourceMappingURL=fxbuilder.min.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"./lib/fxbuilder.min.js","mappings":"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","sources":["webpack://XMLBuilder/webpack/universalModuleDefinition","webpack://XMLBuilder/webpack/bootstrap","webpack://XMLBuilder/webpack/runtime/define property getters","webpack://XMLBuilder/webpack/runtime/hasOwnProperty shorthand","webpack://XMLBuilder/webpack/runtime/make namespace object","webpack://XMLBuilder/./node_modules/path-expression-matcher/src/Expression.js","webpack://XMLBuilder/./node_modules/path-expression-matcher/src/Matcher.js","webpack://XMLBuilder/./node_modules/fast-xml-builder/src/orderedJs2Xml.js","webpack://XMLBuilder/./node_modules/fast-xml-builder/src/fxb.js","webpack://XMLBuilder/./node_modules/fast-xml-builder/src/ignoreAttributes.js","webpack://XMLBuilder/./src/xmlbuilder/json2xml.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[\"XMLBuilder\"] = factory();\n\telse\n\t\troot[\"XMLBuilder\"] = 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};","/**\n * Expression - Parses and stores a tag pattern expression\n * \n * Patterns are parsed once and stored in an optimized structure for fast matching.\n * \n * @example\n * const expr = new Expression(\"root.users.user\");\n * const expr2 = new Expression(\"..user[id]:first\");\n * const expr3 = new Expression(\"root/users/user\", { separator: '/' });\n */\nexport default class Expression {\n /**\n * Create a new Expression\n * @param {string} pattern - Pattern string (e.g., \"root.users.user\", \"..user[id]\")\n * @param {Object} options - Configuration options\n * @param {string} options.separator - Path separator (default: '.')\n */\n constructor(pattern, options = {}, data) {\n this.pattern = pattern;\n this.separator = options.separator || '.';\n this.segments = this._parse(pattern);\n this.data = data;\n // Cache expensive checks for performance (O(1) instead of O(n))\n this._hasDeepWildcard = this.segments.some(seg => seg.type === 'deep-wildcard');\n this._hasAttributeCondition = this.segments.some(seg => seg.attrName !== undefined);\n this._hasPositionSelector = this.segments.some(seg => seg.position !== undefined);\n }\n\n /**\n * Parse pattern string into segments\n * @private\n * @param {string} pattern - Pattern to parse\n * @returns {Array} Array of segment objects\n */\n _parse(pattern) {\n const segments = [];\n\n // Split by separator but handle \"..\" specially\n let i = 0;\n let currentPart = '';\n\n while (i < pattern.length) {\n if (pattern[i] === this.separator) {\n // Check if next char is also separator (deep wildcard)\n if (i + 1 < pattern.length && pattern[i + 1] === this.separator) {\n // Flush current part if any\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n currentPart = '';\n }\n // Add deep wildcard\n segments.push({ type: 'deep-wildcard' });\n i += 2; // Skip both separators\n } else {\n // Regular separator\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n }\n currentPart = '';\n i++;\n }\n } else {\n currentPart += pattern[i];\n i++;\n }\n }\n\n // Flush remaining part\n if (currentPart.trim()) {\n segments.push(this._parseSegment(currentPart.trim()));\n }\n\n return segments;\n }\n\n /**\n * Parse a single segment\n * @private\n * @param {string} part - Segment string (e.g., \"user\", \"ns::user\", \"user[id]\", \"ns::user:first\")\n * @returns {Object} Segment object\n */\n _parseSegment(part) {\n const segment = { type: 'tag' };\n\n // NEW NAMESPACE SYNTAX (v2.0):\n // ============================\n // Namespace uses DOUBLE colon (::)\n // Position uses SINGLE colon (:)\n // \n // Examples:\n // \"user\" → tag\n // \"user:first\" → tag + position\n // \"user[id]\" → tag + attribute\n // \"user[id]:first\" → tag + attribute + position\n // \"ns::user\" → namespace + tag\n // \"ns::user:first\" → namespace + tag + position\n // \"ns::user[id]\" → namespace + tag + attribute\n // \"ns::user[id]:first\" → namespace + tag + attribute + position\n // \"ns::first\" → namespace + tag named \"first\" (NO ambiguity!)\n //\n // This eliminates all ambiguity:\n // :: = namespace separator\n // : = position selector\n // [] = attributes\n\n // Step 1: Extract brackets [attr] or [attr=value]\n let bracketContent = null;\n let withoutBrackets = part;\n\n const bracketMatch = part.match(/^([^\\[]+)(\\[[^\\]]*\\])(.*)$/);\n if (bracketMatch) {\n withoutBrackets = bracketMatch[1] + bracketMatch[3];\n if (bracketMatch[2]) {\n const content = bracketMatch[2].slice(1, -1);\n if (content) {\n bracketContent = content;\n }\n }\n }\n\n // Step 2: Check for namespace (double colon ::)\n let namespace = undefined;\n let tagAndPosition = withoutBrackets;\n\n if (withoutBrackets.includes('::')) {\n const nsIndex = withoutBrackets.indexOf('::');\n namespace = withoutBrackets.substring(0, nsIndex).trim();\n tagAndPosition = withoutBrackets.substring(nsIndex + 2).trim(); // Skip ::\n\n if (!namespace) {\n throw new Error(`Invalid namespace in pattern: ${part}`);\n }\n }\n\n // Step 3: Parse tag and position (single colon :)\n let tag = undefined;\n let positionMatch = null;\n\n if (tagAndPosition.includes(':')) {\n const colonIndex = tagAndPosition.lastIndexOf(':'); // Use last colon for position\n const tagPart = tagAndPosition.substring(0, colonIndex).trim();\n const posPart = tagAndPosition.substring(colonIndex + 1).trim();\n\n // Verify position is a valid keyword\n const isPositionKeyword = ['first', 'last', 'odd', 'even'].includes(posPart) ||\n /^nth\\(\\d+\\)$/.test(posPart);\n\n if (isPositionKeyword) {\n tag = tagPart;\n positionMatch = posPart;\n } else {\n // Not a valid position keyword, treat whole thing as tag\n tag = tagAndPosition;\n }\n } else {\n tag = tagAndPosition;\n }\n\n if (!tag) {\n throw new Error(`Invalid segment pattern: ${part}`);\n }\n\n segment.tag = tag;\n if (namespace) {\n segment.namespace = namespace;\n }\n\n // Step 4: Parse attributes\n if (bracketContent) {\n if (bracketContent.includes('=')) {\n const eqIndex = bracketContent.indexOf('=');\n segment.attrName = bracketContent.substring(0, eqIndex).trim();\n segment.attrValue = bracketContent.substring(eqIndex + 1).trim();\n } else {\n segment.attrName = bracketContent.trim();\n }\n }\n\n // Step 5: Parse position selector\n if (positionMatch) {\n const nthMatch = positionMatch.match(/^nth\\((\\d+)\\)$/);\n if (nthMatch) {\n segment.position = 'nth';\n segment.positionValue = parseInt(nthMatch[1], 10);\n } else {\n segment.position = positionMatch;\n }\n }\n\n return segment;\n }\n\n /**\n * Get the number of segments\n * @returns {number}\n */\n get length() {\n return this.segments.length;\n }\n\n /**\n * Check if expression contains deep wildcard\n * @returns {boolean}\n */\n hasDeepWildcard() {\n return this._hasDeepWildcard;\n }\n\n /**\n * Check if expression has attribute conditions\n * @returns {boolean}\n */\n hasAttributeCondition() {\n return this._hasAttributeCondition;\n }\n\n /**\n * Check if expression has position selectors\n * @returns {boolean}\n */\n hasPositionSelector() {\n return this._hasPositionSelector;\n }\n\n /**\n * Get string representation\n * @returns {string}\n */\n toString() {\n return this.pattern;\n }\n}","import ExpressionSet from \"./ExpressionSet.js\";\n\n/**\n * MatcherView - A lightweight read-only view over a Matcher's internal state.\n *\n * Created once by Matcher and reused across all callbacks. Holds a direct\n * reference to the parent Matcher so it always reflects current parser state\n * with zero copying or freezing overhead.\n *\n * Users receive this via {@link Matcher#readOnly} or directly from parser\n * callbacks. It exposes all query and matching methods but has no mutation\n * methods — misuse is caught at the TypeScript level rather than at runtime.\n *\n * @example\n * const matcher = new Matcher();\n * const view = matcher.readOnly();\n *\n * matcher.push(\"root\", {});\n * view.getCurrentTag(); // \"root\"\n * view.getDepth(); // 1\n */\nexport class MatcherView {\n /**\n * @param {Matcher} matcher - The parent Matcher instance to read from.\n */\n constructor(matcher) {\n this._matcher = matcher;\n }\n\n /**\n * Get the path separator used by the parent matcher.\n * @returns {string}\n */\n get separator() {\n return this._matcher.separator;\n }\n\n /**\n * Get current tag name.\n * @returns {string|undefined}\n */\n getCurrentTag() {\n const path = this._matcher.path;\n return path.length > 0 ? path[path.length - 1].tag : undefined;\n }\n\n /**\n * Get current namespace.\n * @returns {string|undefined}\n */\n getCurrentNamespace() {\n const path = this._matcher.path;\n return path.length > 0 ? path[path.length - 1].namespace : undefined;\n }\n\n /**\n * Get current node's attribute value.\n * @param {string} attrName\n * @returns {*}\n */\n getAttrValue(attrName) {\n const path = this._matcher.path;\n if (path.length === 0) return undefined;\n return path[path.length - 1].values?.[attrName];\n }\n\n /**\n * Check if current node has an attribute.\n * @param {string} attrName\n * @returns {boolean}\n */\n hasAttr(attrName) {\n const path = this._matcher.path;\n if (path.length === 0) return false;\n const current = path[path.length - 1];\n return current.values !== undefined && attrName in current.values;\n }\n\n /**\n * Get current node's sibling position (child index in parent).\n * @returns {number}\n */\n getPosition() {\n const path = this._matcher.path;\n if (path.length === 0) return -1;\n return path[path.length - 1].position ?? 0;\n }\n\n /**\n * Get current node's repeat counter (occurrence count of this tag name).\n * @returns {number}\n */\n getCounter() {\n const path = this._matcher.path;\n if (path.length === 0) return -1;\n return path[path.length - 1].counter ?? 0;\n }\n\n /**\n * Get current node's sibling index (alias for getPosition).\n * @returns {number}\n * @deprecated Use getPosition() or getCounter() instead\n */\n getIndex() {\n return this.getPosition();\n }\n\n /**\n * Get current path depth.\n * @returns {number}\n */\n getDepth() {\n return this._matcher.path.length;\n }\n\n /**\n * Get path as string.\n * @param {string} [separator] - Optional separator (uses default if not provided)\n * @param {boolean} [includeNamespace=true]\n * @returns {string}\n */\n toString(separator, includeNamespace = true) {\n return this._matcher.toString(separator, includeNamespace);\n }\n\n /**\n * Get path as array of tag names.\n * @returns {string[]}\n */\n toArray() {\n return this._matcher.path.map(n => n.tag);\n }\n\n /**\n * Match current path against an Expression.\n * @param {Expression} expression\n * @returns {boolean}\n */\n matches(expression) {\n return this._matcher.matches(expression);\n }\n\n /**\n * Match any expression in the given set against the current path.\n * @param {ExpressionSet} exprSet\n * @returns {boolean}\n */\n matchesAny(exprSet) {\n return exprSet.matchesAny(this._matcher);\n }\n}\n\n/**\n * Matcher - Tracks current path in XML/JSON tree and matches against Expressions.\n *\n * The matcher maintains a stack of nodes representing the current path from root to\n * current tag. It only stores attribute values for the current (top) node to minimize\n * memory usage. Sibling tracking is used to auto-calculate position and counter.\n *\n * Use {@link Matcher#readOnly} to obtain a {@link MatcherView} safe to pass to\n * user callbacks — it always reflects current state with no Proxy overhead.\n *\n * @example\n * const matcher = new Matcher();\n * matcher.push(\"root\", {});\n * matcher.push(\"users\", {});\n * matcher.push(\"user\", { id: \"123\", type: \"admin\" });\n *\n * const expr = new Expression(\"root.users.user\");\n * matcher.matches(expr); // true\n */\nexport default class Matcher {\n /**\n * Create a new Matcher.\n * @param {Object} [options={}]\n * @param {string} [options.separator='.'] - Default path separator\n */\n constructor(options = {}) {\n this.separator = options.separator || '.';\n this.path = [];\n this.siblingStacks = [];\n // Each path node: { tag, values, position, counter, namespace? }\n // values only present for current (last) node\n // Each siblingStacks entry: Map<tagName, count> tracking occurrences at each level\n this._pathStringCache = null;\n this._view = new MatcherView(this);\n }\n\n /**\n * Push a new tag onto the path.\n * @param {string} tagName\n * @param {Object|null} [attrValues=null]\n * @param {string|null} [namespace=null]\n */\n push(tagName, attrValues = null, namespace = null) {\n this._pathStringCache = null;\n\n // Remove values from previous current node (now becoming ancestor)\n if (this.path.length > 0) {\n this.path[this.path.length - 1].values = undefined;\n }\n\n // Get or create sibling tracking for current level\n const currentLevel = this.path.length;\n if (!this.siblingStacks[currentLevel]) {\n this.siblingStacks[currentLevel] = new Map();\n }\n\n const siblings = this.siblingStacks[currentLevel];\n\n // Create a unique key for sibling tracking that includes namespace\n const siblingKey = namespace ? `${namespace}:${tagName}` : tagName;\n\n // Calculate counter (how many times this tag appeared at this level)\n const counter = siblings.get(siblingKey) || 0;\n\n // Calculate position (total children at this level so far)\n let position = 0;\n for (const count of siblings.values()) {\n position += count;\n }\n\n // Update sibling count for this tag\n siblings.set(siblingKey, counter + 1);\n\n // Create new node\n const node = {\n tag: tagName,\n position: position,\n counter: counter\n };\n\n if (namespace !== null && namespace !== undefined) {\n node.namespace = namespace;\n }\n\n if (attrValues !== null && attrValues !== undefined) {\n node.values = attrValues;\n }\n\n this.path.push(node);\n }\n\n /**\n * Pop the last tag from the path.\n * @returns {Object|undefined} The popped node\n */\n pop() {\n if (this.path.length === 0) return undefined;\n this._pathStringCache = null;\n\n const node = this.path.pop();\n\n if (this.siblingStacks.length > this.path.length + 1) {\n this.siblingStacks.length = this.path.length + 1;\n }\n\n return node;\n }\n\n /**\n * Update current node's attribute values.\n * Useful when attributes are parsed after push.\n * @param {Object} attrValues\n */\n updateCurrent(attrValues) {\n if (this.path.length > 0) {\n const current = this.path[this.path.length - 1];\n if (attrValues !== null && attrValues !== undefined) {\n current.values = attrValues;\n }\n }\n }\n\n /**\n * Get current tag name.\n * @returns {string|undefined}\n */\n getCurrentTag() {\n return this.path.length > 0 ? this.path[this.path.length - 1].tag : undefined;\n }\n\n /**\n * Get current namespace.\n * @returns {string|undefined}\n */\n getCurrentNamespace() {\n return this.path.length > 0 ? this.path[this.path.length - 1].namespace : undefined;\n }\n\n /**\n * Get current node's attribute value.\n * @param {string} attrName\n * @returns {*}\n */\n getAttrValue(attrName) {\n if (this.path.length === 0) return undefined;\n return this.path[this.path.length - 1].values?.[attrName];\n }\n\n /**\n * Check if current node has an attribute.\n * @param {string} attrName\n * @returns {boolean}\n */\n hasAttr(attrName) {\n if (this.path.length === 0) return false;\n const current = this.path[this.path.length - 1];\n return current.values !== undefined && attrName in current.values;\n }\n\n /**\n * Get current node's sibling position (child index in parent).\n * @returns {number}\n */\n getPosition() {\n if (this.path.length === 0) return -1;\n return this.path[this.path.length - 1].position ?? 0;\n }\n\n /**\n * Get current node's repeat counter (occurrence count of this tag name).\n * @returns {number}\n */\n getCounter() {\n if (this.path.length === 0) return -1;\n return this.path[this.path.length - 1].counter ?? 0;\n }\n\n /**\n * Get current node's sibling index (alias for getPosition).\n * @returns {number}\n * @deprecated Use getPosition() or getCounter() instead\n */\n getIndex() {\n return this.getPosition();\n }\n\n /**\n * Get current path depth.\n * @returns {number}\n */\n getDepth() {\n return this.path.length;\n }\n\n /**\n * Get path as string.\n * @param {string} [separator] - Optional separator (uses default if not provided)\n * @param {boolean} [includeNamespace=true]\n * @returns {string}\n */\n toString(separator, includeNamespace = true) {\n const sep = separator || this.separator;\n const isDefault = (sep === this.separator && includeNamespace === true);\n\n if (isDefault) {\n if (this._pathStringCache !== null) {\n return this._pathStringCache;\n }\n const result = this.path.map(n =>\n (n.namespace) ? `${n.namespace}:${n.tag}` : n.tag\n ).join(sep);\n this._pathStringCache = result;\n return result;\n }\n\n return this.path.map(n =>\n (includeNamespace && n.namespace) ? `${n.namespace}:${n.tag}` : n.tag\n ).join(sep);\n }\n\n /**\n * Get path as array of tag names.\n * @returns {string[]}\n */\n toArray() {\n return this.path.map(n => n.tag);\n }\n\n /**\n * Reset the path to empty.\n */\n reset() {\n this._pathStringCache = null;\n this.path = [];\n this.siblingStacks = [];\n }\n\n /**\n * Match current path against an Expression.\n * @param {Expression} expression\n * @returns {boolean}\n */\n matches(expression) {\n const segments = expression.segments;\n\n if (segments.length === 0) {\n return false;\n }\n\n if (expression.hasDeepWildcard()) {\n return this._matchWithDeepWildcard(segments);\n }\n\n return this._matchSimple(segments);\n }\n\n /**\n * @private\n */\n _matchSimple(segments) {\n if (this.path.length !== segments.length) {\n return false;\n }\n\n for (let i = 0; i < segments.length; i++) {\n if (!this._matchSegment(segments[i], this.path[i], i === this.path.length - 1)) {\n return false;\n }\n }\n\n return true;\n }\n\n /**\n * @private\n */\n _matchWithDeepWildcard(segments) {\n let pathIdx = this.path.length - 1;\n let segIdx = segments.length - 1;\n\n while (segIdx >= 0 && pathIdx >= 0) {\n const segment = segments[segIdx];\n\n if (segment.type === 'deep-wildcard') {\n segIdx--;\n\n if (segIdx < 0) {\n return true;\n }\n\n const nextSeg = segments[segIdx];\n let found = false;\n\n for (let i = pathIdx; i >= 0; i--) {\n if (this._matchSegment(nextSeg, this.path[i], i === this.path.length - 1)) {\n pathIdx = i - 1;\n segIdx--;\n found = true;\n break;\n }\n }\n\n if (!found) {\n return false;\n }\n } else {\n if (!this._matchSegment(segment, this.path[pathIdx], pathIdx === this.path.length - 1)) {\n return false;\n }\n pathIdx--;\n segIdx--;\n }\n }\n\n return segIdx < 0;\n }\n\n /**\n * @private\n */\n _matchSegment(segment, node, isCurrentNode) {\n if (segment.tag !== '*' && segment.tag !== node.tag) {\n return false;\n }\n\n if (segment.namespace !== undefined) {\n if (segment.namespace !== '*' && segment.namespace !== node.namespace) {\n return false;\n }\n }\n\n if (segment.attrName !== undefined) {\n if (!isCurrentNode) {\n return false;\n }\n\n if (!node.values || !(segment.attrName in node.values)) {\n return false;\n }\n\n if (segment.attrValue !== undefined) {\n if (String(node.values[segment.attrName]) !== String(segment.attrValue)) {\n return false;\n }\n }\n }\n\n if (segment.position !== undefined) {\n if (!isCurrentNode) {\n return false;\n }\n\n const counter = node.counter ?? 0;\n\n if (segment.position === 'first' && counter !== 0) {\n return false;\n } else if (segment.position === 'odd' && counter % 2 !== 1) {\n return false;\n } else if (segment.position === 'even' && counter % 2 !== 0) {\n return false;\n } else if (segment.position === 'nth' && counter !== segment.positionValue) {\n return false;\n }\n }\n\n return true;\n }\n\n /**\n * Match any expression in the given set against the current path.\n * @param {ExpressionSet} exprSet\n * @returns {boolean}\n */\n matchesAny(exprSet) {\n return exprSet.matchesAny(this);\n }\n\n /**\n * Create a snapshot of current state.\n * @returns {Object}\n */\n snapshot() {\n return {\n path: this.path.map(node => ({ ...node })),\n siblingStacks: this.siblingStacks.map(map => new Map(map))\n };\n }\n\n /**\n * Restore state from snapshot.\n * @param {Object} snapshot\n */\n restore(snapshot) {\n this._pathStringCache = null;\n this.path = snapshot.path.map(node => ({ ...node }));\n this.siblingStacks = snapshot.siblingStacks.map(map => new Map(map));\n }\n\n /**\n * Return the read-only {@link MatcherView} for this matcher.\n *\n * The same instance is returned on every call — no allocation occurs.\n * It always reflects the current parser state and is safe to pass to\n * user callbacks without risk of accidental mutation.\n *\n * @returns {MatcherView}\n *\n * @example\n * const view = matcher.readOnly();\n * // pass view to callbacks — it stays in sync automatically\n * view.matches(expr); // ✓\n * view.getCurrentTag(); // ✓\n * // view.push(...) // ✗ method does not exist — caught by TypeScript\n */\n readOnly() {\n return this._view;\n }\n}","import { Expression, Matcher } from 'path-expression-matcher';\n\nconst EOL = \"\\n\";\n\n/**\n * \n * @param {array} jArray \n * @param {any} options \n * @returns \n */\nexport default function toXml(jArray, options) {\n let indentation = \"\";\n if (options.format && options.indentBy.length > 0) {\n indentation = EOL;\n }\n\n // Pre-compile stopNode expressions for pattern matching\n const stopNodeExpressions = [];\n if (options.stopNodes && Array.isArray(options.stopNodes)) {\n for (let i = 0; i < options.stopNodes.length; i++) {\n const node = options.stopNodes[i];\n if (typeof node === 'string') {\n stopNodeExpressions.push(new Expression(node));\n } else if (node instanceof Expression) {\n stopNodeExpressions.push(node);\n }\n }\n }\n\n // Initialize matcher for path tracking\n const matcher = new Matcher();\n\n return arrToStr(jArray, options, indentation, matcher, stopNodeExpressions);\n}\n\nfunction arrToStr(arr, options, indentation, matcher, stopNodeExpressions) {\n let xmlStr = \"\";\n let isPreviousElementTag = false;\n\n if (options.maxNestedTags && matcher.getDepth() > options.maxNestedTags) {\n throw new Error(\"Maximum nested tags exceeded\");\n }\n\n if (!Array.isArray(arr)) {\n // Non-array values (e.g. string tag values) should be treated as text content\n if (arr !== undefined && arr !== null) {\n let text = arr.toString();\n text = replaceEntitiesValue(text, options);\n return text;\n }\n return \"\";\n }\n\n for (let i = 0; i < arr.length; i++) {\n const tagObj = arr[i];\n const tagName = propName(tagObj);\n if (tagName === undefined) continue;\n\n // Extract attributes from \":@\" property\n const attrValues = extractAttributeValues(tagObj[\":@\"], options);\n\n // Push tag to matcher WITH attributes\n matcher.push(tagName, attrValues);\n\n // Check if this is a stop node using Expression matching\n const isStopNode = checkStopNode(matcher, stopNodeExpressions);\n\n if (tagName === options.textNodeName) {\n let tagText = tagObj[tagName];\n if (!isStopNode) {\n tagText = options.tagValueProcessor(tagName, tagText);\n tagText = replaceEntitiesValue(tagText, options);\n }\n if (isPreviousElementTag) {\n xmlStr += indentation;\n }\n xmlStr += tagText;\n isPreviousElementTag = false;\n matcher.pop();\n continue;\n } else if (tagName === options.cdataPropName) {\n if (isPreviousElementTag) {\n xmlStr += indentation;\n }\n const val = tagObj[tagName][0][options.textNodeName];\n const safeVal = String(val).replace(/\\]\\]>/g, ']]]]><![CDATA[>');\n xmlStr += `<![CDATA[${safeVal}]]>`;\n isPreviousElementTag = false;\n matcher.pop();\n continue;\n } else if (tagName === options.commentPropName) {\n const val = tagObj[tagName][0][options.textNodeName]\n const safeVal = String(val)\n .replace(/--/g, '- -') // -- is illegal anywhere in comment content\n .replace(/-$/, '- '); // trailing - would form -- with the closing -->\n xmlStr += indentation + `<!--${safeVal}-->`;\n isPreviousElementTag = true;\n matcher.pop();\n continue;\n } else if (tagName[0] === \"?\") {\n const attStr = attr_to_str(tagObj[\":@\"], options, isStopNode);\n const tempInd = tagName === \"?xml\" ? \"\" : indentation;\n let piTextNodeName = tagObj[tagName][0][options.textNodeName];\n piTextNodeName = piTextNodeName.length !== 0 ? \" \" + piTextNodeName : \"\"; //remove extra spacing\n xmlStr += tempInd + `<${tagName}${piTextNodeName}${attStr}?>`;\n isPreviousElementTag = true;\n matcher.pop();\n continue;\n }\n\n let newIdentation = indentation;\n if (newIdentation !== \"\") {\n newIdentation += options.indentBy;\n }\n\n // Pass isStopNode to attr_to_str so attributes are also not processed for stopNodes\n const attStr = attr_to_str(tagObj[\":@\"], options, isStopNode);\n const tagStart = indentation + `<${tagName}${attStr}`;\n\n // If this is a stopNode, get raw content without processing\n let tagValue;\n if (isStopNode) {\n tagValue = getRawContent(tagObj[tagName], options);\n } else {\n\n tagValue = arrToStr(tagObj[tagName], options, newIdentation, matcher, stopNodeExpressions);\n }\n\n if (options.unpairedTags.indexOf(tagName) !== -1) {\n if (options.suppressUnpairedNode) xmlStr += tagStart + \">\";\n else xmlStr += tagStart + \"/>\";\n } else if ((!tagValue || tagValue.length === 0) && options.suppressEmptyNode) {\n xmlStr += tagStart + \"/>\";\n } else if (tagValue && tagValue.endsWith(\">\")) {\n xmlStr += tagStart + `>${tagValue}${indentation}</${tagName}>`;\n } else {\n xmlStr += tagStart + \">\";\n if (tagValue && indentation !== \"\" && (tagValue.includes(\"/>\") || tagValue.includes(\"</\"))) {\n xmlStr += indentation + options.indentBy + tagValue + indentation;\n } else {\n xmlStr += tagValue;\n }\n xmlStr += `</${tagName}>`;\n }\n isPreviousElementTag = true;\n\n // Pop tag from matcher\n matcher.pop();\n }\n\n return xmlStr;\n}\n\n/**\n * Extract attribute values from the \":@\" object and return as plain object\n * for passing to matcher.push()\n */\nfunction extractAttributeValues(attrMap, options) {\n if (!attrMap || options.ignoreAttributes) return null;\n\n const attrValues = {};\n let hasAttrs = false;\n\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n // Remove the attribute prefix to get clean attribute name\n const cleanAttrName = attr.startsWith(options.attributeNamePrefix)\n ? attr.substr(options.attributeNamePrefix.length)\n : attr;\n attrValues[cleanAttrName] = attrMap[attr];\n hasAttrs = true;\n }\n\n return hasAttrs ? attrValues : null;\n}\n\n/**\n * Extract raw content from a stopNode without any processing\n * This preserves the content exactly as-is, including special characters\n */\nfunction getRawContent(arr, options) {\n if (!Array.isArray(arr)) {\n // Non-array values return as-is\n if (arr !== undefined && arr !== null) {\n return arr.toString();\n }\n return \"\";\n }\n\n let content = \"\";\n for (let i = 0; i < arr.length; i++) {\n const item = arr[i];\n const tagName = propName(item);\n\n if (tagName === options.textNodeName) {\n // Raw text content - NO processing, NO entity replacement\n content += item[tagName];\n } else if (tagName === options.cdataPropName) {\n // CDATA content\n content += item[tagName][0][options.textNodeName];\n } else if (tagName === options.commentPropName) {\n // Comment content\n content += item[tagName][0][options.textNodeName];\n } else if (tagName && tagName[0] === \"?\") {\n // Processing instruction - skip for stopNodes\n continue;\n } else if (tagName) {\n // Nested tags within stopNode\n // Recursively get raw content and reconstruct the tag\n // For stopNodes, we don't process attributes either\n const attStr = attr_to_str_raw(item[\":@\"], options);\n const nestedContent = getRawContent(item[tagName], options);\n\n if (!nestedContent || nestedContent.length === 0) {\n content += `<${tagName}${attStr}/>`;\n } else {\n content += `<${tagName}${attStr}>${nestedContent}</${tagName}>`;\n }\n }\n }\n return content;\n}\n\n/**\n * Build attribute string for stopNodes - NO entity replacement\n */\nfunction attr_to_str_raw(attrMap, options) {\n let attrStr = \"\";\n if (attrMap && !options.ignoreAttributes) {\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n // For stopNodes, use raw value without processing\n let attrVal = attrMap[attr];\n if (attrVal === true && options.suppressBooleanAttributes) {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}`;\n } else {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}=\"${attrVal}\"`;\n }\n }\n }\n return attrStr;\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 (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n if (key !== \":@\") return key;\n }\n}\n\nfunction attr_to_str(attrMap, options, isStopNode) {\n let attrStr = \"\";\n if (attrMap && !options.ignoreAttributes) {\n for (let attr in attrMap) {\n if (!Object.prototype.hasOwnProperty.call(attrMap, attr)) continue;\n let attrVal;\n\n if (isStopNode) {\n // For stopNodes, use raw value without any processing\n attrVal = attrMap[attr];\n } else {\n // Normal processing: apply attributeValueProcessor and entity replacement\n attrVal = options.attributeValueProcessor(attr, attrMap[attr]);\n attrVal = replaceEntitiesValue(attrVal, options);\n }\n\n if (attrVal === true && options.suppressBooleanAttributes) {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}`;\n } else {\n attrStr += ` ${attr.substr(options.attributeNamePrefix.length)}=\"${attrVal}\"`;\n }\n }\n }\n return attrStr;\n}\n\nfunction checkStopNode(matcher, stopNodeExpressions) {\n if (!stopNodeExpressions || stopNodeExpressions.length === 0) return false;\n\n for (let i = 0; i < stopNodeExpressions.length; i++) {\n if (matcher.matches(stopNodeExpressions[i])) {\n return true;\n }\n }\n return false;\n}\n\nfunction replaceEntitiesValue(textValue, options) {\n if (textValue && textValue.length > 0 && options.processEntities) {\n for (let i = 0; i < options.entities.length; i++) {\n const entity = options.entities[i];\n textValue = textValue.replace(entity.regex, entity.val);\n }\n }\n return textValue;\n}\n\nfunction cdataVal(val) {\n\n}\n\nfunction commentVal(val) {\n\n}","'use strict';\n//parse Empty Node as self closing node\nimport buildFromOrderedJs from './orderedJs2Xml.js';\nimport getIgnoreAttributesFn from \"./ignoreAttributes.js\";\nimport { Expression, Matcher } from 'path-expression-matcher';\n\nconst defaultOptions = {\n attributeNamePrefix: '@_',\n attributesGroupName: false,\n textNodeName: '#text',\n ignoreAttributes: true,\n cdataPropName: false,\n format: false,\n indentBy: ' ',\n suppressEmptyNode: false,\n suppressUnpairedNode: true,\n suppressBooleanAttributes: true,\n tagValueProcessor: function (key, a) {\n return a;\n },\n attributeValueProcessor: function (attrName, a) {\n return a;\n },\n preserveOrder: false,\n commentPropName: false,\n unpairedTags: [],\n entities: [\n { regex: new RegExp(\"&\", \"g\"), val: \"&amp;\" },//it must be on top\n { regex: new RegExp(\">\", \"g\"), val: \"&gt;\" },\n { regex: new RegExp(\"<\", \"g\"), val: \"&lt;\" },\n { regex: new RegExp(\"\\'\", \"g\"), val: \"&apos;\" },\n { regex: new RegExp(\"\\\"\", \"g\"), val: \"&quot;\" }\n ],\n processEntities: true,\n stopNodes: [],\n // transformTagName: false,\n // transformAttributeName: false,\n oneListGroup: false,\n maxNestedTags: 100,\n jPath: true // When true, callbacks receive string jPath; when false, receive Matcher instance\n};\n\nexport default function Builder(options) {\n this.options = Object.assign({}, defaultOptions, options);\n\n // Convert old-style stopNodes for backward compatibility\n // Old syntax: \"*.tag\" meant \"tag anywhere in tree\"\n // New syntax: \"..tag\" means \"tag anywhere in tree\"\n if (this.options.stopNodes && Array.isArray(this.options.stopNodes)) {\n this.options.stopNodes = this.options.stopNodes.map(node => {\n if (typeof node === 'string' && node.startsWith('*.')) {\n // Convert old wildcard syntax to deep wildcard\n return '..' + node.substring(2);\n }\n return node;\n });\n }\n\n // Pre-compile stopNode expressions for pattern matching\n this.stopNodeExpressions = [];\n if (this.options.stopNodes && Array.isArray(this.options.stopNodes)) {\n for (let i = 0; i < this.options.stopNodes.length; i++) {\n const node = this.options.stopNodes[i];\n if (typeof node === 'string') {\n this.stopNodeExpressions.push(new Expression(node));\n } else if (node instanceof Expression) {\n this.stopNodeExpressions.push(node);\n }\n }\n }\n\n if (this.options.ignoreAttributes === true || this.options.attributesGroupName) {\n this.isAttribute = function (/*a*/) {\n return false;\n };\n } else {\n this.ignoreAttributesFn = getIgnoreAttributesFn(this.options.ignoreAttributes)\n this.attrPrefixLen = this.options.attributeNamePrefix.length;\n this.isAttribute = isAttribute;\n }\n\n this.processTextOrObjNode = processTextOrObjNode\n\n if (this.options.format) {\n this.indentate = indentate;\n this.tagEndChar = '>\\n';\n this.newLine = '\\n';\n } else {\n this.indentate = function () {\n return '';\n };\n this.tagEndChar = '>';\n this.newLine = '';\n }\n}\n\nBuilder.prototype.build = function (jObj) {\n if (this.options.preserveOrder) {\n return buildFromOrderedJs(jObj, this.options);\n } else {\n if (Array.isArray(jObj) && this.options.arrayNodeName && this.options.arrayNodeName.length > 1) {\n jObj = {\n [this.options.arrayNodeName]: jObj\n }\n }\n // Initialize matcher for path tracking\n const matcher = new Matcher();\n return this.j2x(jObj, 0, matcher).val;\n }\n};\n\nBuilder.prototype.j2x = function (jObj, level, matcher) {\n let attrStr = '';\n let val = '';\n if (this.options.maxNestedTags && matcher.getDepth() >= this.options.maxNestedTags) {\n throw new Error(\"Maximum nested tags exceeded\");\n }\n // Get jPath based on option: string for backward compatibility, or Matcher for new features\n const jPath = this.options.jPath ? matcher.toString() : matcher;\n\n // Check if current node is a stopNode (will be used for attribute encoding)\n const isCurrentStopNode = this.checkStopNode(matcher);\n\n for (let key in jObj) {\n if (!Object.prototype.hasOwnProperty.call(jObj, key)) continue;\n if (typeof jObj[key] === 'undefined') {\n // supress undefined node only if it is not an attribute\n if (this.isAttribute(key)) {\n val += '';\n }\n } else if (jObj[key] === null) {\n // null attribute should be ignored by the attribute list, but should not cause the tag closing\n if (this.isAttribute(key)) {\n val += '';\n } else if (key === this.options.cdataPropName) {\n val += '';\n } else if (key[0] === '?') {\n val += this.indentate(level) + '<' + key + '?' + this.tagEndChar;\n } else {\n val += this.indentate(level) + '<' + key + '/' + this.tagEndChar;\n }\n // val += this.indentate(level) + '<' + key + '/' + this.tagEndChar;\n } else if (jObj[key] instanceof Date) {\n val += this.buildTextValNode(jObj[key], key, '', level, matcher);\n } else if (typeof jObj[key] !== 'object') {\n //premitive type\n const attr = this.isAttribute(key);\n if (attr && !this.ignoreAttributesFn(attr, jPath)) {\n attrStr += this.buildAttrPairStr(attr, '' + jObj[key], isCurrentStopNode);\n } else if (!attr) {\n //tag value\n if (key === this.options.textNodeName) {\n let newval = this.options.tagValueProcessor(key, '' + jObj[key]);\n val += this.replaceEntitiesValue(newval);\n } else {\n // Check if this is a stopNode before building\n matcher.push(key);\n const isStopNode = this.checkStopNode(matcher);\n matcher.pop();\n\n if (isStopNode) {\n // Build as raw content without encoding\n const textValue = '' + jObj[key];\n if (textValue === '') {\n val += this.indentate(level) + '<' + key + this.closeTag(key) + this.tagEndChar;\n } else {\n val += this.indentate(level) + '<' + key + '>' + textValue + '</' + key + this.tagEndChar;\n }\n } else {\n val += this.buildTextValNode(jObj[key], key, '', level, matcher);\n }\n }\n }\n } else if (Array.isArray(jObj[key])) {\n //repeated nodes\n const arrLen = jObj[key].length;\n let listTagVal = \"\";\n let listTagAttr = \"\";\n for (let j = 0; j < arrLen; j++) {\n const item = jObj[key][j];\n if (typeof item === 'undefined') {\n // supress undefined node\n } else if (item === null) {\n if (key[0] === \"?\") val += this.indentate(level) + '<' + key + '?' + this.tagEndChar;\n else val += this.indentate(level) + '<' + key + '/' + this.tagEndChar;\n // val += this.indentate(level) + '<' + key + '/' + this.tagEndChar;\n } else if (typeof item === 'object') {\n if (this.options.oneListGroup) {\n // Push tag to matcher before recursive call\n matcher.push(key);\n const result = this.j2x(item, level + 1, matcher);\n // Pop tag from matcher after recursive call\n matcher.pop();\n\n listTagVal += result.val;\n if (this.options.attributesGroupName && item.hasOwnProperty(this.options.attributesGroupName)) {\n listTagAttr += result.attrStr\n }\n } else {\n listTagVal += this.processTextOrObjNode(item, key, level, matcher)\n }\n } else {\n if (this.options.oneListGroup) {\n let textValue = this.options.tagValueProcessor(key, item);\n textValue = this.replaceEntitiesValue(textValue);\n listTagVal += textValue;\n } else {\n // Check if this is a stopNode before building\n matcher.push(key);\n const isStopNode = this.checkStopNode(matcher);\n matcher.pop();\n\n if (isStopNode) {\n // Build as raw content without encoding\n const textValue = '' + item;\n if (textValue === '') {\n listTagVal += this.indentate(level) + '<' + key + this.closeTag(key) + this.tagEndChar;\n } else {\n listTagVal += this.indentate(level) + '<' + key + '>' + textValue + '</' + key + this.tagEndChar;\n }\n } else {\n listTagVal += this.buildTextValNode(item, key, '', level, matcher);\n }\n }\n }\n }\n if (this.options.oneListGroup) {\n listTagVal = this.buildObjectNode(listTagVal, key, listTagAttr, level);\n }\n val += listTagVal;\n } else {\n //nested node\n if (this.options.attributesGroupName && key === this.options.attributesGroupName) {\n const Ks = Object.keys(jObj[key]);\n const L = Ks.length;\n for (let j = 0; j < L; j++) {\n attrStr += this.buildAttrPairStr(Ks[j], '' + jObj[key][Ks[j]], isCurrentStopNode);\n }\n } else {\n val += this.processTextOrObjNode(jObj[key], key, level, matcher)\n }\n }\n }\n return { attrStr: attrStr, val: val };\n};\n\nBuilder.prototype.buildAttrPairStr = function (attrName, val, isStopNode) {\n if (!isStopNode) {\n val = this.options.attributeValueProcessor(attrName, '' + val);\n val = this.replaceEntitiesValue(val);\n }\n if (this.options.suppressBooleanAttributes && val === \"true\") {\n return ' ' + attrName;\n } else return ' ' + attrName + '=\"' + val + '\"';\n}\n\nfunction processTextOrObjNode(object, key, level, matcher) {\n // Extract attributes to pass to matcher\n const attrValues = this.extractAttributes(object);\n\n // Push tag to matcher before recursion WITH attributes\n matcher.push(key, attrValues);\n\n // Check if this entire node is a stopNode\n const isStopNode = this.checkStopNode(matcher);\n\n if (isStopNode) {\n // For stopNodes, build raw content without entity encoding\n const rawContent = this.buildRawContent(object);\n const attrStr = this.buildAttributesForStopNode(object);\n matcher.pop();\n return this.buildObjectNode(rawContent, key, attrStr, level);\n }\n\n const result = this.j2x(object, level + 1, matcher);\n // Pop tag from matcher after recursion\n matcher.pop();\n\n if (object[this.options.textNodeName] !== undefined && Object.keys(object).length === 1) {\n return this.buildTextValNode(object[this.options.textNodeName], key, result.attrStr, level, matcher);\n } else {\n return this.buildObjectNode(result.val, key, result.attrStr, level);\n }\n}\n\n// Helper method to extract attributes from an object\nBuilder.prototype.extractAttributes = function (obj) {\n if (!obj || typeof obj !== 'object') return null;\n\n const attrValues = {};\n let hasAttrs = false;\n\n // Check for attributesGroupName (when attributes are grouped)\n if (this.options.attributesGroupName && obj[this.options.attributesGroupName]) {\n const attrGroup = obj[this.options.attributesGroupName];\n for (let attrKey in attrGroup) {\n if (!Object.prototype.hasOwnProperty.call(attrGroup, attrKey)) continue;\n // Remove attribute prefix if present\n const cleanKey = attrKey.startsWith(this.options.attributeNamePrefix)\n ? attrKey.substring(this.options.attributeNamePrefix.length)\n : attrKey;\n attrValues[cleanKey] = attrGroup[attrKey];\n hasAttrs = true;\n }\n } else {\n // Look for individual attributes (prefixed with attributeNamePrefix)\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n const attr = this.isAttribute(key);\n if (attr) {\n attrValues[attr] = obj[key];\n hasAttrs = true;\n }\n }\n }\n\n return hasAttrs ? attrValues : null;\n};\n\n// Build raw content for stopNode without entity encoding\nBuilder.prototype.buildRawContent = function (obj) {\n if (typeof obj === 'string') {\n return obj; // Already a string, return as-is\n }\n\n if (typeof obj !== 'object' || obj === null) {\n return String(obj);\n }\n\n // Check if this is a stopNode data from parser: { \"#text\": \"raw xml\", \"@_attr\": \"val\" }\n if (obj[this.options.textNodeName] !== undefined) {\n return obj[this.options.textNodeName]; // Return raw text without encoding\n }\n\n // Build raw XML from nested structure\n let content = '';\n\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n\n // Skip attributes\n if (this.isAttribute(key)) continue;\n if (this.options.attributesGroupName && key === this.options.attributesGroupName) continue;\n\n const value = obj[key];\n\n if (key === this.options.textNodeName) {\n content += value; // Raw text\n } else if (Array.isArray(value)) {\n // Array of same tag\n for (let item of value) {\n if (typeof item === 'string' || typeof item === 'number') {\n content += `<${key}>${item}</${key}>`;\n } else if (typeof item === 'object' && item !== null) {\n const nestedContent = this.buildRawContent(item);\n const nestedAttrs = this.buildAttributesForStopNode(item);\n if (nestedContent === '') {\n content += `<${key}${nestedAttrs}/>`;\n } else {\n content += `<${key}${nestedAttrs}>${nestedContent}</${key}>`;\n }\n }\n }\n } else if (typeof value === 'object' && value !== null) {\n // Nested object\n const nestedContent = this.buildRawContent(value);\n const nestedAttrs = this.buildAttributesForStopNode(value);\n if (nestedContent === '') {\n content += `<${key}${nestedAttrs}/>`;\n } else {\n content += `<${key}${nestedAttrs}>${nestedContent}</${key}>`;\n }\n } else {\n // Primitive value\n content += `<${key}>${value}</${key}>`;\n }\n }\n\n return content;\n};\n\n// Build attribute string for stopNode (no entity encoding)\nBuilder.prototype.buildAttributesForStopNode = function (obj) {\n if (!obj || typeof obj !== 'object') return '';\n\n let attrStr = '';\n\n // Check for attributesGroupName (when attributes are grouped)\n if (this.options.attributesGroupName && obj[this.options.attributesGroupName]) {\n const attrGroup = obj[this.options.attributesGroupName];\n for (let attrKey in attrGroup) {\n if (!Object.prototype.hasOwnProperty.call(attrGroup, attrKey)) continue;\n const cleanKey = attrKey.startsWith(this.options.attributeNamePrefix)\n ? attrKey.substring(this.options.attributeNamePrefix.length)\n : attrKey;\n const val = attrGroup[attrKey];\n if (val === true && this.options.suppressBooleanAttributes) {\n attrStr += ' ' + cleanKey;\n } else {\n attrStr += ' ' + cleanKey + '=\"' + val + '\"'; // No encoding for stopNode\n }\n }\n } else {\n // Look for individual attributes\n for (let key in obj) {\n if (!Object.prototype.hasOwnProperty.call(obj, key)) continue;\n const attr = this.isAttribute(key);\n if (attr) {\n const val = obj[key];\n if (val === true && this.options.suppressBooleanAttributes) {\n attrStr += ' ' + attr;\n } else {\n attrStr += ' ' + attr + '=\"' + val + '\"'; // No encoding for stopNode\n }\n }\n }\n }\n\n return attrStr;\n};\n\nBuilder.prototype.buildObjectNode = function (val, key, attrStr, level) {\n if (val === \"\") {\n if (key[0] === \"?\") return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n else {\n return this.indentate(level) + '<' + key + attrStr + this.closeTag(key) + this.tagEndChar;\n }\n } else {\n\n let tagEndExp = '</' + key + this.tagEndChar;\n let piClosingChar = \"\";\n\n if (key[0] === \"?\") {\n piClosingChar = \"?\";\n tagEndExp = \"\";\n }\n\n // attrStr is an empty string in case the attribute came as undefined or null\n if ((attrStr || attrStr === '') && val.indexOf('<') === -1) {\n return (this.indentate(level) + '<' + key + attrStr + piClosingChar + '>' + val + tagEndExp);\n } else if (this.options.commentPropName !== false && key === this.options.commentPropName && piClosingChar.length === 0) {\n return this.indentate(level) + `<!--${val}-->` + this.newLine;\n } else {\n return (\n this.indentate(level) + '<' + key + attrStr + piClosingChar + this.tagEndChar +\n val +\n this.indentate(level) + tagEndExp);\n }\n }\n}\n\nBuilder.prototype.closeTag = function (key) {\n let closeTag = \"\";\n if (this.options.unpairedTags.indexOf(key) !== -1) { //unpaired\n if (!this.options.suppressUnpairedNode) closeTag = \"/\"\n } else if (this.options.suppressEmptyNode) { //empty\n closeTag = \"/\";\n } else {\n closeTag = `></${key}`\n }\n return closeTag;\n}\n\nBuilder.prototype.checkStopNode = function (matcher) {\n if (!this.stopNodeExpressions || this.stopNodeExpressions.length === 0) return false;\n\n for (let i = 0; i < this.stopNodeExpressions.length; i++) {\n if (matcher.matches(this.stopNodeExpressions[i])) {\n return true;\n }\n }\n return false;\n}\n\nfunction buildEmptyObjNode(val, key, attrStr, level) {\n if (val !== '') {\n return this.buildObjectNode(val, key, attrStr, level);\n } else {\n if (key[0] === \"?\") return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n else {\n return this.indentate(level) + '<' + key + attrStr + '/' + this.tagEndChar;\n // return this.buildTagStr(level,key, attrStr);\n }\n }\n}\n\nBuilder.prototype.buildTextValNode = function (val, key, attrStr, level, matcher) {\n if (this.options.cdataPropName !== false && key === this.options.cdataPropName) {\n const safeVal = String(val).replace(/\\]\\]>/g, ']]]]><![CDATA[>');\n return this.indentate(level) + `<![CDATA[${safeVal}]]>` + this.newLine;\n } else if (this.options.commentPropName !== false && key === this.options.commentPropName) {\n const safeVal = String(val)\n .replace(/--/g, '- -') // -- is illegal anywhere in comment content\n .replace(/-$/, '- '); // trailing - would form -- with the closing -->\n return this.indentate(level) + `<!--${safeVal}-->` + this.newLine;\n } else if (key[0] === \"?\") {//PI tag\n return this.indentate(level) + '<' + key + attrStr + '?' + this.tagEndChar;\n } else {\n // Normal processing: apply tagValueProcessor and entity replacement\n let textValue = this.options.tagValueProcessor(key, val);\n textValue = this.replaceEntitiesValue(textValue);\n\n if (textValue === '') {\n return this.indentate(level) + '<' + key + attrStr + this.closeTag(key) + this.tagEndChar;\n } else {\n return this.indentate(level) + '<' + key + attrStr + '>' +\n textValue +\n '</' + key + this.tagEndChar;\n }\n }\n}\n\nBuilder.prototype.replaceEntitiesValue = function (textValue) {\n if (textValue && textValue.length > 0 && this.options.processEntities) {\n for (let i = 0; i < this.options.entities.length; i++) {\n const entity = this.options.entities[i];\n textValue = textValue.replace(entity.regex, entity.val);\n }\n }\n return textValue;\n}\n\nfunction indentate(level) {\n return this.options.indentBy.repeat(level);\n}\n\nfunction isAttribute(name /*, options*/) {\n if (name.startsWith(this.options.attributeNamePrefix) && name !== this.options.textNodeName) {\n return name.substr(this.attrPrefixLen);\n } else {\n return false;\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}","// Re-export from fast-xml-builder for backward compatibility\nimport XMLBuilder from 'fast-xml-builder';\nexport default XMLBuilder;\n\n// If there are any named exports you also want to re-export:\nexport * from 'fast-xml-builder';"],"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","Expression","constructor","pattern","options","data","separator","segments","_parse","_hasDeepWildcard","some","seg","type","_hasAttributeCondition","undefined","attrName","_hasPositionSelector","position","i","currentPart","length","trim","push","_parseSegment","part","segment","bracketContent","withoutBrackets","bracketMatch","match","content","slice","namespace","tag","tagAndPosition","includes","nsIndex","indexOf","substring","Error","positionMatch","colonIndex","lastIndexOf","tagPart","posPart","test","eqIndex","attrValue","nthMatch","positionValue","parseInt","hasDeepWildcard","hasAttributeCondition","hasPositionSelector","toString","MatcherView","matcher","_matcher","getCurrentTag","path","getCurrentNamespace","getAttrValue","values","hasAttr","current","getPosition","getCounter","counter","getIndex","getDepth","includeNamespace","toArray","map","n","matches","expression","matchesAny","exprSet","Matcher","siblingStacks","_pathStringCache","_view","tagName","attrValues","currentLevel","Map","siblings","siblingKey","count","set","node","pop","updateCurrent","sep","result","join","reset","_matchWithDeepWildcard","_matchSimple","_matchSegment","pathIdx","segIdx","nextSeg","found","isCurrentNode","String","snapshot","restore","readOnly","toXml","jArray","indentation","format","indentBy","stopNodeExpressions","stopNodes","Array","isArray","arrToStr","arr","xmlStr","isPreviousElementTag","maxNestedTags","text","replaceEntitiesValue","tagObj","propName","extractAttributeValues","isStopNode","checkStopNode","textNodeName","tagText","tagValueProcessor","cdataPropName","val","replace","commentPropName","attStr","attr_to_str","tempInd","piTextNodeName","newIdentation","tagStart","tagValue","getRawContent","unpairedTags","suppressUnpairedNode","suppressEmptyNode","endsWith","attrMap","ignoreAttributes","hasAttrs","attr","startsWith","attributeNamePrefix","substr","item","attr_to_str_raw","nestedContent","attrStr","attrVal","suppressBooleanAttributes","keys","attributeValueProcessor","textValue","processEntities","entities","entity","regex","defaultOptions","attributesGroupName","a","preserveOrder","RegExp","oneListGroup","jPath","Builder","assign","isAttribute","ignoreAttributesFn","attrPrefixLen","processTextOrObjNode","indentate","tagEndChar","newLine","object","level","extractAttributes","rawContent","buildRawContent","buildAttributesForStopNode","buildObjectNode","j2x","buildTextValNode","repeat","name","build","jObj","buildFromOrderedJs","arrayNodeName","isCurrentStopNode","Date","buildAttrPairStr","newval","closeTag","arrLen","listTagVal","listTagAttr","j","Ks","L","attrGroup","attrKey","nestedAttrs","cleanKey","tagEndExp","piClosingChar","safeVal"],"sourceRoot":""}