@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
@@ -0,0 +1,77 @@
1
+ import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
2
+ const k = "ref";
3
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
4
+ const _data = {
5
+ conditions: [
6
+ [c, [g]],
7
+ [c, j],
8
+ ["aws.partition", j, d],
9
+ [e, [{ [k]: "UseFIPS" }, b]],
10
+ [e, [{ [k]: "UseDualStack" }, b]],
11
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
12
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
13
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]],
14
+ ],
15
+ results: [
16
+ [a],
17
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
18
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
19
+ [g, i],
20
+ ["https://portal.sso-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
21
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
22
+ ["https://portal.sso.{Region}.amazonaws.com", i],
23
+ ["https://portal.sso-fips.{Region}.{PartitionResult#dnsSuffix}", i],
24
+ [a, "FIPS is enabled but this partition does not support FIPS"],
25
+ ["https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
26
+ [a, "DualStack is enabled but this partition does not support DualStack"],
27
+ ["https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", i],
28
+ [a, "Invalid Configuration: Missing Region"],
29
+ ],
30
+ };
31
+ const root = 2;
32
+ const r = 100_000_000;
33
+ const nodes = new Int32Array([
34
+ -1,
35
+ 1,
36
+ -1,
37
+ 0,
38
+ 13,
39
+ 3,
40
+ 1,
41
+ 4,
42
+ r + 12,
43
+ 2,
44
+ 5,
45
+ r + 12,
46
+ 3,
47
+ 8,
48
+ 6,
49
+ 4,
50
+ 7,
51
+ r + 11,
52
+ 5,
53
+ r + 9,
54
+ r + 10,
55
+ 4,
56
+ 11,
57
+ 9,
58
+ 6,
59
+ 10,
60
+ r + 8,
61
+ 7,
62
+ r + 6,
63
+ r + 7,
64
+ 5,
65
+ 12,
66
+ r + 5,
67
+ 6,
68
+ r + 4,
69
+ r + 5,
70
+ 3,
71
+ r + 1,
72
+ 14,
73
+ 4,
74
+ r + 2,
75
+ r + 3,
76
+ ]);
77
+ export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -0,0 +1,14 @@
1
+ import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
3
+ import { bdd } from "./bdd";
4
+ const cache = new EndpointCache({
5
+ size: 50,
6
+ params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
+ });
8
+ export const defaultEndpointResolver = (endpointParams, context = {}) => {
9
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
10
+ endpointParams: endpointParams,
11
+ logger: context.logger,
12
+ }));
13
+ };
14
+ customEndpointFunctions.aws = awsEndpointFunctions;
@@ -0,0 +1,7 @@
1
+ export * from "./SSOClient";
2
+ export * from "./SSO";
3
+ export * from "./commands";
4
+ export * from "./schemas/schemas_0";
5
+ export * from "./models/errors";
6
+ export * from "./models/models_0";
7
+ export { SSOServiceException } from "./models/SSOServiceException";
@@ -0,0 +1,49 @@
1
+ import { SSOServiceException as __BaseException } from "./SSOServiceException";
2
+ export class InvalidRequestException extends __BaseException {
3
+ name = "InvalidRequestException";
4
+ $fault = "client";
5
+ constructor(opts) {
6
+ super({
7
+ name: "InvalidRequestException",
8
+ $fault: "client",
9
+ ...opts,
10
+ });
11
+ Object.setPrototypeOf(this, InvalidRequestException.prototype);
12
+ }
13
+ }
14
+ export class ResourceNotFoundException extends __BaseException {
15
+ name = "ResourceNotFoundException";
16
+ $fault = "client";
17
+ constructor(opts) {
18
+ super({
19
+ name: "ResourceNotFoundException",
20
+ $fault: "client",
21
+ ...opts,
22
+ });
23
+ Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
24
+ }
25
+ }
26
+ export class TooManyRequestsException extends __BaseException {
27
+ name = "TooManyRequestsException";
28
+ $fault = "client";
29
+ constructor(opts) {
30
+ super({
31
+ name: "TooManyRequestsException",
32
+ $fault: "client",
33
+ ...opts,
34
+ });
35
+ Object.setPrototypeOf(this, TooManyRequestsException.prototype);
36
+ }
37
+ }
38
+ export class UnauthorizedException extends __BaseException {
39
+ name = "UnauthorizedException";
40
+ $fault = "client";
41
+ constructor(opts) {
42
+ super({
43
+ name: "UnauthorizedException",
44
+ $fault: "client",
45
+ ...opts,
46
+ });
47
+ Object.setPrototypeOf(this, UnauthorizedException.prototype);
48
+ }
49
+ }
@@ -0,0 +1,33 @@
1
+ import packageInfo from "../../../package.json";
2
+ import { Sha256 } from "@aws-crypto/sha256-browser";
3
+ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser";
4
+ import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
+ import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
+ import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
8
+ import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
10
+ import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
11
+ import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
+ export const getRuntimeConfig = (config) => {
13
+ const defaultsMode = resolveDefaultsModeConfig(config);
14
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
15
+ const clientSharedValues = getSharedRuntimeConfig(config);
16
+ return {
17
+ ...clientSharedValues,
18
+ ...config,
19
+ runtime: "browser",
20
+ defaultsMode,
21
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
22
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ??
23
+ createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
24
+ maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
25
+ region: config?.region ?? invalidProvider("Region is missing"),
26
+ requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
27
+ retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
28
+ sha256: config?.sha256 ?? Sha256,
29
+ streamCollector: config?.streamCollector ?? streamCollector,
30
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
31
+ useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
32
+ };
33
+ };
@@ -0,0 +1,49 @@
1
+ import packageInfo from "../../../package.json";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
3
+ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
4
+ import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
5
+ import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
6
+ import { Hash } from "@smithy/hash-node";
7
+ import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
+ import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
+ import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
+ import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
13
+ import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
14
+ import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
+ export const getRuntimeConfig = (config) => {
16
+ emitWarningIfUnsupportedVersion(process.version);
17
+ const defaultsMode = resolveDefaultsModeConfig(config);
18
+ const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
19
+ const clientSharedValues = getSharedRuntimeConfig(config);
20
+ awsCheckVersion(process.version);
21
+ const loaderConfig = {
22
+ profile: config?.profile,
23
+ logger: clientSharedValues.logger,
24
+ };
25
+ return {
26
+ ...clientSharedValues,
27
+ ...config,
28
+ runtime: "node",
29
+ defaultsMode,
30
+ authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
31
+ bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
32
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ??
33
+ createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
34
+ maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
35
+ region: config?.region ??
36
+ loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
37
+ requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
38
+ retryMode: config?.retryMode ??
39
+ loadNodeConfig({
40
+ ...NODE_RETRY_MODE_CONFIG_OPTIONS,
41
+ default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
42
+ }, config),
43
+ sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
44
+ streamCollector: config?.streamCollector ?? streamCollector,
45
+ useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
46
+ useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
47
+ userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS, loaderConfig),
48
+ };
49
+ };
@@ -0,0 +1,11 @@
1
+ import { Sha256 } from "@aws-crypto/sha256-js";
2
+ import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
+ export const getRuntimeConfig = (config) => {
4
+ const browserDefaults = getBrowserRuntimeConfig(config);
5
+ return {
6
+ ...browserDefaults,
7
+ ...config,
8
+ runtime: "react-native",
9
+ sha256: config?.sha256 ?? Sha256,
10
+ };
11
+ };
@@ -0,0 +1,45 @@
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
+ import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { NoAuthSigner } from "@smithy/core";
4
+ import { NoOpLogger } from "@smithy/smithy-client";
5
+ import { parseUrl } from "@smithy/url-parser";
6
+ import { fromBase64, toBase64 } from "@smithy/util-base64";
7
+ import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
8
+ import { defaultSSOHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
9
+ import { defaultEndpointResolver } from "./endpoint/endpointResolver";
10
+ import { errorTypeRegistries } from "./schemas/schemas_0";
11
+ export const getRuntimeConfig = (config) => {
12
+ return {
13
+ apiVersion: "2019-06-10",
14
+ base64Decoder: config?.base64Decoder ?? fromBase64,
15
+ base64Encoder: config?.base64Encoder ?? toBase64,
16
+ disableHostPrefix: config?.disableHostPrefix ?? false,
17
+ endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
18
+ extensions: config?.extensions ?? [],
19
+ httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultSSOHttpAuthSchemeProvider,
20
+ httpAuthSchemes: config?.httpAuthSchemes ?? [
21
+ {
22
+ schemeId: "aws.auth#sigv4",
23
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
24
+ signer: new AwsSdkSigV4Signer(),
25
+ },
26
+ {
27
+ schemeId: "smithy.api#noAuth",
28
+ identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
29
+ signer: new NoAuthSigner(),
30
+ },
31
+ ],
32
+ logger: config?.logger ?? new NoOpLogger(),
33
+ protocol: config?.protocol ?? AwsRestJsonProtocol,
34
+ protocolSettings: config?.protocolSettings ?? {
35
+ defaultNamespace: "com.amazonaws.sso",
36
+ errorTypeRegistries,
37
+ version: "2019-06-10",
38
+ serviceTarget: "SWBPortalService",
39
+ },
40
+ serviceId: config?.serviceId ?? "SSO",
41
+ urlParser: config?.urlParser ?? parseUrl,
42
+ utf8Decoder: config?.utf8Decoder ?? fromUtf8,
43
+ utf8Encoder: config?.utf8Encoder ?? toUtf8,
44
+ };
45
+ };
@@ -0,0 +1,9 @@
1
+ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
+ import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
5
+ export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
+ const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
7
+ extensions.forEach((extension) => extension.configure(extensionConfiguration));
8
+ return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
9
+ };
@@ -0,0 +1,87 @@
1
+ const _ATT = "AccessTokenType";
2
+ const _GRC = "GetRoleCredentials";
3
+ const _GRCR = "GetRoleCredentialsRequest";
4
+ const _GRCRe = "GetRoleCredentialsResponse";
5
+ const _IRE = "InvalidRequestException";
6
+ const _RC = "RoleCredentials";
7
+ const _RNFE = "ResourceNotFoundException";
8
+ const _SAKT = "SecretAccessKeyType";
9
+ const _STT = "SessionTokenType";
10
+ const _TMRE = "TooManyRequestsException";
11
+ const _UE = "UnauthorizedException";
12
+ const _aI = "accountId";
13
+ const _aKI = "accessKeyId";
14
+ const _aT = "accessToken";
15
+ const _ai = "account_id";
16
+ const _c = "client";
17
+ const _e = "error";
18
+ const _ex = "expiration";
19
+ const _h = "http";
20
+ const _hE = "httpError";
21
+ const _hH = "httpHeader";
22
+ const _hQ = "httpQuery";
23
+ const _m = "message";
24
+ const _rC = "roleCredentials";
25
+ const _rN = "roleName";
26
+ const _rn = "role_name";
27
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.sso";
28
+ const _sAK = "secretAccessKey";
29
+ const _sT = "sessionToken";
30
+ const _xasbt = "x-amz-sso_bearer_token";
31
+ const n0 = "com.amazonaws.sso";
32
+ import { TypeRegistry } from "@smithy/core/schema";
33
+ import { InvalidRequestException, ResourceNotFoundException, TooManyRequestsException, UnauthorizedException, } from "../models/errors";
34
+ import { SSOServiceException } from "../models/SSOServiceException";
35
+ const _s_registry = TypeRegistry.for(_s);
36
+ export var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
37
+ _s_registry.registerError(SSOServiceException$, SSOServiceException);
38
+ const n0_registry = TypeRegistry.for(n0);
39
+ export var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
40
+ n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
41
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
42
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
43
+ export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
44
+ n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
45
+ export var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
46
+ n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
47
+ export const errorTypeRegistries = [_s_registry, n0_registry];
48
+ var AccessTokenType = [0, n0, _ATT, 8, 0];
49
+ var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
50
+ var SessionTokenType = [0, n0, _STT, 8, 0];
51
+ export var GetRoleCredentialsRequest$ = [
52
+ 3,
53
+ n0,
54
+ _GRCR,
55
+ 0,
56
+ [_rN, _aI, _aT],
57
+ [
58
+ [0, { [_hQ]: _rn }],
59
+ [0, { [_hQ]: _ai }],
60
+ [() => AccessTokenType, { [_hH]: _xasbt }],
61
+ ],
62
+ 3,
63
+ ];
64
+ export var GetRoleCredentialsResponse$ = [
65
+ 3,
66
+ n0,
67
+ _GRCRe,
68
+ 0,
69
+ [_rC],
70
+ [[() => RoleCredentials$, 0]],
71
+ ];
72
+ export var RoleCredentials$ = [
73
+ 3,
74
+ n0,
75
+ _RC,
76
+ 0,
77
+ [_aKI, _sAK, _sT, _ex],
78
+ [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1],
79
+ ];
80
+ export var GetRoleCredentials$ = [
81
+ 9,
82
+ n0,
83
+ _GRC,
84
+ { [_h]: ["GET", "/federation/credentials", 200] },
85
+ () => GetRoleCredentialsRequest$,
86
+ () => GetRoleCredentialsResponse$,
87
+ ];
@@ -1,5 +1,5 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
- import { CreateTokenCommand } from "./commands/CreateTokenCommand";
2
+ import { CreateTokenCommand, } from "./commands/CreateTokenCommand";
3
3
  import { SSOOIDCClient } from "./SSOOIDCClient";
