@rio-cloud/cdk-v2-constructs 7.14.0-alpha.2 → 7.14.0

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 (283) hide show
  1. package/.jsii +7 -7
  2. package/lib/contributions/team-transport-two/datadog-synthetics/datadog-synthetics-test-custom-resource/handler.cjs +2076 -1226
  3. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +2214 -1364
  4. package/lib/datadogv2/service-catalog-custom-resource/on-create.cjs +2085 -1235
  5. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +2088 -1238
  6. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +2088 -1238
  7. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +2093 -1242
  8. package/lib/fargate/datadog.js +3 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/README.md +26 -46
  10. package/node_modules/@aws-sdk/client-cloudformation/node_modules/@smithy/util-retry/package.json +3 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/package.json +39 -39
  12. package/node_modules/@aws-sdk/client-codedeploy/README.md +26 -46
  13. package/node_modules/@aws-sdk/client-codedeploy/node_modules/@smithy/util-retry/package.json +3 -3
  14. package/node_modules/@aws-sdk/client-codedeploy/package.json +39 -39
  15. package/node_modules/@aws-sdk/client-ecs/README.md +26 -46
  16. package/node_modules/@aws-sdk/client-ecs/dist-cjs/schemas/schemas_0.js +5 -4
  17. package/node_modules/@aws-sdk/client-ecs/dist-es/schemas/schemas_0.js +5 -4
  18. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +2 -0
  19. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -0
  21. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +2 -0
  22. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +10 -0
  23. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +2 -0
  24. package/node_modules/@aws-sdk/client-ecs/node_modules/@smithy/util-retry/package.json +3 -3
  25. package/node_modules/@aws-sdk/client-ecs/package.json +39 -39
  26. package/node_modules/@aws-sdk/client-organizations/README.md +26 -46
  27. package/node_modules/@aws-sdk/client-organizations/node_modules/@smithy/util-retry/package.json +3 -3
  28. package/node_modules/@aws-sdk/client-organizations/package.json +38 -38
  29. package/node_modules/@aws-sdk/client-secrets-manager/README.md +26 -46
  30. package/node_modules/@aws-sdk/client-secrets-manager/node_modules/@smithy/util-retry/package.json +3 -3
  31. package/node_modules/@aws-sdk/client-secrets-manager/package.json +39 -39
  32. package/node_modules/@aws-sdk/client-ssm/README.md +26 -46
  33. package/node_modules/@aws-sdk/client-ssm/node_modules/@smithy/util-retry/package.json +3 -3
  34. package/node_modules/@aws-sdk/client-ssm/package.json +39 -39
  35. package/node_modules/@aws-sdk/core/dist-cjs/index.js +4 -0
  36. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +4 -0
  37. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
  38. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +3 -0
  39. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
  40. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
  41. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +3 -0
  42. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
  43. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
  44. package/node_modules/@aws-sdk/core/package.json +14 -14
  45. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  46. package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
  47. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  48. package/node_modules/@aws-sdk/credential-provider-login/package.json +9 -9
  49. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  50. package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  51. package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
  52. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
  53. package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
  54. package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
  55. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
  56. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +9 -9
  57. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
  58. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
  59. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
  60. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/LICENSE +201 -0
  61. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/README.md +78 -0
  62. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-cjs/index.js +278 -0
  63. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +27 -0
  64. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +19 -0
  65. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +109 -0
  66. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +67 -0
  67. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
  68. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
  69. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
  70. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
  71. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
  72. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
  73. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
  74. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
  75. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +49 -0
  76. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
  77. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
  78. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
  79. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
  80. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
  81. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
  82. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
  83. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
  84. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +49 -0
  85. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
  86. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
  87. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
  88. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
  89. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
  90. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
  91. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
  92. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
  93. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@smithy/util-retry/package.json +71 -0
  94. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -8
  95. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +1 -1
  96. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +2 -2
  97. package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/util-retry/package.json +3 -3
  98. package/node_modules/@aws-sdk/nested-clients/package.json +39 -37
  99. package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
  100. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  101. package/node_modules/@aws-sdk/types/package.json +3 -3
  102. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
  103. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
  104. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +75 -19
  105. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
  106. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
  107. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +53 -7
  108. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/{getTypeScriptPackageJsonPaths.d.ts → getNodeModulesParentDirs.d.ts} +2 -2
  109. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
  110. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
  111. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
  112. package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -6
  113. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
  114. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
  115. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  116. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  117. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
  118. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +49 -29
  119. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +11 -6
  120. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +6 -1
  121. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +6 -1
  122. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +12 -3
  123. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +6 -3
  124. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +9 -1
  125. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +4 -1
  126. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  127. package/node_modules/@smithy/abort-controller/package.json +2 -2
  128. package/node_modules/@smithy/config-resolver/package.json +5 -5
  129. package/node_modules/@smithy/core/dist-cjs/index.js +1 -2
  130. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +7 -1
  131. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  132. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -1
  133. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +11 -1
  134. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +42 -5
  135. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
  136. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
  137. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
  138. package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
  139. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -1
  140. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -0
  141. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  142. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
  143. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -2
  144. package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
  145. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
  146. package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
  147. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
  148. package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
  149. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
  150. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
  151. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
  152. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
  153. package/node_modules/@smithy/core/endpoints.d.ts +7 -0
  154. package/node_modules/@smithy/core/endpoints.js +6 -0
  155. package/node_modules/@smithy/core/package.json +16 -7
  156. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  157. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +4 -1
  158. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +4 -1
  159. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  160. package/node_modules/@smithy/hash-node/package.json +2 -2
  161. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  162. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  163. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +17 -1
  164. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +9 -0
  165. package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
  166. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
  167. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
  168. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  169. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
  170. package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
  171. package/node_modules/@smithy/middleware-retry/node_modules/@smithy/util-retry/package.json +3 -3
  172. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  173. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
  174. package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
  175. package/node_modules/@smithy/middleware-serde/package.json +4 -3
  176. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  177. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  178. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +48 -38
  179. package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +4 -1
  180. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +38 -31
  181. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  182. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +1 -1
  183. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
  184. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
  185. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
  186. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
  187. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
  188. package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +4 -3
  189. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
  190. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
  191. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
  192. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
  193. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
  194. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
  195. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  196. package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
  197. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  198. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  199. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
  200. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
  201. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +4 -3
  202. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
  203. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
  204. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
  205. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
  206. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
  207. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
  208. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
  209. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
  210. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
  211. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
  212. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
  213. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
  214. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
  215. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
  216. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  217. package/node_modules/@smithy/property-provider/package.json +2 -2
  218. package/node_modules/@smithy/protocol-http/package.json +2 -2
  219. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  220. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  221. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  222. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  223. package/node_modules/@smithy/signature-v4/package.json +4 -4
  224. package/node_modules/@smithy/smithy-client/package.json +7 -7
  225. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  226. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  227. package/node_modules/@smithy/types/package.json +1 -1
  228. package/node_modules/@smithy/url-parser/package.json +3 -3
  229. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  230. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  231. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  232. package/node_modules/@smithy/util-middleware/package.json +2 -2
  233. package/node_modules/@smithy/util-stream/package.json +4 -4
  234. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
  235. package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
  236. package/node_modules/@smithy/util-waiter/package.json +3 -3
  237. package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
  238. package/node_modules/fast-xml-builder/README.md +1 -1
  239. package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
  240. package/node_modules/fast-xml-builder/lib/fxb.d.cts +22 -9
  241. package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
  242. package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
  243. package/node_modules/fast-xml-builder/package.json +7 -5
  244. package/node_modules/fast-xml-builder/src/fxb.d.ts +27 -3
  245. package/node_modules/fast-xml-builder/src/fxb.js +265 -21
  246. package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +165 -18
  247. package/node_modules/fast-xml-parser/CHANGELOG.md +33 -4
  248. package/node_modules/fast-xml-parser/README.md +8 -7
  249. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  250. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  251. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  252. package/node_modules/fast-xml-parser/lib/fxp.d.cts +73 -19
  253. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  254. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  255. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  256. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  257. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  258. package/node_modules/fast-xml-parser/package.json +3 -2
  259. package/node_modules/fast-xml-parser/src/fxp.d.ts +73 -19
  260. package/node_modules/fast-xml-parser/src/util.js +18 -0
  261. package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +12 -2
  262. package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +71 -0
  263. package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +291 -115
  264. package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +1 -1
  265. package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +65 -14
  266. package/node_modules/path-expression-matcher/LICENSE +21 -0
  267. package/node_modules/path-expression-matcher/README.md +635 -0
  268. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
  269. package/node_modules/path-expression-matcher/lib/pem.d.cts +335 -0
  270. package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
  271. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
  272. package/node_modules/path-expression-matcher/package.json +78 -0
  273. package/node_modules/path-expression-matcher/src/Expression.js +232 -0
  274. package/node_modules/path-expression-matcher/src/Matcher.js +414 -0
  275. package/node_modules/path-expression-matcher/src/index.d.ts +366 -0
  276. package/node_modules/path-expression-matcher/src/index.js +28 -0
  277. package/package.json +7 -7
  278. package/version.json +1 -1
  279. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPaths.js +0 -17
  280. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPaths.d.ts +0 -3
  281. package/node_modules/fast-xml-builder/lib/builder.cjs +0 -1
  282. package/node_modules/fast-xml-builder/lib/builder.min.js +0 -2
  283. package/node_modules/fast-xml-builder/lib/builder.min.js.map +0 -1
