@cdklabs/cdk-construct-connect-datalake 0.0.5 → 0.0.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 (534) hide show
  1. package/.jsii +10 -10
  2. package/lib/index.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +52 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/bdd.js +49 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -3
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/bdd.d.ts +2 -0
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  9. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  10. package/node_modules/@aws-sdk/client-connect/README.md +21 -0
  11. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +52 -0
  12. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +2 -2
  13. package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +54 -0
  14. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +133 -48
  15. package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +8 -0
  16. package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAttachedFilesConfigurationCommand.js +16 -0
  17. package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAttachedFilesConfigurationsCommand.js +16 -0
  18. package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAttachedFilesConfigurationCommand.js +16 -0
  19. package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +3 -0
  20. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/bdd.js +49 -0
  21. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/endpointResolver.js +3 -3
  22. package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +7 -0
  23. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListAttachedFilesConfigurationsPaginator.js +4 -0
  24. package/node_modules/@aws-sdk/client-connect/dist-es/pagination/index.js +1 -0
  25. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +102 -17
  26. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +28 -0
  27. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +5 -2
  28. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
  30. package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRuleCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
  34. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
  35. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRulesCommand.d.ts +2 -2
  36. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +2 -2
  37. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
  38. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
  40. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
  41. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +2 -0
  42. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +15 -0
  43. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +11 -11
  44. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +81 -156
  45. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +220 -201
  46. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +254 -3
  47. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
  48. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +1 -0
  49. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +13 -0
  50. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +64 -0
  51. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +18 -0
  52. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
  53. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
  56. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
  57. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
  58. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
  60. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +3 -0
  61. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  62. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +9 -0
  63. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +3 -3
  64. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +23 -40
  65. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +57 -39
  66. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +52 -2
  67. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
  68. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +1 -0
  69. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  70. package/node_modules/@aws-sdk/client-connect/package.json +33 -33
  71. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +49 -0
  72. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +2 -2
  73. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +46 -0
  74. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +3 -3
  75. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
  76. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +1 -1
  77. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +3 -3
  78. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  79. package/node_modules/@aws-sdk/client-glue/package.json +33 -33
  80. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +49 -0
  81. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  82. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +46 -0
  83. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +3 -3
  84. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +2 -0
  85. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  86. package/node_modules/@aws-sdk/client-lakeformation/package.json +34 -34
  87. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +52 -0
  88. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +2 -2
  89. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +49 -0
  90. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +3 -3
  91. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +2 -0
  92. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  93. package/node_modules/@aws-sdk/client-ram/package.json +33 -33
  94. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
  95. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +96 -17
  96. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +88 -0
  97. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +2 -2
  98. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +1 -0
  99. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +6 -0
  100. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +7 -0
  101. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
  102. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +97 -16
  103. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +85 -0
  104. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -3
  105. package/node_modules/@aws-sdk/client-sts/dist-es/models/errors.js +1 -0
  106. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +7 -1
  107. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +8 -1
  108. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -7
  109. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +2 -0
  110. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -0
  111. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -2
  112. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +10 -4
  113. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -2
  114. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +3 -1
  115. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +20 -9
  116. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  117. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -5
  119. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +35 -16
  120. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -5
  121. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +8 -1
  122. package/node_modules/@aws-sdk/client-sts/package.json +35 -34
  123. package/node_modules/@aws-sdk/core/dist-cjs/index.js +72 -61
  124. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -0
  125. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +70 -61
  126. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  127. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +11 -10
  128. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
  129. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -5
  130. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -1
  131. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
  132. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +15 -10
  133. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
  134. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
  135. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -8
  136. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
  137. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -2
  138. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
  139. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  140. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
  141. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
  142. package/node_modules/@aws-sdk/core/package.json +14 -12
  143. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  144. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  145. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  146. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  147. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  148. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  149. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  150. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  151. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  152. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  153. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  154. package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +201 -0
  155. package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +4 -0
  156. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +581 -0
  157. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  158. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  159. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +36 -0
  160. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +32 -0
  161. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +9 -0
  162. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
  163. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +41 -0
  164. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +42 -0
  165. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +33 -0
  166. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +39 -0
  167. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +14 -0
  168. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +49 -0
  169. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js +41 -0
  170. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +13 -0
  171. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +38 -0
  172. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +41 -0
  173. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
  174. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +7 -0
  175. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +1 -0
  176. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +1 -0
  177. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +17 -0
  178. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +51 -0
  179. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  180. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  181. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +25 -0
  182. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +13 -0
  183. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +16 -0
  184. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +9 -0
  185. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
  186. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +10 -0
  187. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +20 -0
  188. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +26 -0
  189. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +16 -0
  190. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +16 -0
  191. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +32 -0
  192. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +17 -0
  193. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +37 -0
  194. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
  195. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +32 -0
  196. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +9 -0
  197. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +9 -0
  198. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +6 -0
  199. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +12 -0
  200. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +79 -0
  201. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +21 -0
  202. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  203. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  204. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +9 -0
  205. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +13 -0
  206. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +9 -0
  207. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
  208. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +6 -0
  209. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +17 -0
  210. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +14 -0
  211. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +14 -0
  212. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +12 -0
  213. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +31 -0
  214. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/SignatureV4S3Express.d.ts +19 -0
  215. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +11 -0
  216. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
  217. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +27 -0
  218. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +21 -0
  219. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +17 -0
  220. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +2 -0
  221. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +8 -0
  222. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +33 -0
  223. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +19 -0
  224. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  225. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  226. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +13 -0
  227. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +14 -0
  228. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +79 -0
  229. package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
  230. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  232. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  233. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
  234. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
  236. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  238. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +87 -5
  240. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  242. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +6 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  247. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  249. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  251. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  253. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  255. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  256. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  257. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +7 -1
  259. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  263. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  264. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -7
  265. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  266. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
  267. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -2
  268. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +10 -4
  269. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -2
  270. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  271. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  272. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  273. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  274. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  275. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -9
  276. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  277. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
  278. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  279. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +35 -16
  280. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +11 -5
  281. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  282. package/node_modules/@aws-sdk/nested-clients/package.json +33 -32
  283. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  284. package/node_modules/@aws-sdk/signature-v4-multi-region/LICENSE +201 -0
  285. package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
  286. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
  287. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
  288. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +2 -0
  289. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
  290. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
  291. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +5 -0
  292. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
  293. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
  294. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -0
  295. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
  296. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
  297. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  298. package/node_modules/@aws-sdk/types/package.json +2 -2
  299. package/node_modules/@aws-sdk/util-arn-parser/LICENSE +201 -0
  300. package/node_modules/@aws-sdk/util-arn-parser/README.md +4 -0
  301. package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
  302. package/node_modules/@aws-sdk/util-arn-parser/dist-es/index.js +21 -0
  303. package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +32 -0
  304. package/node_modules/@aws-sdk/util-arn-parser/dist-types/ts3.4/index.d.ts +14 -0
  305. package/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
  306. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  307. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  308. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  309. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -2
  310. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +0 -2
  311. package/node_modules/@aws-sdk/xml-builder/package.json +3 -3
  312. package/node_modules/@nodable/entities/README.md +41 -0
  313. package/node_modules/@nodable/entities/package.json +54 -0
  314. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  315. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  316. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  317. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  318. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  319. package/node_modules/@nodable/entities/src/index.js +29 -0
  320. package/node_modules/@smithy/config-resolver/package.json +5 -5
  321. package/node_modules/@smithy/core/dist-cjs/index.js +2 -1
  322. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -14
  323. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +2 -2
  324. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +16 -8
  325. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +17 -10
  326. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +6 -1
  327. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -3
  328. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  329. package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -11
  330. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +9 -3
  331. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +2 -2
  332. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +16 -8
  333. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -4
  334. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -6
  335. package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +6 -1
  336. package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
  337. package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
  338. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  339. package/node_modules/@smithy/core/package.json +7 -7
  340. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  341. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  342. package/node_modules/@smithy/hash-node/package.json +2 -2
  343. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  344. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  345. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  346. package/node_modules/@smithy/middleware-retry/package.json +9 -9
  347. package/node_modules/@smithy/middleware-serde/package.json +4 -4
  348. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  349. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  350. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +208 -102
  351. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +50 -0
  352. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +83 -41
  353. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
  354. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +44 -43
  355. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +46 -0
  356. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +32 -14
  357. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +32 -8
  358. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -6
  359. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  360. package/node_modules/@smithy/property-provider/package.json +2 -2
  361. package/node_modules/@smithy/protocol-http/package.json +2 -2
  362. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  363. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  364. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +6 -0
  365. package/node_modules/@smithy/service-error-classification/dist-es/index.js +5 -0
  366. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -0
  367. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  368. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  369. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +11 -5
  370. package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
  371. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
  372. package/node_modules/@smithy/signature-v4/package.json +4 -4
  373. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +8 -1
  374. package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
  375. package/node_modules/@smithy/smithy-client/package.json +7 -7
  376. package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
  377. package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
  378. package/node_modules/@smithy/types/package.json +1 -1
  379. package/node_modules/@smithy/url-parser/package.json +3 -3
  380. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  381. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  382. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +79 -71
  383. package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +4 -3
  384. package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
  385. package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
  386. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
  387. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
  388. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
  389. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
  390. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +10 -8
  391. package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +4 -4
  392. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
  393. package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +4 -4
  394. package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +2 -2
  395. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
  396. package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -15
  397. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +6 -3
  398. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +3 -3
  399. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  400. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -2
  401. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -2
  402. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  403. package/node_modules/@smithy/util-middleware/package.json +2 -2
  404. package/node_modules/@smithy/util-retry/dist-cjs/index.js +20 -10
  405. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
  406. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
  407. package/node_modules/@smithy/util-retry/package.json +3 -3
  408. package/node_modules/@smithy/util-stream/package.json +4 -4
  409. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
  410. package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
  411. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  412. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
  413. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  414. package/node_modules/@smithy/util-waiter/package.json +3 -3
  415. package/node_modules/fast-xml-builder/package.json +1 -1
  416. package/node_modules/fast-xml-builder/src/fxb.js +6 -2
  417. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +16 -2
  418. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +53 -0
  419. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -28
  420. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  421. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  422. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  423. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +172 -6
  424. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  425. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  426. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  427. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  428. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +5 -4
  429. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +162 -3
  430. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +2 -5
  431. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +15 -11
  432. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +168 -244
  433. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +1 -1
  434. package/node_modules/hasown/CHANGELOG.md +11 -0
  435. package/node_modules/hasown/eslint.config.mjs +6 -0
  436. package/node_modules/hasown/index.d.ts +1 -0
  437. package/node_modules/hasown/package.json +14 -14
  438. package/package.json +11 -11
  439. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
  440. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
  441. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
  442. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  443. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +0 -7
  444. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +0 -4
  445. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/ruleset.d.ts +0 -2
  446. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  447. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/ruleset.js +0 -7
  448. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/ruleset.js +0 -4
  449. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/ruleset.d.ts +0 -2
  450. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  451. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/ruleset.js +0 -7
  452. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/ruleset.js +0 -4
  453. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/ruleset.d.ts +0 -2
  454. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  455. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/ruleset.js +0 -7
  456. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/ruleset.js +0 -4
  457. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/ruleset.d.ts +0 -2
  458. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  459. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  460. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  461. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  462. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  463. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  464. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  465. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  466. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  467. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  468. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  469. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  470. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  471. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  472. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  473. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  474. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  475. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  476. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  477. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  478. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  479. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  480. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  481. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  482. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  483. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  484. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  485. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  486. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  487. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  488. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  489. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  490. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  491. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  492. package/node_modules/hasown/.eslintrc +0 -5
  493. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  494. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  495. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  496. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  497. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  498. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  499. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  500. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  501. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  502. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  503. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  504. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  505. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  506. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  507. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  508. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  509. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  510. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  511. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  512. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  513. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  514. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  515. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  516. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  517. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  518. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  519. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  520. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  521. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  522. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  523. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  524. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  525. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  526. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  527. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  528. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  529. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
  530. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/CHANGELOG.md +0 -0
  531. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/LICENSE +0 -0
  532. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/README.md +0 -0
  533. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/package.json +0 -0
  534. /package/node_modules/{@aws-sdk/xml-builder/node_modules/strnum → strnum}/strnum.js +0 -0
