@cdklabs/cdk-construct-connect-datalake 0.0.6 → 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 (335) hide show
  1. package/.jsii +8 -8
  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 +18 -18
  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 +53 -0
  14. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +130 -45
  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 +6 -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 +99 -14
  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/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
  29. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
  32. package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
  33. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
  34. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
  36. package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
  37. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +2 -0
  38. package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +14 -0
  39. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +11 -11
  40. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +80 -155
  41. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +218 -199
  42. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +254 -3
  43. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
  44. package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +13 -0
  46. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +64 -0
  47. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +18 -0
  48. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
  49. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
  52. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
  53. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
  54. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
  56. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +3 -0
  57. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  58. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +8 -0
  59. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +3 -3
  60. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +23 -40
  61. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +55 -37
  62. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +52 -2
  63. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
  64. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +1 -0
  65. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
  66. package/node_modules/@aws-sdk/client-connect/package.json +18 -18
  67. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +49 -0
  68. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +2 -2
  69. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +46 -0
  70. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +3 -3
  71. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
  72. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  73. package/node_modules/@aws-sdk/client-glue/package.json +18 -18
  74. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +49 -0
  75. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +2 -2
  76. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +46 -0
  77. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +3 -3
  78. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +2 -0
  79. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  80. package/node_modules/@aws-sdk/client-lakeformation/package.json +19 -19
  81. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +52 -0
  82. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +2 -2
  83. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +49 -0
  84. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +3 -3
  85. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +2 -0
  86. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  87. package/node_modules/@aws-sdk/client-ram/package.json +18 -18
  88. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +88 -0
  89. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +2 -2
  90. package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +1 -0
  91. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +85 -0
  92. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -3
  93. package/node_modules/@aws-sdk/client-sts/dist-es/models/errors.js +1 -0
  94. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +2 -0
  95. package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  97. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-sts/package.json +20 -20
  99. package/node_modules/@aws-sdk/core/dist-cjs/index.js +20 -11
  100. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -0
  101. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +18 -11
  102. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
  103. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
  104. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +6 -3
  105. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
  106. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
  107. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -1
  108. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
  109. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
  110. package/node_modules/@aws-sdk/core/package.json +7 -5
  111. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  112. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  113. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  114. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  115. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  116. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  117. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  118. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  119. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +9 -25
  120. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
  121. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
  122. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
  123. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
  124. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
  125. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
  126. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
  127. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
  128. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
  129. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
  130. package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
  131. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +15 -8
  132. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  133. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
  135. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
  136. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
  137. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
  139. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
  141. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
  142. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +87 -5
  143. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
  144. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
  145. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
  146. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +6 -0
  147. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
  148. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
  149. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
  150. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
  152. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
  153. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
  154. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
  155. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
  156. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
  157. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
  158. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
  159. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
  160. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
  161. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +7 -1
  162. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
  163. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  164. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
  165. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
  166. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  167. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -7
  168. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -2
  171. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +10 -4
  172. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -2
  173. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
  174. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -9
  179. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +11 -5
  182. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +35 -16
  183. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +11 -5
  184. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
  185. package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
  186. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  187. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  188. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  189. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  190. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  191. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -2
  192. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +0 -2
  193. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  194. package/node_modules/@nodable/entities/README.md +41 -0
  195. package/node_modules/@nodable/entities/package.json +54 -0
  196. package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
  197. package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
  198. package/node_modules/@nodable/entities/src/entities.js +1177 -0
  199. package/node_modules/@nodable/entities/src/entityTries.js +49 -0
  200. package/node_modules/@nodable/entities/src/index.d.ts +264 -0
  201. package/node_modules/@nodable/entities/src/index.js +29 -0
  202. package/node_modules/@smithy/core/package.json +2 -2
  203. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  204. package/node_modules/@smithy/middleware-retry/package.json +5 -5
  205. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  206. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -16
  207. package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +5 -0
  208. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +22 -16
  209. package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +4 -0
  210. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +2 -4
  211. package/node_modules/@smithy/node-http-handler/package.json +1 -1
  212. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +1 -0
  213. package/node_modules/@smithy/service-error-classification/dist-es/index.js +1 -0
  214. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  215. package/node_modules/@smithy/smithy-client/package.json +4 -4
  216. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  217. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  218. package/node_modules/@smithy/util-retry/dist-cjs/index.js +20 -10
  219. package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
  220. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
  221. package/node_modules/@smithy/util-retry/package.json +2 -2
  222. package/node_modules/@smithy/util-stream/package.json +2 -2
  223. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
  224. package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
  225. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  226. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
  227. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  228. package/node_modules/@smithy/util-waiter/package.json +1 -1
  229. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +53 -0
  230. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -28
  231. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
  232. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
  233. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  234. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +172 -6
  235. package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
  236. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  237. package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
  238. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  239. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +5 -4
  240. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +162 -3
  241. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +2 -5
  242. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +15 -11
  243. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +168 -244
  244. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +1 -1
  245. package/package.json +8 -8
  246. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
  247. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
  248. package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
  249. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  250. package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +0 -7
  251. package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +0 -4
  252. package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/ruleset.d.ts +0 -2
  253. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  254. package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/ruleset.js +0 -7
  255. package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/ruleset.js +0 -4
  256. package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/ruleset.d.ts +0 -2
  257. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  258. package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/ruleset.js +0 -7
  259. package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/ruleset.js +0 -4
  260. package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/ruleset.d.ts +0 -2
  261. package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  262. package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/ruleset.js +0 -7
  263. package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/ruleset.js +0 -4
  264. package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/ruleset.d.ts +0 -2
  265. package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  266. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
  267. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
  268. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
  269. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  270. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
  271. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
  272. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
  273. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
  274. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
  275. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
  276. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
  277. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
  278. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
  279. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
  280. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  281. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
  282. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
  283. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  284. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
  285. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
  286. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
  287. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
  288. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
  289. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
  290. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
  291. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
  292. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
  293. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
  294. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  295. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
  296. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  297. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
  298. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
  299. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  300. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  301. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  302. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  303. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  304. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  305. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  306. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  307. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  308. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  309. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  310. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  311. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  312. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  313. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  314. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  315. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  316. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  317. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  318. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  319. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  320. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  321. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  322. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  323. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  324. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  325. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  326. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  327. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  328. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  329. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  330. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  331. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  332. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  333. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  334. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  335. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -48,6 +48,7 @@ export declare class InvalidIdentityTokenException extends __BaseException {
48
48
  export declare class IDPCommunicationErrorException extends __BaseException {
49
49
  readonly name: "IDPCommunicationErrorException";
50
50
  readonly $fault: "client";
51
+ $retryable: {};
51
52
  constructor(
52
53
  opts: __ExceptionOptionType<IDPCommunicationErrorException, __BaseException>
53
54
  );
@@ -72,7 +72,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
72
72
  ))
