@jjrawlins/cdk-diff-pr-github-action 1.5.4 → 1.5.6

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 (289) hide show
  1. package/.jsii +3 -3
  2. package/lib/CdkDiffIamTemplate.js +2 -2
  3. package/lib/CdkDiffIamTemplateStackSet.js +2 -2
  4. package/lib/CdkDiffStackWorkflow.js +1 -1
  5. package/lib/CdkDriftDetectionWorkflow.js +1 -1
  6. package/lib/CdkDriftIamTemplate.js +2 -2
  7. package/node_modules/@aws-sdk/client-cloudformation/package.json +38 -38
  8. package/node_modules/@aws-sdk/core/package.json +13 -13
  9. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  10. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  11. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  12. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  13. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  14. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  15. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +1 -1
  16. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  17. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +1 -1
  18. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +2 -2
  19. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +5 -2
  20. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  21. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  22. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  23. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  24. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +7 -3
  25. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  26. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -2
  27. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  28. package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +7 -0
  29. package/node_modules/@aws-sdk/nested-clients/cognito-identity.js +5 -0
  30. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +60 -0
  31. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +146 -0
  32. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +174 -0
  33. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/CognitoIdentityServiceException.js +12 -0
  34. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/models/errors.js +121 -0
  35. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  36. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.js +5 -3
  37. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +50 -0
  38. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/schemas/schemas_0.js +110 -0
  39. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +128 -2
  40. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/auth/httpAuthSchemeProvider.js +8 -27
  41. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  42. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  43. package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/index.js +1 -53
  44. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.browser.js +38 -0
  45. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  46. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.native.js +15 -0
  47. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  48. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  49. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +140 -2
  50. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentity.js +11 -0
  51. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +50 -0
  52. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +54 -0
  53. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/ListAccountsCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js} +5 -5
  54. package/node_modules/@aws-sdk/{client-sso/dist-es/commands/LogoutCommand.js → nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js} +5 -5
  55. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/index.js +2 -0
  56. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/EndpointParameters.js +13 -0
  57. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +143 -0
  58. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +7 -0
  59. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/CognitoIdentityServiceException.js +8 -0
  60. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/models/errors.js +109 -0
  61. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.browser.js +3 -2
  62. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.js +5 -3
  63. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +46 -0
  64. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +107 -0
  65. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +1 -1
  66. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +128 -2
  67. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSO.js +9 -0
  68. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/SSOClient.js +1 -1
  69. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthExtensionConfiguration.js +38 -0
  70. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/auth/httpAuthSchemeProvider.js +9 -28
  71. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/index.js +1 -0
  72. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +14 -0
  73. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +103 -0
  74. package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/index.js +0 -1
  75. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/models/models_0.js +1 -0
  76. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +33 -0
  77. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +48 -0
  78. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +11 -0
  79. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +9 -0
  80. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +87 -0
  81. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +101 -2
  82. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -1
  83. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +140 -2
  84. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  85. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +198 -0
  86. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +30 -0
  87. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +75 -0
  88. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +120 -0
  89. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +107 -0
  90. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/index.d.ts +2 -0
  91. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +2 -0
  92. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  93. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +29 -0
  94. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +14 -0
  95. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/errors.d.ts +119 -0
  96. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/models/models_0.d.ts +136 -0
  97. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +62 -0
  98. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +62 -0
  99. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +61 -0
  100. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +38 -0
  101. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeExtensions.d.ts +17 -0
  102. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/schemas/schemas_0.d.ts +25 -0
  103. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +1 -1
  104. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  105. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +1 -1
  106. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +1 -1
  107. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSO.d.ts +32 -0
  108. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/SSOClient.d.ts +6 -8
  109. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  110. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/auth/httpAuthSchemeProvider.d.ts +1 -1
  111. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/commands/GetRoleCredentialsCommand.d.ts +3 -3
  112. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/index.d.ts +1 -0
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/EndpointParameters.d.ts +50 -0
  114. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +2 -0
  116. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/index.d.ts +0 -1
  117. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/models/models_0.d.ts +61 -0
  118. package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/schemas/schemas_0.d.ts +0 -10
  119. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +1 -1
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +1 -1
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +2 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +3 -3
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +3 -3
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +1 -1
  126. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentity.d.ts +38 -0
  127. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +126 -0
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +47 -0
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +51 -0
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +41 -0
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/index.d.ts +2 -0
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/extensionConfiguration.d.ts +9 -0
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +10 -0
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/CognitoIdentityServiceException.d.ts +9 -0
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/errors.d.ts +68 -0
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/models/models_0.d.ts +23 -0
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +122 -0
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +117 -0
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +126 -0
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +60 -0
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeExtensions.d.ts +13 -0
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/schemas/schemas_0.d.ts +24 -0
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSO.d.ts +22 -0
  146. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/SSOClient.d.ts +3 -24
  147. 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
  148. 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
  149. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/index.d.ts +1 -0
  150. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/EndpointParameters.d.ts +51 -0
  151. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/endpointResolver.d.ts +8 -0
  152. package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/index.d.ts +0 -1
  153. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/models/models_0.d.ts +14 -0
  154. 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
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  156. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  157. package/node_modules/@aws-sdk/nested-clients/package.json +54 -36
  158. package/node_modules/@aws-sdk/nested-clients/sso.d.ts +7 -0
  159. package/node_modules/@aws-sdk/nested-clients/sso.js +5 -0
  160. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +12 -23
  161. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  162. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  163. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -12
  164. package/node_modules/@aws-sdk/types/package.json +2 -2
  165. package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +1 -1
  166. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +1 -1
  167. package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +1 -1
  168. package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
  169. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  170. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  171. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +1 -4
  172. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  173. package/node_modules/@smithy/abort-controller/package.json +2 -2
  174. package/node_modules/@smithy/config-resolver/package.json +5 -5
  175. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +23 -3
  176. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +22 -2
  177. package/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +1 -1
  178. package/node_modules/@smithy/core/package.json +7 -7
  179. package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
  180. package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
  181. package/node_modules/@smithy/hash-node/package.json +2 -2
  182. package/node_modules/@smithy/invalid-dependency/package.json +2 -2
  183. package/node_modules/@smithy/middleware-content-length/package.json +3 -3
  184. package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
  185. package/node_modules/@smithy/middleware-retry/package.json +8 -8
  186. package/node_modules/@smithy/middleware-serde/package.json +3 -3
  187. package/node_modules/@smithy/middleware-stack/package.json +2 -2
  188. package/node_modules/@smithy/node-config-provider/package.json +4 -4
  189. package/node_modules/@smithy/node-http-handler/package.json +5 -5
  190. package/node_modules/@smithy/property-provider/package.json +2 -2
  191. package/node_modules/@smithy/protocol-http/package.json +2 -2
  192. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  193. package/node_modules/@smithy/querystring-parser/package.json +2 -2
  194. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  195. package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
  196. package/node_modules/@smithy/signature-v4/package.json +4 -4
  197. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +20 -1
  198. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +20 -1
  199. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +9 -7
  200. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +9 -7
  201. package/node_modules/@smithy/smithy-client/package.json +10 -8
  202. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +1 -1
  203. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +1 -1
  204. package/node_modules/@smithy/types/package.json +1 -1
  205. package/node_modules/@smithy/url-parser/package.json +3 -3
  206. package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
  207. package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
  208. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +1 -1
  209. package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
  210. package/node_modules/@smithy/util-endpoints/package.json +3 -3
  211. package/node_modules/@smithy/util-middleware/package.json +2 -2
  212. package/node_modules/@smithy/util-retry/package.json +3 -3
  213. package/node_modules/@smithy/util-stream/package.json +4 -4
  214. package/node_modules/@smithy/util-waiter/package.json +3 -3
  215. package/package.json +4 -4
  216. package/node_modules/@aws-sdk/client-sso/LICENSE +0 -201
  217. package/node_modules/@aws-sdk/client-sso/README.md +0 -244
  218. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +0 -7
  219. package/node_modules/@aws-sdk/client-sso/dist-cjs/schemas/schemas_0.js +0 -161
  220. package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +0 -21
  221. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +0 -16
  222. package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +0 -4
  223. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +0 -4
  224. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +0 -4
  225. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +0 -4
  226. package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +0 -3
  227. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +0 -158
  228. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -67
  229. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +0 -98
  230. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +0 -100
  231. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -97
  232. package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +0 -4
  233. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -189
  234. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +0 -8
  235. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +0 -7
  236. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +0 -7
  237. package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +0 -3
  238. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +0 -91
  239. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +0 -50
  240. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +0 -47
  241. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +0 -41
  242. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +0 -4
  243. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -45
  244. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -5
  245. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +0 -11
  246. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -11
  247. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +0 -3
  248. package/node_modules/@aws-sdk/client-sso/package.json +0 -99
  249. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-Bw7VSvlO.js +0 -8
  250. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  251. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  252. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/SSOServiceException.js +0 -0
  253. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/models/errors.js +0 -0
  254. /package/node_modules/@aws-sdk/{client-sso/dist-cjs → nested-clients/dist-cjs/submodules/sso}/runtimeConfig.shared.js +0 -0
  255. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/auth/httpAuthExtensionConfiguration.js +0 -0
  256. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/endpoint/endpointResolver.js +0 -0
  257. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/extensionConfiguration.js +0 -0
  258. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/models/models_0.js +0 -0
  259. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeConfig.native.js +0 -0
  260. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/cognito-identity}/runtimeExtensions.js +0 -0
  261. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/commands/GetRoleCredentialsCommand.js +0 -0
  262. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/endpoint/EndpointParameters.js +0 -0
  263. /package/node_modules/@aws-sdk/{client-sso/dist-es/pagination/Interfaces.js → nested-clients/dist-es/submodules/sso/extensionConfiguration.js} +0 -0
  264. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/SSOServiceException.js +0 -0
  265. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/models/errors.js +0 -0
  266. /package/node_modules/@aws-sdk/{client-sso/dist-es → nested-clients/dist-es/submodules/sso}/runtimeConfig.shared.js +0 -0
  267. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/EndpointParameters.d.ts +0 -0
  268. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/cognito-identity}/endpoint/endpointResolver.d.ts +0 -0
  269. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/extensionConfiguration.d.ts +0 -0
  270. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/SSOServiceException.d.ts +0 -0
  271. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/models/errors.d.ts +0 -0
  272. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.browser.d.ts +0 -0
  273. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.d.ts +0 -0
  274. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.native.d.ts +0 -0
  275. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeConfig.shared.d.ts +0 -0
  276. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/submodules/sso}/runtimeExtensions.d.ts +0 -0
  277. /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
  278. /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
  279. /package/node_modules/@aws-sdk/{client-sso/dist-types → nested-clients/dist-types/ts3.4/submodules/cognito-identity}/endpoint/ruleset.d.ts +0 -0
  280. /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
  281. /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
  282. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/extensionConfiguration.d.ts +0 -0
  283. /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
  284. /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
  285. /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
  286. /package/node_modules/@aws-sdk/{client-sso/dist-types/ts3.4 → nested-clients/dist-types/ts3.4/submodules/sso}/runtimeConfig.d.ts +0 -0
  287. /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
  288. /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
  289. /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": "@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"
