@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
@@ -1384,6 +1384,9 @@ class AwsEc2QueryProtocol extends AwsQueryProtocol {
1384
1384
  };
1385
1385
  Object.assign(this.serializer.settings, ec2Settings);
1386
1386
  }
1387
+ getShapeId() {
1388
+ return "aws.protocols#ec2Query";
1389
+ }
1387
1390
  useNestedResult() {
1388
1391
  return false;
1389
1392
  }
@@ -1840,6 +1843,7 @@ exports.AwsSmithyRpcV2CborProtocol = AwsSmithyRpcV2CborProtocol;
1840
1843
  exports.JsonCodec = JsonCodec;
1841
1844
  exports.JsonShapeDeserializer = JsonShapeDeserializer;
1842
1845
  exports.JsonShapeSerializer = JsonShapeSerializer;
1846
+ exports.QueryShapeSerializer = QueryShapeSerializer;
1843
1847
  exports.XmlCodec = XmlCodec;
1844
1848
  exports.XmlShapeDeserializer = XmlShapeDeserializer;
1845
1849
  exports.XmlShapeSerializer = XmlShapeSerializer;
@@ -11,6 +11,8 @@ export * from "./json/awsExpectUnion";
11
11
  export * from "./json/parseJsonBody";
12
12
  export * from "./query/AwsEc2QueryProtocol";
13
13
  export * from "./query/AwsQueryProtocol";
14
+ export * from "./query/QuerySerializerSettings";
15
+ export * from "./query/QueryShapeSerializer";
14
16
  export * from "./xml/AwsRestXmlProtocol";
15
17
  export * from "./xml/XmlCodec";
16
18
  export * from "./xml/XmlShapeDeserializer";
@@ -12,6 +12,9 @@ export class AwsEc2QueryProtocol extends AwsQueryProtocol {
12
12
  };
13
13
  Object.assign(this.serializer.settings, ec2Settings);
14
14
  }
15
+ getShapeId() {
16
+ return "aws.protocols#ec2Query";
17
+ }
15
18
  useNestedResult() {
16
19
  return false;
17
20
  }
@@ -11,6 +11,8 @@ export * from "./json/awsExpectUnion";
11
11
  export * from "./json/parseJsonBody";
12
12
  export * from "./query/AwsEc2QueryProtocol";
13
13
  export * from "./query/AwsQueryProtocol";
14
+ export * from "./query/QuerySerializerSettings";
15
+ export * from "./query/QueryShapeSerializer";
14
16
  export * from "./xml/AwsRestXmlProtocol";
15
17
  export * from "./xml/XmlCodec";
16
18
  export * from "./xml/XmlShapeDeserializer";
@@ -13,6 +13,10 @@ export declare class AwsEc2QueryProtocol extends AwsQueryProtocol {
13
13
  xmlNamespace: string;
14
14
  version: string;
15
15
  });
16
+ /**
17
+ * @override
18
+ */
19
+ getShapeId(): string;
16
20
  /**
17
21
  * EC2 Query reads XResponse.XResult instead of XResponse directly.
18
22
  */
@@ -1,4 +1,7 @@
1
1
  import type { CodecSettings } from "@smithy/types";
2
+ /**
3
+ * @internal
4
+ */
2
5
  export type QuerySerializerSettings = CodecSettings & {
3
6
  capitalizeKeys?: boolean;
4
7
  flattenLists?: boolean;
@@ -11,6 +11,8 @@ export * from "./json/awsExpectUnion";
11
11
  export * from "./json/parseJsonBody";
12
12
  export * from "./query/AwsEc2QueryProtocol";
13
13
  export * from "./query/AwsQueryProtocol";
14
+ export * from "./query/QuerySerializerSettings";
15
+ export * from "./query/QueryShapeSerializer";
14
16
  export * from "./xml/AwsRestXmlProtocol";
15
17
  export * from "./xml/XmlCodec";
16
18
  export * from "./xml/XmlShapeDeserializer";
@@ -10,5 +10,6 @@ export declare class AwsEc2QueryProtocol extends AwsQueryProtocol {
10
10
  xmlNamespace: string;
11
11
  version: string;
12
12
  });
13
+ getShapeId(): string;
13
14
  protected useNestedResult(): boolean;