73
73
  | undefined;
74
74
  endpointProvider: (
75
- params: import("./endpoint/EndpointParameters").EndpointParameters,
75
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
76
76
  context?: {
77
77
  logger?: import("@smithy/types").Logger;
78
78
  }
@@ -118,10 +118,16 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
118
118
  signingEscapePath?: boolean;
119
119
  systemClockOffset?: number;
120
120
  signingRegion?: string;
121
- signerConstructor?: new (
122
- options: import("@smithy/signature-v4").SignatureV4Init &
123
- import("@smithy/signature-v4").SignatureV4CryptoInit
124
- ) => import("@smithy/types").RequestSigner;
121
+ signerConstructor:
122
+ | (new (
123
+ options: import("@smithy/signature-v4").SignatureV4Init &
124
+ import("@smithy/signature-v4").SignatureV4CryptoInit
125
+ ) => import("@smithy/types").RequestSigner)
126
+ | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
127
+ sigv4aSigningRegionSet?:
128
+ | string[]
129
+ | undefined
130
+ | import("@smithy/types").Provider<string[] | undefined>;
125
131
  useGlobalEndpoint?:
126
132
  | boolean
127
133
  | undefined
@@ -1,3 +1,4 @@
1
+ import { AwsSdkSigV4ASigner } from "@aws-sdk/core/httpAuthSchemes";
1
2
  import { NoAuthSigner } from "@smithy/core";
2
3
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
3
4
  import { IdentityProviderConfig } from "@smithy/types";
@@ -14,17 +15,30 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
14
15
  ) => Promise<import("@smithy/types").UserAgent>;