@@ -96,12 +96,11 @@ class ProtocolLib {
96
96
  if (msg) {
97
97
  error.message = msg;
98
98
  }
99
- error.Error = {
100
- ...error.Error,
101
- Type: error.Error?.Type,
102
- Code: error.Error?.Code,
103
- Message: error.Error?.message ?? error.Error?.Message ?? msg,
104
- };
99
+ const errorObj = error.Error ?? {};
100
+ errorObj.Type = error.Error?.Type;
101
+ errorObj.Code = error.Error?.Code;
102
+ errorObj.Message = error.Error?.message ?? error.Error?.Message ?? msg;
103
+ error.Error = errorObj;
105
104
  const reqId = error.$metadata.requestId;
106
105
  if (reqId) {
107
106
  error.RequestId = reqId;
@@ -114,14 +113,16 @@ class ProtocolLib {
114
113
  const queryErrorHeader = response.headers?.["x-amzn-query-error"];
115
114
  if (output !== undefined && queryErrorHeader != null) {
116
115
  const [Code, Type] = queryErrorHeader.split(";");
117
- const entries = Object.entries(output);
116
+ const keys = Object.keys(output);
118
117
  const Error = {
119
118
  Code,
120
119
  Type,
121
120
  };
122
- Object.assign(output, Error);
123
- for (const [k, v] of entries) {
124
- Error[k === "message" ? "Message" : k] = v;
121
+ output.Code = Code;
122
+ output.Type = Type;
123
+ for (let i = 0; i < keys.length; i++) {
124
+ const k = keys[i];
125
+ Error[k === "message" ? "Message" : k] = output[k];
125
126
  }
126
127
  delete Error.__type;
127
128
  output.Error = Error;
@@ -260,7 +261,10 @@ class UnionSerde {
260
261
  constructor(from, to) {
261
262
  this.from = from;
262
263
  this.to = to;
263
- this.keys = new Set(Object.keys(this.from).filter((k) => k !== "__type"));
264
+ const keys = Object.keys(this.from);
265
+ const set = new Set(keys);
266
+ set.delete("__type");
267
+ this.keys = set;
264
268
  }
265
269
  mark(key) {
266
270
  this.keys.delete(key);
@@ -318,24 +322,24 @@ const parseJsonErrorBody = async (errorBody, context) => {
318
322
  value.message = value.message ?? value.Message;
319
323
  return value;
320
324
  };
325
+ const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
326
+ const sanitizeErrorCode = (rawValue) => {
327
+ let cleanValue = rawValue;
328
+ if (typeof cleanValue === "number") {
329
+ cleanValue = cleanValue.toString();
330
+ }
331
+ if (cleanValue.indexOf(",") >= 0) {
332
+ cleanValue = cleanValue.split(",")[0];
333
+ }
334
+ if (cleanValue.indexOf(":") >= 0) {
335
+ cleanValue = cleanValue.split(":")[0];
336
+ }
337
+ if (cleanValue.indexOf("#") >= 0) {
338
+ cleanValue = cleanValue.split("#")[1];
339
+ }
340
+ return cleanValue;
341
+ };
321
342
  const loadRestJsonErrorCode = (output, data) => {
322
- const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
323
- const sanitizeErrorCode = (rawValue) => {
324
- let cleanValue = rawValue;
325
- if (typeof cleanValue === "number") {
326
- cleanValue = cleanValue.toString();
327
- }
328
- if (cleanValue.indexOf(",") >= 0) {
329
- cleanValue = cleanValue.split(",")[0];
330
- }
331
- if (cleanValue.indexOf(":") >= 0) {
332
- cleanValue = cleanValue.split(":")[0];
333
- }
334
- if (cleanValue.indexOf("#") >= 0) {
335
- cleanValue = cleanValue.split("#")[1];
336
- }
337
- return cleanValue;
338
- };
339
343
  const headerKey = findKey(output.headers, "x-amzn-errortype");
340
344
  if (headerKey !== undefined) {
341
345
  return sanitizeErrorCode(output.headers[headerKey]);
@@ -397,7 +401,8 @@ class JsonShapeDeserializer extends SerdeContextConfig {
397
401
  unionSerde.writeUnknown();
398
402
  }
399
403
  else if (typeof record.__type === "string") {
400
- for (const [k, v] of Object.entries(record)) {
404
+ for (const k in record) {
405
+ const v = record[k];
401
406
  const t = jsonName ? nameMap[k] ?? k : k;
402
407
  if (!(t in out)) {
403
408
  out[t] = v;
@@ -417,8 +422,8 @@ class JsonShapeDeserializer extends SerdeContextConfig {
417
422
  if (ns.isMapSchema()) {
418
423
  const mapMember = ns.getValueSchema();
419
424
  const out = {};
420
- for (const [_k, _v] of Object.entries(value)) {
421
- out[_k] = this._read(mapMember, _v);
425
+ for (const _k in value) {
426
+ out[_k] = this._read(mapMember, value[_k]);
422
427
  }
423
428
  return out;
424
429
  }
@@ -475,7 +480,8 @@ class JsonShapeDeserializer extends SerdeContextConfig {
475
480
  if (ns.isDocumentSchema()) {
476
481
  if (isObject) {
477
482
  const out = Array.isArray(value) ? [] : {};
478
- for (const [k, v] of Object.entries(value)) {
483
+ for (const k in value) {
484
+ const v = value[k];
479
485
  if (v instanceof serde.NumericValue) {
480
486
  out[k] = v;
481
487
  }
@@ -552,12 +558,6 @@ class JsonShapeSerializer extends SerdeContextConfig {
552
558
  this.rootSchema = schema.NormalizedSchema.of(schema$1);
553
559
  this.buffer = this._write(this.rootSchema, value);
554
560
  }
555
- writeDiscriminatedDocument(schema$1, value) {
556
- this.write(schema$1, value);
557
- if (typeof this.buffer === "object") {
558
- this.buffer.__type = schema.NormalizedSchema.of(schema$1).getName(true);
559
- }
560
- }
561
561
  flush() {
562
562
  const { rootSchema, useReplacer } = this;
563
563
  this.rootSchema = undefined;
@@ -571,6 +571,12 @@ class JsonShapeSerializer extends SerdeContextConfig {
571
571
  }
572
572
  return this.buffer;
573
573
  }
574
+ writeDiscriminatedDocument(schema$1, value) {
575
+ this.write(schema$1, value);
576
+ if (typeof this.buffer === "object") {
577
+ this.buffer.__type = schema.NormalizedSchema.of(schema$1).getName(true);
578
+ }
579
+ }
574
580
  _write(schema$1, value, container) {
575
581
  const isObject = value !== null && typeof value === "object";
576
582
  const ns = schema.NormalizedSchema.of(schema$1);
@@ -583,6 +589,7 @@ class JsonShapeSerializer extends SerdeContextConfig {
583
589
  if (jsonName) {
584
590
  nameMap = {};
585
591
  }
592
+ let outCount = 0;
586
593
  for (const [memberName, memberSchema] of ns.structIterator()) {
587
594
  const serializableValue = this._write(memberSchema, record[memberName], ns);
588
595
  if (serializableValue !== undefined) {
@@ -592,9 +599,10 @@ class JsonShapeSerializer extends SerdeContextConfig {
592
599
  nameMap[memberName] = targetKey;
593
600
  }
594
601
  out[targetKey] = serializableValue;
602
+ outCount++;
595
603
  }
596
604
  }
597
- if (ns.isUnionSchema() && Object.keys(out).length === 0) {
605
+ if (ns.isUnionSchema() && outCount === 0) {
598
606
  const { $unknown } = record;
599
607
  if (Array.isArray($unknown)) {
600
608
  const [k, v] = $unknown;
@@ -602,7 +610,8 @@ class JsonShapeSerializer extends SerdeContextConfig {
602
610
  }
603
611
  }
604
612
  else if (typeof record.__type === "string") {
605
- for (const [k, v] of Object.entries(record)) {
613
+ for (const k in record) {
614
+ const v = record[k];
606
615
  const targetKey = jsonName ? nameMap[k] ?? k : k;
607
616
  if (!(targetKey in out)) {
608
617
  out[targetKey] = this._write(15, v);
@@ -626,7 +635,8 @@ class JsonShapeSerializer extends SerdeContextConfig {
626
635
  const mapMember = ns.getValueSchema();
627
636
  const out = {};
628
637
  const sparse = !!ns.getMergedTraits().sparse;
629
- for (const [_k, _v] of Object.entries(value)) {
638
+ for (const _k in value) {
639
+ const _v = value[_k];
630
640
  if (sparse || _v != null) {
631
641
  out[_k] = this._write(mapMember, _v);
632
642
  }
@@ -691,7 +701,8 @@ class JsonShapeSerializer extends SerdeContextConfig {
691
701
  if (ns.isDocumentSchema()) {
692
702
  if (isObject) {
693
703
  const out = Array.isArray(value) ? [] : {};
694
- for (const [k, v] of Object.entries(value)) {
704
+ for (const k in value) {
705
+ const v = value[k];
695
706
  if (v instanceof serde.NumericValue) {
696
707
  this.useReplacer = true;
697
708
  out[k] = v;
@@ -760,10 +771,8 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
760
771
  if (!request.path.endsWith("/")) {
761
772
  request.path += "/";
762
773
  }
763
- Object.assign(request.headers, {
764
- "content-type": `application/x-amz-json-${this.getJsonRpcVersion()}`,
765
- "x-amz-target": `${this.serviceTarget}.${operationSchema.name}`,
766
- });
774
+ request.headers["content-type"] = `application/x-amz-json-${this.getJsonRpcVersion()}`;
775
+ request.headers["x-amz-target"] = `${this.serviceTarget}.${operationSchema.name}`;
767
776
  if (this.awsQueryCompatible) {
768
777
  request.headers["x-amzn-query-mode"] = "true";
769
778
  }
@@ -787,9 +796,10 @@ class AwsJsonRpcProtocol extends protocols.RpcProtocol {
787
796
  const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
788
797
  const exception = new ErrorCtor(message);
789
798
  const output = {};
799
+ const errorDeserializer = this.codec.createDeserializer();
790
800
  for (const [name, member] of ns.structIterator()) {
791
801
  if (dataObject[name] != null) {
792
- output[name] = this.codec.createDeserializer().readObject(member, dataObject[name]);
802
+ output[name] = errorDeserializer.readObject(member, dataObject[name]);
793
803
  }
794
804
  }
795
805
  if (this.awsQueryCompatible) {
@@ -910,9 +920,10 @@ class AwsRestJsonProtocol extends protocols.HttpBindingProtocol {
910
920
  const exception = new ErrorCtor(message);
911
921
  await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
912
922
  const output = {};
923
+ const errorDeserializer = this.codec.createDeserializer();
913
924
  for (const [name, member] of ns.structIterator()) {
914
925
  const target = member.getMergedTraits().jsonName ?? name;
915
- output[name] = this.codec.createDeserializer().readObject(member, dataObject[target]);
926
+ output[name] = errorDeserializer.readObject(member, dataObject[target]);
916
927
  }
917
928
  throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
918
929
  $fault: ns.getMergedTraits().error,
@@ -1190,7 +1201,8 @@ class QueryShapeSerializer extends SerdeContextConfig {
1190
1201
  const memberSchema = ns.getValueSchema();
1191
1202
  const flat = ns.getMergedTraits().xmlFlattened;
1192
1203
  let i = 1;
1193
- for (const [k, v] of Object.entries(value)) {
1204
+ for (const k in value) {
1205
+ const v = value[k];
1194
1206
  if (v == null) {
1195
1207
  continue;
1196
1208
  }
@@ -1303,9 +1315,7 @@ class AwsQueryProtocol extends protocols.RpcProtocol {
1303
1315
  if (!request.path.endsWith("/")) {
1304
1316
  request.path += "/";
1305
1317
  }
1306
- Object.assign(request.headers, {
1307
- "content-type": `application/x-www-form-urlencoded`,
1308
- });
1318
+ request.headers["content-type"] = "application/x-www-form-urlencoded";
1309
1319
  if (schema.deref(operationSchema.input) === "unit" || !request.body) {
1310
1320
  request.body = "";
1311
1321
  }
@@ -1338,11 +1348,8 @@ class AwsQueryProtocol extends protocols.RpcProtocol {
1338
1348
  if (bytes.byteLength > 0) {
1339
1349
  Object.assign(dataObject, await deserializer.read(ns, bytes, awsQueryResultKey));
1340
1350
  }
1341
- const output = {
1342
- $metadata: this.deserializeMetadata(response),
1343
- ...dataObject,
1344
- };
1345
- return output;
1351
+ dataObject.$metadata = this.deserializeMetadata(response);
1352
+ return dataObject;
1346
1353
  }
1347
1354
  useNestedResult() {
1348
1355
  return true;
@@ -1649,7 +1656,8 @@ class XmlShapeSerializer extends SerdeContextConfig {
1649
1656
  entry.addChildNode(valueNode);
1650
1657
  };
1651
1658
  if (flat) {
1652
- for (const [key, val] of Object.entries(map)) {
1659
+ for (const key in map) {
1660
+ const val = map[key];
1653
1661
  if (sparse || val != null) {
1654
1662
  const entry = xmlBuilder.XmlNode.of(mapTraits.xmlName ?? mapMember.getMemberName());
1655
1663
  addKeyValue(entry, key, val);
@@ -1666,7 +1674,8 @@ class XmlShapeSerializer extends SerdeContextConfig {
1666
1674
  }
1667
1675
  container.addChildNode(mapNode);
1668
1676
  }
1669
- for (const [key, val] of Object.entries(map)) {
1677
+ for (const key in map) {
1678
+ const val = map[key];
1670
1679
  if (sparse || val != null) {
1671
1680
  const entry = xmlBuilder.XmlNode.of("entry");
1672
1681
  addKeyValue(entry, key, val);
@@ -1789,7 +1798,6 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
1789
1798
  this.codec = new XmlCodec(settings);
1790
1799
  this.serializer = new protocols.HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
1791
1800
  this.deserializer = new protocols.HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
1792
- this.compositeErrorRegistry;
1793
1801
  }
1794
1802
  getPayloadCodec() {
1795
1803
  return this.codec;
@@ -1842,10 +1850,11 @@ class AwsRestXmlProtocol extends protocols.HttpBindingProtocol {
1842
1850
  const exception = new ErrorCtor(message);
1843
1851
  await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
1844
1852
  const output = {};
1853
+ const errorDeserializer = this.codec.createDeserializer();
1845
1854
  for (const [name, member] of ns.structIterator()) {
1846
1855
  const target = member.getMergedTraits().xmlName ?? name;
1847
1856
  const value = dataObject.Error?.[target] ?? dataObject[target];
1848
- output[name] = this.codec.createDeserializer().readSchema(member, value);
1857
+ output[name] = errorDeserializer.readSchema(member, value);
1849
1858
  }
1850
1859
  throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
1851
1860
  $fault: ns.getMergedTraits().error,
@@ -1,3 +1,5 @@
1
+ import { Retry } from "@smithy/util-retry";
2
+ Retry.v2026 ||= typeof process === "object" && process.env?.AWS_NEW_RETRIES_2026 === "true";
1
3
  export function setFeature(context, feature, value) {
2
4
  if (!context.__aws_sdk_context) {
3
5
  context.__aws_sdk_context = {
@@ -87,12 +87,11 @@ export class ProtocolLib {
87
87
  if (msg) {
88
88
  error.message = msg;
89
89
  }
90
- error.Error = {
91
- ...error.Error,
92
- Type: error.Error?.Type,
93
- Code: error.Error?.Code,
94
- Message: error.Error?.message ?? error.Error?.Message ?? msg,
95
- };
90
+ const errorObj = error.Error ?? {};
91
+ errorObj.Type = error.Error?.Type;
92
+ errorObj.Code = error.Error?.Code;
93
+ errorObj.Message = error.Error?.message ?? error.Error?.Message ?? msg;
94
+ error.Error = errorObj;
96
95
  const reqId = error.$metadata.requestId;
97
96
  if (reqId) {
98
97
  error.RequestId = reqId;
@@ -105,14 +104,16 @@ export class ProtocolLib {
105
104
  const queryErrorHeader = response.headers?.["x-amzn-query-error"];
106
105
  if (output !== undefined && queryErrorHeader != null) {
107
106
  const [Code, Type] = queryErrorHeader.split(";");
108
- const entries = Object.entries(output);
107
+ const keys = Object.keys(output);
109
108
  const Error = {
110
109
  Code,
111
110
  Type,
112
111
  };
113
- Object.assign(output, Error);
114
- for (const [k, v] of entries) {
115
- Error[k === "message" ? "Message" : k] = v;
112
+ output.Code = Code;
113
+ output.Type = Type;
114
+ for (let i = 0; i < keys.length; i++) {
115
+ const k = keys[i];
116
+ Error[k === "message" ? "Message" : k] = output[k];
116
117
  }
117
118
  delete Error.__type;
118
119
  output.Error = Error;
@@ -5,7 +5,10 @@ export class UnionSerde {
5
5
  constructor(from, to) {
6
6
  this.from = from;
7
7
  this.to = to;
8
- this.keys = new Set(Object.keys(this.from).filter((k) => k !== "__type"));
8
+ const keys = Object.keys(this.from);
9
+ const set = new Set(keys);
10
+ set.delete("__type");
11
+ this.keys = set;
9
12
  }
10
13
  mark(key) {
11
14
  this.keys.delete(key);
@@ -35,10 +35,8 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
35
35
  if (!request.path.endsWith("/")) {
36
36
  request.path += "/";
37
37
  }
38
- Object.assign(request.headers, {
39
- "content-type": `application/x-amz-json-${this.getJsonRpcVersion()}`,
40
- "x-amz-target": `${this.serviceTarget}.${operationSchema.name}`,
41
- });
38
+ request.headers["content-type"] = `application/x-amz-json-${this.getJsonRpcVersion()}`;
39
+ request.headers["x-amz-target"] = `${this.serviceTarget}.${operationSchema.name}`;
42
40
  if (this.awsQueryCompatible) {
43
41
  request.headers["x-amzn-query-mode"] = "true";
44
42
  }
@@ -62,9 +60,10 @@ export class AwsJsonRpcProtocol extends RpcProtocol {
62
60
  const ErrorCtor = this.compositeErrorRegistry.getErrorCtor(errorSchema) ?? Error;
63
61
  const exception = new ErrorCtor(message);
64
62
  const output = {};
63
+ const errorDeserializer = this.codec.createDeserializer();
65
64
  for (const [name, member] of ns.structIterator()) {
66
65
  if (dataObject[name] != null) {
67
- output[name] = this.codec.createDeserializer().readObject(member, dataObject[name]);
66
+ output[name] = errorDeserializer.readObject(member, dataObject[name]);
68
67
  }
69
68
  }
70
69
  if (this.awsQueryCompatible) {
@@ -69,9 +69,10 @@ export class AwsRestJsonProtocol extends HttpBindingProtocol {
69
69
  const exception = new ErrorCtor(message);
70
70
  await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
71
71
  const output = {};
72
+ const errorDeserializer = this.codec.createDeserializer();
72
73
  for (const [name, member] of ns.structIterator()) {
73
74
  const target = member.getMergedTraits().jsonName ?? name;
74
- output[name] = this.codec.createDeserializer().readObject(member, dataObject[target]);
75
+ output[name] = errorDeserializer.readObject(member, dataObject[target]);
75
76
  }
76
77
  throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
77
78
  $fault: ns.getMergedTraits().error,
@@ -52,7 +52,8 @@ export class JsonShapeDeserializer extends SerdeContextConfig {
52
52
  unionSerde.writeUnknown();
53
53
  }
54
54
  else if (typeof record.__type === "string") {
55
- for (const [k, v] of Object.entries(record)) {
55
+ for (const k in record) {
56
+ const v = record[k];
56
57
  const t = jsonName ? nameMap[k] ?? k : k;
57
58
  if (!(t in out)) {
58
59
  out[t] = v;
@@ -72,8 +73,8 @@ export class JsonShapeDeserializer extends SerdeContextConfig {
72
73
  if (ns.isMapSchema()) {
73
74
  const mapMember = ns.getValueSchema();
74
75
  const out = {};
75
- for (const [_k, _v] of Object.entries(value)) {
76
- out[_k] = this._read(mapMember, _v);
76
+ for (const _k in value) {
77
+ out[_k] = this._read(mapMember, value[_k]);
77
78
  }
78
79
  return out;
79
80
  }
@@ -130,7 +131,8 @@ export class JsonShapeDeserializer extends SerdeContextConfig {
130
131
  if (ns.isDocumentSchema()) {
131
132
  if (isObject) {
132
133
  const out = Array.isArray(value) ? [] : {};
133
- for (const [k, v] of Object.entries(value)) {
134
+ for (const k in value) {
135
+ const v = value[k];
134
136
  if (v instanceof NumericValue) {
135
137
  out[k] = v;
136
138
  }
@@ -17,12 +17,6 @@ export class JsonShapeSerializer extends SerdeContextConfig {
17
17
  this.rootSchema = NormalizedSchema.of(schema);
18
18
  this.buffer = this._write(this.rootSchema, value);
19
19
  }
20
- writeDiscriminatedDocument(schema, value) {
21
- this.write(schema, value);
22
- if (typeof this.buffer === "object") {
23
- this.buffer.__type = NormalizedSchema.of(schema).getName(true);
24
- }
25
- }
26
20
  flush() {
27
21
  const { rootSchema, useReplacer } = this;
28
22
  this.rootSchema = undefined;
@@ -36,6 +30,12 @@ export class JsonShapeSerializer extends SerdeContextConfig {
36
30
  }
37
31
  return this.buffer;
38
32
  }
33
+ writeDiscriminatedDocument(schema, value) {
34
+ this.write(schema, value);
35
+ if (typeof this.buffer === "object") {
36
+ this.buffer.__type = NormalizedSchema.of(schema).getName(true);
37
+ }
38
+ }
39
39
  _write(schema, value, container) {
40
40
  const isObject = value !== null && typeof value === "object";
41
41
  const ns = NormalizedSchema.of(schema);
@@ -48,6 +48,7 @@ export class JsonShapeSerializer extends SerdeContextConfig {
48
48
  if (jsonName) {
49
49
  nameMap = {};
50
50
  }
51
+ let outCount = 0;
51
52
  for (const [memberName, memberSchema] of ns.structIterator()) {
52
53
  const serializableValue = this._write(memberSchema, record[memberName], ns);
53
54
  if (serializableValue !== undefined) {
@@ -57,9 +58,10 @@ export class JsonShapeSerializer extends SerdeContextConfig {
57
58
  nameMap[memberName] = targetKey;
58
59
  }
59
60
  out[targetKey] = serializableValue;
61
+ outCount++;
60
62
  }
61
63
  }
62
- if (ns.isUnionSchema() && Object.keys(out).length === 0) {
64
+ if (ns.isUnionSchema() && outCount === 0) {
63
65
  const { $unknown } = record;
64
66
  if (Array.isArray($unknown)) {
65
67
  const [k, v] = $unknown;
@@ -67,7 +69,8 @@ export class JsonShapeSerializer extends SerdeContextConfig {
67
69
  }
68
70
  }
69
71
  else if (typeof record.__type === "string") {
70
- for (const [k, v] of Object.entries(record)) {
72
+ for (const k in record) {
73
+ const v = record[k];
71
74
  const targetKey = jsonName ? nameMap[k] ?? k : k;
72
75
  if (!(targetKey in out)) {
73
76
  out[targetKey] = this._write(15, v);
@@ -91,7 +94,8 @@ export class JsonShapeSerializer extends SerdeContextConfig {
91
94
  const mapMember = ns.getValueSchema();
92
95
  const out = {};
93
96
  const sparse = !!ns.getMergedTraits().sparse;
94
- for (const [_k, _v] of Object.entries(value)) {
97
+ for (const _k in value) {
98
+ const _v = value[_k];
95
99
  if (sparse || _v != null) {
96
100
  out[_k] = this._write(mapMember, _v);
97
101
  }
@@ -156,7 +160,8 @@ export class JsonShapeSerializer extends SerdeContextConfig {
156
160
  if (ns.isDocumentSchema()) {
157
161
  if (isObject) {
158
162
  const out = Array.isArray(value) ? [] : {};
159
- for (const [k, v] of Object.entries(value)) {
163
+ for (const k in value) {
164
+ const v = value[k];
160
165
  if (v instanceof NumericValue) {
161
166
  this.useReplacer = true;
162
167
  out[k] = v;
@@ -65,7 +65,8 @@ export class SinglePassJsonShapeSerializer extends SerdeContextConfig {
65
65
  }
66
66
  else if (ns.isMapSchema() || ns.isDocumentSchema()) {
67
67
  b += "{";
68
- for (const [k, v] of Object.entries(value)) {
68
+ for (const k in value) {
69
+ const v = value[k];
69
70
  if (v != null || sparse) {
70
71
  b += `"${k}":${this.writeValue(ns, v)}`;
71
72
  b += ",";
@@ -20,24 +20,24 @@ export const parseJsonErrorBody = async (errorBody, context) => {
20
20
  value.message = value.message ?? value.Message;
21
21
  return value;
22
22
  };
23
+ const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
24
+ const sanitizeErrorCode = (rawValue) => {
25
+ let cleanValue = rawValue;
26
+ if (typeof cleanValue === "number") {
27
+ cleanValue = cleanValue.toString();
28
+ }
29
+ if (cleanValue.indexOf(",") >= 0) {
30
+ cleanValue = cleanValue.split(",")[0];
31
+ }
32
+ if (cleanValue.indexOf(":") >= 0) {
33
+ cleanValue = cleanValue.split(":")[0];
34
+ }
35
+ if (cleanValue.indexOf("#") >= 0) {
36
+ cleanValue = cleanValue.split("#")[1];
37
+ }
38
+ return cleanValue;
39
+ };
23
40
  export const loadRestJsonErrorCode = (output, data) => {
24
- const findKey = (object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase());
25
- const sanitizeErrorCode = (rawValue) => {
26
- let cleanValue = rawValue;
27
- if (typeof cleanValue === "number") {
28
- cleanValue = cleanValue.toString();
29
- }
30
- if (cleanValue.indexOf(",") >= 0) {
31
- cleanValue = cleanValue.split(",")[0];
32
- }
33
- if (cleanValue.indexOf(":") >= 0) {
34
- cleanValue = cleanValue.split(":")[0];
35
- }
36
- if (cleanValue.indexOf("#") >= 0) {
37
- cleanValue = cleanValue.split("#")[1];
38
- }
39
- return cleanValue;
40
- };
41
41
  const headerKey = findKey(output.headers, "x-amzn-errortype");
42
42
  if (headerKey !== undefined) {
43
43
  return sanitizeErrorCode(output.headers[headerKey]);
@@ -42,9 +42,7 @@ export class AwsQueryProtocol extends RpcProtocol {
42
42
  if (!request.path.endsWith("/")) {
43
43
  request.path += "/";
44
44
  }
45
- Object.assign(request.headers, {
46
- "content-type": `application/x-www-form-urlencoded`,
47
- });
45
+ request.headers["content-type"] = "application/x-www-form-urlencoded";
48
46
  if (deref(operationSchema.input) === "unit" || !request.body) {
49
47
  request.body = "";
50
48
  }
@@ -77,11 +75,8 @@ export class AwsQueryProtocol extends RpcProtocol {
77
75
  if (bytes.byteLength > 0) {
78
76
  Object.assign(dataObject, await deserializer.read(ns, bytes, awsQueryResultKey));
79
77
  }
80
- const output = {
81
- $metadata: this.deserializeMetadata(response),
82
- ...dataObject,
83
- };
84
- return output;
78
+ dataObject.$metadata = this.deserializeMetadata(response);
79
+ return dataObject;
85
80
  }
86
81
  useNestedResult() {
87
82
  return true;
@@ -113,7 +113,8 @@ export class QueryShapeSerializer extends SerdeContextConfig {
113
113
  const memberSchema = ns.getValueSchema();
114
114
  const flat = ns.getMergedTraits().xmlFlattened;
115
115
  let i = 1;
116
- for (const [k, v] of Object.entries(value)) {
116
+ for (const k in value) {
117
+ const v = value[k];
117
118
  if (v == null) {
118
119
  continue;
119
120
  }
@@ -22,7 +22,6 @@ export class AwsRestXmlProtocol extends HttpBindingProtocol {
22
22
  this.codec = new XmlCodec(settings);
23
23
  this.serializer = new HttpInterceptingShapeSerializer(this.codec.createSerializer(), settings);
24
24
  this.deserializer = new HttpInterceptingShapeDeserializer(this.codec.createDeserializer(), settings);
25
- this.compositeErrorRegistry;
26
25
  }
27
26
  getPayloadCodec() {
28
27
  return this.codec;
@@ -75,10 +74,11 @@ export class AwsRestXmlProtocol extends HttpBindingProtocol {
75
74
  const exception = new ErrorCtor(message);
76
75
  await this.deserializeHttpMessage(errorSchema, context, response, dataObject);
77
76
  const output = {};
77
+ const errorDeserializer = this.codec.createDeserializer();
78
78
  for (const [name, member] of ns.structIterator()) {
79
79
  const target = member.getMergedTraits().xmlName ?? name;
80
80
  const value = dataObject.Error?.[target] ?? dataObject[target];
81
- output[name] = this.codec.createDeserializer().readSchema(member, value);
81
+ output[name] = errorDeserializer.readSchema(member, value);
82
82
  }
83
83
  throw this.mixin.decorateServiceException(Object.assign(exception, errorMetadata, {
84
84
  $fault: ns.getMergedTraits().error,
@@ -191,7 +191,8 @@ export class XmlShapeSerializer extends SerdeContextConfig {
191
191
  entry.addChildNode(valueNode);
192
192
  };
193
193
  if (flat) {
194
- for (const [key, val] of Object.entries(map)) {
194
+ for (const key in map) {
195
+ const val = map[key];
195
196
  if (sparse || val != null) {
196
197
  const entry = XmlNode.of(mapTraits.xmlName ?? mapMember.getMemberName());
197
198
  addKeyValue(entry, key, val);
@@ -208,7 +209,8 @@ export class XmlShapeSerializer extends SerdeContextConfig {
208
209
  }
209
210
  container.addChildNode(mapNode);
210
211
  }
211
- for (const [key, val] of Object.entries(map)) {
212
+ for (const key in map) {
213
+ const val = map[key];
212
214
  if (sparse || val != null) {
213
215
  const entry = XmlNode.of("entry");
214
216
  addKeyValue(entry, key, val);
@@ -1,7 +1,7 @@
1
1
  import type { AwsHandlerExecutionContext, AwsSdkFeatures } from "@aws-sdk/types";
2
2
  /**
3
- * @internal
4
3
  * Indicates to the request context that a given feature is active.
4
+ * @internal
5
5
  *
6
6
  * @param context - handler execution context.
7
7
  * @param feature - readable name of feature.