14
15
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.973.17",
3
+ "version": "3.973.21",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -81,18 +81,18 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "^3.973.4",
85
- "@aws-sdk/xml-builder": "^3.972.9",
86
- "@smithy/core": "^3.23.7",
87
- "@smithy/node-config-provider": "^4.3.10",
88
- "@smithy/property-provider": "^4.2.10",
89
- "@smithy/protocol-http": "^5.3.10",
90
- "@smithy/signature-v4": "^5.3.10",
91
- "@smithy/smithy-client": "^4.12.1",
92
- "@smithy/types": "^4.13.0",
93
- "@smithy/util-base64": "^4.3.1",
94
- "@smithy/util-middleware": "^4.2.10",
95
- "@smithy/util-utf8": "^4.2.1",
84
+ "@aws-sdk/types": "^3.973.6",
85
+ "@aws-sdk/xml-builder": "^3.972.12",
86
+ "@smithy/core": "^3.23.12",
87
+ "@smithy/node-config-provider": "^4.3.12",
88
+ "@smithy/property-provider": "^4.2.12",
89
+ "@smithy/protocol-http": "^5.3.12",
90
+ "@smithy/signature-v4": "^5.3.12",
91
+ "@smithy/smithy-client": "^4.12.6",
92
+ "@smithy/types": "^4.13.1",
93
+ "@smithy/util-base64": "^4.3.2",
94
+ "@smithy/util-middleware": "^4.2.12",
95
+ "@smithy/util-utf8": "^4.2.2",
96
96
  "tslib": "^2.6.2"
97
97
  },
98
98
  "devDependencies": {
@@ -106,7 +106,7 @@
106
106
  "node": ">=20.0.0"
107
107
  },