@@ -0,0 +1,59 @@
1
+ /**
2
+ * @public
3
+ *
4
+ * The base number of milliseconds to use in calculating a suitable cool-down
5
+ * time when a retryable error is encountered.
6
+ */
7
+ export declare const DEFAULT_RETRY_DELAY_BASE = 100;
8
+ /**
9
+ * @public
10
+ *
11
+ * The maximum amount of time (in milliseconds) that will be used as a delay
12
+ * between retry attempts.
13
+ */
14
+ export declare const MAXIMUM_RETRY_DELAY: number;
15
+ /**
16
+ * @public
17
+ *
18
+ * The retry delay base (in milliseconds) to use when a throttling error is
19
+ * encountered.
20
+ */
21
+ export declare const THROTTLING_RETRY_DELAY_BASE = 500;
22
+ /**
23
+ * @public
24
+ *
25
+ * Initial number of retry tokens in Retry Quota
26
+ */
27
+ export declare const INITIAL_RETRY_TOKENS = 500;
28
+ /**
29
+ * @public
30
+ *
31
+ * The total amount of retry tokens to be decremented from retry token balance.
32
+ */
33
+ export declare const RETRY_COST = 5;
34
+ /**
35
+ * @public
36
+ *
37
+ * The total amount of retry tokens to be decremented from retry token balance
38
+ * when a throttling error is encountered.
39
+ */
40
+ export declare const TIMEOUT_RETRY_COST = 10;
41
+ /**
42
+ * @public
43
+ *
44
+ * The total amount of retry token to be incremented from retry token balance
45
+ * if an SDK operation invocation succeeds without requiring a retry request.
46
+ */
47
+ export declare const NO_RETRY_INCREMENT = 1;
48
+ /**
49
+ * @public
50
+ *
51
+ * Header name for SDK invocation ID
52
+ */
53
+ export declare const INVOCATION_ID_HEADER = "amz-sdk-invocation-id";
54
+ /**
55
+ * @public
56
+ *
57
+ * Header name for request retry information.
58
+ */
59
+ export declare const REQUEST_HEADER = "amz-sdk-request";
@@ -0,0 +1,5 @@
1
+ import { StandardRetryBackoffStrategy } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const getDefaultRetryBackoffStrategy: () => StandardRetryBackoffStrategy;
@@ -0,0 +1,9 @@
1
+ import { StandardRetryToken } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const createDefaultRetryToken: ({ retryDelay, retryCount, retryCost, }: {
6
+ retryDelay: number;
7
+ retryCount: number;
8
+ retryCost?: number;
9
+ }) => StandardRetryToken;
@@ -0,0 +1,7 @@
1
+ export * from "./AdaptiveRetryStrategy";
2
+ export * from "./ConfiguredRetryStrategy";
3
+ export * from "./DefaultRateLimiter";
4
+ export * from "./StandardRetryStrategy";
5
+ export * from "./config";
6
+ export * from "./constants";
7
+ export * from "./types";
@@ -0,0 +1,19 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export interface RateLimiter {
5
+ /**
6
+ * If there is sufficient capacity (tokens) available, it immediately returns.
7
+ * If there is not sufficient capacity, it will either sleep a certain amount
8
+ * of time until the rate limiter can retrieve a token from its token bucket
9
+ * or raise an exception indicating there is insufficient capacity.
10
+ */
11
+ getSendToken: () => Promise<void>;
12
+ /**
13
+ * Updates the client sending rate based on response.
14
+ * If the response was successful, the capacity and fill rate are increased.
15
+ * If the response was a throttling response, the capacity and fill rate are
16
+ * decreased. Transient errors do not affect the rate limiter.
17
+ */
18
+ updateClientSendingRate: (response: any) => void;
19
+ }
@@ -0,0 +1,19 @@
1
+ /**
2
+ * @internal
3
+ */
4
+ export interface RateLimiter {
5
+ /**
6
+ * If there is sufficient capacity (tokens) available, it immediately returns.
7
+ * If there is not sufficient capacity, it will either sleep a certain amount
8
+ * of time until the rate limiter can retrieve a token from its token bucket
9
+ * or raise an exception indicating there is insufficient capacity.
10
+ */
11
+ getSendToken: () => Promise<void>;
12
+ /**
13
+ * Updates the client sending rate based on response.
14
+ * If the response was successful, the capacity and fill rate are increased.
15
+ * If the response was a throttling response, the capacity and fill rate are
16
+ * decreased. Transient errors do not affect the rate limiter.
17
+ */
18
+ updateClientSendingRate: (response: any) => void;
19
+ }
@@ -0,0 +1,71 @@
1
+ {
2
+ "name": "@smithy/util-retry",
3
+ "version": "4.2.12",
4
+ "description": "Shared retry utilities to be used in middleware packages.",
5
+ "main": "./dist-cjs/index.js",
6
+ "module": "./dist-es/index.js",
7
+ "scripts": {
8
+ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
9
+ "build:cjs": "node ../../scripts/inline util-retry",
10
+ "build:es": "yarn g:tsc -p tsconfig.es.json",
11
+ "build:types": "yarn g:tsc -p tsconfig.types.json",
12
+ "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
13
+ "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
+ "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
15
+ "lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
16
+ "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
17
+ "extract:docs": "api-extractor run --local",
18
+ "test": "yarn g:vitest run",
19
+ "test:watch": "yarn g:vitest watch",
20
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
21
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
22
+ },
23
+ "keywords": [
24
+ "aws",
25
+ "retry"
26
+ ],
27
+ "author": {
28
+ "name": "AWS SDK for JavaScript Team",
29
+ "url": "https://aws.amazon.com/javascript/"
30
+ },
31
+ "license": "Apache-2.0",
32
+ "sideEffects": false,
33
+ "dependencies": {
34
+ "@smithy/service-error-classification": "^4.2.12",
35
+ "@smithy/types": "^4.13.1",
36
+ "tslib": "^2.6.2"
37
+ },
38
+ "devDependencies": {
39
+ "@types/node": "^18.11.9",
40
+ "concurrently": "7.0.0",
41
+ "downlevel-dts": "0.10.1",
42
+ "premove": "4.0.0",
43
+ "typedoc": "0.23.23"
44
+ },
45
+ "types": "./dist-types/index.d.ts",
46
+ "engines": {
47
+ "node": ">=18.0.0"
48
+ },
49
+ "typesVersions": {
50
+ "<4.5": {
51
+ "types/*": [
52
+ "types/ts3.4/*"
53
+ ]
54
+ }
55
+ },
56
+ "files": [
57
+ "dist-*/**"
58
+ ],
59
+ "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/master/packages/util-retry",
60
+ "repository": {
61
+ "type": "git",
62
+ "url": "https://github.com/smithy-lang/smithy-typescript.git",
63
+ "directory": "packages/util-retry"
64
+ },
65
+ "typedoc": {
66
+ "entryPoint": "src/index.ts"
67
+ },
68
+ "publishConfig": {
69
+ "directory": ".release/package"
70
+ }
71
+ }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.17",
3
+ "version": "3.972.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 middleware-user-agent",
@@ -25,12 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.973.17",
29
- "@aws-sdk/types": "^3.973.4",
30
- "@aws-sdk/util-endpoints": "^3.996.3",
31
- "@smithy/core": "^3.23.7",
32
- "@smithy/protocol-http": "^5.3.10",
33
- "@smithy/types": "^4.13.0",
28
+ "@aws-sdk/core": "^3.973.21",
29
+ "@aws-sdk/types": "^3.973.6",
30
+ "@aws-sdk/util-endpoints": "^3.996.5",
31
+ "@smithy/core": "^3.23.12",
32
+ "@smithy/protocol-http": "^5.3.12",
33
+ "@smithy/types": "^4.13.1",
34
+ "@smithy/util-retry": "^4.2.12",
34
35
  "tslib": "^2.6.2"