15
16
  httpAuthSchemes:
16
17
  | import("@smithy/types").HttpAuthScheme[]
17
- | {
18
- schemeId: string;
19
- identityProvider: (
20
- ipc: IdentityProviderConfig
21
- ) =>
22
- | import("@smithy/types").IdentityProvider<
23
- import("@smithy/types").Identity
24
- >
25
- | (() => Promise<{}>);
26
- signer: NoAuthSigner;
27
- }[];
18
+ | (
19
+ | {
20
+ schemeId: string;
21
+ identityProvider: (
22
+ ipc: IdentityProviderConfig
23
+ ) =>
24
+ | import("@smithy/types").IdentityProvider<
25
+ import("@smithy/types").Identity
26
+ >
27
+ | undefined;
28
+ signer: AwsSdkSigV4ASigner;
29
+ }
30
+ | {
31
+ schemeId: string;
32
+ identityProvider: (
33
+ ipc: IdentityProviderConfig
34
+ ) =>
35
+ | import("@smithy/types").IdentityProvider<
36
+ import("@smithy/types").Identity
37
+ >
38
+ | (() => Promise<{}>);
39
+ signer: NoAuthSigner;
40
+ }
41
+ )[];
28
42
  maxAttempts: number | import("@smithy/types").Provider<number>;
29
43
  region: string | import("@smithy/types").Provider<string>;
30
44
  requestHandler:
@@ -32,6 +46,9 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
32
46
  | import("@smithy/protocol-http").HttpHandler<any>;
33
47
  retryMode: string | import("@smithy/types").Provider<string>;
34
48
  sha256: import("@smithy/types").HashConstructor;
49
+ sigv4aSigningRegionSet:
50
+ | string[]
51
+ | import("@smithy/types").Provider<string[] | undefined>;
35
52
  streamCollector: import("@smithy/types").StreamCollector;
36
53
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
37
54
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -81,7 +98,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
81
98
  ))
82
99
  | undefined;
83
100
  endpointProvider: (
84
- params: import("./endpoint/EndpointParameters").EndpointParameters,
101
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
85
102
  context?: {
86
103
  logger?: import("@smithy/types").Logger;
87
104
  }
@@ -100,10 +117,12 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
100
117
  signingEscapePath?: boolean;
101
118
  systemClockOffset?: number;
102
119
  signingRegion?: string;
103
- signerConstructor?: new (
104
- options: import("@smithy/signature-v4").SignatureV4Init &
105
- import("@smithy/signature-v4").SignatureV4CryptoInit
106
- ) => import("@smithy/types").RequestSigner;
120
+ signerConstructor:
121
+ | (new (
122
+ options: import("@smithy/signature-v4").SignatureV4Init &
123
+ import("@smithy/signature-v4").SignatureV4CryptoInit
124
+ ) => import("@smithy/types").RequestSigner)
125
+ | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
107
126
  useGlobalEndpoint?:
108
127
  | boolean
109
128
  | undefined
@@ -76,7 +76,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
76
76
  ))
77
77
  | undefined;
