@cdk8s/awscdk-resolver 0.0.494 → 0.0.496

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 (285) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
  4. package/node_modules/@aws-sdk/core/package.json +13 -13
  5. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  6. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  7. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  8. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  9. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  10. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  11. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  12. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  13. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  14. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  15. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  16. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  17. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  18. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  19. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  20. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  21. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  22. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  23. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  24. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  25. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  26. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  27. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  28. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  29. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  30. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  31. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  32. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
  33. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  34. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  35. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  36. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
  37. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  38. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  39. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/index.js +1 -53
  40. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  41. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  42. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  43. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  44. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  45. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  46. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  47. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  48. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  49. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountsCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  50. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  51. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  52. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  53. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  54. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  55. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  56. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  57. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  58. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
  59. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  60. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  61. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  62. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  63. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  64. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
  65. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  66. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
  67. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  68. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  69. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  70. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
  71. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  72. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  73. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  74. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  75. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  76. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  77. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  78. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  79. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  80. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  82. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  83. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  84. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  85. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  86. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  92. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  93. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  94. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  95. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  96. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  97. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  99. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  100. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  101. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  102. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  103. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  104. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
  105. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  106. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  107. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  108. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  109. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  110. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  111. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  112. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  114. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  116. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  117. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  118. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  119. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  126. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  142. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
  143. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  144. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +5 -9
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  148. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  150. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  152. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  153. package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
  154. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  155. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  156. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
  157. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  158. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  159. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  160. package/node_modules/@aws-sdk/types/package.json +2 -2
  161. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  162. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  163. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  164. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  165. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  166. package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -6
  167. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  168. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  169. package/node_modules/@smithy/abort-controller/package.json +2 -2
  170. package/node_modules/@smithy/config-resolver/package.json +5 -5
  171. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +23 -3
  172. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +22 -2
  173. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  174. package/node_modules/@smithy/core/package.json +7 -7
  175. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  176. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  177. package/node_modules/@smithy/hash-node/package.json +2 -2
  178. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  179. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  180. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  181. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  182. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  183. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  184. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  185. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  186. package/node_modules/@smithy/property-provider/package.json +2 -2
  187. package/node_modules/@smithy/protocol-http/package.json +2 -2
  188. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  189. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  190. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  191. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  192. package/node_modules/@smithy/signature-v4/package.json +4 -4
  193. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +20 -1
  194. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  195. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  196. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  197. package/node_modules/@smithy/smithy-client/package.json +10 -8
  198. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  199. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  200. package/node_modules/@smithy/types/package.json +1 -1
  201. package/node_modules/@smithy/url-parser/package.json +3 -3
  202. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  203. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  204. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  205. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  206. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  207. package/node_modules/@smithy/util-middleware/package.json +2 -2
  208. package/node_modules/@smithy/util-retry/package.json +3 -3
  209. package/node_modules/@smithy/util-stream/package.json +4 -4
  210. package/node_modules/@smithy/util-waiter/package.json +3 -3
  211. package/package.json +3 -3
  212. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  213. package/node_modules/@aws-sdk/client-sso/README.md +0 -244
  214. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  215. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
  216. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
  217. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
  218. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  219. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  220. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  221. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  222. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  223. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
  224. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
  225. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  226. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  227. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  228. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  229. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  230. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  231. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  232. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  233. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  234. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
  235. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  236. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  237. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  238. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  239. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  240. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  242. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  243. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  244. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  245. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-Bw7VSvlO.js +0 -8
  246. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  247. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  248. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
  249. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
  250. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
  251. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  252. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  253. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  254. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  255. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  256. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  257. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
  258. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  259. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  260. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  261. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  262. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
  263. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  264. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  265. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  266. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  267. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  268. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  269. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
  270. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  271. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  272. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  273. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  274. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  275. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  276. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +0 -0
  277. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/endpoint/ruleset.d.ts +0 -0
  278. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  279. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  280. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/models/errors.d.ts +0 -0
  281. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  282. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
  283. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  284. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  285. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeExtensions.d.ts +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.972.11",
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 util-user-agent-node",
@@ -10,7 +10,9 @@
10
10
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
11
11
  "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
12
12
  "test": "yarn g:vitest run",
13
- "test:watch": "yarn g:vitest watch"
13
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
14
+ "test:watch": "yarn g:vitest watch",
15
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
14
16
  },
15
17
  "main": "./dist-cjs/index.js",
16
18
  "module": "./dist-es/index.js",