35
36
  },
36
37
  "devDependencies": {
@@ -44,7 +45,7 @@
44
45
  "node": ">=20.0.0"
45
46
  },
46
47
  "typesVersions": {
47
- "<4.0": {
48
+ "<4.5": {
48
49
  "dist-types/*": [
49
50
  "dist-types/ts3.4/*"
50
51
  ]
@@ -1,6 +1,6 @@
1
1
  import { createAggregatedClient } from "@smithy/smithy-client";
2
2
  import { CognitoIdentityClient } from "./CognitoIdentityClient";
3
- import { GetCredentialsForIdentityCommand } from "./commands/GetCredentialsForIdentityCommand";
3
+ import { GetCredentialsForIdentityCommand, } from "./commands/GetCredentialsForIdentityCommand";
4
4
  import { GetIdCommand } from "./commands/GetIdCommand";
5
5
  const commands = {
6
6
  GetCredentialsForIdentityCommand,
@@ -1,7 +1,7 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CognitoIdentityClient } from "./CognitoIdentityClient";
3
- import type { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand";
4
- import type { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand";
3
+ import { GetCredentialsForIdentityCommandInput, GetCredentialsForIdentityCommandOutput } from "./commands/GetCredentialsForIdentityCommand";
4
+ import { GetIdCommandInput, GetIdCommandOutput } from "./commands/GetIdCommand";
5
5
  export interface CognitoIdentity {
6
6
  /**
7
7
  * @see {@link GetCredentialsForIdentityCommand}
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-retry",
3
- "version": "4.2.11",
3
+ "version": "4.2.12",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -31,8 +31,8 @@
31
31
  "license": "Apache-2.0",
32
32
  "sideEffects": false,
33
33
  "dependencies": {
34
- "@smithy/service-error-classification": "^4.2.11",
35
- "@smithy/types": "^4.13.0",
34
+ "@smithy/service-error-classification": "^4.2.12",
35
+ "@smithy/types": "^4.13.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.996.5",
3
+ "version": "3.996.11",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,41 +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.973.17",
33
- "@aws-sdk/middleware-host-header": "^3.972.6",
34
- "@aws-sdk/middleware-logger": "^3.972.6",
35
- "@aws-sdk/middleware-recursion-detection": "^3.972.6",
36
- "@aws-sdk/middleware-user-agent": "^3.972.17",
37
- "@aws-sdk/region-config-resolver": "^3.972.6",
38
- "@aws-sdk/types": "^3.973.4",
39
- "@aws-sdk/util-endpoints": "^3.996.3",
40
- "@aws-sdk/util-user-agent-browser": "^3.972.6",
41
- "@aws-sdk/util-user-agent-node": "^3.973.2",
42
- "@smithy/config-resolver": "^4.4.9",
43
- "@smithy/core": "^3.23.7",
44
- "@smithy/fetch-http-handler": "^5.3.12",
45
- "@smithy/hash-node": "^4.2.10",
46
- "@smithy/invalid-dependency": "^4.2.10",
47
- "@smithy/middleware-content-length": "^4.2.10",
48
- "@smithy/middleware-endpoint": "^4.4.21",
49
- "@smithy/middleware-retry": "^4.4.38",
50
- "@smithy/middleware-serde": "^4.2.11",
51
- "@smithy/middleware-stack": "^4.2.10",
52
- "@smithy/node-config-provider": "^4.3.10",
53
- "@smithy/node-http-handler": "^4.4.13",
54
- "@smithy/protocol-http": "^5.3.10",
55
- "@smithy/smithy-client": "^4.12.1",
56
- "@smithy/types": "^4.13.0",
57
- "@smithy/url-parser": "^4.2.10",
58
- "@smithy/util-base64": "^4.3.1",
59
- "@smithy/util-body-length-browser": "^4.2.1",
60
- "@smithy/util-body-length-node": "^4.2.2",
61
- "@smithy/util-defaults-mode-browser": "^4.3.37",
62
- "@smithy/util-defaults-mode-node": "^4.2.40",
63
- "@smithy/util-endpoints": "^3.3.1",
64
- "@smithy/util-middleware": "^4.2.10",
65
- "@smithy/util-retry": "^4.2.10",
66
- "@smithy/util-utf8": "^4.2.1",
32
+ "@aws-sdk/core": "^3.973.21",
33
+ "@aws-sdk/middleware-host-header": "^3.972.8",
34
+ "@aws-sdk/middleware-logger": "^3.972.8",
35
+ "@aws-sdk/middleware-recursion-detection": "^3.972.8",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.22",
37
+ "@aws-sdk/region-config-resolver": "^3.972.8",
38
+ "@aws-sdk/types": "^3.973.6",
39
+ "@aws-sdk/util-endpoints": "^3.996.5",
40
+ "@aws-sdk/util-user-agent-browser": "^3.972.8",
41
+ "@aws-sdk/util-user-agent-node": "^3.973.8",
42
+ "@smithy/config-resolver": "^4.4.11",
43
+ "@smithy/core": "^3.23.12",
44
+ "@smithy/fetch-http-handler": "^5.3.15",
45
+ "@smithy/hash-node": "^4.2.12",
46
+ "@smithy/invalid-dependency": "^4.2.12",
47
+ "@smithy/middleware-content-length": "^4.2.12",
48
+ "@smithy/middleware-endpoint": "^4.4.26",
49
+ "@smithy/middleware-retry": "^4.4.43",
50
+ "@smithy/middleware-serde": "^4.2.15",
51
+ "@smithy/middleware-stack": "^4.2.12",
52
+ "@smithy/node-config-provider": "^4.3.12",
53
+ "@smithy/node-http-handler": "^4.5.0",
54
+ "@smithy/protocol-http": "^5.3.12",
55
+ "@smithy/smithy-client": "^4.12.6",
56
+ "@smithy/types": "^4.13.1",
57
+ "@smithy/url-parser": "^4.2.12",
58
+ "@smithy/util-base64": "^4.3.2",
59
+ "@smithy/util-body-length-browser": "^4.2.2",
60
+ "@smithy/util-body-length-node": "^4.2.3",
61
+ "@smithy/util-defaults-mode-browser": "^4.3.42",
62
+ "@smithy/util-defaults-mode-node": "^4.2.45",
63
+ "@smithy/util-endpoints": "^3.3.3",
64
+ "@smithy/util-middleware": "^4.2.12",
65
+ "@smithy/util-retry": "^4.2.12",
66
+ "@smithy/util-utf8": "^4.2.2",
67
67
  "tslib": "^2.6.2"
68
68
  },
69
69
  "devDependencies": {
@@ -73,7 +73,7 @@
73
73
  "typescript": "~5.8.3"
74
74
  },
75
75
  "typesVersions": {
76
- "<4.0": {
76
+ "<4.5": {
77
77
  "dist-types/*": [
78
78
  "dist-types/ts3.4/*"
79
79
  ]
@@ -93,8 +93,10 @@
93
93
  "dist-*/**"
94
94
  ],
95
95
  "browser": {
96
+ "./dist-es/submodules/cognito-identity/runtimeConfig": "./dist-es/submodules/cognito-identity/runtimeConfig.browser",
96
97
  "./dist-es/submodules/signin/runtimeConfig": "./dist-es/submodules/signin/runtimeConfig.browser",
97
98
  "./dist-es/submodules/sso-oidc/runtimeConfig": "./dist-es/submodules/sso-oidc/runtimeConfig.browser",
99
+ "./dist-es/submodules/sso/runtimeConfig": "./dist-es/submodules/sso/runtimeConfig.browser",
98
100
  "./dist-es/submodules/sts/runtimeConfig": "./dist-es/submodules/sts/runtimeConfig.browser"
99
101
  },
100
102
  "react-native": {},
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.972.6",
3
+ "version": "3.972.8",
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",
@@ -23,10 +23,10 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "^3.973.4",
27
- "@smithy/config-resolver": "^4.4.9",
28
- "@smithy/node-config-provider": "^4.3.10",
29
- "@smithy/types": "^4.13.0",
26
+ "@aws-sdk/types": "^3.973.6",
27
+ "@smithy/config-resolver": "^4.4.11",
28
+ "@smithy/node-config-provider": "^4.3.12",
29
+ "@smithy/types": "^4.13.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -40,7 +40,7 @@
40
40
  "node": ">=20.0.0"
41
41
  },
42
42
  "typesVersions": {
43
- "<4.0": {
43
+ "<4.5": {
44
44
  "dist-types/*": [
45
45
  "dist-types/ts3.4/*"
46
46
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1002.0",
3
+ "version": "3.1012.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.973.17",
33
- "@aws-sdk/nested-clients": "^3.996.5",
34
- "@aws-sdk/types": "^3.973.4",
35
- "@smithy/property-provider": "^4.2.10",
36
- "@smithy/shared-ini-file-loader": "^4.4.5",
37
- "@smithy/types": "^4.13.0",
32
+ "@aws-sdk/core": "^3.973.21",
33
+ "@aws-sdk/nested-clients": "^3.996.11",
34
+ "@aws-sdk/types": "^3.973.6",
35
+ "@smithy/property-provider": "^4.2.12",
36
+ "@smithy/shared-ini-file-loader": "^4.4.7",
37
+ "@smithy/types": "^4.13.1",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -50,7 +50,7 @@
50
50
  "node": ">=20.0.0"
51
51
  },
52
52
  "typesVersions": {
53
- "<4.0": {
53
+ "<4.5": {
54
54
  "dist-types/*": [
55
55
  "dist-types/ts3.4/*"
56
56
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.973.4",
3
+ "version": "3.973.6",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "node": ">=20.0.0"
27
27
  },
28
28
  "typesVersions": {
29
- "<4.0": {
29
+ "<4.5": {
30
30
  "dist-types/*": [
31
31
  "dist-types/ts3.4/*"
32
32
  ]
@@ -42,7 +42,7 @@
42
42
  "directory": "packages-internal/types"
43
43
  },
44
44
  "dependencies": {
45
- "@smithy/types": "^4.13.0",
45
+ "@smithy/types": "^4.13.1",
46
46
  "tslib": "^2.6.2"
47
47
  },
48
48
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.996.3",
3
+ "version": "3.996.5",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,17 +25,17 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.4",
29
- "@smithy/types": "^4.13.0",
30
- "@smithy/url-parser": "^4.2.10",
31
- "@smithy/util-endpoints": "^3.3.1",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/types": "^4.13.1",
30
+ "@smithy/url-parser": "^4.2.12",
31
+ "@smithy/util-endpoints": "^3.3.3",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "engines": {
35
35
  "node": ">=20.0.0"
36
36
  },
37
37
  "typesVersions": {
38
- "<4.0": {
38
+ "<4.5": {
39
39
  "dist-types/*": [
40
40
  "dist-types/ts3.4/*"
41
41
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.972.6",
3
+ "version": "3.972.8",
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-browser",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "react-native": "dist-es/index.native.js",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.4",
28
- "@smithy/types": "^4.13.0",
27
+ "@aws-sdk/types": "^3.973.6",
28
+ "@smithy/types": "^4.13.1",
29
29
  "bowser": "^2.11.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
@@ -37,7 +37,7 @@
37
37
  "typescript": "~5.8.3"
38
38
  },
39
39
  "typesVersions": {
40
- "<4.0": {
40
+ "<4.5": {
41
41
  "dist-types/*": [
42
42
  "dist-types/ts3.4/*"
43
43
  ]