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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3340) hide show
  1. package/.jsii +5025 -78
  2. package/dist/index.d.ts +6 -0
  3. package/dist/index.js +12 -5
  4. package/dist/index.sign.d.ts +1 -1
  5. package/dist/index.sign.js +2 -2
  6. package/dist/test/index.keyrotate.test.js +140 -1
  7. package/dist/test/index.sign.test.d.ts +1 -1
  8. package/dist/test/index.sign.test.js +31 -1
  9. package/dist/test/index.test.js +43 -5
  10. package/dist/tsconfig.tsbuildinfo +1 -1
  11. package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
  12. package/node_modules/@aws/lambda-invoke-store/README.md +198 -0
  13. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  14. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
  15. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  16. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
  17. package/node_modules/@aws/lambda-invoke-store/package.json +55 -0
  18. package/node_modules/@aws-lambda-powertools/commons/README.md +7 -15
  19. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/LRUCache.d.ts.map +1 -1
  20. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/LRUCache.js +3 -2
  21. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.d.ts +3 -3
  22. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.js +3 -3
  23. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts +1 -1
  24. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts.map +1 -1
  25. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.js +2 -1
  26. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.d.ts +2 -1
  27. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.d.ts.map +1 -1
  28. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.js +3 -1
  29. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.d.ts +23 -0
  30. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.d.ts.map +1 -0
  31. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.js +134 -0
  32. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.d.ts +14 -6
  33. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.d.ts.map +1 -1
  34. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.js +28 -12
  35. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.d.ts +5 -5
  36. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.d.ts.map +1 -1
  37. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.js +27 -21
  38. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.d.ts +12 -0
  39. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.d.ts.map +1 -0
  40. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.js +38 -0
  41. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts +1 -1
  42. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts.map +1 -1
  43. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.js +1 -1
  44. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts +46 -14
  45. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts.map +1 -1
  46. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.js +64 -20
  47. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts +1 -1
  48. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts.map +1 -1
  49. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts +1 -1
  50. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts.map +1 -1
  51. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/envUtils.d.ts +1 -1
  52. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/envUtils.d.ts.map +1 -1
  53. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts +6 -6
  54. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts.map +1 -1
  55. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts +1 -1
  56. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts.map +1 -1
  57. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts +5 -5
  58. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts.map +1 -1
  59. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts +1 -1
  60. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts.map +1 -1
  61. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.js +3 -3
  62. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
  63. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
  64. package/node_modules/@aws-lambda-powertools/commons/lib/esm/LRUCache.d.ts.map +1 -1
  65. package/node_modules/@aws-lambda-powertools/commons/lib/esm/LRUCache.js +3 -2
  66. package/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.d.ts +3 -3
  67. package/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.js +3 -3
  68. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts +1 -1
  69. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts.map +1 -1
  70. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.js +2 -1
  71. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.d.ts +2 -1
  72. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.d.ts.map +1 -1
  73. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.js +2 -1
  74. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.d.ts +23 -0
  75. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.d.ts.map +1 -0
  76. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.js +131 -0
  77. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.d.ts +14 -6
  78. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.d.ts.map +1 -1
  79. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.js +28 -13
  80. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.d.ts +5 -5
  81. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.d.ts.map +1 -1
  82. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.js +11 -7
  83. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.d.ts +12 -0
  84. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.d.ts.map +1 -0
  85. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.js +34 -0
  86. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts +1 -1
  87. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts.map +1 -1
  88. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.js +1 -1
  89. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts +46 -14
  90. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts.map +1 -1
  91. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.js +62 -20
  92. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts +1 -1
  93. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts.map +1 -1
  94. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts +1 -1
  95. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts.map +1 -1
  96. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/envUtils.d.ts +1 -1
  97. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/envUtils.d.ts.map +1 -1
  98. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts +6 -6
  99. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts.map +1 -1
  100. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts +1 -1
  101. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts.map +1 -1
  102. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts +5 -5
  103. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts.map +1 -1
  104. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts +1 -1
  105. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts.map +1 -1
  106. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.js +3 -3
  107. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
  108. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
  109. package/node_modules/@aws-lambda-powertools/commons/package.json +20 -1
  110. package/node_modules/@aws-lambda-powertools/logger/README.md +6 -3
  111. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.d.ts +23 -0
  112. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.d.ts.map +1 -0
  113. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.js +134 -0
  114. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.d.ts +8 -27
  115. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.d.ts.map +1 -1
  116. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.js +113 -138
  117. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.d.ts +1 -10
  118. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.d.ts.map +1 -1
  119. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.js +11 -20
  120. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogItem.js +2 -5
  121. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/PowertoolsLogFormatter.d.ts.map +1 -1
  122. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/PowertoolsLogFormatter.js +2 -1
  123. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/logBuffer.d.ts.map +1 -1
  124. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/logBuffer.js +6 -2
  125. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/middleware/middy.d.ts.map +1 -1
  126. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/middleware/middy.js +7 -4
  127. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/ConfigServiceInterface.d.ts +1 -1
  128. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/Logger.d.ts +4 -3
  129. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/Logger.d.ts.map +1 -1
  130. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/formatters.d.ts +2 -12
  131. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/formatters.d.ts.map +1 -1
  132. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/logKeys.d.ts +11 -5
  133. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/logKeys.d.ts.map +1 -1
  134. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.d.ts +23 -0
  135. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.d.ts.map +1 -0
  136. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.js +131 -0
  137. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.d.ts +8 -27
  138. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.d.ts.map +1 -1
  139. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.js +114 -136
  140. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.d.ts +1 -10
  141. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.d.ts.map +1 -1
  142. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.js +11 -20
  143. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogItem.js +2 -2
  144. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/PowertoolsLogFormatter.d.ts.map +1 -1
  145. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/PowertoolsLogFormatter.js +2 -1
  146. package/node_modules/@aws-lambda-powertools/logger/lib/esm/logBuffer.d.ts.map +1 -1
  147. package/node_modules/@aws-lambda-powertools/logger/lib/esm/logBuffer.js +6 -2
  148. package/node_modules/@aws-lambda-powertools/logger/lib/esm/middleware/middy.d.ts.map +1 -1
  149. package/node_modules/@aws-lambda-powertools/logger/lib/esm/middleware/middy.js +7 -4
  150. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/ConfigServiceInterface.d.ts +1 -1
  151. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/Logger.d.ts +4 -3
  152. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/Logger.d.ts.map +1 -1
  153. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/formatters.d.ts +2 -12
  154. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/formatters.d.ts.map +1 -1
  155. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/logKeys.d.ts +11 -5
  156. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/logKeys.d.ts.map +1 -1
  157. package/node_modules/@aws-lambda-powertools/logger/package.json +5 -5
  158. package/node_modules/@aws-sdk/client-kms/README.md +33 -103
  159. package/node_modules/@aws-sdk/client-kms/dist-cjs/auth/httpAuthSchemeProvider.js +5 -6
  160. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/bdd.js +49 -0
  161. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/endpointResolver.js +2 -2
  162. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +1134 -4495
  163. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
  164. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
  165. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.browser.js +3 -4
  166. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.js +9 -11
  167. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +12 -2
  168. package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1423 -0
  169. package/node_modules/@aws-sdk/client-kms/dist-es/KMS.js +33 -13
  170. package/node_modules/@aws-sdk/client-kms/dist-es/KMSClient.js +4 -2
  171. package/node_modules/@aws-sdk/client-kms/dist-es/auth/httpAuthSchemeProvider.js +4 -5
  172. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
  173. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
  174. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateAliasCommand.js +3 -9
  175. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
  176. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateGrantCommand.js +3 -9
  177. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateKeyCommand.js +3 -9
  178. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DecryptCommand.js +3 -10
  179. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteAliasCommand.js +3 -9
  180. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
  181. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
  182. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
  183. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
  184. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeKeyCommand.js +3 -9
  185. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyCommand.js +3 -9
  186. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyRotationCommand.js +3 -9
  187. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
  188. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyCommand.js +3 -9
  189. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyRotationCommand.js +3 -9
  190. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EncryptCommand.js +3 -10
  191. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyCommand.js +3 -10
  192. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
  193. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
  194. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
  195. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateMacCommand.js +3 -10
  196. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateRandomCommand.js +3 -10
  197. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyLastUsageCommand.js +16 -0
  198. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyPolicyCommand.js +3 -9
  199. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
  200. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetParametersForImportCommand.js +3 -10
  201. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetPublicKeyCommand.js +3 -9
  202. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
  203. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListAliasesCommand.js +3 -9
  204. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListGrantsCommand.js +3 -9
  205. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
  206. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyRotationsCommand.js +3 -9
  207. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeysCommand.js +3 -9
  208. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListResourceTagsCommand.js +3 -9
  209. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
  210. package/node_modules/@aws-sdk/client-kms/dist-es/commands/PutKeyPolicyCommand.js +3 -9
  211. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReEncryptCommand.js +3 -9
  212. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReplicateKeyCommand.js +3 -9
  213. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RetireGrantCommand.js +3 -9
  214. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RevokeGrantCommand.js +3 -9
  215. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
  216. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
  217. package/node_modules/@aws-sdk/client-kms/dist-es/commands/SignCommand.js +3 -10
  218. package/node_modules/@aws-sdk/client-kms/dist-es/commands/TagResourceCommand.js +3 -9
  219. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UntagResourceCommand.js +3 -9
  220. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateAliasCommand.js +3 -9
  221. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
  222. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
  223. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
  224. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyCommand.js +3 -10
  225. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyMacCommand.js +3 -10
  226. package/node_modules/@aws-sdk/client-kms/dist-es/commands/index.js +1 -0
  227. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/bdd.js +46 -0
  228. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/endpointResolver.js +3 -3
  229. package/node_modules/@aws-sdk/client-kms/dist-es/index.js +4 -1
  230. package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +228 -0
  231. package/node_modules/@aws-sdk/client-kms/dist-es/models/errors.js +577 -0
  232. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +1 -863
  233. package/node_modules/@aws-sdk/client-kms/dist-es/pagination/index.js +1 -1
  234. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.browser.js +3 -4
  235. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.js +7 -9
  236. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +11 -1
  237. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +1416 -0
  238. package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +120 -55
  239. package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +70 -68
  240. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  241. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  242. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CancelKeyDeletionCommand.d.ts +5 -3
  243. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +9 -5
  244. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateAliasCommand.d.ts +5 -3
  245. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +6 -3
  246. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateGrantCommand.d.ts +5 -3
  247. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +16 -11
  248. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +21 -14
  249. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteAliasCommand.d.ts +5 -3
  250. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +9 -5
  251. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +19 -3
  252. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +10 -8
  253. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -3
  254. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +10 -8
  255. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisableKeyCommand.d.ts +5 -3
  256. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisableKeyRotationCommand.d.ts +7 -5
  257. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +9 -5
  258. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EnableKeyCommand.d.ts +5 -3
  259. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EnableKeyRotationCommand.d.ts +8 -6
  260. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EncryptCommand.d.ts +5 -3
  261. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +11 -9
  262. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +14 -12
  263. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +7 -5
  264. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +5 -3
  265. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateMacCommand.d.ts +5 -3
  266. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +14 -10
  267. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyLastUsageCommand.d.ts +188 -0
  268. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyPolicyCommand.d.ts +5 -3
  269. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -4
  270. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetParametersForImportCommand.d.ts +5 -3
  271. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +7 -5
  272. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ImportKeyMaterialCommand.d.ts +35 -15
  273. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListAliasesCommand.d.ts +5 -3
  274. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListGrantsCommand.d.ts +5 -3
  275. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyPoliciesCommand.d.ts +5 -3
  276. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyRotationsCommand.d.ts +6 -4
  277. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeysCommand.d.ts +5 -3
  278. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListResourceTagsCommand.d.ts +5 -3
  279. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListRetirableGrantsCommand.d.ts +5 -3
  280. package/node_modules/@aws-sdk/client-kms/dist-types/commands/PutKeyPolicyCommand.d.ts +5 -3
  281. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +13 -6
  282. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +7 -5
  283. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RetireGrantCommand.d.ts +5 -3
  284. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RevokeGrantCommand.d.ts +5 -3
  285. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +14 -13
  286. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +5 -3
  287. package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +7 -5
  288. package/node_modules/@aws-sdk/client-kms/dist-types/commands/TagResourceCommand.d.ts +8 -7
  289. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UntagResourceCommand.d.ts +7 -5
  290. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateAliasCommand.d.ts +5 -3
  291. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +14 -7
  292. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +5 -3
  293. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +5 -3
  294. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +7 -5
  295. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyMacCommand.d.ts +5 -3
  296. package/node_modules/@aws-sdk/client-kms/dist-types/commands/index.d.ts +1 -0
  297. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  298. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/bdd.d.ts +2 -0
  299. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/endpointResolver.d.ts +5 -2
  300. package/node_modules/@aws-sdk/client-kms/dist-types/extensionConfiguration.d.ts +4 -4
  301. package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +7 -3
  302. package/node_modules/@aws-sdk/client-kms/dist-types/models/KMSServiceException.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +468 -0
  304. package/node_modules/@aws-sdk/client-kms/dist-types/models/errors.d.ts +771 -0
  305. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +301 -1369
  306. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +2 -2
  307. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/Interfaces.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListAliasesPaginator.d.ts +2 -2
  309. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListGrantsPaginator.d.ts +2 -2
  310. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +2 -2
  311. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyRotationsPaginator.d.ts +2 -2
  312. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeysPaginator.d.ts +2 -2
  313. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListResourceTagsPaginator.d.ts +2 -2
  314. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +2 -2
  315. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/index.d.ts +1 -1
  316. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +7 -2
  317. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +8 -3
  318. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +7 -2
  319. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.shared.d.ts +7 -1
  320. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeExtensions.d.ts +1 -1
  321. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +219 -0
  322. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +79 -1
  323. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +8 -3
  324. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  325. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
  326. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/GetKeyLastUsageCommand.d.ts +50 -0
  327. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/index.d.ts +1 -0
  328. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  329. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/index.d.ts +4 -1
  330. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/KMSServiceException.d.ts +1 -1
  331. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +278 -0
  332. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/errors.d.ts +381 -0
  333. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +54 -684
  334. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/pagination/index.d.ts +1 -1
  335. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  336. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  337. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  338. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  339. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +218 -0
  340. package/node_modules/@aws-sdk/client-kms/package.json +49 -46
  341. package/node_modules/@aws-sdk/client-s3/README.md +75 -142
  342. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +11 -12
  343. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/bdd.js +757 -0
  344. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +2 -2
  345. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3039 -11526
  346. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  347. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  348. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +3 -4
  349. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +12 -16
  350. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +13 -3
  351. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3273 -0
  352. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +43 -7
  353. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +4 -2
  354. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +9 -10
  355. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +2 -6
  356. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  357. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  358. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  359. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +27 -0
  360. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -7
  361. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  362. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +2 -7
  363. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  364. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  365. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  366. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  367. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  368. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  369. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  370. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +20 -0
  371. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  372. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  373. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  374. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  375. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  376. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  377. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  378. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +2 -6
  379. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +2 -6
  380. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -7
  381. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  382. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +23 -0
  383. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -6
  384. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +2 -6
  385. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -6
  386. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +2 -6
  387. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +2 -7
  388. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -6
  389. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -7
  390. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -6
  391. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +2 -6
  392. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +2 -6
  393. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +24 -0
  394. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -6
  395. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -6
  396. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -6
  397. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -6
  398. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -11
  399. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -6
  400. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +2 -6
  401. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -6
  402. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +2 -6
  403. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +2 -6
  404. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +2 -6
  405. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +2 -6
  406. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  407. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -9
  408. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +2 -6
  409. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -6
  410. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +2 -6
  411. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +2 -6
  412. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  413. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +2 -6
  414. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +2 -6
  415. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  416. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -6
  417. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -6
  418. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -7
  419. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -6
  420. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +2 -6
  421. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +2 -6
  422. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +2 -6
  423. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +2 -6
  424. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +2 -6
  425. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +2 -6
  426. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  427. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +26 -0
  428. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -7
  429. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -7
  430. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  431. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -7
  432. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -8
  433. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  434. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  435. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -7
  436. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -7
  437. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  438. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  439. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -7
  440. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -7
  441. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -7
  442. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -7
  443. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -7
  444. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -7
  445. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -7
  446. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -7
  447. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -8
  448. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -7
  449. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -7
  450. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -7
  451. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -7
  452. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -7
  453. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +2 -6
  454. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -8
  455. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -9
  456. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +27 -0
  457. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +27 -0
  458. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  459. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -8
  460. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  461. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  462. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +8 -0
  463. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  464. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/bdd.js +754 -0
  465. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +3 -3
  466. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +5 -1
  467. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +413 -0
  468. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +185 -0
  469. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -595
  470. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -210
  471. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +3 -4
  472. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +9 -13
  473. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +11 -1
  474. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +3261 -0
  475. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +4 -4
  476. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +4 -4
  477. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +4 -4
  478. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +4 -4
  479. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +210 -100
  480. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +127 -119
  481. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  482. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  483. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +25 -25
  484. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +69 -60
  485. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +118 -119
  486. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +96 -102
  487. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +187 -0
  488. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +34 -16
  489. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +102 -125
  490. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +53 -53
  491. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +15 -12
  492. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +18 -15
  493. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +12 -8
  494. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +24 -21
  495. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +8 -3
  496. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +50 -12
  497. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +31 -31
  498. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +119 -0
  499. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +34 -11
  500. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +51 -18
  501. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +13 -9
  502. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +28 -26
  503. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +13 -10
  504. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +11 -7
  505. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +17 -13
  506. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +53 -26
  507. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +15 -10
  508. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +51 -48
  509. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -9
  510. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +77 -0
  511. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +22 -20
  512. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +18 -22
  513. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -14
  514. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +12 -9
  515. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +29 -22
  516. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +8 -3
  517. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +49 -15
  518. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +36 -40
  519. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +27 -12
  520. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +11 -13
  521. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +151 -0
  522. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +33 -11
  523. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +52 -17
  524. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +15 -11
  525. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +17 -11
  526. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +33 -33
  527. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +13 -9
  528. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +20 -16
  529. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +10 -6
  530. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -7
  531. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +11 -6
  532. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +14 -10
  533. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +17 -14
  534. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +74 -74
  535. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +80 -85
  536. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +9 -5
  537. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +11 -6
  538. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +9 -5
  539. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -13
  540. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +12 -8
  541. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +23 -15
  542. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +46 -38
  543. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +64 -66
  544. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +22 -20
  545. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +8 -3
  546. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +55 -22
  547. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +57 -24
  548. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +20 -20
  549. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +18 -12
  550. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +51 -61
  551. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +16 -20
  552. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +18 -19
  553. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +37 -35
  554. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +36 -36
  555. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +78 -0
  556. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +22 -21
  557. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +62 -71
  558. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +30 -27
  559. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +32 -31
  560. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +54 -52
  561. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +19 -15
  562. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +72 -45
  563. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +62 -66
  564. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +38 -43
  565. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +54 -20
  566. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +37 -38
  567. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +13 -10
  568. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +33 -33
  569. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +41 -43
  570. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +13 -9
  571. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +31 -32
  572. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +29 -27
  573. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +28 -22
  574. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +68 -66
  575. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +98 -86
  576. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +10 -7
  577. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +19 -15
  578. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +13 -8
  579. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +27 -28
  580. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +21 -16
  581. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +42 -43
  582. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +87 -90
  583. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +58 -62
  584. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +166 -0
  585. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +118 -0
  586. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  587. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +86 -78
  588. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +97 -99
  589. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +43 -37
  590. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +8 -0
  591. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +16 -1
  592. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/bdd.d.ts +2 -0
  593. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -2
  594. package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +4 -4
  595. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +6 -2
  596. package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -1
  597. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +997 -0
  598. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +208 -0
  599. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +6021 -3675
  600. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +846 -2989
  601. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +1 -1
  602. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +2 -2
  603. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +2 -2
  604. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +2 -2
  605. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +2 -2
  606. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +21 -3
  607. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +23 -5
  608. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +21 -3
  609. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +9 -2
  610. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +1 -1
  611. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -0
  612. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +232 -1
  613. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +52 -5
  614. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  615. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  616. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  617. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +47 -0
  618. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  619. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +45 -0
  620. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  621. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  622. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  623. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  624. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  625. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  626. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  627. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  628. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  629. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  630. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  631. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  632. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  633. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  634. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  635. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  636. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  637. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  638. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  639. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  640. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  641. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  642. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
  643. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  644. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  645. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  646. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  647. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +8 -0
  648. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  649. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  650. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +5 -1
  651. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  652. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +539 -0
  653. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +92 -0
  654. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +562 -574
  655. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +90 -495
  656. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -4
  657. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +31 -8
  658. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +26 -4
  659. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -3
  660. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +464 -0
  661. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +7 -3
  662. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +8 -3
  663. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +7 -3
  664. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +8 -3
  665. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +6 -5
  666. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +7 -5
  667. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +6 -5
  668. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +7 -5
  669. package/node_modules/@aws-sdk/client-s3/package.json +72 -72
  670. package/node_modules/@aws-sdk/core/LICENSE +201 -0
  671. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  672. package/node_modules/@aws-sdk/core/dist-cjs/index.js +2273 -6
  673. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +48 -88
  674. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +58 -65
  675. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +281 -365
  676. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1851 -1662
  677. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  678. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  679. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
  680. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  681. package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  682. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  683. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  684. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  685. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +141 -0
  686. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +26 -0
  687. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +50 -0
  688. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  689. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +3 -0
  690. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +8 -1
  691. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +8 -1
  692. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +41 -48
  693. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +31 -64
  694. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +83 -37
  695. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +136 -61
  696. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +136 -0
  697. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  698. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
  699. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
  700. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +36 -50
  701. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +52 -14
  702. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +46 -73
  703. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +29 -30
  704. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +40 -22
  705. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +2 -13
  706. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +2 -2
  707. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  708. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  709. package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  710. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  711. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  712. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +1 -1
  713. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -2
  714. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  715. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +2 -2
  716. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +2 -2
  717. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +1 -1
  718. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +74 -0
  719. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  720. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -0
  721. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +3 -0
  722. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -2
  723. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -2
  724. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +15 -4
  725. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +20 -3
  726. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +2 -2
  727. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +4 -4
  728. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +19 -6
  729. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  730. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  731. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +8 -1
  732. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +13 -3
  733. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +8 -1
  734. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +2 -2
  735. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +13 -3
  736. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +1 -1
  737. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +3 -3
  738. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +2 -2
  739. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  740. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  741. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  742. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +53 -0
  743. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  744. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -0
  745. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +3 -0
  746. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +16 -1
  747. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +16 -1
  748. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -2
  749. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +16 -1
  750. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  751. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +10 -3
  752. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  753. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  754. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -1
  755. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  756. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  757. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +10 -2
  758. package/node_modules/@aws-sdk/core/package.json +27 -27
  759. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  760. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  761. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  762. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  763. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  764. package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  765. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  766. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  767. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  768. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  769. package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
  770. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +38 -73
  771. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  772. package/node_modules/@aws-sdk/credential-provider-env/package.json +15 -14
  773. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +5 -3
  774. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +5 -3
  775. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  776. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  777. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  778. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  779. package/node_modules/@aws-sdk/credential-provider-http/package.json +20 -19
  780. package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
  781. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +207 -259
  782. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  783. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -4
  784. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  785. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +8 -4
  786. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  787. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  788. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -8
  789. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -5
  790. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  791. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
  792. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  793. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +7 -2
  794. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  795. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  796. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
  797. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -4
  798. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +5 -1
  799. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
  800. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +3 -0
  801. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  802. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  803. package/node_modules/@aws-sdk/credential-provider-ini/package.json +26 -24
  804. package/node_modules/@aws-sdk/credential-provider-login/README.md +16 -0
  805. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  806. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  807. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  808. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  809. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  810. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  811. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  812. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  813. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  814. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  815. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  816. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  817. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  818. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  819. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +133 -124
  820. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -44
  821. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +60 -0
  822. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  823. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  824. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  825. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  826. package/node_modules/@aws-sdk/credential-provider-node/package.json +26 -24
  827. package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
  828. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +71 -106
  829. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +4 -3
  830. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  831. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  832. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  833. package/node_modules/@aws-sdk/credential-provider-process/package.json +16 -15
  834. package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
  835. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +179 -233
  836. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  837. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +10 -0
  838. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  839. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -3
  840. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
  841. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  842. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  843. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
  844. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  845. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  846. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +4 -0
  847. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  848. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  849. package/node_modules/@aws-sdk/credential-provider-sso/package.json +18 -17
  850. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
  851. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -4
  852. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +23 -24
  853. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -4
  854. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +3 -4
  855. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
  856. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +17 -15
  857. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +334 -450
  858. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  859. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  860. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  861. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  862. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  863. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  864. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +16 -15
  865. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +42 -60
  866. package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +18 -6
  867. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +4 -2
  868. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +3 -0
  869. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +15 -14
  870. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  871. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +408 -482
  872. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
  873. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +26 -10
  874. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
  875. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  876. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
  877. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  878. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  879. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  880. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  881. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
  882. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  883. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  884. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  885. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  886. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  887. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  888. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  889. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  890. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  891. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  892. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +2 -2
  893. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  894. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  895. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  896. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  897. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  898. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  899. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +2 -2
  900. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  901. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  902. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  903. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  904. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  905. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  906. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  907. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringHasher.d.ts +1 -1
  908. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  909. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +25 -23
  910. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +35 -63
  911. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  912. package/node_modules/@aws-sdk/middleware-host-header/package.json +15 -14
  913. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +23 -57
  914. package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/index.js +4 -7
  915. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  916. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  917. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +14 -13
  918. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +44 -75
  919. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  920. package/node_modules/@aws-sdk/middleware-logger/package.json +15 -14
  921. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
  922. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +24 -67
  923. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
  924. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
  925. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
  926. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
  927. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -37
  928. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
  929. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
  930. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
  931. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
  932. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
  933. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -18
  934. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
  935. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
  936. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
  937. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
  938. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
  939. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -18
  940. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
  941. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
  942. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
  943. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +21 -15
  944. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +523 -638
  945. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  946. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  947. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
  948. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
  949. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +15 -10
  950. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  951. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
  952. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +2 -1
  953. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
  954. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  955. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  956. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  957. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  958. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
  959. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
  960. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  961. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  962. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  963. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  964. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  965. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  966. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  967. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  968. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  969. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  970. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  971. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  972. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +18 -1
  973. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
  974. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  975. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  976. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
  977. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
  978. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +2 -0
  979. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
  980. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  981. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  982. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  983. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +35 -27
  984. package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +65 -92
  985. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  986. package/node_modules/@aws-sdk/middleware-ssec/package.json +14 -13
  987. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +170 -203
  988. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +10 -10
  989. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  990. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  991. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  992. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  993. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  994. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  995. package/node_modules/@aws-sdk/middleware-user-agent/package.json +19 -17
  996. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  997. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -2
  999. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +18 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  1004. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  1005. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
  1006. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +54 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  1008. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  1009. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  1010. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  1011. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  1012. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
  1013. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  1014. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  1015. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  1017. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  1018. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
  1019. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  1020. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  1021. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  1022. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  1023. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  1024. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  1025. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  1026. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  1027. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
  1028. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  1029. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  1030. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  1031. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
  1032. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  1033. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  1034. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +166 -866
  1035. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  1036. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  1037. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1038. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +7 -7
  1039. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +13 -4
  1040. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  1041. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +3 -0
  1042. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +89 -7
  1043. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  1044. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  1045. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +184 -933
  1046. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  1047. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +96 -0
  1048. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
  1049. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +16 -10
  1050. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +21 -4
  1051. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  1052. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  1053. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  1054. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  1055. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
  1056. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
  1057. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  1058. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  1059. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  1060. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +14 -0
  1061. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  1062. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  1063. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  1064. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
  1065. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +49 -0
  1066. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  1067. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  1068. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  1069. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  1070. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  1071. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  1072. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  1073. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  1074. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  1075. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  1076. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  1077. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  1078. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
  1079. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  1080. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  1081. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  1082. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  1083. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  1084. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  1085. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  1086. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
  1087. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  1088. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
  1089. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  1090. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
  1091. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  1092. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
  1093. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
  1094. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  1095. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  1096. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  1097. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
  1098. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
  1099. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js +49 -0
  1100. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  1101. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  1102. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
  1103. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  1104. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
  1105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  1106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  1107. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  1108. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +4 -2
  1109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  1110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  1111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  1112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  1113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +4 -1
  1114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  1115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  1116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  1117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +5 -5
  1119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +10 -1
  1120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
  1121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  1122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +5 -2
  1123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  1124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  1125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  1126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +23 -11
  1127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  1128. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  1129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +3 -1
  1130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +86 -0
  1131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
  1132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
  1133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +11 -5
  1134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +18 -1
  1135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
  1136. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1137. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
  1138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1139. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  1140. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  1141. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  1142. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  1143. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +50 -0
  1144. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  1145. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
  1146. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1147. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  1148. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  1149. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  1150. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  1151. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  1152. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  1153. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  1154. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  1155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  1156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  1157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  1158. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
  1159. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1160. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  1161. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  1162. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  1163. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
  1164. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  1165. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1166. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  1167. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
  1168. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  1169. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  1170. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  1171. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  1172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
  1173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
  1174. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
  1175. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
  1176. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  1177. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
  1178. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  1179. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +197 -0
  1180. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1181. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
  1182. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
  1183. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  1184. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  1185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  1186. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +9 -0
  1188. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
  1189. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +14 -0
  1190. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +53 -0
  1191. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  1192. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
  1193. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
  1194. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
  1195. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
  1196. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeExtensions.d.ts +17 -0
  1197. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  1198. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +3 -3
  1199. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +14 -14
  1200. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1201. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +4 -4
  1202. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +5 -3
  1203. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
  1204. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  1205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
  1206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
  1207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +6 -3
  1208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  1210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  1211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +1 -279
  1212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +8 -3
  1213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +8 -3
  1214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +8 -3
  1215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -3
  1216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
  1217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  1218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +3 -3
  1219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +14 -14
  1220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +17 -9
  1222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +8 -7
  1223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +10 -8
  1224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  1225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +4 -4
  1226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
  1227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  1228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
  1229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
  1230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +4 -2
  1231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  1232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  1233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
  1234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  1235. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +18 -7
  1236. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +11 -5
  1237. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +12 -4
  1238. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
  1239. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
  1240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  1242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  1244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  1245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  1246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  1247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  1248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  1250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  1251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  1252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  1253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  1254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  1255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  1256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  1257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  1258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  1259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  1260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +122 -0
  1261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  1263. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  1264. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  1265. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  1266. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  1267. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1268. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  1269. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
  1270. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  1271. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  1272. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  1273. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  1274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
  1275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
  1276. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
  1277. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
  1278. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  1279. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
  1280. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  1281. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
  1282. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +46 -0
  1283. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
  1284. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  1285. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  1286. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  1287. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1288. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
  1289. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +9 -0
  1290. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +30 -0
  1291. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  1292. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
  1293. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
  1294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
  1295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
  1296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1297. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -3
  1298. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  1299. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  1300. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +4 -1
  1301. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1302. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  1303. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  1304. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -105
  1305. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +10 -2
  1306. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +10 -2
  1307. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +10 -2
  1308. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +10 -1
  1309. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
  1310. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -3
  1311. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +21 -10
  1312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  1313. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  1314. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +3 -1
  1315. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  1316. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +55 -0
  1317. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
  1318. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +21 -7
  1319. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +44 -17
  1320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +21 -7
  1321. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +18 -2
  1322. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
  1323. package/node_modules/@aws-sdk/nested-clients/package.json +75 -42
  1324. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  1325. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  1326. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1327. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1328. package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
  1329. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +34 -101
  1330. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  1331. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  1332. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -1
  1333. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  1334. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  1335. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  1336. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  1337. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
  1338. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -1
  1339. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  1340. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  1341. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  1342. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  1343. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -1
  1344. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  1345. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  1346. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  1347. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  1348. package/node_modules/@aws-sdk/region-config-resolver/package.json +19 -16
  1349. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +108 -137
  1350. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  1351. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  1352. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +15 -14
  1353. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +143 -220
  1354. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1355. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1356. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1357. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +4 -2
  1358. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  1359. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
  1360. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  1361. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
  1362. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
  1363. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  1364. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1365. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1366. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1367. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  1368. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  1369. package/node_modules/@aws-sdk/token-providers/package.json +18 -16
  1370. package/node_modules/@aws-sdk/types/dist-cjs/index.js +10 -291
  1371. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1372. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +5 -3
  1373. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  1374. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +9 -1
  1375. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  1376. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  1377. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  1378. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1379. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1380. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  1381. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  1382. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  1383. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +7 -1
  1384. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  1385. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1386. package/node_modules/@aws-sdk/types/package.json +11 -10
  1387. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  1388. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  1389. package/node_modules/@aws-sdk/util-arn-parser/package.json +11 -10
  1390. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +390 -437
  1391. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +43 -37
  1392. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1393. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +43 -37
  1394. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1395. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  1396. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1397. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  1398. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1399. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1400. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1401. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1402. package/node_modules/@aws-sdk/util-endpoints/package.json +14 -12
  1403. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +22 -3
  1404. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
  1405. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +39 -8
  1406. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
  1407. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +37 -6
  1408. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
  1409. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +15 -5
  1410. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +6 -5
  1411. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
  1412. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +5 -0
  1413. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +11 -10
  1414. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
  1415. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +173 -90
  1416. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
  1417. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1418. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1419. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1420. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1421. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1422. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +1 -2
  1423. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +11 -6
  1424. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1425. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1426. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1427. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1428. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1429. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  1430. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  1431. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1432. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1433. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1434. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1435. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1436. package/node_modules/@aws-sdk/util-user-agent-node/package.json +19 -15
  1437. package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
  1438. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +114 -156
  1439. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  1440. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +47 -0
  1441. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  1442. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  1443. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +1 -0
  1444. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  1445. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
  1446. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +44 -0
  1447. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  1448. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  1449. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +4 -0
  1450. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +1 -0
  1451. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
  1452. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
  1453. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
  1454. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  1455. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
  1456. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
  1457. package/node_modules/@aws-sdk/xml-builder/package.json +21 -11
  1458. package/node_modules/@nodable/entities/README.md +41 -0
  1459. package/node_modules/@nodable/entities/package.json +54 -0
  1460. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  1461. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  1462. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  1463. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  1464. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  1465. package/node_modules/@nodable/entities/src/index.js +29 -0
  1466. package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +9 -37
  1467. package/node_modules/@smithy/chunked-blob-reader/package.json +10 -9
  1468. package/node_modules/@smithy/chunked-blob-reader-native/dist-cjs/index.js +28 -55
  1469. package/node_modules/@smithy/chunked-blob-reader-native/package.json +11 -10
  1470. package/node_modules/@smithy/config-resolver/README.md +10 -3
  1471. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +184 -214
  1472. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  1473. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  1474. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
  1475. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
  1476. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +7 -1
  1477. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +7 -1
  1478. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
  1479. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  1480. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
  1481. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  1482. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
  1483. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  1484. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
  1485. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
  1486. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
  1487. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
  1488. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
  1489. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
  1490. package/node_modules/@smithy/config-resolver/package.json +16 -15
  1491. package/node_modules/@smithy/core/README.md +12 -1
  1492. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -1
  1493. package/node_modules/@smithy/core/dist-cjs/index.js +306 -414
  1494. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -1
  1495. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -1
  1496. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -1
  1497. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -1
  1498. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -1
  1499. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -1
  1500. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -1
  1501. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -1
  1502. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -1
  1503. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -1
  1504. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
  1505. package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -1
  1506. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1050 -926
  1507. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  1508. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +267 -0
  1509. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +854 -802
  1510. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +668 -739
  1511. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +663 -717
  1512. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +18 -1
  1513. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -1
  1514. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -1
  1515. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -1
  1516. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -1
  1517. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -1
  1518. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -1
  1519. package/node_modules/@smithy/core/dist-es/index.js +1 -1
  1520. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  1521. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  1522. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
  1523. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +138 -56
  1524. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +48 -22
  1525. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +35 -1
  1526. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +38 -23
  1527. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +5 -5
  1528. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +15 -3
  1529. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  1530. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  1531. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +262 -0
  1532. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  1533. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +154 -41
  1534. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +74 -103
  1535. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +41 -17
  1536. package/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
  1537. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +2 -0
  1538. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +9 -7
  1539. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  1540. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +23 -21
  1541. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +5 -1
  1542. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +3 -0
  1543. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +16 -12
  1544. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +5 -6
  1545. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +53 -13
  1546. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +2 -0
  1547. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +6 -1
  1548. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +6 -3
  1549. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -14
  1550. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +11 -12
  1551. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +13 -13
  1552. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +191 -182
  1553. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +13 -13
  1554. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +17 -3
  1555. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +17 -12
  1556. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +13 -19
  1557. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  1558. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +14 -14
  1559. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +26 -0
  1560. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  1561. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  1562. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
  1563. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  1564. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
  1565. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +7 -21
  1566. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +3 -2
  1567. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +4 -2
  1568. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  1569. package/node_modules/@smithy/core/dist-types/index.d.ts +1 -1
  1570. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
  1571. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
  1572. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  1573. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
  1574. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
  1575. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
  1576. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
  1577. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +18 -14
  1578. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +10 -4
  1579. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
  1580. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -1
  1581. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  1582. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +2 -2
  1583. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  1584. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1585. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1586. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  1587. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +20 -4
  1588. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +61 -5
  1589. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +8 -3
  1590. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +16 -0
  1591. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  1592. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +2 -0
  1593. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
  1594. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +7 -4
  1595. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
  1596. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
  1597. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +2 -2
  1598. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +24 -8
  1599. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +2 -0
  1600. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +2 -2
  1601. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +2 -2
  1602. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
  1603. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +11 -12
  1604. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +6 -3
  1605. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +6 -7
  1606. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +49 -28
  1607. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +6 -3
  1608. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +7 -2
  1609. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +12 -4
  1610. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +6 -4
  1611. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  1612. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +4 -2
  1613. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +13 -0
  1614. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +2 -1
  1615. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1616. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
  1617. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
  1618. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +1 -1
  1619. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
  1620. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
  1621. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
  1622. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
  1623. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
  1624. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  1625. package/node_modules/@smithy/core/endpoints.js +6 -0
  1626. package/node_modules/@smithy/core/event-streams.d.ts +7 -0
  1627. package/node_modules/@smithy/core/event-streams.js +6 -0
  1628. package/node_modules/@smithy/core/package.json +52 -30
  1629. package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
  1630. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +340 -413
  1631. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +2 -1
  1632. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  1633. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  1634. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
  1635. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  1636. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
  1637. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
  1638. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  1639. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
  1640. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
  1641. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
  1642. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
  1643. package/node_modules/@smithy/credential-provider-imds/package.json +14 -14
  1644. package/node_modules/@smithy/eventstream-codec/README.md +13 -0
  1645. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +385 -459
  1646. package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +3 -0
  1647. package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +2 -0
  1648. package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +2 -1
  1649. package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +1 -0
  1650. package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +1 -0
  1651. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +1 -0
  1652. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +1 -0
  1653. package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +2 -2
  1654. package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +1 -1
  1655. package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +1 -1
  1656. package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +1 -1
  1657. package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +1 -1
  1658. package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +1 -1
  1659. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +1 -1
  1660. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +1 -1
  1661. package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +1 -1
  1662. package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +1 -1
  1663. package/node_modules/@smithy/eventstream-codec/package.json +13 -13
  1664. package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
  1665. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +51 -97
  1666. package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +1 -0
  1667. package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +1 -1
  1668. package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +1 -1
  1669. package/node_modules/@smithy/eventstream-serde-browser/package.json +12 -12
  1670. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
  1671. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +4 -33
  1672. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +1 -1
  1673. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +12 -12
  1674. package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
  1675. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +44 -80
  1676. package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +1 -0
  1677. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +1 -1
  1678. package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +1 -1
  1679. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +1 -1
  1680. package/node_modules/@smithy/eventstream-serde-node/package.json +12 -12
  1681. package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
  1682. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +120 -171
  1683. package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +2 -0
  1684. package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +1 -1
  1685. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +2 -2
  1686. package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +1 -1
  1687. package/node_modules/@smithy/eventstream-serde-universal/package.json +15 -13
  1688. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +205 -236
  1689. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +27 -8
  1690. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
  1691. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +4 -3
  1692. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
  1693. package/node_modules/@smithy/fetch-http-handler/package.json +19 -19
  1694. package/node_modules/@smithy/hash-blob-browser/README.md +10 -3
  1695. package/node_modules/@smithy/hash-blob-browser/dist-cjs/index.js +10 -36
  1696. package/node_modules/@smithy/hash-blob-browser/dist-types/index.d.ts +1 -1
  1697. package/node_modules/@smithy/hash-blob-browser/package.json +14 -14
  1698. package/node_modules/@smithy/hash-node/README.md +10 -3
  1699. package/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -63
  1700. package/node_modules/@smithy/hash-node/dist-es/index.js +3 -0
  1701. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
  1702. package/node_modules/@smithy/hash-node/package.json +13 -13
  1703. package/node_modules/@smithy/hash-stream-node/README.md +9 -4
  1704. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +58 -92
  1705. package/node_modules/@smithy/hash-stream-node/dist-es/HashCalculator.js +1 -0
  1706. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +3 -2
  1707. package/node_modules/@smithy/hash-stream-node/dist-types/fileStreamHasher.d.ts +2 -2
  1708. package/node_modules/@smithy/hash-stream-node/dist-types/readableStreamHasher.d.ts +2 -2
  1709. package/node_modules/@smithy/hash-stream-node/package.json +13 -13
  1710. package/node_modules/@smithy/invalid-dependency/README.md +10 -3
  1711. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +7 -38
  1712. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
  1713. package/node_modules/@smithy/invalid-dependency/package.json +11 -11
  1714. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +4 -30
  1715. package/node_modules/@smithy/is-array-buffer/package.json +10 -9
  1716. package/node_modules/@smithy/md5-js/README.md +10 -3
  1717. package/node_modules/@smithy/md5-js/dist-cjs/index.js +153 -186
  1718. package/node_modules/@smithy/md5-js/dist-es/index.js +5 -0
  1719. package/node_modules/@smithy/md5-js/dist-types/index.d.ts +1 -1
  1720. package/node_modules/@smithy/md5-js/package.json +14 -14
  1721. package/node_modules/@smithy/middleware-content-length/README.md +13 -0
  1722. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +39 -64
  1723. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
  1724. package/node_modules/@smithy/middleware-content-length/package.json +14 -14
  1725. package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
  1726. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
  1727. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +242 -272
  1728. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +13 -2
  1729. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +12 -2
  1730. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  1731. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1732. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1733. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
  1734. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
  1735. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +2 -1
  1736. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
  1737. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
  1738. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +8 -5
  1739. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
  1740. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
  1741. package/node_modules/@smithy/middleware-endpoint/package.json +18 -18
  1742. package/node_modules/@smithy/middleware-retry/README.md +13 -0
  1743. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +364 -393
  1744. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +1 -1
  1745. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +2 -2
  1746. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  1747. package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
  1748. package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
  1749. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
  1750. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +21 -0
  1751. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
  1752. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/types.js +1 -0
  1753. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +14 -21
  1754. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +4 -2
  1755. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
  1756. package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
  1757. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +3 -1
  1758. package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
  1759. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
  1760. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
  1761. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
  1762. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
  1763. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
  1764. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/types.d.ts +65 -0
  1765. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -6
  1766. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
  1767. package/node_modules/@smithy/middleware-retry/package.json +24 -24
  1768. package/node_modules/@smithy/middleware-serde/README.md +13 -0
  1769. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +93 -118
  1770. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  1771. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  1772. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
  1773. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  1774. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
  1775. package/node_modules/@smithy/middleware-serde/package.json +16 -15
  1776. package/node_modules/@smithy/middleware-stack/README.md +13 -0
  1777. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +274 -302
  1778. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
  1779. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
  1780. package/node_modules/@smithy/middleware-stack/package.json +12 -12
  1781. package/node_modules/@smithy/node-config-provider/README.md +10 -3
  1782. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +51 -98
  1783. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
  1784. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  1785. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  1786. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  1787. package/node_modules/@smithy/node-config-provider/package.json +13 -13
  1788. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +838 -776
  1789. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  1790. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  1791. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +65 -44
  1792. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +84 -41
  1793. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +33 -19
  1794. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +56 -53
  1795. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +4 -2
  1796. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  1797. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +1 -1
  1798. package/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  1799. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -3
  1800. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +2 -5
  1801. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +4 -2
  1802. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -7
  1803. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  1804. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
  1805. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  1806. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +9 -8
  1807. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +32 -14
  1808. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +34 -10
  1809. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +17 -8
  1810. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
  1811. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
  1812. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  1813. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  1814. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  1815. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  1816. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  1817. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
  1818. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
  1819. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +5 -4
  1820. package/node_modules/@smithy/node-http-handler/package.json +15 -15
  1821. package/node_modules/@smithy/property-provider/README.md +10 -3
  1822. package/node_modules/@smithy/property-provider/dist-cjs/index.js +105 -158
  1823. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +1 -1
  1824. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +2 -1
  1825. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +1 -1
  1826. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
  1827. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  1828. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
  1829. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  1830. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
  1831. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
  1832. package/node_modules/@smithy/property-provider/package.json +11 -11
  1833. package/node_modules/@smithy/protocol-http/README.md +13 -0
  1834. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +154 -247
  1835. package/node_modules/@smithy/protocol-http/dist-es/Field.js +3 -0
  1836. package/node_modules/@smithy/protocol-http/dist-es/Fields.js +2 -1
  1837. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +11 -0
  1838. package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +4 -0
  1839. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
  1840. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
  1841. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
  1842. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
  1843. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
  1844. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
  1845. package/node_modules/@smithy/protocol-http/package.json +11 -11
  1846. package/node_modules/@smithy/querystring-builder/README.md +10 -3
  1847. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +21 -47
  1848. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
  1849. package/node_modules/@smithy/querystring-builder/package.json +12 -12
  1850. package/node_modules/@smithy/querystring-parser/README.md +10 -3
  1851. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +22 -48
  1852. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
  1853. package/node_modules/@smithy/querystring-parser/package.json +11 -11
  1854. package/node_modules/@smithy/service-error-classification/README.md +13 -0
  1855. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +76 -103
  1856. package/node_modules/@smithy/service-error-classification/dist-es/index.js +8 -2
  1857. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +7 -1
  1858. package/node_modules/@smithy/service-error-classification/package.json +11 -11
  1859. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +7 -4
  1860. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +188 -198
  1861. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  1862. package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  1863. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  1864. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
  1865. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +5 -2
  1866. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +3 -1
  1867. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +4 -4
  1868. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  1869. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
  1870. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  1871. package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  1872. package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  1873. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
  1874. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +7 -1
  1875. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
  1876. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +3 -1
  1877. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +2 -5
  1878. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
  1879. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
  1880. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
  1881. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
  1882. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  1883. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
  1884. package/node_modules/@smithy/shared-ini-file-loader/package.json +15 -15
  1885. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +544 -651
  1886. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +2 -1
  1887. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +12 -6
  1888. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +6 -0
  1889. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +5 -4
  1890. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
  1891. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
  1892. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1893. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  1894. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  1895. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
  1896. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
  1897. package/node_modules/@smithy/signature-v4/package.json +18 -18
  1898. package/node_modules/@smithy/smithy-client/README.md +10 -3
  1899. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +609 -713
  1900. package/node_modules/@smithy/smithy-client/dist-es/client.js +10 -1
  1901. package/node_modules/@smithy/smithy-client/dist-es/command.js +31 -21
  1902. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1903. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +4 -0
  1904. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  1905. package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  1906. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
  1907. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1908. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +3 -3
  1909. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -2
  1910. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
  1911. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  1912. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  1913. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
  1914. package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  1915. package/node_modules/@smithy/smithy-client/package.json +19 -17
  1916. package/node_modules/@smithy/types/dist-cjs/index.js +80 -133
  1917. package/node_modules/@smithy/types/dist-es/index.js +3 -0
  1918. package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1919. package/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  1920. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
  1921. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
  1922. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
  1923. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
  1924. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
  1925. package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
  1926. package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
  1927. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  1928. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
  1929. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
  1930. package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
  1931. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  1932. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
  1933. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
  1934. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  1935. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
  1936. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
  1937. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
  1938. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -3
  1939. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
  1940. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  1941. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
  1942. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +19 -12
  1943. package/node_modules/@smithy/types/dist-types/http.d.ts +3 -2
  1944. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
  1945. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
  1946. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
  1947. package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  1948. package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
  1949. package/node_modules/@smithy/types/dist-types/retry.d.ts +5 -1
  1950. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
  1951. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +33 -58
  1952. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +99 -0
  1953. package/node_modules/@smithy/types/dist-types/serde.d.ts +5 -5
  1954. package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
  1955. package/node_modules/@smithy/types/dist-types/signature.d.ts +22 -5
  1956. package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
  1957. package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
  1958. package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
  1959. package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
  1960. package/node_modules/@smithy/types/package.json +11 -11
  1961. package/node_modules/@smithy/url-parser/README.md +10 -3
  1962. package/node_modules/@smithy/url-parser/dist-cjs/index.js +20 -46
  1963. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
  1964. package/node_modules/@smithy/url-parser/package.json +12 -12
  1965. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +9 -32
  1966. package/node_modules/@smithy/util-base64/dist-cjs/index.js +23 -23
  1967. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
  1968. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -28
  1969. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -6
  1970. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -6
  1971. package/node_modules/@smithy/util-base64/package.json +12 -11
  1972. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +26 -53
  1973. package/node_modules/@smithy/util-body-length-browser/package.json +10 -9
  1974. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +29 -50
  1975. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +8 -6
  1976. package/node_modules/@smithy/util-body-length-node/package.json +10 -9
  1977. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +17 -44
  1978. package/node_modules/@smithy/util-buffer-from/package.json +11 -10
  1979. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +26 -60
  1980. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
  1981. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
  1982. package/node_modules/@smithy/util-config-provider/package.json +10 -9
  1983. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
  1984. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +13 -22
  1985. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +13 -12
  1986. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +2 -2
  1987. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +11 -8
  1988. package/node_modules/@smithy/util-defaults-mode-browser/package.json +13 -14
  1989. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
  1990. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +65 -110
  1991. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
  1992. package/node_modules/@smithy/util-defaults-mode-node/package.json +16 -16
  1993. package/node_modules/@smithy/util-endpoints/README.md +10 -3
  1994. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +560 -531
  1995. package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
  1996. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +3 -2
  1997. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +42 -0
  1998. package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
  1999. package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
  2000. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
  2001. package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
  2002. package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
  2003. package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
  2004. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  2005. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
  2006. package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -11
  2007. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
  2008. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
  2009. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
  2010. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
  2011. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
  2012. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +32 -2
  2013. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +17 -2
  2014. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
  2015. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -13
  2016. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
  2017. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -5
  2018. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -21
  2019. package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
  2020. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
  2021. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
  2022. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
  2023. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
  2024. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
  2025. package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
  2026. package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
  2027. package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
  2028. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  2029. package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
  2030. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
  2031. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
  2032. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  2033. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  2034. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  2035. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  2036. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
  2037. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -2
  2038. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
  2039. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -11
  2040. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +7 -4
  2041. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +4 -4
  2042. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
  2043. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
  2044. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -2
  2045. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +7 -2
  2046. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
  2047. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -3
  2048. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -2
  2049. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -2
  2050. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -3
  2051. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
  2052. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +4 -2
  2053. package/node_modules/@smithy/util-endpoints/package.json +15 -15
  2054. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +29 -58
  2055. package/node_modules/@smithy/util-hex-encoding/package.json +10 -9
  2056. package/node_modules/@smithy/util-middleware/README.md +9 -4
  2057. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +11 -41
  2058. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
  2059. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
  2060. package/node_modules/@smithy/util-middleware/package.json +11 -11
  2061. package/node_modules/@smithy/util-retry/dist-cjs/index.js +335 -346
  2062. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +17 -5
  2063. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +3 -2
  2064. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +47 -36
  2065. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
  2066. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
  2067. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +59 -31
  2068. package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
  2069. package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
  2070. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +15 -10
  2071. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
  2072. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +79 -9
  2073. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
  2074. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
  2075. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
  2076. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
  2077. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
  2078. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
  2079. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
  2080. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
  2081. package/node_modules/@smithy/util-retry/package.json +15 -13
  2082. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +3 -2
  2083. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +20 -5
  2084. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +2 -3
  2085. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
  2086. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +2 -3
  2087. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  2088. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  2089. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +4 -8
  2090. package/node_modules/@smithy/util-stream/dist-cjs/index.js +100 -95
  2091. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +1 -2
  2092. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  2093. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +3 -7
  2094. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +3 -2
  2095. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +12 -7
  2096. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +18 -2
  2097. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  2098. package/node_modules/@smithy/util-stream/dist-es/headStream.js +3 -6
  2099. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  2100. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  2101. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
  2102. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
  2103. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +11 -9
  2104. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +3 -4
  2105. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +7 -5
  2106. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  2107. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
  2108. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  2109. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  2110. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +3 -3
  2111. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  2112. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
  2113. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  2114. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  2115. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  2116. package/node_modules/@smithy/util-stream/package.json +23 -23
  2117. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +6 -40
  2118. package/node_modules/@smithy/util-uri-escape/package.json +10 -9
  2119. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +27 -60
  2120. package/node_modules/@smithy/util-utf8/package.json +11 -10
  2121. package/node_modules/@smithy/util-waiter/README.md +10 -3
  2122. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +196 -177
  2123. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  2124. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  2125. package/node_modules/@smithy/util-waiter/dist-es/poller.js +63 -35
  2126. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  2127. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  2128. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +2 -2
  2129. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +4 -3
  2130. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
  2131. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  2132. package/node_modules/@smithy/util-waiter/package.json +12 -12
  2133. package/node_modules/@smithy/uuid/LICENSE +201 -0
  2134. package/node_modules/@smithy/uuid/README.md +10 -0
  2135. package/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
  2136. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  2137. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
  2138. package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
  2139. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
  2140. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
  2141. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
  2142. package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
  2143. package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
  2144. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
  2145. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
  2146. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
  2147. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
  2148. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
  2149. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
  2150. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
  2151. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
  2152. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
  2153. package/node_modules/@smithy/uuid/package.json +66 -0
  2154. package/node_modules/bowser/README.md +74 -7
  2155. package/node_modules/bowser/bundled.js +1 -1
  2156. package/node_modules/bowser/es5.js +1 -1
  2157. package/node_modules/bowser/index.d.ts +115 -12
  2158. package/node_modules/bowser/package.json +17 -7
  2159. package/node_modules/bowser/src/bowser.js +24 -8
  2160. package/node_modules/bowser/src/constants.js +79 -18
  2161. package/node_modules/bowser/src/parser-browsers.js +483 -0
  2162. package/node_modules/bowser/src/parser-os.js +12 -0
  2163. package/node_modules/bowser/src/parser-platforms.js +301 -1
  2164. package/node_modules/bowser/src/parser.js +106 -10
  2165. package/node_modules/bowser/src/utils.js +33 -15
  2166. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  2167. package/node_modules/fast-xml-builder/LICENSE +21 -0
  2168. package/node_modules/fast-xml-builder/README.md +23 -0
  2169. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  2170. package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  2171. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  2172. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  2173. package/node_modules/fast-xml-builder/package.json +80 -0
  2174. package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  2175. package/node_modules/fast-xml-builder/src/fxb.js +533 -0
  2176. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  2177. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +306 -0
  2178. package/node_modules/fast-xml-parser/CHANGELOG.md +226 -0
  2179. package/node_modules/fast-xml-parser/README.md +51 -82
  2180. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  2181. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  2182. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  2183. package/node_modules/fast-xml-parser/lib/fxp.d.cts +769 -0
  2184. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  2185. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  2186. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  2187. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  2188. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  2189. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  2190. package/node_modules/fast-xml-parser/package.json +44 -23
  2191. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  2192. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  2193. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  2194. package/node_modules/fast-xml-parser/src/fxp.d.ts +372 -36
  2195. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  2196. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  2197. package/node_modules/fast-xml-parser/src/util.js +28 -39
  2198. package/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
  2199. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
  2200. package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
  2201. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
  2202. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
  2203. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
  2204. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
  2205. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
  2206. package/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
  2207. package/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
  2208. package/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
  2209. package/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
  2210. package/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
  2211. package/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
  2212. package/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
  2213. package/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
  2214. package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
  2215. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
  2216. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
  2217. package/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
  2218. package/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
  2219. package/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
  2220. package/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
  2221. package/node_modules/fast-xml-parser/src/validator.js +38 -38
  2222. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -280
  2223. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +390 -135
  2224. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +159 -44
  2225. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +553 -314
  2226. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +43 -30
  2227. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +100 -40
  2228. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +31 -16
  2229. package/node_modules/jsrsasign/README.md +10 -18
  2230. package/node_modules/jsrsasign/lib/footer.js +2 -0
  2231. package/node_modules/jsrsasign/lib/jsrsasign-all-min.js +13 -13
  2232. package/node_modules/jsrsasign/lib/jsrsasign-jwths-min.js +8 -8
  2233. package/node_modules/jsrsasign/lib/jsrsasign-rsa-min.js +10 -10
  2234. package/node_modules/jsrsasign/lib/jsrsasign.js +15 -13
  2235. package/node_modules/jsrsasign/package.json +1 -12
  2236. package/node_modules/jsrsasign/test/t_base64x.js +12 -0
  2237. package/node_modules/jsrsasign/test/t_timeeq.js +15 -0
  2238. package/node_modules/path-expression-matcher/LICENSE +21 -0
  2239. package/node_modules/path-expression-matcher/README.md +872 -0
  2240. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  2241. package/node_modules/path-expression-matcher/lib/pem.d.cts +634 -0
  2242. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  2243. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  2244. package/node_modules/path-expression-matcher/package.json +78 -0
  2245. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  2246. package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  2247. package/node_modules/path-expression-matcher/src/Matcher.js +570 -0
  2248. package/node_modules/path-expression-matcher/src/index.d.ts +523 -0
  2249. package/node_modules/path-expression-matcher/src/index.js +29 -0
  2250. package/node_modules/strnum/CHANGELOG.md +18 -0
  2251. package/node_modules/strnum/README.md +7 -0
  2252. package/node_modules/strnum/package.json +4 -3
  2253. package/node_modules/strnum/strnum.js +114 -64
  2254. package/package.json +32 -39
  2255. package/node_modules/@aws-lambda-powertools/commons/LICENSE +0 -14
  2256. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts +0 -78
  2257. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts.map +0 -1
  2258. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.js +0 -96
  2259. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts +0 -78
  2260. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts.map +0 -1
  2261. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.js +0 -93
  2262. package/node_modules/@aws-lambda-powertools/logger/LICENSE +0 -14
  2263. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.d.ts +0 -78
  2264. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.d.ts.map +0 -1
  2265. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.js +0 -107
  2266. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.d.ts +0 -78
  2267. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.d.ts.map +0 -1
  2268. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.js +0 -104
  2269. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/ruleset.js +0 -7
  2270. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/ruleset.js +0 -4
  2271. package/node_modules/@aws-sdk/client-kms/dist-es/models/index.js +0 -1
  2272. package/node_modules/@aws-sdk/client-kms/dist-es/protocols/Aws_json1_1.js +0 -2008
  2273. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/ruleset.d.ts +0 -2
  2274. package/node_modules/@aws-sdk/client-kms/dist-types/models/index.d.ts +0 -1
  2275. package/node_modules/@aws-sdk/client-kms/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  2276. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2277. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/index.d.ts +0 -1
  2278. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
  2279. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +0 -7
  2280. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +0 -4
  2281. package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
  2282. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -7771
  2283. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +0 -2
  2284. package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
  2285. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -893
  2286. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2287. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
  2288. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1197
  2289. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2290. package/node_modules/@aws-sdk/client-sso/README.md +0 -252
  2291. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  2292. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
  2293. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  2294. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -625
  2295. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  2296. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -54
  2297. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  2298. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  2299. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -48
  2300. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  2301. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  2302. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  2303. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  2304. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  2305. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2306. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
  2307. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  2308. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  2309. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2310. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  2311. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  2312. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  2313. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2314. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  2315. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  2316. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -49
  2317. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  2318. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2319. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -200
  2320. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2321. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
  2322. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -95
  2323. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -96
  2324. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -98
  2325. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -95
  2326. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2327. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -38
  2328. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2329. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
  2330. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  2331. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  2332. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  2333. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2334. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  2335. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  2336. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  2337. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  2338. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2339. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2340. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -57
  2341. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -57
  2342. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -56
  2343. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  2344. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  2345. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  2346. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -138
  2347. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -46
  2348. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  2349. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  2350. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  2351. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  2352. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2353. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2354. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  2355. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  2356. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2357. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  2358. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  2359. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  2360. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  2361. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2362. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2363. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
  2364. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -107
  2365. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
  2366. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2367. package/node_modules/@aws-sdk/client-sso/package.json +0 -98
  2368. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
  2369. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  2370. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  2371. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  2372. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  2373. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  2374. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  2375. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  2376. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  2377. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  2378. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  2379. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  2380. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  2381. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  2382. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  2383. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  2384. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  2385. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  2386. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  2387. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  2388. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  2389. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  2390. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  2391. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  2392. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  2393. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  2394. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  2395. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  2396. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  2397. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  2398. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  2399. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  2400. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  2401. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  2402. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  2403. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  2404. package/node_modules/@smithy/abort-controller/README.md +0 -4
  2405. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  2406. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  2407. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -84
  2408. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
  2409. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  2410. package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  2411. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  2412. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  2413. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  2414. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  2415. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  2416. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  2417. package/node_modules/@smithy/abort-controller/package.json +0 -62
  2418. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  2419. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  2420. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  2421. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  2422. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  2423. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  2424. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  2425. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  2426. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  2427. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  2428. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  2429. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  2430. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  2431. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  2432. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  2433. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  2434. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  2435. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  2436. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  2437. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  2438. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  2439. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  2440. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  2441. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  2442. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  2443. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  2444. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  2445. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  2446. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  2447. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  2448. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  2449. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  2450. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  2451. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
  2452. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
  2453. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
  2454. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
  2455. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
  2456. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
  2457. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
  2458. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
  2459. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  2460. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  2461. package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +0 -1
  2462. package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  2463. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
  2464. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  2465. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  2466. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
  2467. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
  2468. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
  2469. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  2470. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  2471. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
  2472. package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  2473. package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
  2474. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +0 -5
  2475. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
  2476. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -29
  2477. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -22
  2478. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
  2479. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
  2480. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
  2481. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
  2482. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
  2483. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
  2484. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
  2485. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -15
  2486. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -33
  2487. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -11
  2488. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
  2489. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  2490. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -11
  2491. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
  2492. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
  2493. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -14
  2494. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -18
  2495. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -20
  2496. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -15
  2497. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
  2498. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -55
  2499. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
  2500. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -12
  2501. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
  2502. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
  2503. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
  2504. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
  2505. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -38
  2506. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -20
  2507. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -25
  2508. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -125
  2509. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -20
  2510. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -11
  2511. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -20
  2512. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -24
  2513. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -21
  2514. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -5
  2515. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
  2516. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -8
  2517. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
  2518. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
  2519. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
  2520. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
  2521. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
  2522. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
  2523. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  2524. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  2525. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  2526. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  2527. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  2528. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
  2529. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  2530. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
  2531. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
  2532. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
  2533. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
  2534. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
  2535. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
  2536. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
  2537. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
  2538. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
  2539. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
  2540. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
  2541. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
  2542. package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
  2543. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
  2544. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
  2545. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
  2546. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  2547. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  2548. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  2549. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  2550. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  2551. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  2552. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  2553. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  2554. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  2555. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  2556. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  2557. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  2558. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  2559. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  2560. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  2561. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  2562. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  2563. package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +0 -1
  2564. package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +0 -1
  2565. package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +0 -1
  2566. package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +0 -1
  2567. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +0 -1
  2568. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +0 -1
  2569. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +0 -1
  2570. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +0 -1
  2571. package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +0 -1
  2572. package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +0 -1
  2573. package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +0 -1
  2574. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
  2575. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
  2576. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
  2577. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
  2578. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
  2579. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
  2580. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
  2581. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
  2582. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
  2583. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
  2584. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
  2585. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
  2586. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/EventStreamMarshaller.js +0 -1
  2587. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/provider.js +0 -1
  2588. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/utils.js +0 -1
  2589. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
  2590. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
  2591. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
  2592. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
  2593. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/EventStreamSerdeConfig.js +0 -1
  2594. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
  2595. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
  2596. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/EventStreamMarshaller.js +0 -1
  2597. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/provider.js +0 -1
  2598. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/utils.js +0 -1
  2599. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  2600. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
  2601. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
  2602. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
  2603. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/EventStreamMarshaller.js +0 -1
  2604. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getChunkedStream.js +0 -1
  2605. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getUnmarshalledStream.js +0 -1
  2606. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/provider.js +0 -1
  2607. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  2608. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
  2609. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
  2610. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
  2611. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
  2612. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +0 -1
  2613. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  2614. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  2615. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  2616. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
  2617. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -41
  2618. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  2619. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  2620. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  2621. package/node_modules/@smithy/hash-blob-browser/dist-types/ts3.4/index.d.ts +0 -5
  2622. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  2623. package/node_modules/@smithy/hash-stream-node/dist-cjs/HashCalculator.js +0 -1
  2624. package/node_modules/@smithy/hash-stream-node/dist-cjs/fileStreamHasher.js +0 -1
  2625. package/node_modules/@smithy/hash-stream-node/dist-cjs/readableStreamHasher.js +0 -1
  2626. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +0 -10
  2627. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +0 -6
  2628. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/index.d.ts +0 -8
  2629. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +0 -6
  2630. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
  2631. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
  2632. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  2633. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  2634. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  2635. package/node_modules/@smithy/md5-js/dist-cjs/constants.js +0 -1
  2636. package/node_modules/@smithy/md5-js/dist-types/ts3.4/constants.d.ts +0 -12
  2637. package/node_modules/@smithy/md5-js/dist-types/ts3.4/index.d.ts +0 -16
  2638. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  2639. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
  2640. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
  2641. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
  2642. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
  2643. package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
  2644. package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
  2645. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
  2646. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +0 -1
  2647. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
  2648. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
  2649. package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
  2650. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -13
  2651. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  2652. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
  2653. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  2654. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  2655. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  2656. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
  2657. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  2658. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  2659. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
  2660. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -106
  2661. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
  2662. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  2663. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  2664. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
  2665. package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  2666. package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  2667. package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  2668. package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  2669. package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  2670. package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  2671. package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  2672. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  2673. package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
  2674. package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
  2675. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
  2676. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
  2677. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -22
  2678. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -33
  2679. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -24
  2680. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -5
  2681. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -6
  2682. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -22
  2683. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
  2684. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
  2685. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
  2686. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
  2687. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  2688. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  2689. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  2690. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
  2691. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
  2692. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
  2693. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
  2694. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  2695. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -65
  2696. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  2697. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  2698. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  2699. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
  2700. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  2701. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
  2702. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  2703. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
  2704. package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
  2705. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
  2706. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  2707. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  2708. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  2709. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  2710. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  2711. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  2712. package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  2713. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
  2714. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
  2715. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
  2716. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
  2717. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  2718. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
  2719. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  2720. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  2721. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  2722. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  2723. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  2724. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  2725. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  2726. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  2727. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  2728. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  2729. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  2730. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  2731. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  2732. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  2733. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
  2734. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  2735. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  2736. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  2737. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  2738. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -45
  2739. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
  2740. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
  2741. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -62
  2742. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -12
  2743. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  2744. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  2745. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  2746. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  2747. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
  2748. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
  2749. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -12
  2750. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
  2751. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -11
  2752. package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
  2753. package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
  2754. package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
  2755. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
  2756. package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
  2757. package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
  2758. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -30
  2759. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  2760. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -30
  2761. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  2762. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  2763. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  2764. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  2765. package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
  2766. package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
  2767. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
  2768. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
  2769. package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
  2770. package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
  2771. package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
  2772. package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
  2773. package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  2774. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -49
  2775. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  2776. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
  2777. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  2778. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
  2779. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -55
  2780. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
  2781. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  2782. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  2783. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  2784. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  2785. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  2786. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  2787. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
  2788. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
  2789. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2790. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2791. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2792. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2793. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2794. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2795. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2796. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2797. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2798. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2799. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2800. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2801. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2802. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2803. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2804. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2805. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2806. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2807. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  2808. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  2809. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  2810. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2811. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2812. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  2813. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  2814. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2815. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2816. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  2817. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2818. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  2819. package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
  2820. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
  2821. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +0 -1
  2822. package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
  2823. package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
  2824. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
  2825. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
  2826. package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
  2827. package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
  2828. package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
  2829. package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
  2830. package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +0 -1
  2831. package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
  2832. package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
  2833. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  2834. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -20
  2835. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
  2836. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  2837. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
  2838. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  2839. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  2840. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  2841. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  2842. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
  2843. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  2844. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  2845. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
  2846. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  2847. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  2848. package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  2849. package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  2850. package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  2851. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  2852. package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  2853. package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  2854. package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  2855. package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  2856. package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  2857. package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  2858. package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  2859. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  2860. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  2861. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  2862. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  2863. package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  2864. package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  2865. package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
  2866. package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  2867. package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  2868. package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  2869. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  2870. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  2871. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -61
  2872. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  2873. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
  2874. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  2875. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -11
  2876. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
  2877. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  2878. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  2879. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
  2880. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  2881. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -24
  2882. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  2883. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  2884. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  2885. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  2886. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  2887. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
  2888. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  2889. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  2890. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  2891. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
  2892. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  2893. package/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
  2894. package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  2895. package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  2896. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  2897. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  2898. package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  2899. package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  2900. package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  2901. package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  2902. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  2903. package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  2904. package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  2905. package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  2906. package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  2907. package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  2908. package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  2909. package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  2910. package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  2911. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  2912. package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  2913. package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  2914. package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  2915. package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  2916. package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  2917. package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  2918. package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  2919. package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  2920. package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  2921. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  2922. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  2923. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  2924. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  2925. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  2926. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  2927. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
  2928. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  2929. package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  2930. package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  2931. package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  2932. package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  2933. package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  2934. package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  2935. package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  2936. package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  2937. package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  2938. package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  2939. package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  2940. package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  2941. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
  2942. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
  2943. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
  2944. package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  2945. package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  2946. package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  2947. package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  2948. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  2949. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  2950. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  2951. package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  2952. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  2953. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  2954. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  2955. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
  2956. package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  2957. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  2958. package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  2959. package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  2960. package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  2961. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  2962. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  2963. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  2964. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  2965. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  2966. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  2967. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  2968. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  2969. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  2970. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  2971. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  2972. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  2973. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  2974. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  2975. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  2976. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  2977. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  2978. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  2979. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  2980. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  2981. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  2982. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  2983. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  2984. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  2985. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  2986. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  2987. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  2988. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  2989. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  2990. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  2991. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  2992. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  2993. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  2994. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  2995. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  2996. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -121
  2997. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
  2998. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  2999. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  3000. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  3001. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  3002. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  3003. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -40
  3004. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  3005. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  3006. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  3007. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  3008. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  3009. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  3010. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -276
  3011. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  3012. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  3013. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  3014. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  3015. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  3016. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  3017. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  3018. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  3019. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  3020. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  3021. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  3022. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  3023. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  3024. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  3025. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  3026. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  3027. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  3028. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  3029. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  3030. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  3031. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  3032. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  3033. package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
  3034. package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
  3035. package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
  3036. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  3037. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  3038. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  3039. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  3040. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  3041. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  3042. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  3043. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  3044. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  3045. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  3046. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  3047. package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
  3048. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
  3049. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
  3050. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
  3051. package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
  3052. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
  3053. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
  3054. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
  3055. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
  3056. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  3057. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
  3058. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
  3059. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
  3060. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
  3061. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
  3062. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
  3063. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
  3064. package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  3065. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  3066. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
  3067. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  3068. package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  3069. package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  3070. package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  3071. package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
  3072. package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
  3073. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
  3074. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
  3075. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
  3076. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
  3077. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
  3078. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
  3079. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
  3080. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
  3081. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
  3082. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
  3083. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
  3084. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
  3085. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
  3086. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
  3087. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
  3088. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
  3089. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
  3090. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  3091. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  3092. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  3093. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  3094. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  3095. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  3096. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  3097. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  3098. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  3099. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  3100. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  3101. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  3102. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  3103. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  3104. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  3105. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  3106. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  3107. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  3108. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  3109. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  3110. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  3111. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  3112. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  3113. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  3114. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  3115. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  3116. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  3117. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
  3118. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  3119. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  3120. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  3121. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  3122. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  3123. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  3124. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
  3125. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
  3126. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  3127. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
  3128. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  3129. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
  3130. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
  3131. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  3132. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  3133. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  3134. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
  3135. package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
  3136. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  3137. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  3138. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  3139. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  3140. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  3141. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  3142. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  3143. package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  3144. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  3145. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  3146. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  3147. package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  3148. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  3149. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  3150. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  3151. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  3152. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  3153. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  3154. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
  3155. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  3156. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  3157. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  3158. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  3159. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  3160. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  3161. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  3162. package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
  3163. package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
  3164. package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  3165. package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  3166. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
  3167. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  3168. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  3169. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
  3170. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -59
  3171. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -15
  3172. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -11
  3173. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -12
  3174. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
  3175. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  3176. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -6
  3177. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -8
  3178. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
  3179. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -9
  3180. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  3181. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  3182. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
  3183. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -14
  3184. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -16
  3185. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
  3186. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
  3187. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  3188. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  3189. package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  3190. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  3191. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  3192. package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +0 -1
  3193. package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +0 -1
  3194. package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +0 -1
  3195. package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +0 -1
  3196. package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +0 -1
  3197. package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +0 -1
  3198. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
  3199. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  3200. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
  3201. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
  3202. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
  3203. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
  3204. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
  3205. package/node_modules/@types/uuid/LICENSE +0 -21
  3206. package/node_modules/@types/uuid/README.md +0 -15
  3207. package/node_modules/@types/uuid/index.d.mts +0 -12
  3208. package/node_modules/@types/uuid/index.d.ts +0 -86
  3209. package/node_modules/@types/uuid/package.json +0 -54
  3210. package/node_modules/bowser/CHANGELOG.md +0 -218
  3211. package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3212. package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3213. package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3214. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3215. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3216. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3217. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3218. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3219. package/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3220. package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3221. package/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3222. package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3223. package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3224. package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3225. package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3226. package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3227. package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3228. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3229. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3230. package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3231. package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3232. package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3233. package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3234. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3235. package/node_modules/lodash.merge/LICENSE +0 -47
  3236. package/node_modules/lodash.merge/README.md +0 -18
  3237. package/node_modules/lodash.merge/index.js +0 -1977
  3238. package/node_modules/lodash.merge/package.json +0 -16
  3239. package/node_modules/strnum/.vscode/launch.json +0 -25
  3240. package/node_modules/strnum/strnum.test.js +0 -165
  3241. package/node_modules/uuid/CHANGELOG.md +0 -274
  3242. package/node_modules/uuid/CONTRIBUTING.md +0 -18
  3243. package/node_modules/uuid/LICENSE.md +0 -9
  3244. package/node_modules/uuid/README.md +0 -466
  3245. package/node_modules/uuid/dist/bin/uuid +0 -2
  3246. package/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  3247. package/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  3248. package/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  3249. package/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  3250. package/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  3251. package/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  3252. package/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  3253. package/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  3254. package/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  3255. package/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  3256. package/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  3257. package/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  3258. package/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  3259. package/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  3260. package/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  3261. package/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  3262. package/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3263. package/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3264. package/node_modules/uuid/dist/esm-browser/native.js +0 -4
  3265. package/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3266. package/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3267. package/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3268. package/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  3269. package/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3270. package/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  3271. package/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3272. package/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3273. package/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  3274. package/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  3275. package/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3276. package/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3277. package/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3278. package/node_modules/uuid/dist/esm-node/index.js +0 -9
  3279. package/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3280. package/node_modules/uuid/dist/esm-node/native.js +0 -4
  3281. package/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3282. package/node_modules/uuid/dist/esm-node/parse.js +0 -35
  3283. package/node_modules/uuid/dist/esm-node/regex.js +0 -1
  3284. package/node_modules/uuid/dist/esm-node/rng.js +0 -12
  3285. package/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  3286. package/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  3287. package/node_modules/uuid/dist/esm-node/v1.js +0 -95
  3288. package/node_modules/uuid/dist/esm-node/v3.js +0 -4
  3289. package/node_modules/uuid/dist/esm-node/v35.js +0 -66
  3290. package/node_modules/uuid/dist/esm-node/v4.js +0 -29
  3291. package/node_modules/uuid/dist/esm-node/v5.js +0 -4
  3292. package/node_modules/uuid/dist/esm-node/validate.js +0 -7
  3293. package/node_modules/uuid/dist/esm-node/version.js +0 -11
  3294. package/node_modules/uuid/dist/index.js +0 -79
  3295. package/node_modules/uuid/dist/md5-browser.js +0 -223
  3296. package/node_modules/uuid/dist/md5.js +0 -23
  3297. package/node_modules/uuid/dist/native-browser.js +0 -11
  3298. package/node_modules/uuid/dist/native.js +0 -15
  3299. package/node_modules/uuid/dist/nil.js +0 -8
  3300. package/node_modules/uuid/dist/parse.js +0 -45
  3301. package/node_modules/uuid/dist/regex.js +0 -8
  3302. package/node_modules/uuid/dist/rng-browser.js +0 -25
  3303. package/node_modules/uuid/dist/rng.js +0 -24
  3304. package/node_modules/uuid/dist/sha1-browser.js +0 -104
  3305. package/node_modules/uuid/dist/sha1.js +0 -23
  3306. package/node_modules/uuid/dist/stringify.js +0 -44
  3307. package/node_modules/uuid/dist/uuid-bin.js +0 -85
  3308. package/node_modules/uuid/dist/v1.js +0 -107
  3309. package/node_modules/uuid/dist/v3.js +0 -16
  3310. package/node_modules/uuid/dist/v35.js +0 -80
  3311. package/node_modules/uuid/dist/v4.js +0 -43
  3312. package/node_modules/uuid/dist/v5.js +0 -16
  3313. package/node_modules/uuid/dist/validate.js +0 -17
  3314. package/node_modules/uuid/dist/version.js +0 -21
  3315. package/node_modules/uuid/package.json +0 -135
  3316. package/node_modules/uuid/wrapper.mjs +0 -10
  3317. /package/node_modules/{@smithy/abort-controller → @aws-sdk/crc64-nvme}/LICENSE +0 -0
  3318. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  3319. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
  3320. /package/node_modules/{@smithy/middleware-retry → @aws-sdk/credential-provider-login}/dist-es/types.js +0 -0
  3321. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  3322. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  3323. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  3324. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/cognito-identity/models/models_0.js} +0 -0
  3325. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  3326. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  3327. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  3328. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  3329. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  3330. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  3331. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  3332. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  3333. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  3334. /package/node_modules/@smithy/core/dist-es/{protocols → request-builder}/requestBuilder.js +0 -0
  3335. /package/node_modules/@smithy/core/dist-types/{protocols → request-builder}/requestBuilder.d.ts +0 -0
  3336. /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
  3337. /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
  3338. /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
  3339. /package/node_modules/{fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
  3340. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -1,6 +1,2273 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./submodules/client/index"), exports);
5
- tslib_1.__exportStar(require("./submodules/httpAuthSchemes/index"), exports);
6
- tslib_1.__exportStar(require("./submodules/protocols/index"), exports);
1
+ 'use strict';
2
+
3
+ var utilRetry = require('@smithy/util-retry');
4
+ var protocolHttp = require('@smithy/protocol-http');
5
+ var core = require('@smithy/core');
6
+ var propertyProvider = require('@smithy/property-provider');
7
+ var client = require('@aws-sdk/core/client');
8
+ var signatureV4 = require('@smithy/signature-v4');
9
+ var cbor = require('@smithy/core/cbor');
10
+ var schema = require('@smithy/core/schema');
11
+ var smithyClient = require('@smithy/smithy-client');
12
+ var protocols = require('@smithy/core/protocols');
13
+ var serde = require('@smithy/core/serde');
14
+ var utilBase64 = require('@smithy/util-base64');
15
+ var utilUtf8 = require('@smithy/util-utf8');
16
+ var xmlBuilder = require('@aws-sdk/xml-builder');
17
+
18
+ const state = {
19
+ warningEmitted: false,
20
+ };
21
+ const emitWarningIfUnsupportedVersion = (version) => {
22
+ if (version && !state.warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 20) {
23
+ state.warningEmitted = true;
24
+ process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
25
+ no longer support Node.js ${version} in January 2026.
26
+
27
+ To continue receiving updates to AWS services, bug fixes, and security
28
+ updates please upgrade to a supported Node.js LTS version.
29
+
30
+ More information can be found at: https://a.co/c895JFp`);
31
+ }
32
+ };
33
+
34
+ const longPollMiddleware = () => (next, context) => async (args) => {
35
+ context.__retryLongPoll = true;
36
+ return next(args);
37
+ };
38
+ const longPollMiddlewareOptions = {
39
+ name: "longPollMiddleware",
40
+ tags: ["RETRY"],
41
+ step: "initialize",
42
+ override: true,
43
+ };
44
+ const getLongPollPlugin = (options) => ({
45
+ applyToStack: (clientStack) => {
46
+ clientStack.add(longPollMiddleware(), longPollMiddlewareOptions);
47
+ },
48
+ });
49
+
50
+ function setCredentialFeature(credentials, feature, value) {
51
+ if (!credentials.$source) {
52
+ credentials.$source = {};
53
+ }
54
+ credentials.$source[feature] = value;
55
+ return credentials;
56
+ }
57
+
58
+ utilRetry.Retry.v2026 ||= typeof process === "object" && process.env?.AWS_NEW_RETRIES_2026 === "true";
59
+ function setFeature(context, feature, value) {
60
+ if (!context.__aws_sdk_context) {
61
+ context.__aws_sdk_context = {
62
+ features: {},
63
+ };
64
+ }
65
+ else if (!context.__aws_sdk_context.features) {
66
+ context.__aws_sdk_context.features = {};
67
+ }
68
+ context.__aws_sdk_context.features[feature] = value;
69
+ }
70
+
71
+ function setTokenFeature(token, feature, value) {
72
+ if (!token.$source) {
73
+ token.$source = {};
74
+ }
75
+ token.$source[feature] = value;
76
+ return token;
77
+ }
78
+
79
+ const getDateHeader = (response) => protocolHttp.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : undefined;
80
+
81
+ const getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
82
+
83
+ const isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 300000;
84
+
85
+ const getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
86
+ const clockTimeInMs = Date.parse(clockTime);
87
+ if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
88
+ return clockTimeInMs - Date.now();
89
+ }
90
+ return currentSystemClockOffset;
91
+ };
92
+
93
+ const throwSigningPropertyError = (name, property) => {
94
+ if (!property) {
95
+ throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
96
+ }
97
+ return property;
98
+ };
99
+ const validateSigningProperties = async (signingProperties) => {
100
+ const context = throwSigningPropertyError("context", signingProperties.context);
101
+ const config = throwSigningPropertyError("config", signingProperties.config);
102
+ const authScheme = context.endpointV2?.properties?.authSchemes?.[0];
103
+ const signerFunction = throwSigningPropertyError("signer", config.signer);
104
+ const signer = await signerFunction(authScheme);
105
+ const signingRegion = signingProperties?.signingRegion;
106
+ const signingRegionSet = signingProperties?.signingRegionSet;
107
+ const signingName = signingProperties?.signingName;
108
+ return {
109
+ config,
110
+ signer,
111
+ signingRegion,
112
+ signingRegionSet,
113
+ signingName,
114
+ };
115
+ };
116
+ class AwsSdkSigV4Signer {
117
+ async sign(httpRequest, identity, signingProperties) {
118
+ if (!protocolHttp.HttpRequest.isInstance(httpRequest)) {
119
+ throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
120
+ }
121
+ const validatedProps = await validateSigningProperties(signingProperties);
122
+ const { config, signer } = validatedProps;
123
+ let { signingRegion, signingName } = validatedProps;
124
+ const handlerExecutionContext = signingProperties.context;
125
+ if (handlerExecutionContext?.authSchemes?.length ?? 0 > 1) {
126
+ const [first, second] = handlerExecutionContext.authSchemes;
127
+ if (first?.name === "sigv4a" && second?.name === "sigv4") {
128
+ signingRegion = second?.signingRegion ?? signingRegion;
129
+ signingName = second?.signingName ?? signingName;
130
+ }
131
+ }
132
+ const signedRequest = await signer.sign(httpRequest, {
133
+ signingDate: getSkewCorrectedDate(config.systemClockOffset),
134
+ signingRegion: signingRegion,
135
+ signingService: signingName,
136
+ });
137
+ return signedRequest;
138
+ }
139
+ errorHandler(signingProperties) {
140
+ return (error) => {
141
+ const serverTime = error.ServerTime ?? getDateHeader(error.$response);
142
+ if (serverTime) {
143
+ const config = throwSigningPropertyError("config", signingProperties.config);
144
+ const initialSystemClockOffset = config.systemClockOffset;
145
+ config.systemClockOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset);
146
+ const clockSkewCorrected = config.systemClockOffset !== initialSystemClockOffset;
147
+ if (clockSkewCorrected && error.$metadata) {
148
+ error.$metadata.clockSkewCorrected = true;
149
+ }
150
+ }
151
+ throw error;
152
+ };
153
+ }
154
+ successHandler(httpResponse, signingProperties) {
155
+ const dateHeader = getDateHeader(httpResponse);
156
+ if (dateHeader) {
157
+ const config = throwSigningPropertyError("config", signingProperties.config);
158
+ config.systemClockOffset = getUpdatedSystemClockOffset(dateHeader, config.systemClockOffset);
159
+ }
160
+ }
161
+ }
162
+ const AWSSDKSigV4Signer = AwsSdkSigV4Signer;
163
+
164
+ class AwsSdkSigV4ASigner extends AwsSdkSigV4Signer {
165
+ async sign(httpRequest, identity, signingProperties) {
166
+ if (!protocolHttp.HttpRequest.isInstance(httpRequest)) {
167
+ throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
168
+ }
169
+ const { config, signer, signingRegion, signingRegionSet, signingName } = await validateSigningProperties(signingProperties);
170
+ const configResolvedSigningRegionSet = await config.sigv4aSigningRegionSet?.();
171
+ const multiRegionOverride = (configResolvedSigningRegionSet ??
172
+ signingRegionSet ?? [signingRegion]).join(",");
173
+ const signedRequest = await signer.sign(httpRequest, {
174
+ signingDate: getSkewCorrectedDate(config.systemClockOffset),
175
+ signingRegion: multiRegionOverride,
176
+ signingService: signingName,
177
+ });
178
+ return signedRequest;
179
+ }
180
+ }
181
+
182
+ const getArrayForCommaSeparatedString = (str) => typeof str === "string" && str.length > 0 ? str.split(",").map((item) => item.trim()) : [];
183
+
184
+ const getBearerTokenEnvKey = (signingName) => `AWS_BEARER_TOKEN_${signingName.replace(/[\s-]/g, "_").toUpperCase()}`;
185
+
186
+ const NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY = "AWS_AUTH_SCHEME_PREFERENCE";
187
+ const NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY = "auth_scheme_preference";
188
+ const NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
189
+ environmentVariableSelector: (env, options) => {
190
+ if (options?.signingName) {
191
+ const bearerTokenKey = getBearerTokenEnvKey(options.signingName);
192
+ if (bearerTokenKey in env)
193
+ return ["httpBearerAuth"];
194
+ }
195
+ if (!(NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY in env))
196
+ return undefined;
197
+ return getArrayForCommaSeparatedString(env[NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY]);
198
+ },
199
+ configFileSelector: (profile) => {
200
+ if (!(NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY in profile))
201
+ return undefined;
202
+ return getArrayForCommaSeparatedString(profile[NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY]);
203
+ },
204
+ default: [],
205
+ };
206
+
207
+ const resolveAwsSdkSigV4AConfig = (config) => {
208
+ config.sigv4aSigningRegionSet = core.normalizeProvider(config.sigv4aSigningRegionSet);
209
+ return config;
210
+ };
211
+ const NODE_SIGV4A_CONFIG_OPTIONS = {
212
+ environmentVariableSelector(env) {
213
+ if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
214
+ return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
215
+ }
216
+ throw new propertyProvider.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
217
+ tryNextLink: true,
218
+ });
219
+ },
220
+ configFileSelector(profile) {
221
+ if (profile.sigv4a_signing_region_set) {
222
+ return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
223
+ }
224
+ throw new propertyProvider.ProviderError("sigv4a_signing_region_set not set in profile.", {
225
+ tryNextLink: true,
226
+ });
227
+ },
228
+ default: undefined,
229
+ };
230
+
231
+ const resolveAwsSdkSigV4Config = (config) => {
232
+ let inputCredentials = config.credentials;
233
+ let isUserSupplied = !!config.credentials;
234
+ let resolvedCredentials = undefined;
235
+ Object.defineProperty(config, "credentials", {
236
+ set(credentials) {
237
+ if (credentials && credentials !== inputCredentials && credentials !== resolvedCredentials) {
238
+ isUserSupplied = true;
239
+ }
240
+ inputCredentials = credentials;
241
+ const memoizedProvider = normalizeCredentialProvider(config, {
242
+ credentials: inputCredentials,
243
+ credentialDefaultProvider: config.credentialDefaultProvider,
244
+ });
245
+ const boundProvider = bindCallerConfig(config, memoizedProvider);
246
+ if (isUserSupplied && !boundProvider.attributed) {
247
+ const isCredentialObject = typeof inputCredentials === "object" && inputCredentials !== null;
248
+ resolvedCredentials = async (options) => {
249
+ const creds = await boundProvider(options);
250
+ const attributedCreds = creds;
251
+ if (isCredentialObject && (!attributedCreds.$source || Object.keys(attributedCreds.$source).length === 0)) {
252
+ return client.setCredentialFeature(attributedCreds, "CREDENTIALS_CODE", "e");
253
+ }
254
+ return attributedCreds;
255
+ };
256
+ resolvedCredentials.memoized = boundProvider.memoized;
257
+ resolvedCredentials.configBound = boundProvider.configBound;
258
+ resolvedCredentials.attributed = true;
259
+ }
260
+ else {
261
+ resolvedCredentials = boundProvider;
262
+ }
263
+ },
264
+ get() {
265
+ return resolvedCredentials;
266
+ },
267
+ enumerable: true,
268
+ configurable: true,
269
+ });
270
+ config.credentials = inputCredentials;
271
+ const { signingEscapePath = true, systemClockOffset = config.systemClockOffset || 0, sha256, } = config;
272
+ let signer;
273
+ if (config.signer) {
274
+ signer = core.normalizeProvider(config.signer);
275
+ }
276
+ else if (config.regionInfoProvider) {
277
+ signer = () => core.normalizeProvider(config.region)()
278
+ .then(async (region) => [
279
+ (await config.regionInfoProvider(region, {
280
+ useFipsEndpoint: await config.useFipsEndpoint(),
281
+ useDualstackEndpoint: await config.useDualstackEndpoint(),
282
+ })) || {},
283
+ region,
284
+ ])
285
+ .then(([regionInfo, region]) => {
286
+ const { signingRegion, signingService } = regionInfo;
287
+ config.signingRegion = config.signingRegion || signingRegion || region;
288
+ config.signingName = config.signingName || signingService || config.serviceId;
289
+ const params = {
290
+ ...config,
291
+ credentials: config.credentials,
292
+ region: config.signingRegion,
293
+ service: config.signingName,
294
+ sha256,
295
+ uriEscapePath: signingEscapePath,
296
+ };
297
+ const SignerCtor = config.signerConstructor || signatureV4.SignatureV4;
298
+ return new SignerCtor(params);
299
+ });
300
+ }
301
+ else {
302
+ signer = async (authScheme) => {
303
+ authScheme = Object.assign({}, {
304
+ name: "sigv4",
305
+ signingName: config.signingName || config.defaultSigningName,
306
+ signingRegion: await core.normalizeProvider(config.region)(),
307
+ properties: {},
308
+ }, authScheme);
309
+ const signingRegion = authScheme.signingRegion;
310
+ const signingService = authScheme.signingName;
311
+ config.signingRegion = config.signingRegion || signingRegion;
312
+ config.signingName = config.signingName || signingService || config.serviceId;
313
+ const params = {
314
+ ...config,
315
+ credentials: config.credentials,
316
+ region: config.signingRegion,
317
+ service: config.signingName,
318
+ sha256,
319
+ uriEscapePath: signingEscapePath,
320
+ };
321
+ const SignerCtor = config.signerConstructor || signatureV4.SignatureV4;
322
+ return new SignerCtor(params);
323
+ };
324
+ }
325
+ const resolvedConfig = Object.assign(config, {
326
+ systemClockOffset,
327
+ signingEscapePath,
328
+ signer,
329
+ });
330
+ return resolvedConfig;
331
+ };
332
+ const resolveAWSSDKSigV4Config = resolveAwsSdkSigV4Config;
333
+ function normalizeCredentialProvider(config, { credentials, credentialDefaultProvider, }) {
334
+ let credentialsProvider;
335
+ if (credentials) {
336
+ if (!credentials?.memoized) {
337
+ credentialsProvider = core.memoizeIdentityProvider(credentials, core.isIdentityExpired, core.doesIdentityRequireRefresh);
338
+ }
339
+ else {
340
+ credentialsProvider = credentials;
341
+ }
342
+ }
343
+ else {
344
+ if (credentialDefaultProvider) {
345
+ credentialsProvider = core.normalizeProvider(credentialDefaultProvider(Object.assign({}, config, {
346
+ parentClientConfig: config,
347
+ })));
348
+ }
349
+ else {
350
+ credentialsProvider = async () => {
351
+ throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.");
352
+ };
353
+ }
354
+ }
355
+ credentialsProvider.memoized = true;
356
+ return credentialsProvider;
357
+ }
358
+ function bindCallerConfig(config, credentialsProvider) {
359
+ if (credentialsProvider.configBound) {
360
+ return credentialsProvider;
361
+ }
362
+ const fn = async (options) => credentialsProvider({ ...options, callerClientConfig: config });
363
+ fn.memoized = credentialsProvider.memoized;
364
+ fn.configBound = true;
365
+ return fn;
366
+ }
367
+
368
+ class ProtocolLib {
369
+ queryCompat;
370
+ errorRegistry;
371
+ constructor(queryCompat = false) {
372
+ this.queryCompat = queryCompat;
373
+ }
374
+ resolveRestContentType(defaultContentType, inputSchema) {
375
+ const members = inputSchema.getMemberSchemas();
376
+ const httpPayloadMember = Object.values(members).find((m) => {
377
+ return !!m.getMergedTraits().httpPayload;
378
+ });
379
+ if (httpPayloadMember) {
380
+ const mediaType = httpPayloadMember.getMergedTraits().mediaType;
381
+ if (mediaType) {
382
+ return mediaType;
383
+ }
384
+ else if (httpPayloadMember.isStringSchema()) {
385
+ return "text/plain";
386
+ }
387
+ else if (httpPayloadMember.isBlobSchema()) {
388
+ return "application/octet-stream";
389
+ }
390
+ else {
391
+ return defaultContentType;
392
+ }
393
+ }
394
+ else if (!inputSchema.isUnitSchema()) {
395
+ const hasBody = Object.values(members).find((m) => {
396
+ const { httpQuery, httpQueryParams, httpHeader, httpLabel, httpPrefixHeaders } = m.getMergedTraits();
397
+ const noPrefixHeaders = httpPrefixHeaders === void 0;
398
+ return !httpQuery && !httpQueryParams && !httpHeader && !httpLabel && noPrefixHeaders;
399
+ });
400
+ if (hasBody) {
401
+ return defaultContentType;
402
+ }
403
+ }
404
+ }
405
+ async getErrorSchemaOrThrowBaseException(errorIdentifier, defaultNamespace, response, dataObject, metadata, getErrorSchema) {
406
+ let errorName = errorIdentifier;
407
+ if (errorIdentifier.includes("#")) {
408
+ [, errorName] = errorIdentifier.split("#");
409
+ }
410
+ const errorMetadata = {
411
+ $metadata: metadata,
412
+ $fault: response.statusCode < 500 ? "client" : "server",
413
+ };
414
+ if (!this.errorRegistry) {
415
+ throw new Error("@aws-sdk/core/protocols - error handler not initialized.");
416
+ }
417
+ try {
418
+ const errorSchema = getErrorSchema?.(this.errorRegistry, errorName) ??
419
+ this.errorRegistry.getSchema(errorIdentifier);
420
+ return { errorSchema, errorMetadata };
421
+ }
422
+ catch (e) {
423
+ dataObject.message = dataObject.message ?? dataObject.Message ?? "UnknownError";
424
+ const synthetic = this.errorRegistry;
425
+ const baseExceptionSchema = synthetic.getBaseException();
426
+ if (baseExceptionSchema) {
427
+ const ErrorCtor = synthetic.getErrorCtor(baseExceptionSchema) ?? Error;
428
+ throw this.decorateServiceException(Object.assign(new ErrorCtor({ name: errorName }), errorMetadata), dataObject);
429
+ }
430
+ const d = dataObject;
431
+ const message = d?.message ?? d?.Message ?? d?.Error?.Message ?? d?.Error?.message;
432
+ throw this.decorateServiceException(Object.assign(new Error(message), {
433
+ name: errorName,
434
+ }, errorMetadata), dataObject);
435
+ }
436
+ }
437
+ compose(composite, errorIdentifier, defaultNamespace) {
438
+ let namespace = defaultNamespace;
439
+ if (errorIdentifier.includes("#")) {
440
+ [namespace] = errorIdentifier.split("#");
441
+ }
442
+ const staticRegistry = schema.TypeRegistry.for(namespace);
443
+ const defaultSyntheticRegistry = schema.TypeRegistry.for("smithy.ts.sdk.synthetic." + defaultNamespace);
444
+ composite.copyFrom(staticRegistry);
445
+ composite.copyFrom(defaultSyntheticRegistry);
446
+ this.errorRegistry = composite;
447
+ }
448
+ decorateServiceException(exception, additions = {}) {
449
+ if (this.queryCompat) {
450
+ const msg = exception.Message ?? additions.Message;
451
+ const error = smithyClient.decorateServiceException(exception, additions);
452
+ if (msg) {
453
+ error.message = msg;
454
+ }
455
+ const errorObj = error.Error ?? {};
456
+ errorObj.Type = error.Error?.Type;
457
+ errorObj.Code = error.Error?.Code;
458
+ errorObj.Message = error.Error?.message ?? error.Error?.Message ?? msg;
459
+ error.Error = errorObj;
460
+ const reqId = error.$metadata.requestId;
461
+ if (reqId) {
462
+ error.RequestId = reqId;
463
+ }
464
+ return error;
465
+ }
466
+ return smithyClient.decorateServiceException(exception, additions);
467
+ }
468
+ setQueryCompatError(output, response) {
469
+ const queryErrorHeader = response.headers?.["x-amzn-query-error"];
470
+ if (output !== undefined && queryErrorHeader != null) {
471
+ const [Code, Type] = queryErrorHeader.split(";");
472
+ const keys = Object.keys(output);
473
+ const Error = {
474
+ Code,
475
+ Type,
476
+ };
477
+ output.Code = Code;
478
+ output.Type = Type;
479
+ for (let i = 0; i < keys.length; i++) {
480
+ const k = keys[i];
481
+ Error[k === "message" ? "Message" : k] = output[k];
482
+ }
483
+ delete Error.__type;
484
+ output.Error = Error;
485
+ }
486
+ }
487
+ queryCompatOutput(queryCompatErrorData, errorData) {
488
+ if (queryCompatErrorData.Error) {
489
+ errorData.Error = queryCompatErrorData.Error;
490
+ }
491
+ if (queryCompatErrorData.Type) {
492
+ errorData.Type = queryCompatErrorData.Type;
493
+ }
494
+ if (queryCompatErrorData.Code) {
495
+ errorData.Code = queryCompatErrorData.Code;
496
+ }
497
+ }
498
+ findQueryCompatibleError(registry, errorName) {
499
+ try {
500
+ return registry.getSchema(errorName);
501
+ }
502
+ catch (e) {
503
+ return registry.find((schema$1) => schema.NormalizedSchema.of(schema$1).getMergedTraits().awsQueryError?.[0] === errorName);
504
+ }
505
+ }
506
+ }
507
+
508
+ class AwsSmithyRpcV2CborProtocol extends cbor.SmithyRpcV2CborProtocol {
509
+ awsQueryCompatible;
510
+ mixin;
511
+ constructor({ defaultNamespace, errorTypeRegistries, awsQueryCompatible, }) {
512
+ super({ defaultNamespace, errorTypeRegistries });
513
+ this.awsQueryCompatible = !!awsQueryCompatible;
514
+ this.mixin = new ProtocolLib(this.awsQueryCompatible);
515
+ }
516
+ async serializeRequest(operationSchema, input, context) {
517
+ const request = await super.serializeRequest(operationSchema, input, context);
518
+ if (this.awsQueryCompatible) {
519
+ request.headers["x-amzn-query-mode"] = "true";
520
+ }
521
+ return request;
522
+ }
523
+ async handleError(operationSchema, context, response, dataObject, metadata) {
524
+ if (this.awsQueryCompatible) {
525
+ this.mixin.setQueryCompatError(dataObject, response);
526
+ }
527
+ const errorName = (() => {
528
+ const compatHeader = response.headers["x-amzn-query-error"];
529
+ if (compatHeader && this.awsQueryCompatible) {
530
+ return compatHeader.split(";")[0];
531
+ }
532
+ return cbor.loadSmithyRpcV2CborErrorCode(response, dataObject) ?? "Unknown";
533
+ })();
534
+ this.mixin.compose(this.compositeErrorRegistry, errorName, this.options.defaultNamespace);
535
+ const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorName, this.options.defaultNamespace, response, dataObject, metadata, this.awsQueryCompatible ? this.mixin.findQueryCompatibleError : undefined);
536
+ const ns = schema.NormalizedSchema.of(errorSchema);
537
+ const message = dataObject.message ?? dataObject.Message ?? "UnknownError";
538
+ const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
539
+ const exception = new ErrorCtor(message);
540
+ const output = {};
541
+ for (const [name, member] of ns.structIterator()) {
542
+ if (dataObject[name] != null) {
543
+ output[name] = this.deserializer.readValue(member, dataObject[name]);
544
+ }
545
+ }
546
+ if (this.awsQueryCompatible) {
547
+ this.mixin.queryCompatOutput(dataObject, output);
548
+ }
549
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
550
+ $fault: ns.getMergedTraits().error,
551
+ message,
552
+ }, output), dataObject);
553
+ }
554
+ }
555
+
556
+ const _toStr = (val) => {
557
+ if (val == null) {
558
+ return val;
559
+ }
560
+ if (typeof val === "number" || typeof val === "bigint") {
561
+ const warning = new Error(`Received number ${val} where a string was expected.`);
562
+ warning.name = "Warning";
563
+ console.warn(warning);
564
+ return String(val);
565
+ }
566
+ if (typeof val === "boolean") {
567
+ const warning = new Error(`Received boolean ${val} where a string was expected.`);
568
+ warning.name = "Warning";
569
+ console.warn(warning);
570
+ return String(val);
571
+ }
572
+ return val;
573
+ };
574
+ const _toBool = (val) => {
575
+ if (val == null) {
576
+ return val;
577
+ }
578
+ if (typeof val === "string") {
579
+ const lowercase = val.toLowerCase();
580
+ if (val !== "" && lowercase !== "false" && lowercase !== "true") {
581
+ const warning = new Error(`Received string "${val}" where a boolean was expected.`);
582
+ warning.name = "Warning";
583
+ console.warn(warning);
584
+ }
585
+ return val !== "" && lowercase !== "false";
586
+ }
587
+ return val;
588
+ };
589
+ const _toNum = (val) => {
590
+ if (val == null) {
591
+ return val;
592
+ }
593
+ if (typeof val === "string") {
594
+ const num = Number(val);
595
+ if (num.toString() !== val) {
596
+ const warning = new Error(`Received string "${val}" where a number was expected.`);
597
+ warning.name = "Warning";
598
+ console.warn(warning);
599
+ return val;
600
+ }
601
+ return num;
602
+ }
603
+ return val;
604
+ };
605
+
606
+ class SerdeContextConfig {
607
+ serdeContext;
608
+ setSerdeContext(serdeContext) {
609
+ this.serdeContext = serdeContext;
610
+ }
611
+ }
612
+
613
+ class UnionSerde {
614
+ from;
615
+ to;
616
+ keys;
617
+ constructor(from, to) {
618
+ this.from = from;
619
+ this.to = to;
620
+ const keys = Object.keys(this.from);
621
+ const set = new Set(keys);
622
+ set.delete("__type");
623
+ this.keys = set;
624
+ }
625
+ mark(key) {
626
+ this.keys.delete(key);
627
+ }
628
+ hasUnknown() {
629
+ return this.keys.size === 1 && Object.keys(this.to).length === 0;
630
+ }
631
+ writeUnknown() {
632
+ if (this.hasUnknown()) {
633
+ const k = this.keys.values().next().value;
634
+ const v = this.from[k];
635
+ this.to.$unknown = [k, v];
636
+ }
637
+ }
638
+ }
639
+
640
+ function jsonReviver(key, value, context) {
641
+ if (context?.source) {
642
+ const numericString = context.source;
643
+ if (typeof value === "number") {
644
+ if (value > Number.MAX_SAFE_INTEGER || value < Number.MIN_SAFE_INTEGER || numericString !== String(value)) {
645
+ const isFractional = numericString.includes(".");
646
+ if (isFractional) {
647
+ return new serde.NumericValue(numericString, "bigDecimal");
648
+ }
649
+ else {
650
+ return BigInt(numericString);
651
+ }
652
+ }
653
+ }
654
+ }
655
+ return value;
656
+ }
657
+
658
+ const collectBodyString = (streamBody, context) => smithyClient.collectBody(streamBody, context).then((body) => (context?.utf8Encoder ?? utilUtf8.toUtf8)(body));
659
+
660
+ const parseJsonBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
661
+ if (encoded.length) {
662
+ try {
663
+ return JSON.parse(encoded);
664
+ }
665
+ catch (e) {
666
+ if (e?.name === "SyntaxError") {
667
+ Object.defineProperty(e, "$responseBodyText", {
668
+ value: encoded,
669
+ });
670
+ }
671
+ throw e;
672
+ }
673
+ }
674
+ return {};
675
+ });
676
+ const parseJsonErrorBody = async (errorBody, context) => {
677
+ const value = await parseJsonBody(errorBody, context);
678
+ value.message = value.message ?? value.Message;
679
+ return value;
680
+ };
681
+ const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
682
+ const sanitizeErrorCode = (rawValue) => {
683
+ let cleanValue = rawValue;
684
+ if (typeof cleanValue === "number") {
685
+ cleanValue = cleanValue.toString();
686
+ }
687
+ if (cleanValue.indexOf(",") >= 0) {
688
+ cleanValue = cleanValue.split(",")[0];
689
+ }
690
+ if (cleanValue.indexOf(":") >= 0) {
691
+ cleanValue = cleanValue.split(":")[0];
692
+ }
693
+ if (cleanValue.indexOf("#") >= 0) {
694
+ cleanValue = cleanValue.split("#")[1];
695
+ }
696
+ return cleanValue;
697
+ };
698
+ const loadRestJsonErrorCode = (output, data) => {
699
+ const headerKey = findKey(output.headers, "x-amzn-errortype");
700
+ if (headerKey !== undefined) {
701
+ return sanitizeErrorCode(output.headers[headerKey]);
702
+ }
703
+ if (data && typeof data === "object") {
704
+ const codeKey = findKey(data, "code");
705
+ if (codeKey && data[codeKey] !== undefined) {
706
+ return sanitizeErrorCode(data[codeKey]);
707
+ }
708
+ if (data["__type"] !== undefined) {
709
+ return sanitizeErrorCode(data["__type"]);
710
+ }
711
+ }
712
+ };
713
+
714
+ class JsonShapeDeserializer extends SerdeContextConfig {
715
+ settings;
716
+ constructor(settings) {
717
+ super();
718
+ this.settings = settings;
719
+ }
720
+ async read(schema, data) {
721
+ return this._read(schema, typeof data === "string" ? JSON.parse(data, jsonReviver) : await parseJsonBody(data, this.serdeContext));
722
+ }
723
+ readObject(schema, data) {
724
+ return this._read(schema, data);
725
+ }
726
+ _read(schema$1, value) {
727
+ const isObject = value !== null && typeof value === "object";
728
+ const ns = schema.NormalizedSchema.of(schema$1);
729
+ if (isObject) {
730
+ if (ns.isStructSchema()) {
731
+ const record = value;
732
+ const union = ns.isUnionSchema();
733
+ const out = {};
734
+ let nameMap = void 0;
735
+ const { jsonName } = this.settings;
736
+ if (jsonName) {
737
+ nameMap = {};
738
+ }
739
+ let unionSerde;
740
+ if (union) {
741
+ unionSerde = new UnionSerde(record, out);
742
+ }
743
+ for (const [memberName, memberSchema] of ns.structIterator()) {
744
+ let fromKey = memberName;
745
+ if (jsonName) {
746
+ fromKey = memberSchema.getMergedTraits().jsonName ?? fromKey;
747
+ nameMap[fromKey] = memberName;
748
+ }
749
+ if (union) {
750
+ unionSerde.mark(fromKey);
751
+ }
752
+ if (record[fromKey] != null) {
753
+ out[memberName] = this._read(memberSchema, record[fromKey]);
754
+ }
755
+ }
756
+ if (union) {
757
+ unionSerde.writeUnknown();
758
+ }
759
+ else if (typeof record.__type === "string") {
760
+ for (const k in record) {
761
+ const v = record[k];
762
+ const t = jsonName ? nameMap[k] ?? k : k;
763
+ if (!(t in out)) {
764
+ out[t] = v;
765
+ }
766
+ }
767
+ }
768
+ return out;
769
+ }
770
+ if (Array.isArray(value) && ns.isListSchema()) {
771
+ const listMember = ns.getValueSchema();
772
+ const out = [];
773
+ for (const item of value) {
774
+ out.push(this._read(listMember, item));
775
+ }
776
+ return out;
777
+ }
778
+ if (ns.isMapSchema()) {
779
+ const mapMember = ns.getValueSchema();
780
+ const out = {};
781
+ for (const _k in value) {
782
+ out[_k] = this._read(mapMember, value[_k]);
783
+ }
784
+ return out;
785
+ }
786
+ }
787
+ if (ns.isBlobSchema() && typeof value === "string") {
788
+ return utilBase64.fromBase64(value);
789
+ }
790
+ const mediaType = ns.getMergedTraits().mediaType;
791
+ if (ns.isStringSchema() && typeof value === "string" && mediaType) {
792
+ const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
793
+ if (isJson) {
794
+ return serde.LazyJsonString.from(value);
795
+ }
796
+ return value;
797
+ }
798
+ if (ns.isTimestampSchema() && value != null) {
799
+ const format = protocols.determineTimestampFormat(ns, this.settings);
800
+ switch (format) {
801
+ case 5:
802
+ return serde.parseRfc3339DateTimeWithOffset(value);
803
+ case 6:
804
+ return serde.parseRfc7231DateTime(value);
805
+ case 7:
806
+ return serde.parseEpochTimestamp(value);
807
+ default:
808
+ console.warn("Missing timestamp format, parsing value with Date constructor:", value);
809
+ return new Date(value);
810
+ }
811
+ }
812
+ if (ns.isBigIntegerSchema() && (typeof value === "number" || typeof value === "string")) {
813
+ return BigInt(value);
814
+ }
815
+ if (ns.isBigDecimalSchema() && value != undefined) {
816
+ if (value instanceof serde.NumericValue) {
817
+ return value;
818
+ }
819
+ const untyped = value;
820
+ if (untyped.type === "bigDecimal" && "string" in untyped) {
821
+ return new serde.NumericValue(untyped.string, untyped.type);
822
+ }
823
+ return new serde.NumericValue(String(value), "bigDecimal");
824
+ }
825
+ if (ns.isNumericSchema() && typeof value === "string") {
826
+ switch (value) {
827
+ case "Infinity":
828
+ return Infinity;
829
+ case "-Infinity":
830
+ return -Infinity;
831
+ case "NaN":
832
+ return NaN;
833
+ }
834
+ return value;
835
+ }
836
+ if (ns.isDocumentSchema()) {
837
+ if (isObject) {
838
+ const out = Array.isArray(value) ? [] : {};
839
+ for (const k in value) {
840
+ const v = value[k];
841
+ if (v instanceof serde.NumericValue) {
842
+ out[k] = v;
843
+ }
844
+ else {
845
+ out[k] = this._read(ns, v);
846
+ }
847
+ }
848
+ return out;
849
+ }
850
+ else {
851
+ return structuredClone(value);
852
+ }
853
+ }
854
+ return value;
855
+ }
856
+ }
857
+
858
+ const NUMERIC_CONTROL_CHAR = String.fromCharCode(925);
859
+ class JsonReplacer {
860
+ values = new Map();
861
+ counter = 0;
862
+ stage = 0;
863
+ createReplacer() {
864
+ if (this.stage === 1) {
865
+ throw new Error("@aws-sdk/core/protocols - JsonReplacer already created.");
866
+ }
867
+ if (this.stage === 2) {
868
+ throw new Error("@aws-sdk/core/protocols - JsonReplacer exhausted.");
869
+ }
870
+ this.stage = 1;
871
+ return (key, value) => {
872
+ if (value instanceof serde.NumericValue) {
873
+ const v = `${NUMERIC_CONTROL_CHAR + "nv" + this.counter++}_` + value.string;
874
+ this.values.set(`"${v}"`, value.string);
875
+ return v;
876
+ }
877
+ if (typeof value === "bigint") {
878
+ const s = value.toString();
879
+ const v = `${NUMERIC_CONTROL_CHAR + "b" + this.counter++}_` + s;
880
+ this.values.set(`"${v}"`, s);
881
+ return v;
882
+ }
883
+ return value;
884
+ };
885
+ }
886
+ replaceInJson(json) {
887
+ if (this.stage === 0) {
888
+ throw new Error("@aws-sdk/core/protocols - JsonReplacer not created yet.");
889
+ }
890
+ if (this.stage === 2) {
891
+ throw new Error("@aws-sdk/core/protocols - JsonReplacer exhausted.");
892
+ }
893
+ this.stage = 2;
894
+ if (this.counter === 0) {
895
+ return json;
896
+ }
897
+ for (const [key, value] of this.values) {
898
+ json = json.replace(key, value);
899
+ }
900
+ return json;
901
+ }
902
+ }
903
+
904
+ class JsonShapeSerializer extends SerdeContextConfig {
905
+ settings;
906
+ buffer;
907
+ useReplacer = false;
908
+ rootSchema;
909
+ constructor(settings) {
910
+ super();
911
+ this.settings = settings;
912
+ }
913
+ write(schema$1, value) {
914
+ this.rootSchema = schema.NormalizedSchema.of(schema$1);
915
+ this.buffer = this._write(this.rootSchema, value);
916
+ }
917
+ flush() {
918
+ const { rootSchema, useReplacer } = this;
919
+ this.rootSchema = undefined;
920
+ this.useReplacer = false;
921
+ if (rootSchema?.isStructSchema() || rootSchema?.isDocumentSchema()) {
922
+ if (!useReplacer) {
923
+ return JSON.stringify(this.buffer);
924
+ }
925
+ const replacer = new JsonReplacer();
926
+ return replacer.replaceInJson(JSON.stringify(this.buffer, replacer.createReplacer(), 0));
927
+ }
928
+ return this.buffer;
929
+ }
930
+ writeDiscriminatedDocument(schema$1, value) {
931
+ this.write(schema$1, value);
932
+ if (typeof this.buffer === "object") {
933
+ this.buffer.__type = schema.NormalizedSchema.of(schema$1).getName(true);
934
+ }
935
+ }
936
+ _write(schema$1, value, container) {
937
+ const isObject = value !== null && typeof value === "object";
938
+ const ns = schema.NormalizedSchema.of(schema$1);
939
+ if (isObject) {
940
+ if (ns.isStructSchema()) {
941
+ const record = value;
942
+ const out = {};
943
+ const { jsonName } = this.settings;
944
+ let nameMap = void 0;
945
+ if (jsonName) {
946
+ nameMap = {};
947
+ }
948
+ let outCount = 0;
949
+ for (const [memberName, memberSchema] of ns.structIterator()) {
950
+ const serializableValue = this._write(memberSchema, record[memberName], ns);
951
+ if (serializableValue !== undefined) {
952
+ let targetKey = memberName;
953
+ if (jsonName) {
954
+ targetKey = memberSchema.getMergedTraits().jsonName ?? memberName;
955
+ nameMap[memberName] = targetKey;
956
+ }
957
+ out[targetKey] = serializableValue;
958
+ outCount++;
959
+ }
960
+ }
961
+ if (ns.isUnionSchema() && outCount === 0) {
962
+ const { $unknown } = record;
963
+ if (Array.isArray($unknown)) {
964
+ const [k, v] = $unknown;
965
+ out[k] = this._write(15, v);
966
+ }
967
+ }
968
+ else if (typeof record.__type === "string") {
969
+ for (const k in record) {
970
+ const v = record[k];
971
+ const targetKey = jsonName ? nameMap[k] ?? k : k;
972
+ if (!(targetKey in out)) {
973
+ out[targetKey] = this._write(15, v);
974
+ }
975
+ }
976
+ }
977
+ return out;
978
+ }
979
+ if (Array.isArray(value) && ns.isListSchema()) {
980
+ const listMember = ns.getValueSchema();
981
+ const out = [];
982
+ const sparse = !!ns.getMergedTraits().sparse;
983
+ for (const item of value) {
984
+ if (sparse || item != null) {
985
+ out.push(this._write(listMember, item));
986
+ }
987
+ }
988
+ return out;
989
+ }
990
+ if (ns.isMapSchema()) {
991
+ const mapMember = ns.getValueSchema();
992
+ const out = {};
993
+ const sparse = !!ns.getMergedTraits().sparse;
994
+ for (const _k in value) {
995
+ const _v = value[_k];
996
+ if (sparse || _v != null) {
997
+ out[_k] = this._write(mapMember, _v);
998
+ }
999
+ }
1000
+ return out;
1001
+ }
1002
+ if (value instanceof Uint8Array && (ns.isBlobSchema() || ns.isDocumentSchema())) {
1003
+ if (ns === this.rootSchema) {
1004
+ return value;
1005
+ }
1006
+ return (this.serdeContext?.base64Encoder ?? utilBase64.toBase64)(value);
1007
+ }
1008
+ if (value instanceof Date && (ns.isTimestampSchema() || ns.isDocumentSchema())) {
1009
+ const format = protocols.determineTimestampFormat(ns, this.settings);
1010
+ switch (format) {
1011
+ case 5:
1012
+ return value.toISOString().replace(".000Z", "Z");
1013
+ case 6:
1014
+ return serde.dateToUtcString(value);
1015
+ case 7:
1016
+ return value.getTime() / 1000;
1017
+ default:
1018
+ console.warn("Missing timestamp format, using epoch seconds", value);
1019
+ return value.getTime() / 1000;
1020
+ }
1021
+ }
1022
+ if (value instanceof serde.NumericValue) {
1023
+ this.useReplacer = true;
1024
+ }
1025
+ }
1026
+ if (value === null && container?.isStructSchema()) {
1027
+ return void 0;
1028
+ }
1029
+ if (ns.isStringSchema()) {
1030
+ if (typeof value === "undefined" && ns.isIdempotencyToken()) {
1031
+ return serde.generateIdempotencyToken();
1032
+ }
1033
+ const mediaType = ns.getMergedTraits().mediaType;
1034
+ if (value != null && mediaType) {
1035
+ const isJson = mediaType === "application/json" || mediaType.endsWith("+json");
1036
+ if (isJson) {
1037
+ return serde.LazyJsonString.from(value);
1038
+ }
1039
+ }
1040
+ return value;
1041
+ }
1042
+ if (typeof value === "number" && ns.isNumericSchema()) {
1043
+ if (Math.abs(value) === Infinity || isNaN(value)) {
1044
+ return String(value);
1045
+ }
1046
+ return value;
1047
+ }
1048
+ if (typeof value === "string" && ns.isBlobSchema()) {
1049
+ if (ns === this.rootSchema) {
1050
+ return value;
1051
+ }
1052
+ return (this.serdeContext?.base64Encoder ?? utilBase64.toBase64)(value);
1053
+ }
1054
+ if (typeof value === "bigint") {
1055
+ this.useReplacer = true;
1056
+ }
1057
+ if (ns.isDocumentSchema()) {
1058
+ if (isObject) {
1059
+ const out = Array.isArray(value) ? [] : {};
1060
+ for (const k in value) {
1061
+ const v = value[k];
1062
+ if (v instanceof serde.NumericValue) {
1063
+ this.useReplacer = true;
1064
+ out[k] = v;
1065
+ }
1066
+ else {
1067
+ out[k] = this._write(ns, v);
1068
+ }
1069
+ }
1070
+ return out;
1071
+ }
1072
+ else {
1073
+ return structuredClone(value);
1074
+ }
1075
+ }
1076
+ return value;
1077
+ }
1078
+ }
1079
+
1080
+ class JsonCodec extends SerdeContextConfig {
1081
+ settings;
1082
+ constructor(settings) {
1083
+ super();
1084
+ this.settings = settings;
1085
+ }
1086
+ createSerializer() {
1087
+ const serializer = new JsonShapeSerializer(this.settings);
1088
+ serializer.setSerdeContext(this.serdeContext);
1089
+ return serializer;
1090
+ }
1091
+ createDeserializer() {
1092
+ const deserializer = new JsonShapeDeserializer(this.settings);
1093
+ deserializer.setSerdeContext(this.serdeContext);
1094
+ return deserializer;
1095
+ }
1096
+ }
1097
+
1098
+ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
1099
+ serializer;
1100
+ deserializer;
1101
+ serviceTarget;
1102
+ codec;
1103
+ mixin;
1104
+ awsQueryCompatible;
1105
+ constructor({ defaultNamespace, errorTypeRegistries, serviceTarget, awsQueryCompatible, jsonCodec, }) {
1106
+ super({
1107
+ defaultNamespace,
1108
+ errorTypeRegistries,
1109
+ });
1110
+ this.serviceTarget = serviceTarget;
1111
+ this.codec =
1112
+ jsonCodec ??
1113
+ new JsonCodec({
1114
+ timestampFormat: {
1115
+ useTrait: true,
1116
+ default: 7,
1117
+ },
1118
+ jsonName: false,
1119
+ });
1120
+ this.serializer = this.codec.createSerializer();
1121
+ this.deserializer = this.codec.createDeserializer();
1122
+ this.awsQueryCompatible = !!awsQueryCompatible;
1123
+ this.mixin = new ProtocolLib(this.awsQueryCompatible);
1124
+ }
1125
+ async serializeRequest(operationSchema, input, context) {
1126
+ const request = await super.serializeRequest(operationSchema, input, context);
1127
+ if (!request.path.endsWith("/")) {
1128
+ request.path += "/";
1129
+ }
1130
+ request.headers["content-type"] = `application/x-amz-json-${this.getJsonRpcVersion()}`;
1131
+ request.headers["x-amz-target"] = `${this.serviceTarget}.${operationSchema.name}`;
1132
+ if (this.awsQueryCompatible) {
1133
+ request.headers["x-amzn-query-mode"] = "true";
1134
+ }
1135
+ if (schema.deref(operationSchema.input) === "unit" || !request.body) {
1136
+ request.body = "{}";
1137
+ }
1138
+ return request;
1139
+ }
1140
+ getPayloadCodec() {
1141
+ return this.codec;
1142
+ }
1143
+ async handleError(operationSchema, context, response, dataObject, metadata) {
1144
+ if (this.awsQueryCompatible) {
1145
+ this.mixin.setQueryCompatError(dataObject, response);
1146
+ }
1147
+ const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
1148
+ this.mixin.compose(this.compositeErrorRegistry, errorIdentifier, this.options.defaultNamespace);
1149
+ const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata, this.awsQueryCompatible ? this.mixin.findQueryCompatibleError : undefined);
1150
+ const ns = schema.NormalizedSchema.of(errorSchema);
1151
+ const message = dataObject.message ?? dataObject.Message ?? "UnknownError";
1152
+ const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
1153
+ const exception = new ErrorCtor(message);
1154
+ const output = {};
1155
+ const errorDeserializer = this.codec.createDeserializer();
1156
+ for (const [name, member] of ns.structIterator()) {
1157
+ if (dataObject[name] != null) {
1158
+ output[name] = errorDeserializer.readObject(member, dataObject[name]);
1159
+ }
1160
+ }
1161
+ if (this.awsQueryCompatible) {
1162
+ this.mixin.queryCompatOutput(dataObject, output);
1163
+ }
1164
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
1165
+ $fault: ns.getMergedTraits().error,
1166
+ message,
1167
+ }, output), dataObject);
1168
+ }
1169
+ }
1170
+
1171
+ class AwsJson1_0Protocol extends AwsJsonRpcProtocol {
1172
+ constructor({ defaultNamespace, errorTypeRegistries, serviceTarget, awsQueryCompatible, jsonCodec, }) {
1173
+ super({
1174
+ defaultNamespace,
1175
+ errorTypeRegistries,
1176
+ serviceTarget,
1177
+ awsQueryCompatible,
1178
+ jsonCodec,
1179
+ });
1180
+ }
1181
+ getShapeId() {
1182
+ return "aws.protocols#awsJson1_0";
1183
+ }
1184
+ getJsonRpcVersion() {
1185
+ return "1.0";
1186
+ }
1187
+ getDefaultContentType() {
1188
+ return "application/x-amz-json-1.0";
1189
+ }
1190
+ }
1191
+
1192
+ class AwsJson1_1Protocol extends AwsJsonRpcProtocol {
1193
+ constructor({ defaultNamespace, errorTypeRegistries, serviceTarget, awsQueryCompatible, jsonCodec, }) {
1194
+ super({
1195
+ defaultNamespace,
1196
+ errorTypeRegistries,
1197
+ serviceTarget,
1198
+ awsQueryCompatible,
1199
+ jsonCodec,
1200
+ });
1201
+ }
1202
+ getShapeId() {
1203
+ return "aws.protocols#awsJson1_1";
1204
+ }
1205
+ getJsonRpcVersion() {
1206
+ return "1.1";
1207
+ }
1208
+ getDefaultContentType() {
1209
+ return "application/x-amz-json-1.1";
1210
+ }
1211
+ }
1212
+
1213
+ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
1214
+ serializer;
1215
+ deserializer;
1216
+ codec;
1217
+ mixin = new ProtocolLib();
1218
+ constructor({ defaultNamespace, errorTypeRegistries, }) {
1219
+ super({
1220
+ defaultNamespace,
1221
+ errorTypeRegistries,
1222
+ });
1223
+ const settings = {
1224
+ timestampFormat: {
1225
+ useTrait: true,
1226
+ default: 7,
1227
+ },
1228
+ httpBindings: true,
1229
+ jsonName: true,
1230
+ };
1231
+ this.codec = new JsonCodec(settings);
1232
+ this.serializer = new protocols.HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
1233
+ this.deserializer = new protocols.HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
1234
+ }
1235
+ getShapeId() {
1236
+ return "aws.protocols#restJson1";
1237
+ }
1238
+ getPayloadCodec() {
1239
+ return this.codec;
1240
+ }
1241
+ setSerdeContext(serdeContext) {
1242
+ this.codec.setSerdeContext(serdeContext);
1243
+ super.setSerdeContext(serdeContext);
1244
+ }
1245
+ async serializeRequest(operationSchema, input, context) {
1246
+ const request = await super.serializeRequest(operationSchema, input, context);
1247
+ const inputSchema = schema.NormalizedSchema.of(operationSchema.input);
1248
+ if (!request.headers["content-type"]) {
1249
+ const contentType = this.mixin.resolveRestContentType(this.getDefaultContentType(), inputSchema);
1250
+ if (contentType) {
1251
+ request.headers["content-type"] = contentType;
1252
+ }
1253
+ }
1254
+ if (request.body == null && request.headers["content-type"] === this.getDefaultContentType()) {
1255
+ request.body = "{}";
1256
+ }
1257
+ return request;
1258
+ }
1259
+ async deserializeResponse(operationSchema, context, response) {
1260
+ const output = await super.deserializeResponse(operationSchema, context, response);
1261
+ const outputSchema = schema.NormalizedSchema.of(operationSchema.output);
1262
+ for (const [name, member] of outputSchema.structIterator()) {
1263
+ if (member.getMemberTraits().httpPayload && !(name in output)) {
1264
+ output[name] = null;
1265
+ }
1266
+ }
1267
+ return output;
1268
+ }
1269
+ async handleError(operationSchema, context, response, dataObject, metadata) {
1270
+ const errorIdentifier = loadRestJsonErrorCode(response, dataObject) ?? "Unknown";
1271
+ this.mixin.compose(this.compositeErrorRegistry, errorIdentifier, this.options.defaultNamespace);
1272
+ const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
1273
+ const ns = schema.NormalizedSchema.of(errorSchema);
1274
+ const message = dataObject.message ?? dataObject.Message ?? "UnknownError";
1275
+ const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
1276
+ const exception = new ErrorCtor(message);
1277
+ await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
1278
+ const output = {};
1279
+ const errorDeserializer = this.codec.createDeserializer();
1280
+ for (const [name, member] of ns.structIterator()) {
1281
+ const target = member.getMergedTraits().jsonName ?? name;
1282
+ output[name] = errorDeserializer.readObject(member, dataObject[target]);
1283
+ }
1284
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
1285
+ $fault: ns.getMergedTraits().error,
1286
+ message,
1287
+ }, output), dataObject);
1288
+ }
1289
+ getDefaultContentType() {
1290
+ return "application/json";
1291
+ }
1292
+ }
1293
+
1294
+ const awsExpectUnion = (value) => {
1295
+ if (value == null) {
1296
+ return undefined;
1297
+ }
1298
+ if (typeof value === "object" && "__type" in value) {
1299
+ delete value.__type;
1300
+ }
1301
+ return smithyClient.expectUnion(value);
1302
+ };
1303
+
1304
+ class XmlShapeDeserializer extends SerdeContextConfig {
1305
+ settings;
1306
+ stringDeserializer;
1307
+ constructor(settings) {
1308
+ super();
1309
+ this.settings = settings;
1310
+ this.stringDeserializer = new protocols.FromStringShapeDeserializer(settings);
1311
+ }
1312
+ setSerdeContext(serdeContext) {
1313
+ this.serdeContext = serdeContext;
1314
+ this.stringDeserializer.setSerdeContext(serdeContext);
1315
+ }
1316
+ read(schema$1, bytes, key) {
1317
+ const ns = schema.NormalizedSchema.of(schema$1);
1318
+ const memberSchemas = ns.getMemberSchemas();
1319
+ const isEventPayload = ns.isStructSchema() &&
1320
+ ns.isMemberSchema() &&
1321
+ !!Object.values(memberSchemas).find((memberNs) => {
1322
+ return !!memberNs.getMemberTraits().eventPayload;
1323
+ });
1324
+ if (isEventPayload) {
1325
+ const output = {};
1326
+ const memberName = Object.keys(memberSchemas)[0];
1327
+ const eventMemberSchema = memberSchemas[memberName];
1328
+ if (eventMemberSchema.isBlobSchema()) {
1329
+ output[memberName] = bytes;
1330
+ }
1331
+ else {
1332
+ output[memberName] = this.read(memberSchemas[memberName], bytes);
1333
+ }
1334
+ return output;
1335
+ }
1336
+ const xmlString = (this.serdeContext?.utf8Encoder ?? utilUtf8.toUtf8)(bytes);
1337
+ const parsedObject = this.parseXml(xmlString);
1338
+ return this.readSchema(schema$1, key ? parsedObject[key] : parsedObject);
1339
+ }
1340
+ readSchema(_schema, value) {
1341
+ const ns = schema.NormalizedSchema.of(_schema);
1342
+ if (ns.isUnitSchema()) {
1343
+ return;
1344
+ }
1345
+ const traits = ns.getMergedTraits();
1346
+ if (ns.isListSchema() && !Array.isArray(value)) {
1347
+ return this.readSchema(ns, [value]);
1348
+ }
1349
+ if (value == null) {
1350
+ return value;
1351
+ }
1352
+ if (typeof value === "object") {
1353
+ const flat = !!traits.xmlFlattened;
1354
+ if (ns.isListSchema()) {
1355
+ const listValue = ns.getValueSchema();
1356
+ const buffer = [];
1357
+ const sourceKey = listValue.getMergedTraits().xmlName ?? "member";
1358
+ const source = flat ? value : (value[0] ?? value)[sourceKey];
1359
+ if (source == null) {
1360
+ return buffer;
1361
+ }
1362
+ const sourceArray = Array.isArray(source) ? source : [source];
1363
+ for (const v of sourceArray) {
1364
+ buffer.push(this.readSchema(listValue, v));
1365
+ }
1366
+ return buffer;
1367
+ }
1368
+ const buffer = {};
1369
+ if (ns.isMapSchema()) {
1370
+ const keyNs = ns.getKeySchema();
1371
+ const memberNs = ns.getValueSchema();
1372
+ let entries;
1373
+ if (flat) {
1374
+ entries = Array.isArray(value) ? value : [value];
1375
+ }
1376
+ else {
1377
+ entries = Array.isArray(value.entry) ? value.entry : [value.entry];
1378
+ }
1379
+ const keyProperty = keyNs.getMergedTraits().xmlName ?? "key";
1380
+ const valueProperty = memberNs.getMergedTraits().xmlName ?? "value";
1381
+ for (const entry of entries) {
1382
+ const key = entry[keyProperty];
1383
+ const value = entry[valueProperty];
1384
+ buffer[key] = this.readSchema(memberNs, value);
1385
+ }
1386
+ return buffer;
1387
+ }
1388
+ if (ns.isStructSchema()) {
1389
+ const union = ns.isUnionSchema();
1390
+ let unionSerde;
1391
+ if (union) {
1392
+ unionSerde = new UnionSerde(value, buffer);
1393
+ }
1394
+ for (const [memberName, memberSchema] of ns.structIterator()) {
1395
+ const memberTraits = memberSchema.getMergedTraits();
1396
+ const xmlObjectKey = !memberTraits.httpPayload
1397
+ ? memberSchema.getMemberTraits().xmlName ?? memberName
1398
+ : memberTraits.xmlName ?? memberSchema.getName();
1399
+ if (union) {
1400
+ unionSerde.mark(xmlObjectKey);
1401
+ }
1402
+ if (value[xmlObjectKey] != null) {
1403
+ buffer[memberName] = this.readSchema(memberSchema, value[xmlObjectKey]);
1404
+ }
1405
+ }
1406
+ if (union) {
1407
+ unionSerde.writeUnknown();
1408
+ }
1409
+ return buffer;
1410
+ }
1411
+ if (ns.isDocumentSchema()) {
1412
+ return value;
1413
+ }
1414
+ throw new Error(`@aws-sdk/core/protocols - xml deserializer unhandled schema type for ${ns.getName(true)}`);
1415
+ }
1416
+ if (ns.isListSchema()) {
1417
+ return [];
1418
+ }
1419
+ if (ns.isMapSchema() || ns.isStructSchema()) {
1420
+ return {};
1421
+ }
1422
+ return this.stringDeserializer.read(ns, value);
1423
+ }
1424
+ parseXml(xml) {
1425
+ if (xml.length) {
1426
+ let parsedObj;
1427
+ try {
1428
+ parsedObj = xmlBuilder.parseXML(xml);
1429
+ }
1430
+ catch (e) {
1431
+ if (e && typeof e === "object") {
1432
+ Object.defineProperty(e, "$responseBodyText", {
1433
+ value: xml,
1434
+ });
1435
+ }
1436
+ throw e;
1437
+ }
1438
+ const textNodeName = "#text";
1439
+ const key = Object.keys(parsedObj)[0];
1440
+ const parsedObjToReturn = parsedObj[key];
1441
+ if (parsedObjToReturn[textNodeName]) {
1442
+ parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
1443
+ delete parsedObjToReturn[textNodeName];
1444
+ }
1445
+ return smithyClient.getValueFromTextNode(parsedObjToReturn);
1446
+ }
1447
+ return {};
1448
+ }
1449
+ }
1450
+
1451
+ class QueryShapeSerializer extends SerdeContextConfig {
1452
+ settings;
1453
+ buffer;
1454
+ constructor(settings) {
1455
+ super();
1456
+ this.settings = settings;
1457
+ }
1458
+ write(schema$1, value, prefix = "") {
1459
+ if (this.buffer === undefined) {
1460
+ this.buffer = "";
1461
+ }
1462
+ const ns = schema.NormalizedSchema.of(schema$1);
1463
+ if (prefix && !prefix.endsWith(".")) {
1464
+ prefix += ".";
1465
+ }
1466
+ if (ns.isBlobSchema()) {
1467
+ if (typeof value === "string" || value instanceof Uint8Array) {
1468
+ this.writeKey(prefix);
1469
+ this.writeValue((this.serdeContext?.base64Encoder ?? utilBase64.toBase64)(value));
1470
+ }
1471
+ }
1472
+ else if (ns.isBooleanSchema() || ns.isNumericSchema() || ns.isStringSchema()) {
1473
+ if (value != null) {
1474
+ this.writeKey(prefix);
1475
+ this.writeValue(String(value));
1476
+ }
1477
+ else if (ns.isIdempotencyToken()) {
1478
+ this.writeKey(prefix);
1479
+ this.writeValue(serde.generateIdempotencyToken());
1480
+ }
1481
+ }
1482
+ else if (ns.isBigIntegerSchema()) {
1483
+ if (value != null) {
1484
+ this.writeKey(prefix);
1485
+ this.writeValue(String(value));
1486
+ }
1487
+ }
1488
+ else if (ns.isBigDecimalSchema()) {
1489
+ if (value != null) {
1490
+ this.writeKey(prefix);
1491
+ this.writeValue(value instanceof serde.NumericValue ? value.string : String(value));
1492
+ }
1493
+ }
1494
+ else if (ns.isTimestampSchema()) {
1495
+ if (value instanceof Date) {
1496
+ this.writeKey(prefix);
1497
+ const format = protocols.determineTimestampFormat(ns, this.settings);
1498
+ switch (format) {
1499
+ case 5:
1500
+ this.writeValue(value.toISOString().replace(".000Z", "Z"));
1501
+ break;
1502
+ case 6:
1503
+ this.writeValue(smithyClient.dateToUtcString(value));
1504
+ break;
1505
+ case 7:
1506
+ this.writeValue(String(value.getTime() / 1000));
1507
+ break;
1508
+ }
1509
+ }
1510
+ }
1511
+ else if (ns.isDocumentSchema()) {
1512
+ if (Array.isArray(value)) {
1513
+ this.write(64 | 15, value, prefix);
1514
+ }
1515
+ else if (value instanceof Date) {
1516
+ this.write(4, value, prefix);
1517
+ }
1518
+ else if (value instanceof Uint8Array) {
1519
+ this.write(21, value, prefix);
1520
+ }
1521
+ else if (value && typeof value === "object") {
1522
+ this.write(128 | 15, value, prefix);
1523
+ }
1524
+ else {
1525
+ this.writeKey(prefix);
1526
+ this.writeValue(String(value));
1527
+ }
1528
+ }
1529
+ else if (ns.isListSchema()) {
1530
+ if (Array.isArray(value)) {
1531
+ if (value.length === 0) {
1532
+ if (this.settings.serializeEmptyLists) {
1533
+ this.writeKey(prefix);
1534
+ this.writeValue("");
1535
+ }
1536
+ }
1537
+ else {
1538
+ const member = ns.getValueSchema();
1539
+ const flat = this.settings.flattenLists || ns.getMergedTraits().xmlFlattened;
1540
+ let i = 1;
1541
+ for (const item of value) {
1542
+ if (item == null) {
1543
+ continue;
1544
+ }
1545
+ const traits = member.getMergedTraits();
1546
+ const suffix = this.getKey("member", traits.xmlName, traits.ec2QueryName);
1547
+ const key = flat ? `${prefix}${i}` : `${prefix}${suffix}.${i}`;
1548
+ this.write(member, item, key);
1549
+ ++i;
1550
+ }
1551
+ }
1552
+ }
1553
+ }
1554
+ else if (ns.isMapSchema()) {
1555
+ if (value && typeof value === "object") {
1556
+ const keySchema = ns.getKeySchema();
1557
+ const memberSchema = ns.getValueSchema();
1558
+ const flat = ns.getMergedTraits().xmlFlattened;
1559
+ let i = 1;
1560
+ for (const k in value) {
1561
+ const v = value[k];
1562
+ if (v == null) {
1563
+ continue;
1564
+ }
1565
+ const keyTraits = keySchema.getMergedTraits();
1566
+ const keySuffix = this.getKey("key", keyTraits.xmlName, keyTraits.ec2QueryName);
1567
+ const key = flat ? `${prefix}${i}.${keySuffix}` : `${prefix}entry.${i}.${keySuffix}`;
1568
+ const valTraits = memberSchema.getMergedTraits();
1569
+ const valueSuffix = this.getKey("value", valTraits.xmlName, valTraits.ec2QueryName);
1570
+ const valueKey = flat ? `${prefix}${i}.${valueSuffix}` : `${prefix}entry.${i}.${valueSuffix}`;
1571
+ this.write(keySchema, k, key);
1572
+ this.write(memberSchema, v, valueKey);
1573
+ ++i;
1574
+ }
1575
+ }
1576
+ }
1577
+ else if (ns.isStructSchema()) {
1578
+ if (value && typeof value === "object") {
1579
+ let didWriteMember = false;
1580
+ for (const [memberName, member] of ns.structIterator()) {
1581
+ if (value[memberName] == null && !member.isIdempotencyToken()) {
1582
+ continue;
1583
+ }
1584
+ const traits = member.getMergedTraits();
1585
+ const suffix = this.getKey(memberName, traits.xmlName, traits.ec2QueryName, "struct");
1586
+ const key = `${prefix}${suffix}`;
1587
+ this.write(member, value[memberName], key);
1588
+ didWriteMember = true;
1589
+ }
1590
+ if (!didWriteMember && ns.isUnionSchema()) {
1591
+ const { $unknown } = value;
1592
+ if (Array.isArray($unknown)) {
1593
+ const [k, v] = $unknown;
1594
+ const key = `${prefix}${k}`;
1595
+ this.write(15, v, key);
1596
+ }
1597
+ }
1598
+ }
1599
+ }
1600
+ else if (ns.isUnitSchema()) ;
1601
+ else {
1602
+ throw new Error(`@aws-sdk/core/protocols - QuerySerializer unrecognized schema type ${ns.getName(true)}`);
1603
+ }
1604
+ }
1605
+ flush() {
1606
+ if (this.buffer === undefined) {
1607
+ throw new Error("@aws-sdk/core/protocols - QuerySerializer cannot flush with nothing written to buffer.");
1608
+ }
1609
+ const str = this.buffer;
1610
+ delete this.buffer;
1611
+ return str;
1612
+ }
1613
+ getKey(memberName, xmlName, ec2QueryName, keySource) {
1614
+ const { ec2, capitalizeKeys } = this.settings;
1615
+ if (ec2 && ec2QueryName) {
1616
+ return ec2QueryName;
1617
+ }
1618
+ const key = xmlName ?? memberName;
1619
+ if (capitalizeKeys && keySource === "struct") {
1620
+ return key[0].toUpperCase() + key.slice(1);
1621
+ }
1622
+ return key;
1623
+ }
1624
+ writeKey(key) {
1625
+ if (key.endsWith(".")) {
1626
+ key = key.slice(0, key.length - 1);
1627
+ }
1628
+ this.buffer += `&${protocols.extendedEncodeURIComponent(key)}=`;
1629
+ }
1630
+ writeValue(value) {
1631
+ this.buffer += protocols.extendedEncodeURIComponent(value);
1632
+ }
1633
+ }
1634
+
1635
+ class AwsQueryProtocol extends protocols.RpcProtocol {
1636
+ options;
1637
+ serializer;
1638
+ deserializer;
1639
+ mixin = new ProtocolLib();
1640
+ constructor(options) {
1641
+ super({
1642
+ defaultNamespace: options.defaultNamespace,
1643
+ errorTypeRegistries: options.errorTypeRegistries,
1644
+ });
1645
+ this.options = options;
1646
+ const settings = {
1647
+ timestampFormat: {
1648
+ useTrait: true,
1649
+ default: 5,
1650
+ },
1651
+ httpBindings: false,
1652
+ xmlNamespace: options.xmlNamespace,
1653
+ serviceNamespace: options.defaultNamespace,
1654
+ serializeEmptyLists: true,
1655
+ };
1656
+ this.serializer = new QueryShapeSerializer(settings);
1657
+ this.deserializer = new XmlShapeDeserializer(settings);
1658
+ }
1659
+ getShapeId() {
1660
+ return "aws.protocols#awsQuery";
1661
+ }
1662
+ setSerdeContext(serdeContext) {
1663
+ this.serializer.setSerdeContext(serdeContext);
1664
+ this.deserializer.setSerdeContext(serdeContext);
1665
+ }
1666
+ getPayloadCodec() {
1667
+ throw new Error("AWSQuery protocol has no payload codec.");
1668
+ }
1669
+ async serializeRequest(operationSchema, input, context) {
1670
+ const request = await super.serializeRequest(operationSchema, input, context);
1671
+ if (!request.path.endsWith("/")) {
1672
+ request.path += "/";
1673
+ }
1674
+ request.headers["content-type"] = "application/x-www-form-urlencoded";
1675
+ if (schema.deref(operationSchema.input) === "unit" || !request.body) {
1676
+ request.body = "";
1677
+ }
1678
+ const action = operationSchema.name.split("#")[1] ?? operationSchema.name;
1679
+ request.body = `Action=${action}&Version=${this.options.version}` + request.body;
1680
+ if (request.body.endsWith("&")) {
1681
+ request.body = request.body.slice(-1);
1682
+ }
1683
+ return request;
1684
+ }
1685
+ async deserializeResponse(operationSchema, context, response) {
1686
+ const deserializer = this.deserializer;
1687
+ const ns = schema.NormalizedSchema.of(operationSchema.output);
1688
+ const dataObject = {};
1689
+ if (response.statusCode >= 300) {
1690
+ const bytes = await protocols.collectBody(response.body, context);
1691
+ if (bytes.byteLength > 0) {
1692
+ Object.assign(dataObject, await deserializer.read(15, bytes));
1693
+ }
1694
+ await this.handleError(operationSchema, context, response, dataObject, this.deserializeMetadata(response));
1695
+ }
1696
+ for (const header in response.headers) {
1697
+ const value = response.headers[header];
1698
+ delete response.headers[header];
1699
+ response.headers[header.toLowerCase()] = value;
1700
+ }
1701
+ const shortName = operationSchema.name.split("#")[1] ?? operationSchema.name;
1702
+ const awsQueryResultKey = ns.isStructSchema() && this.useNestedResult() ? shortName + "Result" : undefined;
1703
+ const bytes = await protocols.collectBody(response.body, context);
1704
+ if (bytes.byteLength > 0) {
1705
+ Object.assign(dataObject, await deserializer.read(ns, bytes, awsQueryResultKey));
1706
+ }
1707
+ dataObject.$metadata = this.deserializeMetadata(response);
1708
+ return dataObject;
1709
+ }
1710
+ useNestedResult() {
1711
+ return true;
1712
+ }
1713
+ async handleError(operationSchema, context, response, dataObject, metadata) {
1714
+ const errorIdentifier = this.loadQueryErrorCode(response, dataObject) ?? "Unknown";
1715
+ this.mixin.compose(this.compositeErrorRegistry, errorIdentifier, this.options.defaultNamespace);
1716
+ const errorData = this.loadQueryError(dataObject) ?? {};
1717
+ const message = this.loadQueryErrorMessage(dataObject);
1718
+ errorData.message = message;
1719
+ errorData.Error = {
1720
+ Type: errorData.Type,
1721
+ Code: errorData.Code,
1722
+ Message: message,
1723
+ };
1724
+ const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, errorData, metadata, this.mixin.findQueryCompatibleError);
1725
+ const ns = schema.NormalizedSchema.of(errorSchema);
1726
+ const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
1727
+ const exception = new ErrorCtor(message);
1728
+ const output = {
1729
+ Type: errorData.Error.Type,
1730
+ Code: errorData.Error.Code,
1731
+ Error: errorData.Error,
1732
+ };
1733
+ for (const [name, member] of ns.structIterator()) {
1734
+ const target = member.getMergedTraits().xmlName ?? name;
1735
+ const value = errorData[target] ?? dataObject[target];
1736
+ output[name] = this.deserializer.readSchema(member, value);
1737
+ }
1738
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
1739
+ $fault: ns.getMergedTraits().error,
1740
+ message,
1741
+ }, output), dataObject);
1742
+ }
1743
+ loadQueryErrorCode(output, data) {
1744
+ const code = (data.Errors?.[0]?.Error ?? data.Errors?.Error ?? data.Error)?.Code;
1745
+ if (code !== undefined) {
1746
+ return code;
1747
+ }
1748
+ if (output.statusCode == 404) {
1749
+ return "NotFound";
1750
+ }
1751
+ }
1752
+ loadQueryError(data) {
1753
+ return data.Errors?.[0]?.Error ?? data.Errors?.Error ?? data.Error;
1754
+ }
1755
+ loadQueryErrorMessage(data) {
1756
+ const errorData = this.loadQueryError(data);
1757
+ return errorData?.message ?? errorData?.Message ?? data.message ?? data.Message ?? "Unknown";
1758
+ }
1759
+ getDefaultContentType() {
1760
+ return "application/x-www-form-urlencoded";
1761
+ }
1762
+ }
1763
+
1764
+ class AwsEc2QueryProtocol extends AwsQueryProtocol {
1765
+ options;
1766
+ constructor(options) {
1767
+ super(options);
1768
+ this.options = options;
1769
+ const ec2Settings = {
1770
+ capitalizeKeys: true,
1771
+ flattenLists: true,
1772
+ serializeEmptyLists: false,
1773
+ ec2: true,
1774
+ };
1775
+ Object.assign(this.serializer.settings, ec2Settings);
1776
+ }
1777
+ getShapeId() {
1778
+ return "aws.protocols#ec2Query";
1779
+ }
1780
+ useNestedResult() {
1781
+ return false;
1782
+ }
1783
+ }
1784
+
1785
+ const parseXmlBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
1786
+ if (encoded.length) {
1787
+ let parsedObj;
1788
+ try {
1789
+ parsedObj = xmlBuilder.parseXML(encoded);
1790
+ }
1791
+ catch (e) {
1792
+ if (e && typeof e === "object") {
1793
+ Object.defineProperty(e, "$responseBodyText", {
1794
+ value: encoded,
1795
+ });
1796
+ }
1797
+ throw e;
1798
+ }
1799
+ const textNodeName = "#text";
1800
+ const key = Object.keys(parsedObj)[0];
1801
+ const parsedObjToReturn = parsedObj[key];
1802
+ if (parsedObjToReturn[textNodeName]) {
1803
+ parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
1804
+ delete parsedObjToReturn[textNodeName];
1805
+ }
1806
+ return smithyClient.getValueFromTextNode(parsedObjToReturn);
1807
+ }
1808
+ return {};
1809
+ });
1810
+ const parseXmlErrorBody = async (errorBody, context) => {
1811
+ const value = await parseXmlBody(errorBody, context);
1812
+ if (value.Error) {
1813
+ value.Error.message = value.Error.message ?? value.Error.Message;
1814
+ }
1815
+ return value;
1816
+ };
1817
+ const loadRestXmlErrorCode = (output, data) => {
1818
+ if (data?.Error?.Code !== undefined) {
1819
+ return data.Error.Code;
1820
+ }
1821
+ if (data?.Code !== undefined) {
1822
+ return data.Code;
1823
+ }
1824
+ if (output.statusCode == 404) {
1825
+ return "NotFound";
1826
+ }
1827
+ };
1828
+
1829
+ class XmlShapeSerializer extends SerdeContextConfig {
1830
+ settings;
1831
+ stringBuffer;
1832
+ byteBuffer;
1833
+ buffer;
1834
+ constructor(settings) {
1835
+ super();
1836
+ this.settings = settings;
1837
+ }
1838
+ write(schema$1, value) {
1839
+ const ns = schema.NormalizedSchema.of(schema$1);
1840
+ if (ns.isStringSchema() && typeof value === "string") {
1841
+ this.stringBuffer = value;
1842
+ }
1843
+ else if (ns.isBlobSchema()) {
1844
+ this.byteBuffer =
1845
+ "byteLength" in value
1846
+ ? value
1847
+ : (this.serdeContext?.base64Decoder ?? utilBase64.fromBase64)(value);
1848
+ }
1849
+ else {
1850
+ this.buffer = this.writeStruct(ns, value, undefined);
1851
+ const traits = ns.getMergedTraits();
1852
+ if (traits.httpPayload && !traits.xmlName) {
1853
+ this.buffer.withName(ns.getName());
1854
+ }
1855
+ }
1856
+ }
1857
+ flush() {
1858
+ if (this.byteBuffer !== undefined) {
1859
+ const bytes = this.byteBuffer;
1860
+ delete this.byteBuffer;
1861
+ return bytes;
1862
+ }
1863
+ if (this.stringBuffer !== undefined) {
1864
+ const str = this.stringBuffer;
1865
+ delete this.stringBuffer;
1866
+ return str;
1867
+ }
1868
+ const buffer = this.buffer;
1869
+ if (this.settings.xmlNamespace) {
1870
+ if (!buffer?.attributes?.["xmlns"]) {
1871
+ buffer.addAttribute("xmlns", this.settings.xmlNamespace);
1872
+ }
1873
+ }
1874
+ delete this.buffer;
1875
+ return buffer.toString();
1876
+ }
1877
+ writeStruct(ns, value, parentXmlns) {
1878
+ const traits = ns.getMergedTraits();
1879
+ const name = ns.isMemberSchema() && !traits.httpPayload
1880
+ ? ns.getMemberTraits().xmlName ?? ns.getMemberName()
1881
+ : traits.xmlName ?? ns.getName();
1882
+ if (!name || !ns.isStructSchema()) {
1883
+ throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write struct with empty name or non-struct, schema=${ns.getName(true)}.`);
1884
+ }
1885
+ const structXmlNode = xmlBuilder.XmlNode.of(name);
1886
+ const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
1887
+ for (const [memberName, memberSchema] of ns.structIterator()) {
1888
+ const val = value[memberName];
1889
+ if (val != null || memberSchema.isIdempotencyToken()) {
1890
+ if (memberSchema.getMergedTraits().xmlAttribute) {
1891
+ structXmlNode.addAttribute(memberSchema.getMergedTraits().xmlName ?? memberName, this.writeSimple(memberSchema, val));
1892
+ continue;
1893
+ }
1894
+ if (memberSchema.isListSchema()) {
1895
+ this.writeList(memberSchema, val, structXmlNode, xmlns);
1896
+ }
1897
+ else if (memberSchema.isMapSchema()) {
1898
+ this.writeMap(memberSchema, val, structXmlNode, xmlns);
1899
+ }
1900
+ else if (memberSchema.isStructSchema()) {
1901
+ structXmlNode.addChildNode(this.writeStruct(memberSchema, val, xmlns));
1902
+ }
1903
+ else {
1904
+ const memberNode = xmlBuilder.XmlNode.of(memberSchema.getMergedTraits().xmlName ?? memberSchema.getMemberName());
1905
+ this.writeSimpleInto(memberSchema, val, memberNode, xmlns);
1906
+ structXmlNode.addChildNode(memberNode);
1907
+ }
1908
+ }
1909
+ }
1910
+ const { $unknown } = value;
1911
+ if ($unknown && ns.isUnionSchema() && Array.isArray($unknown) && Object.keys(value).length === 1) {
1912
+ const [k, v] = $unknown;
1913
+ const node = xmlBuilder.XmlNode.of(k);
1914
+ if (typeof v !== "string") {
1915
+ if (value instanceof xmlBuilder.XmlNode || value instanceof xmlBuilder.XmlText) {
1916
+ structXmlNode.addChildNode(value);
1917
+ }
1918
+ else {
1919
+ throw new Error(`@aws-sdk - $unknown union member in XML requires ` +
1920
+ `value of type string, @aws-sdk/xml-builder::XmlNode or XmlText.`);
1921
+ }
1922
+ }
1923
+ this.writeSimpleInto(0, v, node, xmlns);
1924
+ structXmlNode.addChildNode(node);
1925
+ }
1926
+ if (xmlns) {
1927
+ structXmlNode.addAttribute(xmlnsAttr, xmlns);
1928
+ }
1929
+ return structXmlNode;
1930
+ }
1931
+ writeList(listMember, array, container, parentXmlns) {
1932
+ if (!listMember.isMemberSchema()) {
1933
+ throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write non-member list: ${listMember.getName(true)}`);
1934
+ }
1935
+ const listTraits = listMember.getMergedTraits();
1936
+ const listValueSchema = listMember.getValueSchema();
1937
+ const listValueTraits = listValueSchema.getMergedTraits();
1938
+ const sparse = !!listValueTraits.sparse;
1939
+ const flat = !!listTraits.xmlFlattened;
1940
+ const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(listMember, parentXmlns);
1941
+ const writeItem = (container, value) => {
1942
+ if (listValueSchema.isListSchema()) {
1943
+ this.writeList(listValueSchema, Array.isArray(value) ? value : [value], container, xmlns);
1944
+ }
1945
+ else if (listValueSchema.isMapSchema()) {
1946
+ this.writeMap(listValueSchema, value, container, xmlns);
1947
+ }
1948
+ else if (listValueSchema.isStructSchema()) {
1949
+ const struct = this.writeStruct(listValueSchema, value, xmlns);
1950
+ container.addChildNode(struct.withName(flat ? listTraits.xmlName ?? listMember.getMemberName() : listValueTraits.xmlName ?? "member"));
1951
+ }
1952
+ else {
1953
+ const listItemNode = xmlBuilder.XmlNode.of(flat ? listTraits.xmlName ?? listMember.getMemberName() : listValueTraits.xmlName ?? "member");
1954
+ this.writeSimpleInto(listValueSchema, value, listItemNode, xmlns);
1955
+ container.addChildNode(listItemNode);
1956
+ }
1957
+ };
1958
+ if (flat) {
1959
+ for (const value of array) {
1960
+ if (sparse || value != null) {
1961
+ writeItem(container, value);
1962
+ }
1963
+ }
1964
+ }
1965
+ else {
1966
+ const listNode = xmlBuilder.XmlNode.of(listTraits.xmlName ?? listMember.getMemberName());
1967
+ if (xmlns) {
1968
+ listNode.addAttribute(xmlnsAttr, xmlns);
1969
+ }
1970
+ for (const value of array) {
1971
+ if (sparse || value != null) {
1972
+ writeItem(listNode, value);
1973
+ }
1974
+ }
1975
+ container.addChildNode(listNode);
1976
+ }
1977
+ }
1978
+ writeMap(mapMember, map, container, parentXmlns, containerIsMap = false) {
1979
+ if (!mapMember.isMemberSchema()) {
1980
+ throw new Error(`@aws-sdk/core/protocols - xml serializer, cannot write non-member map: ${mapMember.getName(true)}`);
1981
+ }
1982
+ const mapTraits = mapMember.getMergedTraits();
1983
+ const mapKeySchema = mapMember.getKeySchema();
1984
+ const mapKeyTraits = mapKeySchema.getMergedTraits();
1985
+ const keyTag = mapKeyTraits.xmlName ?? "key";
1986
+ const mapValueSchema = mapMember.getValueSchema();
1987
+ const mapValueTraits = mapValueSchema.getMergedTraits();
1988
+ const valueTag = mapValueTraits.xmlName ?? "value";
1989
+ const sparse = !!mapValueTraits.sparse;
1990
+ const flat = !!mapTraits.xmlFlattened;
1991
+ const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(mapMember, parentXmlns);
1992
+ const addKeyValue = (entry, key, val) => {
1993
+ const keyNode = xmlBuilder.XmlNode.of(keyTag, key);
1994
+ const [keyXmlnsAttr, keyXmlns] = this.getXmlnsAttribute(mapKeySchema, xmlns);
1995
+ if (keyXmlns) {
1996
+ keyNode.addAttribute(keyXmlnsAttr, keyXmlns);
1997
+ }
1998
+ entry.addChildNode(keyNode);
1999
+ let valueNode = xmlBuilder.XmlNode.of(valueTag);
2000
+ if (mapValueSchema.isListSchema()) {
2001
+ this.writeList(mapValueSchema, val, valueNode, xmlns);
2002
+ }
2003
+ else if (mapValueSchema.isMapSchema()) {
2004
+ this.writeMap(mapValueSchema, val, valueNode, xmlns, true);
2005
+ }
2006
+ else if (mapValueSchema.isStructSchema()) {
2007
+ valueNode = this.writeStruct(mapValueSchema, val, xmlns);
2008
+ }
2009
+ else {
2010
+ this.writeSimpleInto(mapValueSchema, val, valueNode, xmlns);
2011
+ }
2012
+ entry.addChildNode(valueNode);
2013
+ };
2014
+ if (flat) {
2015
+ for (const key in map) {
2016
+ const val = map[key];
2017
+ if (sparse || val != null) {
2018
+ const entry = xmlBuilder.XmlNode.of(mapTraits.xmlName ?? mapMember.getMemberName());
2019
+ addKeyValue(entry, key, val);
2020
+ container.addChildNode(entry);
2021
+ }
2022
+ }
2023
+ }
2024
+ else {
2025
+ let mapNode;
2026
+ if (!containerIsMap) {
2027
+ mapNode = xmlBuilder.XmlNode.of(mapTraits.xmlName ?? mapMember.getMemberName());
2028
+ if (xmlns) {
2029
+ mapNode.addAttribute(xmlnsAttr, xmlns);
2030
+ }
2031
+ container.addChildNode(mapNode);
2032
+ }
2033
+ for (const key in map) {
2034
+ const val = map[key];
2035
+ if (sparse || val != null) {
2036
+ const entry = xmlBuilder.XmlNode.of("entry");
2037
+ addKeyValue(entry, key, val);
2038
+ (containerIsMap ? container : mapNode).addChildNode(entry);
2039
+ }
2040
+ }
2041
+ }
2042
+ }
2043
+ writeSimple(_schema, value) {
2044
+ if (null === value) {
2045
+ throw new Error("@aws-sdk/core/protocols - (XML serializer) cannot write null value.");
2046
+ }
2047
+ const ns = schema.NormalizedSchema.of(_schema);
2048
+ let nodeContents = null;
2049
+ if (value && typeof value === "object") {
2050
+ if (ns.isBlobSchema()) {
2051
+ nodeContents = (this.serdeContext?.base64Encoder ?? utilBase64.toBase64)(value);
2052
+ }
2053
+ else if (ns.isTimestampSchema() && value instanceof Date) {
2054
+ const format = protocols.determineTimestampFormat(ns, this.settings);
2055
+ switch (format) {
2056
+ case 5:
2057
+ nodeContents = value.toISOString().replace(".000Z", "Z");
2058
+ break;
2059
+ case 6:
2060
+ nodeContents = smithyClient.dateToUtcString(value);
2061
+ break;
2062
+ case 7:
2063
+ nodeContents = String(value.getTime() / 1000);
2064
+ break;
2065
+ default:
2066
+ console.warn("Missing timestamp format, using http date", value);
2067
+ nodeContents = smithyClient.dateToUtcString(value);
2068
+ break;
2069
+ }
2070
+ }
2071
+ else if (ns.isBigDecimalSchema() && value) {
2072
+ if (value instanceof serde.NumericValue) {
2073
+ return value.string;
2074
+ }
2075
+ return String(value);
2076
+ }
2077
+ else if (ns.isMapSchema() || ns.isListSchema()) {
2078
+ throw new Error("@aws-sdk/core/protocols - xml serializer, cannot call _write() on List/Map schema, call writeList or writeMap() instead.");
2079
+ }
2080
+ else {
2081
+ throw new Error(`@aws-sdk/core/protocols - xml serializer, unhandled schema type for object value and schema: ${ns.getName(true)}`);
2082
+ }
2083
+ }
2084
+ if (ns.isBooleanSchema() || ns.isNumericSchema() || ns.isBigIntegerSchema() || ns.isBigDecimalSchema()) {
2085
+ nodeContents = String(value);
2086
+ }
2087
+ if (ns.isStringSchema()) {
2088
+ if (value === undefined && ns.isIdempotencyToken()) {
2089
+ nodeContents = serde.generateIdempotencyToken();
2090
+ }
2091
+ else {
2092
+ nodeContents = String(value);
2093
+ }
2094
+ }
2095
+ if (nodeContents === null) {
2096
+ throw new Error(`Unhandled schema-value pair ${ns.getName(true)}=${value}`);
2097
+ }
2098
+ return nodeContents;
2099
+ }
2100
+ writeSimpleInto(_schema, value, into, parentXmlns) {
2101
+ const nodeContents = this.writeSimple(_schema, value);
2102
+ const ns = schema.NormalizedSchema.of(_schema);
2103
+ const content = new xmlBuilder.XmlText(nodeContents);
2104
+ const [xmlnsAttr, xmlns] = this.getXmlnsAttribute(ns, parentXmlns);
2105
+ if (xmlns) {
2106
+ into.addAttribute(xmlnsAttr, xmlns);
2107
+ }
2108
+ into.addChildNode(content);
2109
+ }
2110
+ getXmlnsAttribute(ns, parentXmlns) {
2111
+ const traits = ns.getMergedTraits();
2112
+ const [prefix, xmlns] = traits.xmlNamespace ?? [];
2113
+ if (xmlns && xmlns !== parentXmlns) {
2114
+ return [prefix ? `xmlns:${prefix}` : "xmlns", xmlns];
2115
+ }
2116
+ return [void 0, void 0];
2117
+ }
2118
+ }
2119
+
2120
+ class XmlCodec extends SerdeContextConfig {
2121
+ settings;
2122
+ constructor(settings) {
2123
+ super();
2124
+ this.settings = settings;
2125
+ }
2126
+ createSerializer() {
2127
+ const serializer = new XmlShapeSerializer(this.settings);
2128
+ serializer.setSerdeContext(this.serdeContext);
2129
+ return serializer;
2130
+ }
2131
+ createDeserializer() {
2132
+ const deserializer = new XmlShapeDeserializer(this.settings);
2133
+ deserializer.setSerdeContext(this.serdeContext);
2134
+ return deserializer;
2135
+ }
2136
+ }
2137
+
2138
+ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
2139
+ codec;
2140
+ serializer;
2141
+ deserializer;
2142
+ mixin = new ProtocolLib();
2143
+ constructor(options) {
2144
+ super(options);
2145
+ const settings = {
2146
+ timestampFormat: {
2147
+ useTrait: true,
2148
+ default: 5,
2149
+ },
2150
+ httpBindings: true,
2151
+ xmlNamespace: options.xmlNamespace,
2152
+ serviceNamespace: options.defaultNamespace,
2153
+ };
2154
+ this.codec = new XmlCodec(settings);
2155
+ this.serializer = new protocols.HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
2156
+ this.deserializer = new protocols.HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
2157
+ }
2158
+ getPayloadCodec() {
2159
+ return this.codec;
2160
+ }
2161
+ getShapeId() {
2162
+ return "aws.protocols#restXml";
2163
+ }
2164
+ async serializeRequest(operationSchema, input, context) {
2165
+ const request = await super.serializeRequest(operationSchema, input, context);
2166
+ const inputSchema = schema.NormalizedSchema.of(operationSchema.input);
2167
+ if (!request.headers["content-type"]) {
2168
+ const contentType = this.mixin.resolveRestContentType(this.getDefaultContentType(), inputSchema);
2169
+ if (contentType) {
2170
+ request.headers["content-type"] = contentType;
2171
+ }
2172
+ }
2173
+ if (typeof request.body === "string" &&
2174
+ request.headers["content-type"] === this.getDefaultContentType() &&
2175
+ !request.body.startsWith("<?xml ") &&
2176
+ !this.hasUnstructuredPayloadBinding(inputSchema)) {
2177
+ request.body = '<?xml version="1.0" encoding="UTF-8"?>' + request.body;
2178
+ }
2179
+ return request;
2180
+ }
2181
+ async deserializeResponse(operationSchema, context, response) {
2182
+ return super.deserializeResponse(operationSchema, context, response);
2183
+ }
2184
+ async handleError(operationSchema, context, response, dataObject, metadata) {
2185
+ const errorIdentifier = loadRestXmlErrorCode(response, dataObject) ?? "Unknown";
2186
+ this.mixin.compose(this.compositeErrorRegistry, errorIdentifier, this.options.defaultNamespace);
2187
+ if (dataObject.Error && typeof dataObject.Error === "object") {
2188
+ for (const key of Object.keys(dataObject.Error)) {
2189
+ dataObject[key] = dataObject.Error[key];
2190
+ if (key.toLowerCase() === "message") {
2191
+ dataObject.message = dataObject.Error[key];
2192
+ }
2193
+ }
2194
+ }
2195
+ if (dataObject.RequestId && !metadata.requestId) {
2196
+ metadata.requestId = dataObject.RequestId;
2197
+ }
2198
+ const { errorSchema, errorMetadata } = await this.mixin.getErrorSchemaOrThrowBaseException(errorIdentifier, this.options.defaultNamespace, response, dataObject, metadata);
2199
+ const ns = schema.NormalizedSchema.of(errorSchema);
2200
+ const message = dataObject.Error?.message ??
2201
+ dataObject.Error?.Message ??
2202
+ dataObject.message ??
2203
+ dataObject.Message ??
2204
+ "UnknownError";
2205
+ const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
2206
+ const exception = new ErrorCtor(message);
2207
+ await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
2208
+ const output = {};
2209
+ const errorDeserializer = this.codec.createDeserializer();
2210
+ for (const [name, member] of ns.structIterator()) {
2211
+ const target = member.getMergedTraits().xmlName ?? name;
2212
+ const value = dataObject.Error?.[target] ?? dataObject[target];
2213
+ output[name] = errorDeserializer.readSchema(member, value);
2214
+ }
2215
+ throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
2216
+ $fault: ns.getMergedTraits().error,
2217
+ message,
2218
+ }, output), dataObject);
2219
+ }
2220
+ getDefaultContentType() {
2221
+ return "application/xml";
2222
+ }
2223
+ hasUnstructuredPayloadBinding(ns) {
2224
+ for (const [, member] of ns.structIterator()) {
2225
+ if (member.getMergedTraits().httpPayload) {
2226
+ return !(member.isStructSchema() || member.isMapSchema() || member.isListSchema());
2227
+ }
2228
+ }
2229
+ return false;
2230
+ }
2231
+ }
2232
+
2233
+ exports.AWSSDKSigV4Signer = AWSSDKSigV4Signer;
2234
+ exports.AwsEc2QueryProtocol = AwsEc2QueryProtocol;
2235
+ exports.AwsJson1_0Protocol = AwsJson1_0Protocol;
2236
+ exports.AwsJson1_1Protocol = AwsJson1_1Protocol;
2237
+ exports.AwsJsonRpcProtocol = AwsJsonRpcProtocol;
2238
+ exports.AwsQueryProtocol = AwsQueryProtocol;
2239
+ exports.AwsRestJsonProtocol = AwsRestJsonProtocol;
2240
+ exports.AwsRestXmlProtocol = AwsRestXmlProtocol;
2241
+ exports.AwsSdkSigV4ASigner = AwsSdkSigV4ASigner;
2242
+ exports.AwsSdkSigV4Signer = AwsSdkSigV4Signer;
2243
+ exports.AwsSmithyRpcV2CborProtocol = AwsSmithyRpcV2CborProtocol;
2244
+ exports.JsonCodec = JsonCodec;
2245
+ exports.JsonShapeDeserializer = JsonShapeDeserializer;
2246
+ exports.JsonShapeSerializer = JsonShapeSerializer;
2247
+ exports.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = NODE_AUTH_SCHEME_PREFERENCE_OPTIONS;
2248
+ exports.NODE_SIGV4A_CONFIG_OPTIONS = NODE_SIGV4A_CONFIG_OPTIONS;
2249
+ exports.QueryShapeSerializer = QueryShapeSerializer;
2250
+ exports.XmlCodec = XmlCodec;
2251
+ exports.XmlShapeDeserializer = XmlShapeDeserializer;
2252
+ exports.XmlShapeSerializer = XmlShapeSerializer;
2253
+ exports._toBool = _toBool;
2254
+ exports._toNum = _toNum;
2255
+ exports._toStr = _toStr;
2256
+ exports.awsExpectUnion = awsExpectUnion;
2257
+ exports.emitWarningIfUnsupportedVersion = emitWarningIfUnsupportedVersion;
2258
+ exports.getBearerTokenEnvKey = getBearerTokenEnvKey;
2259
+ exports.getLongPollPlugin = getLongPollPlugin;
2260
+ exports.loadRestJsonErrorCode = loadRestJsonErrorCode;
2261
+ exports.loadRestXmlErrorCode = loadRestXmlErrorCode;
2262
+ exports.parseJsonBody = parseJsonBody;
2263
+ exports.parseJsonErrorBody = parseJsonErrorBody;
2264
+ exports.parseXmlBody = parseXmlBody;
2265
+ exports.parseXmlErrorBody = parseXmlErrorBody;
2266
+ exports.resolveAWSSDKSigV4Config = resolveAWSSDKSigV4Config;
2267
+ exports.resolveAwsSdkSigV4AConfig = resolveAwsSdkSigV4AConfig;
2268
+ exports.resolveAwsSdkSigV4Config = resolveAwsSdkSigV4Config;
2269
+ exports.setCredentialFeature = setCredentialFeature;
2270
+ exports.setFeature = setFeature;
2271
+ exports.setTokenFeature = setTokenFeature;
2272
+ exports.state = state;
2273
+ exports.validateSigningProperties = validateSigningProperties;