78
78
  endpointProvider: (
79
- params: import("./endpoint/EndpointParameters").EndpointParameters,
79
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
80
80
  context?: {
81
81
  logger?: import("@smithy/types").Logger;
82
82
  }
@@ -122,10 +122,16 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
122
122
  signingEscapePath?: boolean;
123
123
  systemClockOffset?: number;
124
124
  signingRegion?: string;
125
- signerConstructor?: new (
126
- options: import("@smithy/signature-v4").SignatureV4Init &
127
- import("@smithy/signature-v4").SignatureV4CryptoInit
128
- ) => import("@smithy/types").RequestSigner;
125
+ signerConstructor:
126
+ | (new (
127
+ options: import("@smithy/signature-v4").SignatureV4Init &
128
+ import("@smithy/signature-v4").SignatureV4CryptoInit
129
+ ) => import("@smithy/types").RequestSigner)
130
+ | typeof import("@aws-sdk/signature-v4-multi-region").SignatureV4MultiRegion;
131
+ sigv4aSigningRegionSet?:
132
+ | string[]
133
+ | undefined
134
+ | import("@smithy/types").Provider<string[] | undefined>;
129
135
  useGlobalEndpoint?:
130
136
  | boolean
131
137
  | undefined
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
3
+ import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
3
4
  import { NoAuthSigner } from "@smithy/core";
4
5
  import { IdentityProviderConfig } from "@smithy/types";
5
6
  import { STSClientConfig } from "./STSClient";
@@ -9,7 +10,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
9
10
  base64Encoder: (_input: Uint8Array | string) => string;
10
11
  disableHostPrefix: boolean;
11
12
  endpointProvider: (
12
- params: import("./endpoint/EndpointParameters").EndpointParameters,
13
+ endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
13
14
  context?: {
14
15
  logger?: import("@smithy/types").Logger;
15
16
  }
@@ -52,6 +53,12 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
52
53
  defaultNamespace?: string;
53
54
  };
54
55
  serviceId: string;
56
+ signerConstructor:
57
+ | (new (
58
+ options: import("@smithy/signature-v4").SignatureV4Init &
59
+ import("@smithy/signature-v4").SignatureV4CryptoInit
60
+ ) => import("@smithy/types").RequestSigner)
61
+ | typeof SignatureV4MultiRegion;
55
62
  urlParser: import("@smithy/types").UrlParser;
56
63
  utf8Decoder: import("@smithy/types").Decoder;
57
64
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.996.21",
3
+ "version": "3.997.3",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,40 +29,41 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.974.1",
32
+ "@aws-sdk/core": "^3.974.5",
33
33
  "@aws-sdk/middleware-host-header": "^3.972.10",
34
34
  "@aws-sdk/middleware-logger": "^3.972.10",
35
35
  "@aws-sdk/middleware-recursion-detection": "^3.972.11",
36
- "@aws-sdk/middleware-user-agent": "^3.972.31",
37
- "@aws-sdk/region-config-resolver": "^3.972.12",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.35",
37
+ "@aws-sdk/region-config-resolver": "^3.972.13",
38
+ "@aws-sdk/signature-v4-multi-region": "^3.996.22",
38
39
  "@aws-sdk/types": "^3.973.8",
39
- "@aws-sdk/util-endpoints": "^3.996.7",
40
+ "@aws-sdk/util-endpoints": "^3.996.8",
40
41
  "@aws-sdk/util-user-agent-browser": "^3.972.10",
41
- "@aws-sdk/util-user-agent-node": "^3.973.17",
42
- "@smithy/config-resolver": "^4.4.16",
43
- "@smithy/core": "^3.23.15",
42
+ "@aws-sdk/util-user-agent-node": "^3.973.21",
43
+ "@smithy/config-resolver": "^4.4.17",
44
+ "@smithy/core": "^3.23.17",
44
45
  "@smithy/fetch-http-handler": "^5.3.17",
45
46
  "@smithy/hash-node": "^4.2.14",
46
47
  "@smithy/invalid-dependency": "^4.2.14",
47
48
  "@smithy/middleware-content-length": "^4.2.14",
48
- "@smithy/middleware-endpoint": "^4.4.30",
49
- "@smithy/middleware-retry": "^4.5.3",
50
- "@smithy/middleware-serde": "^4.2.18",
49
+ "@smithy/middleware-endpoint": "^4.4.32",
50
+ "@smithy/middleware-retry": "^4.5.5",
51
+ "@smithy/middleware-serde": "^4.2.20",
51
52
  "@smithy/middleware-stack": "^4.2.14",
52
53
  "@smithy/node-config-provider": "^4.3.14",
53
- "@smithy/node-http-handler": "^4.5.3",
54
+ "@smithy/node-http-handler": "^4.6.1",
54
55
  "@smithy/protocol-http": "^5.3.14",
55
- "@smithy/smithy-client": "^4.12.11",
56
+ "@smithy/smithy-client": "^4.12.13",
56
57
  "@smithy/types": "^4.14.1",
57
58
  "@smithy/url-parser": "^4.2.14",
58
59
  "@smithy/util-base64": "^4.3.2",
59
60
  "@smithy/util-body-length-browser": "^4.2.2",
60
61
  "@smithy/util-body-length-node": "^4.2.3",
61
- "@smithy/util-defaults-mode-browser": "^4.3.47",
62
- "@smithy/util-defaults-mode-node": "^4.2.52",
63
- "@smithy/util-endpoints": "^3.4.1",
62
+ "@smithy/util-defaults-mode-browser": "^4.3.49",
63
+ "@smithy/util-defaults-mode-node": "^4.2.54",
64
+ "@smithy/util-endpoints": "^3.4.2",
64
65
  "@smithy/util-middleware": "^4.2.14",
65
- "@smithy/util-retry": "^4.3.2",
66
+ "@smithy/util-retry": "^4.3.4",
66
67
  "@smithy/util-utf8": "^4.2.2",
67
68
  "tslib": "^2.6.2"
68
69
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.972.12",
3
+ "version": "3.972.13",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
26
  "@aws-sdk/types": "^3.973.8",
27
- "@smithy/config-resolver": "^4.4.16",
27
+ "@smithy/config-resolver": "^4.4.17",
28
28
  "@smithy/node-config-provider": "^4.3.14",
29
29
  "@smithy/types": "^4.14.1",
30
30
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.996.18",
3
+ "version": "3.996.22",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/middleware-sdk-s3": "^3.972.30",
28
+ "@aws-sdk/middleware-sdk-s3": "^3.972.34",
29
29
  "@aws-sdk/types": "^3.973.8",
30
30
  "@smithy/protocol-http": "^5.3.14",
31
31
  "@smithy/signature-v4": "^5.3.14",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1032.0",
3
+ "version": "3.1036.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.974.1",
33
- "@aws-sdk/nested-clients": "^3.996.21",
32
+ "@aws-sdk/core": "^3.974.5",
33
+ "@aws-sdk/nested-clients": "^3.997.3",
34
34
  "@aws-sdk/types": "^3.973.8",
35
35
  "@smithy/property-provider": "^4.2.14",
36
36
  "@smithy/shared-ini-file-loader": "^4.4.9",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.996.7",
3
+ "version": "3.996.8",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,7 +28,7 @@
28
28
  "@aws-sdk/types": "^3.973.8",
29
29
  "@smithy/types": "^4.14.1",
30
30
  "@smithy/url-parser": "^4.2.14",
31
- "@smithy/util-endpoints": "^3.4.1",
31
+ "@smithy/util-endpoints": "^3.4.2",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.973.17",
3
+ "version": "3.973.21",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/middleware-user-agent": "^3.972.31",
27
+ "@aws-sdk/middleware-user-agent": "^3.972.35",
28
28
  "@aws-sdk/types": "^3.973.8",
29
29
  "@smithy/node-config-provider": "^4.3.14",
30
30
  "@smithy/types": "^4.14.1",
@@ -16,8 +16,6 @@ const parser = new fast_xml_parser_1.XMLParser({
16
16
  tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined),
17
17
  maxNestedTags: Infinity,
18
18
  });
