@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,21 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { KMSServiceException as __BaseException } from "./KMSServiceException";
3
- /**
4
- * @public
5
- * @enum
6
- */
7
- export declare const AlgorithmSpec: {
8
- readonly RSAES_OAEP_SHA_1: "RSAES_OAEP_SHA_1";
9
- readonly RSAES_OAEP_SHA_256: "RSAES_OAEP_SHA_256";
10
- readonly RSAES_PKCS1_V1_5: "RSAES_PKCS1_V1_5";
11
- readonly RSA_AES_KEY_WRAP_SHA_1: "RSA_AES_KEY_WRAP_SHA_1";
12
- readonly RSA_AES_KEY_WRAP_SHA_256: "RSA_AES_KEY_WRAP_SHA_256";
13
- readonly SM2PKE: "SM2PKE";
14
- };
15
- /**
16
- * @public
17
- */
18
- export type AlgorithmSpec = (typeof AlgorithmSpec)[keyof typeof AlgorithmSpec];
1
+ import type { AlgorithmSpec, ConnectionErrorCodeType, ConnectionStateType, CustomerMasterKeySpec, CustomKeyStoreType, DataKeyPairSpec, DataKeySpec, DryRunModifierType, EncryptionAlgorithmSpec, ExpirationModelType, GrantOperation, ImportState, ImportType, IncludeKeyMaterial, KeyAgreementAlgorithmSpec, KeyEncryptionMechanism, KeyLastUsageTrackingOperation, KeyManagerType, KeyMaterialState, KeySpec, KeyState, KeyUsageType, MacAlgorithmSpec, MessageType, MultiRegionKeyType, OriginType, RotationType, SigningAlgorithmSpec, WrappingKeySpec, XksProxyConnectivityType } from "./enums";
19
2
  /**
20
3
  * <p>Contains information about an alias.</p>
21
4
  * @public
@@ -49,19 +32,6 @@ export interface AliasListEntry {
49
32
  */
50
33
  LastUpdatedDate?: Date | undefined;
51
34
  }
52
- /**
53
- * <p>The request was rejected because it attempted to create a resource that already
54
- * exists.</p>
55
- * @public
56
- */
57
- export declare class AlreadyExistsException extends __BaseException {
58
- readonly name: "AlreadyExistsException";
59
- readonly $fault: "client";
60
- /**
61
- * @internal
62
- */
63
- constructor(opts: __ExceptionOptionType<AlreadyExistsException, __BaseException>);
64
- }
65
35
  /**
66
36
  * @public
67
37
  */
@@ -95,207 +65,6 @@ export interface CancelKeyDeletionResponse {
95
65
  */
96
66
  KeyId?: string | undefined;
97
67
  }
98
- /**
99
- * <p>The system timed out while trying to fulfill the request. You can retry the
100
- * request.</p>
101
- * @public
102
- */
103
- export declare class DependencyTimeoutException extends __BaseException {
104
- readonly name: "DependencyTimeoutException";
105
- readonly $fault: "server";
106
- /**
107
- * @internal
108
- */
109
- constructor(opts: __ExceptionOptionType<DependencyTimeoutException, __BaseException>);
110
- }
111
- /**
112
- * <p>The request was rejected because a specified ARN, or an ARN in a key policy, is not
113
- * valid.</p>
114
- * @public
115
- */
116
- export declare class InvalidArnException extends __BaseException {
117
- readonly name: "InvalidArnException";
118
- readonly $fault: "client";
119
- /**
120
- * @internal
121
- */
122
- constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
123
- }
124
- /**
125
- * <p>The request was rejected because an internal exception occurred. The request can be
126
- * retried.</p>
127
- * @public
128
- */
129
- export declare class KMSInternalException extends __BaseException {
130
- readonly name: "KMSInternalException";
131
- readonly $fault: "server";
132
- /**
133
- * @internal
134
- */
135
- constructor(opts: __ExceptionOptionType<KMSInternalException, __BaseException>);
136
- }
137
- /**
138
- * <p>The request was rejected because the state of the specified resource is not valid for this
139
- * request.</p>
140
- * <p>This exceptions means one of the following:</p>
141
- * <ul>
142
- * <li>
143
- * <p>The key state of the KMS key is not compatible with the operation. </p>
144
- * <p>To find the key state, use the <a>DescribeKey</a> operation. For more
145
- * information about which key states are compatible with each KMS operation, see
146
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/key-state.html">Key states of KMS keys</a> in the <i>
147
- * <i>Key Management Service Developer Guide</i>
148
- * </i>.</p>
149
- * </li>
150
- * <li>
151
- * <p>For cryptographic operations on KMS keys in custom key stores, this exception
152
- * represents a general failure with many possible causes. To identify the cause, see the
153
- * error message that accompanies the exception.</p>
154
- * </li>
155
- * </ul>
156
- * @public
157
- */
158
- export declare class KMSInvalidStateException extends __BaseException {
159
- readonly name: "KMSInvalidStateException";
160
- readonly $fault: "client";
161
- /**
162
- * @internal
163
- */
164
- constructor(opts: __ExceptionOptionType<KMSInvalidStateException, __BaseException>);
165
- }
166
- /**
167
- * <p>The request was rejected because the specified entity or resource could not be
168
- * found.</p>
169
- * @public
170
- */
171
- export declare class NotFoundException extends __BaseException {
172
- readonly name: "NotFoundException";
173
- readonly $fault: "client";
174
- /**
175
- * @internal
176
- */
177
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
178
- }
179
- /**
180
- * <p>The request was rejected because the specified CloudHSM cluster is already associated with an
181
- * CloudHSM key store in the account, or it shares a backup history with an CloudHSM key store in the
182
- * account. Each CloudHSM key store in the account must be associated with a different CloudHSM
183
- * cluster.</p>
184
- * <p>CloudHSM clusters that share a backup history have the same cluster certificate. To view the
185
- * cluster certificate of an CloudHSM cluster, use the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DescribeClusters.html">DescribeClusters</a> operation.</p>
186
- * @public
187
- */
188
- export declare class CloudHsmClusterInUseException extends __BaseException {
189
- readonly name: "CloudHsmClusterInUseException";
190
- readonly $fault: "client";
191
- /**
192
- * @internal
193
- */
194
- constructor(opts: __ExceptionOptionType<CloudHsmClusterInUseException, __BaseException>);
195
- }
196
- /**
197
- * <p>The request was rejected because the associated CloudHSM cluster did not meet the
198
- * configuration requirements for an CloudHSM key store.</p>
199
- * <ul>
200
- * <li>
201
- * <p>The CloudHSM cluster must be configured with private subnets in at least two different
202
- * Availability Zones in the Region.</p>
203
- * </li>
204
- * <li>
205
- * <p>The <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/configure-sg.html">security group for
206
- * the cluster</a> (cloudhsm-cluster-<i><cluster-id></i>-sg) must
207
- * include inbound rules and outbound rules that allow TCP traffic on ports 2223-2225. The
208
- * <b>Source</b> in the inbound rules and the <b>Destination</b> in the outbound rules must match the security group
209
- * ID. These rules are set by default when you create the CloudHSM cluster. Do not delete or
210
- * change them. To get information about a particular security group, use the <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html">DescribeSecurityGroups</a> operation.</p>
211
- * </li>
212
- * <li>
213
- * <p>The CloudHSM cluster must contain at least as many HSMs as the operation requires. To add
214
- * HSMs, use the CloudHSM <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_CreateHsm.html">CreateHsm</a> operation.</p>
215
- * <p>For the <a>CreateCustomKeyStore</a>, <a>UpdateCustomKeyStore</a>, and <a>CreateKey</a> operations, the CloudHSM cluster must have at least two
216
- * active HSMs, each in a different Availability Zone. For the <a>ConnectCustomKeyStore</a> operation, the CloudHSM must contain at least one active
217
- * HSM.</p>
218
- * </li>
219
- * </ul>
220
- * <p>For information about the requirements for an CloudHSM cluster that is associated with an
221
- * CloudHSM key store, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keystore.html#before-keystore">Assemble the Prerequisites</a>
222
- * in the <i>Key Management Service Developer Guide</i>. For information about creating a private subnet for an CloudHSM cluster,
223
- * see <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/create-subnets.html">Create a Private
224
- * Subnet</a> in the <i>CloudHSM User Guide</i>. For information about cluster security groups, see
225
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/configure-sg.html">Configure a Default Security
226
- * Group</a> in the <i>
227
- * <i>CloudHSM User Guide</i>
228
- * </i>. </p>
229
- * @public
230
- */
231
- export declare class CloudHsmClusterInvalidConfigurationException extends __BaseException {
232
- readonly name: "CloudHsmClusterInvalidConfigurationException";
233
- readonly $fault: "client";
234
- /**
235
- * @internal
236
- */
237
- constructor(opts: __ExceptionOptionType<CloudHsmClusterInvalidConfigurationException, __BaseException>);
238
- }
239
- /**
240
- * <p>The request was rejected because the CloudHSM cluster associated with the CloudHSM key store is
241
- * not active. Initialize and activate the cluster and try the command again. For detailed
242
- * instructions, see <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/getting-started.html">Getting
243
- * Started</a> in the <i>CloudHSM User Guide</i>.</p>
244
- * @public
245
- */
246
- export declare class CloudHsmClusterNotActiveException extends __BaseException {
247
- readonly name: "CloudHsmClusterNotActiveException";
248
- readonly $fault: "client";
249
- /**
250
- * @internal
251
- */
252
- constructor(opts: __ExceptionOptionType<CloudHsmClusterNotActiveException, __BaseException>);
253
- }
254
- /**
255
- * <p>The request was rejected because KMS cannot find the CloudHSM cluster with the specified
256
- * cluster ID. Retry the request with a different cluster ID.</p>
257
- * @public
258
- */
259
- export declare class CloudHsmClusterNotFoundException extends __BaseException {
260
- readonly name: "CloudHsmClusterNotFoundException";
261
- readonly $fault: "client";
262
- /**
263
- * @internal
264
- */
265
- constructor(opts: __ExceptionOptionType<CloudHsmClusterNotFoundException, __BaseException>);
266
- }
267
- /**
268
- * <p>The request was rejected because the specified CloudHSM cluster has a different cluster
269
- * certificate than the original cluster. You cannot use the operation to specify an unrelated
270
- * cluster for an CloudHSM key store.</p>
271
- * <p>Specify an CloudHSM cluster that shares a backup history with the original cluster. This
272
- * includes clusters that were created from a backup of the current cluster, and clusters that
273
- * were created from the same backup that produced the current cluster.</p>
274
- * <p>CloudHSM clusters that share a backup history have the same cluster certificate. To view the
275
- * cluster certificate of an CloudHSM cluster, use the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/API_DescribeClusters.html">DescribeClusters</a> operation.</p>
276
- * @public
277
- */
278
- export declare class CloudHsmClusterNotRelatedException extends __BaseException {
279
- readonly name: "CloudHsmClusterNotRelatedException";
280
- readonly $fault: "client";
281
- /**
282
- * @internal
283
- */
284
- constructor(opts: __ExceptionOptionType<CloudHsmClusterNotRelatedException, __BaseException>);
285
- }
286
- /**
287
- * <p>The request was rejected because an automatic rotation of this key is currently in
288
- * progress or scheduled to begin within the next 20 minutes. </p>
289
- * @public
290
- */
291
- export declare class ConflictException extends __BaseException {
292
- readonly name: "ConflictException";
293
- readonly $fault: "client";
294
- /**
295
- * @internal
296
- */
297
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
298
- }
299
68
  /**
300
69
  * @public
301
70
  */