@@ -22,10 +24,10 @@
22
24
  },
23
25
  "license": "Apache-2.0",
24
26
  "dependencies": {
25
- "@aws-sdk/middleware-user-agent": "^3.972.12",
26
- "@aws-sdk/types": "^3.973.1",
27
- "@smithy/node-config-provider": "^4.3.8",
28
- "@smithy/types": "^4.12.0",
27
+ "@aws-sdk/middleware-user-agent": "^3.972.14",
28
+ "@aws-sdk/types": "^3.973.3",
29
+ "@smithy/node-config-provider": "^4.3.10",
30
+ "@smithy/types": "^4.13.0",
29
31
  "tslib": "^2.6.2"
30
32
  },
31
33
  "devDependencies": {
@@ -116,9 +116,6 @@ class XmlNode {
116
116
  }
117
117
  }
118
118
 
119
- Object.defineProperty(exports, "parseXML", {
120
- enumerable: true,
121
- get: function () { return xmlParser.parseXML; }
122
- });
119
+ exports.parseXML = xmlParser.parseXML;
123
120
  exports.XmlNode = XmlNode;
124
121
  exports.XmlText = XmlText;
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@aws-sdk/xml-builder",
3
- "version": "3.972.5",
3
+ "version": "3.972.7",
4
4
  "description": "XML utilities for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/types": "^4.12.0",
6
+ "@smithy/types": "^4.13.0",
7
7
  "fast-xml-parser": "5.3.6",
8
8
  "tslib": "^2.6.2"
9
9
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/abort-controller",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "A simple abort controller library",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  "license": "Apache-2.0",
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@smithy/types": "^4.12.1",
29
+ "@smithy/types": "^4.13.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/config-resolver",
3
- "version": "4.4.7",
3
+ "version": "4.4.9",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline config-resolver",
@@ -25,11 +25,11 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/node-config-provider": "^4.3.9",
29
- "@smithy/types": "^4.12.1",
28
+ "@smithy/node-config-provider": "^4.3.10",
29
+ "@smithy/types": "^4.13.0",
30
30
  "@smithy/util-config-provider": "^4.2.1",