19
- parser.addEntity("#xD", "\r");
20
- parser.addEntity("#10", "\n");
21
19
  function parseXML(xmlString) {
22
20
  return parser.parse(xmlString, true);
23
21
  }
@@ -13,8 +13,6 @@ const parser = new XMLParser({
13
13
  tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined),
14
14
  maxNestedTags: Infinity,
15
15
  });
16
- parser.addEntity("#xD", "\r");
17
- parser.addEntity("#10", "\n");
18
16
  export function parseXML(xmlString) {
19
17
  return parser.parse(xmlString, true);
20
18
  }
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.972.18",
3
+ "version": "3.972.19",
4
4
  "description": "XML utilities for the AWS SDK",
5
5
  "dependencies": {
6
6
  "@smithy/types": "^4.14.1",
7
- "fast-xml-parser": "5.5.8",
7
+ "fast-xml-parser": "5.7.1",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
@@ -0,0 +1,41 @@
1
+ # @nodable/entities
2
+
3
+ Fast, zero-dependency XML/HTML entity encoder and decoder for Node.js.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ npm install @nodable/entities
9
+ ```
10
+
11
+ ## Quick start
12
+
13
+ ```js
14
+ import { EntityEncoder, EntityDecoder, ALL_ENTITIES } from '@nodable/entities';
15
+
16
+ // Encode: plain text → entity references
17
+ const enc = new EntityEncoder();
18
+ enc.encode('Hello © 2024 & <stuff>');
19
+ // → 'Hello &copy; 2024 &amp; &lt;stuff&gt;'
20
+
21
+ // Decode: entity references → plain text
22
+ const dec = new EntityDecoder({ namedEntities: ALL_ENTITIES });
23
+ dec.decode('Hello &copy; 2024 &amp; &lt;stuff&gt;');
24
+ // → 'Hello © 2024 & <stuff>'
25
+ ```
26
+
27
+ ## Performance
28
+
29
+ | | encode | decode |
30
+ |---|---|---|
31
+ | `entities` (npm) | 3.65 M req/s | 1.76 M req/s |
32
+ | `@nodable/entities` | 3.33 M req/s | **5.19 M req/s** |
33
+
34
+ ## Documentation
35
+
36
+ - [EntityEncoder](docs/EntityEncoder.md) — options, API, recipes
37
+ - [EntityDecoder](docs/EntityDecoder.md) — options, API, security limits, entity sets
38
+
39
+ ## License
40
+
41
+ MIT
@@ -0,0 +1,54 @@
1
+ {
2
+ "name": "@nodable/entities",
3
+ "version": "2.1.0",
4
+ "description": "Entity parser for XML, HTML, External entites with security and NCR control",
5
+ "main": "./src/index.js",
6
+ "type": "module",
7
+ "sideEffects": false,
8
+ "types": "./src/index.d.ts",
9
+ "scripts": {
10
+ "test": "node --experimental-vm-modules node_modules/.bin/jest",
11
+ "test:watch": "node --experimental-vm-modules node_modules/.bin/jest --watch",
12
+ "test:coverage": "node --experimental-vm-modules node_modules/.bin/jest --coverage",
13
+ "lint": "eslint src/ test/"
14
+ },
15
+ "files": [
16
+ "src",
17
+ "README.md"
18
+ ],
19
+ "repository": {
20
+ "type": "git",
21
+ "url": "git+https://github.com/nodable/val-parsers.git"
22
+ },
23
+ "keywords": [
24
+ "fast",
25
+ "xml",
26
+ "html",
27
+ "entity",
28
+ "encode",
29
+ "decode",
30
+ "ncr",
31
+ "security",
32
+ "performance"
33
+ ],
34
+ "author": "Amit Gupta (https://solothought.com)",
35
+ "license": "MIT",
36
+ "publishConfig": {
37
+ "access": "public"
38
+ },
39
+ "devDependencies": {
40
+ "jest": "^29.7.0"
41
+ },
42
+ "funding": [
43
+ {
44
+ "type": "github",
45
+ "url": "https://github.com/sponsors/nodable"
46
+ }
47
+ ],
48
+ "jest": {
49
+ "testMatch": [
50
+ "**/?(*.)+(spec|test).[jt]s?(x)",
51
+ "**/*_spec.[jt]s?(x)"
52
+ ]
53
+ }
54
+ }