@@ -370,6 +370,7 @@ const emitWarningIfUnsupportedVersion = (version) => {
370
370
  }
371
371
  };
372
372
 
373
+ const knownAlgorithms = Object.values(types.AlgorithmId);
373
374
  const getChecksumConfiguration = (runtimeConfig) => {
374
375
  const checksumAlgorithms = [];
375
376
  for (const id in types.AlgorithmId) {
@@ -382,8 +383,23 @@ const getChecksumConfiguration = (runtimeConfig) => {
382
383
  checksumConstructor: () => runtimeConfig[algorithmId],
383
384
  });
384
385
  }
386
+ for (const [id, ChecksumCtor] of Object.entries(runtimeConfig.checksumAlgorithms ?? {})) {
387
+ checksumAlgorithms.push({
388
+ algorithmId: () => id,
389
+ checksumConstructor: () => ChecksumCtor,
390
+ });
391
+ }
385
392
  return {
386
393
  addChecksumAlgorithm(algo) {
394
+ runtimeConfig.checksumAlgorithms = runtimeConfig.checksumAlgorithms ?? {};
395
+ const id = algo.algorithmId();
396
+ const ctor = algo.checksumConstructor();
397
+ if (knownAlgorithms.includes(id)) {
398
+ runtimeConfig.checksumAlgorithms[id.toUpperCase()] = ctor;
399
+ }
400
+ else {
401
+ runtimeConfig.checksumAlgorithms[id] = ctor;
402
+ }
387
403
  checksumAlgorithms.push(algo);
388
404
  },
389
405
  checksumAlgorithms() {
@@ -394,7 +410,10 @@ const getChecksumConfiguration = (runtimeConfig) => {
394
410
  const resolveChecksumRuntimeConfig = (clientConfig) => {
395
411
  const runtimeConfig = {};
396
412
  clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
397
- runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
413
+ const id = checksumAlgorithm.algorithmId();
414
+ if (knownAlgorithms.includes(id)) {
415
+ runtimeConfig[id] = checksumAlgorithm.checksumConstructor();
416
+ }
398
417
  });
399
418
  return runtimeConfig;
400
419
  };
@@ -1,5 +1,6 @@
1
1
  import { AlgorithmId } from "@smithy/types";
2
2
  export { AlgorithmId };
3
+ const knownAlgorithms = Object.values(AlgorithmId);
3
4
  export const getChecksumConfiguration = (runtimeConfig) => {
4
5
  const checksumAlgorithms = [];
5
6
  for (const id in AlgorithmId) {
@@ -12,8 +13,23 @@ export const getChecksumConfiguration = (runtimeConfig) => {
12
13
  checksumConstructor: () => runtimeConfig[algorithmId],
13
14
  });
14
15
  }
16
+ for (const [id, ChecksumCtor] of Object.entries(runtimeConfig.checksumAlgorithms ?? {})) {
17
+ checksumAlgorithms.push({
18
+ algorithmId: () => id,
19
+ checksumConstructor: () => ChecksumCtor,
20
+ });
21
+ }
15
22
  return {
16
23
  addChecksumAlgorithm(algo) {
24
+ runtimeConfig.checksumAlgorithms = runtimeConfig.checksumAlgorithms ?? {};
25
+ const id = algo.algorithmId();
26
+ const ctor = algo.checksumConstructor();
27
+ if (knownAlgorithms.includes(id)) {
28
+ runtimeConfig.checksumAlgorithms[id.toUpperCase()] = ctor;
29
+ }
30
+ else {
31
+ runtimeConfig.checksumAlgorithms[id] = ctor;
32
+ }
17
33
  checksumAlgorithms.push(algo);
18
34
  },
19
35
  checksumAlgorithms() {
@@ -24,7 +40,10 @@ export const getChecksumConfiguration = (runtimeConfig) => {
24
40
  export const resolveChecksumRuntimeConfig = (clientConfig) => {
25
41
  const runtimeConfig = {};
26
42
  clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => {
27
- runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor();
43
+ const id = checksumAlgorithm.algorithmId();
44
+ if (knownAlgorithms.includes(id)) {
45
+ runtimeConfig[id] = checksumAlgorithm.checksumConstructor();
46
+ }
28
47
  });
29
48
  return runtimeConfig;
30
49
  };
@@ -4,14 +4,16 @@ export { AlgorithmId, ChecksumAlgorithm, ChecksumConfiguration };
4
4
  /**
5
5
  * @internal
6
6
  */
7
- export type PartialChecksumRuntimeConfigType = Partial<{
8
- sha256: ChecksumConstructor | HashConstructor;
9
- md5: ChecksumConstructor | HashConstructor;
10
- crc32: ChecksumConstructor | HashConstructor;
11
- crc32c: ChecksumConstructor | HashConstructor;
12
- sha1: ChecksumConstructor | HashConstructor;
13
- }>;
7
+ export type PartialChecksumRuntimeConfigType = {
8
+ checksumAlgorithms?: Record<string, ChecksumConstructor | HashConstructor>;
9
+ sha256?: ChecksumConstructor | HashConstructor;
10
+ md5?: ChecksumConstructor | HashConstructor;
11
+ crc32?: ChecksumConstructor | HashConstructor;
12
+ crc32c?: ChecksumConstructor | HashConstructor;
13
+ sha1?: ChecksumConstructor | HashConstructor;
14
+ };
14
15
  /**
16
+ * @param runtimeConfig - config object of the client instance.
15
17
  * @internal
16
18
  */
17
19
  export declare const getChecksumConfiguration: (runtimeConfig: PartialChecksumRuntimeConfigType) => {
@@ -4,14 +4,16 @@ export { AlgorithmId, ChecksumAlgorithm, ChecksumConfiguration };
4
4
  /**
5
5
  * @internal
6
6
  */
7
- export type PartialChecksumRuntimeConfigType = Partial<{
8
- sha256: ChecksumConstructor | HashConstructor;
9
- md5: ChecksumConstructor | HashConstructor;
10
- crc32: ChecksumConstructor | HashConstructor;
11
- crc32c: ChecksumConstructor | HashConstructor;
12
- sha1: ChecksumConstructor | HashConstructor;
13
- }>;
7
+ export type PartialChecksumRuntimeConfigType = {
8
+ checksumAlgorithms?: Record<string, ChecksumConstructor | HashConstructor>;
9
+ sha256?: ChecksumConstructor | HashConstructor;
10
+ md5?: ChecksumConstructor | HashConstructor;
11
+ crc32?: ChecksumConstructor | HashConstructor;
12
+ crc32c?: ChecksumConstructor | HashConstructor;
13
+ sha1?: ChecksumConstructor | HashConstructor;
14
+ };
14
15
  /**
16
+ * @param runtimeConfig - config object of the client instance.
15
17
  * @internal
16
18
  */
17
19
  export declare const getChecksumConfiguration: (runtimeConfig: PartialChecksumRuntimeConfigType) => {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/smithy-client",
3
- "version": "4.11.7",
3
+ "version": "4.12.0",
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 smithy-client",
@@ -13,7 +13,9 @@
13
13
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
14
14
  "extract:docs": "node ./scripts/fix-api-extractor && api-extractor run --local && node ./scripts/fix-api-extractor --unset",
15
15
  "test": "yarn g:vitest run",
16
- "test:watch": "yarn g:vitest watch"
16
+ "test:watch": "yarn g:vitest watch",
17
+ "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
18
+ "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts"
17
19
  },
18
20
  "main": "./dist-cjs/index.js",
19
21
  "module": "./dist-es/index.js",
@@ -25,12 +27,12 @@
25
27
  "license": "Apache-2.0",
26
28
  "sideEffects": false,
27
29
  "dependencies": {
28
- "@smithy/core": "^3.23.4",
29
- "@smithy/middleware-endpoint": "^4.4.18",
30
- "@smithy/middleware-stack": "^4.2.9",
31
- "@smithy/protocol-http": "^5.3.9",
32
- "@smithy/types": "^4.12.1",
33
- "@smithy/util-stream": "^4.5.14",
30
+ "@smithy/core": "^3.23.6",
31
+ "@smithy/middleware-endpoint": "^4.4.20",
32
+ "@smithy/middleware-stack": "^4.2.10",
33
+ "@smithy/protocol-http": "^5.3.10",
34
+ "@smithy/types": "^4.13.0",
35
+ "@smithy/util-stream": "^4.5.15",
34
36
  "tslib": "^2.6.2"
35
37
  },
36
38
  "engines": {
@@ -14,7 +14,7 @@ export declare enum AlgorithmId {
14
14
  * @internal
15
15
  */
16
16
  export interface ChecksumAlgorithm {
17
- algorithmId(): AlgorithmId;
17
+ algorithmId(): AlgorithmId | string;
18
18
  checksumConstructor(): ChecksumConstructor | HashConstructor;
19
19
  }
20
20
  /**
@@ -14,7 +14,7 @@ export declare enum AlgorithmId {
14
14
  * @internal
15
15
  */
16
16
  export interface ChecksumAlgorithm {
17
- algorithmId(): AlgorithmId;
17
+ algorithmId(): AlgorithmId | string;
18
18
  checksumConstructor(): ChecksumConstructor | HashConstructor;
19
19
  }
20
20
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/types",
3
- "version": "4.12.1",
3
+ "version": "4.13.0",
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 types",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/url-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 url-parser",
@@ -24,8 +24,8 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/querystring-parser": "^4.2.9",
28
- "@smithy/types": "^4.12.1",
27
+ "@smithy/querystring-parser": "^4.2.10",
28
+ "@smithy/types": "^4.13.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "typesVersions": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-browser",
3
- "version": "4.3.34",
3
+ "version": "4.3.36",
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 util-defaults-mode-browser",
@@ -24,9 +24,9 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/property-provider": "^4.2.9",
28
- "@smithy/smithy-client": "^4.11.7",
29
- "@smithy/types": "^4.12.1",
27
+ "@smithy/property-provider": "^4.2.10",
28
+ "@smithy/smithy-client": "^4.12.0",
29
+ "@smithy/types": "^4.13.0",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-defaults-mode-node",
3
- "version": "4.2.37",
3
+ "version": "4.2.39",
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 util-defaults-mode-node",
@@ -24,12 +24,12 @@
24
24
  "license": "Apache-2.0",
25
25
  "sideEffects": false,
26
26
  "dependencies": {
27
- "@smithy/config-resolver": "^4.4.7",
28
- "@smithy/credential-provider-imds": "^4.2.9",
29
- "@smithy/node-config-provider": "^4.3.9",
30
- "@smithy/property-provider": "^4.2.9",
31
- "@smithy/smithy-client": "^4.11.7",
32
- "@smithy/types": "^4.12.1",
27
+ "@smithy/config-resolver": "^4.4.9",
28
+ "@smithy/credential-provider-imds": "^4.2.10",
29
+ "@smithy/node-config-provider": "^4.3.10",
30
+ "@smithy/property-provider": "^4.2.10",
31
+ "@smithy/smithy-client": "^4.12.0",
32
+ "@smithy/types": "^4.13.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -188,7 +188,7 @@ const parseURL = (value) => {
188
188
  const stringEquals = (value1, value2) => value1 === value2;
189
189
 
190
190
  const substring = (input, start, stop, reverse) => {
191
- if (start >= stop || input.length < stop) {
191
+ if (start >= stop || input.length < stop || /[^\u0000-\u007f]/.test(input)) {
192
192
  return null;
193
193
  }
194
194
  if (!reverse) {
@@ -1,5 +1,5 @@
1
1
  export const substring = (input, start, stop, reverse) => {
2
- if (start >= stop || input.length < stop) {
2
+ if (start >= stop || input.length < stop || /[^\u0000-\u007f]/.test(input)) {
3
3
  return null;
4
4
  }
5
5
  if (!reverse) {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-endpoints",
3
- "version": "3.2.9",
3
+ "version": "3.3.1",
4
4
  "description": "Utilities to help with endpoint resolution.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/node-config-provider": "^4.3.9",
33
- "@smithy/types": "^4.12.1",
32
+ "@smithy/node-config-provider": "^4.3.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/util-middleware",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "Shared utilities for to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,7 +28,7 @@
28
28
  "license": "Apache-2.0",
29
29
  "sideEffects": false,
30
30
  "dependencies": {
31
- "@smithy/types": "^4.12.1",
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/util-retry",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "Shared retry utilities to be used in middleware packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -31,8 +31,8 @@
31
31
  "license": "Apache-2.0",
32
32
  "sideEffects": false,
33
33
  "dependencies": {
34
- "@smithy/service-error-classification": "^4.2.9",
35
- "@smithy/types": "^4.12.1",
34
+ "@smithy/service-error-classification": "^4.2.10",
35
+ "@smithy/types": "^4.13.0",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/util-stream",
3
- "version": "4.5.14",
3
+ "version": "4.5.15",
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 util-stream",
@@ -29,9 +29,9 @@
29
29
  "license": "Apache-2.0",
30
30
  "sideEffects": false,
31
31
  "dependencies": {
32
- "@smithy/fetch-http-handler": "^5.3.10",
33
- "@smithy/node-http-handler": "^4.4.11",
34
- "@smithy/types": "^4.12.1",
32
+ "@smithy/fetch-http-handler": "^5.3.11",
33
+ "@smithy/node-http-handler": "^4.4.12",
34
+ "@smithy/types": "^4.13.0",
35
35
  "@smithy/util-base64": "^4.3.1",
36
36
  "@smithy/util-buffer-from": "^4.2.1",
37
37
  "@smithy/util-hex-encoding": "^4.2.1",
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@smithy/util-waiter",
3
- "version": "4.2.9",
3
+ "version": "4.2.10",
4
4
  "description": "Shared utilities for client waiters for the AWS SDK",
5
5
  "dependencies": {
6
- "@smithy/abort-controller": "^4.2.9",
7
- "@smithy/types": "^4.12.1",
6
+ "@smithy/abort-controller": "^4.2.10",
7
+ "@smithy/types": "^4.13.0",
8
8
  "tslib": "^2.6.2"
9
9
  },
10
10
  "scripts": {
package/package.json CHANGED
@@ -35,7 +35,7 @@
35
35
  "organization": false
36
36
  },
37
37
  "devDependencies": {
38
- "@aws-sdk/types": "^3.973.1",
38
+ "@aws-sdk/types": "^3.973.2",
39
39
  "@stylistic/eslint-plugin": "^2",
40
40
  "@types/jest": "^30.0.0",
41
41
  "@types/lodash": "^4.17.24",
@@ -66,7 +66,7 @@
66
66
  "constructs": ">=10.0.5 <11.0.0"
67
67
  },
68
68
  "dependencies": {
69
- "@aws-sdk/client-cloudformation": "^3.996.0",
69
+ "@aws-sdk/client-cloudformation": "^3.997.0",
70
70
  "@types/crypto-js": "^4.2.2",
71
71
  "@types/js-yaml": "^4.0.9",
72
72
  "crypto-js": "^4.2.0",
@@ -101,14 +101,14 @@
101
101
  "pull request"
102
102
  ],
103
103
  "engines": {
104
- "node": ">=20.0.0 <21"
104
+ "node": ">=20.0.0"
105
105
  },
106
106
  "main": "lib/index.js",
107
107
  "license": "Apache-2.0",
108
108
  "publishConfig": {
109
109
  "access": "public"
110
110
  },
111
- "version": "1.5.4",
111
+ "version": "1.5.6",
112
112
  "jest": {
113
113
  "coverageProvider": "v8",
114
114
  "testMatch": [