@@ -312,107 +81,6 @@ export interface ConnectCustomKeyStoreRequest {
312
81
  */
313
82
  export interface ConnectCustomKeyStoreResponse {
314
83
  }
315
- /**
316
- * <p>The request was rejected because of the <code>ConnectionState</code> of the custom key
317
- * store. To get the <code>ConnectionState</code> of a custom key store, use the <a>DescribeCustomKeyStores</a> operation.</p>
318
- * <p>This exception is thrown under the following conditions:</p>
319
- * <ul>
320
- * <li>
321
- * <p>You requested the <a>ConnectCustomKeyStore</a> operation on a custom key
322
- * store with a <code>ConnectionState</code> of <code>DISCONNECTING</code> or
323
- * <code>FAILED</code>. This operation is valid for all other <code>ConnectionState</code>
324
- * values. To reconnect a custom key store in a <code>FAILED</code> state, disconnect it
325
- * (<a>DisconnectCustomKeyStore</a>), then connect it
326
- * (<code>ConnectCustomKeyStore</code>).</p>
327
- * </li>
328
- * <li>
329
- * <p>You requested the <a>CreateKey</a> operation in a custom key store that is
330
- * not connected. This operations is valid only when the custom key store
331
- * <code>ConnectionState</code> is <code>CONNECTED</code>.</p>
332
- * </li>
333
- * <li>
334
- * <p>You requested the <a>DisconnectCustomKeyStore</a> operation on a custom key
335
- * store with a <code>ConnectionState</code> of <code>DISCONNECTING</code> or
336
- * <code>DISCONNECTED</code>. This operation is valid for all other
337
- * <code>ConnectionState</code> values.</p>
338
- * </li>
339
- * <li>
340
- * <p>You requested the <a>UpdateCustomKeyStore</a> or <a>DeleteCustomKeyStore</a> operation on a custom key store that is not
341
- * disconnected. This operation is valid only when the custom key store
342
- * <code>ConnectionState</code> is <code>DISCONNECTED</code>.</p>
343
- * </li>
344
- * <li>
345
- * <p>You requested the <a>GenerateRandom</a> operation in an CloudHSM key store
346
- * that is not connected. This operation is valid only when the CloudHSM key store
347
- * <code>ConnectionState</code> is <code>CONNECTED</code>. </p>
348
- * </li>
349
- * </ul>
350
- * @public
351
- */
352
- export declare class CustomKeyStoreInvalidStateException extends __BaseException {
353
- readonly name: "CustomKeyStoreInvalidStateException";
354
- readonly $fault: "client";
355
- /**
356
- * @internal
357
- */
358
- constructor(opts: __ExceptionOptionType<CustomKeyStoreInvalidStateException, __BaseException>);
359
- }
360
- /**
361
- * <p>The request was rejected because KMS cannot find a custom key store with the specified
362
- * key store name or ID.</p>
363
- * @public
364
- */
365
- export declare class CustomKeyStoreNotFoundException extends __BaseException {
366
- readonly name: "CustomKeyStoreNotFoundException";
367
- readonly $fault: "client";
368
- /**
369
- * @internal
370
- */
371
- constructor(opts: __ExceptionOptionType<CustomKeyStoreNotFoundException, __BaseException>);
372
- }
373
- /**
374
- * @public
375
- * @enum
376
- */
377
- export declare const ConnectionErrorCodeType: {
378
- readonly CLUSTER_NOT_FOUND: "CLUSTER_NOT_FOUND";
379
- readonly INSUFFICIENT_CLOUDHSM_HSMS: "INSUFFICIENT_CLOUDHSM_HSMS";
380
- readonly INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET: "INSUFFICIENT_FREE_ADDRESSES_IN_SUBNET";
381
- readonly INTERNAL_ERROR: "INTERNAL_ERROR";
382
- readonly INVALID_CREDENTIALS: "INVALID_CREDENTIALS";
383
- readonly NETWORK_ERRORS: "NETWORK_ERRORS";
384
- readonly SUBNET_NOT_FOUND: "SUBNET_NOT_FOUND";
385
- readonly USER_LOCKED_OUT: "USER_LOCKED_OUT";
386
- readonly USER_LOGGED_IN: "USER_LOGGED_IN";
387
- readonly USER_NOT_FOUND: "USER_NOT_FOUND";
388
- readonly XKS_PROXY_ACCESS_DENIED: "XKS_PROXY_ACCESS_DENIED";
389
- readonly XKS_PROXY_INVALID_CONFIGURATION: "XKS_PROXY_INVALID_CONFIGURATION";
390
- readonly XKS_PROXY_INVALID_RESPONSE: "XKS_PROXY_INVALID_RESPONSE";
391
- readonly XKS_PROXY_INVALID_TLS_CONFIGURATION: "XKS_PROXY_INVALID_TLS_CONFIGURATION";
392
- readonly XKS_PROXY_NOT_REACHABLE: "XKS_PROXY_NOT_REACHABLE";
393
- readonly XKS_PROXY_TIMED_OUT: "XKS_PROXY_TIMED_OUT";
394
- readonly XKS_VPC_ENDPOINT_SERVICE_INVALID_CONFIGURATION: "XKS_VPC_ENDPOINT_SERVICE_INVALID_CONFIGURATION";
395
- readonly XKS_VPC_ENDPOINT_SERVICE_NOT_FOUND: "XKS_VPC_ENDPOINT_SERVICE_NOT_FOUND";
396
- };
397
- /**
398
- * @public
399
- */
400
- export type ConnectionErrorCodeType = (typeof ConnectionErrorCodeType)[keyof typeof ConnectionErrorCodeType];
401
- /**
402
- * @public
403
- * @enum
404
- */
405
- export declare const ConnectionStateType: {
406
- readonly CONNECTED: "CONNECTED";
407
- readonly CONNECTING: "CONNECTING";
408
- readonly DISCONNECTED: "DISCONNECTED";
409
- readonly DISCONNECTING: "DISCONNECTING";
410
- readonly FAILED: "FAILED";
411
- };
412
- /**
413
- * @public
414
- */
415
- export type ConnectionStateType = (typeof ConnectionStateType)[keyof typeof ConnectionStateType];
416
84
  /**
417
85
  * @public
418
86
  */
@@ -426,14 +94,14 @@ export interface CreateAliasRequest {
426
94
  * <p>The <code>AliasName</code> value must be string of 1-256 characters. It can contain only
427
95
  * alphanumeric characters, forward slashes (/), underscores (_), and dashes (-). The alias name
428
96
  * cannot begin with <code>alias/aws/</code>. The <code>alias/aws/</code> prefix is reserved for
429
- * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed
97
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon Web Services managed
430
98
  * keys</a>.</p>
431
99
  * @public
432
100
  */
433
101
  AliasName: string | undefined;
434
102
  /**
435
- * <p>Associates the alias with the specified <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a>. The KMS key must
436
- * be in the same Amazon Web Services Region. </p>
103
+ * <p>Associates the alias with the specified <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key">customer managed key</a>. The KMS key
104
+ * must be in the same Amazon Web Services Region. </p>
437
105
  * <p>A valid key ID is required. If you supply a null or empty string value, this operation
438
106
  * returns an error.</p>
439
107
  * <p>For help finding the key ID and ARN, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/find-cmk-id-arn.html">Find the key ID and key ARN</a> in
@@ -457,44 +125,6 @@ export interface CreateAliasRequest {
457
125
  */
458
126
  TargetKeyId: string | undefined;
459
127
  }
460
- /**
461
- * <p>The request was rejected because the specified alias name is not valid.</p>
462
- * @public
463
- */
464
- export declare class InvalidAliasNameException extends __BaseException {
465
- readonly name: "InvalidAliasNameException";
466
- readonly $fault: "client";
467
- /**
468
- * @internal
469
- */
470
- constructor(opts: __ExceptionOptionType<InvalidAliasNameException, __BaseException>);
471
- }
472
- /**
473
- * <p>The request was rejected because a length constraint or quota was exceeded. For more
474
- * information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/limits.html">Quotas</a> in
475
- * the <i>Key Management Service Developer Guide</i>.</p>
476
- * @public
477
- */
478
- export declare class LimitExceededException extends __BaseException {
479
- readonly name: "LimitExceededException";
480
- readonly $fault: "client";
481
- /**
482
- * @internal
483
- */
484
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
485
- }
486
- /**
487
- * @public
488
- * @enum
489
- */
490
- export declare const CustomKeyStoreType: {
491
- readonly AWS_CLOUDHSM: "AWS_CLOUDHSM";
492
- readonly EXTERNAL_KEY_STORE: "EXTERNAL_KEY_STORE";
493
- };
494
- /**
495
- * @public
496
- */
497
- export type CustomKeyStoreType = (typeof CustomKeyStoreType)[keyof typeof CustomKeyStoreType];
498
128
  /**
499
129
  * <p>KMS uses the authentication credential to sign requests that it sends to the external
500
130
  * key store proxy (XKS proxy) on your behalf. You establish these credentials on your external
@@ -515,18 +145,6 @@ export interface XksProxyAuthenticationCredentialType {
515
145
  */
516
146
  RawSecretAccessKey: string | undefined;
517
147
  }
518
- /**
519
- * @public
520
- * @enum
521
- */
522
- export declare const XksProxyConnectivityType: {
523
- readonly PUBLIC_ENDPOINT: "PUBLIC_ENDPOINT";
524
- readonly VPC_ENDPOINT_SERVICE: "VPC_ENDPOINT_SERVICE";
525
- };
526
- /**
527
- * @public
528
- */
529
- export type XksProxyConnectivityType = (typeof XksProxyConnectivityType)[keyof typeof XksProxyConnectivityType];
530
148
  /**
531
149
  * @public
532
150
  */
@@ -662,6 +280,13 @@ export interface CreateCustomKeyStoreRequest {
662
280
  * @public
663
281
  */
664
282
  XksProxyVpcEndpointServiceName?: string | undefined;
283
+ /**
284
+ * <p>Specifies the Amazon Web Services account ID that owns the Amazon VPC service endpoint for the interface that
285
+ * is used to communicate with your external key store proxy (XKS proxy). This parameter is
286
+ * optional. If not provided, the Amazon Web Services account ID calling the action will be used.</p>
287
+ * @public
288
+ */
289
+ XksProxyVpcEndpointServiceOwner?: string | undefined;
665
290
  /**
666
291
  * <p>Specifies an authentication credential for the external key store proxy (XKS proxy). This
667
292
  * parameter is required for all custom key stores with a <code>CustomKeyStoreType</code> of
@@ -709,169 +334,6 @@ export interface CreateCustomKeyStoreResponse {
709
334
  */
710
335
  CustomKeyStoreId?: string | undefined;
711
336
  }
712
- /**
713
- * <p>The request was rejected because the specified custom key store name is already assigned
714
- * to another custom key store in the account. Try again with a custom key store name that is
715
- * unique in the account.</p>
716
- * @public
717
- */
718
- export declare class CustomKeyStoreNameInUseException extends __BaseException {
719
- readonly name: "CustomKeyStoreNameInUseException";
720
- readonly $fault: "client";
721
- /**
722
- * @internal
723
- */
724
- constructor(opts: __ExceptionOptionType<CustomKeyStoreNameInUseException, __BaseException>);
725
- }
726
- /**
727
- * <p>The request was rejected because the trust anchor certificate in the request to create an
728
- * CloudHSM key store is not the trust anchor certificate for the specified CloudHSM cluster.</p>
729
- * <p>When you <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/initialize-cluster.html#sign-csr">initialize the CloudHSM cluster</a>, you create the trust anchor certificate and save it
730
- * in the <code>customerCA.crt</code> file.</p>
731
- * @public
732
- */
733
- export declare class IncorrectTrustAnchorException extends __BaseException {
734
- readonly name: "IncorrectTrustAnchorException";
735
- readonly $fault: "client";
736
- /**
737
- * @internal
738
- */
739
- constructor(opts: __ExceptionOptionType<IncorrectTrustAnchorException, __BaseException>);
740
- }
741
- /**
742
- * <p>The request was rejected because the proxy credentials failed to authenticate to the
743
- * specified external key store proxy. The specified external key store proxy rejected a status
744
- * request from KMS due to invalid credentials. This can indicate an error in the credentials
745
- * or in the identification of the external key store proxy.</p>
746
- * @public
747
- */
748
- export declare class XksProxyIncorrectAuthenticationCredentialException extends __BaseException {
749
- readonly name: "XksProxyIncorrectAuthenticationCredentialException";
750
- readonly $fault: "client";
751
- /**
752
- * @internal
753
- */
754
- constructor(opts: __ExceptionOptionType<XksProxyIncorrectAuthenticationCredentialException, __BaseException>);
755
- }
756
- /**
757
- * <p>The request was rejected because the external key store proxy is not configured correctly.
758
- * To identify the cause, see the error message that accompanies the exception.</p>
759
- * @public
760
- */
761
- export declare class XksProxyInvalidConfigurationException extends __BaseException {
762
- readonly name: "XksProxyInvalidConfigurationException";
763
- readonly $fault: "client";
764
- /**
765
- * @internal
766
- */
767
- constructor(opts: __ExceptionOptionType<XksProxyInvalidConfigurationException, __BaseException>);
768
- }
769
- /**
770
- * <p></p>
771
- * <p>KMS cannot interpret the response it received from the external key store proxy. The
772
- * problem might be a poorly constructed response, but it could also be a transient network
773
- * issue. If you see this error repeatedly, report it to the proxy vendor.</p>
774
- * @public
775
- */
776
- export declare class XksProxyInvalidResponseException extends __BaseException {
777
- readonly name: "XksProxyInvalidResponseException";
778
- readonly $fault: "client";
779
- /**
780
- * @internal
781
- */
782
- constructor(opts: __ExceptionOptionType<XksProxyInvalidResponseException, __BaseException>);
783
- }
784
- /**
785
- * <p>The request was rejected because the <code>XksProxyUriEndpoint</code> is already
786
- * associated with another external key store in this Amazon Web Services Region. To identify the cause, see
787
- * the error message that accompanies the exception. </p>
788
- * @public
789
- */
790
- export declare class XksProxyUriEndpointInUseException extends __BaseException {
791
- readonly name: "XksProxyUriEndpointInUseException";
792
- readonly $fault: "client";
793
- /**
794
- * @internal
795
- */
796
- constructor(opts: __ExceptionOptionType<XksProxyUriEndpointInUseException, __BaseException>);
797
- }
798
- /**
799
- * <p>The request was rejected because the concatenation of the <code>XksProxyUriEndpoint</code>
800
- * and <code>XksProxyUriPath</code> is already associated with another external key store in this
801
- * Amazon Web Services Region. Each external key store in a Region must use a unique external key store proxy
802
- * API address.</p>
803
- * @public
804
- */
805
- export declare class XksProxyUriInUseException extends __BaseException {
806
- readonly name: "XksProxyUriInUseException";
807
- readonly $fault: "client";
808
- /**
809
- * @internal
810
- */
811
- constructor(opts: __ExceptionOptionType<XksProxyUriInUseException, __BaseException>);
812
- }
813
- /**
814
- * <p>KMS was unable to reach the specified <code>XksProxyUriPath</code>. The path must be
815
- * reachable before you create the external key store or update its settings.</p>
816
- * <p>This exception is also thrown when the external key store proxy response to a
817
- * <code>GetHealthStatus</code> request indicates that all external key manager instances are
818
- * unavailable.</p>
819
- * @public
820
- */
821
- export declare class XksProxyUriUnreachableException extends __BaseException {
822
- readonly name: "XksProxyUriUnreachableException";
823
- readonly $fault: "client";
824
- /**
825
- * @internal
826
- */
827
- constructor(opts: __ExceptionOptionType<XksProxyUriUnreachableException, __BaseException>);
828
- }
829
- /**
830
- * <p>The request was rejected because the specified Amazon VPC endpoint service is already
831
- * associated with another external key store in this Amazon Web Services Region. Each external key store in a
832
- * Region must use a different Amazon VPC endpoint service.</p>
833
- * @public
834
- */
835
- export declare class XksProxyVpcEndpointServiceInUseException extends __BaseException {
836
- readonly name: "XksProxyVpcEndpointServiceInUseException";
837
- readonly $fault: "client";
838
- /**
839
- * @internal
840
- */
841
- constructor(opts: __ExceptionOptionType<XksProxyVpcEndpointServiceInUseException, __BaseException>);
842
- }
843
- /**
844
- * <p>The request was rejected because the Amazon VPC endpoint service configuration does not fulfill
845
- * the requirements for an external key store. To identify the cause, see the error message that
846
- * accompanies the exception and <a href="https://docs.aws.amazon.com/kms/latest/developerguide/vpc-connectivity.html#xks-vpc-requirements">review the
847
- * requirements</a> for Amazon VPC endpoint service connectivity for an external key
848
- * store.</p>
849
- * @public
850
- */
851
- export declare class XksProxyVpcEndpointServiceInvalidConfigurationException extends __BaseException {
852
- readonly name: "XksProxyVpcEndpointServiceInvalidConfigurationException";
853
- readonly $fault: "client";
854
- /**
855
- * @internal
856
- */
857
- constructor(opts: __ExceptionOptionType<XksProxyVpcEndpointServiceInvalidConfigurationException, __BaseException>);
858
- }
859
- /**
860
- * <p>The request was rejected because KMS could not find the specified VPC endpoint service.
861
- * Use <a>DescribeCustomKeyStores</a> to verify the VPC endpoint service name for the
862
- * external key store. Also, confirm that the <code>Allow principals</code> list for the VPC
863
- * endpoint service includes the KMS service principal for the Region, such as
864
- * <code>cks.kms.us-east-1.amazonaws.com</code>.</p>
865
- * @public
866
- */
867
- export declare class XksProxyVpcEndpointServiceNotFoundException extends __BaseException {
868
- readonly name: "XksProxyVpcEndpointServiceNotFoundException";
869
- readonly $fault: "client";
870
- /**
871
- * @internal
872
- */
873
- constructor(opts: __ExceptionOptionType<XksProxyVpcEndpointServiceNotFoundException, __BaseException>);
874
- }
875
337
  /**
876
338
  * <p>Use this structure to allow <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-cryptography.html#cryptographic-operations">cryptographic operations</a> in the grant only when the operation request
877
339
  * includes the specified <a href="https://docs.aws.amazon.com/kms/latest/developerguide/encrypt_context.html">encryption context</a>. </p>
@@ -912,33 +374,6 @@ export interface GrantConstraints {
912
374
  */