4
4
  const commands = {
5
5
  CreateTokenCommand,
@@ -4,9 +4,10 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
10
11
  import { Client as __Client, } from "@smithy/smithy-client";
11
12
  import { defaultSSOOIDCHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
12
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -28,6 +29,7 @@ export class SSOOIDCClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,4 +1,4 @@
1
- import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
1
+ import { resolveAwsSdkSigV4Config } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateTokenCommand, se_CreateTokenCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateToken$ } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateTokenCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("AWSSSOOIDCService", "CreateToken", {})
18
13
  .n("SSOOIDCClient", "CreateTokenCommand")
19
- .f(CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog)
20
- .ser(se_CreateTokenCommand)
21
- .de(de_CreateTokenCommand)
14
+ .sc(CreateToken$)
22
15
  .build() {
23
16
  }
@@ -0,0 +1,77 @@
1
+ import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
2
+ const k = "ref";
3
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
4
+ const _data = {
5
+ conditions: [
6
+ [c, [g]],
7
+ [c, j],
8
+ ["aws.partition", j, d],
9
+ [e, [{ [k]: "UseFIPS" }, b]],
10
+ [e, [{ [k]: "UseDualStack" }, b]],
11
+ [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
12
+ [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
13
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]],
14
+ ],
15
+ results: [
16
+ [a],
17
+ [a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
18
+ [a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
19
+ [g, i],
20
+ ["https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
21
+ [a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
22
+ ["https://oidc.{Region}.amazonaws.com", i],
23
+ ["https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}", i],
24
+ [a, "FIPS is enabled but this partition does not support FIPS"],
25
+ ["https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
26
+ [a, "DualStack is enabled but this partition does not support DualStack"],
27
+ ["https://oidc.{Region}.{PartitionResult#dnsSuffix}", i],
28
+ [a, "Invalid Configuration: Missing Region"],
29
+ ],
30
+ };
31
+ const root = 2;
32
+ const r = 100_000_000;
33
+ const nodes = new Int32Array([
34
+ -1,
35
+ 1,
36
+ -1,
37
+ 0,
38
+ 13,
39
+ 3,
40
+ 1,
41
+ 4,
42
+ r + 12,
43
+ 2,
44
+ 5,
45
+ r + 12,
46
+ 3,
47
+ 8,
48
+ 6,
49
+ 4,
50
+ 7,
51
+ r + 11,
52
+ 5,
53
+ r + 9,
54
+ r + 10,
55
+ 4,
56
+ 11,
57
+ 9,
58
+ 6,
59
+ 10,
60
+ r + 8,
61
+ 7,
62
+ r + 6,
63
+ r + 7,
64
+ 5,
65
+ 12,
66
+ r + 5,
67
+ 6,
68
+ r + 4,
69
+ r + 5,
70
+ 3,
71
+ r + 1,
72
+ 14,
73
+ 4,
74
+ r + 2,
75
+ r + 3,
76
+ ]);
77
+ export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -1,12 +1,12 @@
1
1
  import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
2
- import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
3
- import { ruleSet } from "./ruleset";
2
+ import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
3
+ import { bdd } from "./bdd";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
6
6
  params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
7
7
  });
8
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
9
- return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
9
+ return cache.get(endpointParams, () => decideEndpoint(bdd, {
10
10
  endpointParams: endpointParams,
11
11
  logger: context.logger,
12
12
  }));
@@ -1,5 +1,8 @@
1
1
  export * from "./SSOOIDCClient";
2
2
  export * from "./SSOOIDC";
3
3
  export * from "./commands";
4
- export * from "./models";
4
+ export * from "./schemas/schemas_0";
5
+ export * from "./models/enums";
6
+ export * from "./models/errors";
7
+ export * from "./models/models_0";
5
8
  export { SSOOIDCServiceException } from "./models/SSOOIDCServiceException";
@@ -0,0 +1,9 @@
1
+ export const AccessDeniedExceptionReason = {
2
+ KMS_ACCESS_DENIED: "KMS_AccessDeniedException",
3
+ };
4
+ export const InvalidRequestExceptionReason = {
5
+ KMS_DISABLED_KEY: "KMS_DisabledException",
6
+ KMS_INVALID_KEY_USAGE: "KMS_InvalidKeyUsageException",
7
+ KMS_INVALID_STATE: "KMS_InvalidStateException",
8
+ KMS_KEY_NOT_FOUND: "KMS_NotFoundException",
9
+ };