31
- "@smithy/util-endpoints": "^3.2.9",
32
- "@smithy/util-middleware": "^4.2.9",
31
+ "@smithy/util-endpoints": "^3.3.1",
32
+ "@smithy/util-middleware": "^4.2.10",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -164,7 +164,8 @@ class HttpBindingProtocol extends HttpProtocol {
164
164
  const headers = {};
165
165
  const endpoint = await context.endpoint();
166
166
  const ns = schema.NormalizedSchema.of(operationSchema?.input);
167
- const schema$1 = ns.getSchema();
167
+ const payloadMemberNames = [];
168
+ const payloadMemberSchemas = [];
168
169
  let hasNonHttpBindingMember = false;
169
170
  let payload;
170
171
  const request = new protocolHttp.HttpRequest({
@@ -257,10 +258,29 @@ class HttpBindingProtocol extends HttpProtocol {
257
258
  }
258
259
  else {
259
260
  hasNonHttpBindingMember = true;
261
+ payloadMemberNames.push(memberName);
262
+ payloadMemberSchemas.push(memberNs);
260
263
  }
261
264
  }
262
265
  if (hasNonHttpBindingMember && input) {
263
- serializer.write(schema$1, input);
266
+ const [namespace, name] = (ns.getName(true) ?? "#Unknown").split("#");
267
+ const requiredMembers = ns.getSchema()[6];
268
+ const payloadSchema = [
269
+ 3,
270
+ namespace,
271
+ name,
272
+ ns.getMergedTraits(),
273
+ payloadMemberNames,
274
+ payloadMemberSchemas,
275
+ undefined,
276
+ ];
277
+ if (requiredMembers) {
278
+ payloadSchema[6] = requiredMembers;
279
+ }
280
+ else {
281
+ payloadSchema.pop();
282
+ }
283
+ serializer.write(payloadSchema, input);
264
284
  payload = serializer.flush();
265
285
  }
266
286
  request.headers = headers;
@@ -515,7 +535,7 @@ class RpcProtocol extends HttpProtocol {
515
535
  const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
516
536
  if (input != null && input[memberName] !== undefined) {
517
537
  const labelValue = labelValueProvider();
518
- if (labelValue.length <= 0) {
538
+ if (labelValue == null || labelValue.length <= 0) {
519
539
  throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
520
540
  }
521
541
  resolvedPath = resolvedPath.replace(uriLabel, isGreedyLabel
@@ -15,7 +15,8 @@ export class HttpBindingProtocol extends HttpProtocol {
15
15
  const headers = {};
16
16
  const endpoint = await context.endpoint();
17
17
  const ns = NormalizedSchema.of(operationSchema?.input);
18
- const schema = ns.getSchema();
18
+ const payloadMemberNames = [];
19
+ const payloadMemberSchemas = [];
19
20
  let hasNonHttpBindingMember = false;
20
21
  let payload;
21
22
  const request = new HttpRequest({
@@ -108,10 +109,29 @@ export class HttpBindingProtocol extends HttpProtocol {
108
109
  }
109
110
  else {
110
111
  hasNonHttpBindingMember = true;
112
+ payloadMemberNames.push(memberName);
113
+ payloadMemberSchemas.push(memberNs);
111
114
  }
112
115
  }
113
116
  if (hasNonHttpBindingMember && input) {
114
- serializer.write(schema, input);
117
+ const [namespace, name] = (ns.getName(true) ?? "#Unknown").split("#");
118
+ const requiredMembers = ns.getSchema()[6];
119
+ const payloadSchema = [
120
+ 3,
121
+ namespace,
122
+ name,
123
+ ns.getMergedTraits(),
124
+ payloadMemberNames,
125
+ payloadMemberSchemas,
126
+ undefined,
127
+ ];
128
+ if (requiredMembers) {
129
+ payloadSchema[6] = requiredMembers;
130
+ }
131
+ else {
132
+ payloadSchema.pop();
133
+ }
134
+ serializer.write(payloadSchema, input);
115
135
  payload = serializer.flush();
116
136
  }
117
137
  request.headers = headers;
@@ -2,7 +2,7 @@ import { extendedEncodeURIComponent } from "./extended-encode-uri-component";
2
2
  export const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => {
3
3
  if (input != null && input[memberName] !== undefined) {
4
4
  const labelValue = labelValueProvider();
5
- if (labelValue.length <= 0) {
5
+ if (labelValue == null || labelValue.length <= 0) {
6
6
  throw new Error("Empty value provided for input HTTP label: " + memberName + ".");
7
7
  }
8
8
  resolvedPath = resolvedPath.replace(uriLabel, isGreedyLabel
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.23.4",
3
+ "version": "3.23.6",
4
4
  "scripts": {
5
5
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline core",
@@ -79,13 +79,13 @@
79
79
  "license": "Apache-2.0",
80
80
  "sideEffects": false,
81
81
  "dependencies": {
82
- "@smithy/middleware-serde": "^4.2.10",
83
- "@smithy/protocol-http": "^5.3.9",
84
- "@smithy/types": "^4.12.1",
82
+ "@smithy/middleware-serde": "^4.2.11",
83
+ "@smithy/protocol-http": "^5.3.10",
84
+ "@smithy/types": "^4.13.0",
85
85
  "@smithy/util-base64": "^4.3.1",
86
86
  "@smithy/util-body-length-browser": "^4.2.1",
87
- "@smithy/util-middleware": "^4.2.9",
88
- "@smithy/util-stream": "^4.5.14",
87
+ "@smithy/util-middleware": "^4.2.10",
88
+ "@smithy/util-stream": "^4.5.15",
89
89
  "@smithy/util-utf8": "^4.2.1",
90
90
  "@smithy/uuid": "^1.1.1",
91
91
  "tslib": "^2.6.2"
@@ -120,7 +120,7 @@
120
120
  "directory": "packages/core"
121
121
  },
122
122
  "devDependencies": {
123
- "@smithy/eventstream-serde-node": "^4.2.9",
123
+ "@smithy/eventstream-serde-node": "^4.2.10",
124
124
  "@types/node": "^18.11.9",
125
125
  "concurrently": "7.0.0",
126
126
  "downlevel-dts": "0.10.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/credential-provider-imds",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,10 +28,10 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/node-config-provider": "^4.3.9",
32
- "@smithy/property-provider": "^4.2.9",
33
- "@smithy/types": "^4.12.1",
34
- "@smithy/url-parser": "^4.2.9",
31
+ "@smithy/node-config-provider": "^4.3.10",
32
+ "@smithy/property-provider": "^4.2.10",
33
+ "@smithy/types": "^4.13.0",
34
+ "@smithy/url-parser": "^4.2.10",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/fetch-http-handler",
3
- "version": "5.3.10",
3
+ "version": "5.3.11",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -28,14 +28,14 @@
28
28
  "module": "./dist-es/index.js",
29
29
  "types": "./dist-types/index.d.ts",
30
30
  "dependencies": {
31
- "@smithy/protocol-http": "^5.3.9",
32
- "@smithy/querystring-builder": "^4.2.9",
33
- "@smithy/types": "^4.12.1",
31
+ "@smithy/protocol-http": "^5.3.10",
32
+ "@smithy/querystring-builder": "^4.2.10",
33
+ "@smithy/types": "^4.13.0",
34
34
  "@smithy/util-base64": "^4.3.1",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@smithy/abort-controller": "^4.2.9",
38
+ "@smithy/abort-controller": "^4.2.10",
39
39
  "concurrently": "7.0.0",
40
40
  "downlevel-dts": "0.10.1",
41
41
  "premove": "4.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/hash-node",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline hash-node",
@@ -32,7 +32,7 @@
32
32
  "typedoc": "0.23.23"
33
33
  },
34
34
  "dependencies": {
35
- "@smithy/types": "^4.12.1",
35
+ "@smithy/types": "^4.13.0",
36
36
  "@smithy/util-buffer-from": "^4.2.1",
37
37
  "@smithy/util-utf8": "^4.2.1",
38
38
  "tslib": "^2.6.2"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/invalid-dependency",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline invalid-dependency",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/types": "^4.12.1",
27
+ "@smithy/types": "^4.13.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-content-length",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-content-length",
@@ -25,8 +25,8 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/protocol-http": "^5.3.9",
29
- "@smithy/types": "^4.12.1",
28
+ "@smithy/protocol-http": "^5.3.10",
29
+ "@smithy/types": "^4.13.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-endpoint",
3
- "version": "4.4.18",
3
+ "version": "4.4.20",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-endpoint",
@@ -25,13 +25,13 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/core": "^3.23.4",
29
- "@smithy/middleware-serde": "^4.2.10",
30
- "@smithy/node-config-provider": "^4.3.9",
31
- "@smithy/shared-ini-file-loader": "^4.4.4",
32
- "@smithy/types": "^4.12.1",
33
- "@smithy/url-parser": "^4.2.9",
34
- "@smithy/util-middleware": "^4.2.9",
28
+ "@smithy/core": "^3.23.6",
29
+ "@smithy/middleware-serde": "^4.2.11",
30
+ "@smithy/node-config-provider": "^4.3.10",
31
+ "@smithy/shared-ini-file-loader": "^4.4.5",
32
+ "@smithy/types": "^4.13.0",
33
+ "@smithy/url-parser": "^4.2.10",
34
+ "@smithy/util-middleware": "^4.2.10",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-retry",
3
- "version": "4.4.35",
3
+ "version": "4.4.37",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-retry",
@@ -34,13 +34,13 @@
34
34
  "license": "Apache-2.0",
35
35
  "sideEffects": false,
36
36
  "dependencies": {
37
- "@smithy/node-config-provider": "^4.3.9",
38
- "@smithy/protocol-http": "^5.3.9",
39
- "@smithy/service-error-classification": "^4.2.9",
40
- "@smithy/smithy-client": "^4.11.7",
41
- "@smithy/types": "^4.12.1",
42
- "@smithy/util-middleware": "^4.2.9",
43
- "@smithy/util-retry": "^4.2.9",
37
+ "@smithy/node-config-provider": "^4.3.10",
38
+ "@smithy/protocol-http": "^5.3.10",
39
+ "@smithy/service-error-classification": "^4.2.10",
40
+ "@smithy/smithy-client": "^4.12.0",
41
+ "@smithy/types": "^4.13.0",
42
+ "@smithy/util-middleware": "^4.2.10",
43
+ "@smithy/util-retry": "^4.2.10",
44
44
  "@smithy/uuid": "^1.1.1",
45
45
  "tslib": "^2.6.2"
46
46
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-serde",
3
- "version": "4.2.10",
3
+ "version": "4.2.11",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-serde",
@@ -26,8 +26,8 @@
26
26
  "license": "Apache-2.0",
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
- "@smithy/protocol-http": "^5.3.9",
30
- "@smithy/types": "^4.12.1",
29
+ "@smithy/protocol-http": "^5.3.10",
30
+ "@smithy/types": "^4.13.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-stack",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "Provides a means for composing multiple middleware functions into a single handler",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -27,7 +27,7 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "types": "./dist-types/index.d.ts",
29
29
  "dependencies": {
30
- "@smithy/types": "^4.12.1",
30
+ "@smithy/types": "^4.13.0",
31
31
  "tslib": "^2.6.2"
32
32
  },
33
33
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-config-provider",
3
- "version": "4.3.9",
3
+ "version": "4.3.10",
4
4
  "description": "Load config default values from ini config files and environmental variable",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -26,9 +26,9 @@
26
26
  "module": "./dist-es/index.js",
27
27
  "types": "./dist-types/index.d.ts",
28
28
  "dependencies": {
29
- "@smithy/property-provider": "^4.2.9",
30
- "@smithy/shared-ini-file-loader": "^4.4.4",
31
- "@smithy/types": "^4.12.1",
29
+ "@smithy/property-provider": "^4.2.10",
30
+ "@smithy/shared-ini-file-loader": "^4.4.5",
31
+ "@smithy/types": "^4.13.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/node-http-handler",
3
- "version": "4.4.11",
3
+ "version": "4.4.12",
4
4
  "description": "Provides a way to make requests",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
@@ -27,10 +27,10 @@
27
27
  "module": "./dist-es/index.js",
28
28
  "types": "./dist-types/index.d.ts",
29
29
  "dependencies": {
30
- "@smithy/abort-controller": "^4.2.9",
31
- "@smithy/protocol-http": "^5.3.9",
32
- "@smithy/querystring-builder": "^4.2.9",
33
- "@smithy/types": "^4.12.1",
30
+ "@smithy/abort-controller": "^4.2.10",
31
+ "@smithy/protocol-http": "^5.3.10",
32
+ "@smithy/querystring-builder": "^4.2.10",
33
+ "@smithy/types": "^4.13.0",
34
34
  "tslib": "^2.6.2"
35
35
  },
36
36
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/property-provider",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline property-provider",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/types": "^4.12.1",
27
+ "@smithy/types": "^4.13.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/protocol-http",
3
- "version": "5.3.9",
3
+ "version": "5.3.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline protocol-http",
@@ -25,7 +25,7 @@
25
25
  "license": "Apache-2.0",
26
26
  "sideEffects": false,
27
27
  "dependencies": {
28
- "@smithy/types": "^4.12.1",
28
+ "@smithy/types": "^4.13.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-builder",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-builder",
@@ -23,7 +23,7 @@
23
23
  "license": "Apache-2.0",
24
24
  "sideEffects": false,
25
25
  "dependencies": {
26
- "@smithy/types": "^4.12.1",
26
+ "@smithy/types": "^4.13.0",
27
27
  "@smithy/util-uri-escape": "^4.2.1",
28
28
  "tslib": "^2.6.2"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/querystring-parser",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline querystring-parser",
@@ -24,7 +24,7 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/types": "^4.12.1",
27
+ "@smithy/types": "^4.13.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/service-error-classification",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline service-error-classification",
@@ -55,6 +55,6 @@
55
55
  "directory": ".release/package"
56
56
  },
57
57
  "dependencies": {
58
- "@smithy/types": "^4.12.1"
58
+ "@smithy/types": "^4.13.0"
59
59
  }
60
60
  }
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@smithy/shared-ini-file-loader",
3
- "version": "4.4.4",
3
+ "version": "4.4.5",
4
4
  "dependencies": {
5
- "@smithy/types": "^4.12.1",
5
+ "@smithy/types": "^4.13.0",
6
6
  "tslib": "^2.6.2"
7
7
  },
8
8
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "5.3.9",
3
+ "version": "5.3.10",
4
4
  "description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,10 +27,10 @@
27
27
  "sideEffects": false,
28
28
  "dependencies": {
29
29
  "@smithy/is-array-buffer": "^4.2.1",
30
- "@smithy/protocol-http": "^5.3.9",
31
- "@smithy/types": "^4.12.1",
30
+ "@smithy/protocol-http": "^5.3.10",
31
+ "@smithy/types": "^4.13.0",
32
32
  "@smithy/util-hex-encoding": "^4.2.1",
33
- "@smithy/util-middleware": "^4.2.9",
33
+ "@smithy/util-middleware": "^4.2.10",
34
34
  "@smithy/util-uri-escape": "^4.2.1",
35
35
  "@smithy/util-utf8": "^4.2.1",
36
36
  "tslib": "^2.6.2"