913
375
  EncryptionContextEquals?: Record<string, string> | undefined;
914
376
  }
915
- /**
916
- * @public
917
- * @enum
918
- */
919
- export declare const GrantOperation: {
920
- readonly CreateGrant: "CreateGrant";
921
- readonly Decrypt: "Decrypt";
922
- readonly DeriveSharedSecret: "DeriveSharedSecret";
923
- readonly DescribeKey: "DescribeKey";
924
- readonly Encrypt: "Encrypt";
925
- readonly GenerateDataKey: "GenerateDataKey";
926
- readonly GenerateDataKeyPair: "GenerateDataKeyPair";
927
- readonly GenerateDataKeyPairWithoutPlaintext: "GenerateDataKeyPairWithoutPlaintext";
928
- readonly GenerateDataKeyWithoutPlaintext: "GenerateDataKeyWithoutPlaintext";
929
- readonly GenerateMac: "GenerateMac";
930
- readonly GetPublicKey: "GetPublicKey";
931
- readonly ReEncryptFrom: "ReEncryptFrom";
932
- readonly ReEncryptTo: "ReEncryptTo";
933
- readonly RetireGrant: "RetireGrant";
934
- readonly Sign: "Sign";
935
- readonly Verify: "Verify";
936
- readonly VerifyMac: "VerifyMac";
937
- };
938
- /**
939
- * @public
940
- */
941
- export type GrantOperation = (typeof GrantOperation)[keyof typeof GrantOperation];
942
377
  /**
943
378
  * @public
944
379
  */
@@ -1080,119 +515,6 @@ export interface CreateGrantResponse {
1080
515
  */
1081
516
  GrantId?: string | undefined;
1082
517
  }
1083
- /**
1084
- * <p>The request was rejected because the specified KMS key is not enabled.</p>
1085
- * @public
1086
- */
1087
- export declare class DisabledException extends __BaseException {
1088
- readonly name: "DisabledException";
1089
- readonly $fault: "client";
1090
- /**
1091
- * @internal
1092
- */
1093
- constructor(opts: __ExceptionOptionType<DisabledException, __BaseException>);
1094
- }
1095
- /**
1096
- * <p> The request was rejected because the DryRun parameter was specified. </p>
1097
- * @public
1098
- */
1099
- export declare class DryRunOperationException extends __BaseException {
1100
- readonly name: "DryRunOperationException";
1101
- readonly $fault: "client";
1102
- /**
1103
- * @internal
1104
- */
1105
- constructor(opts: __ExceptionOptionType<DryRunOperationException, __BaseException>);
1106
- }
1107
- /**
1108
- * <p>The request was rejected because the specified grant token is not valid.</p>
1109
- * @public
1110
- */
1111
- export declare class InvalidGrantTokenException extends __BaseException {
1112
- readonly name: "InvalidGrantTokenException";
1113
- readonly $fault: "client";
1114
- /**
1115
- * @internal
1116
- */
1117
- constructor(opts: __ExceptionOptionType<InvalidGrantTokenException, __BaseException>);
1118
- }
1119
- /**
1120
- * @public
1121
- * @enum
1122
- */
1123
- export declare const CustomerMasterKeySpec: {
1124
- readonly ECC_NIST_P256: "ECC_NIST_P256";
1125
- readonly ECC_NIST_P384: "ECC_NIST_P384";
1126
- readonly ECC_NIST_P521: "ECC_NIST_P521";
1127
- readonly ECC_SECG_P256K1: "ECC_SECG_P256K1";
1128
- readonly HMAC_224: "HMAC_224";
1129
- readonly HMAC_256: "HMAC_256";
1130
- readonly HMAC_384: "HMAC_384";
1131
- readonly HMAC_512: "HMAC_512";
1132
- readonly RSA_2048: "RSA_2048";
1133
- readonly RSA_3072: "RSA_3072";
1134
- readonly RSA_4096: "RSA_4096";
1135
- readonly SM2: "SM2";
1136
- readonly SYMMETRIC_DEFAULT: "SYMMETRIC_DEFAULT";
1137
- };
1138
- /**
1139
- * @public
1140
- */
1141
- export type CustomerMasterKeySpec = (typeof CustomerMasterKeySpec)[keyof typeof CustomerMasterKeySpec];
1142
- /**
1143
- * @public
1144
- * @enum
1145
- */
1146
- export declare const KeySpec: {
1147
- readonly ECC_NIST_P256: "ECC_NIST_P256";
1148
- readonly ECC_NIST_P384: "ECC_NIST_P384";
1149
- readonly ECC_NIST_P521: "ECC_NIST_P521";
1150
- readonly ECC_SECG_P256K1: "ECC_SECG_P256K1";
1151
- readonly HMAC_224: "HMAC_224";
1152
- readonly HMAC_256: "HMAC_256";
1153
- readonly HMAC_384: "HMAC_384";
1154
- readonly HMAC_512: "HMAC_512";
1155
- readonly ML_DSA_44: "ML_DSA_44";
1156
- readonly ML_DSA_65: "ML_DSA_65";
1157
- readonly ML_DSA_87: "ML_DSA_87";
1158
- readonly RSA_2048: "RSA_2048";
1159
- readonly RSA_3072: "RSA_3072";
1160
- readonly RSA_4096: "RSA_4096";
1161
- readonly SM2: "SM2";
1162
- readonly SYMMETRIC_DEFAULT: "SYMMETRIC_DEFAULT";
1163
- };
1164
- /**
1165
- * @public
1166
- */
1167
- export type KeySpec = (typeof KeySpec)[keyof typeof KeySpec];
1168
- /**
1169
- * @public
1170
- * @enum
1171
- */
1172
- export declare const KeyUsageType: {
1173
- readonly ENCRYPT_DECRYPT: "ENCRYPT_DECRYPT";
1174
- readonly GENERATE_VERIFY_MAC: "GENERATE_VERIFY_MAC";
1175
- readonly KEY_AGREEMENT: "KEY_AGREEMENT";
1176
- readonly SIGN_VERIFY: "SIGN_VERIFY";
1177
- };
1178
- /**
1179
- * @public
1180
- */
1181
- export type KeyUsageType = (typeof KeyUsageType)[keyof typeof KeyUsageType];
1182
- /**
1183
- * @public
1184
- * @enum
1185
- */
1186
- export declare const OriginType: {
1187
- readonly AWS_CLOUDHSM: "AWS_CLOUDHSM";
1188
- readonly AWS_KMS: "AWS_KMS";
1189
- readonly EXTERNAL: "EXTERNAL";
1190
- readonly EXTERNAL_KEY_STORE: "EXTERNAL_KEY_STORE";
1191
- };
1192
- /**
1193
- * @public
1194
- */
1195
- export type OriginType = (typeof OriginType)[keyof typeof OriginType];
1196
518
  /**
1197
519
  * <p>A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are
1198
520
  * both required, but tag values can be empty (null) strings.</p>
@@ -1273,8 +595,11 @@ export interface CreateKeyRequest {
1273
595
  /**
1274
596
  * <p>Determines the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-cryptography.html#cryptographic-operations">cryptographic operations</a> for which you can use the KMS key. The default value is
1275
597
  * <code>ENCRYPT_DECRYPT</code>. This parameter is optional when you are creating a symmetric
1276
- * encryption KMS key; otherwise, it is required. You can't change the <code>KeyUsage</code>
1277
- * value after the KMS key is created.</p>
598
+ * encryption KMS key; otherwise, it is required. You can't change the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/create-keys.html#key-usage">
599
+ * <code>KeyUsage</code>
600
+ * </a> value after the KMS key is created. Each KMS key can have
601
+ * only one key usage. This follows key usage best practices according to <a href="https://csrc.nist.gov/pubs/sp/800/57/pt1/r5/final">NIST SP 800-57 Recommendations for
602
+ * Key Management</a>, section 5.2, Key usage.</p>
1278
603
  * <p>Select only one valid value.</p>
1279
604
  * <ul>
1280
605
  * <li>
@@ -1289,7 +614,7 @@ export interface CreateKeyRequest {
1289
614
  * <code>SIGN_VERIFY</code>.</p>
1290
615
  * </li>
1291
616
  * <li>
1292
- * <p>For asymmetric KMS keys with NIST-recommended elliptic curve key pairs, specify
617
+ * <p>For asymmetric KMS keys with NIST-standard elliptic curve key pairs, specify
1293
618
  * <code>SIGN_VERIFY</code> or <code>KEY_AGREEMENT</code>.</p>
1294
619
  * </li>
1295
620
  * <li>
@@ -1315,7 +640,7 @@ export interface CreateKeyRequest {
1315
640
  * way. Only the names differ. We recommend that you use <code>KeySpec</code> parameter in your
1316
641
  * code. However, to avoid breaking changes, KMS supports both parameters.</p>
1317
642
  *
1318
- * @deprecated
643
+ * @deprecated This parameter has been deprecated. Instead, use the KeySpec parameter.
1319
644
  * @public
1320
645
  */
1321
646
  CustomerMasterKeySpec?: CustomerMasterKeySpec | undefined;
