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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3340) hide show
  1. package/.jsii +5025 -78
  2. package/dist/index.d.ts +6 -0
  3. package/dist/index.js +12 -5
  4. package/dist/index.sign.d.ts +1 -1
  5. package/dist/index.sign.js +2 -2
  6. package/dist/test/index.keyrotate.test.js +140 -1
  7. package/dist/test/index.sign.test.d.ts +1 -1
  8. package/dist/test/index.sign.test.js +31 -1
  9. package/dist/test/index.test.js +43 -5
  10. package/dist/tsconfig.tsbuildinfo +1 -1
  11. package/node_modules/@aws/lambda-invoke-store/LICENSE +175 -0
  12. package/node_modules/@aws/lambda-invoke-store/README.md +198 -0
  13. package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  14. package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +117 -0
  15. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.benchmark.d.ts +1 -0
  16. package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +49 -0
  17. package/node_modules/@aws/lambda-invoke-store/package.json +55 -0
  18. package/node_modules/@aws-lambda-powertools/commons/README.md +7 -15
  19. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/LRUCache.d.ts.map +1 -1
  20. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/LRUCache.js +3 -2
  21. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.d.ts +3 -3
  22. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/Utility.js +3 -3
  23. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts +1 -1
  24. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.d.ts.map +1 -1
  25. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/awsSdkUtils.js +2 -1
  26. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.d.ts +2 -1
  27. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.d.ts.map +1 -1
  28. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/constants.js +3 -1
  29. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.d.ts +23 -0
  30. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.d.ts.map +1 -0
  31. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/deepMerge.js +134 -0
  32. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.d.ts +14 -6
  33. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.d.ts.map +1 -1
  34. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/envUtils.js +28 -12
  35. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.d.ts +5 -5
  36. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.d.ts.map +1 -1
  37. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/index.js +27 -21
  38. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.d.ts +12 -0
  39. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.d.ts.map +1 -0
  40. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/metadata.js +38 -0
  41. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts +1 -1
  42. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.d.ts.map +1 -1
  43. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/middleware/constants.js +1 -1
  44. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts +46 -14
  45. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.d.ts.map +1 -1
  46. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/typeUtils.js +64 -20
  47. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts +1 -1
  48. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/LambdaInterface.d.ts.map +1 -1
  49. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts +1 -1
  50. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/awsSdk.d.ts.map +1 -1
  51. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/envUtils.d.ts +1 -1
  52. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/envUtils.d.ts.map +1 -1
  53. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts +6 -6
  54. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/index.d.ts.map +1 -1
  55. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts +1 -1
  56. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/json.d.ts.map +1 -1
  57. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts +5 -5
  58. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/types/middy.d.ts.map +1 -1
  59. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts +1 -1
  60. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.d.ts.map +1 -1
  61. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/unmarshallDynamoDB.js +3 -3
  62. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.d.ts +1 -1
  63. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/version.js +1 -1
  64. package/node_modules/@aws-lambda-powertools/commons/lib/esm/LRUCache.d.ts.map +1 -1
  65. package/node_modules/@aws-lambda-powertools/commons/lib/esm/LRUCache.js +3 -2
  66. package/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.d.ts +3 -3
  67. package/node_modules/@aws-lambda-powertools/commons/lib/esm/Utility.js +3 -3
  68. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts +1 -1
  69. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.d.ts.map +1 -1
  70. package/node_modules/@aws-lambda-powertools/commons/lib/esm/awsSdkUtils.js +2 -1
  71. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.d.ts +2 -1
  72. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.d.ts.map +1 -1
  73. package/node_modules/@aws-lambda-powertools/commons/lib/esm/constants.js +2 -1
  74. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.d.ts +23 -0
  75. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.d.ts.map +1 -0
  76. package/node_modules/@aws-lambda-powertools/commons/lib/esm/deepMerge.js +131 -0
  77. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.d.ts +14 -6
  78. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.d.ts.map +1 -1
  79. package/node_modules/@aws-lambda-powertools/commons/lib/esm/envUtils.js +28 -13
  80. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.d.ts +5 -5
  81. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.d.ts.map +1 -1
  82. package/node_modules/@aws-lambda-powertools/commons/lib/esm/index.js +11 -7
  83. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.d.ts +12 -0
  84. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.d.ts.map +1 -0
  85. package/node_modules/@aws-lambda-powertools/commons/lib/esm/metadata.js +34 -0
  86. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts +1 -1
  87. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.d.ts.map +1 -1
  88. package/node_modules/@aws-lambda-powertools/commons/lib/esm/middleware/constants.js +1 -1
  89. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts +46 -14
  90. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.d.ts.map +1 -1
  91. package/node_modules/@aws-lambda-powertools/commons/lib/esm/typeUtils.js +62 -20
  92. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts +1 -1
  93. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/LambdaInterface.d.ts.map +1 -1
  94. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts +1 -1
  95. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/awsSdk.d.ts.map +1 -1
  96. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/envUtils.d.ts +1 -1
  97. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/envUtils.d.ts.map +1 -1
  98. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts +6 -6
  99. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/index.d.ts.map +1 -1
  100. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts +1 -1
  101. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/json.d.ts.map +1 -1
  102. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts +5 -5
  103. package/node_modules/@aws-lambda-powertools/commons/lib/esm/types/middy.d.ts.map +1 -1
  104. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts +1 -1
  105. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.d.ts.map +1 -1
  106. package/node_modules/@aws-lambda-powertools/commons/lib/esm/unmarshallDynamoDB.js +3 -3
  107. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.d.ts +1 -1
  108. package/node_modules/@aws-lambda-powertools/commons/lib/esm/version.js +1 -1
  109. package/node_modules/@aws-lambda-powertools/commons/package.json +20 -1
  110. package/node_modules/@aws-lambda-powertools/logger/README.md +6 -3
  111. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.d.ts +23 -0
  112. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.d.ts.map +1 -0
  113. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/LogAttributesStore.js +134 -0
  114. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.d.ts +8 -27
  115. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.d.ts.map +1 -1
  116. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/Logger.js +113 -138
  117. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.d.ts +1 -10
  118. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.d.ts.map +1 -1
  119. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogFormatter.js +11 -20
  120. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/LogItem.js +2 -5
  121. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/PowertoolsLogFormatter.d.ts.map +1 -1
  122. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/formatter/PowertoolsLogFormatter.js +2 -1
  123. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/logBuffer.d.ts.map +1 -1
  124. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/logBuffer.js +6 -2
  125. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/middleware/middy.d.ts.map +1 -1
  126. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/middleware/middy.js +7 -4
  127. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/ConfigServiceInterface.d.ts +1 -1
  128. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/Logger.d.ts +4 -3
  129. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/Logger.d.ts.map +1 -1
  130. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/formatters.d.ts +2 -12
  131. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/formatters.d.ts.map +1 -1
  132. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/logKeys.d.ts +11 -5
  133. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/types/logKeys.d.ts.map +1 -1
  134. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.d.ts +23 -0
  135. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.d.ts.map +1 -0
  136. package/node_modules/@aws-lambda-powertools/logger/lib/esm/LogAttributesStore.js +131 -0
  137. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.d.ts +8 -27
  138. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.d.ts.map +1 -1
  139. package/node_modules/@aws-lambda-powertools/logger/lib/esm/Logger.js +114 -136
  140. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.d.ts +1 -10
  141. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.d.ts.map +1 -1
  142. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogFormatter.js +11 -20
  143. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/LogItem.js +2 -2
  144. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/PowertoolsLogFormatter.d.ts.map +1 -1
  145. package/node_modules/@aws-lambda-powertools/logger/lib/esm/formatter/PowertoolsLogFormatter.js +2 -1
  146. package/node_modules/@aws-lambda-powertools/logger/lib/esm/logBuffer.d.ts.map +1 -1
  147. package/node_modules/@aws-lambda-powertools/logger/lib/esm/logBuffer.js +6 -2
  148. package/node_modules/@aws-lambda-powertools/logger/lib/esm/middleware/middy.d.ts.map +1 -1
  149. package/node_modules/@aws-lambda-powertools/logger/lib/esm/middleware/middy.js +7 -4
  150. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/ConfigServiceInterface.d.ts +1 -1
  151. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/Logger.d.ts +4 -3
  152. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/Logger.d.ts.map +1 -1
  153. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/formatters.d.ts +2 -12
  154. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/formatters.d.ts.map +1 -1
  155. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/logKeys.d.ts +11 -5
  156. package/node_modules/@aws-lambda-powertools/logger/lib/esm/types/logKeys.d.ts.map +1 -1
  157. package/node_modules/@aws-lambda-powertools/logger/package.json +5 -5
  158. package/node_modules/@aws-sdk/client-kms/README.md +33 -103
  159. package/node_modules/@aws-sdk/client-kms/dist-cjs/auth/httpAuthSchemeProvider.js +5 -6
  160. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/bdd.js +49 -0
  161. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/endpointResolver.js +2 -2
  162. package/node_modules/@aws-sdk/client-kms/dist-cjs/index.js +1134 -4495
  163. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/KMSServiceException.js +12 -0
  164. package/node_modules/@aws-sdk/client-kms/dist-cjs/models/errors.js +628 -0
  165. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.browser.js +3 -4
  166. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.js +9 -11
  167. package/node_modules/@aws-sdk/client-kms/dist-cjs/runtimeConfig.shared.js +12 -2
  168. package/node_modules/@aws-sdk/client-kms/dist-cjs/schemas/schemas_0.js +1423 -0
  169. package/node_modules/@aws-sdk/client-kms/dist-es/KMS.js +33 -13
  170. package/node_modules/@aws-sdk/client-kms/dist-es/KMSClient.js +4 -2
  171. package/node_modules/@aws-sdk/client-kms/dist-es/auth/httpAuthSchemeProvider.js +4 -5
  172. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CancelKeyDeletionCommand.js +3 -9
  173. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ConnectCustomKeyStoreCommand.js +3 -9
  174. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateAliasCommand.js +3 -9
  175. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateCustomKeyStoreCommand.js +3 -10
  176. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateGrantCommand.js +3 -9
  177. package/node_modules/@aws-sdk/client-kms/dist-es/commands/CreateKeyCommand.js +3 -9
  178. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DecryptCommand.js +3 -10
  179. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteAliasCommand.js +3 -9
  180. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteCustomKeyStoreCommand.js +3 -9
  181. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeleteImportedKeyMaterialCommand.js +3 -9
  182. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DeriveSharedSecretCommand.js +3 -10
  183. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeCustomKeyStoresCommand.js +3 -10
  184. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DescribeKeyCommand.js +3 -9
  185. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyCommand.js +3 -9
  186. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisableKeyRotationCommand.js +3 -9
  187. package/node_modules/@aws-sdk/client-kms/dist-es/commands/DisconnectCustomKeyStoreCommand.js +3 -9
  188. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyCommand.js +3 -9
  189. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EnableKeyRotationCommand.js +3 -9
  190. package/node_modules/@aws-sdk/client-kms/dist-es/commands/EncryptCommand.js +3 -10
  191. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyCommand.js +3 -10
  192. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairCommand.js +3 -10
  193. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +3 -9
  194. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +3 -9
  195. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateMacCommand.js +3 -10
  196. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GenerateRandomCommand.js +3 -10
  197. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyLastUsageCommand.js +16 -0
  198. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyPolicyCommand.js +3 -9
  199. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetKeyRotationStatusCommand.js +3 -9
  200. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetParametersForImportCommand.js +3 -10
  201. package/node_modules/@aws-sdk/client-kms/dist-es/commands/GetPublicKeyCommand.js +3 -9
  202. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ImportKeyMaterialCommand.js +3 -9
  203. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListAliasesCommand.js +3 -9
  204. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListGrantsCommand.js +3 -9
  205. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyPoliciesCommand.js +3 -9
  206. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeyRotationsCommand.js +3 -9
  207. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListKeysCommand.js +3 -9
  208. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListResourceTagsCommand.js +3 -9
  209. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ListRetirableGrantsCommand.js +3 -9
  210. package/node_modules/@aws-sdk/client-kms/dist-es/commands/PutKeyPolicyCommand.js +3 -9
  211. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReEncryptCommand.js +3 -9
  212. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ReplicateKeyCommand.js +3 -9
  213. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RetireGrantCommand.js +3 -9
  214. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RevokeGrantCommand.js +3 -9
  215. package/node_modules/@aws-sdk/client-kms/dist-es/commands/RotateKeyOnDemandCommand.js +3 -9
  216. package/node_modules/@aws-sdk/client-kms/dist-es/commands/ScheduleKeyDeletionCommand.js +3 -9
  217. package/node_modules/@aws-sdk/client-kms/dist-es/commands/SignCommand.js +3 -10
  218. package/node_modules/@aws-sdk/client-kms/dist-es/commands/TagResourceCommand.js +3 -9
  219. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UntagResourceCommand.js +3 -9
  220. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateAliasCommand.js +3 -9
  221. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateCustomKeyStoreCommand.js +3 -10
  222. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdateKeyDescriptionCommand.js +3 -9
  223. package/node_modules/@aws-sdk/client-kms/dist-es/commands/UpdatePrimaryRegionCommand.js +3 -9
  224. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyCommand.js +3 -10
  225. package/node_modules/@aws-sdk/client-kms/dist-es/commands/VerifyMacCommand.js +3 -10
  226. package/node_modules/@aws-sdk/client-kms/dist-es/commands/index.js +1 -0
  227. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/bdd.js +46 -0
  228. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/endpointResolver.js +3 -3
  229. package/node_modules/@aws-sdk/client-kms/dist-es/index.js +4 -1
  230. package/node_modules/@aws-sdk/client-kms/dist-es/models/enums.js +228 -0
  231. package/node_modules/@aws-sdk/client-kms/dist-es/models/errors.js +577 -0
  232. package/node_modules/@aws-sdk/client-kms/dist-es/models/models_0.js +1 -863
  233. package/node_modules/@aws-sdk/client-kms/dist-es/pagination/index.js +1 -1
  234. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.browser.js +3 -4
  235. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.js +7 -9
  236. package/node_modules/@aws-sdk/client-kms/dist-es/runtimeConfig.shared.js +11 -1
  237. package/node_modules/@aws-sdk/client-kms/dist-es/schemas/schemas_0.js +1416 -0
  238. package/node_modules/@aws-sdk/client-kms/dist-types/KMS.d.ts +120 -55
  239. package/node_modules/@aws-sdk/client-kms/dist-types/KMSClient.d.ts +70 -68
  240. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  241. package/node_modules/@aws-sdk/client-kms/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  242. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CancelKeyDeletionCommand.d.ts +5 -3
  243. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +9 -5
  244. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateAliasCommand.d.ts +5 -3
  245. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +6 -3
  246. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateGrantCommand.d.ts +5 -3
  247. package/node_modules/@aws-sdk/client-kms/dist-types/commands/CreateKeyCommand.d.ts +16 -11
  248. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DecryptCommand.d.ts +21 -14
  249. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteAliasCommand.d.ts +5 -3
  250. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +9 -5
  251. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +19 -3
  252. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DeriveSharedSecretCommand.d.ts +10 -8
  253. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +6 -3
  254. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DescribeKeyCommand.d.ts +10 -8
  255. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisableKeyCommand.d.ts +5 -3
  256. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisableKeyRotationCommand.d.ts +7 -5
  257. package/node_modules/@aws-sdk/client-kms/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +9 -5
  258. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EnableKeyCommand.d.ts +5 -3
  259. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EnableKeyRotationCommand.d.ts +8 -6
  260. package/node_modules/@aws-sdk/client-kms/dist-types/commands/EncryptCommand.d.ts +5 -3
  261. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyCommand.d.ts +11 -9
  262. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairCommand.d.ts +14 -12
  263. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +7 -5
  264. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +5 -3
  265. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateMacCommand.d.ts +5 -3
  266. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GenerateRandomCommand.d.ts +14 -10
  267. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyLastUsageCommand.d.ts +188 -0
  268. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyPolicyCommand.d.ts +5 -3
  269. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetKeyRotationStatusCommand.d.ts +6 -4
  270. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetParametersForImportCommand.d.ts +5 -3
  271. package/node_modules/@aws-sdk/client-kms/dist-types/commands/GetPublicKeyCommand.d.ts +7 -5
  272. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ImportKeyMaterialCommand.d.ts +35 -15
  273. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListAliasesCommand.d.ts +5 -3
  274. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListGrantsCommand.d.ts +5 -3
  275. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyPoliciesCommand.d.ts +5 -3
  276. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeyRotationsCommand.d.ts +6 -4
  277. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListKeysCommand.d.ts +5 -3
  278. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListResourceTagsCommand.d.ts +5 -3
  279. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ListRetirableGrantsCommand.d.ts +5 -3
  280. package/node_modules/@aws-sdk/client-kms/dist-types/commands/PutKeyPolicyCommand.d.ts +5 -3
  281. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReEncryptCommand.d.ts +13 -6
  282. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ReplicateKeyCommand.d.ts +7 -5
  283. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RetireGrantCommand.d.ts +5 -3
  284. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RevokeGrantCommand.d.ts +5 -3
  285. package/node_modules/@aws-sdk/client-kms/dist-types/commands/RotateKeyOnDemandCommand.d.ts +14 -13
  286. package/node_modules/@aws-sdk/client-kms/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +5 -3
  287. package/node_modules/@aws-sdk/client-kms/dist-types/commands/SignCommand.d.ts +7 -5
  288. package/node_modules/@aws-sdk/client-kms/dist-types/commands/TagResourceCommand.d.ts +8 -7
  289. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UntagResourceCommand.d.ts +7 -5
  290. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateAliasCommand.d.ts +5 -3
  291. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +14 -7
  292. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +5 -3
  293. package/node_modules/@aws-sdk/client-kms/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +5 -3
  294. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyCommand.d.ts +7 -5
  295. package/node_modules/@aws-sdk/client-kms/dist-types/commands/VerifyMacCommand.d.ts +5 -3
  296. package/node_modules/@aws-sdk/client-kms/dist-types/commands/index.d.ts +1 -0
  297. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  298. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/bdd.d.ts +2 -0
  299. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/endpointResolver.d.ts +5 -2
  300. package/node_modules/@aws-sdk/client-kms/dist-types/extensionConfiguration.d.ts +4 -4
  301. package/node_modules/@aws-sdk/client-kms/dist-types/index.d.ts +7 -3
  302. package/node_modules/@aws-sdk/client-kms/dist-types/models/KMSServiceException.d.ts +1 -1
  303. package/node_modules/@aws-sdk/client-kms/dist-types/models/enums.d.ts +468 -0
  304. package/node_modules/@aws-sdk/client-kms/dist-types/models/errors.d.ts +771 -0
  305. package/node_modules/@aws-sdk/client-kms/dist-types/models/models_0.d.ts +301 -1369
  306. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/DescribeCustomKeyStoresPaginator.d.ts +2 -2
  307. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/Interfaces.d.ts +1 -1
  308. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListAliasesPaginator.d.ts +2 -2
  309. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListGrantsPaginator.d.ts +2 -2
  310. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyPoliciesPaginator.d.ts +2 -2
  311. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeyRotationsPaginator.d.ts +2 -2
  312. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListKeysPaginator.d.ts +2 -2
  313. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListResourceTagsPaginator.d.ts +2 -2
  314. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/ListRetirableGrantsPaginator.d.ts +2 -2
  315. package/node_modules/@aws-sdk/client-kms/dist-types/pagination/index.d.ts +1 -1
  316. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.browser.d.ts +7 -2
  317. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.d.ts +8 -3
  318. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.native.d.ts +7 -2
  319. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeConfig.shared.d.ts +7 -1
  320. package/node_modules/@aws-sdk/client-kms/dist-types/runtimeExtensions.d.ts +1 -1
  321. package/node_modules/@aws-sdk/client-kms/dist-types/schemas/schemas_0.d.ts +219 -0
  322. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMS.d.ts +79 -1
  323. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/KMSClient.d.ts +8 -3
  324. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  325. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/DecryptCommand.d.ts +3 -1
  326. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/GetKeyLastUsageCommand.d.ts +50 -0
  327. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/commands/index.d.ts +1 -0
  328. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  329. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/index.d.ts +4 -1
  330. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/KMSServiceException.d.ts +1 -1
  331. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/enums.d.ts +278 -0
  332. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/errors.d.ts +381 -0
  333. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/models_0.d.ts +54 -684
  334. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/pagination/index.d.ts +1 -1
  335. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  336. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.d.ts +10 -4
  337. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  338. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -0
  339. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/schemas/schemas_0.d.ts +218 -0
  340. package/node_modules/@aws-sdk/client-kms/package.json +49 -46
  341. package/node_modules/@aws-sdk/client-s3/README.md +75 -142
  342. package/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +11 -12
  343. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/bdd.js +757 -0
  344. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +2 -2
  345. package/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3039 -11526
  346. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  347. package/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  348. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +3 -4
  349. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +12 -16
  350. package/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +13 -3
  351. package/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3273 -0
  352. package/node_modules/@aws-sdk/client-s3/dist-es/S3.js +43 -7
  353. package/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +4 -2
  354. package/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +9 -10
  355. package/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +2 -6
  356. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +2 -7
  357. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +2 -7
  358. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +2 -6
  359. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataConfigurationCommand.js +27 -0
  360. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +3 -7
  361. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +2 -7
  362. package/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +2 -7
  363. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +3 -9
  364. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +3 -9
  365. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +3 -9
  366. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +3 -9
  367. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +3 -9
  368. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +3 -9
  369. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +3 -9
  370. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataConfigurationCommand.js +20 -0
  371. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +3 -9
  372. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +3 -9
  373. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +3 -9
  374. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +3 -9
  375. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +3 -9
  376. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +3 -9
  377. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +3 -9
  378. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +2 -6
  379. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +2 -6
  380. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +3 -7
  381. package/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -9
  382. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAbacCommand.js +23 -0
  383. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -6
  384. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +2 -6
  385. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -6
  386. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +2 -6
  387. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +2 -7
  388. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -6
  389. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -7
  390. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -6
  391. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +2 -6
  392. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +2 -6
  393. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataConfigurationCommand.js +24 -0
  394. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +2 -6
  395. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -6
  396. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -6
  397. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -6
  398. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +3 -11
  399. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -6
  400. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +2 -6
  401. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -6
  402. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +2 -6
  403. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +2 -6
  404. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +2 -6
  405. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +2 -6
  406. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +2 -7
  407. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +4 -9
  408. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +2 -6
  409. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -6
  410. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +2 -6
  411. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +2 -6
  412. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +3 -10
  413. package/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +2 -6
  414. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +2 -6
  415. package/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +2 -7
  416. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -6
  417. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -6
  418. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -7
  419. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +3 -6
  420. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +2 -6
  421. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +2 -6
  422. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +2 -6
  423. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +2 -6
  424. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +2 -6
  425. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +2 -6
  426. package/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +2 -7
  427. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAbacCommand.js +26 -0
  428. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +3 -7
  429. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +3 -7
  430. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +3 -9
  431. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +3 -7
  432. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +3 -8
  433. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +3 -9
  434. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +3 -10
  435. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -7
  436. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +3 -7
  437. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +3 -9
  438. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +3 -9
  439. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +3 -7
  440. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +3 -7
  441. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +3 -7
  442. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +3 -7
  443. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +3 -7
  444. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +3 -7
  445. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +3 -7
  446. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +3 -7
  447. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +3 -8
  448. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +3 -7
  449. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +3 -7
  450. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +3 -7
  451. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +3 -7
  452. package/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +3 -7
  453. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RenameObjectCommand.js +2 -6
  454. package/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +3 -8
  455. package/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +2 -9
  456. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.js +27 -0
  457. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateBucketMetadataJournalTableConfigurationCommand.js +27 -0
  458. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UpdateObjectEncryptionCommand.js +28 -0
  459. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +3 -8
  460. package/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +2 -7
  461. package/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +3 -10
  462. package/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +8 -0
  463. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +2 -0
  464. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/bdd.js +754 -0
  465. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +3 -3
  466. package/node_modules/@aws-sdk/client-s3/dist-es/index.js +5 -1
  467. package/node_modules/@aws-sdk/client-s3/dist-es/models/enums.js +413 -0
  468. package/node_modules/@aws-sdk/client-s3/dist-es/models/errors.js +185 -0
  469. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1 -595
  470. package/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +1 -210
  471. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +3 -4
  472. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +9 -13
  473. package/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +11 -1
  474. package/node_modules/@aws-sdk/client-s3/dist-es/schemas/schemas_0.js +3261 -0
  475. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +4 -4
  476. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +4 -4
  477. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +4 -4
  478. package/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +4 -4
  479. package/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +210 -100
  480. package/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +127 -119
  481. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  482. package/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +3 -3
  483. package/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +25 -25
  484. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +69 -60
  485. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +118 -119
  486. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +96 -102
  487. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +187 -0
  488. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +34 -16
  489. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +102 -125
  490. package/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +53 -53
  491. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +15 -12
  492. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +18 -15
  493. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +12 -8
  494. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +24 -21
  495. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +8 -3
  496. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +50 -12
  497. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +31 -31
  498. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +119 -0
  499. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +34 -11
  500. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +51 -18
  501. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +13 -9
  502. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +28 -26
  503. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +13 -10
  504. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +11 -7
  505. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +17 -13
  506. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +53 -26
  507. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +15 -10
  508. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +51 -48
  509. package/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -9
  510. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAbacCommand.d.ts +77 -0
  511. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +22 -20
  512. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +18 -22
  513. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -14
  514. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +12 -9
  515. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +29 -22
  516. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +8 -3
  517. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +49 -15
  518. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +36 -40
  519. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +27 -12
  520. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +11 -13
  521. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +151 -0
  522. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +33 -11
  523. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +52 -17
  524. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +15 -11
  525. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +17 -11
  526. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +33 -33
  527. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +13 -9
  528. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +20 -16
  529. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +10 -6
  530. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -7
  531. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +11 -6
  532. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +14 -10
  533. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +17 -14
  534. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +74 -74
  535. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +80 -85
  536. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +9 -5
  537. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +11 -6
  538. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +9 -5
  539. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -13
  540. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +12 -8
  541. package/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +23 -15
  542. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +46 -38
  543. package/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +64 -66
  544. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +22 -20
  545. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +8 -3
  546. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +55 -22
  547. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +57 -24
  548. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +20 -20
  549. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +18 -12
  550. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +51 -61
  551. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +16 -20
  552. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +18 -19
  553. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +37 -35
  554. package/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +36 -36
  555. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAbacCommand.d.ts +78 -0
  556. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +22 -21
  557. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +62 -71
  558. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +30 -27
  559. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +32 -31
  560. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +54 -52
  561. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +19 -15
  562. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +72 -45
  563. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +62 -66
  564. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +38 -43
  565. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +54 -20
  566. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +37 -38
  567. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +13 -10
  568. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +33 -33
  569. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +41 -43
  570. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +13 -9
  571. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +31 -32
  572. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +29 -27
  573. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +28 -22
  574. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +68 -66
  575. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +98 -86
  576. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +10 -7
  577. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +19 -15
  578. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +13 -8
  579. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +27 -28
  580. package/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +21 -16
  581. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RenameObjectCommand.d.ts +42 -43
  582. package/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +87 -90
  583. package/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +58 -62
  584. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +166 -0
  585. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +118 -0
  586. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UpdateObjectEncryptionCommand.d.ts +259 -0
  587. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +86 -78
  588. package/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +97 -99
  589. package/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +43 -37
  590. package/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +8 -0
  591. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +16 -1
  592. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/bdd.d.ts +2 -0
  593. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -2
  594. package/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +4 -4
  595. package/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +6 -2
  596. package/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -1
  597. package/node_modules/@aws-sdk/client-s3/dist-types/models/enums.d.ts +997 -0
  598. package/node_modules/@aws-sdk/client-s3/dist-types/models/errors.d.ts +208 -0
  599. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +6021 -3675
  600. package/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +846 -2989
  601. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +1 -1
  602. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +2 -2
  603. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +2 -2
  604. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +2 -2
  605. package/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +2 -2
  606. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +21 -3
  607. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +23 -5
  608. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +21 -3
  609. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +9 -2
  610. package/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +1 -1
  611. package/node_modules/@aws-sdk/client-s3/dist-types/schemas/schemas_0.d.ts +464 -0
  612. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +232 -1
  613. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +52 -5
  614. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  615. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataConfigurationCommand.d.ts +47 -0
  616. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataConfigurationCommand.d.ts +47 -0
  617. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAbacCommand.d.ts +47 -0
  618. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataConfigurationCommand.d.ts +51 -0
  619. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAbacCommand.d.ts +45 -0
  620. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +1 -1
  621. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +1 -1
  622. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +1 -1
  623. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +1 -1
  624. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  625. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +1 -1
  626. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +1 -1
  627. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +1 -1
  628. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +1 -1
  629. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  630. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  631. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +1 -1
  632. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  633. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  634. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +1 -1
  635. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +1 -1
  636. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -1
  637. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +1 -1
  638. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +1 -1
  639. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +1 -1
  640. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +1 -1
  641. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  642. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RenameObjectCommand.d.ts +1 -1
  643. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +2 -1
  644. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +47 -0
  645. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +47 -0
  646. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UpdateObjectEncryptionCommand.d.ts +51 -0
  647. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +8 -0
  648. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +6 -0
  649. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  650. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +5 -1
  651. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  652. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/enums.d.ts +539 -0
  653. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/errors.d.ts +92 -0
  654. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +562 -574
  655. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +90 -495
  656. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +26 -4
  657. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +31 -8
  658. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +26 -4
  659. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -3
  660. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/schemas/schemas_0.d.ts +464 -0
  661. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +7 -3
  662. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +8 -3
  663. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +7 -3
  664. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +8 -3
  665. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +6 -5
  666. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +7 -5
  667. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +6 -5
  668. package/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +7 -5
  669. package/node_modules/@aws-sdk/client-s3/package.json +72 -72
  670. package/node_modules/@aws-sdk/core/LICENSE +201 -0
  671. package/node_modules/@aws-sdk/core/account-id-endpoint.js +0 -1
  672. package/node_modules/@aws-sdk/core/dist-cjs/index.js +2273 -6
  673. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +48 -88
  674. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +58 -65
  675. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +281 -365
  676. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1851 -1662
  677. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +1 -1
  678. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +1 -1
  679. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +3 -3
  680. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +2 -0
  681. package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
  682. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  683. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setTokenFeature.js +7 -0
  684. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +9 -1
  685. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +141 -0
  686. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +26 -0
  687. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +50 -0
  688. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -1
  689. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +3 -0
  690. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +8 -1
  691. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +8 -1
  692. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +41 -48
  693. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +31 -64
  694. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +83 -37
  695. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +136 -61
  696. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +136 -0
  697. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/jsonReplacer.js +1 -1
  698. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
  699. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +4 -0
  700. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +36 -50
  701. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +52 -14
  702. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +46 -73
  703. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +29 -30
  704. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +40 -22
  705. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +2 -13
  706. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +2 -2
  707. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +2 -2
  708. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +2 -0
  709. package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
  710. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  711. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setTokenFeature.d.ts +7 -0
  712. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +1 -1
  713. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +2 -2
  714. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.d.ts +1 -1
  715. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +2 -2
  716. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +2 -2
  717. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ConfigurableSerdeContext.d.ts +1 -1
  718. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +74 -0
  719. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/UnionSerde.d.ts +24 -0
  720. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +25 -0
  721. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +3 -0
  722. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +12 -2
  723. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +12 -2
  724. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +15 -4
  725. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +20 -3
  726. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonCodec.d.ts +2 -2
  727. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeDeserializer.d.ts +4 -4
  728. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +19 -6
  729. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +27 -0
  730. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/jsonReviver.d.ts +1 -1
  731. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +8 -1
  732. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +13 -3
  733. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +8 -1
  734. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QueryShapeSerializer.d.ts +2 -2
  735. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +13 -3
  736. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlCodec.d.ts +1 -1
  737. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeDeserializer.d.ts +3 -3
  738. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/XmlShapeSerializer.d.ts +2 -2
  739. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +2 -0
  740. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
  741. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setTokenFeature.d.ts +6 -0
  742. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +53 -0
  743. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/UnionSerde.d.ts +9 -0
  744. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +36 -0
  745. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +3 -0
  746. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +16 -1
  747. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +16 -1
  748. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +18 -2
  749. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +16 -1
  750. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeDeserializer.d.ts +1 -1
  751. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +10 -3
  752. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.d.ts +17 -0
  753. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  754. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +6 -1
  755. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QuerySerializerSettings.d.ts +1 -0
  756. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/QueryShapeSerializer.d.ts +6 -1
  757. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +10 -2
  758. package/node_modules/@aws-sdk/core/package.json +27 -27
  759. package/node_modules/@aws-sdk/crc64-nvme/README.md +61 -0
  760. package/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  761. package/node_modules/@aws-sdk/crc64-nvme/dist-es/Crc64Nvme.js +92 -0
  762. package/node_modules/@aws-sdk/crc64-nvme/dist-es/index.js +2 -0
  763. package/node_modules/@aws-sdk/crc64-nvme/dist-types/Crc64Nvme.d.ts +24 -0
  764. package/node_modules/@aws-sdk/crc64-nvme/dist-types/crc64-nvme-crt-container.d.ts +13 -0
  765. package/node_modules/@aws-sdk/crc64-nvme/dist-types/index.d.ts +2 -0
  766. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/Crc64Nvme.d.ts +9 -0
  767. package/node_modules/@aws-sdk/crc64-nvme/dist-types/ts3.4/index.d.ts +2 -0
  768. package/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  769. package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
  770. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +38 -73
  771. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +1 -1
  772. package/node_modules/@aws-sdk/credential-provider-env/package.json +15 -14
  773. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +5 -3
  774. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +5 -3
  775. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +1 -1
  776. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +1 -1
  777. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +1 -1
  778. package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +2 -2
  779. package/node_modules/@aws-sdk/credential-provider-http/package.json +20 -19
  780. package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
  781. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +207 -259
  782. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +3 -10
  783. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -4
  784. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  785. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +8 -4
  786. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +4 -2
  787. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +4 -2
  788. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -8
  789. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +6 -5
  790. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +1 -1
  791. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +11 -0
  792. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +2 -2
  793. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +7 -2
  794. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +2 -1
  795. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -2
  796. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +4 -3
  797. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -4
  798. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +5 -1
  799. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +9 -0
  800. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +3 -0
  801. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +3 -1
  802. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +3 -1
  803. package/node_modules/@aws-sdk/credential-provider-ini/package.json +26 -24
  804. package/node_modules/@aws-sdk/credential-provider-login/README.md +16 -0
  805. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  806. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  807. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  808. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  809. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  810. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  811. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  812. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  813. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  814. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  815. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  816. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  817. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  818. package/node_modules/@aws-sdk/credential-provider-node/README.md +3 -3
  819. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +133 -124
  820. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +55 -44
  821. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +60 -0
  822. package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +3 -2
  823. package/node_modules/@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain.d.ts +18 -0
  824. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +3 -2
  825. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/runtime/memoize-chain.d.ts +19 -0
  826. package/node_modules/@aws-sdk/credential-provider-node/package.json +26 -24
  827. package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
  828. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +71 -106
  829. package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +4 -3
  830. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +1 -1
  831. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +2 -2
  832. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +1 -1
  833. package/node_modules/@aws-sdk/credential-provider-process/package.json +16 -15
  834. package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
  835. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +179 -233
  836. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  837. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +10 -0
  838. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  839. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +9 -3
  840. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +3 -2
  841. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +2 -2
  842. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  843. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +3 -3
  844. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +2 -0
  845. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  846. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +4 -0
  847. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +1 -1
  848. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +2 -2
  849. package/node_modules/@aws-sdk/credential-provider-sso/package.json +18 -17
  850. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
  851. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +6 -4
  852. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +23 -24
  853. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +6 -4
  854. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +3 -4
  855. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +5 -3
  856. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +17 -15
  857. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +334 -450
  858. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeDisableMultiregionAccessPointConfigOptions.d.ts +1 -1
  859. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/NodeUseArnRegionConfigOptions.d.ts +1 -1
  860. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketEndpointMiddleware.d.ts +2 -2
  861. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostname.d.ts +1 -1
  862. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/bucketHostnameUtils.d.ts +1 -1
  863. package/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-types/configurations.d.ts +1 -1
  864. package/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +16 -15
  865. package/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +42 -60
  866. package/node_modules/@aws-sdk/middleware-expect-continue/dist-es/index.js +18 -6
  867. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/index.d.ts +4 -2
  868. package/node_modules/@aws-sdk/middleware-expect-continue/dist-types/ts3.4/index.d.ts +3 -0
  869. package/node_modules/@aws-sdk/middleware-expect-continue/package.json +15 -14
  870. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +1 -1
  871. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +408 -482
  872. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsInputMiddleware.js +1 -1
  873. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsMiddleware.js +26 -10
  874. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/flexibleChecksumsResponseMiddleware.js +10 -2
  875. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmForRequest.js +0 -5
  876. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getChecksumAlgorithmListForResponse.js +10 -6
  877. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getCrc32ChecksumAlgorithmFunction.js +1 -1
  878. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/getFlexibleChecksumsPlugin.js +1 -1
  879. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/index.js +0 -1
  880. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/resolveFlexibleChecksumsConfig.js +2 -1
  881. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-es/selectChecksumAlgorithmFunction.js +16 -13
  882. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_REQUEST_CHECKSUM_CALCULATION_CONFIG_OPTIONS.d.ts +1 -1
  883. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/NODE_RESPONSE_CHECKSUM_VALIDATION_CONFIG_OPTIONS.d.ts +1 -1
  884. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/configuration.d.ts +4 -2
  885. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsInputMiddleware.d.ts +2 -2
  886. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsMiddleware.d.ts +2 -2
  887. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/flexibleChecksumsResponseMiddleware.d.ts +2 -2
  888. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksum.d.ts +1 -1
  889. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmForRequest.d.ts +3 -2
  890. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumAlgorithmListForResponse.d.ts +1 -1
  891. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getChecksumLocationName.d.ts +1 -1
  892. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getCrc32ChecksumAlgorithmFunction.d.ts +2 -2
  893. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/getFlexibleChecksumsPlugin.d.ts +5 -5
  894. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeader.d.ts +1 -1
  895. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/hasHeaderWithPrefix.d.ts +1 -1
  896. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/index.d.ts +0 -1
  897. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/resolveFlexibleChecksumsConfig.d.ts +16 -2
  898. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/selectChecksumAlgorithmFunction.d.ts +3 -3
  899. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/stringHasher.d.ts +2 -2
  900. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/configuration.d.ts +2 -0
  901. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumAlgorithmForRequest.d.ts +3 -2
  902. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getChecksumLocationName.d.ts +1 -1
  903. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/getCrc32ChecksumAlgorithmFunction.d.ts +1 -1
  904. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/index.d.ts +0 -1
  905. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/resolveFlexibleChecksumsConfig.d.ts +11 -1
  906. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/selectChecksumAlgorithmFunction.d.ts +1 -1
  907. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/ts3.4/stringHasher.d.ts +1 -1
  908. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/validateChecksumFromResponse.d.ts +3 -3
  909. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +25 -23
  910. package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +35 -63
  911. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +1 -1
  912. package/node_modules/@aws-sdk/middleware-host-header/package.json +15 -14
  913. package/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +23 -57
  914. package/node_modules/@aws-sdk/middleware-location-constraint/dist-es/index.js +4 -7
  915. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/configuration.d.ts +1 -1
  916. package/node_modules/@aws-sdk/middleware-location-constraint/dist-types/index.d.ts +2 -2
  917. package/node_modules/@aws-sdk/middleware-location-constraint/package.json +14 -13
  918. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +44 -75
  919. package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +1 -1
  920. package/node_modules/@aws-sdk/middleware-logger/package.json +15 -14
  921. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
  922. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +24 -67
  923. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
  924. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +5 -0
  925. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/configuration.js +7 -0
  926. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/getRecursionDetectionPlugin.js +7 -0
  927. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +2 -37
  928. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.browser.js +1 -0
  929. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.js +29 -0
  930. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/recursionDetectionMiddleware.native.js +1 -0
  931. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/configuration.d.ts +5 -0
  932. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts +5 -0
  933. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +2 -18
  934. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.browser.d.ts +6 -0
  935. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.d.ts +6 -0
  936. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/recursionDetectionMiddleware.native.d.ts +6 -0
  937. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/configuration.d.ts +3 -0
  938. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts +4 -0
  939. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +2 -18
  940. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.browser.d.ts +5 -0
  941. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.d.ts +5 -0
  942. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/recursionDetectionMiddleware.native.d.ts +5 -0
  943. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +21 -15
  944. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +523 -638
  945. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  946. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  947. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +1 -0
  948. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
  949. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +15 -10
  950. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +0 -1
  951. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +1 -1
  952. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +2 -1
  953. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
  954. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  955. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  956. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +1 -1
  957. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +1 -1
  958. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +1 -0
  959. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
  960. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +2 -2
  961. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +1 -1
  962. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +1 -1
  963. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +1 -1
  964. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +1 -1
  965. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +3 -3
  966. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +2 -2
  967. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +2 -2
  968. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +4 -4
  969. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +1 -1
  970. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +1 -1
  971. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +2 -2
  972. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +18 -1
  973. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
  974. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  975. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  976. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +1 -0
  977. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
  978. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +2 -0
  979. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
  980. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  981. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  982. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +2 -2
  983. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +35 -27
  984. package/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +65 -92
  985. package/node_modules/@aws-sdk/middleware-ssec/dist-types/index.d.ts +1 -1
  986. package/node_modules/@aws-sdk/middleware-ssec/package.json +14 -13
  987. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +170 -203
  988. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +10 -10
  989. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +2 -2
  990. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +1 -1
  991. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  992. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +1 -1
  993. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  994. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  995. package/node_modules/@aws-sdk/middleware-user-agent/package.json +19 -17
  996. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  997. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  998. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -2
  999. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  1000. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  1001. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +18 -0
  1002. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  1003. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  1004. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  1005. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.browser.js +38 -0
  1006. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +54 -0
  1007. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  1008. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  1009. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  1010. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  1011. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  1012. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
  1013. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  1014. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  1015. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  1016. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  1017. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  1018. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
  1019. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  1020. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  1021. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  1022. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  1023. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  1024. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  1025. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  1026. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  1027. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +54 -0
  1028. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  1029. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  1030. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  1031. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
  1032. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  1033. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  1034. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +166 -866
  1035. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  1036. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  1037. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1038. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +7 -7
  1039. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +13 -4
  1040. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  1041. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +3 -0
  1042. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +89 -7
  1043. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  1044. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  1045. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +184 -933
  1046. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  1047. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +96 -0
  1048. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +2 -2
  1049. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +16 -10
  1050. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +21 -4
  1051. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  1052. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  1053. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  1054. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  1055. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +16 -0
  1056. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +16 -0
  1057. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  1058. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  1059. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  1060. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +14 -0
  1061. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  1062. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  1063. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  1064. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +33 -0
  1065. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +49 -0
  1066. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  1067. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  1068. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  1069. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  1070. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  1071. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  1072. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  1073. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  1074. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  1075. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  1076. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  1077. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  1078. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
  1079. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  1080. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  1081. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  1082. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  1083. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  1084. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  1085. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  1086. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
  1087. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  1088. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
  1089. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  1090. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +50 -0
  1091. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  1092. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +50 -0
  1093. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +16 -0
  1094. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  1095. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  1096. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  1097. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/extensionConfiguration.js +1 -0
  1098. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +7 -0
  1099. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/errors.js +49 -0
  1100. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  1101. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  1102. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +49 -0
  1103. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  1104. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +45 -0
  1105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  1106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  1107. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +1 -1
  1108. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +4 -2
  1109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  1110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +3 -10
  1111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  1112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  1113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +4 -1
  1114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  1115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  1116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  1117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +2 -2
  1118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +5 -5
  1119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +10 -1
  1120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
  1121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +1 -1
  1122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +5 -2
  1123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  1124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +3 -10
  1125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +3 -10
  1126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +23 -11
  1127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  1128. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  1129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +3 -1
  1130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +86 -0
  1131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -102
  1132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +2 -2
  1133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +11 -5
  1134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +18 -1
  1135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
  1136. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1137. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +197 -0
  1138. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1139. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  1140. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  1141. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  1142. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  1143. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/EndpointParameters.d.ts +50 -0
  1144. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  1145. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/endpointResolver.d.ts +8 -0
  1146. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1147. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  1148. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  1149. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  1150. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  1151. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  1152. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  1153. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  1154. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  1155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  1156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  1157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  1158. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +189 -0
  1159. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1160. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  1161. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  1162. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  1163. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
  1164. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  1165. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1166. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  1167. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
  1168. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  1169. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  1170. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  1171. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  1172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
  1173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
  1174. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
  1175. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
  1176. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  1177. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
  1178. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  1179. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +197 -0
  1180. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  1181. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +75 -0
  1182. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +97 -0
  1183. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  1184. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  1185. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  1186. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1187. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/extensionConfiguration.d.ts +9 -0
  1188. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +30 -0
  1189. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/SSOServiceException.d.ts +14 -0
  1190. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/errors.d.ts +53 -0
  1191. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  1192. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +62 -0
  1193. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +62 -0
  1194. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +61 -0
  1195. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +38 -0
  1196. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeExtensions.d.ts +17 -0
  1197. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/schemas/schemas_0.d.ts +17 -0
  1198. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +3 -3
  1199. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +14 -14
  1200. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1201. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +4 -4
  1202. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +5 -3
  1203. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +13 -1
  1204. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  1205. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +5 -2
  1206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +4 -4
  1207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +6 -3
  1208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  1210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  1211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +1 -279
  1212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +8 -3
  1213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +8 -3
  1214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +8 -3
  1215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +9 -3
  1216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +1 -1
  1217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  1218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +3 -3
  1219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +14 -14
  1220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  1221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +17 -9
  1222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +8 -7
  1223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +10 -8
  1224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  1225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +4 -4
  1226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +13 -1
  1227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  1228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +5 -2
  1229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +4 -4
  1230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +4 -2
  1231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +1 -1
  1232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  1233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +7 -131
  1234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  1235. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +18 -7
  1236. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +11 -5
  1237. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +12 -4
  1238. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +1 -1
  1239. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
  1240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  1241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  1242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  1244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  1245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  1246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  1247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  1248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  1249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  1250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  1251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  1252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  1253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  1254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  1255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  1256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  1257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  1258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  1259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  1260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +122 -0
  1261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  1262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  1263. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  1264. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  1265. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  1266. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  1267. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  1268. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  1269. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
  1270. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  1271. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  1272. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  1273. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  1274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
  1275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
  1276. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
  1277. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
  1278. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  1279. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
  1280. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  1281. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +117 -0
  1282. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +46 -0
  1283. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +47 -0
  1284. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  1285. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  1286. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  1287. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  1288. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +10 -0
  1289. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/SSOServiceException.d.ts +9 -0
  1290. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/errors.d.ts +30 -0
  1291. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  1292. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +120 -0
  1293. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +115 -0
  1294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +124 -0
  1295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +58 -0
  1296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/schemas/schemas_0.d.ts +16 -0
  1297. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +2 -3
  1298. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  1299. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  1300. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +4 -1
  1301. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +1 -1
  1302. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  1303. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  1304. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -105
  1305. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +10 -2
  1306. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +10 -2
  1307. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +10 -2
  1308. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +10 -1
  1309. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
  1310. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +2 -3
  1311. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +21 -10
  1312. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +1 -1
  1313. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  1314. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +3 -1
  1315. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +1 -1
  1316. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +55 -0
  1317. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -64
  1318. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +21 -7
  1319. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +44 -17
  1320. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +21 -7
  1321. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +18 -2
  1322. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
  1323. package/node_modules/@aws-sdk/nested-clients/package.json +75 -42
  1324. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  1325. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  1326. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  1327. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  1328. package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
  1329. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +34 -101
  1330. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  1331. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +6 -0
  1332. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -1
  1333. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/awsRegionConfig.js +2 -0
  1334. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.browser.js +3 -0
  1335. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.js +16 -0
  1336. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/stsRegionDefaultResolver.native.js +3 -0
  1337. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +2 -2
  1338. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -1
  1339. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/awsRegionConfig.d.ts +15 -0
  1340. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.browser.d.ts +4 -0
  1341. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.d.ts +14 -0
  1342. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/stsRegionDefaultResolver.native.d.ts +4 -0
  1343. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -1
  1344. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/awsRegionConfig.d.ts +11 -0
  1345. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.browser.d.ts +1 -0
  1346. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.d.ts +7 -0
  1347. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/stsRegionDefaultResolver.native.d.ts +1 -0
  1348. package/node_modules/@aws-sdk/region-config-resolver/package.json +19 -16
  1349. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +108 -137
  1350. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +1 -1
  1351. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +2 -2
  1352. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +15 -14
  1353. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +143 -220
  1354. package/node_modules/@aws-sdk/token-providers/dist-es/fromEnvSigningName.js +5 -2
  1355. package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +2 -9
  1356. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +2 -2
  1357. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +4 -2
  1358. package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +1 -1
  1359. package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +3 -3
  1360. package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +1 -1
  1361. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +5 -4
  1362. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +3 -2
  1363. package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +2 -2
  1364. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +1 -1
  1365. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +3 -1
  1366. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +3 -1
  1367. package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +1 -1
  1368. package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +1 -1
  1369. package/node_modules/@aws-sdk/token-providers/package.json +18 -16
  1370. package/node_modules/@aws-sdk/types/dist-cjs/index.js +10 -291
  1371. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +1 -1
  1372. package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +5 -3
  1373. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +1 -1
  1374. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +9 -1
  1375. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  1376. package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +1 -1
  1377. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
  1378. package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +1 -1
  1379. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +10 -0
  1380. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +2 -2
  1381. package/node_modules/@aws-sdk/types/dist-types/token.d.ts +2 -2
  1382. package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +2 -0
  1383. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +7 -1
  1384. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -0
  1385. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +5 -0
  1386. package/node_modules/@aws-sdk/types/package.json +11 -10
  1387. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +24 -61
  1388. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +9 -0
  1389. package/node_modules/@aws-sdk/util-arn-parser/package.json +11 -10
  1390. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +390 -437
  1391. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +43 -37
  1392. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  1393. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +43 -37
  1394. package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  1395. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  1396. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  1397. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  1398. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  1399. package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  1400. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  1401. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  1402. package/node_modules/@aws-sdk/util-endpoints/package.json +14 -12
  1403. package/node_modules/@aws-sdk/util-user-agent-browser/README.md +22 -3
  1404. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +57 -0
  1405. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +39 -8
  1406. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/createUserAgentStringParsingProvider.js +20 -0
  1407. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +37 -6
  1408. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/createUserAgentStringParsingProvider.d.ts +14 -0
  1409. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +15 -5
  1410. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +6 -5
  1411. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/createUserAgentStringParsingProvider.d.ts +9 -0
  1412. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +5 -0
  1413. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +11 -10
  1414. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
  1415. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +173 -90
  1416. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +10 -3
  1417. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  1418. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  1419. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  1420. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
  1421. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +75 -0
  1422. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +1 -2
  1423. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +11 -6
  1424. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
  1425. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  1426. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  1427. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
  1428. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptUserAgentPair.d.ts +6 -0
  1429. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +1 -1
  1430. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +1 -1
  1431. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  1432. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  1433. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  1434. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
  1435. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptUserAgentPair.d.ts +4 -0
  1436. package/node_modules/@aws-sdk/util-user-agent-node/package.json +19 -15
  1437. package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
  1438. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +114 -156
  1439. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  1440. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +47 -0
  1441. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  1442. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  1443. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +1 -0
  1444. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  1445. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +57 -0
  1446. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +44 -0
  1447. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlNode.d.ts +1 -1
  1448. package/node_modules/@aws-sdk/xml-builder/dist-types/XmlText.d.ts +1 -1
  1449. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +4 -0
  1450. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +1 -0
  1451. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
  1452. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +1 -0
  1453. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -0
  1454. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  1455. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.browser.d.ts +9 -0
  1456. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +4 -0
  1457. package/node_modules/@aws-sdk/xml-builder/package.json +21 -11
  1458. package/node_modules/@nodable/entities/README.md +41 -0
  1459. package/node_modules/@nodable/entities/package.json +54 -0
  1460. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  1461. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  1462. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  1463. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  1464. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  1465. package/node_modules/@nodable/entities/src/index.js +29 -0
  1466. package/node_modules/@smithy/chunked-blob-reader/dist-cjs/index.js +9 -37
  1467. package/node_modules/@smithy/chunked-blob-reader/package.json +10 -9
  1468. package/node_modules/@smithy/chunked-blob-reader-native/dist-cjs/index.js +28 -55
  1469. package/node_modules/@smithy/chunked-blob-reader-native/package.json +11 -10
  1470. package/node_modules/@smithy/config-resolver/README.md +10 -3
  1471. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +184 -214
  1472. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  1473. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  1474. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/checkRegion.js +15 -0
  1475. package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +5 -5
  1476. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +7 -1
  1477. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +7 -1
  1478. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
  1479. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  1480. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
  1481. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/checkRegion.d.ts +9 -0
  1482. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
  1483. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  1484. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
  1485. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
  1486. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
  1487. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
  1488. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
  1489. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
  1490. package/node_modules/@smithy/config-resolver/package.json +16 -15
  1491. package/node_modules/@smithy/core/README.md +12 -1
  1492. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +6 -1
  1493. package/node_modules/@smithy/core/dist-cjs/index.js +306 -414
  1494. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +21 -1
  1495. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +21 -1
  1496. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +46 -1
  1497. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +6 -1
  1498. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +24 -1
  1499. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +19 -1
  1500. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +27 -1
  1501. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +5 -1
  1502. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +10 -1
  1503. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +44 -1
  1504. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +5 -0
  1505. package/node_modules/@smithy/core/dist-cjs/setFeature.js +14 -1
  1506. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1050 -926
  1507. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  1508. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +267 -0
  1509. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +854 -802
  1510. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +668 -739
  1511. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +663 -717
  1512. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +18 -1
  1513. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +38 -1
  1514. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +15 -1
  1515. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +6 -1
  1516. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +9 -1
  1517. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +6 -1
  1518. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +61 -1
  1519. package/node_modules/@smithy/core/dist-es/index.js +1 -1
  1520. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  1521. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  1522. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
  1523. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +138 -56
  1524. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +48 -22
  1525. package/node_modules/@smithy/core/dist-es/submodules/cbor/byte-printer.js +35 -1
  1526. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +38 -23
  1527. package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +5 -5
  1528. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +15 -3
  1529. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  1530. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  1531. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +262 -0
  1532. package/node_modules/@smithy/core/dist-es/submodules/event-streams/index.js +1 -0
  1533. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +154 -41
  1534. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +74 -103
  1535. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +41 -17
  1536. package/node_modules/@smithy/core/dist-es/submodules/protocols/SerdeContext.js +6 -0
  1537. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +2 -0
  1538. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +9 -7
  1539. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  1540. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/FromStringShapeDeserializer.js +23 -21
  1541. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeDeserializer.js +5 -1
  1542. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/HttpInterceptingShapeSerializer.js +3 -0
  1543. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/ToStringShapeSerializer.js +16 -12
  1544. package/node_modules/@smithy/core/dist-es/submodules/protocols/serde/determineTimestampFormat.js +5 -6
  1545. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +53 -13
  1546. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +2 -0
  1547. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +6 -1
  1548. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +6 -3
  1549. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ErrorSchema.js +12 -14
  1550. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/ListSchema.js +11 -12
  1551. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/MapSchema.js +13 -13
  1552. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +191 -182
  1553. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/OperationSchema.js +13 -13
  1554. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/Schema.js +17 -3
  1555. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/SimpleSchema.js +17 -12
  1556. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/StructureSchema.js +13 -19
  1557. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/operation.js +7 -0
  1558. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/sentinels.js +14 -14
  1559. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +26 -0
  1560. package/node_modules/@smithy/core/dist-es/submodules/serde/copyDocumentWithTransform.js +1 -53
  1561. package/node_modules/@smithy/core/dist-es/submodules/serde/generateIdempotencyToken.js +2 -0
  1562. package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
  1563. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  1564. package/node_modules/@smithy/core/dist-es/submodules/serde/schema-serde-lib/schema-date-utils.js +101 -0
  1565. package/node_modules/@smithy/core/dist-es/submodules/serde/value/NumericValue.js +7 -21
  1566. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +3 -2
  1567. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +4 -2
  1568. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  1569. package/node_modules/@smithy/core/dist-types/index.d.ts +1 -1
  1570. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
  1571. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
  1572. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  1573. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
  1574. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
  1575. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
  1576. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
  1577. package/node_modules/@smithy/core/dist-types/submodules/cbor/CborCodec.d.ts +18 -14
  1578. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +10 -4
  1579. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
  1580. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -1
  1581. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +1 -1
  1582. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +2 -2
  1583. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  1584. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  1585. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +60 -0
  1586. package/node_modules/@smithy/core/dist-types/submodules/event-streams/index.d.ts +1 -0
  1587. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +20 -4
  1588. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +61 -5
  1589. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +8 -3
  1590. package/node_modules/@smithy/core/dist-types/submodules/protocols/SerdeContext.d.ts +16 -0
  1591. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  1592. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +2 -0
  1593. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +4 -5
  1594. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +7 -4
  1595. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +6 -3
  1596. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/ToStringShapeSerializer.d.ts +4 -5
  1597. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +2 -2
  1598. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +24 -8
  1599. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +2 -0
  1600. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +2 -2
  1601. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +2 -2
  1602. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
  1603. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ErrorSchema.d.ts +11 -12
  1604. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/ListSchema.d.ts +6 -3
  1605. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/MapSchema.d.ts +6 -7
  1606. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +49 -28
  1607. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/OperationSchema.d.ts +6 -3
  1608. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/Schema.d.ts +7 -2
  1609. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/SimpleSchema.d.ts +12 -4
  1610. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/StructureSchema.d.ts +6 -4
  1611. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/operation.d.ts +7 -0
  1612. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/sentinels.d.ts +4 -2
  1613. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +13 -0
  1614. package/node_modules/@smithy/core/dist-types/submodules/serde/copyDocumentWithTransform.d.ts +2 -1
  1615. package/node_modules/@smithy/core/dist-types/submodules/serde/generateIdempotencyToken.d.ts +2 -0
  1616. package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
  1617. package/node_modules/@smithy/core/dist-types/submodules/serde/schema-serde-lib/schema-date-utils.d.ts +47 -0
  1618. package/node_modules/@smithy/core/dist-types/submodules/serde/value/NumericValue.d.ts +1 -1
  1619. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
  1620. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
  1621. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
  1622. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
  1623. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
  1624. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  1625. package/node_modules/@smithy/core/endpoints.js +6 -0
  1626. package/node_modules/@smithy/core/event-streams.d.ts +7 -0
  1627. package/node_modules/@smithy/core/event-streams.js +6 -0
  1628. package/node_modules/@smithy/core/package.json +52 -30
  1629. package/node_modules/@smithy/credential-provider-imds/README.md +12 -3
  1630. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +340 -413
  1631. package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +2 -1
  1632. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  1633. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  1634. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
  1635. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  1636. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
  1637. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
  1638. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  1639. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
  1640. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
  1641. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
  1642. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
  1643. package/node_modules/@smithy/credential-provider-imds/package.json +14 -14
  1644. package/node_modules/@smithy/eventstream-codec/README.md +13 -0
  1645. package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +385 -459
  1646. package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +3 -0
  1647. package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +2 -0
  1648. package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +2 -1
  1649. package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +1 -0
  1650. package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +1 -0
  1651. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +1 -0
  1652. package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +1 -0
  1653. package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +2 -2
  1654. package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +1 -1
  1655. package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +1 -1
  1656. package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +1 -1
  1657. package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +1 -1
  1658. package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +1 -1
  1659. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +1 -1
  1660. package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +1 -1
  1661. package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +1 -1
  1662. package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +1 -1
  1663. package/node_modules/@smithy/eventstream-codec/package.json +13 -13
  1664. package/node_modules/@smithy/eventstream-serde-browser/README.md +10 -3
  1665. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +51 -97
  1666. package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +1 -0
  1667. package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +1 -1
  1668. package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +1 -1
  1669. package/node_modules/@smithy/eventstream-serde-browser/package.json +12 -12
  1670. package/node_modules/@smithy/eventstream-serde-config-resolver/README.md +10 -3
  1671. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +4 -33
  1672. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/EventStreamSerdeConfig.d.ts +1 -1
  1673. package/node_modules/@smithy/eventstream-serde-config-resolver/package.json +12 -12
  1674. package/node_modules/@smithy/eventstream-serde-node/README.md +10 -3
  1675. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +44 -80
  1676. package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +1 -0
  1677. package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +1 -1
  1678. package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +1 -1
  1679. package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +1 -1
  1680. package/node_modules/@smithy/eventstream-serde-node/package.json +12 -12
  1681. package/node_modules/@smithy/eventstream-serde-universal/README.md +10 -3
  1682. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +120 -171
  1683. package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +2 -0
  1684. package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +1 -1
  1685. package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +2 -2
  1686. package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +1 -1
  1687. package/node_modules/@smithy/eventstream-serde-universal/package.json +15 -13
  1688. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +205 -236
  1689. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +27 -8
  1690. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
  1691. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +4 -3
  1692. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
  1693. package/node_modules/@smithy/fetch-http-handler/package.json +19 -19
  1694. package/node_modules/@smithy/hash-blob-browser/README.md +10 -3
  1695. package/node_modules/@smithy/hash-blob-browser/dist-cjs/index.js +10 -36
  1696. package/node_modules/@smithy/hash-blob-browser/dist-types/index.d.ts +1 -1
  1697. package/node_modules/@smithy/hash-blob-browser/package.json +14 -14
  1698. package/node_modules/@smithy/hash-node/README.md +10 -3
  1699. package/node_modules/@smithy/hash-node/dist-cjs/index.js +38 -63
  1700. package/node_modules/@smithy/hash-node/dist-es/index.js +3 -0
  1701. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
  1702. package/node_modules/@smithy/hash-node/package.json +13 -13
  1703. package/node_modules/@smithy/hash-stream-node/README.md +9 -4
  1704. package/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +58 -92
  1705. package/node_modules/@smithy/hash-stream-node/dist-es/HashCalculator.js +1 -0
  1706. package/node_modules/@smithy/hash-stream-node/dist-types/HashCalculator.d.ts +3 -2
  1707. package/node_modules/@smithy/hash-stream-node/dist-types/fileStreamHasher.d.ts +2 -2
  1708. package/node_modules/@smithy/hash-stream-node/dist-types/readableStreamHasher.d.ts +2 -2
  1709. package/node_modules/@smithy/hash-stream-node/package.json +13 -13
  1710. package/node_modules/@smithy/invalid-dependency/README.md +10 -3
  1711. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +7 -38
  1712. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
  1713. package/node_modules/@smithy/invalid-dependency/package.json +11 -11
  1714. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +4 -30
  1715. package/node_modules/@smithy/is-array-buffer/package.json +10 -9
  1716. package/node_modules/@smithy/md5-js/README.md +10 -3
  1717. package/node_modules/@smithy/md5-js/dist-cjs/index.js +153 -186
  1718. package/node_modules/@smithy/md5-js/dist-es/index.js +5 -0
  1719. package/node_modules/@smithy/md5-js/dist-types/index.d.ts +1 -1
  1720. package/node_modules/@smithy/md5-js/package.json +14 -14
  1721. package/node_modules/@smithy/middleware-content-length/README.md +13 -0
  1722. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +39 -64
  1723. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
  1724. package/node_modules/@smithy/middleware-content-length/package.json +14 -14
  1725. package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
  1726. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +1 -1
  1727. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +242 -272
  1728. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +13 -2
  1729. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +12 -2
  1730. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  1731. package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +1 -1
  1732. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
  1733. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
  1734. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
  1735. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +2 -1
  1736. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
  1737. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
  1738. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +8 -5
  1739. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
  1740. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
  1741. package/node_modules/@smithy/middleware-endpoint/package.json +18 -18
  1742. package/node_modules/@smithy/middleware-retry/README.md +13 -0
  1743. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +364 -393
  1744. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +1 -1
  1745. package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +2 -2
  1746. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  1747. package/node_modules/@smithy/middleware-retry/dist-es/index.js +5 -4
  1748. package/node_modules/@smithy/middleware-retry/dist-es/longPollMiddleware.js +15 -0
  1749. package/node_modules/@smithy/middleware-retry/dist-es/parseRetryAfterHeader.js +49 -0
  1750. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/AdaptiveRetryStrategy.js +21 -0
  1751. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/StandardRetryStrategy.js +94 -0
  1752. package/node_modules/@smithy/middleware-retry/dist-es/retry-pre-sra-deprecated/types.js +1 -0
  1753. package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +14 -21
  1754. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +4 -2
  1755. package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +5 -4
  1756. package/node_modules/@smithy/middleware-retry/dist-types/longPollMiddleware.d.ts +15 -0
  1757. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +3 -1
  1758. package/node_modules/@smithy/middleware-retry/dist-types/parseRetryAfterHeader.d.ts +10 -0
  1759. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/AdaptiveRetryStrategy.d.ts +24 -0
  1760. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/StandardRetryStrategy.d.ts +33 -0
  1761. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/defaultRetryQuota.d.ts +26 -0
  1762. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/delayDecider.d.ts +6 -0
  1763. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/retryDecider.d.ts +6 -0
  1764. package/node_modules/@smithy/middleware-retry/dist-types/retry-pre-sra-deprecated/types.d.ts +65 -0
  1765. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -6
  1766. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
  1767. package/node_modules/@smithy/middleware-retry/package.json +24 -24
  1768. package/node_modules/@smithy/middleware-serde/README.md +13 -0
  1769. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +93 -118
  1770. package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +3 -0
  1771. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  1772. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
  1773. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  1774. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
  1775. package/node_modules/@smithy/middleware-serde/package.json +16 -15
  1776. package/node_modules/@smithy/middleware-stack/README.md +13 -0
  1777. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +274 -302
  1778. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
  1779. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
  1780. package/node_modules/@smithy/middleware-stack/package.json +12 -12
  1781. package/node_modules/@smithy/node-config-provider/README.md +10 -3
  1782. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +51 -98
  1783. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
  1784. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  1785. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  1786. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  1787. package/node_modules/@smithy/node-config-provider/package.json +13 -13
  1788. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +838 -776
  1789. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
  1790. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  1791. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +65 -44
  1792. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +84 -41
  1793. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +33 -19
  1794. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +56 -53
  1795. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +4 -2
  1796. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  1797. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +1 -1
  1798. package/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js +21 -0
  1799. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -3
  1800. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +2 -5
  1801. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +4 -2
  1802. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +14 -7
  1803. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
  1804. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
  1805. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  1806. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +9 -8
  1807. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +32 -14
  1808. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +34 -10
  1809. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +17 -8
  1810. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
  1811. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
  1812. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  1813. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +6 -0
  1814. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  1815. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  1816. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  1817. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
  1818. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
  1819. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +5 -4
  1820. package/node_modules/@smithy/node-http-handler/package.json +15 -15
  1821. package/node_modules/@smithy/property-provider/README.md +10 -3
  1822. package/node_modules/@smithy/property-provider/dist-cjs/index.js +105 -158
  1823. package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +1 -1
  1824. package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +2 -1
  1825. package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +1 -1
  1826. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
  1827. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  1828. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
  1829. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  1830. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
  1831. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
  1832. package/node_modules/@smithy/property-provider/package.json +11 -11
  1833. package/node_modules/@smithy/protocol-http/README.md +13 -0
  1834. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +154 -247
  1835. package/node_modules/@smithy/protocol-http/dist-es/Field.js +3 -0
  1836. package/node_modules/@smithy/protocol-http/dist-es/Fields.js +2 -1
  1837. package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +11 -0
  1838. package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +4 -0
  1839. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
  1840. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
  1841. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
  1842. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
  1843. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
  1844. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
  1845. package/node_modules/@smithy/protocol-http/package.json +11 -11
  1846. package/node_modules/@smithy/querystring-builder/README.md +10 -3
  1847. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +21 -47
  1848. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
  1849. package/node_modules/@smithy/querystring-builder/package.json +12 -12
  1850. package/node_modules/@smithy/querystring-parser/README.md +10 -3
  1851. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +22 -48
  1852. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
  1853. package/node_modules/@smithy/querystring-parser/package.json +11 -11
  1854. package/node_modules/@smithy/service-error-classification/README.md +13 -0
  1855. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +76 -103
  1856. package/node_modules/@smithy/service-error-classification/dist-es/index.js +8 -2
  1857. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +7 -1
  1858. package/node_modules/@smithy/service-error-classification/package.json +11 -11
  1859. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +7 -4
  1860. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +188 -198
  1861. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  1862. package/node_modules/@smithy/shared-ini-file-loader/dist-es/constants.js +1 -0
  1863. package/node_modules/@smithy/shared-ini-file-loader/dist-es/externalDataInterceptor.js +16 -0
  1864. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +1 -1
  1865. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +5 -2
  1866. package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +3 -1
  1867. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +4 -4
  1868. package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +2 -2
  1869. package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +1 -1
  1870. package/node_modules/@smithy/shared-ini-file-loader/dist-es/readFile.js +12 -0
  1871. package/node_modules/@smithy/shared-ini-file-loader/dist-types/constants.d.ts +4 -0
  1872. package/node_modules/@smithy/shared-ini-file-loader/dist-types/externalDataInterceptor.d.ts +9 -0
  1873. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
  1874. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +7 -1
  1875. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
  1876. package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +3 -1
  1877. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +2 -5
  1878. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
  1879. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
  1880. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
  1881. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
  1882. package/node_modules/@smithy/shared-ini-file-loader/dist-types/readFile.d.ts +21 -0
  1883. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
  1884. package/node_modules/@smithy/shared-ini-file-loader/package.json +15 -15
  1885. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +544 -651
  1886. package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +2 -1
  1887. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +12 -6
  1888. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4Base.js +6 -0
  1889. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +5 -4
  1890. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
  1891. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
  1892. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  1893. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  1894. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  1895. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
  1896. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
  1897. package/node_modules/@smithy/signature-v4/package.json +18 -18
  1898. package/node_modules/@smithy/smithy-client/README.md +10 -3
  1899. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +609 -713
  1900. package/node_modules/@smithy/smithy-client/dist-es/client.js +10 -1
  1901. package/node_modules/@smithy/smithy-client/dist-es/command.js +31 -21
  1902. package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +29 -3
  1903. package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +4 -0
  1904. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  1905. package/node_modules/@smithy/smithy-client/dist-es/schemaLogFilter.js +34 -0
  1906. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
  1907. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
  1908. package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +3 -3
  1909. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -2
  1910. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
  1911. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  1912. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  1913. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
  1914. package/node_modules/@smithy/smithy-client/dist-types/schemaLogFilter.d.ts +9 -0
  1915. package/node_modules/@smithy/smithy-client/package.json +19 -17
  1916. package/node_modules/@smithy/types/dist-cjs/index.js +80 -133
  1917. package/node_modules/@smithy/types/dist-es/index.js +3 -0
  1918. package/node_modules/@smithy/types/dist-es/schema/schema-deprecated.js +1 -0
  1919. package/node_modules/@smithy/types/dist-es/schema/static-schemas.js +1 -0
  1920. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
  1921. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
  1922. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
  1923. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
  1924. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
  1925. package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
  1926. package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
  1927. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  1928. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
  1929. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
  1930. package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
  1931. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  1932. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
  1933. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
  1934. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  1935. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
  1936. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
  1937. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
  1938. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -3
  1939. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
  1940. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  1941. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
  1942. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +19 -12
  1943. package/node_modules/@smithy/types/dist-types/http.d.ts +3 -2
  1944. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
  1945. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
  1946. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
  1947. package/node_modules/@smithy/types/dist-types/index.d.ts +3 -0
  1948. package/node_modules/@smithy/types/dist-types/middleware.d.ts +6 -0
  1949. package/node_modules/@smithy/types/dist-types/retry.d.ts +5 -1
  1950. package/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +143 -0
  1951. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +33 -58
  1952. package/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +99 -0
  1953. package/node_modules/@smithy/types/dist-types/serde.d.ts +5 -5
  1954. package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
  1955. package/node_modules/@smithy/types/dist-types/signature.d.ts +22 -5
  1956. package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
  1957. package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
  1958. package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
  1959. package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
  1960. package/node_modules/@smithy/types/package.json +11 -11
  1961. package/node_modules/@smithy/url-parser/README.md +10 -3
  1962. package/node_modules/@smithy/url-parser/dist-cjs/index.js +20 -46
  1963. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
  1964. package/node_modules/@smithy/url-parser/package.json +12 -12
  1965. package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +9 -32
  1966. package/node_modules/@smithy/util-base64/dist-cjs/index.js +23 -23
  1967. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
  1968. package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +9 -28
  1969. package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +5 -6
  1970. package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +5 -6
  1971. package/node_modules/@smithy/util-base64/package.json +12 -11
  1972. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +26 -53
  1973. package/node_modules/@smithy/util-body-length-browser/package.json +10 -9
  1974. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +29 -50
  1975. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +8 -6
  1976. package/node_modules/@smithy/util-body-length-node/package.json +10 -9
  1977. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +17 -44
  1978. package/node_modules/@smithy/util-buffer-from/package.json +11 -10
  1979. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +26 -60
  1980. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
  1981. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
  1982. package/node_modules/@smithy/util-config-provider/package.json +10 -9
  1983. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
  1984. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +13 -22
  1985. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +13 -12
  1986. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +2 -2
  1987. package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +11 -8
  1988. package/node_modules/@smithy/util-defaults-mode-browser/package.json +13 -14
  1989. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
  1990. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +65 -110
  1991. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
  1992. package/node_modules/@smithy/util-defaults-mode-node/package.json +16 -16
  1993. package/node_modules/@smithy/util-endpoints/README.md +10 -3
  1994. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +560 -531
  1995. package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
  1996. package/node_modules/@smithy/util-endpoints/dist-es/cache/EndpointCache.js +3 -2
  1997. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +42 -0
  1998. package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
  1999. package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
  2000. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
  2001. package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
  2002. package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
  2003. package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
  2004. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  2005. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
  2006. package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +1 -11
  2007. package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
  2008. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
  2009. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
  2010. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
  2011. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
  2012. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +32 -2
  2013. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +17 -2
  2014. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
  2015. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +1 -13
  2016. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
  2017. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +28 -5
  2018. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +1 -21
  2019. package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
  2020. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
  2021. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
  2022. package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
  2023. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
  2024. package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
  2025. package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
  2026. package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
  2027. package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
  2028. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  2029. package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
  2030. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
  2031. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
  2032. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  2033. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  2034. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  2035. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  2036. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
  2037. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -2
  2038. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
  2039. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -11
  2040. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +7 -4
  2041. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +4 -4
  2042. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
  2043. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
  2044. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +7 -2
  2045. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +7 -2
  2046. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
  2047. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +1 -3
  2048. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -2
  2049. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +8 -2
  2050. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +1 -3
  2051. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
  2052. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +4 -2
  2053. package/node_modules/@smithy/util-endpoints/package.json +15 -15
  2054. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +29 -58
  2055. package/node_modules/@smithy/util-hex-encoding/package.json +10 -9
  2056. package/node_modules/@smithy/util-middleware/README.md +9 -4
  2057. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +11 -41
  2058. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
  2059. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
  2060. package/node_modules/@smithy/util-middleware/package.json +11 -11
  2061. package/node_modules/@smithy/util-retry/dist-cjs/index.js +335 -346
  2062. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +17 -5
  2063. package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +3 -2
  2064. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +47 -36
  2065. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryBackoffStrategy.js +14 -0
  2066. package/node_modules/@smithy/util-retry/dist-es/DefaultRetryToken.js +25 -0
  2067. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +59 -31
  2068. package/node_modules/@smithy/util-retry/dist-es/index.js +1 -0
  2069. package/node_modules/@smithy/util-retry/dist-es/retries-2026-config.js +18 -0
  2070. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +15 -10
  2071. package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +2 -2
  2072. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +79 -9
  2073. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryBackoffStrategy.d.ts +12 -0
  2074. package/node_modules/@smithy/util-retry/dist-types/DefaultRetryToken.d.ts +15 -0
  2075. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +35 -5
  2076. package/node_modules/@smithy/util-retry/dist-types/config.d.ts +4 -4
  2077. package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +15 -14
  2078. package/node_modules/@smithy/util-retry/dist-types/index.d.ts +1 -0
  2079. package/node_modules/@smithy/util-retry/dist-types/retries-2026-config.d.ts +11 -0
  2080. package/node_modules/@smithy/util-retry/dist-types/types.d.ts +1 -1
  2081. package/node_modules/@smithy/util-retry/package.json +15 -13
  2082. package/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +3 -2
  2083. package/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +20 -5
  2084. package/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +2 -3
  2085. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +1 -1
  2086. package/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +2 -3
  2087. package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +20 -9
  2088. package/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +1 -2
  2089. package/node_modules/@smithy/util-stream/dist-cjs/headStream.js +4 -8
  2090. package/node_modules/@smithy/util-stream/dist-cjs/index.js +100 -95
  2091. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +1 -2
  2092. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  2093. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +3 -7
  2094. package/node_modules/@smithy/util-stream/dist-es/ByteArrayCollector.js +3 -2
  2095. package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +12 -7
  2096. package/node_modules/@smithy/util-stream/dist-es/checksum/ChecksumStream.js +18 -2
  2097. package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +19 -7
  2098. package/node_modules/@smithy/util-stream/dist-es/headStream.js +3 -6
  2099. package/node_modules/@smithy/util-stream/dist-es/index.js +1 -1
  2100. package/node_modules/@smithy/util-stream/dist-types/ByteArrayCollector.d.ts +1 -1
  2101. package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +1 -0
  2102. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
  2103. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +11 -9
  2104. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +3 -4
  2105. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +7 -5
  2106. package/node_modules/@smithy/util-stream/dist-types/createBufferedReadable.d.ts +4 -1
  2107. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
  2108. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -3
  2109. package/node_modules/@smithy/util-stream/dist-types/headStream.browser.d.ts +1 -2
  2110. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +3 -3
  2111. package/node_modules/@smithy/util-stream/dist-types/index.d.ts +4 -1
  2112. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
  2113. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  2114. package/node_modules/@smithy/util-stream/dist-types/splitStream.d.ts +3 -0
  2115. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +2 -1
  2116. package/node_modules/@smithy/util-stream/package.json +23 -23
  2117. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +6 -40
  2118. package/node_modules/@smithy/util-uri-escape/package.json +10 -9
  2119. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +27 -60
  2120. package/node_modules/@smithy/util-utf8/package.json +11 -10
  2121. package/node_modules/@smithy/util-waiter/README.md +10 -3
  2122. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +196 -177
  2123. package/node_modules/@smithy/util-waiter/dist-es/circularReplacer.js +12 -0
  2124. package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +27 -8
  2125. package/node_modules/@smithy/util-waiter/dist-es/poller.js +63 -35
  2126. package/node_modules/@smithy/util-waiter/dist-es/waiter.js +4 -3
  2127. package/node_modules/@smithy/util-waiter/dist-types/circularReplacer.d.ts +6 -0
  2128. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +2 -2
  2129. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +4 -3
  2130. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
  2131. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  2132. package/node_modules/@smithy/util-waiter/package.json +12 -12
  2133. package/node_modules/@smithy/uuid/LICENSE +201 -0
  2134. package/node_modules/@smithy/uuid/README.md +10 -0
  2135. package/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
  2136. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  2137. package/node_modules/@smithy/uuid/dist-cjs/randomUUID.native.js +4 -0
  2138. package/node_modules/@smithy/uuid/dist-es/index.js +1 -0
  2139. package/node_modules/@smithy/uuid/dist-es/randomUUID.browser.js +1 -0
  2140. package/node_modules/@smithy/uuid/dist-es/randomUUID.js +2 -0
  2141. package/node_modules/@smithy/uuid/dist-es/randomUUID.native.js +1 -0
  2142. package/node_modules/@smithy/uuid/dist-es/v4.js +31 -0
  2143. package/node_modules/@smithy/uuid/dist-types/index.d.ts +1 -0
  2144. package/node_modules/@smithy/uuid/dist-types/randomUUID.browser.d.ts +1 -0
  2145. package/node_modules/@smithy/uuid/dist-types/randomUUID.d.ts +2 -0
  2146. package/node_modules/@smithy/uuid/dist-types/randomUUID.native.d.ts +1 -0
  2147. package/node_modules/@smithy/uuid/dist-types/ts3.4/index.d.ts +1 -0
  2148. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.browser.d.ts +1 -0
  2149. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.d.ts +2 -0
  2150. package/node_modules/@smithy/uuid/dist-types/ts3.4/randomUUID.native.d.ts +1 -0
  2151. package/node_modules/@smithy/uuid/dist-types/ts3.4/v4.d.ts +19 -0
  2152. package/node_modules/@smithy/uuid/dist-types/v4.d.ts +19 -0
  2153. package/node_modules/@smithy/uuid/package.json +66 -0
  2154. package/node_modules/bowser/README.md +74 -7
  2155. package/node_modules/bowser/bundled.js +1 -1
  2156. package/node_modules/bowser/es5.js +1 -1
  2157. package/node_modules/bowser/index.d.ts +115 -12
  2158. package/node_modules/bowser/package.json +17 -7
  2159. package/node_modules/bowser/src/bowser.js +24 -8
  2160. package/node_modules/bowser/src/constants.js +79 -18
  2161. package/node_modules/bowser/src/parser-browsers.js +483 -0
  2162. package/node_modules/bowser/src/parser-os.js +12 -0
  2163. package/node_modules/bowser/src/parser-platforms.js +301 -1
  2164. package/node_modules/bowser/src/parser.js +106 -10
  2165. package/node_modules/bowser/src/utils.js +33 -15
  2166. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  2167. package/node_modules/fast-xml-builder/LICENSE +21 -0
  2168. package/node_modules/fast-xml-builder/README.md +23 -0
  2169. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  2170. package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
  2171. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  2172. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  2173. package/node_modules/fast-xml-builder/package.json +80 -0
  2174. package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
  2175. package/node_modules/fast-xml-builder/src/fxb.js +533 -0
  2176. package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
  2177. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +306 -0
  2178. package/node_modules/fast-xml-parser/CHANGELOG.md +226 -0
  2179. package/node_modules/fast-xml-parser/README.md +51 -82
  2180. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  2181. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  2182. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  2183. package/node_modules/fast-xml-parser/lib/fxp.d.cts +769 -0
  2184. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  2185. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  2186. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  2187. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  2188. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +2 -0
  2189. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -0
  2190. package/node_modules/fast-xml-parser/package.json +44 -23
  2191. package/node_modules/fast-xml-parser/src/cli/cli.js +16 -12
  2192. package/node_modules/fast-xml-parser/src/cli/man.js +6 -1
  2193. package/node_modules/fast-xml-parser/src/cli/read.js +30 -79
  2194. package/node_modules/fast-xml-parser/src/fxp.d.ts +372 -36
  2195. package/node_modules/fast-xml-parser/src/fxp.js +11 -8
  2196. package/node_modules/fast-xml-parser/src/ignoreAttributes.js +18 -0
  2197. package/node_modules/fast-xml-parser/src/util.js +28 -39
  2198. package/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +16 -0
  2199. package/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +106 -0
  2200. package/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +61 -0
  2201. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +69 -0
  2202. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +103 -0
  2203. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +100 -0
  2204. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +154 -0
  2205. package/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +94 -0
  2206. package/node_modules/fast-xml-parser/src/v6/TagPath.js +81 -0
  2207. package/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +13 -0
  2208. package/node_modules/fast-xml-parser/src/v6/XMLParser.js +83 -0
  2209. package/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +235 -0
  2210. package/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +210 -0
  2211. package/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +111 -0
  2212. package/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +116 -0
  2213. package/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +121 -0
  2214. package/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +105 -0
  2215. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +22 -0
  2216. package/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +19 -0
  2217. package/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +38 -0
  2218. package/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +13 -0
  2219. package/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +14 -0
  2220. package/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +6 -0
  2221. package/node_modules/fast-xml-parser/src/validator.js +38 -38
  2222. package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -280
  2223. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +390 -135
  2224. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +159 -44
  2225. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +553 -314
  2226. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +43 -30
  2227. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +100 -40
  2228. package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +31 -16
  2229. package/node_modules/jsrsasign/README.md +10 -18
  2230. package/node_modules/jsrsasign/lib/footer.js +2 -0
  2231. package/node_modules/jsrsasign/lib/jsrsasign-all-min.js +13 -13
  2232. package/node_modules/jsrsasign/lib/jsrsasign-jwths-min.js +8 -8
  2233. package/node_modules/jsrsasign/lib/jsrsasign-rsa-min.js +10 -10
  2234. package/node_modules/jsrsasign/lib/jsrsasign.js +15 -13
  2235. package/node_modules/jsrsasign/package.json +1 -12
  2236. package/node_modules/jsrsasign/test/t_base64x.js +12 -0
  2237. package/node_modules/jsrsasign/test/t_timeeq.js +15 -0
  2238. package/node_modules/path-expression-matcher/LICENSE +21 -0
  2239. package/node_modules/path-expression-matcher/README.md +872 -0
  2240. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  2241. package/node_modules/path-expression-matcher/lib/pem.d.cts +634 -0
  2242. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  2243. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  2244. package/node_modules/path-expression-matcher/package.json +78 -0
  2245. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  2246. package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
  2247. package/node_modules/path-expression-matcher/src/Matcher.js +570 -0
  2248. package/node_modules/path-expression-matcher/src/index.d.ts +523 -0
  2249. package/node_modules/path-expression-matcher/src/index.js +29 -0
  2250. package/node_modules/strnum/CHANGELOG.md +18 -0
  2251. package/node_modules/strnum/README.md +7 -0
  2252. package/node_modules/strnum/package.json +4 -3
  2253. package/node_modules/strnum/strnum.js +114 -64
  2254. package/package.json +32 -39
  2255. package/node_modules/@aws-lambda-powertools/commons/LICENSE +0 -14
  2256. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts +0 -78
  2257. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.d.ts.map +0 -1
  2258. package/node_modules/@aws-lambda-powertools/commons/lib/cjs/config/EnvironmentVariablesService.js +0 -96
  2259. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts +0 -78
  2260. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.d.ts.map +0 -1
  2261. package/node_modules/@aws-lambda-powertools/commons/lib/esm/config/EnvironmentVariablesService.js +0 -93
  2262. package/node_modules/@aws-lambda-powertools/logger/LICENSE +0 -14
  2263. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.d.ts +0 -78
  2264. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.d.ts.map +0 -1
  2265. package/node_modules/@aws-lambda-powertools/logger/lib/cjs/config/EnvironmentVariablesService.js +0 -107
  2266. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.d.ts +0 -78
  2267. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.d.ts.map +0 -1
  2268. package/node_modules/@aws-lambda-powertools/logger/lib/esm/config/EnvironmentVariablesService.js +0 -104
  2269. package/node_modules/@aws-sdk/client-kms/dist-cjs/endpoint/ruleset.js +0 -7
  2270. package/node_modules/@aws-sdk/client-kms/dist-es/endpoint/ruleset.js +0 -4
  2271. package/node_modules/@aws-sdk/client-kms/dist-es/models/index.js +0 -1
  2272. package/node_modules/@aws-sdk/client-kms/dist-es/protocols/Aws_json1_1.js +0 -2008
  2273. package/node_modules/@aws-sdk/client-kms/dist-types/endpoint/ruleset.d.ts +0 -2
  2274. package/node_modules/@aws-sdk/client-kms/dist-types/models/index.d.ts +0 -1
  2275. package/node_modules/@aws-sdk/client-kms/dist-types/protocols/Aws_json1_1.d.ts +0 -479
  2276. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2277. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/models/index.d.ts +0 -1
  2278. package/node_modules/@aws-sdk/client-kms/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -638
  2279. package/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +0 -7
  2280. package/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +0 -4
  2281. package/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +0 -2
  2282. package/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +0 -7771
  2283. package/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +0 -2
  2284. package/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +0 -2
  2285. package/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +0 -893
  2286. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2287. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +0 -2
  2288. package/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +0 -1197
  2289. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  2290. package/node_modules/@aws-sdk/client-sso/README.md +0 -252
  2291. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +0 -68
  2292. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +0 -18
  2293. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  2294. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +0 -625
  2295. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +0 -38
  2296. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +0 -54
  2297. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +0 -40
  2298. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -15
  2299. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +0 -48
  2300. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +0 -62
  2301. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +0 -23
  2302. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -23
  2303. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +0 -23
  2304. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +0 -23
  2305. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  2306. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +0 -14
  2307. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  2308. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -6
  2309. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  2310. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +0 -75
  2311. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  2312. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  2313. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  2314. package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +0 -210
  2315. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +0 -33
  2316. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +0 -49
  2317. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +0 -36
  2318. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -53
  2319. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +0 -200
  2320. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +0 -29
  2321. package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +0 -75
  2322. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +0 -95
  2323. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -96
  2324. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -98
  2325. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -95
  2326. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  2327. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +0 -38
  2328. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +0 -5
  2329. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +0 -2
  2330. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +0 -9
  2331. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -29
  2332. package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +0 -14
  2333. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  2334. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -266
  2335. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  2336. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  2337. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  2338. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  2339. package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +0 -38
  2340. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +0 -57
  2341. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +0 -57
  2342. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +0 -56
  2343. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +0 -32
  2344. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +0 -17
  2345. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -73
  2346. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +0 -138
  2347. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +0 -46
  2348. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +0 -51
  2349. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  2350. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  2351. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  2352. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  2353. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  2354. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -9
  2355. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +0 -9
  2356. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  2357. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -93
  2358. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  2359. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  2360. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  2361. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  2362. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -53
  2363. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -112
  2364. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +0 -107
  2365. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -116
  2366. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -49
  2367. package/node_modules/@aws-sdk/client-sso/package.json +0 -98
  2368. package/node_modules/@aws-sdk/middleware-flexible-checksums/dist-types/crc64-nvme-crt-container.d.ts +0 -13
  2369. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -7
  2370. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -7
  2371. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -4
  2372. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  2373. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/protocols/Aws_restJson1.js +0 -255
  2374. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -4
  2375. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  2376. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/protocols/Aws_query.js +0 -528
  2377. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  2378. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  2379. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -11
  2380. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  2381. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  2382. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/protocols/Aws_query.d.ts +0 -20
  2383. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  2384. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  2385. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/protocols/Aws_restJson1.d.ts +0 -17
  2386. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  2387. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
  2388. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/protocols/Aws_query.d.ts +0 -29
  2389. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
  2390. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
  2391. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
  2392. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
  2393. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -24
  2394. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
  2395. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
  2396. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
  2397. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
  2398. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
  2399. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
  2400. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
  2401. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
  2402. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
  2403. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
  2404. package/node_modules/@smithy/abort-controller/README.md +0 -4
  2405. package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
  2406. package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
  2407. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -84
  2408. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
  2409. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  2410. package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  2411. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  2412. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  2413. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  2414. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  2415. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  2416. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  2417. package/node_modules/@smithy/abort-controller/package.json +0 -62
  2418. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
  2419. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
  2420. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
  2421. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
  2422. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
  2423. package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
  2424. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
  2425. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
  2426. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
  2427. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
  2428. package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
  2429. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
  2430. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
  2431. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
  2432. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
  2433. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
  2434. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
  2435. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
  2436. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
  2437. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
  2438. package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
  2439. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
  2440. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
  2441. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
  2442. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -37
  2443. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -57
  2444. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
  2445. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
  2446. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
  2447. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
  2448. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
  2449. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
  2450. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
  2451. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -11
  2452. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -10
  2453. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -15
  2454. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -13
  2455. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -14
  2456. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -19
  2457. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -13
  2458. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -13
  2459. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -14
  2460. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
  2461. package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +0 -1
  2462. package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  2463. package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +0 -8
  2464. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -18
  2465. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +0 -18
  2466. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +0 -33
  2467. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +0 -3
  2468. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/resolveAuthOptions.d.ts +0 -10
  2469. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +0 -9
  2470. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +0 -5
  2471. package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +0 -2
  2472. package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  2473. package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +0 -7
  2474. package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +0 -5
  2475. package/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +0 -12
  2476. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/CborCodec.d.ts +0 -29
  2477. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +0 -22
  2478. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/byte-printer.d.ts +0 -6
  2479. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +0 -17
  2480. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +0 -9
  2481. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +0 -65
  2482. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +0 -26
  2483. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +0 -5
  2484. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +0 -31
  2485. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +0 -15
  2486. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpProtocol.d.ts +0 -33
  2487. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +0 -11
  2488. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +0 -10
  2489. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +0 -7
  2490. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +0 -11
  2491. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +0 -51
  2492. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +0 -4
  2493. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/FromStringShapeDeserializer.d.ts +0 -14
  2494. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeDeserializer.d.ts +0 -18
  2495. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/HttpInterceptingShapeSerializer.d.ts +0 -20
  2496. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/ToStringShapeSerializer.d.ts +0 -15
  2497. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/serde/determineTimestampFormat.d.ts +0 -9
  2498. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/TypeRegistry.d.ts +0 -55
  2499. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/deref.d.ts +0 -6
  2500. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/index.d.ts +0 -12
  2501. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +0 -14
  2502. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schema-middleware-types.d.ts +0 -11
  2503. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +0 -9
  2504. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +0 -6
  2505. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ErrorSchema.d.ts +0 -38
  2506. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/ListSchema.d.ts +0 -20
  2507. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/MapSchema.d.ts +0 -25
  2508. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +0 -125
  2509. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/OperationSchema.d.ts +0 -20
  2510. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/Schema.d.ts +0 -11
  2511. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/SimpleSchema.d.ts +0 -20
  2512. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/StructureSchema.d.ts +0 -24
  2513. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/sentinels.d.ts +0 -21
  2514. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/copyDocumentWithTransform.d.ts +0 -5
  2515. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/date-utils.d.ts +0 -73
  2516. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/index.d.ts +0 -8
  2517. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/lazy-json.d.ts +0 -45
  2518. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/parse-utils.d.ts +0 -270
  2519. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/quote-header.d.ts +0 -6
  2520. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-every.d.ts +0 -11
  2521. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/split-header.d.ts +0 -5
  2522. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/serde/value/NumericValue.d.ts +0 -33
  2523. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +0 -15
  2524. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -8
  2525. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +0 -8
  2526. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +0 -3
  2527. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +0 -8
  2528. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +0 -3
  2529. package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +0 -30
  2530. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
  2531. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
  2532. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
  2533. package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
  2534. package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
  2535. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
  2536. package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
  2537. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
  2538. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
  2539. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
  2540. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
  2541. package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
  2542. package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
  2543. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
  2544. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
  2545. package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
  2546. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
  2547. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
  2548. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
  2549. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
  2550. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
  2551. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
  2552. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
  2553. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
  2554. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -19
  2555. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
  2556. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
  2557. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
  2558. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
  2559. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
  2560. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
  2561. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
  2562. package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
  2563. package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +0 -1
  2564. package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +0 -1
  2565. package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +0 -1
  2566. package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +0 -1
  2567. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +0 -1
  2568. package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +0 -1
  2569. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +0 -1
  2570. package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +0 -1
  2571. package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +0 -1
  2572. package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +0 -1
  2573. package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +0 -1
  2574. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
  2575. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
  2576. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
  2577. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
  2578. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
  2579. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
  2580. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
  2581. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
  2582. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
  2583. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
  2584. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
  2585. package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
  2586. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/EventStreamMarshaller.js +0 -1
  2587. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/provider.js +0 -1
  2588. package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/utils.js +0 -1
  2589. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
  2590. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
  2591. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
  2592. package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
  2593. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/EventStreamSerdeConfig.js +0 -1
  2594. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/EventStreamSerdeConfig.d.ts +0 -27
  2595. package/node_modules/@smithy/eventstream-serde-config-resolver/dist-types/ts3.4/index.d.ts +0 -4
  2596. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/EventStreamMarshaller.js +0 -1
  2597. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/provider.js +0 -1
  2598. package/node_modules/@smithy/eventstream-serde-node/dist-cjs/utils.js +0 -1
  2599. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  2600. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
  2601. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
  2602. package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -12
  2603. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/EventStreamMarshaller.js +0 -1
  2604. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getChunkedStream.js +0 -1
  2605. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getUnmarshalledStream.js +0 -1
  2606. package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/provider.js +0 -1
  2607. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
  2608. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
  2609. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
  2610. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
  2611. package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
  2612. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +0 -1
  2613. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
  2614. package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
  2615. package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
  2616. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +0 -6
  2617. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -41
  2618. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
  2619. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
  2620. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
  2621. package/node_modules/@smithy/hash-blob-browser/dist-types/ts3.4/index.d.ts +0 -5
  2622. package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
  2623. package/node_modules/@smithy/hash-stream-node/dist-cjs/HashCalculator.js +0 -1
  2624. package/node_modules/@smithy/hash-stream-node/dist-cjs/fileStreamHasher.js +0 -1
  2625. package/node_modules/@smithy/hash-stream-node/dist-cjs/readableStreamHasher.js +0 -1
  2626. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/HashCalculator.d.ts +0 -10
  2627. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/fileStreamHasher.d.ts +0 -6
  2628. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/index.d.ts +0 -8
  2629. package/node_modules/@smithy/hash-stream-node/dist-types/ts3.4/readableStreamHasher.d.ts +0 -6
  2630. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
  2631. package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
  2632. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
  2633. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
  2634. package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
  2635. package/node_modules/@smithy/md5-js/dist-cjs/constants.js +0 -1
  2636. package/node_modules/@smithy/md5-js/dist-types/ts3.4/constants.d.ts +0 -12
  2637. package/node_modules/@smithy/md5-js/dist-types/ts3.4/index.d.ts +0 -16
  2638. package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
  2639. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
  2640. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
  2641. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
  2642. package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
  2643. package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
  2644. package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
  2645. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
  2646. package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointRequiredConfig.js +0 -1
  2647. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
  2648. package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
  2649. package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
  2650. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -13
  2651. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
  2652. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -4
  2653. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
  2654. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
  2655. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
  2656. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
  2657. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
  2658. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
  2659. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -18
  2660. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -106
  2661. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointRequiredConfig.d.ts +0 -32
  2662. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
  2663. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
  2664. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -41
  2665. package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  2666. package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  2667. package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
  2668. package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
  2669. package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
  2670. package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
  2671. package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
  2672. package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
  2673. package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
  2674. package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
  2675. package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
  2676. package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
  2677. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -22
  2678. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -33
  2679. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -24
  2680. package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -5
  2681. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -6
  2682. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -22
  2683. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -33
  2684. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -66
  2685. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -24
  2686. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -5
  2687. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
  2688. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
  2689. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
  2690. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -13
  2691. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -6
  2692. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -18
  2693. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -65
  2694. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
  2695. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -65
  2696. package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
  2697. package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
  2698. package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
  2699. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -6
  2700. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
  2701. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -24
  2702. package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
  2703. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
  2704. package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
  2705. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -5
  2706. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
  2707. package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
  2708. package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
  2709. package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
  2710. package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
  2711. package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
  2712. package/node_modules/@smithy/node-config-provider/dist-cjs/getSelectorName.js +0 -1
  2713. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -31
  2714. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -20
  2715. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -22
  2716. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -9
  2717. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/getSelectorName.d.ts +0 -9
  2718. package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -4
  2719. package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
  2720. package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
  2721. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
  2722. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
  2723. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
  2724. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
  2725. package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
  2726. package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
  2727. package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
  2728. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
  2729. package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
  2730. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
  2731. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
  2732. package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
  2733. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +0 -1
  2734. package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
  2735. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
  2736. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
  2737. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
  2738. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -45
  2739. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -24
  2740. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -12
  2741. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -62
  2742. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -12
  2743. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
  2744. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
  2745. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
  2746. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
  2747. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -5
  2748. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -6
  2749. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -12
  2750. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +0 -8
  2751. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -11
  2752. package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
  2753. package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
  2754. package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
  2755. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
  2756. package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
  2757. package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
  2758. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -30
  2759. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -39
  2760. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -30
  2761. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
  2762. package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
  2763. package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
  2764. package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
  2765. package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
  2766. package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
  2767. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
  2768. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
  2769. package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
  2770. package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
  2771. package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
  2772. package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
  2773. package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
  2774. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -49
  2775. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
  2776. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -33
  2777. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
  2778. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -35
  2779. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -55
  2780. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -29
  2781. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
  2782. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
  2783. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
  2784. package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
  2785. package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
  2786. package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
  2787. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -30
  2788. package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -24
  2789. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
  2790. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
  2791. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
  2792. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
  2793. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
  2794. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
  2795. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
  2796. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
  2797. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
  2798. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
  2799. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
  2800. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
  2801. package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
  2802. package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
  2803. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
  2804. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
  2805. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
  2806. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
  2807. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -15
  2808. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -5
  2809. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -46
  2810. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
  2811. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
  2812. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -36
  2813. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -17
  2814. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
  2815. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
  2816. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -18
  2817. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
  2818. package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -16
  2819. package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +0 -1
  2820. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +0 -1
  2821. package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4Base.js +0 -1
  2822. package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +0 -1
  2823. package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +0 -1
  2824. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +0 -1
  2825. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +0 -1
  2826. package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +0 -1
  2827. package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +0 -1
  2828. package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +0 -1
  2829. package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +0 -1
  2830. package/node_modules/@smithy/signature-v4/dist-cjs/signature-v4a-container.js +0 -1
  2831. package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +0 -1
  2832. package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +0 -1
  2833. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +0 -24
  2834. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +0 -20
  2835. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4Base.d.ts +0 -69
  2836. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +0 -43
  2837. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +0 -30
  2838. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +0 -5
  2839. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +0 -5
  2840. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +0 -5
  2841. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +0 -4
  2842. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +0 -11
  2843. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +0 -10
  2844. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +0 -5
  2845. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/signature-v4a-container.d.ts +0 -24
  2846. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +0 -14
  2847. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +0 -2
  2848. package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
  2849. package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
  2850. package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
  2851. package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
  2852. package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
  2853. package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
  2854. package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
  2855. package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
  2856. package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
  2857. package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
  2858. package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
  2859. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
  2860. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  2861. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
  2862. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
  2863. package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
  2864. package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
  2865. package/node_modules/@smithy/smithy-client/dist-cjs/is-serializable-header-value.js +0 -1
  2866. package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
  2867. package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
  2868. package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
  2869. package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
  2870. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
  2871. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -61
  2872. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -5
  2873. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -119
  2874. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
  2875. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -11
  2876. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -15
  2877. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
  2878. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
  2879. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -42
  2880. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -5
  2881. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -24
  2882. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
  2883. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
  2884. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  2885. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
  2886. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
  2887. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -21
  2888. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/is-serializable-header-value.d.ts +0 -5
  2889. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
  2890. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -5
  2891. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -15
  2892. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -12
  2893. package/node_modules/@smithy/types/dist-cjs/abort-handler.js +0 -1
  2894. package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
  2895. package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
  2896. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
  2897. package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
  2898. package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
  2899. package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
  2900. package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
  2901. package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
  2902. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
  2903. package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
  2904. package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
  2905. package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
  2906. package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
  2907. package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
  2908. package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
  2909. package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
  2910. package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
  2911. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
  2912. package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
  2913. package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
  2914. package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
  2915. package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
  2916. package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
  2917. package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
  2918. package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
  2919. package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
  2920. package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
  2921. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
  2922. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
  2923. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
  2924. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
  2925. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
  2926. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
  2927. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +0 -1
  2928. package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
  2929. package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
  2930. package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
  2931. package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
  2932. package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
  2933. package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
  2934. package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
  2935. package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
  2936. package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
  2937. package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
  2938. package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
  2939. package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
  2940. package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
  2941. package/node_modules/@smithy/types/dist-cjs/schema/schema.js +0 -1
  2942. package/node_modules/@smithy/types/dist-cjs/schema/sentinels.js +0 -1
  2943. package/node_modules/@smithy/types/dist-cjs/schema/traits.js +0 -1
  2944. package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
  2945. package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
  2946. package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
  2947. package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
  2948. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
  2949. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
  2950. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
  2951. package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
  2952. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
  2953. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
  2954. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
  2955. package/node_modules/@smithy/types/dist-cjs/transform/mutable.js +0 -1
  2956. package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
  2957. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
  2958. package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
  2959. package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
  2960. package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
  2961. package/node_modules/@smithy/types/dist-types/ts3.4/abort-handler.d.ts +0 -7
  2962. package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -50
  2963. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
  2964. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
  2965. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
  2966. package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
  2967. package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
  2968. package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
  2969. package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
  2970. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
  2971. package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
  2972. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -57
  2973. package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -28
  2974. package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -10
  2975. package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  2976. package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -34
  2977. package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -32
  2978. package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
  2979. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
  2980. package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -31
  2981. package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
  2982. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -27
  2983. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -10
  2984. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -28
  2985. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -16
  2986. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
  2987. package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -55
  2988. package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -137
  2989. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -58
  2990. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
  2991. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
  2992. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
  2993. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
  2994. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
  2995. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +0 -16
  2996. package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -121
  2997. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -112
  2998. package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
  2999. package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -31
  3000. package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
  3001. package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
  3002. package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
  3003. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -40
  3004. package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
  3005. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -534
  3006. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -33
  3007. package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
  3008. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
  3009. package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
  3010. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +0 -276
  3011. package/node_modules/@smithy/types/dist-types/ts3.4/schema/sentinels.d.ts +0 -65
  3012. package/node_modules/@smithy/types/dist-types/ts3.4/schema/traits.d.ts +0 -46
  3013. package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -114
  3014. package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -82
  3015. package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -155
  3016. package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
  3017. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -32
  3018. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -60
  3019. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -51
  3020. package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -41
  3021. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
  3022. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -81
  3023. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
  3024. package/node_modules/@smithy/types/dist-types/ts3.4/transform/mutable.d.ts +0 -6
  3025. package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -88
  3026. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
  3027. package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
  3028. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
  3029. package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
  3030. package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
  3031. package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
  3032. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
  3033. package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
  3034. package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
  3035. package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
  3036. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
  3037. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
  3038. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  3039. package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
  3040. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
  3041. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
  3042. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
  3043. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
  3044. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
  3045. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
  3046. package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
  3047. package/node_modules/@smithy/util-endpoints/dist-cjs/cache/EndpointCache.js +0 -1
  3048. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +0 -1
  3049. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +0 -1
  3050. package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +0 -1
  3051. package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +0 -1
  3052. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -1
  3053. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +0 -1
  3054. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -1
  3055. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +0 -1
  3056. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -1
  3057. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +0 -1
  3058. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -1
  3059. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +0 -1
  3060. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +0 -1
  3061. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +0 -1
  3062. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +0 -1
  3063. package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +0 -1
  3064. package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +0 -1
  3065. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +0 -1
  3066. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +0 -1
  3067. package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -1
  3068. package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -1
  3069. package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -1
  3070. package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -1
  3071. package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +0 -1
  3072. package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +0 -1
  3073. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +0 -1
  3074. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +0 -1
  3075. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +0 -1
  3076. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -1
  3077. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -1
  3078. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -1
  3079. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -1
  3080. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -1
  3081. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -1
  3082. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -1
  3083. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -1
  3084. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -1
  3085. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -1
  3086. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -1
  3087. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -1
  3088. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -1
  3089. package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +0 -1
  3090. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/cache/EndpointCache.d.ts +0 -34
  3091. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
  3092. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
  3093. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
  3094. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +0 -2
  3095. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
  3096. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -5
  3097. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -7
  3098. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -4
  3099. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -9
  3100. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -4
  3101. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -5
  3102. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -7
  3103. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -5
  3104. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -5
  3105. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -5
  3106. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -7
  3107. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -4
  3108. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
  3109. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
  3110. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +0 -2
  3111. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -5
  3112. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -2
  3113. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -4
  3114. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -3
  3115. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -7
  3116. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -25
  3117. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -2
  3118. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +0 -4
  3119. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +0 -11
  3120. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -8
  3121. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -8
  3122. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -3
  3123. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -2
  3124. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -2
  3125. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -3
  3126. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -2
  3127. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -3
  3128. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -2
  3129. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -2
  3130. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -3
  3131. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -2
  3132. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -2
  3133. package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -2
  3134. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
  3135. package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
  3136. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
  3137. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
  3138. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
  3139. package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
  3140. package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
  3141. package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
  3142. package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
  3143. package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
  3144. package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
  3145. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
  3146. package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
  3147. package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
  3148. package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
  3149. package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
  3150. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
  3151. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
  3152. package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
  3153. package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
  3154. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -49
  3155. package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
  3156. package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
  3157. package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
  3158. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
  3159. package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
  3160. package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
  3161. package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
  3162. package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
  3163. package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
  3164. package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
  3165. package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
  3166. package/node_modules/@smithy/util-stream/dist-types/ts3.4/ByteArrayCollector.d.ts +0 -13
  3167. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
  3168. package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
  3169. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.browser.d.ts +0 -37
  3170. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +0 -59
  3171. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.browser.d.ts +0 -15
  3172. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/createChecksumStream.d.ts +0 -11
  3173. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadable.d.ts +0 -12
  3174. package/node_modules/@smithy/util-stream/dist-types/ts3.4/createBufferedReadableStream.d.ts +0 -54
  3175. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
  3176. package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -6
  3177. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.browser.d.ts +0 -8
  3178. package/node_modules/@smithy/util-stream/dist-types/ts3.4/headStream.d.ts +0 -9
  3179. package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -9
  3180. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
  3181. package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
  3182. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.browser.d.ts +0 -8
  3183. package/node_modules/@smithy/util-stream/dist-types/ts3.4/splitStream.d.ts +0 -14
  3184. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +0 -16
  3185. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
  3186. package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
  3187. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
  3188. package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
  3189. package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
  3190. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
  3191. package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
  3192. package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +0 -1
  3193. package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +0 -1
  3194. package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +0 -1
  3195. package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +0 -1
  3196. package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +0 -1
  3197. package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +0 -1
  3198. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +0 -11
  3199. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +0 -2
  3200. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +0 -10
  3201. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +0 -8
  3202. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +0 -4
  3203. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +0 -8
  3204. package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +0 -49
  3205. package/node_modules/@types/uuid/LICENSE +0 -21
  3206. package/node_modules/@types/uuid/README.md +0 -15
  3207. package/node_modules/@types/uuid/index.d.mts +0 -12
  3208. package/node_modules/@types/uuid/index.d.ts +0 -86
  3209. package/node_modules/@types/uuid/package.json +0 -54
  3210. package/node_modules/bowser/CHANGELOG.md +0 -218
  3211. package/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +0 -16
  3212. package/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +0 -107
  3213. package/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +0 -64
  3214. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +0 -71
  3215. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +0 -103
  3216. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +0 -102
  3217. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +0 -156
  3218. package/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +0 -99
  3219. package/node_modules/fast-xml-parser/src/v5/TagPath.js +0 -81
  3220. package/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +0 -15
  3221. package/node_modules/fast-xml-parser/src/v5/XMLParser.js +0 -85
  3222. package/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +0 -237
  3223. package/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +0 -212
  3224. package/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +0 -118
  3225. package/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +0 -118
  3226. package/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +0 -123
  3227. package/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +0 -107
  3228. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +0 -23
  3229. package/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +0 -20
  3230. package/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +0 -40
  3231. package/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +0 -14
  3232. package/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +0 -16
  3233. package/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +0 -8
  3234. package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -135
  3235. package/node_modules/lodash.merge/LICENSE +0 -47
  3236. package/node_modules/lodash.merge/README.md +0 -18
  3237. package/node_modules/lodash.merge/index.js +0 -1977
  3238. package/node_modules/lodash.merge/package.json +0 -16
  3239. package/node_modules/strnum/.vscode/launch.json +0 -25
  3240. package/node_modules/strnum/strnum.test.js +0 -165
  3241. package/node_modules/uuid/CHANGELOG.md +0 -274
  3242. package/node_modules/uuid/CONTRIBUTING.md +0 -18
  3243. package/node_modules/uuid/LICENSE.md +0 -9
  3244. package/node_modules/uuid/README.md +0 -466
  3245. package/node_modules/uuid/dist/bin/uuid +0 -2
  3246. package/node_modules/uuid/dist/commonjs-browser/index.js +0 -79
  3247. package/node_modules/uuid/dist/commonjs-browser/md5.js +0 -223
  3248. package/node_modules/uuid/dist/commonjs-browser/native.js +0 -11
  3249. package/node_modules/uuid/dist/commonjs-browser/nil.js +0 -8
  3250. package/node_modules/uuid/dist/commonjs-browser/parse.js +0 -45
  3251. package/node_modules/uuid/dist/commonjs-browser/regex.js +0 -8
  3252. package/node_modules/uuid/dist/commonjs-browser/rng.js +0 -25
  3253. package/node_modules/uuid/dist/commonjs-browser/sha1.js +0 -104
  3254. package/node_modules/uuid/dist/commonjs-browser/stringify.js +0 -44
  3255. package/node_modules/uuid/dist/commonjs-browser/v1.js +0 -107
  3256. package/node_modules/uuid/dist/commonjs-browser/v3.js +0 -16
  3257. package/node_modules/uuid/dist/commonjs-browser/v35.js +0 -80
  3258. package/node_modules/uuid/dist/commonjs-browser/v4.js +0 -43
  3259. package/node_modules/uuid/dist/commonjs-browser/v5.js +0 -16
  3260. package/node_modules/uuid/dist/commonjs-browser/validate.js +0 -17
  3261. package/node_modules/uuid/dist/commonjs-browser/version.js +0 -21
  3262. package/node_modules/uuid/dist/esm-browser/index.js +0 -9
  3263. package/node_modules/uuid/dist/esm-browser/md5.js +0 -215
  3264. package/node_modules/uuid/dist/esm-browser/native.js +0 -4
  3265. package/node_modules/uuid/dist/esm-browser/nil.js +0 -1
  3266. package/node_modules/uuid/dist/esm-browser/parse.js +0 -35
  3267. package/node_modules/uuid/dist/esm-browser/regex.js +0 -1
  3268. package/node_modules/uuid/dist/esm-browser/rng.js +0 -18
  3269. package/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
  3270. package/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
  3271. package/node_modules/uuid/dist/esm-browser/v1.js +0 -95
  3272. package/node_modules/uuid/dist/esm-browser/v3.js +0 -4
  3273. package/node_modules/uuid/dist/esm-browser/v35.js +0 -66
  3274. package/node_modules/uuid/dist/esm-browser/v4.js +0 -29
  3275. package/node_modules/uuid/dist/esm-browser/v5.js +0 -4
  3276. package/node_modules/uuid/dist/esm-browser/validate.js +0 -7
  3277. package/node_modules/uuid/dist/esm-browser/version.js +0 -11
  3278. package/node_modules/uuid/dist/esm-node/index.js +0 -9
  3279. package/node_modules/uuid/dist/esm-node/md5.js +0 -13
  3280. package/node_modules/uuid/dist/esm-node/native.js +0 -4
  3281. package/node_modules/uuid/dist/esm-node/nil.js +0 -1
  3282. package/node_modules/uuid/dist/esm-node/parse.js +0 -35
  3283. package/node_modules/uuid/dist/esm-node/regex.js +0 -1
  3284. package/node_modules/uuid/dist/esm-node/rng.js +0 -12
  3285. package/node_modules/uuid/dist/esm-node/sha1.js +0 -13
  3286. package/node_modules/uuid/dist/esm-node/stringify.js +0 -33
  3287. package/node_modules/uuid/dist/esm-node/v1.js +0 -95
  3288. package/node_modules/uuid/dist/esm-node/v3.js +0 -4
  3289. package/node_modules/uuid/dist/esm-node/v35.js +0 -66
  3290. package/node_modules/uuid/dist/esm-node/v4.js +0 -29
  3291. package/node_modules/uuid/dist/esm-node/v5.js +0 -4
  3292. package/node_modules/uuid/dist/esm-node/validate.js +0 -7
  3293. package/node_modules/uuid/dist/esm-node/version.js +0 -11
  3294. package/node_modules/uuid/dist/index.js +0 -79
  3295. package/node_modules/uuid/dist/md5-browser.js +0 -223
  3296. package/node_modules/uuid/dist/md5.js +0 -23
  3297. package/node_modules/uuid/dist/native-browser.js +0 -11
  3298. package/node_modules/uuid/dist/native.js +0 -15
  3299. package/node_modules/uuid/dist/nil.js +0 -8
  3300. package/node_modules/uuid/dist/parse.js +0 -45
  3301. package/node_modules/uuid/dist/regex.js +0 -8
  3302. package/node_modules/uuid/dist/rng-browser.js +0 -25
  3303. package/node_modules/uuid/dist/rng.js +0 -24
  3304. package/node_modules/uuid/dist/sha1-browser.js +0 -104
  3305. package/node_modules/uuid/dist/sha1.js +0 -23
  3306. package/node_modules/uuid/dist/stringify.js +0 -44
  3307. package/node_modules/uuid/dist/uuid-bin.js +0 -85
  3308. package/node_modules/uuid/dist/v1.js +0 -107
  3309. package/node_modules/uuid/dist/v3.js +0 -16
  3310. package/node_modules/uuid/dist/v35.js +0 -80
  3311. package/node_modules/uuid/dist/v4.js +0 -43
  3312. package/node_modules/uuid/dist/v5.js +0 -16
  3313. package/node_modules/uuid/dist/validate.js +0 -17
  3314. package/node_modules/uuid/dist/version.js +0 -21
  3315. package/node_modules/uuid/package.json +0 -135
  3316. package/node_modules/uuid/wrapper.mjs +0 -10
  3317. /package/node_modules/{@smithy/abort-controller → @aws-sdk/crc64-nvme}/LICENSE +0 -0
  3318. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-es/crc64-nvme-crt-container.js +0 -0
  3319. /package/node_modules/@aws-sdk/{middleware-flexible-checksums → crc64-nvme}/dist-types/ts3.4/crc64-nvme-crt-container.d.ts +0 -0
  3320. /package/node_modules/{@smithy/middleware-retry → @aws-sdk/credential-provider-login}/dist-es/types.js +0 -0
  3321. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  3322. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  3323. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  3324. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/cognito-identity/models/models_0.js} +0 -0
  3325. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  3326. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  3327. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  3328. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  3329. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  3330. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  3331. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +0 -0
  3332. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  3333. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
  3334. /package/node_modules/@smithy/core/dist-es/{protocols → request-builder}/requestBuilder.js +0 -0
  3335. /package/node_modules/@smithy/core/dist-types/{protocols → request-builder}/requestBuilder.d.ts +0 -0
  3336. /package/node_modules/@smithy/middleware-retry/dist-es/{defaultRetryQuota.js → retry-pre-sra-deprecated/defaultRetryQuota.js} +0 -0
  3337. /package/node_modules/@smithy/middleware-retry/dist-es/{delayDecider.js → retry-pre-sra-deprecated/delayDecider.js} +0 -0
  3338. /package/node_modules/@smithy/middleware-retry/dist-es/{retryDecider.js → retry-pre-sra-deprecated/retryDecider.js} +0 -0
  3339. /package/node_modules/{fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
  3340. /package/node_modules/fast-xml-parser/src/{v5 → v6}/Report.js +0 -0
@@ -0,0 +1,3273 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateBucketMetadataTableConfigurationRequest$ = exports.CreateBucketMetadataConfigurationRequest$ = exports.CreateBucketConfiguration$ = exports.CORSRule$ = exports.CORSConfiguration$ = exports.CopyPartResult$ = exports.CopyObjectResult$ = exports.CopyObjectRequest$ = exports.CopyObjectOutput$ = exports.ContinuationEvent$ = exports.Condition$ = exports.CompleteMultipartUploadRequest$ = exports.CompleteMultipartUploadOutput$ = exports.CompletedPart$ = exports.CompletedMultipartUpload$ = exports.CommonPrefix$ = exports.Checksum$ = exports.BucketLoggingStatus$ = exports.BucketLifecycleConfiguration$ = exports.BucketInfo$ = exports.Bucket$ = exports.BlockedEncryptionTypes$ = exports.AnalyticsS3BucketDestination$ = exports.AnalyticsExportDestination$ = exports.AnalyticsConfiguration$ = exports.AnalyticsAndOperator$ = exports.AccessControlTranslation$ = exports.AccessControlPolicy$ = exports.AccelerateConfiguration$ = exports.AbortMultipartUploadRequest$ = exports.AbortMultipartUploadOutput$ = exports.AbortIncompleteMultipartUpload$ = exports.AbacStatus$ = exports.errorTypeRegistries = exports.TooManyParts$ = exports.ObjectNotInActiveTierError$ = exports.ObjectAlreadyInActiveTierError$ = exports.NotFound$ = exports.NoSuchUpload$ = exports.NoSuchKey$ = exports.NoSuchBucket$ = exports.InvalidWriteOffset$ = exports.InvalidRequest$ = exports.InvalidObjectState$ = exports.IdempotencyParameterMismatch$ = exports.EncryptionTypeMismatch$ = exports.BucketAlreadyOwnedByYou$ = exports.BucketAlreadyExists$ = exports.AccessDenied$ = exports.S3ServiceException$ = void 0;
4
+ exports.GetBucketAccelerateConfigurationRequest$ = exports.GetBucketAccelerateConfigurationOutput$ = exports.GetBucketAbacRequest$ = exports.GetBucketAbacOutput$ = exports.FilterRule$ = exports.ExistingObjectReplication$ = exports.EventBridgeConfiguration$ = exports.ErrorDocument$ = exports.ErrorDetails$ = exports._Error$ = exports.EndEvent$ = exports.EncryptionConfiguration$ = exports.Encryption$ = exports.DestinationResult$ = exports.Destination$ = exports.DeletePublicAccessBlockRequest$ = exports.DeleteObjectTaggingRequest$ = exports.DeleteObjectTaggingOutput$ = exports.DeleteObjectsRequest$ = exports.DeleteObjectsOutput$ = exports.DeleteObjectRequest$ = exports.DeleteObjectOutput$ = exports.DeleteMarkerReplication$ = exports.DeleteMarkerEntry$ = exports.DeletedObject$ = exports.DeleteBucketWebsiteRequest$ = exports.DeleteBucketTaggingRequest$ = exports.DeleteBucketRequest$ = exports.DeleteBucketReplicationRequest$ = exports.DeleteBucketPolicyRequest$ = exports.DeleteBucketOwnershipControlsRequest$ = exports.DeleteBucketMetricsConfigurationRequest$ = exports.DeleteBucketMetadataTableConfigurationRequest$ = exports.DeleteBucketMetadataConfigurationRequest$ = exports.DeleteBucketLifecycleRequest$ = exports.DeleteBucketInventoryConfigurationRequest$ = exports.DeleteBucketIntelligentTieringConfigurationRequest$ = exports.DeleteBucketEncryptionRequest$ = exports.DeleteBucketCorsRequest$ = exports.DeleteBucketAnalyticsConfigurationRequest$ = exports.Delete$ = exports.DefaultRetention$ = exports.CSVOutput$ = exports.CSVInput$ = exports.CreateSessionRequest$ = exports.CreateSessionOutput$ = exports.CreateMultipartUploadRequest$ = exports.CreateMultipartUploadOutput$ = exports.CreateBucketRequest$ = exports.CreateBucketOutput$ = void 0;
5
+ exports.GetObjectLegalHoldRequest$ = exports.GetObjectLegalHoldOutput$ = exports.GetObjectAttributesRequest$ = exports.GetObjectAttributesParts$ = exports.GetObjectAttributesOutput$ = exports.GetObjectAclRequest$ = exports.GetObjectAclOutput$ = exports.GetBucketWebsiteRequest$ = exports.GetBucketWebsiteOutput$ = exports.GetBucketVersioningRequest$ = exports.GetBucketVersioningOutput$ = exports.GetBucketTaggingRequest$ = exports.GetBucketTaggingOutput$ = exports.GetBucketRequestPaymentRequest$ = exports.GetBucketRequestPaymentOutput$ = exports.GetBucketReplicationRequest$ = exports.GetBucketReplicationOutput$ = exports.GetBucketPolicyStatusRequest$ = exports.GetBucketPolicyStatusOutput$ = exports.GetBucketPolicyRequest$ = exports.GetBucketPolicyOutput$ = exports.GetBucketOwnershipControlsRequest$ = exports.GetBucketOwnershipControlsOutput$ = exports.GetBucketNotificationConfigurationRequest$ = exports.GetBucketMetricsConfigurationRequest$ = exports.GetBucketMetricsConfigurationOutput$ = exports.GetBucketMetadataTableConfigurationResult$ = exports.GetBucketMetadataTableConfigurationRequest$ = exports.GetBucketMetadataTableConfigurationOutput$ = exports.GetBucketMetadataConfigurationResult$ = exports.GetBucketMetadataConfigurationRequest$ = exports.GetBucketMetadataConfigurationOutput$ = exports.GetBucketLoggingRequest$ = exports.GetBucketLoggingOutput$ = exports.GetBucketLocationRequest$ = exports.GetBucketLocationOutput$ = exports.GetBucketLifecycleConfigurationRequest$ = exports.GetBucketLifecycleConfigurationOutput$ = exports.GetBucketInventoryConfigurationRequest$ = exports.GetBucketInventoryConfigurationOutput$ = exports.GetBucketIntelligentTieringConfigurationRequest$ = exports.GetBucketIntelligentTieringConfigurationOutput$ = exports.GetBucketEncryptionRequest$ = exports.GetBucketEncryptionOutput$ = exports.GetBucketCorsRequest$ = exports.GetBucketCorsOutput$ = exports.GetBucketAnalyticsConfigurationRequest$ = exports.GetBucketAnalyticsConfigurationOutput$ = exports.GetBucketAclRequest$ = exports.GetBucketAclOutput$ = void 0;
6
+ exports.ListBucketInventoryConfigurationsRequest$ = exports.ListBucketInventoryConfigurationsOutput$ = exports.ListBucketIntelligentTieringConfigurationsRequest$ = exports.ListBucketIntelligentTieringConfigurationsOutput$ = exports.ListBucketAnalyticsConfigurationsRequest$ = exports.ListBucketAnalyticsConfigurationsOutput$ = exports.LifecycleRuleFilter$ = exports.LifecycleRuleAndOperator$ = exports.LifecycleRule$ = exports.LifecycleExpiration$ = exports.LambdaFunctionConfiguration$ = exports.JSONOutput$ = exports.JSONInput$ = exports.JournalTableConfigurationUpdates$ = exports.JournalTableConfigurationResult$ = exports.JournalTableConfiguration$ = exports.InventoryTableConfigurationUpdates$ = exports.InventoryTableConfigurationResult$ = exports.InventoryTableConfiguration$ = exports.InventorySchedule$ = exports.InventoryS3BucketDestination$ = exports.InventoryFilter$ = exports.InventoryEncryption$ = exports.InventoryDestination$ = exports.InventoryConfiguration$ = exports.IntelligentTieringFilter$ = exports.IntelligentTieringConfiguration$ = exports.IntelligentTieringAndOperator$ = exports.InputSerialization$ = exports.Initiator$ = exports.IndexDocument$ = exports.HeadObjectRequest$ = exports.HeadObjectOutput$ = exports.HeadBucketRequest$ = exports.HeadBucketOutput$ = exports.Grantee$ = exports.Grant$ = exports.GlacierJobParameters$ = exports.GetPublicAccessBlockRequest$ = exports.GetPublicAccessBlockOutput$ = exports.GetObjectTorrentRequest$ = exports.GetObjectTorrentOutput$ = exports.GetObjectTaggingRequest$ = exports.GetObjectTaggingOutput$ = exports.GetObjectRetentionRequest$ = exports.GetObjectRetentionOutput$ = exports.GetObjectRequest$ = exports.GetObjectOutput$ = exports.GetObjectLockConfigurationRequest$ = exports.GetObjectLockConfigurationOutput$ = void 0;
7
+ exports.Progress$ = exports.PolicyStatus$ = exports.PartitionedPrefix$ = exports.Part$ = exports.ParquetInput$ = exports.OwnershipControlsRule$ = exports.OwnershipControls$ = exports.Owner$ = exports.OutputSerialization$ = exports.OutputLocation$ = exports.ObjectVersion$ = exports.ObjectPart$ = exports.ObjectLockRule$ = exports.ObjectLockRetention$ = exports.ObjectLockLegalHold$ = exports.ObjectLockConfiguration$ = exports.ObjectIdentifier$ = exports._Object$ = exports.NotificationConfigurationFilter$ = exports.NotificationConfiguration$ = exports.NoncurrentVersionTransition$ = exports.NoncurrentVersionExpiration$ = exports.MultipartUpload$ = exports.MetricsConfiguration$ = exports.MetricsAndOperator$ = exports.Metrics$ = exports.MetadataTableEncryptionConfiguration$ = exports.MetadataTableConfigurationResult$ = exports.MetadataTableConfiguration$ = exports.MetadataEntry$ = exports.MetadataConfigurationResult$ = exports.MetadataConfiguration$ = exports.LoggingEnabled$ = exports.LocationInfo$ = exports.ListPartsRequest$ = exports.ListPartsOutput$ = exports.ListObjectVersionsRequest$ = exports.ListObjectVersionsOutput$ = exports.ListObjectsV2Request$ = exports.ListObjectsV2Output$ = exports.ListObjectsRequest$ = exports.ListObjectsOutput$ = exports.ListMultipartUploadsRequest$ = exports.ListMultipartUploadsOutput$ = exports.ListDirectoryBucketsRequest$ = exports.ListDirectoryBucketsOutput$ = exports.ListBucketsRequest$ = exports.ListBucketsOutput$ = exports.ListBucketMetricsConfigurationsRequest$ = exports.ListBucketMetricsConfigurationsOutput$ = void 0;
8
+ exports.RequestPaymentConfiguration$ = exports.ReplicationTimeValue$ = exports.ReplicationTime$ = exports.ReplicationRuleFilter$ = exports.ReplicationRuleAndOperator$ = exports.ReplicationRule$ = exports.ReplicationConfiguration$ = exports.ReplicaModifications$ = exports.RenameObjectRequest$ = exports.RenameObjectOutput$ = exports.RedirectAllRequestsTo$ = exports.Redirect$ = exports.RecordsEvent$ = exports.RecordExpiration$ = exports.QueueConfiguration$ = exports.PutPublicAccessBlockRequest$ = exports.PutObjectTaggingRequest$ = exports.PutObjectTaggingOutput$ = exports.PutObjectRetentionRequest$ = exports.PutObjectRetentionOutput$ = exports.PutObjectRequest$ = exports.PutObjectOutput$ = exports.PutObjectLockConfigurationRequest$ = exports.PutObjectLockConfigurationOutput$ = exports.PutObjectLegalHoldRequest$ = exports.PutObjectLegalHoldOutput$ = exports.PutObjectAclRequest$ = exports.PutObjectAclOutput$ = exports.PutBucketWebsiteRequest$ = exports.PutBucketVersioningRequest$ = exports.PutBucketTaggingRequest$ = exports.PutBucketRequestPaymentRequest$ = exports.PutBucketReplicationRequest$ = exports.PutBucketPolicyRequest$ = exports.PutBucketOwnershipControlsRequest$ = exports.PutBucketNotificationConfigurationRequest$ = exports.PutBucketMetricsConfigurationRequest$ = exports.PutBucketLoggingRequest$ = exports.PutBucketLifecycleConfigurationRequest$ = exports.PutBucketLifecycleConfigurationOutput$ = exports.PutBucketInventoryConfigurationRequest$ = exports.PutBucketIntelligentTieringConfigurationRequest$ = exports.PutBucketEncryptionRequest$ = exports.PutBucketCorsRequest$ = exports.PutBucketAnalyticsConfigurationRequest$ = exports.PutBucketAclRequest$ = exports.PutBucketAccelerateConfigurationRequest$ = exports.PutBucketAbacRequest$ = exports.PublicAccessBlockConfiguration$ = exports.ProgressEvent$ = void 0;
9
+ exports.SelectObjectContentEventStream$ = exports.ObjectEncryption$ = exports.MetricsFilter$ = exports.AnalyticsFilter$ = exports.WriteGetObjectResponseRequest$ = exports.WebsiteConfiguration$ = exports.VersioningConfiguration$ = exports.UploadPartRequest$ = exports.UploadPartOutput$ = exports.UploadPartCopyRequest$ = exports.UploadPartCopyOutput$ = exports.UpdateObjectEncryptionResponse$ = exports.UpdateObjectEncryptionRequest$ = exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = exports.Transition$ = exports.TopicConfiguration$ = exports.Tiering$ = exports.TargetObjectKeyFormat$ = exports.TargetGrant$ = exports.Tagging$ = exports.Tag$ = exports.StorageClassAnalysisDataExport$ = exports.StorageClassAnalysis$ = exports.StatsEvent$ = exports.Stats$ = exports.SSES3$ = exports.SSEKMSEncryption$ = exports.SseKmsEncryptedObjects$ = exports.SSEKMS$ = exports.SourceSelectionCriteria$ = exports.SimplePrefix$ = exports.SessionCredentials$ = exports.ServerSideEncryptionRule$ = exports.ServerSideEncryptionConfiguration$ = exports.ServerSideEncryptionByDefault$ = exports.SelectParameters$ = exports.SelectObjectContentRequest$ = exports.SelectObjectContentOutput$ = exports.ScanRange$ = exports.S3TablesDestinationResult$ = exports.S3TablesDestination$ = exports.S3Location$ = exports.S3KeyFilter$ = exports.RoutingRule$ = exports.RestoreStatus$ = exports.RestoreRequest$ = exports.RestoreObjectRequest$ = exports.RestoreObjectOutput$ = exports.RequestProgress$ = void 0;
10
+ exports.GetBucketWebsite$ = exports.GetBucketVersioning$ = exports.GetBucketTagging$ = exports.GetBucketRequestPayment$ = exports.GetBucketReplication$ = exports.GetBucketPolicyStatus$ = exports.GetBucketPolicy$ = exports.GetBucketOwnershipControls$ = exports.GetBucketNotificationConfiguration$ = exports.GetBucketMetricsConfiguration$ = exports.GetBucketMetadataTableConfiguration$ = exports.GetBucketMetadataConfiguration$ = exports.GetBucketLogging$ = exports.GetBucketLocation$ = exports.GetBucketLifecycleConfiguration$ = exports.GetBucketInventoryConfiguration$ = exports.GetBucketIntelligentTieringConfiguration$ = exports.GetBucketEncryption$ = exports.GetBucketCors$ = exports.GetBucketAnalyticsConfiguration$ = exports.GetBucketAcl$ = exports.GetBucketAccelerateConfiguration$ = exports.GetBucketAbac$ = exports.DeletePublicAccessBlock$ = exports.DeleteObjectTagging$ = exports.DeleteObjects$ = exports.DeleteObject$ = exports.DeleteBucketWebsite$ = exports.DeleteBucketTagging$ = exports.DeleteBucketReplication$ = exports.DeleteBucketPolicy$ = exports.DeleteBucketOwnershipControls$ = exports.DeleteBucketMetricsConfiguration$ = exports.DeleteBucketMetadataTableConfiguration$ = exports.DeleteBucketMetadataConfiguration$ = exports.DeleteBucketLifecycle$ = exports.DeleteBucketInventoryConfiguration$ = exports.DeleteBucketIntelligentTieringConfiguration$ = exports.DeleteBucketEncryption$ = exports.DeleteBucketCors$ = exports.DeleteBucketAnalyticsConfiguration$ = exports.DeleteBucket$ = exports.CreateSession$ = exports.CreateMultipartUpload$ = exports.CreateBucketMetadataTableConfiguration$ = exports.CreateBucketMetadataConfiguration$ = exports.CreateBucket$ = exports.CopyObject$ = exports.CompleteMultipartUpload$ = exports.AbortMultipartUpload$ = void 0;
11
+ exports.RestoreObject$ = exports.RenameObject$ = exports.PutPublicAccessBlock$ = exports.PutObjectTagging$ = exports.PutObjectRetention$ = exports.PutObjectLockConfiguration$ = exports.PutObjectLegalHold$ = exports.PutObjectAcl$ = exports.PutObject$ = exports.PutBucketWebsite$ = exports.PutBucketVersioning$ = exports.PutBucketTagging$ = exports.PutBucketRequestPayment$ = exports.PutBucketReplication$ = exports.PutBucketPolicy$ = exports.PutBucketOwnershipControls$ = exports.PutBucketNotificationConfiguration$ = exports.PutBucketMetricsConfiguration$ = exports.PutBucketLogging$ = exports.PutBucketLifecycleConfiguration$ = exports.PutBucketInventoryConfiguration$ = exports.PutBucketIntelligentTieringConfiguration$ = exports.PutBucketEncryption$ = exports.PutBucketCors$ = exports.PutBucketAnalyticsConfiguration$ = exports.PutBucketAcl$ = exports.PutBucketAccelerateConfiguration$ = exports.PutBucketAbac$ = exports.ListParts$ = exports.ListObjectVersions$ = exports.ListObjectsV2$ = exports.ListObjects$ = exports.ListMultipartUploads$ = exports.ListDirectoryBuckets$ = exports.ListBuckets$ = exports.ListBucketMetricsConfigurations$ = exports.ListBucketInventoryConfigurations$ = exports.ListBucketIntelligentTieringConfigurations$ = exports.ListBucketAnalyticsConfigurations$ = exports.HeadObject$ = exports.HeadBucket$ = exports.GetPublicAccessBlock$ = exports.GetObjectTorrent$ = exports.GetObjectTagging$ = exports.GetObjectRetention$ = exports.GetObjectLockConfiguration$ = exports.GetObjectLegalHold$ = exports.GetObjectAttributes$ = exports.GetObjectAcl$ = exports.GetObject$ = void 0;
12
+ exports.WriteGetObjectResponse$ = exports.UploadPartCopy$ = exports.UploadPart$ = exports.UpdateObjectEncryption$ = exports.UpdateBucketMetadataJournalTableConfiguration$ = exports.UpdateBucketMetadataInventoryTableConfiguration$ = exports.SelectObjectContent$ = void 0;
13
+ const _A = "Account";
14
+ const _AAO = "AnalyticsAndOperator";
15
+ const _AC = "AccelerateConfiguration";
16
+ const _ACL = "AccessControlList";
17
+ const _ACL_ = "ACL";
18
+ const _ACLn = "AnalyticsConfigurationList";
19
+ const _ACP = "AccessControlPolicy";
20
+ const _ACT = "AccessControlTranslation";
21
+ const _ACn = "AnalyticsConfiguration";
22
+ const _AD = "AccessDenied";
23
+ const _ADb = "AbortDate";
24
+ const _AED = "AnalyticsExportDestination";
25
+ const _AF = "AnalyticsFilter";
26
+ const _AH = "AllowedHeaders";
27
+ const _AHl = "AllowedHeader";
28
+ const _AI = "AccountId";
29
+ const _AIMU = "AbortIncompleteMultipartUpload";
30
+ const _AKI = "AccessKeyId";
31
+ const _AM = "AllowedMethods";
32
+ const _AMU = "AbortMultipartUpload";
33
+ const _AMUO = "AbortMultipartUploadOutput";
34
+ const _AMUR = "AbortMultipartUploadRequest";
35
+ const _AMl = "AllowedMethod";
36
+ const _AO = "AllowedOrigins";
37
+ const _AOl = "AllowedOrigin";
38
+ const _APA = "AccessPointAlias";
39
+ const _APAc = "AccessPointArn";
40
+ const _AQRD = "AllowQuotedRecordDelimiter";
41
+ const _AR = "AcceptRanges";
42
+ const _ARI = "AbortRuleId";
43
+ const _AS = "AbacStatus";
44
+ const _ASBD = "AnalyticsS3BucketDestination";
45
+ const _ASSEBD = "ApplyServerSideEncryptionByDefault";
46
+ const _ASr = "ArchiveStatus";
47
+ const _AT = "AccessTier";
48
+ const _An = "And";
49
+ const _B = "Bucket";
50
+ const _BA = "BucketArn";
51
+ const _BAE = "BucketAlreadyExists";
52
+ const _BAI = "BucketAccountId";
53
+ const _BAOBY = "BucketAlreadyOwnedByYou";
54
+ const _BET = "BlockedEncryptionTypes";
55
+ const _BGR = "BypassGovernanceRetention";
56
+ const _BI = "BucketInfo";
57
+ const _BKE = "BucketKeyEnabled";
58
+ const _BLC = "BucketLifecycleConfiguration";
59
+ const _BLN = "BucketLocationName";
60
+ const _BLS = "BucketLoggingStatus";
61
+ const _BLT = "BucketLocationType";
62
+ const _BN = "BucketNamespace";
63
+ const _BNu = "BucketName";
64
+ const _BP = "BytesProcessed";
65
+ const _BPA = "BlockPublicAcls";
66
+ const _BPP = "BlockPublicPolicy";
67
+ const _BR = "BucketRegion";
68
+ const _BRy = "BytesReturned";
69
+ const _BS = "BytesScanned";
70
+ const _Bo = "Body";
71
+ const _Bu = "Buckets";
72
+ const _C = "Checksum";
73
+ const _CA = "ChecksumAlgorithm";
74
+ const _CACL = "CannedACL";
75
+ const _CB = "CreateBucket";
76
+ const _CBC = "CreateBucketConfiguration";
77
+ const _CBMC = "CreateBucketMetadataConfiguration";
78
+ const _CBMCR = "CreateBucketMetadataConfigurationRequest";
79
+ const _CBMTC = "CreateBucketMetadataTableConfiguration";
80
+ const _CBMTCR = "CreateBucketMetadataTableConfigurationRequest";
81
+ const _CBO = "CreateBucketOutput";
82
+ const _CBR = "CreateBucketRequest";
83
+ const _CC = "CacheControl";
84
+ const _CCRC = "ChecksumCRC32";
85
+ const _CCRCC = "ChecksumCRC32C";
86
+ const _CCRCNVME = "ChecksumCRC64NVME";
87
+ const _CC_ = "Cache-Control";
88
+ const _CD = "CreationDate";
89
+ const _CD_ = "Content-Disposition";
90
+ const _CDo = "ContentDisposition";
91
+ const _CE = "ContinuationEvent";
92
+ const _CE_ = "Content-Encoding";
93
+ const _CEo = "ContentEncoding";
94
+ const _CF = "CloudFunction";
95
+ const _CFC = "CloudFunctionConfiguration";
96
+ const _CL = "ContentLanguage";
97
+ const _CL_ = "Content-Language";
98
+ const _CL__ = "Content-Length";
99
+ const _CLo = "ContentLength";
100
+ const _CM = "Content-MD5";
101
+ const _CMD = "ChecksumMD5";
102
+ const _CMDo = "ContentMD5";
103
+ const _CMU = "CompletedMultipartUpload";
104
+ const _CMUO = "CompleteMultipartUploadOutput";
105
+ const _CMUOr = "CreateMultipartUploadOutput";
106
+ const _CMUR = "CompleteMultipartUploadResult";
107
+ const _CMURo = "CompleteMultipartUploadRequest";
108
+ const _CMURr = "CreateMultipartUploadRequest";
109
+ const _CMUo = "CompleteMultipartUpload";
110
+ const _CMUr = "CreateMultipartUpload";
111
+ const _CMh = "ChecksumMode";
112
+ const _CO = "CopyObject";
113
+ const _COO = "CopyObjectOutput";
114
+ const _COR = "CopyObjectResult";
115
+ const _CORSC = "CORSConfiguration";
116
+ const _CORSR = "CORSRules";
117
+ const _CORSRu = "CORSRule";
118
+ const _CORo = "CopyObjectRequest";
119
+ const _CP = "CommonPrefix";
120
+ const _CPL = "CommonPrefixList";
121
+ const _CPLo = "CompletedPartList";
122
+ const _CPR = "CopyPartResult";
123
+ const _CPo = "CompletedPart";
124
+ const _CPom = "CommonPrefixes";
125
+ const _CR = "ContentRange";
126
+ const _CRSBA = "ConfirmRemoveSelfBucketAccess";
127
+ const _CR_ = "Content-Range";
128
+ const _CS = "CopySource";
129
+ const _CSHA = "ChecksumSHA1";
130
+ const _CSHAh = "ChecksumSHA256";
131
+ const _CSHAhe = "ChecksumSHA512";
132
+ const _CSIM = "CopySourceIfMatch";
133
+ const _CSIMS = "CopySourceIfModifiedSince";
134
+ const _CSINM = "CopySourceIfNoneMatch";
135
+ const _CSIUS = "CopySourceIfUnmodifiedSince";
136
+ const _CSO = "CreateSessionOutput";
137
+ const _CSR = "CreateSessionResult";
138
+ const _CSRo = "CopySourceRange";
139
+ const _CSRr = "CreateSessionRequest";
140
+ const _CSSSECA = "CopySourceSSECustomerAlgorithm";
141
+ const _CSSSECK = "CopySourceSSECustomerKey";
142
+ const _CSSSECKMD = "CopySourceSSECustomerKeyMD5";
143
+ const _CSV = "CSV";
144
+ const _CSVI = "CopySourceVersionId";
145
+ const _CSVIn = "CSVInput";
146
+ const _CSVO = "CSVOutput";
147
+ const _CSo = "ConfigurationState";
148
+ const _CSr = "CreateSession";
149
+ const _CT = "ChecksumType";
150
+ const _CT_ = "Content-Type";
151
+ const _CTl = "ClientToken";
152
+ const _CTo = "ContentType";
153
+ const _CTom = "CompressionType";
154
+ const _CTon = "ContinuationToken";
155
+ const _CXXHASH = "ChecksumXXHASH64";
156
+ const _CXXHASHh = "ChecksumXXHASH3";
157
+ const _CXXHASHhe = "ChecksumXXHASH128";
158
+ const _Co = "Condition";
159
+ const _Cod = "Code";
160
+ const _Com = "Comments";
161
+ const _Con = "Contents";
162
+ const _Cont = "Cont";
163
+ const _Cr = "Credentials";
164
+ const _D = "Days";
165
+ const _DAI = "DaysAfterInitiation";
166
+ const _DB = "DeleteBucket";
167
+ const _DBAC = "DeleteBucketAnalyticsConfiguration";
168
+ const _DBACR = "DeleteBucketAnalyticsConfigurationRequest";
169
+ const _DBC = "DeleteBucketCors";
170
+ const _DBCR = "DeleteBucketCorsRequest";
171
+ const _DBE = "DeleteBucketEncryption";
172
+ const _DBER = "DeleteBucketEncryptionRequest";
173
+ const _DBIC = "DeleteBucketInventoryConfiguration";
174
+ const _DBICR = "DeleteBucketInventoryConfigurationRequest";
175
+ const _DBITC = "DeleteBucketIntelligentTieringConfiguration";
176
+ const _DBITCR = "DeleteBucketIntelligentTieringConfigurationRequest";
177
+ const _DBL = "DeleteBucketLifecycle";
178
+ const _DBLR = "DeleteBucketLifecycleRequest";
179
+ const _DBMC = "DeleteBucketMetadataConfiguration";
180
+ const _DBMCR = "DeleteBucketMetadataConfigurationRequest";
181
+ const _DBMCRe = "DeleteBucketMetricsConfigurationRequest";
182
+ const _DBMCe = "DeleteBucketMetricsConfiguration";
183
+ const _DBMTC = "DeleteBucketMetadataTableConfiguration";
184
+ const _DBMTCR = "DeleteBucketMetadataTableConfigurationRequest";
185
+ const _DBOC = "DeleteBucketOwnershipControls";
186
+ const _DBOCR = "DeleteBucketOwnershipControlsRequest";
187
+ const _DBP = "DeleteBucketPolicy";
188
+ const _DBPR = "DeleteBucketPolicyRequest";
189
+ const _DBR = "DeleteBucketRequest";
190
+ const _DBRR = "DeleteBucketReplicationRequest";
191
+ const _DBRe = "DeleteBucketReplication";
192
+ const _DBT = "DeleteBucketTagging";
193
+ const _DBTR = "DeleteBucketTaggingRequest";
194
+ const _DBW = "DeleteBucketWebsite";
195
+ const _DBWR = "DeleteBucketWebsiteRequest";
196
+ const _DE = "DataExport";
197
+ const _DIM = "DestinationIfMatch";
198
+ const _DIMS = "DestinationIfModifiedSince";
199
+ const _DINM = "DestinationIfNoneMatch";
200
+ const _DIUS = "DestinationIfUnmodifiedSince";
201
+ const _DM = "DeleteMarker";
202
+ const _DME = "DeleteMarkerEntry";
203
+ const _DMR = "DeleteMarkerReplication";
204
+ const _DMVI = "DeleteMarkerVersionId";
205
+ const _DMe = "DeleteMarkers";
206
+ const _DN = "DisplayName";
207
+ const _DO = "DeletedObject";
208
+ const _DOO = "DeleteObjectOutput";
209
+ const _DOOe = "DeleteObjectsOutput";
210
+ const _DOR = "DeleteObjectRequest";
211
+ const _DORe = "DeleteObjectsRequest";
212
+ const _DOT = "DeleteObjectTagging";
213
+ const _DOTO = "DeleteObjectTaggingOutput";
214
+ const _DOTR = "DeleteObjectTaggingRequest";
215
+ const _DOe = "DeletedObjects";
216
+ const _DOel = "DeleteObject";
217
+ const _DOele = "DeleteObjects";
218
+ const _DPAB = "DeletePublicAccessBlock";
219
+ const _DPABR = "DeletePublicAccessBlockRequest";
220
+ const _DR = "DataRedundancy";
221
+ const _DRe = "DefaultRetention";
222
+ const _DRel = "DeleteResult";
223
+ const _DRes = "DestinationResult";
224
+ const _Da = "Date";
225
+ const _De = "Delete";
226
+ const _Del = "Deleted";
227
+ const _Deli = "Delimiter";
228
+ const _Des = "Destination";
229
+ const _Desc = "Description";
230
+ const _Det = "Details";
231
+ const _E = "Expiration";
232
+ const _EA = "EmailAddress";
233
+ const _EBC = "EventBridgeConfiguration";
234
+ const _EBO = "ExpectedBucketOwner";
235
+ const _EC = "EncryptionConfiguration";
236
+ const _ECr = "ErrorCode";
237
+ const _ED = "ErrorDetails";
238
+ const _EDr = "ErrorDocument";
239
+ const _EE = "EndEvent";
240
+ const _EH = "ExposeHeaders";
241
+ const _EHx = "ExposeHeader";
242
+ const _EM = "ErrorMessage";
243
+ const _EODM = "ExpiredObjectDeleteMarker";
244
+ const _EOR = "ExistingObjectReplication";
245
+ const _ES = "ExpiresString";
246
+ const _ESBO = "ExpectedSourceBucketOwner";
247
+ const _ET = "EncryptionType";
248
+ const _ETL = "EncryptionTypeList";
249
+ const _ETM = "EncryptionTypeMismatch";
250
+ const _ETa = "ETag";
251
+ const _ETn = "EncodingType";
252
+ const _ETv = "EventThreshold";
253
+ const _ETx = "ExpressionType";
254
+ const _En = "Encryption";
255
+ const _Ena = "Enabled";
256
+ const _End = "End";
257
+ const _Er = "Errors";
258
+ const _Err = "Error";
259
+ const _Ev = "Events";
260
+ const _Eve = "Event";
261
+ const _Ex = "Expires";
262
+ const _Exp = "Expression";
263
+ const _F = "Filter";
264
+ const _FD = "FieldDelimiter";
265
+ const _FHI = "FileHeaderInfo";
266
+ const _FO = "FetchOwner";
267
+ const _FR = "FilterRule";
268
+ const _FRL = "FilterRuleList";
269
+ const _FRi = "FilterRules";
270
+ const _Fi = "Field";
271
+ const _Fo = "Format";
272
+ const _Fr = "Frequency";
273
+ const _G = "Grants";
274
+ const _GBA = "GetBucketAbac";
275
+ const _GBAC = "GetBucketAccelerateConfiguration";
276
+ const _GBACO = "GetBucketAccelerateConfigurationOutput";
277
+ const _GBACOe = "GetBucketAnalyticsConfigurationOutput";
278
+ const _GBACR = "GetBucketAccelerateConfigurationRequest";
279
+ const _GBACRe = "GetBucketAnalyticsConfigurationRequest";
280
+ const _GBACe = "GetBucketAnalyticsConfiguration";
281
+ const _GBAO = "GetBucketAbacOutput";
282
+ const _GBAOe = "GetBucketAclOutput";
283
+ const _GBAR = "GetBucketAbacRequest";
284
+ const _GBARe = "GetBucketAclRequest";
285
+ const _GBAe = "GetBucketAcl";
286
+ const _GBC = "GetBucketCors";
287
+ const _GBCO = "GetBucketCorsOutput";
288
+ const _GBCR = "GetBucketCorsRequest";
289
+ const _GBE = "GetBucketEncryption";
290
+ const _GBEO = "GetBucketEncryptionOutput";
291
+ const _GBER = "GetBucketEncryptionRequest";
292
+ const _GBIC = "GetBucketInventoryConfiguration";
293
+ const _GBICO = "GetBucketInventoryConfigurationOutput";
294
+ const _GBICR = "GetBucketInventoryConfigurationRequest";
295
+ const _GBITC = "GetBucketIntelligentTieringConfiguration";
296
+ const _GBITCO = "GetBucketIntelligentTieringConfigurationOutput";
297
+ const _GBITCR = "GetBucketIntelligentTieringConfigurationRequest";
298
+ const _GBL = "GetBucketLocation";
299
+ const _GBLC = "GetBucketLifecycleConfiguration";
300
+ const _GBLCO = "GetBucketLifecycleConfigurationOutput";
301
+ const _GBLCR = "GetBucketLifecycleConfigurationRequest";
302
+ const _GBLO = "GetBucketLocationOutput";
303
+ const _GBLOe = "GetBucketLoggingOutput";
304
+ const _GBLR = "GetBucketLocationRequest";
305
+ const _GBLRe = "GetBucketLoggingRequest";
306
+ const _GBLe = "GetBucketLogging";
307
+ const _GBMC = "GetBucketMetadataConfiguration";
308
+ const _GBMCO = "GetBucketMetadataConfigurationOutput";
309
+ const _GBMCOe = "GetBucketMetricsConfigurationOutput";
310
+ const _GBMCR = "GetBucketMetadataConfigurationResult";
311
+ const _GBMCRe = "GetBucketMetadataConfigurationRequest";
312
+ const _GBMCRet = "GetBucketMetricsConfigurationRequest";
313
+ const _GBMCe = "GetBucketMetricsConfiguration";
314
+ const _GBMTC = "GetBucketMetadataTableConfiguration";
315
+ const _GBMTCO = "GetBucketMetadataTableConfigurationOutput";
316
+ const _GBMTCR = "GetBucketMetadataTableConfigurationResult";
317
+ const _GBMTCRe = "GetBucketMetadataTableConfigurationRequest";
318
+ const _GBNC = "GetBucketNotificationConfiguration";
319
+ const _GBNCR = "GetBucketNotificationConfigurationRequest";
320
+ const _GBOC = "GetBucketOwnershipControls";
321
+ const _GBOCO = "GetBucketOwnershipControlsOutput";
322
+ const _GBOCR = "GetBucketOwnershipControlsRequest";
323
+ const _GBP = "GetBucketPolicy";
324
+ const _GBPO = "GetBucketPolicyOutput";
325
+ const _GBPR = "GetBucketPolicyRequest";
326
+ const _GBPS = "GetBucketPolicyStatus";
327
+ const _GBPSO = "GetBucketPolicyStatusOutput";
328
+ const _GBPSR = "GetBucketPolicyStatusRequest";
329
+ const _GBR = "GetBucketReplication";
330
+ const _GBRO = "GetBucketReplicationOutput";
331
+ const _GBRP = "GetBucketRequestPayment";
332
+ const _GBRPO = "GetBucketRequestPaymentOutput";
333
+ const _GBRPR = "GetBucketRequestPaymentRequest";
334
+ const _GBRR = "GetBucketReplicationRequest";
335
+ const _GBT = "GetBucketTagging";
336
+ const _GBTO = "GetBucketTaggingOutput";
337
+ const _GBTR = "GetBucketTaggingRequest";
338
+ const _GBV = "GetBucketVersioning";
339
+ const _GBVO = "GetBucketVersioningOutput";
340
+ const _GBVR = "GetBucketVersioningRequest";
341
+ const _GBW = "GetBucketWebsite";
342
+ const _GBWO = "GetBucketWebsiteOutput";
343
+ const _GBWR = "GetBucketWebsiteRequest";
344
+ const _GFC = "GrantFullControl";
345
+ const _GJP = "GlacierJobParameters";
346
+ const _GO = "GetObject";
347
+ const _GOA = "GetObjectAcl";
348
+ const _GOAO = "GetObjectAclOutput";
349
+ const _GOAOe = "GetObjectAttributesOutput";
350
+ const _GOAP = "GetObjectAttributesParts";
351
+ const _GOAR = "GetObjectAclRequest";
352
+ const _GOARe = "GetObjectAttributesResponse";
353
+ const _GOARet = "GetObjectAttributesRequest";
354
+ const _GOAe = "GetObjectAttributes";
355
+ const _GOLC = "GetObjectLockConfiguration";
356
+ const _GOLCO = "GetObjectLockConfigurationOutput";
357
+ const _GOLCR = "GetObjectLockConfigurationRequest";
358
+ const _GOLH = "GetObjectLegalHold";
359
+ const _GOLHO = "GetObjectLegalHoldOutput";
360
+ const _GOLHR = "GetObjectLegalHoldRequest";
361
+ const _GOO = "GetObjectOutput";
362
+ const _GOR = "GetObjectRequest";
363
+ const _GORO = "GetObjectRetentionOutput";
364
+ const _GORR = "GetObjectRetentionRequest";
365
+ const _GORe = "GetObjectRetention";
366
+ const _GOT = "GetObjectTagging";
367
+ const _GOTO = "GetObjectTaggingOutput";
368
+ const _GOTOe = "GetObjectTorrentOutput";
369
+ const _GOTR = "GetObjectTaggingRequest";
370
+ const _GOTRe = "GetObjectTorrentRequest";
371
+ const _GOTe = "GetObjectTorrent";
372
+ const _GPAB = "GetPublicAccessBlock";
373
+ const _GPABO = "GetPublicAccessBlockOutput";
374
+ const _GPABR = "GetPublicAccessBlockRequest";
375
+ const _GR = "GrantRead";
376
+ const _GRACP = "GrantReadACP";
377
+ const _GW = "GrantWrite";
378
+ const _GWACP = "GrantWriteACP";
379
+ const _Gr = "Grant";
380
+ const _Gra = "Grantee";
381
+ const _HB = "HeadBucket";
382
+ const _HBO = "HeadBucketOutput";
383
+ const _HBR = "HeadBucketRequest";
384
+ const _HECRE = "HttpErrorCodeReturnedEquals";
385
+ const _HN = "HostName";
386
+ const _HO = "HeadObject";
387
+ const _HOO = "HeadObjectOutput";
388
+ const _HOR = "HeadObjectRequest";
389
+ const _HRC = "HttpRedirectCode";
390
+ const _I = "Id";
391
+ const _IC = "InventoryConfiguration";
392
+ const _ICL = "InventoryConfigurationList";
393
+ const _ID = "ID";
394
+ const _IDn = "IndexDocument";
395
+ const _IDnv = "InventoryDestination";
396
+ const _IE = "IsEnabled";
397
+ const _IEn = "InventoryEncryption";
398
+ const _IF = "InventoryFilter";
399
+ const _IL = "IsLatest";
400
+ const _IM = "IfMatch";
401
+ const _IMIT = "IfMatchInitiatedTime";
402
+ const _IMLMT = "IfMatchLastModifiedTime";
403
+ const _IMS = "IfMatchSize";
404
+ const _IMS_ = "If-Modified-Since";
405
+ const _IMSf = "IfModifiedSince";
406
+ const _IMUR = "InitiateMultipartUploadResult";
407
+ const _IM_ = "If-Match";
408
+ const _INM = "IfNoneMatch";
409
+ const _INM_ = "If-None-Match";
410
+ const _IOF = "InventoryOptionalFields";
411
+ const _IOS = "InvalidObjectState";
412
+ const _IOV = "IncludedObjectVersions";
413
+ const _IP = "IsPublic";
414
+ const _IPA = "IgnorePublicAcls";
415
+ const _IPM = "IdempotencyParameterMismatch";
416
+ const _IR = "InvalidRequest";
417
+ const _IRIP = "IsRestoreInProgress";
418
+ const _IS = "InputSerialization";
419
+ const _ISBD = "InventoryS3BucketDestination";
420
+ const _ISn = "InventorySchedule";
421
+ const _IT = "IsTruncated";
422
+ const _ITAO = "IntelligentTieringAndOperator";
423
+ const _ITC = "IntelligentTieringConfiguration";
424
+ const _ITCL = "IntelligentTieringConfigurationList";
425
+ const _ITCR = "InventoryTableConfigurationResult";
426
+ const _ITCU = "InventoryTableConfigurationUpdates";
427
+ const _ITCn = "InventoryTableConfiguration";
428
+ const _ITF = "IntelligentTieringFilter";
429
+ const _IUS = "IfUnmodifiedSince";
430
+ const _IUS_ = "If-Unmodified-Since";
431
+ const _IWO = "InvalidWriteOffset";
432
+ const _In = "Initiator";
433
+ const _Ini = "Initiated";
434
+ const _JSON = "JSON";
435
+ const _JSONI = "JSONInput";
436
+ const _JSONO = "JSONOutput";
437
+ const _JTC = "JournalTableConfiguration";
438
+ const _JTCR = "JournalTableConfigurationResult";
439
+ const _JTCU = "JournalTableConfigurationUpdates";
440
+ const _K = "Key";
441
+ const _KC = "KeyCount";
442
+ const _KI = "KeyId";
443
+ const _KKA = "KmsKeyArn";
444
+ const _KM = "KeyMarker";
445
+ const _KMSC = "KMSContext";
446
+ const _KMSKA = "KMSKeyArn";
447
+ const _KMSKI = "KMSKeyId";
448
+ const _KMSMKID = "KMSMasterKeyID";
449
+ const _KPE = "KeyPrefixEquals";
450
+ const _L = "Location";
451
+ const _LAMBR = "ListAllMyBucketsResult";
452
+ const _LAMDBR = "ListAllMyDirectoryBucketsResult";
453
+ const _LB = "ListBuckets";
454
+ const _LBAC = "ListBucketAnalyticsConfigurations";
455
+ const _LBACO = "ListBucketAnalyticsConfigurationsOutput";
456
+ const _LBACR = "ListBucketAnalyticsConfigurationResult";
457
+ const _LBACRi = "ListBucketAnalyticsConfigurationsRequest";
458
+ const _LBIC = "ListBucketInventoryConfigurations";
459
+ const _LBICO = "ListBucketInventoryConfigurationsOutput";
460
+ const _LBICR = "ListBucketInventoryConfigurationsRequest";
461
+ const _LBITC = "ListBucketIntelligentTieringConfigurations";
462
+ const _LBITCO = "ListBucketIntelligentTieringConfigurationsOutput";
463
+ const _LBITCR = "ListBucketIntelligentTieringConfigurationsRequest";
464
+ const _LBMC = "ListBucketMetricsConfigurations";
465
+ const _LBMCO = "ListBucketMetricsConfigurationsOutput";
466
+ const _LBMCR = "ListBucketMetricsConfigurationsRequest";
467
+ const _LBO = "ListBucketsOutput";
468
+ const _LBR = "ListBucketsRequest";
469
+ const _LBRi = "ListBucketResult";
470
+ const _LC = "LocationConstraint";
471
+ const _LCi = "LifecycleConfiguration";
472
+ const _LDB = "ListDirectoryBuckets";
473
+ const _LDBO = "ListDirectoryBucketsOutput";
474
+ const _LDBR = "ListDirectoryBucketsRequest";
475
+ const _LE = "LoggingEnabled";
476
+ const _LEi = "LifecycleExpiration";
477
+ const _LFA = "LambdaFunctionArn";
478
+ const _LFC = "LambdaFunctionConfiguration";
479
+ const _LFCL = "LambdaFunctionConfigurationList";
480
+ const _LFCa = "LambdaFunctionConfigurations";
481
+ const _LH = "LegalHold";
482
+ const _LI = "LocationInfo";
483
+ const _LICR = "ListInventoryConfigurationsResult";
484
+ const _LM = "LastModified";
485
+ const _LMCR = "ListMetricsConfigurationsResult";
486
+ const _LMT = "LastModifiedTime";
487
+ const _LMU = "ListMultipartUploads";
488
+ const _LMUO = "ListMultipartUploadsOutput";
489
+ const _LMUR = "ListMultipartUploadsResult";
490
+ const _LMURi = "ListMultipartUploadsRequest";
491
+ const _LM_ = "Last-Modified";
492
+ const _LO = "ListObjects";
493
+ const _LOO = "ListObjectsOutput";
494
+ const _LOR = "ListObjectsRequest";
495
+ const _LOV = "ListObjectsV2";
496
+ const _LOVO = "ListObjectsV2Output";
497
+ const _LOVOi = "ListObjectVersionsOutput";
498
+ const _LOVR = "ListObjectsV2Request";
499
+ const _LOVRi = "ListObjectVersionsRequest";
500
+ const _LOVi = "ListObjectVersions";
501
+ const _LP = "ListParts";
502
+ const _LPO = "ListPartsOutput";
503
+ const _LPR = "ListPartsResult";
504
+ const _LPRi = "ListPartsRequest";
505
+ const _LR = "LifecycleRule";
506
+ const _LRAO = "LifecycleRuleAndOperator";
507
+ const _LRF = "LifecycleRuleFilter";
508
+ const _LRi = "LifecycleRules";
509
+ const _LVR = "ListVersionsResult";
510
+ const _M = "Metadata";
511
+ const _MAO = "MetricsAndOperator";
512
+ const _MAS = "MaxAgeSeconds";
513
+ const _MB = "MaxBuckets";
514
+ const _MC = "MetadataConfiguration";
515
+ const _MCL = "MetricsConfigurationList";
516
+ const _MCR = "MetadataConfigurationResult";
517
+ const _MCe = "MetricsConfiguration";
518
+ const _MD = "MetadataDirective";
519
+ const _MDB = "MaxDirectoryBuckets";
520
+ const _MDf = "MfaDelete";
521
+ const _ME = "MetadataEntry";
522
+ const _MF = "MetricsFilter";
523
+ const _MFA = "MFA";
524
+ const _MFAD = "MFADelete";
525
+ const _MK = "MaxKeys";
526
+ const _MM = "MissingMeta";
527
+ const _MOS = "MpuObjectSize";
528
+ const _MP = "MaxParts";
529
+ const _MTC = "MetadataTableConfiguration";
530
+ const _MTCR = "MetadataTableConfigurationResult";
531
+ const _MTEC = "MetadataTableEncryptionConfiguration";
532
+ const _MU = "MultipartUpload";
533
+ const _MUL = "MultipartUploadList";
534
+ const _MUa = "MaxUploads";
535
+ const _Ma = "Marker";
536
+ const _Me = "Metrics";
537
+ const _Mes = "Message";
538
+ const _Mi = "Minutes";
539
+ const _Mo = "Mode";
540
+ const _N = "Name";
541
+ const _NC = "NotificationConfiguration";
542
+ const _NCF = "NotificationConfigurationFilter";
543
+ const _NCT = "NextContinuationToken";
544
+ const _ND = "NoncurrentDays";
545
+ const _NEKKAS = "NonEmptyKmsKeyArnString";
546
+ const _NF = "NotFound";
547
+ const _NKM = "NextKeyMarker";
548
+ const _NM = "NextMarker";
549
+ const _NNV = "NewerNoncurrentVersions";
550
+ const _NPNM = "NextPartNumberMarker";
551
+ const _NSB = "NoSuchBucket";
552
+ const _NSK = "NoSuchKey";
553
+ const _NSU = "NoSuchUpload";
554
+ const _NUIM = "NextUploadIdMarker";
555
+ const _NVE = "NoncurrentVersionExpiration";
556
+ const _NVIM = "NextVersionIdMarker";
557
+ const _NVT = "NoncurrentVersionTransitions";
558
+ const _NVTL = "NoncurrentVersionTransitionList";
559
+ const _NVTo = "NoncurrentVersionTransition";
560
+ const _O = "Owner";
561
+ const _OA = "ObjectAttributes";
562
+ const _OAIATE = "ObjectAlreadyInActiveTierError";
563
+ const _OC = "OwnershipControls";
564
+ const _OCR = "OwnershipControlsRule";
565
+ const _OCRw = "OwnershipControlsRules";
566
+ const _OE = "ObjectEncryption";
567
+ const _OF = "OptionalFields";
568
+ const _OI = "ObjectIdentifier";
569
+ const _OIL = "ObjectIdentifierList";
570
+ const _OL = "OutputLocation";
571
+ const _OLC = "ObjectLockConfiguration";
572
+ const _OLE = "ObjectLockEnabled";
573
+ const _OLEFB = "ObjectLockEnabledForBucket";
574
+ const _OLLH = "ObjectLockLegalHold";
575
+ const _OLLHS = "ObjectLockLegalHoldStatus";
576
+ const _OLM = "ObjectLockMode";
577
+ const _OLR = "ObjectLockRetention";
578
+ const _OLRUD = "ObjectLockRetainUntilDate";
579
+ const _OLRb = "ObjectLockRule";
580
+ const _OLb = "ObjectList";
581
+ const _ONIATE = "ObjectNotInActiveTierError";
582
+ const _OO = "ObjectOwnership";
583
+ const _OOA = "OptionalObjectAttributes";
584
+ const _OP = "ObjectParts";
585
+ const _OPb = "ObjectPart";
586
+ const _OS = "ObjectSize";
587
+ const _OSGT = "ObjectSizeGreaterThan";
588
+ const _OSLT = "ObjectSizeLessThan";
589
+ const _OSV = "OutputSchemaVersion";
590
+ const _OSu = "OutputSerialization";
591
+ const _OV = "ObjectVersion";
592
+ const _OVL = "ObjectVersionList";
593
+ const _Ob = "Objects";
594
+ const _Obj = "Object";
595
+ const _P = "Prefix";
596
+ const _PABC = "PublicAccessBlockConfiguration";
597
+ const _PBA = "PutBucketAbac";
598
+ const _PBAC = "PutBucketAccelerateConfiguration";
599
+ const _PBACR = "PutBucketAccelerateConfigurationRequest";
600
+ const _PBACRu = "PutBucketAnalyticsConfigurationRequest";
601
+ const _PBACu = "PutBucketAnalyticsConfiguration";
602
+ const _PBAR = "PutBucketAbacRequest";
603
+ const _PBARu = "PutBucketAclRequest";
604
+ const _PBAu = "PutBucketAcl";
605
+ const _PBC = "PutBucketCors";
606
+ const _PBCR = "PutBucketCorsRequest";
607
+ const _PBE = "PutBucketEncryption";
608
+ const _PBER = "PutBucketEncryptionRequest";
609
+ const _PBIC = "PutBucketInventoryConfiguration";
610
+ const _PBICR = "PutBucketInventoryConfigurationRequest";
611
+ const _PBITC = "PutBucketIntelligentTieringConfiguration";
612
+ const _PBITCR = "PutBucketIntelligentTieringConfigurationRequest";
613
+ const _PBL = "PutBucketLogging";
614
+ const _PBLC = "PutBucketLifecycleConfiguration";
615
+ const _PBLCO = "PutBucketLifecycleConfigurationOutput";
616
+ const _PBLCR = "PutBucketLifecycleConfigurationRequest";
617
+ const _PBLR = "PutBucketLoggingRequest";
618
+ const _PBMC = "PutBucketMetricsConfiguration";
619
+ const _PBMCR = "PutBucketMetricsConfigurationRequest";
620
+ const _PBNC = "PutBucketNotificationConfiguration";
621
+ const _PBNCR = "PutBucketNotificationConfigurationRequest";
622
+ const _PBOC = "PutBucketOwnershipControls";
623
+ const _PBOCR = "PutBucketOwnershipControlsRequest";
624
+ const _PBP = "PutBucketPolicy";
625
+ const _PBPR = "PutBucketPolicyRequest";
626
+ const _PBR = "PutBucketReplication";
627
+ const _PBRP = "PutBucketRequestPayment";
628
+ const _PBRPR = "PutBucketRequestPaymentRequest";
629
+ const _PBRR = "PutBucketReplicationRequest";
630
+ const _PBT = "PutBucketTagging";
631
+ const _PBTR = "PutBucketTaggingRequest";
632
+ const _PBV = "PutBucketVersioning";
633
+ const _PBVR = "PutBucketVersioningRequest";
634
+ const _PBW = "PutBucketWebsite";
635
+ const _PBWR = "PutBucketWebsiteRequest";
636
+ const _PC = "PartsCount";
637
+ const _PDS = "PartitionDateSource";
638
+ const _PE = "ProgressEvent";
639
+ const _PI = "ParquetInput";
640
+ const _PL = "PartsList";
641
+ const _PN = "PartNumber";
642
+ const _PNM = "PartNumberMarker";
643
+ const _PO = "PutObject";
644
+ const _POA = "PutObjectAcl";
645
+ const _POAO = "PutObjectAclOutput";
646
+ const _POAR = "PutObjectAclRequest";
647
+ const _POLC = "PutObjectLockConfiguration";
648
+ const _POLCO = "PutObjectLockConfigurationOutput";
649
+ const _POLCR = "PutObjectLockConfigurationRequest";
650
+ const _POLH = "PutObjectLegalHold";
651
+ const _POLHO = "PutObjectLegalHoldOutput";
652
+ const _POLHR = "PutObjectLegalHoldRequest";
653
+ const _POO = "PutObjectOutput";
654
+ const _POR = "PutObjectRequest";
655
+ const _PORO = "PutObjectRetentionOutput";
656
+ const _PORR = "PutObjectRetentionRequest";
657
+ const _PORu = "PutObjectRetention";
658
+ const _POT = "PutObjectTagging";
659
+ const _POTO = "PutObjectTaggingOutput";
660
+ const _POTR = "PutObjectTaggingRequest";
661
+ const _PP = "PartitionedPrefix";
662
+ const _PPAB = "PutPublicAccessBlock";
663
+ const _PPABR = "PutPublicAccessBlockRequest";
664
+ const _PS = "PolicyStatus";
665
+ const _Pa = "Parts";
666
+ const _Par = "Part";
667
+ const _Parq = "Parquet";
668
+ const _Pay = "Payer";
669
+ const _Payl = "Payload";
670
+ const _Pe = "Permission";
671
+ const _Po = "Policy";
672
+ const _Pr = "Progress";
673
+ const _Pri = "Priority";
674
+ const _Pro = "Protocol";
675
+ const _Q = "Quiet";
676
+ const _QA = "QueueArn";
677
+ const _QC = "QuoteCharacter";
678
+ const _QCL = "QueueConfigurationList";
679
+ const _QCu = "QueueConfigurations";
680
+ const _QCue = "QueueConfiguration";
681
+ const _QEC = "QuoteEscapeCharacter";
682
+ const _QF = "QuoteFields";
683
+ const _Qu = "Queue";
684
+ const _R = "Rules";
685
+ const _RART = "RedirectAllRequestsTo";
686
+ const _RC = "RequestCharged";
687
+ const _RCC = "ResponseCacheControl";
688
+ const _RCD = "ResponseContentDisposition";
689
+ const _RCE = "ResponseContentEncoding";
690
+ const _RCL = "ResponseContentLanguage";
691
+ const _RCT = "ResponseContentType";
692
+ const _RCe = "ReplicationConfiguration";
693
+ const _RD = "RecordDelimiter";
694
+ const _RE = "ResponseExpires";
695
+ const _RED = "RestoreExpiryDate";
696
+ const _REe = "RecordExpiration";
697
+ const _REec = "RecordsEvent";
698
+ const _RKKID = "ReplicaKmsKeyID";
699
+ const _RKPW = "ReplaceKeyPrefixWith";
700
+ const _RKW = "ReplaceKeyWith";
701
+ const _RM = "ReplicaModifications";
702
+ const _RO = "RenameObject";
703
+ const _ROO = "RenameObjectOutput";
704
+ const _ROOe = "RestoreObjectOutput";
705
+ const _ROP = "RestoreOutputPath";
706
+ const _ROR = "RenameObjectRequest";
707
+ const _RORe = "RestoreObjectRequest";
708
+ const _ROe = "RestoreObject";
709
+ const _RP = "RequestPayer";
710
+ const _RPB = "RestrictPublicBuckets";
711
+ const _RPC = "RequestPaymentConfiguration";
712
+ const _RPe = "RequestProgress";
713
+ const _RR = "RoutingRules";
714
+ const _RRAO = "ReplicationRuleAndOperator";
715
+ const _RRF = "ReplicationRuleFilter";
716
+ const _RRe = "ReplicationRule";
717
+ const _RRep = "ReplicationRules";
718
+ const _RReq = "RequestRoute";
719
+ const _RRes = "RestoreRequest";
720
+ const _RRo = "RoutingRule";
721
+ const _RS = "ReplicationStatus";
722
+ const _RSe = "RestoreStatus";
723
+ const _RSen = "RenameSource";
724
+ const _RT = "ReplicationTime";
725
+ const _RTV = "ReplicationTimeValue";
726
+ const _RTe = "RequestToken";
727
+ const _RUD = "RetainUntilDate";
728
+ const _Ra = "Range";
729
+ const _Re = "Restore";
730
+ const _Rec = "Records";
731
+ const _Red = "Redirect";
732
+ const _Ret = "Retention";
733
+ const _Ro = "Role";
734
+ const _Ru = "Rule";
735
+ const _S = "Status";
736
+ const _SA = "StartAfter";
737
+ const _SAK = "SecretAccessKey";
738
+ const _SAs = "SseAlgorithm";
739
+ const _SB = "StreamingBlob";
740
+ const _SBD = "S3BucketDestination";
741
+ const _SC = "StorageClass";
742
+ const _SCA = "StorageClassAnalysis";
743
+ const _SCADE = "StorageClassAnalysisDataExport";
744
+ const _SCV = "SessionCredentialValue";
745
+ const _SCe = "SessionCredentials";
746
+ const _SCt = "StatusCode";
747
+ const _SDV = "SkipDestinationValidation";
748
+ const _SE = "StatsEvent";
749
+ const _SIM = "SourceIfMatch";
750
+ const _SIMS = "SourceIfModifiedSince";
751
+ const _SINM = "SourceIfNoneMatch";
752
+ const _SIUS = "SourceIfUnmodifiedSince";
753
+ const _SK = "SSE-KMS";
754
+ const _SKEO = "SseKmsEncryptedObjects";
755
+ const _SKF = "S3KeyFilter";
756
+ const _SKe = "S3Key";
757
+ const _SL = "S3Location";
758
+ const _SM = "SessionMode";
759
+ const _SOC = "SelectObjectContent";
760
+ const _SOCES = "SelectObjectContentEventStream";
761
+ const _SOCO = "SelectObjectContentOutput";
762
+ const _SOCR = "SelectObjectContentRequest";
763
+ const _SP = "SelectParameters";
764
+ const _SPi = "SimplePrefix";
765
+ const _SR = "ScanRange";
766
+ const _SS = "SSE-S3";
767
+ const _SSC = "SourceSelectionCriteria";
768
+ const _SSE = "ServerSideEncryption";
769
+ const _SSEA = "SSEAlgorithm";
770
+ const _SSEBD = "ServerSideEncryptionByDefault";
771
+ const _SSEC = "ServerSideEncryptionConfiguration";
772
+ const _SSECA = "SSECustomerAlgorithm";
773
+ const _SSECK = "SSECustomerKey";
774
+ const _SSECKMD = "SSECustomerKeyMD5";
775
+ const _SSEKMS = "SSEKMS";
776
+ const _SSEKMSE = "SSEKMSEncryption";
777
+ const _SSEKMSEC = "SSEKMSEncryptionContext";
778
+ const _SSEKMSKI = "SSEKMSKeyId";
779
+ const _SSER = "ServerSideEncryptionRule";
780
+ const _SSERe = "ServerSideEncryptionRules";
781
+ const _SSES = "SSES3";
782
+ const _ST = "SessionToken";
783
+ const _STD = "S3TablesDestination";
784
+ const _STDR = "S3TablesDestinationResult";
785
+ const _S_ = "S3";
786
+ const _Sc = "Schedule";
787
+ const _Si = "Size";
788
+ const _St = "Start";
789
+ const _Sta = "Stats";
790
+ const _Su = "Suffix";
791
+ const _T = "Tags";
792
+ const _TA = "TableArn";
793
+ const _TAo = "TopicArn";
794
+ const _TB = "TargetBucket";
795
+ const _TBA = "TableBucketArn";
796
+ const _TBT = "TableBucketType";
797
+ const _TC = "TagCount";
798
+ const _TCL = "TopicConfigurationList";
799
+ const _TCo = "TopicConfigurations";
800
+ const _TCop = "TopicConfiguration";
801
+ const _TD = "TaggingDirective";
802
+ const _TDMOS = "TransitionDefaultMinimumObjectSize";
803
+ const _TG = "TargetGrants";
804
+ const _TGa = "TargetGrant";
805
+ const _TL = "TieringList";
806
+ const _TLr = "TransitionList";
807
+ const _TMP = "TooManyParts";
808
+ const _TN = "TableNamespace";
809
+ const _TNa = "TableName";
810
+ const _TOKF = "TargetObjectKeyFormat";
811
+ const _TP = "TargetPrefix";
812
+ const _TPC = "TotalPartsCount";
813
+ const _TS = "TagSet";
814
+ const _TSa = "TableStatus";
815
+ const _Ta = "Tag";
816
+ const _Tag = "Tagging";
817
+ const _Ti = "Tier";
818
+ const _Tie = "Tierings";
819
+ const _Tier = "Tiering";
820
+ const _Tim = "Time";
821
+ const _To = "Token";
822
+ const _Top = "Topic";
823
+ const _Tr = "Transitions";
824
+ const _Tra = "Transition";
825
+ const _Ty = "Type";
826
+ const _U = "Uploads";
827
+ const _UBMITC = "UpdateBucketMetadataInventoryTableConfiguration";
828
+ const _UBMITCR = "UpdateBucketMetadataInventoryTableConfigurationRequest";
829
+ const _UBMJTC = "UpdateBucketMetadataJournalTableConfiguration";
830
+ const _UBMJTCR = "UpdateBucketMetadataJournalTableConfigurationRequest";
831
+ const _UI = "UploadId";
832
+ const _UIM = "UploadIdMarker";
833
+ const _UM = "UserMetadata";
834
+ const _UOE = "UpdateObjectEncryption";
835
+ const _UOER = "UpdateObjectEncryptionRequest";
836
+ const _UOERp = "UpdateObjectEncryptionResponse";
837
+ const _UP = "UploadPart";
838
+ const _UPC = "UploadPartCopy";
839
+ const _UPCO = "UploadPartCopyOutput";
840
+ const _UPCR = "UploadPartCopyRequest";
841
+ const _UPO = "UploadPartOutput";
842
+ const _UPR = "UploadPartRequest";
843
+ const _URI = "URI";
844
+ const _Up = "Upload";
845
+ const _V = "Value";
846
+ const _VC = "VersioningConfiguration";
847
+ const _VI = "VersionId";
848
+ const _VIM = "VersionIdMarker";
849
+ const _Ve = "Versions";
850
+ const _Ver = "Version";
851
+ const _WC = "WebsiteConfiguration";
852
+ const _WGOR = "WriteGetObjectResponse";
853
+ const _WGORR = "WriteGetObjectResponseRequest";
854
+ const _WOB = "WriteOffsetBytes";
855
+ const _WRL = "WebsiteRedirectLocation";
856
+ const _Y = "Years";
857
+ const _ar = "accept-ranges";
858
+ const _br = "bucket-region";
859
+ const _c = "client";
860
+ const _ct = "continuation-token";
861
+ const _d = "delimiter";
862
+ const _e = "error";
863
+ const _eP = "eventPayload";
864
+ const _en = "endpoint";
865
+ const _et = "encoding-type";
866
+ const _fo = "fetch-owner";
867
+ const _h = "http";
868
+ const _hC = "httpChecksum";
869
+ const _hE = "httpError";
870
+ const _hH = "httpHeader";
871
+ const _hL = "hostLabel";
872
+ const _hP = "httpPayload";
873
+ const _hPH = "httpPrefixHeaders";
874
+ const _hQ = "httpQuery";
875
+ const _hi = "http://www.w3.org/2001/XMLSchema-instance";
876
+ const _i = "id";
877
+ const _iT = "idempotencyToken";
878
+ const _km = "key-marker";
879
+ const _m = "marker";
880
+ const _mb = "max-buckets";
881
+ const _mdb = "max-directory-buckets";
882
+ const _mk = "max-keys";
883
+ const _mp = "max-parts";
884
+ const _mu = "max-uploads";
885
+ const _p = "prefix";
886
+ const _pN = "partNumber";
887
+ const _pnm = "part-number-marker";
888
+ const _rcc = "response-cache-control";
889
+ const _rcd = "response-content-disposition";
890
+ const _rce = "response-content-encoding";
891
+ const _rcl = "response-content-language";
892
+ const _rct = "response-content-type";
893
+ const _re = "response-expires";
894
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.s3";
895
+ const _sa = "start-after";
896
+ const _st = "streaming";
897
+ const _uI = "uploadId";
898
+ const _uim = "upload-id-marker";
899
+ const _vI = "versionId";
900
+ const _vim = "version-id-marker";
901
+ const _x = "xsi";
902
+ const _xA = "xmlAttribute";
903
+ const _xF = "xmlFlattened";
904
+ const _xN = "xmlName";
905
+ const _xNm = "xmlNamespace";
906
+ const _xaa = "x-amz-acl";
907
+ const _xaad = "x-amz-abort-date";
908
+ const _xaapa = "x-amz-access-point-alias";
909
+ const _xaari = "x-amz-abort-rule-id";
910
+ const _xaas = "x-amz-archive-status";
911
+ const _xaba = "x-amz-bucket-arn";
912
+ const _xabgr = "x-amz-bypass-governance-retention";
913
+ const _xabln = "x-amz-bucket-location-name";
914
+ const _xablt = "x-amz-bucket-location-type";
915
+ const _xabn = "x-amz-bucket-namespace";
916
+ const _xabole = "x-amz-bucket-object-lock-enabled";
917
+ const _xabolt = "x-amz-bucket-object-lock-token";
918
+ const _xabr = "x-amz-bucket-region";
919
+ const _xaca = "x-amz-checksum-algorithm";
920
+ const _xacc = "x-amz-checksum-crc32";
921
+ const _xacc_ = "x-amz-checksum-crc32c";
922
+ const _xacc__ = "x-amz-checksum-crc64nvme";
923
+ const _xacm = "x-amz-checksum-md5";
924
+ const _xacm_ = "x-amz-checksum-mode";
925
+ const _xacrsba = "x-amz-confirm-remove-self-bucket-access";
926
+ const _xacs = "x-amz-checksum-sha1";
927
+ const _xacs_ = "x-amz-checksum-sha256";
928
+ const _xacs__ = "x-amz-checksum-sha512";
929
+ const _xacs___ = "x-amz-copy-source";
930
+ const _xacsim = "x-amz-copy-source-if-match";
931
+ const _xacsims = "x-amz-copy-source-if-modified-since";
932
+ const _xacsinm = "x-amz-copy-source-if-none-match";
933
+ const _xacsius = "x-amz-copy-source-if-unmodified-since";
934
+ const _xacsm = "x-amz-create-session-mode";
935
+ const _xacsr = "x-amz-copy-source-range";
936
+ const _xacssseca = "x-amz-copy-source-server-side-encryption-customer-algorithm";
937
+ const _xacssseck = "x-amz-copy-source-server-side-encryption-customer-key";
938
+ const _xacssseckM = "x-amz-copy-source-server-side-encryption-customer-key-MD5";
939
+ const _xacsvi = "x-amz-copy-source-version-id";
940
+ const _xact = "x-amz-checksum-type";
941
+ const _xact_ = "x-amz-client-token";
942
+ const _xacx = "x-amz-checksum-xxhash64";
943
+ const _xacx_ = "x-amz-checksum-xxhash3";
944
+ const _xacx__ = "x-amz-checksum-xxhash128";
945
+ const _xadm = "x-amz-delete-marker";
946
+ const _xae = "x-amz-expiration";
947
+ const _xaebo = "x-amz-expected-bucket-owner";
948
+ const _xafec = "x-amz-fwd-error-code";
949
+ const _xafem = "x-amz-fwd-error-message";
950
+ const _xafhCC = "x-amz-fwd-header-Cache-Control";
951
+ const _xafhCD = "x-amz-fwd-header-Content-Disposition";
952
+ const _xafhCE = "x-amz-fwd-header-Content-Encoding";
953
+ const _xafhCL = "x-amz-fwd-header-Content-Language";
954
+ const _xafhCR = "x-amz-fwd-header-Content-Range";
955
+ const _xafhCT = "x-amz-fwd-header-Content-Type";
956
+ const _xafhE = "x-amz-fwd-header-ETag";
957
+ const _xafhE_ = "x-amz-fwd-header-Expires";
958
+ const _xafhLM = "x-amz-fwd-header-Last-Modified";
959
+ const _xafhar = "x-amz-fwd-header-accept-ranges";
960
+ const _xafhxacc = "x-amz-fwd-header-x-amz-checksum-crc32";
961
+ const _xafhxacc_ = "x-amz-fwd-header-x-amz-checksum-crc32c";
962
+ const _xafhxacc__ = "x-amz-fwd-header-x-amz-checksum-crc64nvme";
963
+ const _xafhxacm = "x-amz-fwd-header-x-amz-checksum-md5";
964
+ const _xafhxacs = "x-amz-fwd-header-x-amz-checksum-sha1";
965
+ const _xafhxacs_ = "x-amz-fwd-header-x-amz-checksum-sha256";
966
+ const _xafhxacs__ = "x-amz-fwd-header-x-amz-checksum-sha512";
967
+ const _xafhxacx = "x-amz-fwd-header-x-amz-checksum-xxhash64";
968
+ const _xafhxacx_ = "x-amz-fwd-header-x-amz-checksum-xxhash3";
969
+ const _xafhxacx__ = "x-amz-fwd-header-x-amz-checksum-xxhash128";
970
+ const _xafhxadm = "x-amz-fwd-header-x-amz-delete-marker";
971
+ const _xafhxae = "x-amz-fwd-header-x-amz-expiration";
972
+ const _xafhxamm = "x-amz-fwd-header-x-amz-missing-meta";
973
+ const _xafhxampc = "x-amz-fwd-header-x-amz-mp-parts-count";
974
+ const _xafhxaollh = "x-amz-fwd-header-x-amz-object-lock-legal-hold";
975
+ const _xafhxaolm = "x-amz-fwd-header-x-amz-object-lock-mode";
976
+ const _xafhxaolrud = "x-amz-fwd-header-x-amz-object-lock-retain-until-date";
977
+ const _xafhxar = "x-amz-fwd-header-x-amz-restore";
978
+ const _xafhxarc = "x-amz-fwd-header-x-amz-request-charged";
979
+ const _xafhxars = "x-amz-fwd-header-x-amz-replication-status";
980
+ const _xafhxasc = "x-amz-fwd-header-x-amz-storage-class";
981
+ const _xafhxasse = "x-amz-fwd-header-x-amz-server-side-encryption";
982
+ const _xafhxasseakki = "x-amz-fwd-header-x-amz-server-side-encryption-aws-kms-key-id";
983
+ const _xafhxassebke = "x-amz-fwd-header-x-amz-server-side-encryption-bucket-key-enabled";
984
+ const _xafhxasseca = "x-amz-fwd-header-x-amz-server-side-encryption-customer-algorithm";
985
+ const _xafhxasseckM = "x-amz-fwd-header-x-amz-server-side-encryption-customer-key-MD5";
986
+ const _xafhxatc = "x-amz-fwd-header-x-amz-tagging-count";
987
+ const _xafhxavi = "x-amz-fwd-header-x-amz-version-id";
988
+ const _xafs = "x-amz-fwd-status";
989
+ const _xagfc = "x-amz-grant-full-control";
990
+ const _xagr = "x-amz-grant-read";
991
+ const _xagra = "x-amz-grant-read-acp";
992
+ const _xagw = "x-amz-grant-write";
993
+ const _xagwa = "x-amz-grant-write-acp";
994
+ const _xaimit = "x-amz-if-match-initiated-time";
995
+ const _xaimlmt = "x-amz-if-match-last-modified-time";
996
+ const _xaims = "x-amz-if-match-size";
997
+ const _xam = "x-amz-meta-";
998
+ const _xam_ = "x-amz-mfa";
999
+ const _xamd = "x-amz-metadata-directive";
1000
+ const _xamm = "x-amz-missing-meta";
1001
+ const _xamos = "x-amz-mp-object-size";
1002
+ const _xamp = "x-amz-max-parts";
1003
+ const _xampc = "x-amz-mp-parts-count";
1004
+ const _xaoa = "x-amz-object-attributes";
1005
+ const _xaollh = "x-amz-object-lock-legal-hold";
1006
+ const _xaolm = "x-amz-object-lock-mode";
1007
+ const _xaolrud = "x-amz-object-lock-retain-until-date";
1008
+ const _xaoo = "x-amz-object-ownership";
1009
+ const _xaooa = "x-amz-optional-object-attributes";
1010
+ const _xaos = "x-amz-object-size";
1011
+ const _xapnm = "x-amz-part-number-marker";
1012
+ const _xar = "x-amz-restore";
1013
+ const _xarc = "x-amz-request-charged";
1014
+ const _xarop = "x-amz-restore-output-path";
1015
+ const _xarp = "x-amz-request-payer";
1016
+ const _xarr = "x-amz-request-route";
1017
+ const _xars = "x-amz-replication-status";
1018
+ const _xars_ = "x-amz-rename-source";
1019
+ const _xarsim = "x-amz-rename-source-if-match";
1020
+ const _xarsims = "x-amz-rename-source-if-modified-since";
1021
+ const _xarsinm = "x-amz-rename-source-if-none-match";
1022
+ const _xarsius = "x-amz-rename-source-if-unmodified-since";
1023
+ const _xart = "x-amz-request-token";
1024
+ const _xasc = "x-amz-storage-class";
1025
+ const _xasca = "x-amz-sdk-checksum-algorithm";
1026
+ const _xasdv = "x-amz-skip-destination-validation";
1027
+ const _xasebo = "x-amz-source-expected-bucket-owner";
1028
+ const _xasse = "x-amz-server-side-encryption";
1029
+ const _xasseakki = "x-amz-server-side-encryption-aws-kms-key-id";
1030
+ const _xassebke = "x-amz-server-side-encryption-bucket-key-enabled";
1031
+ const _xassec = "x-amz-server-side-encryption-context";
1032
+ const _xasseca = "x-amz-server-side-encryption-customer-algorithm";
1033
+ const _xasseck = "x-amz-server-side-encryption-customer-key";
1034
+ const _xasseckM = "x-amz-server-side-encryption-customer-key-MD5";
1035
+ const _xat = "x-amz-tagging";
1036
+ const _xatc = "x-amz-tagging-count";
1037
+ const _xatd = "x-amz-tagging-directive";
1038
+ const _xatdmos = "x-amz-transition-default-minimum-object-size";
1039
+ const _xavi = "x-amz-version-id";
1040
+ const _xawob = "x-amz-write-offset-bytes";
1041
+ const _xawrl = "x-amz-website-redirect-location";
1042
+ const _xs = "xsi:type";
1043
+ const n0 = "com.amazonaws.s3";
1044
+ const schema_1 = require("@smithy/core/schema");
1045
+ const errors_1 = require("../models/errors");
1046
+ const S3ServiceException_1 = require("../models/S3ServiceException");
1047
+ const _s_registry = schema_1.TypeRegistry.for(_s);
1048
+ exports.S3ServiceException$ = [-3, _s, "S3ServiceException", 0, [], []];
1049
+ _s_registry.registerError(exports.S3ServiceException$, S3ServiceException_1.S3ServiceException);
1050
+ const n0_registry = schema_1.TypeRegistry.for(n0);
1051
+ exports.AccessDenied$ = [-3, n0, _AD,
1052
+ { [_e]: _c, [_hE]: 403 },
1053
+ [],
1054
+ []
1055
+ ];
1056
+ n0_registry.registerError(exports.AccessDenied$, errors_1.AccessDenied);
1057
+ exports.BucketAlreadyExists$ = [-3, n0, _BAE,
1058
+ { [_e]: _c, [_hE]: 409 },
1059
+ [],
1060
+ []
1061
+ ];
1062
+ n0_registry.registerError(exports.BucketAlreadyExists$, errors_1.BucketAlreadyExists);
1063
+ exports.BucketAlreadyOwnedByYou$ = [-3, n0, _BAOBY,
1064
+ { [_e]: _c, [_hE]: 409 },
1065
+ [],
1066
+ []
1067
+ ];
1068
+ n0_registry.registerError(exports.BucketAlreadyOwnedByYou$, errors_1.BucketAlreadyOwnedByYou);
1069
+ exports.EncryptionTypeMismatch$ = [-3, n0, _ETM,
1070
+ { [_e]: _c, [_hE]: 400 },
1071
+ [],
1072
+ []
1073
+ ];
1074
+ n0_registry.registerError(exports.EncryptionTypeMismatch$, errors_1.EncryptionTypeMismatch);
1075
+ exports.IdempotencyParameterMismatch$ = [-3, n0, _IPM,
1076
+ { [_e]: _c, [_hE]: 400 },
1077
+ [],
1078
+ []
1079
+ ];
1080
+ n0_registry.registerError(exports.IdempotencyParameterMismatch$, errors_1.IdempotencyParameterMismatch);
1081
+ exports.InvalidObjectState$ = [-3, n0, _IOS,
1082
+ { [_e]: _c, [_hE]: 403 },
1083
+ [_SC, _AT],
1084
+ [0, 0]
1085
+ ];
1086
+ n0_registry.registerError(exports.InvalidObjectState$, errors_1.InvalidObjectState);
1087
+ exports.InvalidRequest$ = [-3, n0, _IR,
1088
+ { [_e]: _c, [_hE]: 400 },
1089
+ [],
1090
+ []
1091
+ ];
1092
+ n0_registry.registerError(exports.InvalidRequest$, errors_1.InvalidRequest);
1093
+ exports.InvalidWriteOffset$ = [-3, n0, _IWO,
1094
+ { [_e]: _c, [_hE]: 400 },
1095
+ [],
1096
+ []
1097
+ ];
1098
+ n0_registry.registerError(exports.InvalidWriteOffset$, errors_1.InvalidWriteOffset);
1099
+ exports.NoSuchBucket$ = [-3, n0, _NSB,
1100
+ { [_e]: _c, [_hE]: 404 },
1101
+ [],
1102
+ []
1103
+ ];
1104
+ n0_registry.registerError(exports.NoSuchBucket$, errors_1.NoSuchBucket);
1105
+ exports.NoSuchKey$ = [-3, n0, _NSK,
1106
+ { [_e]: _c, [_hE]: 404 },
1107
+ [],
1108
+ []
1109
+ ];
1110
+ n0_registry.registerError(exports.NoSuchKey$, errors_1.NoSuchKey);
1111
+ exports.NoSuchUpload$ = [-3, n0, _NSU,
1112
+ { [_e]: _c, [_hE]: 404 },
1113
+ [],
1114
+ []
1115
+ ];
1116
+ n0_registry.registerError(exports.NoSuchUpload$, errors_1.NoSuchUpload);
1117
+ exports.NotFound$ = [-3, n0, _NF,
1118
+ { [_e]: _c },
1119
+ [],
1120
+ []
1121
+ ];
1122
+ n0_registry.registerError(exports.NotFound$, errors_1.NotFound);
1123
+ exports.ObjectAlreadyInActiveTierError$ = [-3, n0, _OAIATE,
1124
+ { [_e]: _c, [_hE]: 403 },
1125
+ [],
1126
+ []
1127
+ ];
1128
+ n0_registry.registerError(exports.ObjectAlreadyInActiveTierError$, errors_1.ObjectAlreadyInActiveTierError);
1129
+ exports.ObjectNotInActiveTierError$ = [-3, n0, _ONIATE,
1130
+ { [_e]: _c, [_hE]: 403 },
1131
+ [],
1132
+ []
1133
+ ];
1134
+ n0_registry.registerError(exports.ObjectNotInActiveTierError$, errors_1.ObjectNotInActiveTierError);
1135
+ exports.TooManyParts$ = [-3, n0, _TMP,
1136
+ { [_e]: _c, [_hE]: 400 },
1137
+ [],
1138
+ []
1139
+ ];
1140
+ n0_registry.registerError(exports.TooManyParts$, errors_1.TooManyParts);
1141
+ exports.errorTypeRegistries = [
1142
+ _s_registry,
1143
+ n0_registry,
1144
+ ];
1145
+ var CopySourceSSECustomerKey = [0, n0, _CSSSECK, 8, 0];
1146
+ var NonEmptyKmsKeyArnString = [0, n0, _NEKKAS, 8, 0];
1147
+ var SessionCredentialValue = [0, n0, _SCV, 8, 0];
1148
+ var SSECustomerKey = [0, n0, _SSECK, 8, 0];
1149
+ var SSEKMSEncryptionContext = [0, n0, _SSEKMSEC, 8, 0];
1150
+ var SSEKMSKeyId = [0, n0, _SSEKMSKI, 8, 0];
1151
+ var StreamingBlob = [0, n0, _SB, { [_st]: 1 }, 42];
1152
+ exports.AbacStatus$ = [3, n0, _AS,
1153
+ 0,
1154
+ [_S],
1155
+ [0]
1156
+ ];
1157
+ exports.AbortIncompleteMultipartUpload$ = [3, n0, _AIMU,
1158
+ 0,
1159
+ [_DAI],
1160
+ [1]
1161
+ ];
1162
+ exports.AbortMultipartUploadOutput$ = [3, n0, _AMUO,
1163
+ 0,
1164
+ [_RC],
1165
+ [[0, { [_hH]: _xarc }]]
1166
+ ];
1167
+ exports.AbortMultipartUploadRequest$ = [3, n0, _AMUR,
1168
+ 0,
1169
+ [_B, _K, _UI, _RP, _EBO, _IMIT],
1170
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [6, { [_hH]: _xaimit }]], 3
1171
+ ];
1172
+ exports.AccelerateConfiguration$ = [3, n0, _AC,
1173
+ 0,
1174
+ [_S],
1175
+ [0]
1176
+ ];
1177
+ exports.AccessControlPolicy$ = [3, n0, _ACP,
1178
+ 0,
1179
+ [_G, _O],
1180
+ [[() => Grants, { [_xN]: _ACL }], () => exports.Owner$]
1181
+ ];
1182
+ exports.AccessControlTranslation$ = [3, n0, _ACT,
1183
+ 0,
1184
+ [_O],
1185
+ [0], 1
1186
+ ];
1187
+ exports.AnalyticsAndOperator$ = [3, n0, _AAO,
1188
+ 0,
1189
+ [_P, _T],
1190
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
1191
+ ];
1192
+ exports.AnalyticsConfiguration$ = [3, n0, _ACn,
1193
+ 0,
1194
+ [_I, _SCA, _F],
1195
+ [0, () => exports.StorageClassAnalysis$, [() => exports.AnalyticsFilter$, 0]], 2
1196
+ ];
1197
+ exports.AnalyticsExportDestination$ = [3, n0, _AED,
1198
+ 0,
1199
+ [_SBD],
1200
+ [() => exports.AnalyticsS3BucketDestination$], 1
1201
+ ];
1202
+ exports.AnalyticsS3BucketDestination$ = [3, n0, _ASBD,
1203
+ 0,
1204
+ [_Fo, _B, _BAI, _P],
1205
+ [0, 0, 0, 0], 2
1206
+ ];
1207
+ exports.BlockedEncryptionTypes$ = [3, n0, _BET,
1208
+ 0,
1209
+ [_ET],
1210
+ [[() => EncryptionTypeList, { [_xF]: 1 }]]
1211
+ ];
1212
+ exports.Bucket$ = [3, n0, _B,
1213
+ 0,
1214
+ [_N, _CD, _BR, _BA],
1215
+ [0, 4, 0, 0]
1216
+ ];
1217
+ exports.BucketInfo$ = [3, n0, _BI,
1218
+ 0,
1219
+ [_DR, _Ty],
1220
+ [0, 0]
1221
+ ];
1222
+ exports.BucketLifecycleConfiguration$ = [3, n0, _BLC,
1223
+ 0,
1224
+ [_R],
1225
+ [[() => LifecycleRules, { [_xF]: 1, [_xN]: _Ru }]], 1
1226
+ ];
1227
+ exports.BucketLoggingStatus$ = [3, n0, _BLS,
1228
+ 0,
1229
+ [_LE],
1230
+ [[() => exports.LoggingEnabled$, 0]]
1231
+ ];
1232
+ exports.Checksum$ = [3, n0, _C,
1233
+ 0,
1234
+ [_CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT],
1235
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1236
+ ];
1237
+ exports.CommonPrefix$ = [3, n0, _CP,
1238
+ 0,
1239
+ [_P],
1240
+ [0]
1241
+ ];
1242
+ exports.CompletedMultipartUpload$ = [3, n0, _CMU,
1243
+ 0,
1244
+ [_Pa],
1245
+ [[() => CompletedPartList, { [_xF]: 1, [_xN]: _Par }]]
1246
+ ];
1247
+ exports.CompletedPart$ = [3, n0, _CPo,
1248
+ 0,
1249
+ [_ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _PN],
1250
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1]
1251
+ ];
1252
+ exports.CompleteMultipartUploadOutput$ = [3, n0, _CMUO,
1253
+ { [_xN]: _CMUR },
1254
+ [_L, _B, _K, _E, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _SSE, _VI, _SSEKMSKI, _BKE, _RC],
1255
+ [0, 0, 0, [0, { [_hH]: _xae }], 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xavi }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
1256
+ ];
1257
+ exports.CompleteMultipartUploadRequest$ = [3, n0, _CMURo,
1258
+ 0,
1259
+ [_B, _K, _UI, _MU, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _MOS, _RP, _EBO, _IM, _INM, _SSECA, _SSECK, _SSECKMD],
1260
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [() => exports.CompletedMultipartUpload$, { [_hP]: 1, [_xN]: _CMUo }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamos }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
1261
+ ];
1262
+ exports.Condition$ = [3, n0, _Co,
1263
+ 0,
1264
+ [_HECRE, _KPE],
1265
+ [0, 0]
1266
+ ];
1267
+ exports.ContinuationEvent$ = [3, n0, _CE,
1268
+ 0,
1269
+ [],
1270
+ []
1271
+ ];
1272
+ exports.CopyObjectOutput$ = [3, n0, _COO,
1273
+ 0,
1274
+ [_COR, _E, _CSVI, _VI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC],
1275
+ [[() => exports.CopyObjectResult$, 16], [0, { [_hH]: _xae }], [0, { [_hH]: _xacsvi }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
1276
+ ];
1277
+ exports.CopyObjectRequest$ = [3, n0, _CORo,
1278
+ 0,
1279
+ [_B, _CS, _K, _ACL_, _CC, _CA, _CDo, _CEo, _CL, _CTo, _CSIM, _CSIMS, _CSINM, _CSIUS, _Ex, _GFC, _GR, _GRACP, _GWACP, _IM, _INM, _M, _MD, _TD, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _ESBO],
1280
+ [[0, 1], [0, { [_hH]: _xacs___ }], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _xaca }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [4, { [_hH]: _Ex }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xamd }], [0, { [_hH]: _xatd }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 3
1281
+ ];
1282
+ exports.CopyObjectResult$ = [3, n0, _COR,
1283
+ 0,
1284
+ [_ETa, _LM, _CT, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe],
1285
+ [0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1286
+ ];
1287
+ exports.CopyPartResult$ = [3, n0, _CPR,
1288
+ 0,
1289
+ [_ETa, _LM, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe],
1290
+ [0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
1291
+ ];
1292
+ exports.CORSConfiguration$ = [3, n0, _CORSC,
1293
+ 0,
1294
+ [_CORSR],
1295
+ [[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]], 1
1296
+ ];
1297
+ exports.CORSRule$ = [3, n0, _CORSRu,
1298
+ 0,
1299
+ [_AM, _AO, _ID, _AH, _EH, _MAS],
1300
+ [[64 | 0, { [_xF]: 1, [_xN]: _AMl }], [64 | 0, { [_xF]: 1, [_xN]: _AOl }], 0, [64 | 0, { [_xF]: 1, [_xN]: _AHl }], [64 | 0, { [_xF]: 1, [_xN]: _EHx }], 1], 2
1301
+ ];
1302
+ exports.CreateBucketConfiguration$ = [3, n0, _CBC,
1303
+ 0,
1304
+ [_LC, _L, _B, _T],
1305
+ [0, () => exports.LocationInfo$, () => exports.BucketInfo$, [() => TagSet, 0]]
1306
+ ];
1307
+ exports.CreateBucketMetadataConfigurationRequest$ = [3, n0, _CBMCR,
1308
+ 0,
1309
+ [_B, _MC, _CMDo, _CA, _EBO],
1310
+ [[0, 1], [() => exports.MetadataConfiguration$, { [_hP]: 1, [_xN]: _MC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
1311
+ ];
1312
+ exports.CreateBucketMetadataTableConfigurationRequest$ = [3, n0, _CBMTCR,
1313
+ 0,
1314
+ [_B, _MTC, _CMDo, _CA, _EBO],
1315
+ [[0, 1], [() => exports.MetadataTableConfiguration$, { [_hP]: 1, [_xN]: _MTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
1316
+ ];
1317
+ exports.CreateBucketOutput$ = [3, n0, _CBO,
1318
+ 0,
1319
+ [_L, _BA],
1320
+ [[0, { [_hH]: _L }], [0, { [_hH]: _xaba }]]
1321
+ ];
1322
+ exports.CreateBucketRequest$ = [3, n0, _CBR,
1323
+ 0,
1324
+ [_B, _ACL_, _CBC, _GFC, _GR, _GRACP, _GW, _GWACP, _OLEFB, _OO, _BN],
1325
+ [[0, 1], [0, { [_hH]: _xaa }], [() => exports.CreateBucketConfiguration$, { [_hP]: 1, [_xN]: _CBC }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [2, { [_hH]: _xabole }], [0, { [_hH]: _xaoo }], [0, { [_hH]: _xabn }]], 1
1326
+ ];
1327
+ exports.CreateMultipartUploadOutput$ = [3, n0, _CMUOr,
1328
+ { [_xN]: _IMUR },
1329
+ [_ADb, _ARI, _B, _K, _UI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC, _CA, _CT],
1330
+ [[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], [0, { [_xN]: _B }], 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]]
1331
+ ];
1332
+ exports.CreateMultipartUploadRequest$ = [3, n0, _CMURr,
1333
+ 0,
1334
+ [_B, _K, _ACL_, _CC, _CDo, _CEo, _CL, _CTo, _Ex, _GFC, _GR, _GRACP, _GWACP, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _CA, _CT],
1335
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]], 2
1336
+ ];
1337
+ exports.CreateSessionOutput$ = [3, n0, _CSO,
1338
+ { [_xN]: _CSR },
1339
+ [_Cr, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
1340
+ [[() => exports.SessionCredentials$, { [_xN]: _Cr }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
1341
+ ];
1342
+ exports.CreateSessionRequest$ = [3, n0, _CSRr,
1343
+ 0,
1344
+ [_B, _SM, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
1345
+ [[0, 1], [0, { [_hH]: _xacsm }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
1346
+ ];
1347
+ exports.CSVInput$ = [3, n0, _CSVIn,
1348
+ 0,
1349
+ [_FHI, _Com, _QEC, _RD, _FD, _QC, _AQRD],
1350
+ [0, 0, 0, 0, 0, 0, 2]
1351
+ ];
1352
+ exports.CSVOutput$ = [3, n0, _CSVO,
1353
+ 0,
1354
+ [_QF, _QEC, _RD, _FD, _QC],
1355
+ [0, 0, 0, 0, 0]
1356
+ ];
1357
+ exports.DefaultRetention$ = [3, n0, _DRe,
1358
+ 0,
1359
+ [_Mo, _D, _Y],
1360
+ [0, 1, 1]
1361
+ ];
1362
+ exports.Delete$ = [3, n0, _De,
1363
+ 0,
1364
+ [_Ob, _Q],
1365
+ [[() => ObjectIdentifierList, { [_xF]: 1, [_xN]: _Obj }], 2], 1
1366
+ ];
1367
+ exports.DeleteBucketAnalyticsConfigurationRequest$ = [3, n0, _DBACR,
1368
+ 0,
1369
+ [_B, _I, _EBO],
1370
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1371
+ ];
1372
+ exports.DeleteBucketCorsRequest$ = [3, n0, _DBCR,
1373
+ 0,
1374
+ [_B, _EBO],
1375
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1376
+ ];
1377
+ exports.DeleteBucketEncryptionRequest$ = [3, n0, _DBER,
1378
+ 0,
1379
+ [_B, _EBO],
1380
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1381
+ ];
1382
+ exports.DeleteBucketIntelligentTieringConfigurationRequest$ = [3, n0, _DBITCR,
1383
+ 0,
1384
+ [_B, _I, _EBO],
1385
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1386
+ ];
1387
+ exports.DeleteBucketInventoryConfigurationRequest$ = [3, n0, _DBICR,
1388
+ 0,
1389
+ [_B, _I, _EBO],
1390
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1391
+ ];
1392
+ exports.DeleteBucketLifecycleRequest$ = [3, n0, _DBLR,
1393
+ 0,
1394
+ [_B, _EBO],
1395
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1396
+ ];
1397
+ exports.DeleteBucketMetadataConfigurationRequest$ = [3, n0, _DBMCR,
1398
+ 0,
1399
+ [_B, _EBO],
1400
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1401
+ ];
1402
+ exports.DeleteBucketMetadataTableConfigurationRequest$ = [3, n0, _DBMTCR,
1403
+ 0,
1404
+ [_B, _EBO],
1405
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1406
+ ];
1407
+ exports.DeleteBucketMetricsConfigurationRequest$ = [3, n0, _DBMCRe,
1408
+ 0,
1409
+ [_B, _I, _EBO],
1410
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1411
+ ];
1412
+ exports.DeleteBucketOwnershipControlsRequest$ = [3, n0, _DBOCR,
1413
+ 0,
1414
+ [_B, _EBO],
1415
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1416
+ ];
1417
+ exports.DeleteBucketPolicyRequest$ = [3, n0, _DBPR,
1418
+ 0,
1419
+ [_B, _EBO],
1420
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1421
+ ];
1422
+ exports.DeleteBucketReplicationRequest$ = [3, n0, _DBRR,
1423
+ 0,
1424
+ [_B, _EBO],
1425
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1426
+ ];
1427
+ exports.DeleteBucketRequest$ = [3, n0, _DBR,
1428
+ 0,
1429
+ [_B, _EBO],
1430
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1431
+ ];
1432
+ exports.DeleteBucketTaggingRequest$ = [3, n0, _DBTR,
1433
+ 0,
1434
+ [_B, _EBO],
1435
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1436
+ ];
1437
+ exports.DeleteBucketWebsiteRequest$ = [3, n0, _DBWR,
1438
+ 0,
1439
+ [_B, _EBO],
1440
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1441
+ ];
1442
+ exports.DeletedObject$ = [3, n0, _DO,
1443
+ 0,
1444
+ [_K, _VI, _DM, _DMVI],
1445
+ [0, 0, 2, 0]
1446
+ ];
1447
+ exports.DeleteMarkerEntry$ = [3, n0, _DME,
1448
+ 0,
1449
+ [_O, _K, _VI, _IL, _LM],
1450
+ [() => exports.Owner$, 0, 0, 2, 4]
1451
+ ];
1452
+ exports.DeleteMarkerReplication$ = [3, n0, _DMR,
1453
+ 0,
1454
+ [_S],
1455
+ [0]
1456
+ ];
1457
+ exports.DeleteObjectOutput$ = [3, n0, _DOO,
1458
+ 0,
1459
+ [_DM, _VI, _RC],
1460
+ [[2, { [_hH]: _xadm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xarc }]]
1461
+ ];
1462
+ exports.DeleteObjectRequest$ = [3, n0, _DOR,
1463
+ 0,
1464
+ [_B, _K, _MFA, _VI, _RP, _BGR, _EBO, _IM, _IMLMT, _IMS],
1465
+ [[0, 1], [0, 1], [0, { [_hH]: _xam_ }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [6, { [_hH]: _xaimlmt }], [1, { [_hH]: _xaims }]], 2
1466
+ ];
1467
+ exports.DeleteObjectsOutput$ = [3, n0, _DOOe,
1468
+ { [_xN]: _DRel },
1469
+ [_Del, _RC, _Er],
1470
+ [[() => DeletedObjects, { [_xF]: 1 }], [0, { [_hH]: _xarc }], [() => Errors, { [_xF]: 1, [_xN]: _Err }]]
1471
+ ];
1472
+ exports.DeleteObjectsRequest$ = [3, n0, _DORe,
1473
+ 0,
1474
+ [_B, _De, _MFA, _RP, _BGR, _EBO, _CA],
1475
+ [[0, 1], [() => exports.Delete$, { [_hP]: 1, [_xN]: _De }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
1476
+ ];
1477
+ exports.DeleteObjectTaggingOutput$ = [3, n0, _DOTO,
1478
+ 0,
1479
+ [_VI],
1480
+ [[0, { [_hH]: _xavi }]]
1481
+ ];
1482
+ exports.DeleteObjectTaggingRequest$ = [3, n0, _DOTR,
1483
+ 0,
1484
+ [_B, _K, _VI, _EBO],
1485
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
1486
+ ];
1487
+ exports.DeletePublicAccessBlockRequest$ = [3, n0, _DPABR,
1488
+ 0,
1489
+ [_B, _EBO],
1490
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1491
+ ];
1492
+ exports.Destination$ = [3, n0, _Des,
1493
+ 0,
1494
+ [_B, _A, _SC, _ACT, _EC, _RT, _Me],
1495
+ [0, 0, 0, () => exports.AccessControlTranslation$, () => exports.EncryptionConfiguration$, () => exports.ReplicationTime$, () => exports.Metrics$], 1
1496
+ ];
1497
+ exports.DestinationResult$ = [3, n0, _DRes,
1498
+ 0,
1499
+ [_TBT, _TBA, _TN],
1500
+ [0, 0, 0]
1501
+ ];
1502
+ exports.Encryption$ = [3, n0, _En,
1503
+ 0,
1504
+ [_ET, _KMSKI, _KMSC],
1505
+ [0, [() => SSEKMSKeyId, 0], 0], 1
1506
+ ];
1507
+ exports.EncryptionConfiguration$ = [3, n0, _EC,
1508
+ 0,
1509
+ [_RKKID],
1510
+ [0]
1511
+ ];
1512
+ exports.EndEvent$ = [3, n0, _EE,
1513
+ 0,
1514
+ [],
1515
+ []
1516
+ ];
1517
+ exports._Error$ = [3, n0, _Err,
1518
+ 0,
1519
+ [_K, _VI, _Cod, _Mes],
1520
+ [0, 0, 0, 0]
1521
+ ];
1522
+ exports.ErrorDetails$ = [3, n0, _ED,
1523
+ 0,
1524
+ [_ECr, _EM],
1525
+ [0, 0]
1526
+ ];
1527
+ exports.ErrorDocument$ = [3, n0, _EDr,
1528
+ 0,
1529
+ [_K],
1530
+ [0], 1
1531
+ ];
1532
+ exports.EventBridgeConfiguration$ = [3, n0, _EBC,
1533
+ 0,
1534
+ [],
1535
+ []
1536
+ ];
1537
+ exports.ExistingObjectReplication$ = [3, n0, _EOR,
1538
+ 0,
1539
+ [_S],
1540
+ [0], 1
1541
+ ];
1542
+ exports.FilterRule$ = [3, n0, _FR,
1543
+ 0,
1544
+ [_N, _V],
1545
+ [0, 0]
1546
+ ];
1547
+ exports.GetBucketAbacOutput$ = [3, n0, _GBAO,
1548
+ 0,
1549
+ [_AS],
1550
+ [[() => exports.AbacStatus$, 16]]
1551
+ ];
1552
+ exports.GetBucketAbacRequest$ = [3, n0, _GBAR,
1553
+ 0,
1554
+ [_B, _EBO],
1555
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1556
+ ];
1557
+ exports.GetBucketAccelerateConfigurationOutput$ = [3, n0, _GBACO,
1558
+ { [_xN]: _AC },
1559
+ [_S, _RC],
1560
+ [0, [0, { [_hH]: _xarc }]]
1561
+ ];
1562
+ exports.GetBucketAccelerateConfigurationRequest$ = [3, n0, _GBACR,
1563
+ 0,
1564
+ [_B, _EBO, _RP],
1565
+ [[0, 1], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
1566
+ ];
1567
+ exports.GetBucketAclOutput$ = [3, n0, _GBAOe,
1568
+ { [_xN]: _ACP },
1569
+ [_O, _G],
1570
+ [() => exports.Owner$, [() => Grants, { [_xN]: _ACL }]]
1571
+ ];
1572
+ exports.GetBucketAclRequest$ = [3, n0, _GBARe,
1573
+ 0,
1574
+ [_B, _EBO],
1575
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1576
+ ];
1577
+ exports.GetBucketAnalyticsConfigurationOutput$ = [3, n0, _GBACOe,
1578
+ 0,
1579
+ [_ACn],
1580
+ [[() => exports.AnalyticsConfiguration$, 16]]
1581
+ ];
1582
+ exports.GetBucketAnalyticsConfigurationRequest$ = [3, n0, _GBACRe,
1583
+ 0,
1584
+ [_B, _I, _EBO],
1585
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1586
+ ];
1587
+ exports.GetBucketCorsOutput$ = [3, n0, _GBCO,
1588
+ { [_xN]: _CORSC },
1589
+ [_CORSR],
1590
+ [[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]]
1591
+ ];
1592
+ exports.GetBucketCorsRequest$ = [3, n0, _GBCR,
1593
+ 0,
1594
+ [_B, _EBO],
1595
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1596
+ ];
1597
+ exports.GetBucketEncryptionOutput$ = [3, n0, _GBEO,
1598
+ 0,
1599
+ [_SSEC],
1600
+ [[() => exports.ServerSideEncryptionConfiguration$, 16]]
1601
+ ];
1602
+ exports.GetBucketEncryptionRequest$ = [3, n0, _GBER,
1603
+ 0,
1604
+ [_B, _EBO],
1605
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1606
+ ];
1607
+ exports.GetBucketIntelligentTieringConfigurationOutput$ = [3, n0, _GBITCO,
1608
+ 0,
1609
+ [_ITC],
1610
+ [[() => exports.IntelligentTieringConfiguration$, 16]]
1611
+ ];
1612
+ exports.GetBucketIntelligentTieringConfigurationRequest$ = [3, n0, _GBITCR,
1613
+ 0,
1614
+ [_B, _I, _EBO],
1615
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1616
+ ];
1617
+ exports.GetBucketInventoryConfigurationOutput$ = [3, n0, _GBICO,
1618
+ 0,
1619
+ [_IC],
1620
+ [[() => exports.InventoryConfiguration$, 16]]
1621
+ ];
1622
+ exports.GetBucketInventoryConfigurationRequest$ = [3, n0, _GBICR,
1623
+ 0,
1624
+ [_B, _I, _EBO],
1625
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1626
+ ];
1627
+ exports.GetBucketLifecycleConfigurationOutput$ = [3, n0, _GBLCO,
1628
+ { [_xN]: _LCi },
1629
+ [_R, _TDMOS],
1630
+ [[() => LifecycleRules, { [_xF]: 1, [_xN]: _Ru }], [0, { [_hH]: _xatdmos }]]
1631
+ ];
1632
+ exports.GetBucketLifecycleConfigurationRequest$ = [3, n0, _GBLCR,
1633
+ 0,
1634
+ [_B, _EBO],
1635
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1636
+ ];
1637
+ exports.GetBucketLocationOutput$ = [3, n0, _GBLO,
1638
+ { [_xN]: _LC },
1639
+ [_LC],
1640
+ [0]
1641
+ ];
1642
+ exports.GetBucketLocationRequest$ = [3, n0, _GBLR,
1643
+ 0,
1644
+ [_B, _EBO],
1645
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1646
+ ];
1647
+ exports.GetBucketLoggingOutput$ = [3, n0, _GBLOe,
1648
+ { [_xN]: _BLS },
1649
+ [_LE],
1650
+ [[() => exports.LoggingEnabled$, 0]]
1651
+ ];
1652
+ exports.GetBucketLoggingRequest$ = [3, n0, _GBLRe,
1653
+ 0,
1654
+ [_B, _EBO],
1655
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1656
+ ];
1657
+ exports.GetBucketMetadataConfigurationOutput$ = [3, n0, _GBMCO,
1658
+ 0,
1659
+ [_GBMCR],
1660
+ [[() => exports.GetBucketMetadataConfigurationResult$, 16]]
1661
+ ];
1662
+ exports.GetBucketMetadataConfigurationRequest$ = [3, n0, _GBMCRe,
1663
+ 0,
1664
+ [_B, _EBO],
1665
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1666
+ ];
1667
+ exports.GetBucketMetadataConfigurationResult$ = [3, n0, _GBMCR,
1668
+ 0,
1669
+ [_MCR],
1670
+ [() => exports.MetadataConfigurationResult$], 1
1671
+ ];
1672
+ exports.GetBucketMetadataTableConfigurationOutput$ = [3, n0, _GBMTCO,
1673
+ 0,
1674
+ [_GBMTCR],
1675
+ [[() => exports.GetBucketMetadataTableConfigurationResult$, 16]]
1676
+ ];
1677
+ exports.GetBucketMetadataTableConfigurationRequest$ = [3, n0, _GBMTCRe,
1678
+ 0,
1679
+ [_B, _EBO],
1680
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1681
+ ];
1682
+ exports.GetBucketMetadataTableConfigurationResult$ = [3, n0, _GBMTCR,
1683
+ 0,
1684
+ [_MTCR, _S, _Err],
1685
+ [() => exports.MetadataTableConfigurationResult$, 0, () => exports.ErrorDetails$], 2
1686
+ ];
1687
+ exports.GetBucketMetricsConfigurationOutput$ = [3, n0, _GBMCOe,
1688
+ 0,
1689
+ [_MCe],
1690
+ [[() => exports.MetricsConfiguration$, 16]]
1691
+ ];
1692
+ exports.GetBucketMetricsConfigurationRequest$ = [3, n0, _GBMCRet,
1693
+ 0,
1694
+ [_B, _I, _EBO],
1695
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1696
+ ];
1697
+ exports.GetBucketNotificationConfigurationRequest$ = [3, n0, _GBNCR,
1698
+ 0,
1699
+ [_B, _EBO],
1700
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1701
+ ];
1702
+ exports.GetBucketOwnershipControlsOutput$ = [3, n0, _GBOCO,
1703
+ 0,
1704
+ [_OC],
1705
+ [[() => exports.OwnershipControls$, 16]]
1706
+ ];
1707
+ exports.GetBucketOwnershipControlsRequest$ = [3, n0, _GBOCR,
1708
+ 0,
1709
+ [_B, _EBO],
1710
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1711
+ ];
1712
+ exports.GetBucketPolicyOutput$ = [3, n0, _GBPO,
1713
+ 0,
1714
+ [_Po],
1715
+ [[0, 16]]
1716
+ ];
1717
+ exports.GetBucketPolicyRequest$ = [3, n0, _GBPR,
1718
+ 0,
1719
+ [_B, _EBO],
1720
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1721
+ ];
1722
+ exports.GetBucketPolicyStatusOutput$ = [3, n0, _GBPSO,
1723
+ 0,
1724
+ [_PS],
1725
+ [[() => exports.PolicyStatus$, 16]]
1726
+ ];
1727
+ exports.GetBucketPolicyStatusRequest$ = [3, n0, _GBPSR,
1728
+ 0,
1729
+ [_B, _EBO],
1730
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1731
+ ];
1732
+ exports.GetBucketReplicationOutput$ = [3, n0, _GBRO,
1733
+ 0,
1734
+ [_RCe],
1735
+ [[() => exports.ReplicationConfiguration$, 16]]
1736
+ ];
1737
+ exports.GetBucketReplicationRequest$ = [3, n0, _GBRR,
1738
+ 0,
1739
+ [_B, _EBO],
1740
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1741
+ ];
1742
+ exports.GetBucketRequestPaymentOutput$ = [3, n0, _GBRPO,
1743
+ { [_xN]: _RPC },
1744
+ [_Pay],
1745
+ [0]
1746
+ ];
1747
+ exports.GetBucketRequestPaymentRequest$ = [3, n0, _GBRPR,
1748
+ 0,
1749
+ [_B, _EBO],
1750
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1751
+ ];
1752
+ exports.GetBucketTaggingOutput$ = [3, n0, _GBTO,
1753
+ { [_xN]: _Tag },
1754
+ [_TS],
1755
+ [[() => TagSet, 0]], 1
1756
+ ];
1757
+ exports.GetBucketTaggingRequest$ = [3, n0, _GBTR,
1758
+ 0,
1759
+ [_B, _EBO],
1760
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1761
+ ];
1762
+ exports.GetBucketVersioningOutput$ = [3, n0, _GBVO,
1763
+ { [_xN]: _VC },
1764
+ [_S, _MFAD],
1765
+ [0, [0, { [_xN]: _MDf }]]
1766
+ ];
1767
+ exports.GetBucketVersioningRequest$ = [3, n0, _GBVR,
1768
+ 0,
1769
+ [_B, _EBO],
1770
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1771
+ ];
1772
+ exports.GetBucketWebsiteOutput$ = [3, n0, _GBWO,
1773
+ { [_xN]: _WC },
1774
+ [_RART, _IDn, _EDr, _RR],
1775
+ [() => exports.RedirectAllRequestsTo$, () => exports.IndexDocument$, () => exports.ErrorDocument$, [() => RoutingRules, 0]]
1776
+ ];
1777
+ exports.GetBucketWebsiteRequest$ = [3, n0, _GBWR,
1778
+ 0,
1779
+ [_B, _EBO],
1780
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1781
+ ];
1782
+ exports.GetObjectAclOutput$ = [3, n0, _GOAO,
1783
+ { [_xN]: _ACP },
1784
+ [_O, _G, _RC],
1785
+ [() => exports.Owner$, [() => Grants, { [_xN]: _ACL }], [0, { [_hH]: _xarc }]]
1786
+ ];
1787
+ exports.GetObjectAclRequest$ = [3, n0, _GOAR,
1788
+ 0,
1789
+ [_B, _K, _VI, _RP, _EBO],
1790
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1791
+ ];
1792
+ exports.GetObjectAttributesOutput$ = [3, n0, _GOAOe,
1793
+ { [_xN]: _GOARe },
1794
+ [_DM, _LM, _VI, _RC, _ETa, _C, _OP, _SC, _OS],
1795
+ [[2, { [_hH]: _xadm }], [4, { [_hH]: _LM_ }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xarc }], 0, () => exports.Checksum$, [() => exports.GetObjectAttributesParts$, 0], 0, 1]
1796
+ ];
1797
+ exports.GetObjectAttributesParts$ = [3, n0, _GOAP,
1798
+ 0,
1799
+ [_TPC, _PNM, _NPNM, _MP, _IT, _Pa],
1800
+ [[1, { [_xN]: _PC }], 0, 0, 1, 2, [() => PartsList, { [_xF]: 1, [_xN]: _Par }]]
1801
+ ];
1802
+ exports.GetObjectAttributesRequest$ = [3, n0, _GOARet,
1803
+ 0,
1804
+ [_B, _K, _OA, _VI, _MP, _PNM, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
1805
+ [[0, 1], [0, 1], [64 | 0, { [_hH]: _xaoa }], [0, { [_hQ]: _vI }], [1, { [_hH]: _xamp }], [0, { [_hH]: _xapnm }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 3
1806
+ ];
1807
+ exports.GetObjectLegalHoldOutput$ = [3, n0, _GOLHO,
1808
+ 0,
1809
+ [_LH],
1810
+ [[() => exports.ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }]]
1811
+ ];
1812
+ exports.GetObjectLegalHoldRequest$ = [3, n0, _GOLHR,
1813
+ 0,
1814
+ [_B, _K, _VI, _RP, _EBO],
1815
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1816
+ ];
1817
+ exports.GetObjectLockConfigurationOutput$ = [3, n0, _GOLCO,
1818
+ 0,
1819
+ [_OLC],
1820
+ [[() => exports.ObjectLockConfiguration$, 16]]
1821
+ ];
1822
+ exports.GetObjectLockConfigurationRequest$ = [3, n0, _GOLCR,
1823
+ 0,
1824
+ [_B, _EBO],
1825
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1826
+ ];
1827
+ exports.GetObjectOutput$ = [3, n0, _GOO,
1828
+ 0,
1829
+ [_Bo, _DM, _AR, _E, _Re, _LM, _CLo, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _MM, _VI, _CC, _CDo, _CEo, _CL, _CR, _CTo, _Ex, _ES, _WRL, _SSE, _M, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _SC, _RC, _RS, _PC, _TC, _OLM, _OLRUD, _OLLHS],
1830
+ [[() => StreamingBlob, 16], [2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CR_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _ES }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasse }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }], [1, { [_hH]: _xampc }], [1, { [_hH]: _xatc }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }]]
1831
+ ];
1832
+ exports.GetObjectRequest$ = [3, n0, _GOR,
1833
+ 0,
1834
+ [_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
1835
+ [[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm_ }]], 2
1836
+ ];
1837
+ exports.GetObjectRetentionOutput$ = [3, n0, _GORO,
1838
+ 0,
1839
+ [_Ret],
1840
+ [[() => exports.ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }]]
1841
+ ];
1842
+ exports.GetObjectRetentionRequest$ = [3, n0, _GORR,
1843
+ 0,
1844
+ [_B, _K, _VI, _RP, _EBO],
1845
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1846
+ ];
1847
+ exports.GetObjectTaggingOutput$ = [3, n0, _GOTO,
1848
+ { [_xN]: _Tag },
1849
+ [_TS, _VI],
1850
+ [[() => TagSet, 0], [0, { [_hH]: _xavi }]], 1
1851
+ ];
1852
+ exports.GetObjectTaggingRequest$ = [3, n0, _GOTR,
1853
+ 0,
1854
+ [_B, _K, _VI, _EBO, _RP],
1855
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 2
1856
+ ];
1857
+ exports.GetObjectTorrentOutput$ = [3, n0, _GOTOe,
1858
+ 0,
1859
+ [_Bo, _RC],
1860
+ [[() => StreamingBlob, 16], [0, { [_hH]: _xarc }]]
1861
+ ];
1862
+ exports.GetObjectTorrentRequest$ = [3, n0, _GOTRe,
1863
+ 0,
1864
+ [_B, _K, _RP, _EBO],
1865
+ [[0, 1], [0, 1], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1866
+ ];
1867
+ exports.GetPublicAccessBlockOutput$ = [3, n0, _GPABO,
1868
+ 0,
1869
+ [_PABC],
1870
+ [[() => exports.PublicAccessBlockConfiguration$, 16]]
1871
+ ];
1872
+ exports.GetPublicAccessBlockRequest$ = [3, n0, _GPABR,
1873
+ 0,
1874
+ [_B, _EBO],
1875
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1876
+ ];
1877
+ exports.GlacierJobParameters$ = [3, n0, _GJP,
1878
+ 0,
1879
+ [_Ti],
1880
+ [0], 1
1881
+ ];
1882
+ exports.Grant$ = [3, n0, _Gr,
1883
+ 0,
1884
+ [_Gra, _Pe],
1885
+ [[() => exports.Grantee$, { [_xNm]: [_x, _hi] }], 0]
1886
+ ];
1887
+ exports.Grantee$ = [3, n0, _Gra,
1888
+ 0,
1889
+ [_Ty, _DN, _EA, _ID, _URI],
1890
+ [[0, { [_xA]: 1, [_xN]: _xs }], 0, 0, 0, 0], 1
1891
+ ];
1892
+ exports.HeadBucketOutput$ = [3, n0, _HBO,
1893
+ 0,
1894
+ [_BA, _BLT, _BLN, _BR, _APA],
1895
+ [[0, { [_hH]: _xaba }], [0, { [_hH]: _xablt }], [0, { [_hH]: _xabln }], [0, { [_hH]: _xabr }], [2, { [_hH]: _xaapa }]]
1896
+ ];
1897
+ exports.HeadBucketRequest$ = [3, n0, _HBR,
1898
+ 0,
1899
+ [_B, _EBO],
1900
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1901
+ ];
1902
+ exports.HeadObjectOutput$ = [3, n0, _HOO,
1903
+ 0,
1904
+ [_DM, _AR, _E, _Re, _ASr, _LM, _CLo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _ETa, _MM, _VI, _CC, _CDo, _CEo, _CL, _CTo, _CR, _Ex, _ES, _WRL, _SSE, _M, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _SC, _RC, _RS, _PC, _TC, _OLM, _OLRUD, _OLLHS],
1905
+ [[2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [0, { [_hH]: _xaas }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [0, { [_hH]: _ETa }], [1, { [_hH]: _xamm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _CR_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _ES }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasse }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }], [1, { [_hH]: _xampc }], [1, { [_hH]: _xatc }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }]]
1906
+ ];
1907
+ exports.HeadObjectRequest$ = [3, n0, _HOR,
1908
+ 0,
1909
+ [_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
1910
+ [[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm_ }]], 2
1911
+ ];
1912
+ exports.IndexDocument$ = [3, n0, _IDn,
1913
+ 0,
1914
+ [_Su],
1915
+ [0], 1
1916
+ ];
1917
+ exports.Initiator$ = [3, n0, _In,
1918
+ 0,
1919
+ [_ID, _DN],
1920
+ [0, 0]
1921
+ ];
1922
+ exports.InputSerialization$ = [3, n0, _IS,
1923
+ 0,
1924
+ [_CSV, _CTom, _JSON, _Parq],
1925
+ [() => exports.CSVInput$, 0, () => exports.JSONInput$, () => exports.ParquetInput$]
1926
+ ];
1927
+ exports.IntelligentTieringAndOperator$ = [3, n0, _ITAO,
1928
+ 0,
1929
+ [_P, _T],
1930
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
1931
+ ];
1932
+ exports.IntelligentTieringConfiguration$ = [3, n0, _ITC,
1933
+ 0,
1934
+ [_I, _S, _Tie, _F],
1935
+ [0, 0, [() => TieringList, { [_xF]: 1, [_xN]: _Tier }], [() => exports.IntelligentTieringFilter$, 0]], 3
1936
+ ];
1937
+ exports.IntelligentTieringFilter$ = [3, n0, _ITF,
1938
+ 0,
1939
+ [_P, _Ta, _An],
1940
+ [0, () => exports.Tag$, [() => exports.IntelligentTieringAndOperator$, 0]]
1941
+ ];
1942
+ exports.InventoryConfiguration$ = [3, n0, _IC,
1943
+ 0,
1944
+ [_Des, _IE, _I, _IOV, _Sc, _F, _OF],
1945
+ [[() => exports.InventoryDestination$, 0], 2, 0, 0, () => exports.InventorySchedule$, () => exports.InventoryFilter$, [() => InventoryOptionalFields, 0]], 5
1946
+ ];
1947
+ exports.InventoryDestination$ = [3, n0, _IDnv,
1948
+ 0,
1949
+ [_SBD],
1950
+ [[() => exports.InventoryS3BucketDestination$, 0]], 1
1951
+ ];
1952
+ exports.InventoryEncryption$ = [3, n0, _IEn,
1953
+ 0,
1954
+ [_SSES, _SSEKMS],
1955
+ [[() => exports.SSES3$, { [_xN]: _SS }], [() => exports.SSEKMS$, { [_xN]: _SK }]]
1956
+ ];
1957
+ exports.InventoryFilter$ = [3, n0, _IF,
1958
+ 0,
1959
+ [_P],
1960
+ [0], 1
1961
+ ];
1962
+ exports.InventoryS3BucketDestination$ = [3, n0, _ISBD,
1963
+ 0,
1964
+ [_B, _Fo, _AI, _P, _En],
1965
+ [0, 0, 0, 0, [() => exports.InventoryEncryption$, 0]], 2
1966
+ ];
1967
+ exports.InventorySchedule$ = [3, n0, _ISn,
1968
+ 0,
1969
+ [_Fr],
1970
+ [0], 1
1971
+ ];
1972
+ exports.InventoryTableConfiguration$ = [3, n0, _ITCn,
1973
+ 0,
1974
+ [_CSo, _EC],
1975
+ [0, () => exports.MetadataTableEncryptionConfiguration$], 1
1976
+ ];
1977
+ exports.InventoryTableConfigurationResult$ = [3, n0, _ITCR,
1978
+ 0,
1979
+ [_CSo, _TSa, _Err, _TNa, _TA],
1980
+ [0, 0, () => exports.ErrorDetails$, 0, 0], 1
1981
+ ];
1982
+ exports.InventoryTableConfigurationUpdates$ = [3, n0, _ITCU,
1983
+ 0,
1984
+ [_CSo, _EC],
1985
+ [0, () => exports.MetadataTableEncryptionConfiguration$], 1
1986
+ ];
1987
+ exports.JournalTableConfiguration$ = [3, n0, _JTC,
1988
+ 0,
1989
+ [_REe, _EC],
1990
+ [() => exports.RecordExpiration$, () => exports.MetadataTableEncryptionConfiguration$], 1
1991
+ ];
1992
+ exports.JournalTableConfigurationResult$ = [3, n0, _JTCR,
1993
+ 0,
1994
+ [_TSa, _TNa, _REe, _Err, _TA],
1995
+ [0, 0, () => exports.RecordExpiration$, () => exports.ErrorDetails$, 0], 3
1996
+ ];
1997
+ exports.JournalTableConfigurationUpdates$ = [3, n0, _JTCU,
1998
+ 0,
1999
+ [_REe],
2000
+ [() => exports.RecordExpiration$], 1
2001
+ ];
2002
+ exports.JSONInput$ = [3, n0, _JSONI,
2003
+ 0,
2004
+ [_Ty],
2005
+ [0]
2006
+ ];
2007
+ exports.JSONOutput$ = [3, n0, _JSONO,
2008
+ 0,
2009
+ [_RD],
2010
+ [0]
2011
+ ];
2012
+ exports.LambdaFunctionConfiguration$ = [3, n0, _LFC,
2013
+ 0,
2014
+ [_LFA, _Ev, _I, _F],
2015
+ [[0, { [_xN]: _CF }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2016
+ ];
2017
+ exports.LifecycleExpiration$ = [3, n0, _LEi,
2018
+ 0,
2019
+ [_Da, _D, _EODM],
2020
+ [5, 1, 2]
2021
+ ];
2022
+ exports.LifecycleRule$ = [3, n0, _LR,
2023
+ 0,
2024
+ [_S, _E, _ID, _P, _F, _Tr, _NVT, _NVE, _AIMU],
2025
+ [0, () => exports.LifecycleExpiration$, 0, 0, [() => exports.LifecycleRuleFilter$, 0], [() => TransitionList, { [_xF]: 1, [_xN]: _Tra }], [() => NoncurrentVersionTransitionList, { [_xF]: 1, [_xN]: _NVTo }], () => exports.NoncurrentVersionExpiration$, () => exports.AbortIncompleteMultipartUpload$], 1
2026
+ ];
2027
+ exports.LifecycleRuleAndOperator$ = [3, n0, _LRAO,
2028
+ 0,
2029
+ [_P, _T, _OSGT, _OSLT],
2030
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }], 1, 1]
2031
+ ];
2032
+ exports.LifecycleRuleFilter$ = [3, n0, _LRF,
2033
+ 0,
2034
+ [_P, _Ta, _OSGT, _OSLT, _An],
2035
+ [0, () => exports.Tag$, 1, 1, [() => exports.LifecycleRuleAndOperator$, 0]]
2036
+ ];
2037
+ exports.ListBucketAnalyticsConfigurationsOutput$ = [3, n0, _LBACO,
2038
+ { [_xN]: _LBACR },
2039
+ [_IT, _CTon, _NCT, _ACLn],
2040
+ [2, 0, 0, [() => AnalyticsConfigurationList, { [_xF]: 1, [_xN]: _ACn }]]
2041
+ ];
2042
+ exports.ListBucketAnalyticsConfigurationsRequest$ = [3, n0, _LBACRi,
2043
+ 0,
2044
+ [_B, _CTon, _EBO],
2045
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2046
+ ];
2047
+ exports.ListBucketIntelligentTieringConfigurationsOutput$ = [3, n0, _LBITCO,
2048
+ 0,
2049
+ [_IT, _CTon, _NCT, _ITCL],
2050
+ [2, 0, 0, [() => IntelligentTieringConfigurationList, { [_xF]: 1, [_xN]: _ITC }]]
2051
+ ];
2052
+ exports.ListBucketIntelligentTieringConfigurationsRequest$ = [3, n0, _LBITCR,
2053
+ 0,
2054
+ [_B, _CTon, _EBO],
2055
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2056
+ ];
2057
+ exports.ListBucketInventoryConfigurationsOutput$ = [3, n0, _LBICO,
2058
+ { [_xN]: _LICR },
2059
+ [_CTon, _ICL, _IT, _NCT],
2060
+ [0, [() => InventoryConfigurationList, { [_xF]: 1, [_xN]: _IC }], 2, 0]
2061
+ ];
2062
+ exports.ListBucketInventoryConfigurationsRequest$ = [3, n0, _LBICR,
2063
+ 0,
2064
+ [_B, _CTon, _EBO],
2065
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2066
+ ];
2067
+ exports.ListBucketMetricsConfigurationsOutput$ = [3, n0, _LBMCO,
2068
+ { [_xN]: _LMCR },
2069
+ [_IT, _CTon, _NCT, _MCL],
2070
+ [2, 0, 0, [() => MetricsConfigurationList, { [_xF]: 1, [_xN]: _MCe }]]
2071
+ ];
2072
+ exports.ListBucketMetricsConfigurationsRequest$ = [3, n0, _LBMCR,
2073
+ 0,
2074
+ [_B, _CTon, _EBO],
2075
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2076
+ ];
2077
+ exports.ListBucketsOutput$ = [3, n0, _LBO,
2078
+ { [_xN]: _LAMBR },
2079
+ [_Bu, _O, _CTon, _P],
2080
+ [[() => Buckets, 0], () => exports.Owner$, 0, 0]
2081
+ ];
2082
+ exports.ListBucketsRequest$ = [3, n0, _LBR,
2083
+ 0,
2084
+ [_MB, _CTon, _P, _BR],
2085
+ [[1, { [_hQ]: _mb }], [0, { [_hQ]: _ct }], [0, { [_hQ]: _p }], [0, { [_hQ]: _br }]]
2086
+ ];
2087
+ exports.ListDirectoryBucketsOutput$ = [3, n0, _LDBO,
2088
+ { [_xN]: _LAMDBR },
2089
+ [_Bu, _CTon],
2090
+ [[() => Buckets, 0], 0]
2091
+ ];
2092
+ exports.ListDirectoryBucketsRequest$ = [3, n0, _LDBR,
2093
+ 0,
2094
+ [_CTon, _MDB],
2095
+ [[0, { [_hQ]: _ct }], [1, { [_hQ]: _mdb }]]
2096
+ ];
2097
+ exports.ListMultipartUploadsOutput$ = [3, n0, _LMUO,
2098
+ { [_xN]: _LMUR },
2099
+ [_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom, _ETn, _RC],
2100
+ [0, 0, 0, 0, 0, 0, 0, 1, 2, [() => MultipartUploadList, { [_xF]: 1, [_xN]: _Up }], [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2101
+ ];
2102
+ exports.ListMultipartUploadsRequest$ = [3, n0, _LMURi,
2103
+ 0,
2104
+ [_B, _Deli, _ETn, _KM, _MUa, _P, _UIM, _EBO, _RP],
2105
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mu }], [0, { [_hQ]: _p }], [0, { [_hQ]: _uim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
2106
+ ];
2107
+ exports.ListObjectsOutput$ = [3, n0, _LOO,
2108
+ { [_xN]: _LBRi },
2109
+ [_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
2110
+ [2, 0, 0, [() => ObjectList, { [_xF]: 1 }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2111
+ ];
2112
+ exports.ListObjectsRequest$ = [3, n0, _LOR,
2113
+ 0,
2114
+ [_B, _Deli, _ETn, _Ma, _MK, _P, _RP, _EBO, _OOA],
2115
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _m }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
2116
+ ];
2117
+ exports.ListObjectsV2Output$ = [3, n0, _LOVO,
2118
+ { [_xN]: _LBRi },
2119
+ [_IT, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _KC, _CTon, _NCT, _SA, _RC],
2120
+ [2, [() => ObjectList, { [_xF]: 1 }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, 1, 0, 0, 0, [0, { [_hH]: _xarc }]]
2121
+ ];
2122
+ exports.ListObjectsV2Request$ = [3, n0, _LOVR,
2123
+ 0,
2124
+ [_B, _Deli, _ETn, _MK, _P, _CTon, _FO, _SA, _RP, _EBO, _OOA],
2125
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _ct }], [2, { [_hQ]: _fo }], [0, { [_hQ]: _sa }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
2126
+ ];
2127
+ exports.ListObjectVersionsOutput$ = [3, n0, _LOVOi,
2128
+ { [_xN]: _LVR },
2129
+ [_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
2130
+ [2, 0, 0, 0, 0, [() => ObjectVersionList, { [_xF]: 1, [_xN]: _Ver }], [() => DeleteMarkers, { [_xF]: 1, [_xN]: _DM }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2131
+ ];
2132
+ exports.ListObjectVersionsRequest$ = [3, n0, _LOVRi,
2133
+ 0,
2134
+ [_B, _Deli, _ETn, _KM, _MK, _P, _VIM, _EBO, _RP, _OOA],
2135
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _vim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }], [64 | 0, { [_hH]: _xaooa }]], 1
2136
+ ];
2137
+ exports.ListPartsOutput$ = [3, n0, _LPO,
2138
+ { [_xN]: _LPR },
2139
+ [_ADb, _ARI, _B, _K, _UI, _PNM, _NPNM, _MP, _IT, _Pa, _In, _O, _SC, _RC, _CA, _CT],
2140
+ [[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], 0, 0, 0, 0, 0, 1, 2, [() => Parts, { [_xF]: 1, [_xN]: _Par }], () => exports.Initiator$, () => exports.Owner$, 0, [0, { [_hH]: _xarc }], 0, 0]
2141
+ ];
2142
+ exports.ListPartsRequest$ = [3, n0, _LPRi,
2143
+ 0,
2144
+ [_B, _K, _UI, _MP, _PNM, _RP, _EBO, _SSECA, _SSECK, _SSECKMD],
2145
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mp }], [0, { [_hQ]: _pnm }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
2146
+ ];
2147
+ exports.LocationInfo$ = [3, n0, _LI,
2148
+ 0,
2149
+ [_Ty, _N],
2150
+ [0, 0]
2151
+ ];
2152
+ exports.LoggingEnabled$ = [3, n0, _LE,
2153
+ 0,
2154
+ [_TB, _TP, _TG, _TOKF],
2155
+ [0, 0, [() => TargetGrants, 0], [() => exports.TargetObjectKeyFormat$, 0]], 2
2156
+ ];
2157
+ exports.MetadataConfiguration$ = [3, n0, _MC,
2158
+ 0,
2159
+ [_JTC, _ITCn],
2160
+ [() => exports.JournalTableConfiguration$, () => exports.InventoryTableConfiguration$], 1
2161
+ ];
2162
+ exports.MetadataConfigurationResult$ = [3, n0, _MCR,
2163
+ 0,
2164
+ [_DRes, _JTCR, _ITCR],
2165
+ [() => exports.DestinationResult$, () => exports.JournalTableConfigurationResult$, () => exports.InventoryTableConfigurationResult$], 1
2166
+ ];
2167
+ exports.MetadataEntry$ = [3, n0, _ME,
2168
+ 0,
2169
+ [_N, _V],
2170
+ [0, 0]
2171
+ ];
2172
+ exports.MetadataTableConfiguration$ = [3, n0, _MTC,
2173
+ 0,
2174
+ [_STD],
2175
+ [() => exports.S3TablesDestination$], 1
2176
+ ];
2177
+ exports.MetadataTableConfigurationResult$ = [3, n0, _MTCR,
2178
+ 0,
2179
+ [_STDR],
2180
+ [() => exports.S3TablesDestinationResult$], 1
2181
+ ];
2182
+ exports.MetadataTableEncryptionConfiguration$ = [3, n0, _MTEC,
2183
+ 0,
2184
+ [_SAs, _KKA],
2185
+ [0, 0], 1
2186
+ ];
2187
+ exports.Metrics$ = [3, n0, _Me,
2188
+ 0,
2189
+ [_S, _ETv],
2190
+ [0, () => exports.ReplicationTimeValue$], 1
2191
+ ];
2192
+ exports.MetricsAndOperator$ = [3, n0, _MAO,
2193
+ 0,
2194
+ [_P, _T, _APAc],
2195
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }], 0]
2196
+ ];
2197
+ exports.MetricsConfiguration$ = [3, n0, _MCe,
2198
+ 0,
2199
+ [_I, _F],
2200
+ [0, [() => exports.MetricsFilter$, 0]], 1
2201
+ ];
2202
+ exports.MultipartUpload$ = [3, n0, _MU,
2203
+ 0,
2204
+ [_UI, _K, _Ini, _SC, _O, _In, _CA, _CT],
2205
+ [0, 0, 4, 0, () => exports.Owner$, () => exports.Initiator$, 0, 0]
2206
+ ];
2207
+ exports.NoncurrentVersionExpiration$ = [3, n0, _NVE,
2208
+ 0,
2209
+ [_ND, _NNV],
2210
+ [1, 1]
2211
+ ];
2212
+ exports.NoncurrentVersionTransition$ = [3, n0, _NVTo,
2213
+ 0,
2214
+ [_ND, _SC, _NNV],
2215
+ [1, 0, 1]
2216
+ ];
2217
+ exports.NotificationConfiguration$ = [3, n0, _NC,
2218
+ 0,
2219
+ [_TCo, _QCu, _LFCa, _EBC],
2220
+ [[() => TopicConfigurationList, { [_xF]: 1, [_xN]: _TCop }], [() => QueueConfigurationList, { [_xF]: 1, [_xN]: _QCue }], [() => LambdaFunctionConfigurationList, { [_xF]: 1, [_xN]: _CFC }], () => exports.EventBridgeConfiguration$]
2221
+ ];
2222
+ exports.NotificationConfigurationFilter$ = [3, n0, _NCF,
2223
+ 0,
2224
+ [_K],
2225
+ [[() => exports.S3KeyFilter$, { [_xN]: _SKe }]]
2226
+ ];
2227
+ exports._Object$ = [3, n0, _Obj,
2228
+ 0,
2229
+ [_K, _LM, _ETa, _CA, _CT, _Si, _SC, _O, _RSe],
2230
+ [0, 4, 0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, () => exports.Owner$, () => exports.RestoreStatus$]
2231
+ ];
2232
+ exports.ObjectIdentifier$ = [3, n0, _OI,
2233
+ 0,
2234
+ [_K, _VI, _ETa, _LMT, _Si],
2235
+ [0, 0, 0, 6, 1], 1
2236
+ ];
2237
+ exports.ObjectLockConfiguration$ = [3, n0, _OLC,
2238
+ 0,
2239
+ [_OLE, _Ru],
2240
+ [0, () => exports.ObjectLockRule$]
2241
+ ];
2242
+ exports.ObjectLockLegalHold$ = [3, n0, _OLLH,
2243
+ 0,
2244
+ [_S],
2245
+ [0]
2246
+ ];
2247
+ exports.ObjectLockRetention$ = [3, n0, _OLR,
2248
+ 0,
2249
+ [_Mo, _RUD],
2250
+ [0, 5]
2251
+ ];
2252
+ exports.ObjectLockRule$ = [3, n0, _OLRb,
2253
+ 0,
2254
+ [_DRe],
2255
+ [() => exports.DefaultRetention$]
2256
+ ];
2257
+ exports.ObjectPart$ = [3, n0, _OPb,
2258
+ 0,
2259
+ [_PN, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe],
2260
+ [1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2261
+ ];
2262
+ exports.ObjectVersion$ = [3, n0, _OV,
2263
+ 0,
2264
+ [_ETa, _CA, _CT, _Si, _SC, _K, _VI, _IL, _LM, _O, _RSe],
2265
+ [0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, 0, 0, 2, 4, () => exports.Owner$, () => exports.RestoreStatus$]
2266
+ ];
2267
+ exports.OutputLocation$ = [3, n0, _OL,
2268
+ 0,
2269
+ [_S_],
2270
+ [[() => exports.S3Location$, 0]]
2271
+ ];
2272
+ exports.OutputSerialization$ = [3, n0, _OSu,
2273
+ 0,
2274
+ [_CSV, _JSON],
2275
+ [() => exports.CSVOutput$, () => exports.JSONOutput$]
2276
+ ];
2277
+ exports.Owner$ = [3, n0, _O,
2278
+ 0,
2279
+ [_DN, _ID],
2280
+ [0, 0]
2281
+ ];
2282
+ exports.OwnershipControls$ = [3, n0, _OC,
2283
+ 0,
2284
+ [_R],
2285
+ [[() => OwnershipControlsRules, { [_xF]: 1, [_xN]: _Ru }]], 1
2286
+ ];
2287
+ exports.OwnershipControlsRule$ = [3, n0, _OCR,
2288
+ 0,
2289
+ [_OO],
2290
+ [0], 1
2291
+ ];
2292
+ exports.ParquetInput$ = [3, n0, _PI,
2293
+ 0,
2294
+ [],
2295
+ []
2296
+ ];
2297
+ exports.Part$ = [3, n0, _Par,
2298
+ 0,
2299
+ [_PN, _LM, _ETa, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe],
2300
+ [1, 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
2301
+ ];
2302
+ exports.PartitionedPrefix$ = [3, n0, _PP,
2303
+ { [_xN]: _PP },
2304
+ [_PDS],
2305
+ [0]
2306
+ ];
2307
+ exports.PolicyStatus$ = [3, n0, _PS,
2308
+ 0,
2309
+ [_IP],
2310
+ [[2, { [_xN]: _IP }]]
2311
+ ];
2312
+ exports.Progress$ = [3, n0, _Pr,
2313
+ 0,
2314
+ [_BS, _BP, _BRy],
2315
+ [1, 1, 1]
2316
+ ];
2317
+ exports.ProgressEvent$ = [3, n0, _PE,
2318
+ 0,
2319
+ [_Det],
2320
+ [[() => exports.Progress$, { [_eP]: 1 }]]
2321
+ ];
2322
+ exports.PublicAccessBlockConfiguration$ = [3, n0, _PABC,
2323
+ 0,
2324
+ [_BPA, _IPA, _BPP, _RPB],
2325
+ [[2, { [_xN]: _BPA }], [2, { [_xN]: _IPA }], [2, { [_xN]: _BPP }], [2, { [_xN]: _RPB }]]
2326
+ ];
2327
+ exports.PutBucketAbacRequest$ = [3, n0, _PBAR,
2328
+ 0,
2329
+ [_B, _AS, _CMDo, _CA, _EBO],
2330
+ [[0, 1], [() => exports.AbacStatus$, { [_hP]: 1, [_xN]: _AS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2331
+ ];
2332
+ exports.PutBucketAccelerateConfigurationRequest$ = [3, n0, _PBACR,
2333
+ 0,
2334
+ [_B, _AC, _EBO, _CA],
2335
+ [[0, 1], [() => exports.AccelerateConfiguration$, { [_hP]: 1, [_xN]: _AC }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
2336
+ ];
2337
+ exports.PutBucketAclRequest$ = [3, n0, _PBARu,
2338
+ 0,
2339
+ [_B, _ACL_, _ACP, _CMDo, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _EBO],
2340
+ [[0, 1], [0, { [_hH]: _xaa }], [() => exports.AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xaebo }]], 1
2341
+ ];
2342
+ exports.PutBucketAnalyticsConfigurationRequest$ = [3, n0, _PBACRu,
2343
+ 0,
2344
+ [_B, _I, _ACn, _EBO],
2345
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.AnalyticsConfiguration$, { [_hP]: 1, [_xN]: _ACn }], [0, { [_hH]: _xaebo }]], 3
2346
+ ];
2347
+ exports.PutBucketCorsRequest$ = [3, n0, _PBCR,
2348
+ 0,
2349
+ [_B, _CORSC, _CMDo, _CA, _EBO],
2350
+ [[0, 1], [() => exports.CORSConfiguration$, { [_hP]: 1, [_xN]: _CORSC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2351
+ ];
2352
+ exports.PutBucketEncryptionRequest$ = [3, n0, _PBER,
2353
+ 0,
2354
+ [_B, _SSEC, _CMDo, _CA, _EBO],
2355
+ [[0, 1], [() => exports.ServerSideEncryptionConfiguration$, { [_hP]: 1, [_xN]: _SSEC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2356
+ ];
2357
+ exports.PutBucketIntelligentTieringConfigurationRequest$ = [3, n0, _PBITCR,
2358
+ 0,
2359
+ [_B, _I, _ITC, _EBO],
2360
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.IntelligentTieringConfiguration$, { [_hP]: 1, [_xN]: _ITC }], [0, { [_hH]: _xaebo }]], 3
2361
+ ];
2362
+ exports.PutBucketInventoryConfigurationRequest$ = [3, n0, _PBICR,
2363
+ 0,
2364
+ [_B, _I, _IC, _EBO],
2365
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.InventoryConfiguration$, { [_hP]: 1, [_xN]: _IC }], [0, { [_hH]: _xaebo }]], 3
2366
+ ];
2367
+ exports.PutBucketLifecycleConfigurationOutput$ = [3, n0, _PBLCO,
2368
+ 0,
2369
+ [_TDMOS],
2370
+ [[0, { [_hH]: _xatdmos }]]
2371
+ ];
2372
+ exports.PutBucketLifecycleConfigurationRequest$ = [3, n0, _PBLCR,
2373
+ 0,
2374
+ [_B, _CA, _LCi, _EBO, _TDMOS],
2375
+ [[0, 1], [0, { [_hH]: _xasca }], [() => exports.BucketLifecycleConfiguration$, { [_hP]: 1, [_xN]: _LCi }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xatdmos }]], 1
2376
+ ];
2377
+ exports.PutBucketLoggingRequest$ = [3, n0, _PBLR,
2378
+ 0,
2379
+ [_B, _BLS, _CMDo, _CA, _EBO],
2380
+ [[0, 1], [() => exports.BucketLoggingStatus$, { [_hP]: 1, [_xN]: _BLS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2381
+ ];
2382
+ exports.PutBucketMetricsConfigurationRequest$ = [3, n0, _PBMCR,
2383
+ 0,
2384
+ [_B, _I, _MCe, _EBO],
2385
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.MetricsConfiguration$, { [_hP]: 1, [_xN]: _MCe }], [0, { [_hH]: _xaebo }]], 3
2386
+ ];
2387
+ exports.PutBucketNotificationConfigurationRequest$ = [3, n0, _PBNCR,
2388
+ 0,
2389
+ [_B, _NC, _EBO, _SDV],
2390
+ [[0, 1], [() => exports.NotificationConfiguration$, { [_hP]: 1, [_xN]: _NC }], [0, { [_hH]: _xaebo }], [2, { [_hH]: _xasdv }]], 2
2391
+ ];
2392
+ exports.PutBucketOwnershipControlsRequest$ = [3, n0, _PBOCR,
2393
+ 0,
2394
+ [_B, _OC, _CMDo, _EBO, _CA],
2395
+ [[0, 1], [() => exports.OwnershipControls$, { [_hP]: 1, [_xN]: _OC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
2396
+ ];
2397
+ exports.PutBucketPolicyRequest$ = [3, n0, _PBPR,
2398
+ 0,
2399
+ [_B, _Po, _CMDo, _CA, _CRSBA, _EBO],
2400
+ [[0, 1], [0, 16], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [2, { [_hH]: _xacrsba }], [0, { [_hH]: _xaebo }]], 2
2401
+ ];
2402
+ exports.PutBucketReplicationRequest$ = [3, n0, _PBRR,
2403
+ 0,
2404
+ [_B, _RCe, _CMDo, _CA, _To, _EBO],
2405
+ [[0, 1], [() => exports.ReplicationConfiguration$, { [_hP]: 1, [_xN]: _RCe }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _xaebo }]], 2
2406
+ ];
2407
+ exports.PutBucketRequestPaymentRequest$ = [3, n0, _PBRPR,
2408
+ 0,
2409
+ [_B, _RPC, _CMDo, _CA, _EBO],
2410
+ [[0, 1], [() => exports.RequestPaymentConfiguration$, { [_hP]: 1, [_xN]: _RPC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2411
+ ];
2412
+ exports.PutBucketTaggingRequest$ = [3, n0, _PBTR,
2413
+ 0,
2414
+ [_B, _Tag, _CMDo, _CA, _EBO],
2415
+ [[0, 1], [() => exports.Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2416
+ ];
2417
+ exports.PutBucketVersioningRequest$ = [3, n0, _PBVR,
2418
+ 0,
2419
+ [_B, _VC, _CMDo, _CA, _MFA, _EBO],
2420
+ [[0, 1], [() => exports.VersioningConfiguration$, { [_hP]: 1, [_xN]: _VC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xaebo }]], 2
2421
+ ];
2422
+ exports.PutBucketWebsiteRequest$ = [3, n0, _PBWR,
2423
+ 0,
2424
+ [_B, _WC, _CMDo, _CA, _EBO],
2425
+ [[0, 1], [() => exports.WebsiteConfiguration$, { [_hP]: 1, [_xN]: _WC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2426
+ ];
2427
+ exports.PutObjectAclOutput$ = [3, n0, _POAO,
2428
+ 0,
2429
+ [_RC],
2430
+ [[0, { [_hH]: _xarc }]]
2431
+ ];
2432
+ exports.PutObjectAclRequest$ = [3, n0, _POAR,
2433
+ 0,
2434
+ [_B, _K, _ACL_, _ACP, _CMDo, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _RP, _VI, _EBO],
2435
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => exports.AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
2436
+ ];
2437
+ exports.PutObjectLegalHoldOutput$ = [3, n0, _POLHO,
2438
+ 0,
2439
+ [_RC],
2440
+ [[0, { [_hH]: _xarc }]]
2441
+ ];
2442
+ exports.PutObjectLegalHoldRequest$ = [3, n0, _POLHR,
2443
+ 0,
2444
+ [_B, _K, _LH, _RP, _VI, _CMDo, _CA, _EBO],
2445
+ [[0, 1], [0, 1], [() => exports.ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2446
+ ];
2447
+ exports.PutObjectLockConfigurationOutput$ = [3, n0, _POLCO,
2448
+ 0,
2449
+ [_RC],
2450
+ [[0, { [_hH]: _xarc }]]
2451
+ ];
2452
+ exports.PutObjectLockConfigurationRequest$ = [3, n0, _POLCR,
2453
+ 0,
2454
+ [_B, _OLC, _RP, _To, _CMDo, _CA, _EBO],
2455
+ [[0, 1], [() => exports.ObjectLockConfiguration$, { [_hP]: 1, [_xN]: _OLC }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 1
2456
+ ];
2457
+ exports.PutObjectOutput$ = [3, n0, _POO,
2458
+ 0,
2459
+ [_E, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _CT, _SSE, _VI, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _Si, _RC],
2460
+ [[0, { [_hH]: _xae }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xact }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [1, { [_hH]: _xaos }], [0, { [_hH]: _xarc }]]
2461
+ ];
2462
+ exports.PutObjectRequest$ = [3, n0, _POR,
2463
+ 0,
2464
+ [_B, _K, _ACL_, _Bo, _CC, _CDo, _CEo, _CL, _CLo, _CMDo, _CTo, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _Ex, _IM, _INM, _GFC, _GR, _GRACP, _GWACP, _WOB, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO],
2465
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => StreamingBlob, 16], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [1, { [_hH]: _xawob }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }]], 2
2466
+ ];
2467
+ exports.PutObjectRetentionOutput$ = [3, n0, _PORO,
2468
+ 0,
2469
+ [_RC],
2470
+ [[0, { [_hH]: _xarc }]]
2471
+ ];
2472
+ exports.PutObjectRetentionRequest$ = [3, n0, _PORR,
2473
+ 0,
2474
+ [_B, _K, _Ret, _RP, _VI, _BGR, _CMDo, _CA, _EBO],
2475
+ [[0, 1], [0, 1], [() => exports.ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2476
+ ];
2477
+ exports.PutObjectTaggingOutput$ = [3, n0, _POTO,
2478
+ 0,
2479
+ [_VI],
2480
+ [[0, { [_hH]: _xavi }]]
2481
+ ];
2482
+ exports.PutObjectTaggingRequest$ = [3, n0, _POTR,
2483
+ 0,
2484
+ [_B, _K, _Tag, _VI, _CMDo, _CA, _EBO, _RP],
2485
+ [[0, 1], [0, 1], [() => exports.Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 3
2486
+ ];
2487
+ exports.PutPublicAccessBlockRequest$ = [3, n0, _PPABR,
2488
+ 0,
2489
+ [_B, _PABC, _CMDo, _CA, _EBO],
2490
+ [[0, 1], [() => exports.PublicAccessBlockConfiguration$, { [_hP]: 1, [_xN]: _PABC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2491
+ ];
2492
+ exports.QueueConfiguration$ = [3, n0, _QCue,
2493
+ 0,
2494
+ [_QA, _Ev, _I, _F],
2495
+ [[0, { [_xN]: _Qu }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2496
+ ];
2497
+ exports.RecordExpiration$ = [3, n0, _REe,
2498
+ 0,
2499
+ [_E, _D],
2500
+ [0, 1], 1
2501
+ ];
2502
+ exports.RecordsEvent$ = [3, n0, _REec,
2503
+ 0,
2504
+ [_Payl],
2505
+ [[21, { [_eP]: 1 }]]
2506
+ ];
2507
+ exports.Redirect$ = [3, n0, _Red,
2508
+ 0,
2509
+ [_HN, _HRC, _Pro, _RKPW, _RKW],
2510
+ [0, 0, 0, 0, 0]
2511
+ ];
2512
+ exports.RedirectAllRequestsTo$ = [3, n0, _RART,
2513
+ 0,
2514
+ [_HN, _Pro],
2515
+ [0, 0], 1
2516
+ ];
2517
+ exports.RenameObjectOutput$ = [3, n0, _ROO,
2518
+ 0,
2519
+ [],
2520
+ []
2521
+ ];
2522
+ exports.RenameObjectRequest$ = [3, n0, _ROR,
2523
+ 0,
2524
+ [_B, _K, _RSen, _DIM, _DINM, _DIMS, _DIUS, _SIM, _SINM, _SIMS, _SIUS, _CTl],
2525
+ [[0, 1], [0, 1], [0, { [_hH]: _xars_ }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IMS_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _xarsim }], [0, { [_hH]: _xarsinm }], [6, { [_hH]: _xarsims }], [6, { [_hH]: _xarsius }], [0, { [_hH]: _xact_, [_iT]: 1 }]], 3
2526
+ ];
2527
+ exports.ReplicaModifications$ = [3, n0, _RM,
2528
+ 0,
2529
+ [_S],
2530
+ [0], 1
2531
+ ];
2532
+ exports.ReplicationConfiguration$ = [3, n0, _RCe,
2533
+ 0,
2534
+ [_Ro, _R],
2535
+ [0, [() => ReplicationRules, { [_xF]: 1, [_xN]: _Ru }]], 2
2536
+ ];
2537
+ exports.ReplicationRule$ = [3, n0, _RRe,
2538
+ 0,
2539
+ [_S, _Des, _ID, _Pri, _P, _F, _SSC, _EOR, _DMR],
2540
+ [0, () => exports.Destination$, 0, 1, 0, [() => exports.ReplicationRuleFilter$, 0], () => exports.SourceSelectionCriteria$, () => exports.ExistingObjectReplication$, () => exports.DeleteMarkerReplication$], 2
2541
+ ];
2542
+ exports.ReplicationRuleAndOperator$ = [3, n0, _RRAO,
2543
+ 0,
2544
+ [_P, _T],
2545
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
2546
+ ];
2547
+ exports.ReplicationRuleFilter$ = [3, n0, _RRF,
2548
+ 0,
2549
+ [_P, _Ta, _An],
2550
+ [0, () => exports.Tag$, [() => exports.ReplicationRuleAndOperator$, 0]]
2551
+ ];
2552
+ exports.ReplicationTime$ = [3, n0, _RT,
2553
+ 0,
2554
+ [_S, _Tim],
2555
+ [0, () => exports.ReplicationTimeValue$], 2
2556
+ ];
2557
+ exports.ReplicationTimeValue$ = [3, n0, _RTV,
2558
+ 0,
2559
+ [_Mi],
2560
+ [1]
2561
+ ];
2562
+ exports.RequestPaymentConfiguration$ = [3, n0, _RPC,
2563
+ 0,
2564
+ [_Pay],
2565
+ [0], 1
2566
+ ];
2567
+ exports.RequestProgress$ = [3, n0, _RPe,
2568
+ 0,
2569
+ [_Ena],
2570
+ [2]
2571
+ ];
2572
+ exports.RestoreObjectOutput$ = [3, n0, _ROOe,
2573
+ 0,
2574
+ [_RC, _ROP],
2575
+ [[0, { [_hH]: _xarc }], [0, { [_hH]: _xarop }]]
2576
+ ];
2577
+ exports.RestoreObjectRequest$ = [3, n0, _RORe,
2578
+ 0,
2579
+ [_B, _K, _VI, _RRes, _RP, _CA, _EBO],
2580
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [() => exports.RestoreRequest$, { [_hP]: 1, [_xN]: _RRes }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2581
+ ];
2582
+ exports.RestoreRequest$ = [3, n0, _RRes,
2583
+ 0,
2584
+ [_D, _GJP, _Ty, _Ti, _Desc, _SP, _OL],
2585
+ [1, () => exports.GlacierJobParameters$, 0, 0, 0, () => exports.SelectParameters$, [() => exports.OutputLocation$, 0]]
2586
+ ];
2587
+ exports.RestoreStatus$ = [3, n0, _RSe,
2588
+ 0,
2589
+ [_IRIP, _RED],
2590
+ [2, 4]
2591
+ ];
2592
+ exports.RoutingRule$ = [3, n0, _RRo,
2593
+ 0,
2594
+ [_Red, _Co],
2595
+ [() => exports.Redirect$, () => exports.Condition$], 1
2596
+ ];
2597
+ exports.S3KeyFilter$ = [3, n0, _SKF,
2598
+ 0,
2599
+ [_FRi],
2600
+ [[() => FilterRuleList, { [_xF]: 1, [_xN]: _FR }]]
2601
+ ];
2602
+ exports.S3Location$ = [3, n0, _SL,
2603
+ 0,
2604
+ [_BNu, _P, _En, _CACL, _ACL, _Tag, _UM, _SC],
2605
+ [0, 0, [() => exports.Encryption$, 0], 0, [() => Grants, 0], [() => exports.Tagging$, 0], [() => UserMetadata, 0], 0], 2
2606
+ ];
2607
+ exports.S3TablesDestination$ = [3, n0, _STD,
2608
+ 0,
2609
+ [_TBA, _TNa],
2610
+ [0, 0], 2
2611
+ ];
2612
+ exports.S3TablesDestinationResult$ = [3, n0, _STDR,
2613
+ 0,
2614
+ [_TBA, _TNa, _TA, _TN],
2615
+ [0, 0, 0, 0], 4
2616
+ ];
2617
+ exports.ScanRange$ = [3, n0, _SR,
2618
+ 0,
2619
+ [_St, _End],
2620
+ [1, 1]
2621
+ ];
2622
+ exports.SelectObjectContentOutput$ = [3, n0, _SOCO,
2623
+ 0,
2624
+ [_Payl],
2625
+ [[() => exports.SelectObjectContentEventStream$, 16]]
2626
+ ];
2627
+ exports.SelectObjectContentRequest$ = [3, n0, _SOCR,
2628
+ 0,
2629
+ [_B, _K, _Exp, _ETx, _IS, _OSu, _SSECA, _SSECK, _SSECKMD, _RPe, _SR, _EBO],
2630
+ [[0, 1], [0, 1], 0, 0, () => exports.InputSerialization$, () => exports.OutputSerialization$, [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], () => exports.RequestProgress$, () => exports.ScanRange$, [0, { [_hH]: _xaebo }]], 6
2631
+ ];
2632
+ exports.SelectParameters$ = [3, n0, _SP,
2633
+ 0,
2634
+ [_IS, _ETx, _Exp, _OSu],
2635
+ [() => exports.InputSerialization$, 0, 0, () => exports.OutputSerialization$], 4
2636
+ ];
2637
+ exports.ServerSideEncryptionByDefault$ = [3, n0, _SSEBD,
2638
+ 0,
2639
+ [_SSEA, _KMSMKID],
2640
+ [0, [() => SSEKMSKeyId, 0]], 1
2641
+ ];
2642
+ exports.ServerSideEncryptionConfiguration$ = [3, n0, _SSEC,
2643
+ 0,
2644
+ [_R],
2645
+ [[() => ServerSideEncryptionRules, { [_xF]: 1, [_xN]: _Ru }]], 1
2646
+ ];
2647
+ exports.ServerSideEncryptionRule$ = [3, n0, _SSER,
2648
+ 0,
2649
+ [_ASSEBD, _BKE, _BET],
2650
+ [[() => exports.ServerSideEncryptionByDefault$, 0], 2, [() => exports.BlockedEncryptionTypes$, 0]]
2651
+ ];
2652
+ exports.SessionCredentials$ = [3, n0, _SCe,
2653
+ 0,
2654
+ [_AKI, _SAK, _ST, _E],
2655
+ [[0, { [_xN]: _AKI }], [() => SessionCredentialValue, { [_xN]: _SAK }], [() => SessionCredentialValue, { [_xN]: _ST }], [4, { [_xN]: _E }]], 4
2656
+ ];
2657
+ exports.SimplePrefix$ = [3, n0, _SPi,
2658
+ { [_xN]: _SPi },
2659
+ [],
2660
+ []
2661
+ ];
2662
+ exports.SourceSelectionCriteria$ = [3, n0, _SSC,
2663
+ 0,
2664
+ [_SKEO, _RM],
2665
+ [() => exports.SseKmsEncryptedObjects$, () => exports.ReplicaModifications$]
2666
+ ];
2667
+ exports.SSEKMS$ = [3, n0, _SSEKMS,
2668
+ { [_xN]: _SK },
2669
+ [_KI],
2670
+ [[() => SSEKMSKeyId, 0]], 1
2671
+ ];
2672
+ exports.SseKmsEncryptedObjects$ = [3, n0, _SKEO,
2673
+ 0,
2674
+ [_S],
2675
+ [0], 1
2676
+ ];
2677
+ exports.SSEKMSEncryption$ = [3, n0, _SSEKMSE,
2678
+ { [_xN]: _SK },
2679
+ [_KMSKA, _BKE],
2680
+ [[() => NonEmptyKmsKeyArnString, 0], 2], 1
2681
+ ];
2682
+ exports.SSES3$ = [3, n0, _SSES,
2683
+ { [_xN]: _SS },
2684
+ [],
2685
+ []
2686
+ ];
2687
+ exports.Stats$ = [3, n0, _Sta,
2688
+ 0,
2689
+ [_BS, _BP, _BRy],
2690
+ [1, 1, 1]
2691
+ ];
2692
+ exports.StatsEvent$ = [3, n0, _SE,
2693
+ 0,
2694
+ [_Det],
2695
+ [[() => exports.Stats$, { [_eP]: 1 }]]
2696
+ ];
2697
+ exports.StorageClassAnalysis$ = [3, n0, _SCA,
2698
+ 0,
2699
+ [_DE],
2700
+ [() => exports.StorageClassAnalysisDataExport$]
2701
+ ];
2702
+ exports.StorageClassAnalysisDataExport$ = [3, n0, _SCADE,
2703
+ 0,
2704
+ [_OSV, _Des],
2705
+ [0, () => exports.AnalyticsExportDestination$], 2
2706
+ ];
2707
+ exports.Tag$ = [3, n0, _Ta,
2708
+ 0,
2709
+ [_K, _V],
2710
+ [0, 0], 2
2711
+ ];
2712
+ exports.Tagging$ = [3, n0, _Tag,
2713
+ 0,
2714
+ [_TS],
2715
+ [[() => TagSet, 0]], 1
2716
+ ];
2717
+ exports.TargetGrant$ = [3, n0, _TGa,
2718
+ 0,
2719
+ [_Gra, _Pe],
2720
+ [[() => exports.Grantee$, { [_xNm]: [_x, _hi] }], 0]
2721
+ ];
2722
+ exports.TargetObjectKeyFormat$ = [3, n0, _TOKF,
2723
+ 0,
2724
+ [_SPi, _PP],
2725
+ [[() => exports.SimplePrefix$, { [_xN]: _SPi }], [() => exports.PartitionedPrefix$, { [_xN]: _PP }]]
2726
+ ];
2727
+ exports.Tiering$ = [3, n0, _Tier,
2728
+ 0,
2729
+ [_D, _AT],
2730
+ [1, 0], 2
2731
+ ];
2732
+ exports.TopicConfiguration$ = [3, n0, _TCop,
2733
+ 0,
2734
+ [_TAo, _Ev, _I, _F],
2735
+ [[0, { [_xN]: _Top }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2736
+ ];
2737
+ exports.Transition$ = [3, n0, _Tra,
2738
+ 0,
2739
+ [_Da, _D, _SC],
2740
+ [5, 1, 0]
2741
+ ];
2742
+ exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = [3, n0, _UBMITCR,
2743
+ 0,
2744
+ [_B, _ITCn, _CMDo, _CA, _EBO],
2745
+ [[0, 1], [() => exports.InventoryTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _ITCn }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2746
+ ];
2747
+ exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = [3, n0, _UBMJTCR,
2748
+ 0,
2749
+ [_B, _JTC, _CMDo, _CA, _EBO],
2750
+ [[0, 1], [() => exports.JournalTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _JTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2751
+ ];
2752
+ exports.UpdateObjectEncryptionRequest$ = [3, n0, _UOER,
2753
+ 0,
2754
+ [_B, _K, _OE, _VI, _RP, _EBO, _CMDo, _CA],
2755
+ [[0, 1], [0, 1], [() => exports.ObjectEncryption$, 16], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }]], 3
2756
+ ];
2757
+ exports.UpdateObjectEncryptionResponse$ = [3, n0, _UOERp,
2758
+ 0,
2759
+ [_RC],
2760
+ [[0, { [_hH]: _xarc }]]
2761
+ ];
2762
+ exports.UploadPartCopyOutput$ = [3, n0, _UPCO,
2763
+ 0,
2764
+ [_CSVI, _CPR, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
2765
+ [[0, { [_hH]: _xacsvi }], [() => exports.CopyPartResult$, 16], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
2766
+ ];
2767
+ exports.UploadPartCopyRequest$ = [3, n0, _UPCR,
2768
+ 0,
2769
+ [_B, _CS, _K, _PN, _UI, _CSIM, _CSIMS, _CSINM, _CSIUS, _CSRo, _SSECA, _SSECK, _SSECKMD, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _EBO, _ESBO],
2770
+ [[0, 1], [0, { [_hH]: _xacs___ }], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [0, { [_hH]: _xacsr }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 5
2771
+ ];
2772
+ exports.UploadPartOutput$ = [3, n0, _UPO,
2773
+ 0,
2774
+ [_SSE, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
2775
+ [[0, { [_hH]: _xasse }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
2776
+ ];
2777
+ exports.UploadPartRequest$ = [3, n0, _UPR,
2778
+ 0,
2779
+ [_B, _K, _PN, _UI, _Bo, _CLo, _CMDo, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
2780
+ [[0, 1], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [() => StreamingBlob, 16], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xacs__ }], [0, { [_hH]: _xacm }], [0, { [_hH]: _xacx }], [0, { [_hH]: _xacx_ }], [0, { [_hH]: _xacx__ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 4
2781
+ ];
2782
+ exports.VersioningConfiguration$ = [3, n0, _VC,
2783
+ 0,
2784
+ [_MFAD, _S],
2785
+ [[0, { [_xN]: _MDf }], 0]
2786
+ ];
2787
+ exports.WebsiteConfiguration$ = [3, n0, _WC,
2788
+ 0,
2789
+ [_EDr, _IDn, _RART, _RR],
2790
+ [() => exports.ErrorDocument$, () => exports.IndexDocument$, () => exports.RedirectAllRequestsTo$, [() => RoutingRules, 0]]
2791
+ ];
2792
+ exports.WriteGetObjectResponseRequest$ = [3, n0, _WGORR,
2793
+ 0,
2794
+ [_RReq, _RTe, _Bo, _SCt, _ECr, _EM, _AR, _CC, _CDo, _CEo, _CL, _CLo, _CR, _CTo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CSHAhe, _CMD, _CXXHASH, _CXXHASHh, _CXXHASHhe, _DM, _ETa, _Ex, _E, _LM, _MM, _M, _OLM, _OLLHS, _OLRUD, _PC, _RS, _RC, _Re, _SSE, _SSECA, _SSEKMSKI, _SSECKMD, _SC, _TC, _VI, _BKE],
2795
+ [[0, { [_hL]: 1, [_hH]: _xarr }], [0, { [_hH]: _xart }], [() => StreamingBlob, 16], [1, { [_hH]: _xafs }], [0, { [_hH]: _xafec }], [0, { [_hH]: _xafem }], [0, { [_hH]: _xafhar }], [0, { [_hH]: _xafhCC }], [0, { [_hH]: _xafhCD }], [0, { [_hH]: _xafhCE }], [0, { [_hH]: _xafhCL }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xafhCR }], [0, { [_hH]: _xafhCT }], [0, { [_hH]: _xafhxacc }], [0, { [_hH]: _xafhxacc_ }], [0, { [_hH]: _xafhxacc__ }], [0, { [_hH]: _xafhxacs }], [0, { [_hH]: _xafhxacs_ }], [0, { [_hH]: _xafhxacs__ }], [0, { [_hH]: _xafhxacm }], [0, { [_hH]: _xafhxacx }], [0, { [_hH]: _xafhxacx_ }], [0, { [_hH]: _xafhxacx__ }], [2, { [_hH]: _xafhxadm }], [0, { [_hH]: _xafhE }], [4, { [_hH]: _xafhE_ }], [0, { [_hH]: _xafhxae }], [4, { [_hH]: _xafhLM }], [1, { [_hH]: _xafhxamm }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xafhxaolm }], [0, { [_hH]: _xafhxaollh }], [5, { [_hH]: _xafhxaolrud }], [1, { [_hH]: _xafhxampc }], [0, { [_hH]: _xafhxars }], [0, { [_hH]: _xafhxarc }], [0, { [_hH]: _xafhxar }], [0, { [_hH]: _xafhxasse }], [0, { [_hH]: _xafhxasseca }], [() => SSEKMSKeyId, { [_hH]: _xafhxasseakki }], [0, { [_hH]: _xafhxasseckM }], [0, { [_hH]: _xafhxasc }], [1, { [_hH]: _xafhxatc }], [0, { [_hH]: _xafhxavi }], [2, { [_hH]: _xafhxassebke }]], 2
2796
+ ];
2797
+ var __Unit = "unit";
2798
+ var AllowedHeaders = 64 | 0;
2799
+ var AllowedMethods = 64 | 0;
2800
+ var AllowedOrigins = 64 | 0;
2801
+ var AnalyticsConfigurationList = [1, n0, _ACLn,
2802
+ 0, [() => exports.AnalyticsConfiguration$,
2803
+ 0]
2804
+ ];
2805
+ var Buckets = [1, n0, _Bu,
2806
+ 0, [() => exports.Bucket$,
2807
+ { [_xN]: _B }]
2808
+ ];
2809
+ var ChecksumAlgorithmList = 64 | 0;
2810
+ var CommonPrefixList = [1, n0, _CPL,
2811
+ 0, () => exports.CommonPrefix$
2812
+ ];
2813
+ var CompletedPartList = [1, n0, _CPLo,
2814
+ 0, () => exports.CompletedPart$
2815
+ ];
2816
+ var CORSRules = [1, n0, _CORSR,
2817
+ 0, [() => exports.CORSRule$,
2818
+ 0]
2819
+ ];
2820
+ var DeletedObjects = [1, n0, _DOe,
2821
+ 0, () => exports.DeletedObject$
2822
+ ];
2823
+ var DeleteMarkers = [1, n0, _DMe,
2824
+ 0, () => exports.DeleteMarkerEntry$
2825
+ ];
2826
+ var EncryptionTypeList = [1, n0, _ETL,
2827
+ 0, [0,
2828
+ { [_xN]: _ET }]
2829
+ ];
2830
+ var Errors = [1, n0, _Er,
2831
+ 0, () => exports._Error$
2832
+ ];
2833
+ var EventList = 64 | 0;
2834
+ var ExposeHeaders = 64 | 0;
2835
+ var FilterRuleList = [1, n0, _FRL,
2836
+ 0, () => exports.FilterRule$
2837
+ ];
2838
+ var Grants = [1, n0, _G,
2839
+ 0, [() => exports.Grant$,
2840
+ { [_xN]: _Gr }]
2841
+ ];
2842
+ var IntelligentTieringConfigurationList = [1, n0, _ITCL,
2843
+ 0, [() => exports.IntelligentTieringConfiguration$,
2844
+ 0]
2845
+ ];
2846
+ var InventoryConfigurationList = [1, n0, _ICL,
2847
+ 0, [() => exports.InventoryConfiguration$,
2848
+ 0]
2849
+ ];
2850
+ var InventoryOptionalFields = [1, n0, _IOF,
2851
+ 0, [0,
2852
+ { [_xN]: _Fi }]
2853
+ ];
2854
+ var LambdaFunctionConfigurationList = [1, n0, _LFCL,
2855
+ 0, [() => exports.LambdaFunctionConfiguration$,
2856
+ 0]
2857
+ ];
2858
+ var LifecycleRules = [1, n0, _LRi,
2859
+ 0, [() => exports.LifecycleRule$,
2860
+ 0]
2861
+ ];
2862
+ var MetricsConfigurationList = [1, n0, _MCL,
2863
+ 0, [() => exports.MetricsConfiguration$,
2864
+ 0]
2865
+ ];
2866
+ var MultipartUploadList = [1, n0, _MUL,
2867
+ 0, () => exports.MultipartUpload$
2868
+ ];
2869
+ var NoncurrentVersionTransitionList = [1, n0, _NVTL,
2870
+ 0, () => exports.NoncurrentVersionTransition$
2871
+ ];
2872
+ var ObjectAttributesList = 64 | 0;
2873
+ var ObjectIdentifierList = [1, n0, _OIL,
2874
+ 0, () => exports.ObjectIdentifier$
2875
+ ];
2876
+ var ObjectList = [1, n0, _OLb,
2877
+ 0, [() => exports._Object$,
2878
+ 0]
2879
+ ];
2880
+ var ObjectVersionList = [1, n0, _OVL,
2881
+ 0, [() => exports.ObjectVersion$,
2882
+ 0]
2883
+ ];
2884
+ var OptionalObjectAttributesList = 64 | 0;
2885
+ var OwnershipControlsRules = [1, n0, _OCRw,
2886
+ 0, () => exports.OwnershipControlsRule$
2887
+ ];
2888
+ var Parts = [1, n0, _Pa,
2889
+ 0, () => exports.Part$
2890
+ ];
2891
+ var PartsList = [1, n0, _PL,
2892
+ 0, () => exports.ObjectPart$
2893
+ ];
2894
+ var QueueConfigurationList = [1, n0, _QCL,
2895
+ 0, [() => exports.QueueConfiguration$,
2896
+ 0]
2897
+ ];
2898
+ var ReplicationRules = [1, n0, _RRep,
2899
+ 0, [() => exports.ReplicationRule$,
2900
+ 0]
2901
+ ];
2902
+ var RoutingRules = [1, n0, _RR,
2903
+ 0, [() => exports.RoutingRule$,
2904
+ { [_xN]: _RRo }]
2905
+ ];
2906
+ var ServerSideEncryptionRules = [1, n0, _SSERe,
2907
+ 0, [() => exports.ServerSideEncryptionRule$,
2908
+ 0]
2909
+ ];
2910
+ var TagSet = [1, n0, _TS,
2911
+ 0, [() => exports.Tag$,
2912
+ { [_xN]: _Ta }]
2913
+ ];
2914
+ var TargetGrants = [1, n0, _TG,
2915
+ 0, [() => exports.TargetGrant$,
2916
+ { [_xN]: _Gr }]
2917
+ ];
2918
+ var TieringList = [1, n0, _TL,
2919
+ 0, () => exports.Tiering$
2920
+ ];
2921
+ var TopicConfigurationList = [1, n0, _TCL,
2922
+ 0, [() => exports.TopicConfiguration$,
2923
+ 0]
2924
+ ];
2925
+ var TransitionList = [1, n0, _TLr,
2926
+ 0, () => exports.Transition$
2927
+ ];
2928
+ var UserMetadata = [1, n0, _UM,
2929
+ 0, [() => exports.MetadataEntry$,
2930
+ { [_xN]: _ME }]
2931
+ ];
2932
+ var Metadata = 128 | 0;
2933
+ exports.AnalyticsFilter$ = [4, n0, _AF,
2934
+ 0,
2935
+ [_P, _Ta, _An],
2936
+ [0, () => exports.Tag$, [() => exports.AnalyticsAndOperator$, 0]]
2937
+ ];
2938
+ exports.MetricsFilter$ = [4, n0, _MF,
2939
+ 0,
2940
+ [_P, _Ta, _APAc, _An],
2941
+ [0, () => exports.Tag$, 0, [() => exports.MetricsAndOperator$, 0]]
2942
+ ];
2943
+ exports.ObjectEncryption$ = [4, n0, _OE,
2944
+ 0,
2945
+ [_SSEKMS],
2946
+ [[() => exports.SSEKMSEncryption$, { [_xN]: _SK }]]
2947
+ ];
2948
+ exports.SelectObjectContentEventStream$ = [4, n0, _SOCES,
2949
+ { [_st]: 1 },
2950
+ [_Rec, _Sta, _Pr, _Cont, _End],
2951
+ [[() => exports.RecordsEvent$, 0], [() => exports.StatsEvent$, 0], [() => exports.ProgressEvent$, 0], () => exports.ContinuationEvent$, () => exports.EndEvent$]
2952
+ ];
2953
+ exports.AbortMultipartUpload$ = [9, n0, _AMU,
2954
+ { [_h]: ["DELETE", "/{Key+}?x-id=AbortMultipartUpload", 204] }, () => exports.AbortMultipartUploadRequest$, () => exports.AbortMultipartUploadOutput$
2955
+ ];
2956
+ exports.CompleteMultipartUpload$ = [9, n0, _CMUo,
2957
+ { [_h]: ["POST", "/{Key+}", 200] }, () => exports.CompleteMultipartUploadRequest$, () => exports.CompleteMultipartUploadOutput$
2958
+ ];
2959
+ exports.CopyObject$ = [9, n0, _CO,
2960
+ { [_h]: ["PUT", "/{Key+}?x-id=CopyObject", 200] }, () => exports.CopyObjectRequest$, () => exports.CopyObjectOutput$
2961
+ ];
2962
+ exports.CreateBucket$ = [9, n0, _CB,
2963
+ { [_h]: ["PUT", "/", 200] }, () => exports.CreateBucketRequest$, () => exports.CreateBucketOutput$
2964
+ ];
2965
+ exports.CreateBucketMetadataConfiguration$ = [9, n0, _CBMC,
2966
+ { [_hC]: "-", [_h]: ["POST", "/?metadataConfiguration", 200] }, () => exports.CreateBucketMetadataConfigurationRequest$, () => __Unit
2967
+ ];
2968
+ exports.CreateBucketMetadataTableConfiguration$ = [9, n0, _CBMTC,
2969
+ { [_hC]: "-", [_h]: ["POST", "/?metadataTable", 200] }, () => exports.CreateBucketMetadataTableConfigurationRequest$, () => __Unit
2970
+ ];
2971
+ exports.CreateMultipartUpload$ = [9, n0, _CMUr,
2972
+ { [_h]: ["POST", "/{Key+}?uploads", 200] }, () => exports.CreateMultipartUploadRequest$, () => exports.CreateMultipartUploadOutput$
2973
+ ];
2974
+ exports.CreateSession$ = [9, n0, _CSr,
2975
+ { [_h]: ["GET", "/?session", 200] }, () => exports.CreateSessionRequest$, () => exports.CreateSessionOutput$
2976
+ ];
2977
+ exports.DeleteBucket$ = [9, n0, _DB,
2978
+ { [_h]: ["DELETE", "/", 204] }, () => exports.DeleteBucketRequest$, () => __Unit
2979
+ ];
2980
+ exports.DeleteBucketAnalyticsConfiguration$ = [9, n0, _DBAC,
2981
+ { [_h]: ["DELETE", "/?analytics", 204] }, () => exports.DeleteBucketAnalyticsConfigurationRequest$, () => __Unit
2982
+ ];
2983
+ exports.DeleteBucketCors$ = [9, n0, _DBC,
2984
+ { [_h]: ["DELETE", "/?cors", 204] }, () => exports.DeleteBucketCorsRequest$, () => __Unit
2985
+ ];
2986
+ exports.DeleteBucketEncryption$ = [9, n0, _DBE,
2987
+ { [_h]: ["DELETE", "/?encryption", 204] }, () => exports.DeleteBucketEncryptionRequest$, () => __Unit
2988
+ ];
2989
+ exports.DeleteBucketIntelligentTieringConfiguration$ = [9, n0, _DBITC,
2990
+ { [_h]: ["DELETE", "/?intelligent-tiering", 204] }, () => exports.DeleteBucketIntelligentTieringConfigurationRequest$, () => __Unit
2991
+ ];
2992
+ exports.DeleteBucketInventoryConfiguration$ = [9, n0, _DBIC,
2993
+ { [_h]: ["DELETE", "/?inventory", 204] }, () => exports.DeleteBucketInventoryConfigurationRequest$, () => __Unit
2994
+ ];
2995
+ exports.DeleteBucketLifecycle$ = [9, n0, _DBL,
2996
+ { [_h]: ["DELETE", "/?lifecycle", 204] }, () => exports.DeleteBucketLifecycleRequest$, () => __Unit
2997
+ ];
2998
+ exports.DeleteBucketMetadataConfiguration$ = [9, n0, _DBMC,
2999
+ { [_h]: ["DELETE", "/?metadataConfiguration", 204] }, () => exports.DeleteBucketMetadataConfigurationRequest$, () => __Unit
3000
+ ];
3001
+ exports.DeleteBucketMetadataTableConfiguration$ = [9, n0, _DBMTC,
3002
+ { [_h]: ["DELETE", "/?metadataTable", 204] }, () => exports.DeleteBucketMetadataTableConfigurationRequest$, () => __Unit
3003
+ ];
3004
+ exports.DeleteBucketMetricsConfiguration$ = [9, n0, _DBMCe,
3005
+ { [_h]: ["DELETE", "/?metrics", 204] }, () => exports.DeleteBucketMetricsConfigurationRequest$, () => __Unit
3006
+ ];
3007
+ exports.DeleteBucketOwnershipControls$ = [9, n0, _DBOC,
3008
+ { [_h]: ["DELETE", "/?ownershipControls", 204] }, () => exports.DeleteBucketOwnershipControlsRequest$, () => __Unit
3009
+ ];
3010
+ exports.DeleteBucketPolicy$ = [9, n0, _DBP,
3011
+ { [_h]: ["DELETE", "/?policy", 204] }, () => exports.DeleteBucketPolicyRequest$, () => __Unit
3012
+ ];
3013
+ exports.DeleteBucketReplication$ = [9, n0, _DBRe,
3014
+ { [_h]: ["DELETE", "/?replication", 204] }, () => exports.DeleteBucketReplicationRequest$, () => __Unit
3015
+ ];
3016
+ exports.DeleteBucketTagging$ = [9, n0, _DBT,
3017
+ { [_h]: ["DELETE", "/?tagging", 204] }, () => exports.DeleteBucketTaggingRequest$, () => __Unit
3018
+ ];
3019
+ exports.DeleteBucketWebsite$ = [9, n0, _DBW,
3020
+ { [_h]: ["DELETE", "/?website", 204] }, () => exports.DeleteBucketWebsiteRequest$, () => __Unit
3021
+ ];
3022
+ exports.DeleteObject$ = [9, n0, _DOel,
3023
+ { [_h]: ["DELETE", "/{Key+}?x-id=DeleteObject", 204] }, () => exports.DeleteObjectRequest$, () => exports.DeleteObjectOutput$
3024
+ ];
3025
+ exports.DeleteObjects$ = [9, n0, _DOele,
3026
+ { [_hC]: "-", [_h]: ["POST", "/?delete", 200] }, () => exports.DeleteObjectsRequest$, () => exports.DeleteObjectsOutput$
3027
+ ];
3028
+ exports.DeleteObjectTagging$ = [9, n0, _DOT,
3029
+ { [_h]: ["DELETE", "/{Key+}?tagging", 204] }, () => exports.DeleteObjectTaggingRequest$, () => exports.DeleteObjectTaggingOutput$
3030
+ ];
3031
+ exports.DeletePublicAccessBlock$ = [9, n0, _DPAB,
3032
+ { [_h]: ["DELETE", "/?publicAccessBlock", 204] }, () => exports.DeletePublicAccessBlockRequest$, () => __Unit
3033
+ ];
3034
+ exports.GetBucketAbac$ = [9, n0, _GBA,
3035
+ { [_h]: ["GET", "/?abac", 200] }, () => exports.GetBucketAbacRequest$, () => exports.GetBucketAbacOutput$
3036
+ ];
3037
+ exports.GetBucketAccelerateConfiguration$ = [9, n0, _GBAC,
3038
+ { [_h]: ["GET", "/?accelerate", 200] }, () => exports.GetBucketAccelerateConfigurationRequest$, () => exports.GetBucketAccelerateConfigurationOutput$
3039
+ ];
3040
+ exports.GetBucketAcl$ = [9, n0, _GBAe,
3041
+ { [_h]: ["GET", "/?acl", 200] }, () => exports.GetBucketAclRequest$, () => exports.GetBucketAclOutput$
3042
+ ];
3043
+ exports.GetBucketAnalyticsConfiguration$ = [9, n0, _GBACe,
3044
+ { [_h]: ["GET", "/?analytics&x-id=GetBucketAnalyticsConfiguration", 200] }, () => exports.GetBucketAnalyticsConfigurationRequest$, () => exports.GetBucketAnalyticsConfigurationOutput$
3045
+ ];
3046
+ exports.GetBucketCors$ = [9, n0, _GBC,
3047
+ { [_h]: ["GET", "/?cors", 200] }, () => exports.GetBucketCorsRequest$, () => exports.GetBucketCorsOutput$
3048
+ ];
3049
+ exports.GetBucketEncryption$ = [9, n0, _GBE,
3050
+ { [_h]: ["GET", "/?encryption", 200] }, () => exports.GetBucketEncryptionRequest$, () => exports.GetBucketEncryptionOutput$
3051
+ ];
3052
+ exports.GetBucketIntelligentTieringConfiguration$ = [9, n0, _GBITC,
3053
+ { [_h]: ["GET", "/?intelligent-tiering&x-id=GetBucketIntelligentTieringConfiguration", 200] }, () => exports.GetBucketIntelligentTieringConfigurationRequest$, () => exports.GetBucketIntelligentTieringConfigurationOutput$
3054
+ ];
3055
+ exports.GetBucketInventoryConfiguration$ = [9, n0, _GBIC,
3056
+ { [_h]: ["GET", "/?inventory&x-id=GetBucketInventoryConfiguration", 200] }, () => exports.GetBucketInventoryConfigurationRequest$, () => exports.GetBucketInventoryConfigurationOutput$
3057
+ ];
3058
+ exports.GetBucketLifecycleConfiguration$ = [9, n0, _GBLC,
3059
+ { [_h]: ["GET", "/?lifecycle", 200] }, () => exports.GetBucketLifecycleConfigurationRequest$, () => exports.GetBucketLifecycleConfigurationOutput$
3060
+ ];
3061
+ exports.GetBucketLocation$ = [9, n0, _GBL,
3062
+ { [_h]: ["GET", "/?location", 200] }, () => exports.GetBucketLocationRequest$, () => exports.GetBucketLocationOutput$
3063
+ ];
3064
+ exports.GetBucketLogging$ = [9, n0, _GBLe,
3065
+ { [_h]: ["GET", "/?logging", 200] }, () => exports.GetBucketLoggingRequest$, () => exports.GetBucketLoggingOutput$
3066
+ ];
3067
+ exports.GetBucketMetadataConfiguration$ = [9, n0, _GBMC,
3068
+ { [_h]: ["GET", "/?metadataConfiguration", 200] }, () => exports.GetBucketMetadataConfigurationRequest$, () => exports.GetBucketMetadataConfigurationOutput$
3069
+ ];
3070
+ exports.GetBucketMetadataTableConfiguration$ = [9, n0, _GBMTC,
3071
+ { [_h]: ["GET", "/?metadataTable", 200] }, () => exports.GetBucketMetadataTableConfigurationRequest$, () => exports.GetBucketMetadataTableConfigurationOutput$
3072
+ ];
3073
+ exports.GetBucketMetricsConfiguration$ = [9, n0, _GBMCe,
3074
+ { [_h]: ["GET", "/?metrics&x-id=GetBucketMetricsConfiguration", 200] }, () => exports.GetBucketMetricsConfigurationRequest$, () => exports.GetBucketMetricsConfigurationOutput$
3075
+ ];
3076
+ exports.GetBucketNotificationConfiguration$ = [9, n0, _GBNC,
3077
+ { [_h]: ["GET", "/?notification", 200] }, () => exports.GetBucketNotificationConfigurationRequest$, () => exports.NotificationConfiguration$
3078
+ ];
3079
+ exports.GetBucketOwnershipControls$ = [9, n0, _GBOC,
3080
+ { [_h]: ["GET", "/?ownershipControls", 200] }, () => exports.GetBucketOwnershipControlsRequest$, () => exports.GetBucketOwnershipControlsOutput$
3081
+ ];
3082
+ exports.GetBucketPolicy$ = [9, n0, _GBP,
3083
+ { [_h]: ["GET", "/?policy", 200] }, () => exports.GetBucketPolicyRequest$, () => exports.GetBucketPolicyOutput$
3084
+ ];
3085
+ exports.GetBucketPolicyStatus$ = [9, n0, _GBPS,
3086
+ { [_h]: ["GET", "/?policyStatus", 200] }, () => exports.GetBucketPolicyStatusRequest$, () => exports.GetBucketPolicyStatusOutput$
3087
+ ];
3088
+ exports.GetBucketReplication$ = [9, n0, _GBR,
3089
+ { [_h]: ["GET", "/?replication", 200] }, () => exports.GetBucketReplicationRequest$, () => exports.GetBucketReplicationOutput$
3090
+ ];
3091
+ exports.GetBucketRequestPayment$ = [9, n0, _GBRP,
3092
+ { [_h]: ["GET", "/?requestPayment", 200] }, () => exports.GetBucketRequestPaymentRequest$, () => exports.GetBucketRequestPaymentOutput$
3093
+ ];
3094
+ exports.GetBucketTagging$ = [9, n0, _GBT,
3095
+ { [_h]: ["GET", "/?tagging", 200] }, () => exports.GetBucketTaggingRequest$, () => exports.GetBucketTaggingOutput$
3096
+ ];
3097
+ exports.GetBucketVersioning$ = [9, n0, _GBV,
3098
+ { [_h]: ["GET", "/?versioning", 200] }, () => exports.GetBucketVersioningRequest$, () => exports.GetBucketVersioningOutput$
3099
+ ];
3100
+ exports.GetBucketWebsite$ = [9, n0, _GBW,
3101
+ { [_h]: ["GET", "/?website", 200] }, () => exports.GetBucketWebsiteRequest$, () => exports.GetBucketWebsiteOutput$
3102
+ ];
3103
+ exports.GetObject$ = [9, n0, _GO,
3104
+ { [_hC]: "-", [_h]: ["GET", "/{Key+}?x-id=GetObject", 200] }, () => exports.GetObjectRequest$, () => exports.GetObjectOutput$
3105
+ ];
3106
+ exports.GetObjectAcl$ = [9, n0, _GOA,
3107
+ { [_h]: ["GET", "/{Key+}?acl", 200] }, () => exports.GetObjectAclRequest$, () => exports.GetObjectAclOutput$
3108
+ ];
3109
+ exports.GetObjectAttributes$ = [9, n0, _GOAe,
3110
+ { [_h]: ["GET", "/{Key+}?attributes", 200] }, () => exports.GetObjectAttributesRequest$, () => exports.GetObjectAttributesOutput$
3111
+ ];
3112
+ exports.GetObjectLegalHold$ = [9, n0, _GOLH,
3113
+ { [_h]: ["GET", "/{Key+}?legal-hold", 200] }, () => exports.GetObjectLegalHoldRequest$, () => exports.GetObjectLegalHoldOutput$
3114
+ ];
3115
+ exports.GetObjectLockConfiguration$ = [9, n0, _GOLC,
3116
+ { [_h]: ["GET", "/?object-lock", 200] }, () => exports.GetObjectLockConfigurationRequest$, () => exports.GetObjectLockConfigurationOutput$
3117
+ ];
3118
+ exports.GetObjectRetention$ = [9, n0, _GORe,
3119
+ { [_h]: ["GET", "/{Key+}?retention", 200] }, () => exports.GetObjectRetentionRequest$, () => exports.GetObjectRetentionOutput$
3120
+ ];
3121
+ exports.GetObjectTagging$ = [9, n0, _GOT,
3122
+ { [_h]: ["GET", "/{Key+}?tagging", 200] }, () => exports.GetObjectTaggingRequest$, () => exports.GetObjectTaggingOutput$
3123
+ ];
3124
+ exports.GetObjectTorrent$ = [9, n0, _GOTe,
3125
+ { [_h]: ["GET", "/{Key+}?torrent", 200] }, () => exports.GetObjectTorrentRequest$, () => exports.GetObjectTorrentOutput$
3126
+ ];
3127
+ exports.GetPublicAccessBlock$ = [9, n0, _GPAB,
3128
+ { [_h]: ["GET", "/?publicAccessBlock", 200] }, () => exports.GetPublicAccessBlockRequest$, () => exports.GetPublicAccessBlockOutput$
3129
+ ];
3130
+ exports.HeadBucket$ = [9, n0, _HB,
3131
+ { [_h]: ["HEAD", "/", 200] }, () => exports.HeadBucketRequest$, () => exports.HeadBucketOutput$
3132
+ ];
3133
+ exports.HeadObject$ = [9, n0, _HO,
3134
+ { [_h]: ["HEAD", "/{Key+}", 200] }, () => exports.HeadObjectRequest$, () => exports.HeadObjectOutput$
3135
+ ];
3136
+ exports.ListBucketAnalyticsConfigurations$ = [9, n0, _LBAC,
3137
+ { [_h]: ["GET", "/?analytics&x-id=ListBucketAnalyticsConfigurations", 200] }, () => exports.ListBucketAnalyticsConfigurationsRequest$, () => exports.ListBucketAnalyticsConfigurationsOutput$
3138
+ ];
3139
+ exports.ListBucketIntelligentTieringConfigurations$ = [9, n0, _LBITC,
3140
+ { [_h]: ["GET", "/?intelligent-tiering&x-id=ListBucketIntelligentTieringConfigurations", 200] }, () => exports.ListBucketIntelligentTieringConfigurationsRequest$, () => exports.ListBucketIntelligentTieringConfigurationsOutput$
3141
+ ];
3142
+ exports.ListBucketInventoryConfigurations$ = [9, n0, _LBIC,
3143
+ { [_h]: ["GET", "/?inventory&x-id=ListBucketInventoryConfigurations", 200] }, () => exports.ListBucketInventoryConfigurationsRequest$, () => exports.ListBucketInventoryConfigurationsOutput$
3144
+ ];
3145
+ exports.ListBucketMetricsConfigurations$ = [9, n0, _LBMC,
3146
+ { [_h]: ["GET", "/?metrics&x-id=ListBucketMetricsConfigurations", 200] }, () => exports.ListBucketMetricsConfigurationsRequest$, () => exports.ListBucketMetricsConfigurationsOutput$
3147
+ ];
3148
+ exports.ListBuckets$ = [9, n0, _LB,
3149
+ { [_h]: ["GET", "/?x-id=ListBuckets", 200] }, () => exports.ListBucketsRequest$, () => exports.ListBucketsOutput$
3150
+ ];
3151
+ exports.ListDirectoryBuckets$ = [9, n0, _LDB,
3152
+ { [_h]: ["GET", "/?x-id=ListDirectoryBuckets", 200] }, () => exports.ListDirectoryBucketsRequest$, () => exports.ListDirectoryBucketsOutput$
3153
+ ];
3154
+ exports.ListMultipartUploads$ = [9, n0, _LMU,
3155
+ { [_h]: ["GET", "/?uploads", 200] }, () => exports.ListMultipartUploadsRequest$, () => exports.ListMultipartUploadsOutput$
3156
+ ];
3157
+ exports.ListObjects$ = [9, n0, _LO,
3158
+ { [_h]: ["GET", "/", 200] }, () => exports.ListObjectsRequest$, () => exports.ListObjectsOutput$
3159
+ ];
3160
+ exports.ListObjectsV2$ = [9, n0, _LOV,
3161
+ { [_h]: ["GET", "/?list-type=2", 200] }, () => exports.ListObjectsV2Request$, () => exports.ListObjectsV2Output$
3162
+ ];
3163
+ exports.ListObjectVersions$ = [9, n0, _LOVi,
3164
+ { [_h]: ["GET", "/?versions", 200] }, () => exports.ListObjectVersionsRequest$, () => exports.ListObjectVersionsOutput$
3165
+ ];
3166
+ exports.ListParts$ = [9, n0, _LP,
3167
+ { [_h]: ["GET", "/{Key+}?x-id=ListParts", 200] }, () => exports.ListPartsRequest$, () => exports.ListPartsOutput$
3168
+ ];
3169
+ exports.PutBucketAbac$ = [9, n0, _PBA,
3170
+ { [_hC]: "-", [_h]: ["PUT", "/?abac", 200] }, () => exports.PutBucketAbacRequest$, () => __Unit
3171
+ ];
3172
+ exports.PutBucketAccelerateConfiguration$ = [9, n0, _PBAC,
3173
+ { [_hC]: "-", [_h]: ["PUT", "/?accelerate", 200] }, () => exports.PutBucketAccelerateConfigurationRequest$, () => __Unit
3174
+ ];
3175
+ exports.PutBucketAcl$ = [9, n0, _PBAu,
3176
+ { [_hC]: "-", [_h]: ["PUT", "/?acl", 200] }, () => exports.PutBucketAclRequest$, () => __Unit
3177
+ ];
3178
+ exports.PutBucketAnalyticsConfiguration$ = [9, n0, _PBACu,
3179
+ { [_h]: ["PUT", "/?analytics", 200] }, () => exports.PutBucketAnalyticsConfigurationRequest$, () => __Unit
3180
+ ];
3181
+ exports.PutBucketCors$ = [9, n0, _PBC,
3182
+ { [_hC]: "-", [_h]: ["PUT", "/?cors", 200] }, () => exports.PutBucketCorsRequest$, () => __Unit
3183
+ ];
3184
+ exports.PutBucketEncryption$ = [9, n0, _PBE,
3185
+ { [_hC]: "-", [_h]: ["PUT", "/?encryption", 200] }, () => exports.PutBucketEncryptionRequest$, () => __Unit
3186
+ ];
3187
+ exports.PutBucketIntelligentTieringConfiguration$ = [9, n0, _PBITC,
3188
+ { [_h]: ["PUT", "/?intelligent-tiering", 200] }, () => exports.PutBucketIntelligentTieringConfigurationRequest$, () => __Unit
3189
+ ];
3190
+ exports.PutBucketInventoryConfiguration$ = [9, n0, _PBIC,
3191
+ { [_h]: ["PUT", "/?inventory", 200] }, () => exports.PutBucketInventoryConfigurationRequest$, () => __Unit
3192
+ ];
3193
+ exports.PutBucketLifecycleConfiguration$ = [9, n0, _PBLC,
3194
+ { [_hC]: "-", [_h]: ["PUT", "/?lifecycle", 200] }, () => exports.PutBucketLifecycleConfigurationRequest$, () => exports.PutBucketLifecycleConfigurationOutput$
3195
+ ];
3196
+ exports.PutBucketLogging$ = [9, n0, _PBL,
3197
+ { [_hC]: "-", [_h]: ["PUT", "/?logging", 200] }, () => exports.PutBucketLoggingRequest$, () => __Unit
3198
+ ];
3199
+ exports.PutBucketMetricsConfiguration$ = [9, n0, _PBMC,
3200
+ { [_h]: ["PUT", "/?metrics", 200] }, () => exports.PutBucketMetricsConfigurationRequest$, () => __Unit
3201
+ ];
3202
+ exports.PutBucketNotificationConfiguration$ = [9, n0, _PBNC,
3203
+ { [_h]: ["PUT", "/?notification", 200] }, () => exports.PutBucketNotificationConfigurationRequest$, () => __Unit
3204
+ ];
3205
+ exports.PutBucketOwnershipControls$ = [9, n0, _PBOC,
3206
+ { [_hC]: "-", [_h]: ["PUT", "/?ownershipControls", 200] }, () => exports.PutBucketOwnershipControlsRequest$, () => __Unit
3207
+ ];
3208
+ exports.PutBucketPolicy$ = [9, n0, _PBP,
3209
+ { [_hC]: "-", [_h]: ["PUT", "/?policy", 200] }, () => exports.PutBucketPolicyRequest$, () => __Unit
3210
+ ];
3211
+ exports.PutBucketReplication$ = [9, n0, _PBR,
3212
+ { [_hC]: "-", [_h]: ["PUT", "/?replication", 200] }, () => exports.PutBucketReplicationRequest$, () => __Unit
3213
+ ];
3214
+ exports.PutBucketRequestPayment$ = [9, n0, _PBRP,
3215
+ { [_hC]: "-", [_h]: ["PUT", "/?requestPayment", 200] }, () => exports.PutBucketRequestPaymentRequest$, () => __Unit
3216
+ ];
3217
+ exports.PutBucketTagging$ = [9, n0, _PBT,
3218
+ { [_hC]: "-", [_h]: ["PUT", "/?tagging", 200] }, () => exports.PutBucketTaggingRequest$, () => __Unit
3219
+ ];
3220
+ exports.PutBucketVersioning$ = [9, n0, _PBV,
3221
+ { [_hC]: "-", [_h]: ["PUT", "/?versioning", 200] }, () => exports.PutBucketVersioningRequest$, () => __Unit
3222
+ ];
3223
+ exports.PutBucketWebsite$ = [9, n0, _PBW,
3224
+ { [_hC]: "-", [_h]: ["PUT", "/?website", 200] }, () => exports.PutBucketWebsiteRequest$, () => __Unit
3225
+ ];
3226
+ exports.PutObject$ = [9, n0, _PO,
3227
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=PutObject", 200] }, () => exports.PutObjectRequest$, () => exports.PutObjectOutput$
3228
+ ];
3229
+ exports.PutObjectAcl$ = [9, n0, _POA,
3230
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?acl", 200] }, () => exports.PutObjectAclRequest$, () => exports.PutObjectAclOutput$
3231
+ ];
3232
+ exports.PutObjectLegalHold$ = [9, n0, _POLH,
3233
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?legal-hold", 200] }, () => exports.PutObjectLegalHoldRequest$, () => exports.PutObjectLegalHoldOutput$
3234
+ ];
3235
+ exports.PutObjectLockConfiguration$ = [9, n0, _POLC,
3236
+ { [_hC]: "-", [_h]: ["PUT", "/?object-lock", 200] }, () => exports.PutObjectLockConfigurationRequest$, () => exports.PutObjectLockConfigurationOutput$
3237
+ ];
3238
+ exports.PutObjectRetention$ = [9, n0, _PORu,
3239
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?retention", 200] }, () => exports.PutObjectRetentionRequest$, () => exports.PutObjectRetentionOutput$
3240
+ ];
3241
+ exports.PutObjectTagging$ = [9, n0, _POT,
3242
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?tagging", 200] }, () => exports.PutObjectTaggingRequest$, () => exports.PutObjectTaggingOutput$
3243
+ ];
3244
+ exports.PutPublicAccessBlock$ = [9, n0, _PPAB,
3245
+ { [_hC]: "-", [_h]: ["PUT", "/?publicAccessBlock", 200] }, () => exports.PutPublicAccessBlockRequest$, () => __Unit
3246
+ ];
3247
+ exports.RenameObject$ = [9, n0, _RO,
3248
+ { [_h]: ["PUT", "/{Key+}?renameObject", 200] }, () => exports.RenameObjectRequest$, () => exports.RenameObjectOutput$
3249
+ ];
3250
+ exports.RestoreObject$ = [9, n0, _ROe,
3251
+ { [_hC]: "-", [_h]: ["POST", "/{Key+}?restore", 200] }, () => exports.RestoreObjectRequest$, () => exports.RestoreObjectOutput$
3252
+ ];
3253
+ exports.SelectObjectContent$ = [9, n0, _SOC,
3254
+ { [_h]: ["POST", "/{Key+}?select&select-type=2", 200] }, () => exports.SelectObjectContentRequest$, () => exports.SelectObjectContentOutput$
3255
+ ];
3256
+ exports.UpdateBucketMetadataInventoryTableConfiguration$ = [9, n0, _UBMITC,
3257
+ { [_hC]: "-", [_h]: ["PUT", "/?metadataInventoryTable", 200] }, () => exports.UpdateBucketMetadataInventoryTableConfigurationRequest$, () => __Unit
3258
+ ];
3259
+ exports.UpdateBucketMetadataJournalTableConfiguration$ = [9, n0, _UBMJTC,
3260
+ { [_hC]: "-", [_h]: ["PUT", "/?metadataJournalTable", 200] }, () => exports.UpdateBucketMetadataJournalTableConfigurationRequest$, () => __Unit
3261
+ ];
3262
+ exports.UpdateObjectEncryption$ = [9, n0, _UOE,
3263
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?encryption", 200] }, () => exports.UpdateObjectEncryptionRequest$, () => exports.UpdateObjectEncryptionResponse$
3264
+ ];
3265
+ exports.UploadPart$ = [9, n0, _UP,
3266
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=UploadPart", 200] }, () => exports.UploadPartRequest$, () => exports.UploadPartOutput$
3267
+ ];
3268
+ exports.UploadPartCopy$ = [9, n0, _UPC,
3269
+ { [_h]: ["PUT", "/{Key+}?x-id=UploadPartCopy", 200] }, () => exports.UploadPartCopyRequest$, () => exports.UploadPartCopyOutput$
3270
+ ];
3271
+ exports.WriteGetObjectResponse$ = [9, n0, _WGOR,
3272
+ { [_en]: ["{RequestRoute}."], [_h]: ["POST", "/WriteGetObjectResponse", 200] }, () => exports.WriteGetObjectResponseRequest$, () => __Unit
3273
+ ];