108
108
  "typesVersions": {
109
- "<4.0": {
109
+ "<4.5": {
110
110
  "dist-types/*": [
111
111
  "dist-types/ts3.4/*"
112
112
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.15",
3
+ "version": "3.972.19",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.17",
30
- "@aws-sdk/types": "^3.973.4",
31
- "@smithy/property-provider": "^4.2.10",
32
- "@smithy/types": "^4.13.0",
29
+ "@aws-sdk/core": "^3.973.21",
30
+ "@aws-sdk/types": "^3.973.6",
31
+ "@smithy/property-provider": "^4.2.12",
32
+ "@smithy/types": "^4.13.1",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -45,7 +45,7 @@
45
45
  "node": ">=20.0.0"
46
46
  },
47
47
  "typesVersions": {
48
- "<4.0": {
48
+ "<4.5": {
49
49
  "dist-types/*": [
50
50
  "dist-types/ts3.4/*"
51
51
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.17",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,15 +28,15 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.17",
32
- "@aws-sdk/types": "^3.973.4",
33
- "@smithy/fetch-http-handler": "^5.3.12",
34
- "@smithy/node-http-handler": "^4.4.13",
35
- "@smithy/property-provider": "^4.2.10",
36
- "@smithy/protocol-http": "^5.3.10",
37
- "@smithy/smithy-client": "^4.12.1",
38
- "@smithy/types": "^4.13.0",
39
- "@smithy/util-stream": "^4.5.16",
31
+ "@aws-sdk/core": "^3.973.21",
32
+ "@aws-sdk/types": "^3.973.6",
33
+ "@smithy/fetch-http-handler": "^5.3.15",
34
+ "@smithy/node-http-handler": "^4.5.0",
35
+ "@smithy/property-provider": "^4.2.12",
36
+ "@smithy/protocol-http": "^5.3.12",
37
+ "@smithy/smithy-client": "^4.12.6",
38
+ "@smithy/types": "^4.13.1",
39
+ "@smithy/util-stream": "^4.5.20",
40
40
  "tslib": "^2.6.2"
41
41
  },
42
42
  "devDependencies": {
@@ -52,7 +52,7 @@
52
52
  "node": ">=20.0.0"
53
53
  },
54
54
  "typesVersions": {
55
- "<4.0": {
55
+ "<4.5": {
56
56
  "dist-types/*": [
57
57
  "dist-types/ts3.4/*"
58
58
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.15",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,19 +28,19 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.17",
32
- "@aws-sdk/credential-provider-env": "^3.972.15",
33
- "@aws-sdk/credential-provider-http": "^3.972.17",
34
- "@aws-sdk/credential-provider-login": "^3.972.15",
35
- "@aws-sdk/credential-provider-process": "^3.972.15",
36
- "@aws-sdk/credential-provider-sso": "^3.972.15",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.15",
38
- "@aws-sdk/nested-clients": "^3.996.5",
39
- "@aws-sdk/types": "^3.973.4",
40
- "@smithy/credential-provider-imds": "^4.2.10",
41
- "@smithy/property-provider": "^4.2.10",
42
- "@smithy/shared-ini-file-loader": "^4.4.5",
43
- "@smithy/types": "^4.13.0",
31
+ "@aws-sdk/core": "^3.973.21",
32
+ "@aws-sdk/credential-provider-env": "^3.972.19",
33
+ "@aws-sdk/credential-provider-http": "^3.972.21",
34
+ "@aws-sdk/credential-provider-login": "^3.972.21",
35
+ "@aws-sdk/credential-provider-process": "^3.972.19",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.21",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.21",
38
+ "@aws-sdk/nested-clients": "^3.996.11",
39
+ "@aws-sdk/types": "^3.973.6",
40
+ "@smithy/credential-provider-imds": "^4.2.12",
41
+ "@smithy/property-provider": "^4.2.12",
42
+ "@smithy/shared-ini-file-loader": "^4.4.7",
43
+ "@smithy/types": "^4.13.1",
44
44
  "tslib": "^2.6.2"
45
45
  },
46
46
  "devDependencies": {
@@ -56,7 +56,7 @@
56
56
  "node": ">=20.0.0"
57
57
  },
58
58
  "typesVersions": {
59
- "<4.0": {
59
+ "<4.5": {
60
60
  "dist-types/*": [
61
61
  "dist-types/ts3.4/*"
62
62
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.15",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.973.17",
32
- "@aws-sdk/nested-clients": "^3.996.5",
33
- "@aws-sdk/types": "^3.973.4",
34
- "@smithy/property-provider": "^4.2.10",
35
- "@smithy/protocol-http": "^5.3.10",
36
- "@smithy/shared-ini-file-loader": "^4.4.5",
37
- "@smithy/types": "^4.13.0",
31
+ "@aws-sdk/core": "^3.973.21",
32
+ "@aws-sdk/nested-clients": "^3.996.11",
33
+ "@aws-sdk/types": "^3.973.6",
34
+ "@smithy/property-provider": "^4.2.12",
35
+ "@smithy/protocol-http": "^5.3.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/credential-provider-node",
3
- "version": "3.972.16",
3
+ "version": "3.972.22",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,17 +31,17 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.15",
35
- "@aws-sdk/credential-provider-http": "^3.972.17",
36
- "@aws-sdk/credential-provider-ini": "^3.972.15",
37
- "@aws-sdk/credential-provider-process": "^3.972.15",
38
- "@aws-sdk/credential-provider-sso": "^3.972.15",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.15",
40
- "@aws-sdk/types": "^3.973.4",
41
- "@smithy/credential-provider-imds": "^4.2.10",
42
- "@smithy/property-provider": "^4.2.10",
43
- "@smithy/shared-ini-file-loader": "^4.4.5",
44
- "@smithy/types": "^4.13.0",
34
+ "@aws-sdk/credential-provider-env": "^3.972.19",
35
+ "@aws-sdk/credential-provider-http": "^3.972.21",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.21",
37
+ "@aws-sdk/credential-provider-process": "^3.972.19",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.21",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.21",
40
+ "@aws-sdk/types": "^3.973.6",
41
+ "@smithy/credential-provider-imds": "^4.2.12",
42
+ "@smithy/property-provider": "^4.2.12",
43
+ "@smithy/shared-ini-file-loader": "^4.4.7",
44
+ "@smithy/types": "^4.13.1",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -54,7 +54,7 @@
54
54
  },
55
55
  "types": "./dist-types/index.d.ts",
56
56
  "typesVersions": {
57
- "<4.0": {
57
+ "<4.5": {
58
58
  "dist-types/*": [
59
59
  "dist-types/ts3.4/*"
60
60
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.15",
3
+ "version": "3.972.19",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,11 +26,11 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.17",
30
- "@aws-sdk/types": "^3.973.4",
31
- "@smithy/property-provider": "^4.2.10",
32
- "@smithy/shared-ini-file-loader": "^4.4.5",
33
- "@smithy/types": "^4.13.0",
29
+ "@aws-sdk/core": "^3.973.21",
30
+ "@aws-sdk/types": "^3.973.6",
31
+ "@smithy/property-provider": "^4.2.12",
32
+ "@smithy/shared-ini-file-loader": "^4.4.7",
33
+ "@smithy/types": "^4.13.1",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -46,7 +46,7 @@
46
46
  "node": ">=20.0.0"
47
47
  },
48
48
  "typesVersions": {
49
- "<4.0": {
49
+ "<4.5": {
50
50
  "dist-types/*": [
51
51
  "dist-types/ts3.4/*"
52
52
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.15",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,13 +26,13 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.973.17",
30
- "@aws-sdk/nested-clients": "^3.996.5",
31
- "@aws-sdk/token-providers": "3.1002.0",
32
- "@aws-sdk/types": "^3.973.4",
33
- "@smithy/property-provider": "^4.2.10",
34
- "@smithy/shared-ini-file-loader": "^4.4.5",
35
- "@smithy/types": "^4.13.0",
29
+ "@aws-sdk/core": "^3.973.21",
30
+ "@aws-sdk/nested-clients": "^3.996.11",
31
+ "@aws-sdk/token-providers": "3.1012.0",
32
+ "@aws-sdk/types": "^3.973.6",
33
+ "@smithy/property-provider": "^4.2.12",
34
+ "@smithy/shared-ini-file-loader": "^4.4.7",
35
+ "@smithy/types": "^4.13.1",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -48,7 +48,7 @@
48
48
  "node": ">=20.0.0"
49
49
  },
50
50
  "typesVersions": {
51
- "<4.0": {
51
+ "<4.5": {
52
52
  "dist-types/*": [
53
53
  "dist-types/ts3.4/*"
54
54
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.15",
3
+ "version": "3.972.21",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,12 +34,12 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.973.17",
38
- "@aws-sdk/nested-clients": "^3.996.5",
39
- "@aws-sdk/types": "^3.973.4",
40
- "@smithy/property-provider": "^4.2.10",
41
- "@smithy/shared-ini-file-loader": "^4.4.5",
42
- "@smithy/types": "^4.13.0",
37
+ "@aws-sdk/core": "^3.973.21",
38
+ "@aws-sdk/nested-clients": "^3.996.11",
39
+ "@aws-sdk/types": "^3.973.6",
40
+ "@smithy/property-provider": "^4.2.12",
41
+ "@smithy/shared-ini-file-loader": "^4.4.7",
42
+ "@smithy/types": "^4.13.1",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -55,7 +55,7 @@
55
55
  "node": ">=20.0.0"
56
56
  },
57
57
  "typesVersions": {
58
- "<4.0": {
58
+ "<4.5": {
59
59
  "dist-types/*": [
60
60
  "dist-types/ts3.4/*"
61
61
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
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 middleware-host-header",
@@ -25,16 +25,16 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.4",
29
- "@smithy/protocol-http": "^5.3.10",
30
- "@smithy/types": "^4.13.0",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/protocol-http": "^5.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=20.0.0"
35
35
  },
36
36
  "typesVersions": {
37
- "<4.0": {
37
+ "<4.5": {
38
38
  "dist-types/*": [
39
39
  "dist-types/ts3.4/*"
40
40
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
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 middleware-logger",
@@ -25,8 +25,8 @@
25
25
  "module": "./dist-es/index.js",
26
26
  "types": "./dist-types/index.d.ts",
27
27
  "dependencies": {
28
- "@aws-sdk/types": "^3.973.4",
29
- "@smithy/types": "^4.13.0",
28
+ "@aws-sdk/types": "^3.973.6",
29
+ "@smithy/types": "^4.13.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -41,7 +41,7 @@
41
41
  "node": ">=20.0.0"
42
42
  },
43
43
  "typesVersions": {
44
- "<4.0": {
44
+ "<4.5": {
45
45
  "dist-types/*": [
46
46
  "dist-types/ts3.4/*"
47
47
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
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 middleware-recursion-detection",
@@ -24,17 +24,17 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "^3.973.4",
27
+ "@aws-sdk/types": "^3.973.6",
28
28
  "@aws/lambda-invoke-store": "^0.2.2",
29
- "@smithy/protocol-http": "^5.3.10",
30
- "@smithy/types": "^4.13.0",
29
+ "@smithy/protocol-http": "^5.3.12",
30
+ "@smithy/types": "^4.13.1",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
34
34
  "node": ">=20.0.0"
35
35
  },
36
36
  "typesVersions": {
37
- "<4.0": {
37
+ "<4.5": {
38
38
  "dist-types/*": [
39
39
  "dist-types/ts3.4/*"
40
40
  ]
@@ -4,6 +4,7 @@ var core = require('@smithy/core');
4
4
  var utilEndpoints = require('@aws-sdk/util-endpoints');
5
5
  var protocolHttp = require('@smithy/protocol-http');
6
6
  var core$1 = require('@aws-sdk/core');
7
+ var utilRetry = require('@smithy/util-retry');
7
8
 
8
9
  const DEFAULT_UA_APP_ID = undefined;
9
10
  function isValidUserAgentAppId(appId) {
@@ -41,16 +42,15 @@ async function checkFeatures(context, config, args) {
41
42
  }
42
43
  if (typeof config.retryStrategy === "function") {
43
44
  const retryStrategy = await config.retryStrategy();
44
- if (typeof retryStrategy.acquireInitialRetryToken === "function") {
45
- if (retryStrategy.constructor?.name?.includes("Adaptive")) {
46
- core$1.setFeature(context, "RETRY_MODE_ADAPTIVE", "F");
45
+ if (typeof retryStrategy.mode === "string") {
46
+ switch (retryStrategy.mode) {
47
+ case utilRetry.RETRY_MODES.ADAPTIVE:
48
+ core$1.setFeature(context, "RETRY_MODE_ADAPTIVE", "F");
49
+ break;
50
+ case utilRetry.RETRY_MODES.STANDARD:
51
+ core$1.setFeature(context, "RETRY_MODE_STANDARD", "E");
52
+ break;
47
53
  }
48
- else {
49
- core$1.setFeature(context, "RETRY_MODE_STANDARD", "E");
50
- }
51
- }
52
- else {
53
- core$1.setFeature(context, "RETRY_MODE_LEGACY", "D");
54
54
  }
55
55
  }
56
56
  if (typeof config.accountIdEndpointMode === "function") {
@@ -1,4 +1,5 @@
1
1
  import { setFeature } from "@aws-sdk/core";
2
+ import { RETRY_MODES } from "@smithy/util-retry";
2
3
  const ACCOUNT_ID_ENDPOINT_REGEX = /\d{12}\.ddb/;
3
4
  export async function checkFeatures(context, config, args) {
4
5
  const request = args.request;
@@ -7,16 +8,15 @@ export async function checkFeatures(context, config, args) {
7
8
  }
8
9
  if (typeof config.retryStrategy === "function") {
9
10
  const retryStrategy = await config.retryStrategy();
10
- if (typeof retryStrategy.acquireInitialRetryToken === "function") {
11
- if (retryStrategy.constructor?.name?.includes("Adaptive")) {
12
- setFeature(context, "RETRY_MODE_ADAPTIVE", "F");
11
+ if (typeof retryStrategy.mode === "string") {
12
+ switch (retryStrategy.mode) {
13
+ case RETRY_MODES.ADAPTIVE:
14
+ setFeature(context, "RETRY_MODE_ADAPTIVE", "F");
15
+ break;
16
+ case RETRY_MODES.STANDARD:
17
+ setFeature(context, "RETRY_MODE_STANDARD", "E");
18
+ break;
13
19
  }
14
- else {
15
- setFeature(context, "RETRY_MODE_STANDARD", "E");
16
- }
17
- }
18
- else {
19
- setFeature(context, "RETRY_MODE_LEGACY", "D");
20
20
  }
21
21
  }
22
22
  if (typeof config.accountIdEndpointMode === "function") {
@@ -1,13 +1,15 @@
1
1
  import type { AccountIdEndpointMode } from "@aws-sdk/core/account-id-endpoint";
2
2
  import type { AwsHandlerExecutionContext } from "@aws-sdk/types";
3
- import type { AwsCredentialIdentityProvider, BuildHandlerArguments, Provider, RetryStrategy, RetryStrategyV2 } from "@smithy/types";
3
+ import type { AwsCredentialIdentityProvider, BuildHandlerArguments, Provider } from "@smithy/types";
4
4
  /**
5
5
  * @internal
6
6
  */
7
7
  type PreviouslyResolved = Partial<{
8
8
  credentials?: AwsCredentialIdentityProvider;
9
9
  accountIdEndpointMode?: Provider<AccountIdEndpointMode>;
10
- retryStrategy?: Provider<RetryStrategy | RetryStrategyV2>;
10
+ retryStrategy?: Provider<{
11
+ mode?: string;
12
+ }>;
11
13
  }>;
12
14
  /**
13
15
  * @internal
@@ -4,13 +4,13 @@ import {
4
4
  AwsCredentialIdentityProvider,
5
5
  BuildHandlerArguments,
6
6
  Provider,
7
- RetryStrategy,
8
- RetryStrategyV2,
9
7
  } from "@smithy/types";
10
8
  type PreviouslyResolved = Partial<{
11
9
  credentials?: AwsCredentialIdentityProvider;
12
10
  accountIdEndpointMode?: Provider<AccountIdEndpointMode>;
13
- retryStrategy?: Provider<RetryStrategy | RetryStrategyV2>;
11
+ retryStrategy?: Provider<{
12
+ mode?: string;
13
+ }>;
14
14
  }>;
15
15
  export declare function checkFeatures(
16
16
  context: AwsHandlerExecutionContext,