@@ -1399,7 +724,7 @@ export interface CreateKeyRequest {
1399
724
  * </ul>
1400
725
  * </li>
1401
726
  * <li>
1402
- * <p>Asymmetric NIST-recommended elliptic curve key pairs (signing and verification -or-
727
+ * <p>Asymmetric NIST-standard elliptic curve key pairs (signing and verification -or-
1403
728
  * deriving shared secrets)</p>
1404
729
  * <ul>
1405
730
  * <li>
@@ -1414,6 +739,21 @@ export interface CreateKeyRequest {
1414
739
  * <p>
1415
740
  * <code>ECC_NIST_P521</code> (secp521r1)</p>
1416
741
  * </li>
742
+ * <li>
743
+ * <p>
744
+ * <code>ECC_NIST_EDWARDS25519</code> (ed25519) - signing and verification only</p>
745
+ * <ul>
746
+ * <li>
747
+ * <p>
748
+ * <b>Note:</b> For ECC_NIST_EDWARDS25519 KMS keys, the
749
+ * ED25519_SHA_512 signing algorithm requires <a href="kms/latest/APIReference/API_Sign.html#KMS-Sign-request-MessageType">
750
+ * <code>MessageType:RAW</code>
751
+ * </a>, while ED25519_PH_SHA_512 requires <a href="kms/latest/APIReference/API_Sign.html#KMS-Sign-request-MessageType">
752
+ * <code>MessageType:DIGEST</code>
753
+ * </a>. These message types cannot be used interchangeably.</p>
754
+ * </li>
755
+ * </ul>
756
+ * </li>
1417
757
  * </ul>
1418
758
  * </li>
1419
759
  * <li>
@@ -1572,99 +912,6 @@ export interface CreateKeyRequest {
1572
912
  */
1573
913
  XksKeyId?: string | undefined;
1574
914
  }
1575
- /**
1576
- * @public
1577
- * @enum
1578
- */
1579
- export declare const EncryptionAlgorithmSpec: {
1580
- readonly RSAES_OAEP_SHA_1: "RSAES_OAEP_SHA_1";
1581
- readonly RSAES_OAEP_SHA_256: "RSAES_OAEP_SHA_256";
1582
- readonly SM2PKE: "SM2PKE";
1583
- readonly SYMMETRIC_DEFAULT: "SYMMETRIC_DEFAULT";
1584
- };
1585
- /**
1586
- * @public
1587
- */
1588
- export type EncryptionAlgorithmSpec = (typeof EncryptionAlgorithmSpec)[keyof typeof EncryptionAlgorithmSpec];
1589
- /**
1590
- * @public
1591
- * @enum
1592
- */
1593
- export declare const ExpirationModelType: {
1594
- readonly KEY_MATERIAL_DOES_NOT_EXPIRE: "KEY_MATERIAL_DOES_NOT_EXPIRE";
1595
- readonly KEY_MATERIAL_EXPIRES: "KEY_MATERIAL_EXPIRES";
1596
- };
1597
- /**
1598
- * @public
1599
- */
1600
- export type ExpirationModelType = (typeof ExpirationModelType)[keyof typeof ExpirationModelType];
1601
- /**
1602
- * @public
1603
- * @enum
1604
- */
1605
- export declare const KeyAgreementAlgorithmSpec: {
1606
- readonly ECDH: "ECDH";
1607
- };
1608
- /**
1609
- * @public
1610
- */
1611
- export type KeyAgreementAlgorithmSpec = (typeof KeyAgreementAlgorithmSpec)[keyof typeof KeyAgreementAlgorithmSpec];
1612
- /**
1613
- * @public
1614
- * @enum
1615
- */
1616
- export declare const KeyManagerType: {
1617
- readonly AWS: "AWS";
1618
- readonly CUSTOMER: "CUSTOMER";
1619
- };
1620
- /**
1621
- * @public
1622
- */
1623
- export type KeyManagerType = (typeof KeyManagerType)[keyof typeof KeyManagerType];
1624
- /**
1625
- * @public
1626
- * @enum
1627
- */
1628
- export declare const KeyState: {
1629
- readonly Creating: "Creating";
1630
- readonly Disabled: "Disabled";
1631
- readonly Enabled: "Enabled";
1632
- readonly PendingDeletion: "PendingDeletion";
1633
- readonly PendingImport: "PendingImport";
1634
- readonly PendingReplicaDeletion: "PendingReplicaDeletion";
1635
- readonly Unavailable: "Unavailable";
1636
- readonly Updating: "Updating";
1637
- };
1638
- /**
1639
- * @public
1640
- */
1641
- export type KeyState = (typeof KeyState)[keyof typeof KeyState];
1642
- /**
1643
- * @public
1644
- * @enum
1645
- */
1646
- export declare const MacAlgorithmSpec: {
1647
- readonly HMAC_SHA_224: "HMAC_SHA_224";
1648
- readonly HMAC_SHA_256: "HMAC_SHA_256";
1649
- readonly HMAC_SHA_384: "HMAC_SHA_384";
1650
- readonly HMAC_SHA_512: "HMAC_SHA_512";
1651
- };
1652
- /**
1653
- * @public
1654
- */
1655
- export type MacAlgorithmSpec = (typeof MacAlgorithmSpec)[keyof typeof MacAlgorithmSpec];
1656
- /**
1657
- * @public
1658
- * @enum
1659
- */
1660
- export declare const MultiRegionKeyType: {
1661
- readonly PRIMARY: "PRIMARY";
1662
- readonly REPLICA: "REPLICA";
1663
- };
1664
- /**
1665
- * @public
1666
- */
1667
- export type MultiRegionKeyType = (typeof MultiRegionKeyType)[keyof typeof MultiRegionKeyType];
1668
915
  /**
1669
916
  * <p>Describes the primary or replica key in a multi-Region key.</p>
1670
917
  * @public
@@ -1708,27 +955,6 @@ export interface MultiRegionConfiguration {
1708
955
  */
1709
956
  ReplicaKeys?: MultiRegionKey[] | undefined;
1710
957
  }
1711
- /**
1712
- * @public
1713
- * @enum
1714
- */
1715
- export declare const SigningAlgorithmSpec: {
1716
- readonly ECDSA_SHA_256: "ECDSA_SHA_256";
1717
- readonly ECDSA_SHA_384: "ECDSA_SHA_384";
1718
- readonly ECDSA_SHA_512: "ECDSA_SHA_512";
1719
- readonly ML_DSA_SHAKE_256: "ML_DSA_SHAKE_256";
1720
- readonly RSASSA_PKCS1_V1_5_SHA_256: "RSASSA_PKCS1_V1_5_SHA_256";
1721
- readonly RSASSA_PKCS1_V1_5_SHA_384: "RSASSA_PKCS1_V1_5_SHA_384";
1722
- readonly RSASSA_PKCS1_V1_5_SHA_512: "RSASSA_PKCS1_V1_5_SHA_512";
1723
- readonly RSASSA_PSS_SHA_256: "RSASSA_PSS_SHA_256";
1724
- readonly RSASSA_PSS_SHA_384: "RSASSA_PSS_SHA_384";
1725
- readonly RSASSA_PSS_SHA_512: "RSASSA_PSS_SHA_512";
1726
- readonly SM2DSA: "SM2DSA";
1727
- };
1728
- /**
1729
- * @public
1730
- */
1731
- export type SigningAlgorithmSpec = (typeof SigningAlgorithmSpec)[keyof typeof SigningAlgorithmSpec];
1732
958
  /**
1733
959
  * <p>Information about the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/keystore-external.html#concept-external-key">external key </a>that is
1734
960
  * associated with a KMS key in an external key store. </p>
@@ -1859,7 +1085,7 @@ export interface KeyMetadata {
1859
1085
  * value. We recommend that you use the <code>KeySpec</code> field in your code. However, to
1860
1086
  * avoid breaking changes, KMS supports both fields.</p>
1861
1087
  *
1862
- * @deprecated
1088
+ * @deprecated This field has been deprecated. Instead, use the KeySpec field.
1863
1089
  * @public
1864
1090
  */
1865
1091
  CustomerMasterKeySpec?: CustomerMasterKeySpec | undefined;
@@ -1955,11 +1181,10 @@ export interface KeyMetadata {
1955
1181
  XksKeyConfiguration?: XksKeyConfigurationType | undefined;
1956
1182
  /**
1957
1183
  * <p>Identifies the current key material. This value is present for symmetric encryption keys
1958
- * with <code>AWS_KMS</code> origin and single-Region, symmetric encryption keys with
1959
- * <code>EXTERNAL</code> origin. These KMS keys support automatic or on-demand key rotation and
1960
- * can have multiple key materials associated with them. KMS uses the current key material for
1961
- * both encryption and decryption, and the non-current key material for decryption operations
1962
- * only.</p>
1184
+ * with <code>AWS_KMS</code> or <code>EXTERNAL</code> origin. These KMS keys support automatic
1185
+ * or on-demand key rotation and can have multiple key materials associated with them. KMS uses
1186
+ * the current key material for both encryption and decryption, and the non-current key material
1187
+ * for decryption operations only.</p>
1963
1188
  * @public
1964
1189
  */
1965
1190
  CurrentKeyMaterialId?: string | undefined;
@@ -1974,106 +1199,6 @@ export interface CreateKeyResponse {
1974
1199
  */
1975
1200
  KeyMetadata?: KeyMetadata | undefined;
1976
1201
  }
1977
- /**
1978
- * <p>The request was rejected because the specified policy is not syntactically or semantically
1979
- * correct.</p>
1980
- * @public
1981
- */
1982
- export declare class MalformedPolicyDocumentException extends __BaseException {
1983
- readonly name: "MalformedPolicyDocumentException";
1984
- readonly $fault: "client";
1985
- /**
1986
- * @internal
1987
- */
1988
- constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
1989
- }
1990
- /**
1991
- * <p>The request was rejected because one or more tags are not valid.</p>
1992
- * @public
1993
- */
1994
- export declare class TagException extends __BaseException {
1995
- readonly name: "TagException";
1996
- readonly $fault: "client";
1997
- /**
1998
- * @internal
1999
- */
2000
- constructor(opts: __ExceptionOptionType<TagException, __BaseException>);
2001
- }
2002
- /**
2003
- * <p>The request was rejected because a specified parameter is not supported or a specified
2004
- * resource is not valid for this operation.</p>
2005
- * @public
2006
- */
2007
- export declare class UnsupportedOperationException extends __BaseException {
2008
- readonly name: "UnsupportedOperationException";
2009
- readonly $fault: "client";
2010
- /**
2011
- * @internal
2012
- */
2013
- constructor(opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>);
2014
- }
2015
- /**
2016
- * <p>The request was rejected because the (<code>XksKeyId</code>) is already associated with
2017
- * another KMS key in this external key store. Each KMS key in an external key store must be
2018
- * associated with a different external key.</p>
2019
- * @public
2020
- */
2021
- export declare class XksKeyAlreadyInUseException extends __BaseException {
2022
- readonly name: "XksKeyAlreadyInUseException";
2023
- readonly $fault: "client";
2024
- /**
2025
- * @internal
2026
- */
2027
- constructor(opts: __ExceptionOptionType<XksKeyAlreadyInUseException, __BaseException>);
2028
- }
2029
- /**
2030
- * <p>The request was rejected because the external key specified by the <code>XksKeyId</code>
2031
- * parameter did not meet the configuration requirements for an external key store.</p>
2032
- * <p>The external key must be an AES-256 symmetric key that is enabled and performs encryption
2033
- * and decryption.</p>
2034
- * @public
2035
- */
2036
- export declare class XksKeyInvalidConfigurationException extends __BaseException {
2037
- readonly name: "XksKeyInvalidConfigurationException";
2038
- readonly $fault: "client";
2039
- /**
2040
- * @internal
2041
- */
2042
- constructor(opts: __ExceptionOptionType<XksKeyInvalidConfigurationException, __BaseException>);
2043
- }
2044
- /**
2045
- * <p>The request was rejected because the external key store proxy could not find the external
2046
- * key. This exception is thrown when the value of the <code>XksKeyId</code> parameter doesn't
2047
- * identify a key in the external key manager associated with the external key proxy.</p>
2048
- * <p>Verify that the <code>XksKeyId</code> represents an existing key in the external key
2049
- * manager. Use the key identifier that the external key store proxy uses to identify the key.
2050
- * For details, see the documentation provided with your external key store proxy or key
2051
- * manager.</p>
2052
- * @public
2053
- */
2054
- export declare class XksKeyNotFoundException extends __BaseException {
2055
- readonly name: "XksKeyNotFoundException";
2056
- readonly $fault: "client";
2057
- /**
2058
- * @internal
2059
- */
2060
- constructor(opts: __ExceptionOptionType<XksKeyNotFoundException, __BaseException>);
2061
- }
2062
- /**
2063
- * <p>The request was rejected because the custom key store contains KMS keys. After verifying
2064
- * that you do not need to use the KMS keys, use the <a>ScheduleKeyDeletion</a>
2065
- * operation to delete the KMS keys. After they are deleted, you can delete the custom key
2066
- * store.</p>
2067
- * @public
2068
- */
2069
- export declare class CustomKeyStoreHasCMKsException extends __BaseException {
2070
- readonly name: "CustomKeyStoreHasCMKsException";
2071
- readonly $fault: "client";
2072
- /**
2073
- * @internal
2074
- */
2075
- constructor(opts: __ExceptionOptionType<CustomKeyStoreHasCMKsException, __BaseException>);
2076
- }
2077
1202
  /**
2078
1203
  * <p>Detailed information about the external key store proxy (XKS proxy). Your external key
2079
1204
  * store proxy translates KMS requests into a format that your external key manager can
@@ -2113,7 +1238,14 @@ export interface XksProxyConfigurationType {
2113
1238
  * communicate with KMS.</p>
2114
1239
  * @public
2115
1240
  */
2116
- VpcEndpointServiceName?: string | undefined;
1241
+ VpcEndpointServiceName?: string | undefined;
1242
+ /**
1243
+ * <p>The Amazon Web Services account ID that owns the Amazon VPC endpoint service used to communicate with the
1244
+ * external key store proxy (XKS). This field appears only when the XKS uses an VPC endpoint
1245
+ * service to communicate with KMS.</p>
1246
+ * @public
1247
+ */
1248
+ VpcEndpointServiceOwner?: string | undefined;
2117
1249
  }
2118
1250
  /**
2119
1251
  * <p>Contains information about each custom key store in the custom key store list.</p>
@@ -2379,65 +1511,24 @@ export interface CustomKeyStoresListEntry {
2379
1511
  */
2380
1512
  XksProxyConfiguration?: XksProxyConfigurationType | undefined;
2381
1513
  }
2382
- /**
2383
- * @public
2384
- * @enum
2385
- */
2386
- export declare const DataKeyPairSpec: {
2387
- readonly ECC_NIST_P256: "ECC_NIST_P256";
2388
- readonly ECC_NIST_P384: "ECC_NIST_P384";
2389
- readonly ECC_NIST_P521: "ECC_NIST_P521";
2390
- readonly ECC_SECG_P256K1: "ECC_SECG_P256K1";
2391
- readonly RSA_2048: "RSA_2048";
2392
- readonly RSA_3072: "RSA_3072";
2393
- readonly RSA_4096: "RSA_4096";
2394
- readonly SM2: "SM2";
2395
- };
2396
- /**
2397
- * @public
2398
- */
2399
- export type DataKeyPairSpec = (typeof DataKeyPairSpec)[keyof typeof DataKeyPairSpec];
2400
- /**
2401
- * @public
2402
- * @enum
2403
- */
2404
- export declare const DataKeySpec: {
2405
- readonly AES_128: "AES_128";
2406
- readonly AES_256: "AES_256";
2407
- };
2408
- /**
2409
- * @public
2410
- */
2411
- export type DataKeySpec = (typeof DataKeySpec)[keyof typeof DataKeySpec];
2412
- /**
2413
- * @public
2414
- * @enum
2415
- */
2416
- export declare const KeyEncryptionMechanism: {
2417
- readonly RSAES_OAEP_SHA_256: "RSAES_OAEP_SHA_256";
2418
- };
2419
- /**
2420
- * @public
2421
- */
2422
- export type KeyEncryptionMechanism = (typeof KeyEncryptionMechanism)[keyof typeof KeyEncryptionMechanism];
2423
1514
  /**
2424
1515
  * <p>Contains information about the party that receives the response from the API
2425
1516
  * operation.</p>
2426
- * <p>This data type is designed to support Amazon Web Services Nitro Enclaves, which lets you create an isolated
2427
- * compute environment in Amazon EC2. For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
1517
+ * <p>This data type is designed to support Amazon Web Services Nitro Enclaves and Amazon Web Services NitroTPM,
1518
+ * which lets you create an attested environment in Amazon EC2. For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2428
1519
  * @public
2429
1520
  */
2430
1521
  export interface RecipientInfo {
2431
1522
  /**
2432
1523
  * <p>The encryption algorithm that KMS should use with the public key for an Amazon Web Services Nitro
2433
- * Enclave to encrypt plaintext values for the response. The only valid value is
1524
+ * Enclave or NitroTPM to encrypt plaintext values for the response. The only valid value is
2434
1525
  * <code>RSAES_OAEP_SHA_256</code>.</p>
2435
1526
  * @public
2436
1527
  */
2437
1528
  KeyEncryptionAlgorithm?: KeyEncryptionMechanism | undefined;
2438
1529
  /**
2439
- * <p>The attestation document for an Amazon Web Services Nitro Enclave. This document includes the enclave's
2440
- * public key.</p>
1530
+ * <p>The attestation document for an Amazon Web Services Nitro Enclave or a NitroTPM. This document includes
1531
+ * the enclave's public key.</p>
2441
1532
  * @public
2442
1533
  */
2443
1534
  AttestationDocument?: Uint8Array | undefined;
@@ -2448,9 +1539,10 @@ export interface RecipientInfo {
2448
1539
  export interface DecryptRequest {
2449
1540
  /**
2450
1541
  * <p>Ciphertext to be decrypted. The blob includes metadata.</p>
1542
+ * <p>This parameter is required in all cases except when <code>DryRun</code> is <code>true</code> and <code>DryRunModifiers</code> is set to <code>IGNORE_CIPHERTEXT</code>.</p>
2451
1543
  * @public
2452
1544
  */
2453
- CiphertextBlob: Uint8Array | undefined;
1545
+ CiphertextBlob?: Uint8Array | undefined;
2454
1546
  /**
2455
1547
  * <p>Specifies the encryption context to use when decrypting the data.
2456
1548
  * An encryption context is valid only for <a href="https://docs.aws.amazon.com/kms/latest/developerguide/kms-cryptography.html#cryptographic-operations">cryptographic operations</a> with a symmetric encryption KMS key. The standard asymmetric encryption algorithms and HMAC algorithms that KMS uses do not support an encryption context.</p>
@@ -2475,10 +1567,10 @@ export interface DecryptRequest {
2475
1567
  * different KMS key, the <code>Decrypt</code> operation throws an
2476
1568
  * <code>IncorrectKeyException</code>.</p>
2477
1569
  * <p>This parameter is required only when the ciphertext was encrypted under an asymmetric KMS
2478
- * key. If you used a symmetric encryption KMS key, KMS can get the KMS key from metadata that
1570
+ * key or when <code>DryRun</code> is <code>true</code> and <code>DryRunModifiers</code> is set to <code>IGNORE_CIPHERTEXT</code>. If you used a symmetric encryption KMS key, KMS can get the KMS key from metadata that
2479
1571
  * it adds to the symmetric ciphertext blob. However, it is always recommended as a best
2480
1572
  * practice. This practice ensures that you use the KMS key that you intend.</p>
2481
- * <p>To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with <code>"alias/"</code>. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.</p>
1573
+ * <p>To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with <code>"alias/"</code>. To specify a KMS key in a different Amazon Web Services account, you should use the key ARN or alias ARN.</p>
2482
1574
  * <p>For example:</p>
2483
1575
  * <ul>
2484
1576
  * <li>
@@ -2514,16 +1606,17 @@ export interface DecryptRequest {
2514
1606
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | undefined;
2515
1607
  /**
2516
1608
  * <p>A signed <a href="https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-concepts.html#term-attestdoc">attestation
2517
- * document</a> from an Amazon Web Services Nitro enclave and the encryption algorithm to use with the
2518
- * enclave's public key. The only valid encryption algorithm is <code>RSAES_OAEP_SHA_256</code>. </p>
2519
- * <p>This parameter only supports attestation documents for Amazon Web Services Nitro Enclaves. To include this
2520
- * parameter, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK.</p>
1609
+ * document</a> from an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to
1610
+ * use with the public key in the attestation document. The only valid encryption algorithm is
1611
+ * <code>RSAES_OAEP_SHA_256</code>. </p>
1612
+ * <p>This parameter supports the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK for
1613
+ * Amazon Web Services Nitro Enclaves. It supports any Amazon Web Services SDK for Amazon Web Services NitroTPM. </p>
2521
1614
  * <p>When you use this parameter, instead of returning the plaintext data, KMS encrypts the
2522
1615
  * plaintext data with the public key in the attestation document, and returns the resulting
2523
1616
  * ciphertext in the <code>CiphertextForRecipient</code> field in the response. This ciphertext
2524
- * can be decrypted only with the private key in the enclave. The <code>Plaintext</code> field in
2525
- * the response is null or empty.</p>
2526
- * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
1617
+ * can be decrypted only with the private key in the attested environment. The
1618
+ * <code>Plaintext</code> field in the response is null or empty.</p>
1619
+ * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2527
1620
  * @public
2528
1621
  */
2529
1622
  Recipient?: RecipientInfo | undefined;
@@ -2533,6 +1626,16 @@ export interface DecryptRequest {
2533
1626
  * @public
2534
1627
  */
2535
1628
  DryRun?: boolean | undefined;
1629
+ /**
1630
+ * <p>Specifies the modifiers to apply to the dry run operation. <code>DryRunModifiers</code> is an optional parameter that only applies when <code>DryRun</code> is
1631
+ * set to <code>true</code>.</p>
1632
+ * <p>When set to <code>IGNORE_CIPHERTEXT</code>, KMS performs only authorization validation without ciphertext validation. This allows you to test permissions
1633
+ * without requiring a valid ciphertext blob.</p>
1634
+ * <p>To learn more about how to use this parameter, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/testing-permissions.html">Testing your
1635
+ * permissions</a> in the <i>Key Management Service Developer Guide</i>.</p>
1636
+ * @public
1637
+ */
1638
+ DryRunModifiers?: DryRunModifierType[] | undefined;
2536
1639
  }
2537
1640
  /**
2538
1641
  * @public
@@ -2556,10 +1659,11 @@ export interface DecryptResponse {
2556
1659
  */
2557
1660
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | undefined;
2558
1661
  /**
2559
- * <p>The plaintext data encrypted with the public key in the attestation document. </p>
1662
+ * <p>The plaintext data encrypted with the public key from the attestation document. This
1663
+ * ciphertext can be decrypted only by using a private key from the attested environment. </p>
2560
1664
  * <p>This field is included in the response only when the <code>Recipient</code> parameter in
2561
- * the request includes a valid attestation document from an Amazon Web Services Nitro enclave.
2562
- * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
1665
+ * the request includes a valid attestation document from an Amazon Web Services Nitro enclave or NitroTPM.
1666
+ * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2563
1667
  * @public
2564
1668
  */
2565
1669
  CiphertextForRecipient?: Uint8Array | undefined;
@@ -2571,82 +1675,6 @@ export interface DecryptResponse {
2571
1675
  */
2572
1676
  KeyMaterialId?: string | undefined;
2573
1677
  }
2574
- /**
2575
- * <p>The request was rejected because the specified KMS key cannot decrypt the data. The
2576
- * <code>KeyId</code> in a <a>Decrypt</a> request and the <code>SourceKeyId</code>
2577
- * in a <a>ReEncrypt</a> request must identify the same KMS key that was used to
2578
- * encrypt the ciphertext.</p>
2579
- * @public
2580
- */
2581
- export declare class IncorrectKeyException extends __BaseException {
2582
- readonly name: "IncorrectKeyException";
2583
- readonly $fault: "client";
2584
- /**
2585
- * @internal
2586
- */
2587
- constructor(opts: __ExceptionOptionType<IncorrectKeyException, __BaseException>);
2588
- }
2589
- /**
2590
- * <p>From the <a>Decrypt</a> or <a>ReEncrypt</a> operation, the request
2591
- * was rejected because the specified ciphertext, or additional authenticated data incorporated
2592
- * into the ciphertext, such as the encryption context, is corrupted, missing, or otherwise
2593
- * invalid.</p>
2594
- * <p>From the <a>ImportKeyMaterial</a> operation, the request was rejected because
2595
- * KMS could not decrypt the encrypted (wrapped) key material. </p>
2596
- * @public
2597
- */
2598
- export declare class InvalidCiphertextException extends __BaseException {
2599
- readonly name: "InvalidCiphertextException";
2600
- readonly $fault: "client";
2601
- /**
2602
- * @internal
2603
- */
2604
- constructor(opts: __ExceptionOptionType<InvalidCiphertextException, __BaseException>);
2605
- }
2606
- /**
2607
- * <p>The request was rejected for one of the following reasons: </p>
2608
- * <ul>
2609
- * <li>
2610
- * <p>The <code>KeyUsage</code> value of the KMS key is incompatible with the API
2611
- * operation.</p>
2612
- * </li>
2613
- * <li>
2614
- * <p>The encryption algorithm or signing algorithm specified for the operation is
2615
- * incompatible with the type of key material in the KMS key <code>(KeySpec</code>).</p>
2616
- * </li>
2617
- * </ul>
2618
- * <p>For encrypting, decrypting, re-encrypting, and generating data keys, the
2619
- * <code>KeyUsage</code> must be <code>ENCRYPT_DECRYPT</code>. For signing and verifying
2620
- * messages, the <code>KeyUsage</code> must be <code>SIGN_VERIFY</code>. For generating and
2621
- * verifying message authentication codes (MACs), the <code>KeyUsage</code> must be
2622
- * <code>GENERATE_VERIFY_MAC</code>. For deriving key agreement secrets, the
2623
- * <code>KeyUsage</code> must be <code>KEY_AGREEMENT</code>. To find the <code>KeyUsage</code>
2624
- * of a KMS key, use the <a>DescribeKey</a> operation.</p>
2625
- * <p>To find the encryption or signing algorithms supported for a particular KMS key, use the
2626
- * <a>DescribeKey</a> operation.</p>
2627
- * @public
2628
- */
2629
- export declare class InvalidKeyUsageException extends __BaseException {
2630
- readonly name: "InvalidKeyUsageException";
2631
- readonly $fault: "client";
2632
- /**
2633
- * @internal
2634
- */
2635
- constructor(opts: __ExceptionOptionType<InvalidKeyUsageException, __BaseException>);
2636
- }
2637
- /**
2638
- * <p>The request was rejected because the specified KMS key was not available. You can retry
2639
- * the request.</p>
2640
- * @public
2641
- */
2642
- export declare class KeyUnavailableException extends __BaseException {
2643
- readonly name: "KeyUnavailableException";
2644
- readonly $fault: "server";
2645
- /**
2646
- * @internal
2647
- */
2648
- constructor(opts: __ExceptionOptionType<KeyUnavailableException, __BaseException>);
2649
- }
2650
1678
  /**
2651
1679
  * @public
2652
1680
  */
@@ -2726,7 +1754,7 @@ export interface DeleteImportedKeyMaterialResponse {
2726
1754
  */
2727
1755
  export interface DeriveSharedSecretRequest {
2728
1756
  /**
2729
- * <p>Identifies an asymmetric NIST-recommended ECC or SM2 (China Regions only) KMS key. KMS
1757
+ * <p>Identifies an asymmetric NIST-standard ECC or SM2 (China Regions only) KMS key. KMS
2730
1758
  * uses the private key in the specified key pair to derive the shared secret. The key usage of
2731
1759
  * the KMS key must be <code>KEY_AGREEMENT</code>. To find the <code>KeyUsage</code> of a KMS
2732
1760
  * key, use the <a>DescribeKey</a> operation.</p>
@@ -2761,7 +1789,7 @@ export interface DeriveSharedSecretRequest {
2761
1789
  */
2762
1790
  KeyAgreementAlgorithm: KeyAgreementAlgorithmSpec | undefined;
2763
1791
  /**
2764
- * <p>Specifies the public key in your peer's NIST-recommended elliptic curve (ECC) or SM2
1792
+ * <p>Specifies the public key in your peer's NIST-standard elliptic curve (ECC) or SM2
2765
1793
  * (China Regions only) key pair.</p>
2766
1794
  * <p>The public key must be a DER-encoded X.509 public key, also known as
2767
1795
  * <code>SubjectPublicKeyInfo</code> (SPKI), as defined in <a href="https://tools.ietf.org/html/rfc5280">RFC 5280</a>.</p>
@@ -2793,21 +1821,23 @@ export interface DeriveSharedSecretRequest {
2793
1821
  DryRun?: boolean | undefined;
2794
1822
  /**
2795
1823
  * <p>A signed <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave-how.html#term-attestdoc">attestation document</a> from
2796
- * an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key. The
2797
- * only valid encryption algorithm is <code>RSAES_OAEP_SHA_256</code>. </p>
2798
- * <p>This parameter only supports attestation documents for Amazon Web Services Nitro Enclaves. To call
2799
- * DeriveSharedSecret for an Amazon Web Services Nitro Enclaves, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> to generate the
2800
- * attestation document and then use the Recipient parameter from any Amazon Web Services SDK to provide the
2801
- * attestation document for the enclave.</p>
1824
+ * an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in
1825
+ * the attestation document. The only valid encryption algorithm is
1826
+ * <code>RSAES_OAEP_SHA_256</code>. </p>
1827
+ * <p>This parameter only supports attestation documents for Amazon Web Services Nitro Enclaves or
1828
+ * Amazon Web Services NitroTPM. To call DeriveSharedSecret generate an attestation document use either
1829
+ * <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> for an Amazon Web Services Nitro Enclaves or <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/attestation-get-doc.html">Amazon Web Services NitroTPM tools</a> for
1830
+ * Amazon Web Services NitroTPM. Then use the Recipient parameter from any Amazon Web Services SDK to provide the
1831
+ * attestation document for the attested environment.</p>
2802
1832
  * <p>When you use this parameter, instead of returning a plaintext copy of the shared secret,
2803
1833
  * KMS encrypts the plaintext shared secret under the public key in the attestation document,
2804
1834
  * and returns the resulting ciphertext in the <code>CiphertextForRecipient</code> field in the
2805
- * response. This ciphertext can be decrypted only with the private key in the enclave. The
2806
- * <code>CiphertextBlob</code> field in the response contains the encrypted shared secret
2807
- * derived from the KMS key specified by the <code>KeyId</code> parameter and public key
2808
- * specified by the <code>PublicKey</code> parameter. The <code>SharedSecret</code> field in the
2809
- * response is null or empty.</p>
2810
- * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
1835
+ * response. This ciphertext can be decrypted only with the private key in the attested
1836
+ * environment. The <code>CiphertextBlob</code> field in the response contains the encrypted
1837
+ * shared secret derived from the KMS key specified by the <code>KeyId</code> parameter and
1838
+ * public key specified by the <code>PublicKey</code> parameter. The <code>SharedSecret</code>
1839
+ * field in the response is null or empty.</p>
1840
+ * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2811
1841
  * @public
2812
1842
  */
2813
1843
  Recipient?: RecipientInfo | undefined;
@@ -2830,11 +1860,11 @@ export interface DeriveSharedSecretResponse {
2830
1860
  */
2831
1861
  SharedSecret?: Uint8Array | undefined;
2832
1862
  /**
2833
- * <p>The plaintext shared secret encrypted with the public key in the attestation
2834
- * document.</p>
1863
+ * <p>The plaintext shared secret encrypted with the public key from the attestation document.
1864
+ * This ciphertext can be decrypted only by using a private key from the attested environment. </p>
2835
1865
  * <p>This field is included in the response only when the <code>Recipient</code> parameter in
2836
- * the request includes a valid attestation document from an Amazon Web Services Nitro enclave.
2837
- * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
1866
+ * the request includes a valid attestation document from an Amazon Web Services Nitro enclave or NitroTPM.
1867
+ * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2838
1868
  * @public
2839
1869
  */
2840
1870
  CiphertextForRecipient?: Uint8Array | undefined;
@@ -2918,19 +1948,6 @@ export interface DescribeCustomKeyStoresResponse {
2918
1948
  */
2919
1949
  Truncated?: boolean | undefined;
2920
1950
  }
2921
- /**
2922
- * <p>The request was rejected because the marker that specifies where pagination should next
2923
- * begin is not valid.</p>
2924
- * @public
2925
- */
2926
- export declare class InvalidMarkerException extends __BaseException {
2927
- readonly name: "InvalidMarkerException";
2928
- readonly $fault: "client";
2929
- /**
2930
- * @internal
2931
- */
2932
- constructor(opts: __ExceptionOptionType<InvalidMarkerException, __BaseException>);
2933
- }
2934
1951
  /**
2935
1952
  * @public
2936
1953
  */
@@ -2938,8 +1955,8 @@ export interface DescribeKeyRequest {
2938
1955
  /**
2939
1956
  * <p>Describes the specified KMS key. </p>
2940
1957
  * <p>If you specify a predefined Amazon Web Services alias (an Amazon Web Services alias with no key ID), KMS associates
2941
- * the alias with an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html##aws-managed-cmk">Amazon Web Services managed key</a> and returns its
2942
- * <code>KeyId</code> and <code>Arn</code> in the response.</p>
1958
+ * the alias with an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon Web Services managed key</a> and returns its <code>KeyId</code> and <code>Arn</code> in the
1959
+ * response.</p>
2943
1960
  * <p>To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with <code>"alias/"</code>. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.</p>
2944
1961
  * <p>For example:</p>
2945
1962
  * <ul>
@@ -3201,19 +2218,6 @@ export interface EncryptResponse {
3201
2218
  */
3202
2219
  EncryptionAlgorithm?: EncryptionAlgorithmSpec | undefined;
3203
2220
  }
3204
- /**
3205
- * <p>The request was rejected because the specified import token is expired. Use <a>GetParametersForImport</a> to get a new import token and public key, use the new
3206
- * public key to encrypt the key material, and then try the request again.</p>
3207
- * @public
3208
- */
3209
- export declare class ExpiredImportTokenException extends __BaseException {
3210
- readonly name: "ExpiredImportTokenException";
3211
- readonly $fault: "client";
3212
- /**
3213
- * @internal
3214
- */
3215
- constructor(opts: __ExceptionOptionType<ExpiredImportTokenException, __BaseException>);
3216
- }
3217
2221
  /**
3218
2222
  * @public
3219
2223
  */
@@ -3285,10 +2289,11 @@ export interface GenerateDataKeyRequest {
3285
2289
  GrantTokens?: string[] | undefined;
3286
2290
  /**
3287
2291
  * <p>A signed <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave-how.html#term-attestdoc">attestation document</a> from
3288
- * an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key. The
3289
- * only valid encryption algorithm is <code>RSAES_OAEP_SHA_256</code>. </p>
3290
- * <p>This parameter only supports attestation documents for Amazon Web Services Nitro Enclaves. To include this
3291
- * parameter, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK.</p>
2292
+ * an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in
2293
+ * the attestation document. The only valid encryption algorithm is
2294
+ * <code>RSAES_OAEP_SHA_256</code>. </p>
2295
+ * <p>This parameter supports the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK for
2296
+ * Amazon Web Services Nitro Enclaves. It supports any Amazon Web Services SDK for Amazon Web Services NitroTPM. </p>
3292
2297
  * <p>When you use this parameter, instead of returning the plaintext data key, KMS encrypts
3293
2298
  * the plaintext data key under the public key in the attestation document, and returns the
3294
2299
  * resulting ciphertext in the <code>CiphertextForRecipient</code> field in the response. This
@@ -3296,7 +2301,7 @@ export interface GenerateDataKeyRequest {
3296
2301
  * <code>CiphertextBlob</code> field in the response contains a copy of the data key encrypted
3297
2302
  * under the KMS key specified by the <code>KeyId</code> parameter. The <code>Plaintext</code>
3298
2303
  * field in the response is null or empty.</p>
3299
- * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2304
+ * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
3300
2305
  * @public
3301
2306
  */
3302
2307
  Recipient?: RecipientInfo | undefined;
@@ -3330,11 +2335,11 @@ export interface GenerateDataKeyResponse {
3330
2335
  */
3331
2336
  KeyId?: string | undefined;
3332
2337
  /**
3333
- * <p>The plaintext data key encrypted with the public key from the Nitro enclave. This
3334
- * ciphertext can be decrypted only by using a private key in the Nitro enclave. </p>
2338
+ * <p>The plaintext data key encrypted with the public key from the attestation document. This
2339
+ * ciphertext can be decrypted only by using a private key from the attested environment. </p>
3335
2340
  * <p>This field is included in the response only when the <code>Recipient</code> parameter in
3336
- * the request includes a valid attestation document from an Amazon Web Services Nitro enclave.
3337
- * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2341
+ * the request includes a valid attestation document from an Amazon Web Services Nitro enclave or NitroTPM.
2342
+ * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
3338
2343
  * @public
3339
2344
  */
3340
2345
  CiphertextForRecipient?: Uint8Array | undefined;
@@ -3406,20 +2411,22 @@ export interface GenerateDataKeyPairRequest {
3406
2411
  GrantTokens?: string[] | undefined;
3407
2412
  /**
3408
2413
  * <p>A signed <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave-how.html#term-attestdoc">attestation document</a> from
3409
- * an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key. The
3410
- * only valid encryption algorithm is <code>RSAES_OAEP_SHA_256</code>. </p>
3411
- * <p>This parameter only supports attestation documents for Amazon Web Services Nitro Enclaves. To call
3412
- * DeriveSharedSecret for an Amazon Web Services Nitro Enclaves, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> to generate the
3413
- * attestation document and then use the Recipient parameter from any Amazon Web Services SDK to provide the
3414
- * attestation document for the enclave.</p>
2414
+ * an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in
2415
+ * the attestation document. The only valid encryption algorithm is
2416
+ * <code>RSAES_OAEP_SHA_256</code>. </p>
2417
+ * <p>This parameter only supports attestation documents for Amazon Web Services Nitro Enclaves or
2418
+ * Amazon Web Services NitroTPM. To call GenerateDataKeyPair generate an attestation document use either
2419
+ * <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> for an Amazon Web Services Nitro Enclaves or <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/attestation-get-doc.html">Amazon Web Services NitroTPM tools</a> for
2420
+ * Amazon Web Services NitroTPM. Then use the Recipient parameter from any Amazon Web Services SDK to provide the
2421
+ * attestation document for the attested environment.</p>
3415
2422
  * <p>When you use this parameter, instead of returning a plaintext copy of the private data
3416
2423
  * key, KMS encrypts the plaintext private data key under the public key in the attestation
3417
2424
  * document, and returns the resulting ciphertext in the <code>CiphertextForRecipient</code>
3418
2425
  * field in the response. This ciphertext can be decrypted only with the private key in the
3419
- * enclave. The <code>CiphertextBlob</code> field in the response contains a copy of the private
3420
- * data key encrypted under the KMS key specified by the <code>KeyId</code> parameter. The
3421
- * <code>PrivateKeyPlaintext</code> field in the response is null or empty.</p>
3422
- * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2426
+ * attested environment. The <code>CiphertextBlob</code> field in the response contains a copy of
2427
+ * the private data key encrypted under the KMS key specified by the <code>KeyId</code>
2428
+ * parameter. The <code>PrivateKeyPlaintext</code> field in the response is null or empty.</p>
2429
+ * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
3423
2430
  * @public
3424
2431
  */
3425
2432
  Recipient?: RecipientInfo | undefined;
@@ -3462,11 +2469,12 @@ export interface GenerateDataKeyPairResponse {
3462
2469
  */
3463
2470
  KeyPairSpec?: DataKeyPairSpec | undefined;
3464
2471
  /**
3465
- * <p>The plaintext private data key encrypted with the public key from the Nitro enclave. This
3466
- * ciphertext can be decrypted only by using a private key in the Nitro enclave. </p>
2472
+ * <p>The plaintext private data key encrypted with the public key from the attestation
2473
+ * document. This ciphertext can be decrypted only by using a private key from the attested
2474
+ * environment. </p>
3467
2475
  * <p>This field is included in the response only when the <code>Recipient</code> parameter in
3468
- * the request includes a valid attestation document from an Amazon Web Services Nitro enclave.
3469
- * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2476
+ * the request includes a valid attestation document from an Amazon Web Services Nitro enclave or NitroTPM.
2477
+ * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
3470
2478
  * @public
3471
2479
  */
3472
2480
  CiphertextForRecipient?: Uint8Array | undefined;
@@ -3749,16 +2757,17 @@ export interface GenerateRandomRequest {
3749
2757
  CustomKeyStoreId?: string | undefined;
3750
2758
  /**
3751
2759
  * <p>A signed <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitro-enclave-how.html#term-attestdoc">attestation document</a> from
3752
- * an Amazon Web Services Nitro enclave and the encryption algorithm to use with the enclave's public key. The
3753
- * only valid encryption algorithm is <code>RSAES_OAEP_SHA_256</code>. </p>
3754
- * <p>This parameter only supports attestation documents for Amazon Web Services Nitro Enclaves. To include this
3755
- * parameter, use the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK.</p>
2760
+ * an Amazon Web Services Nitro enclave or NitroTPM, and the encryption algorithm to use with the public key in
2761
+ * the attestation document. The only valid encryption algorithm is
2762
+ * <code>RSAES_OAEP_SHA_256</code>. </p>
2763
+ * <p>This parameter supports the <a href="https://docs.aws.amazon.com/enclaves/latest/user/developing-applications.html#sdk">Amazon Web Services Nitro Enclaves SDK</a> or any Amazon Web Services SDK for
2764
+ * Amazon Web Services Nitro Enclaves. It supports any Amazon Web Services SDK for Amazon Web Services NitroTPM. </p>
3756
2765
  * <p>When you use this parameter, instead of returning plaintext bytes, KMS encrypts the
3757
2766
  * plaintext bytes under the public key in the attestation document, and returns the resulting
3758
2767
  * ciphertext in the <code>CiphertextForRecipient</code> field in the response. This ciphertext
3759
- * can be decrypted only with the private key in the enclave. The <code>Plaintext</code> field in
3760
- * the response is null or empty.</p>
3761
- * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2768
+ * can be decrypted only with the private key in the attested environment. The
2769
+ * <code>Plaintext</code> field in the response is null or empty.</p>
2770
+ * <p>For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
3762
2771
  * @public
3763
2772
  */
3764
2773
  Recipient?: RecipientInfo | undefined;
@@ -3775,15 +2784,98 @@ export interface GenerateRandomResponse {
3775
2784
  */
3776
2785
  Plaintext?: Uint8Array | undefined;
3777
2786
  /**
3778
- * <p>The plaintext random bytes encrypted with the public key from the Nitro enclave. This
3779
- * ciphertext can be decrypted only by using a private key in the Nitro enclave. </p>
2787
+ * <p>The plaintext random bytes encrypted with the public key from the attestation document.
2788
+ * This ciphertext can be decrypted only by using a private key from the attested environment. </p>
3780
2789
  * <p>This field is included in the response only when the <code>Recipient</code> parameter in
3781
- * the request includes a valid attestation document from an Amazon Web Services Nitro enclave.
3782
- * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/services-nitro-enclaves.html">How Amazon Web Services Nitro Enclaves uses KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
2790
+ * the request includes a valid attestation document from an Amazon Web Services Nitro enclave or NitroTPM.
2791
+ * For information about the interaction between KMS and Amazon Web Services Nitro Enclaves or Amazon Web Services NitroTPM, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/cryptographic-attestation.html">Cryptographic attestation support in KMS</a> in the <i>Key Management Service Developer Guide</i>.</p>
3783
2792
  * @public
3784
2793
  */
3785
2794
  CiphertextForRecipient?: Uint8Array | undefined;
3786
2795
  }
2796
+ /**
2797
+ * @public
2798
+ */
2799
+ export interface GetKeyLastUsageRequest {
2800
+ /**
2801
+ * <p>Identifies the KMS key to get usage information for. To specify a KMS key, use its key ID
2802
+ * or key ARN. Alias names are not supported.</p>
2803
+ * <p>Specify the key ID or key ARN of the KMS key.</p>
2804
+ * <p>For example:</p>
2805
+ * <ul>
2806
+ * <li>
2807
+ * <p>Key ID: <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>
2808
+ * </p>
2809
+ * </li>
2810
+ * <li>
2811
+ * <p>Key ARN: <code>arn:aws:kms:us-east-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>
2812
+ * </p>
2813
+ * </li>
2814
+ * </ul>
2815
+ * <p>To get the key ID and key ARN for a KMS key, use <a>ListKeys</a> or <a>DescribeKey</a>.</p>
2816
+ * @public
2817
+ */
2818
+ KeyId: string | undefined;
2819
+ }
2820
+ /**
2821
+ * <p>Contains usage information about the last time the KMS key was used for a successful cryptographic
2822
+ * operation.</p>
2823
+ * @public
2824
+ */
2825
+ export interface KeyLastUsageData {
2826
+ /**
2827
+ * <p>The last successful cryptographic operation the KMS key was used for. Absent if the key has not been
2828
+ * used since KMS began tracking.</p>
2829
+ * @public
2830
+ */
2831
+ Operation?: KeyLastUsageTrackingOperation | undefined;
2832
+ /**
2833
+ * <p>The date and time when the KMS key was most recently used for a successful cryptographic
2834
+ * operation. Absent if the key has not been used since KMS began tracking.</p>
2835
+ * @public
2836
+ */
2837
+ Timestamp?: Date | undefined;
2838
+ /**
2839
+ * <p>The CloudTrail <code>eventId</code> associated with the last successful cryptographic operation.
2840
+ * Absent if the key has not been used since KMS began tracking.</p>
2841
+ * @public
2842
+ */
2843
+ CloudTrailEventId?: string | undefined;
2844
+ /**
2845
+ * <p>The KMS request ID associated with the last successful cryptographic operation. Absent if the key
2846
+ * has not been used since KMS began tracking.</p>
2847
+ * @public
2848
+ */
2849
+ KmsRequestId?: string | undefined;
2850
+ }
2851
+ /**
2852
+ * @public
2853
+ */
2854
+ export interface GetKeyLastUsageResponse {
2855
+ /**
2856
+ * <p>The globally unique identifier for the KMS key.</p>
2857
+ * @public
2858
+ */
2859
+ KeyId?: string | undefined;
2860
+ /**
2861
+ * <p>Contains usage information about the last time the KMS key was used for a successful cryptographic
2862
+ * operation. If the key has not been used since tracking began, this response element is
2863
+ * empty.</p>
2864
+ * @public
2865
+ */
2866
+ KeyLastUsage?: KeyLastUsageData | undefined;
2867
+ /**
2868
+ * <p>The date from which KMS began recording cryptographic activity for this key, or the date
2869
+ * the KMS key was created, whichever is later.</p>
2870
+ * @public
2871
+ */
2872
+ TrackingStartDate?: Date | undefined;
2873
+ /**
2874
+ * <p>The date and time when the KMS key was created.</p>
2875
+ * @public
2876
+ */
2877
+ KeyCreationDate?: Date | undefined;
2878
+ }
3787
2879
  /**
3788
2880
  * @public
3789
2881
  */
@@ -3886,20 +2978,6 @@ export interface GetKeyRotationStatusResponse {
3886
2978
  */
3887
2979
  OnDemandRotationStartDate?: Date | undefined;
3888
2980
  }
3889
- /**
3890
- * @public
3891
- * @enum
3892
- */
3893
- export declare const WrappingKeySpec: {
3894
- readonly RSA_2048: "RSA_2048";
3895
- readonly RSA_3072: "RSA_3072";
3896
- readonly RSA_4096: "RSA_4096";
3897
- readonly SM2: "SM2";
3898
- };
3899
- /**
3900
- * @public
3901
- */
3902
- export type WrappingKeySpec = (typeof WrappingKeySpec)[keyof typeof WrappingKeySpec];
3903
2981
  /**
3904
2982
  * @public
3905
2983
  */
@@ -4069,7 +3147,7 @@ export interface GetPublicKeyResponse {
4069
3147
  * value. We recommend that you use the <code>KeySpec</code> field in your code. However, to
4070
3148
  * avoid breaking changes, KMS supports both fields.</p>
4071
3149
  *
4072
- * @deprecated
3150
+ * @deprecated This field has been deprecated. Instead, use the KeySpec field.
4073
3151
  * @public
4074
3152
  */
4075
3153
  CustomerMasterKeySpec?: CustomerMasterKeySpec | undefined;
@@ -4166,18 +3244,6 @@ export interface GrantListEntry {
4166
3244
  */
4167
3245
  Constraints?: GrantConstraints | undefined;
4168
3246
  }
4169
- /**
4170
- * @public
4171
- * @enum
4172
- */
4173
- export declare const ImportType: {
4174
- readonly EXISTING_KEY_MATERIAL: "EXISTING_KEY_MATERIAL";
4175
- readonly NEW_KEY_MATERIAL: "NEW_KEY_MATERIAL";
4176
- };
4177
- /**
4178
- * @public
4179
- */
4180
- export type ImportType = (typeof ImportType)[keyof typeof ImportType];
4181
3247
  /**
4182
3248
  * @public
4183
3249
  */
@@ -4256,6 +3322,10 @@ export interface ImportKeyMaterialRequest {
4256
3322
  * parameter defaults to <code>NEW_KEY_MATERIAL</code>. After the first key material is imported,
4257
3323
  * if this parameter is omitted then the parameter defaults to
4258
3324
  * <code>EXISTING_KEY_MATERIAL</code>.</p>
3325
+ * <p>For multi-Region keys, you must first import new key material into
3326
+ * the primary Region key. You should use the <code>NEW_KEY_MATERIAL</code> import type when importing key
3327
+ * material into the primary Region key. Then, you can import the same key material into the replica Region
3328
+ * key. The import type for the replica Region key should be <code>EXISTING_KEY_MATERIAL</code>.</p>
4259
3329
  * @public
4260
3330
  */
4261
3331
  ImportType?: ImportType | undefined;
@@ -4305,70 +3375,6 @@ export interface ImportKeyMaterialResponse {
4305
3375
  */
4306
3376
  KeyMaterialId?: string | undefined;
4307
3377
  }
4308
- /**
4309
- * <p>The request was rejected because the key material in the request is, expired, invalid, or
4310
- * does not meet expectations. For example, it is not the same key material that was previously
4311
- * imported or KMS expected new key material but the key material being imported is already
4312
- * associated with the KMS key.</p>
4313
- * @public
4314
- */
4315
- export declare class IncorrectKeyMaterialException extends __BaseException {
4316
- readonly name: "IncorrectKeyMaterialException";
4317
- readonly $fault: "client";
4318
- /**
4319
- * @internal
4320
- */
4321
- constructor(opts: __ExceptionOptionType<IncorrectKeyMaterialException, __BaseException>);
4322
- }
4323
- /**
4324
- * <p>The request was rejected because the provided import token is invalid or is associated
4325
- * with a different KMS key.</p>
4326
- * @public
4327
- */
4328
- export declare class InvalidImportTokenException extends __BaseException {
4329
- readonly name: "InvalidImportTokenException";
4330
- readonly $fault: "client";
4331
- /**
4332
- * @internal
4333
- */
4334
- constructor(opts: __ExceptionOptionType<InvalidImportTokenException, __BaseException>);
4335
- }
4336
- /**
4337
- * @public
4338
- * @enum
4339
- */
4340
- export declare const ImportState: {
4341
- readonly IMPORTED: "IMPORTED";
4342
- readonly PENDING_IMPORT: "PENDING_IMPORT";
4343
- };
4344
- /**
4345
- * @public
4346
- */
4347
- export type ImportState = (typeof ImportState)[keyof typeof ImportState];
4348
- /**
4349
- * @public
4350
- * @enum
4351
- */
4352
- export declare const IncludeKeyMaterial: {
4353
- readonly ALL_KEY_MATERIAL: "ALL_KEY_MATERIAL";
4354
- readonly ROTATIONS_ONLY: "ROTATIONS_ONLY";
4355
- };
4356
- /**
4357
- * @public
4358
- */
4359
- export type IncludeKeyMaterial = (typeof IncludeKeyMaterial)[keyof typeof IncludeKeyMaterial];
4360
- /**
4361
- * <p>The request was rejected because the specified <code>GrantId</code> is not valid.</p>
4362
- * @public
4363
- */
4364
- export declare class InvalidGrantIdException extends __BaseException {
4365
- readonly name: "InvalidGrantIdException";
4366
- readonly $fault: "client";
4367
- /**
4368
- * @internal
4369
- */
4370
- constructor(opts: __ExceptionOptionType<InvalidGrantIdException, __BaseException>);
4371
- }
4372
3378
  /**
4373
3379
  * <p>Contains information about each entry in the key list.</p>
4374
3380
  * @public
@@ -4385,47 +3391,6 @@ export interface KeyListEntry {
4385
3391
  */
4386
3392
  KeyArn?: string | undefined;
4387
3393
  }
4388
- /**
4389
- * @public
4390
- * @enum
4391
- */
4392
- export declare const KeyMaterialState: {
4393
- readonly CURRENT: "CURRENT";
4394
- readonly NON_CURRENT: "NON_CURRENT";
4395
- readonly PENDING_ROTATION: "PENDING_ROTATION";
4396
- };
4397
- /**
4398
- * @public
4399
- */
4400
- export type KeyMaterialState = (typeof KeyMaterialState)[keyof typeof KeyMaterialState];
4401
- /**
4402
- * <p>The request was rejected because the HMAC verification failed. HMAC verification fails
4403
- * when the HMAC computed by using the specified message, HMAC KMS key, and MAC algorithm does
4404
- * not match the HMAC specified in the request.</p>
4405
- * @public
4406
- */
4407
- export declare class KMSInvalidMacException extends __BaseException {
4408
- readonly name: "KMSInvalidMacException";
4409
- readonly $fault: "client";
4410
- /**
4411
- * @internal
4412
- */
4413
- constructor(opts: __ExceptionOptionType<KMSInvalidMacException, __BaseException>);
4414
- }
4415
- /**
4416
- * <p>The request was rejected because the signature verification failed. Signature verification
4417
- * fails when it cannot confirm that signature was produced by signing the specified message with
4418
- * the specified KMS key and signing algorithm.</p>
4419
- * @public
4420
- */
4421
- export declare class KMSInvalidSignatureException extends __BaseException {
4422
- readonly name: "KMSInvalidSignatureException";
4423
- readonly $fault: "client";
4424
- /**
4425
- * @internal
4426
- */
4427
- constructor(opts: __ExceptionOptionType<KMSInvalidSignatureException, __BaseException>);
4428
- }
4429
3394
  /**
4430
3395
  * @public
4431
3396
  */
@@ -4682,18 +3647,6 @@ export interface ListKeyRotationsRequest {
4682
3647
  */
4683
3648
  Marker?: string | undefined;
4684
3649
  }
4685
- /**
4686
- * @public
4687
- * @enum
4688
- */
4689
- export declare const RotationType: {
4690
- readonly AUTOMATIC: "AUTOMATIC";
4691
- readonly ON_DEMAND: "ON_DEMAND";
4692
- };
4693
- /**
4694
- * @public
4695
- */
4696
- export type RotationType = (typeof RotationType)[keyof typeof RotationType];
4697
3650
  /**
4698
3651
  * <p>Each entry contains information about one of the key materials associated with a KMS
4699
3652
  * key.</p>
@@ -4724,14 +3677,20 @@ export interface RotationsListEntry {
4724
3677
  */
4725
3678
  ImportState?: ImportState | undefined;
4726
3679
  /**
4727
- * <p>There are three possible values for this field: <code>CURRENT</code>,
4728
- * <code>NON_CURRENT</code> and <code>PENDING_ROTATION</code>. KMS uses <code>CURRENT</code>
3680
+ * <p>There are four possible values for this field: <code>CURRENT</code>,
3681
+ * <code>NON_CURRENT</code>, <code>PENDING_MULTI_REGION_IMPORT_AND_ROTATION</code> and
3682
+ * <code>PENDING_ROTATION</code>. KMS uses <code>CURRENT</code>
4729
3683
  * key material for both encryption and decryption and <code>NON_CURRENT</code> key material only
4730
3684
  * for decryption. <code>PENDING_ROTATION</code> identifies key material that has been imported
4731
- * for on-demand key rotation but the rotation hasn't completed. Key material in
4732
- * <code>PENDING_ROTATION</code> is not permanently associated with the KMS key. You can delete
4733
- * this key material and import different key material in its place. The
4734
- * <code>PENDING_ROTATION</code> value is only used in symmetric encryption keys with imported
3685
+ * for on-demand key rotation but the rotation hasn't completed. The key material state
3686
+ * <code>PENDING_MULTI_REGION_IMPORT_AND_ROTATION</code> is unique to multi-region,
3687
+ * symmetric encryption keys with imported key material. It indicates key material that has
3688
+ * been imported into the primary Region key but not all of the replica Region keys. When this key material
3689
+ * is imported in to all of the replica Region keys, the key material state will change to
3690
+ * <code>PENDING_ROTATION</code>. Key material in <code>PENDING_MULTI_REGION_IMPORT_AND_ROTATION</code>
3691
+ * or <code>PENDING_ROTATION</code> state is not permanently associated with the KMS key. You can delete
3692
+ * this key material and import different key material in its place. The <code>PENDING_MULTI_REGION_IMPORT_AND_ROTATION</code>
3693
+ * and <code>PENDING_ROTATION</code> values are only used in symmetric encryption keys with imported
4735
3694
  * key material. The other values, <code>CURRENT</code> and <code>NON_CURRENT</code>, are used
4736
3695
  * for all KMS keys that support automatic or on-demand key rotation.</p>
4737
3696
  * @public
@@ -4942,19 +3901,6 @@ export interface ListRetirableGrantsRequest {
4942
3901
  */
4943
3902
  RetiringPrincipal: string | undefined;
4944
3903
  }
4945
- /**
4946
- * @public
4947
- * @enum
4948
- */
4949
- export declare const MessageType: {
4950
- readonly DIGEST: "DIGEST";
4951
- readonly EXTERNAL_MU: "EXTERNAL_MU";
4952
- readonly RAW: "RAW";
4953
- };
4954
- /**
4955
- * @public
4956
- */
4957
- export type MessageType = (typeof MessageType)[keyof typeof MessageType];
4958
3904
  /**
4959
3905
  * @public
4960
3906
  */
@@ -5054,9 +4000,10 @@ export interface PutKeyPolicyRequest {
5054
4000
  export interface ReEncryptRequest {
5055
4001
  /**
5056
4002
  * <p>Ciphertext of the data to reencrypt.</p>
4003
+ * <p>This parameter is required in all cases except when <code>DryRun</code> is <code>true</code> and <code>DryRunModifiers</code> is set to <code>IGNORE_CIPHERTEXT</code>.</p>
5057
4004
  * @public
5058
4005
  */
5059
- CiphertextBlob: Uint8Array | undefined;
4006
+ CiphertextBlob?: Uint8Array | undefined;
5060
4007
  /**
5061
4008
  * <p>Specifies the encryption context to use to decrypt the ciphertext. Enter the same
5062
4009
  * encryption context that was used to encrypt the ciphertext.</p>
@@ -5075,10 +4022,11 @@ export interface ReEncryptRequest {
5075
4022
  * different KMS key, the <code>ReEncrypt</code> operation throws an
5076
4023
  * <code>IncorrectKeyException</code>.</p>
5077
4024
  * <p>This parameter is required only when the ciphertext was encrypted under an asymmetric KMS
5078
- * key. If you used a symmetric encryption KMS key, KMS can get the KMS key from metadata that
5079
- * it adds to the symmetric ciphertext blob. However, it is always recommended as a best
4025
+ * key or when <code>DryRun</code> is <code>true</code> and <code>DryRunModifiers</code> is set to
4026
+ * <code>IGNORE_CIPHERTEXT</code>. If you used a symmetric encryption KMS key, KMS can get the KMS key
4027
+ * from metadata that it adds to the symmetric ciphertext blob. However, it is always recommended as a best
5080
4028
  * practice. This practice ensures that you use the KMS key that you intend.</p>
5081
- * <p>To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with <code>"alias/"</code>. To specify a KMS key in a different Amazon Web Services account, you must use the key ARN or alias ARN.</p>
4029
+ * <p>To specify a KMS key, use its key ID, key ARN, alias name, or alias ARN. When using an alias name, prefix it with <code>"alias/"</code>. To specify a KMS key in a different Amazon Web Services account, you should use the key ARN or alias ARN.</p>
5082
4030
  * <p>For example:</p>
5083
4031
  * <ul>
5084
4032
  * <li>
@@ -5180,6 +4128,16 @@ export interface ReEncryptRequest {
5180
4128
  * @public
5181
4129
  */
5182
4130
  DryRun?: boolean | undefined;
4131
+ /**
4132
+ * <p>Specifies the modifiers to apply to the dry run operation. <code>DryRunModifiers</code> is an optional parameter that only applies when <code>DryRun</code> is
4133
+ * set to <code>true</code>.</p>
4134
+ * <p>When set to <code>IGNORE_CIPHERTEXT</code>, KMS performs only authorization validation without ciphertext validation. This allows you to test permissions
4135
+ * without requiring a valid ciphertext blob.</p>
4136
+ * <p>To learn more about how to use this parameter, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/testing-permissions.html">Testing your
4137
+ * permissions</a> in the <i>Key Management Service Developer Guide</i>.</p>
4138
+ * @public
4139
+ */
4140
+ DryRunModifiers?: DryRunModifierType[] | undefined;
5183
4141
  }
5184
4142
  /**
5185
4143
  * @public
@@ -5621,6 +4579,23 @@ export interface SignRequest {
5621
4579
  * value with an unhashed message, the security of the signing operation can be
5622
4580
  * compromised.</p>
5623
4581
  * </important>
4582
+ * <p>When using ECC_NIST_EDWARDS25519 KMS keys:</p>
4583
+ * <ul>
4584
+ * <li>
4585
+ * <p>ED25519_SHA_512 signing algorithm requires KMS <code>MessageType:RAW</code>
4586
+ * </p>
4587
+ * </li>
4588
+ * <li>
4589
+ * <p>ED25519_PH_SHA_512 signing algorithm requires KMS <code>MessageType:DIGEST</code>
4590
+ * </p>
4591
+ * </li>
4592
+ * </ul>
4593
+ * <important>
4594
+ * <p>When you specify the ED25519_PH_SHA_512 signing algorithm with <code>MessageType:DIGEST</code>, KMS
4595
+ * still performs the SHA-512 prehash described in <a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-5.pdf#page=39">Step 1
4596
+ * of Section 7.8.1 in FIPS 186-5</a>. This means the input is hashed twice: once by you and once by KMS.
4597
+ * </p>
4598
+ * </important>
5624
4599
  * <p>When the value of <code>MessageType</code> is <code>DIGEST</code>, the length of the
5625
4600
  * <code>Message</code> value must match the length of hashed messages for the specified
5626
4601
  * signing algorithm.</p>
@@ -5787,8 +4762,9 @@ export interface UpdateAliasRequest {
5787
4762
  */
5788
4763
  AliasName: string | undefined;
5789
4764
  /**
5790
- * <p>Identifies the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> to associate with the alias. You don't have permission to
5791
- * associate an alias with an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a>.</p>
4765
+ * <p>Identifies the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-mgn-key">customer managed key</a> to associate
4766
+ * with the alias. You don't have permission to associate an alias with an <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-key">Amazon Web Services managed
4767
+ * key</a>.</p>
5792
4768
  * <p>The KMS key must be in the same Amazon Web Services account and Region as the alias. Also, the new
5793
4769
  * target KMS key must be the same type as the current target KMS key (both symmetric or both
5794
4770
  * asymmetric or both HMAC) and they must have the same key usage. </p>
@@ -5826,8 +4802,7 @@ export interface UpdateCustomKeyStoreRequest {
5826
4802
  * <important>
5827
4803
  * <p>Do not include confidential or sensitive information in this field. This field may be displayed in plaintext in CloudTrail logs and other output.</p>
5828
4804
  * </important>
5829
- * <p>To change this value, an CloudHSM key store must be disconnected. An external key store can
5830
- * be connected or disconnected.</p>
4805
+ * <p>To change this value, the custom key store can be connected or disconnected.</p>
5831
4806
  * @public
5832
4807
  */
5833
4808
  NewCustomKeyStoreName?: string | undefined;
@@ -5895,6 +4870,14 @@ export interface UpdateCustomKeyStoreRequest {
5895
4870
  * @public
5896
4871
  */
5897
4872
  XksProxyVpcEndpointServiceName?: string | undefined;
4873
+ /**
4874
+ * <p>Changes the Amazon Web Services account ID that KMS uses to identify the Amazon VPC endpoint service for
4875
+ * your external key store proxy (XKS proxy). This parameter is optional. If not specified, the current
4876
+ * Amazon Web Services account ID for the VPC endpoint service will not be updated.</p>
4877
+ * <p>To change this value, the external key store must be disconnected.</p>
4878
+ * @public
4879
+ */
4880
+ XksProxyVpcEndpointServiceOwner?: string | undefined;
5898
4881
  /**
5899
4882
  * <p>Changes the credentials that KMS uses to sign requests to the external key store proxy
5900
4883
  * (XKS proxy). This parameter is valid only for custom key stores with a
@@ -6052,6 +5035,23 @@ export interface VerifyRequest {
6052
5035
  * value with an unhashed message, the security of the signing operation can be
6053
5036
  * compromised.</p>
6054
5037
  * </important>
5038
+ * <p>When using ECC_NIST_EDWARDS25519 KMS keys:</p>
5039
+ * <ul>
5040
+ * <li>
5041
+ * <p>ED25519_SHA_512 signing algorithm requires KMS <code>MessageType:RAW</code>
5042
+ * </p>
5043
+ * </li>
5044
+ * <li>
5045
+ * <p>ED25519_PH_SHA_512 signing algorithm requires KMS <code>MessageType:DIGEST</code>
5046
+ * </p>
5047
+ * </li>
5048
+ * </ul>
5049
+ * <important>
5050
+ * <p>When you specify the ED25519_PH_SHA_512 signing algorithm with <code>MessageType:DIGEST</code>, KMS
5051
+ * still performs the SHA-512 prehash described in <a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.186-5.pdf#page=39">Step 1
5052
+ * of Section 7.8.1 in FIPS 186-5</a>. This means the input is hashed twice: once by you and once by KMS.
5053
+ * </p>
5054
+ * </important>
6055
5055
  * <p>When the value of <code>MessageType</code> is <code>DIGEST</code>, the length of the
6056
5056
  * <code>Message</code> value must match the length of hashed messages for the specified
6057
5057
  * signing algorithm.</p>
@@ -6208,71 +5208,3 @@ export interface VerifyMacResponse {
6208
5208
  */
6209
5209
  MacAlgorithm?: MacAlgorithmSpec | undefined;
6210
5210
  }
6211
- /**
6212
- * @internal
6213
- */
6214
- export declare const XksProxyAuthenticationCredentialTypeFilterSensitiveLog: (obj: XksProxyAuthenticationCredentialType) => any;
6215
- /**
6216
- * @internal
6217
- */
6218
- export declare const CreateCustomKeyStoreRequestFilterSensitiveLog: (obj: CreateCustomKeyStoreRequest) => any;
6219
- /**
6220
- * @internal
6221
- */
6222
- export declare const XksProxyConfigurationTypeFilterSensitiveLog: (obj: XksProxyConfigurationType) => any;
6223
- /**
6224
- * @internal
6225
- */
6226
- export declare const CustomKeyStoresListEntryFilterSensitiveLog: (obj: CustomKeyStoresListEntry) => any;
6227
- /**
6228
- * @internal
6229
- */
6230
- export declare const DecryptResponseFilterSensitiveLog: (obj: DecryptResponse) => any;
6231
- /**
6232
- * @internal
6233
- */
6234
- export declare const DeriveSharedSecretResponseFilterSensitiveLog: (obj: DeriveSharedSecretResponse) => any;
6235
- /**
6236
- * @internal
6237
- */
6238
- export declare const DescribeCustomKeyStoresResponseFilterSensitiveLog: (obj: DescribeCustomKeyStoresResponse) => any;
6239
- /**
6240
- * @internal
6241
- */
6242
- export declare const EncryptRequestFilterSensitiveLog: (obj: EncryptRequest) => any;
6243
- /**
6244
- * @internal
6245
- */
6246
- export declare const GenerateDataKeyResponseFilterSensitiveLog: (obj: GenerateDataKeyResponse) => any;
6247
- /**
6248
- * @internal
6249
- */
6250
- export declare const GenerateDataKeyPairResponseFilterSensitiveLog: (obj: GenerateDataKeyPairResponse) => any;
6251
- /**
6252
- * @internal
6253
- */
6254
- export declare const GenerateMacRequestFilterSensitiveLog: (obj: GenerateMacRequest) => any;
6255
- /**
6256
- * @internal
6257
- */
6258
- export declare const GenerateRandomResponseFilterSensitiveLog: (obj: GenerateRandomResponse) => any;
6259
- /**
6260
- * @internal
6261
- */
6262
- export declare const GetParametersForImportResponseFilterSensitiveLog: (obj: GetParametersForImportResponse) => any;
6263
- /**
6264
- * @internal
6265
- */
6266
- export declare const SignRequestFilterSensitiveLog: (obj: SignRequest) => any;
6267
- /**
6268
- * @internal
6269
- */
6270
- export declare const UpdateCustomKeyStoreRequestFilterSensitiveLog: (obj: UpdateCustomKeyStoreRequest) => any;
6271
- /**
6272
- * @internal
6273
- */
6274
- export declare const VerifyRequestFilterSensitiveLog: (obj: VerifyRequest) => any;
6275
- /**
6276
- * @internal
6277
- */
6278
- export declare const VerifyMacRequestFilterSensitiveLog: (obj: VerifyMacRequest) => any;