@cdklabs/cdk-ecs-codedeploy 0.0.433 → 0.0.435

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 (241) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.js +4 -3
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +2 -2
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.js +2 -1
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +1 -1
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +1 -1
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +1 -1
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-codedeploy/package.json +16 -16
  22. package/node_modules/@aws-sdk/core/dist-cjs/index.js +54 -21
  23. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +54 -21
  24. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +24 -6
  25. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.js +6 -5
  26. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_0Protocol.js +2 -1
  27. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJson1_1Protocol.js +2 -1
  28. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +6 -4
  29. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +6 -4
  30. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +4 -2
  31. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +9 -3
  32. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/ProtocolLib.d.ts +13 -0
  33. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -1
  34. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -1
  35. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -1
  36. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -1
  37. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/AwsRestJsonProtocol.d.ts +3 -1
  38. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
  39. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  40. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +2 -0
  41. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/ProtocolLib.d.ts +6 -0
  42. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/cbor/AwsSmithyRpcV2CborProtocol.d.ts +3 -0
  43. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_0Protocol.d.ts +3 -0
  44. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJson1_1Protocol.d.ts +3 -0
  45. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsJsonRpcProtocol.d.ts +3 -0
  46. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/AwsRestJsonProtocol.d.ts +8 -1
  47. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +3 -0
  48. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsQueryProtocol.d.ts +3 -0
  49. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/AwsRestXmlProtocol.d.ts +6 -1
  50. package/node_modules/@aws-sdk/core/package.json +4 -4
  51. package/node_modules/@aws-sdk/credential-provider-env/README.md +12 -3
  52. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  53. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
  54. package/node_modules/@aws-sdk/credential-provider-ini/README.md +12 -3
  55. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  56. package/node_modules/@aws-sdk/credential-provider-login/README.md +12 -3
  57. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  58. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  59. package/node_modules/@aws-sdk/credential-provider-process/README.md +12 -3
  60. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  61. package/node_modules/@aws-sdk/credential-provider-sso/README.md +12 -3
  62. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  63. package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +12 -3
  64. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  65. package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -3
  66. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +1 -1
  67. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  68. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +2 -2
  69. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.js +4 -3
  70. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/runtimeConfig.shared.js +4 -4
  71. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +2 -2
  72. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +4 -3
  73. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +4 -4
  74. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +2 -2
  75. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +4 -3
  76. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +4 -4
  77. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +2 -2
  78. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +4 -3
  79. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +4 -4
  80. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -2
  81. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +7 -6
  82. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +4 -4
  83. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +1 -1
  84. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -1
  85. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +1 -1
  86. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +1 -1
  87. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -1
  88. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +1 -1
  89. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +1 -1
  90. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -1
  91. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +1 -1
  92. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -1
  93. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -1
  94. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +1 -1
  95. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +1 -1
  96. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +2 -1
  97. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +1 -1
  98. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
  99. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
  100. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
  101. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
  102. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
  103. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  104. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
  105. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
  106. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
  107. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -1
  108. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
  109. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
  110. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
  111. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
  112. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -1
  113. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  114. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  115. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
  116. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  117. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
  118. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  119. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
  120. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
  121. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
  122. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -1
  123. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/auth/httpAuthSchemeProvider.d.ts +1 -1
  124. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
  125. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
  126. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
  127. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -1
  128. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +1 -1
  129. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +2 -2
  130. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +2 -2
  131. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +2 -2
  132. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -1
  133. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/auth/httpAuthSchemeProvider.d.ts +1 -1
  134. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +2 -2
  135. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +2 -2
  136. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +2 -2
  137. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -1
  138. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +1 -1
  139. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
  140. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
  141. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
  142. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -1
  143. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +1 -1
  144. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +2 -2
  145. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
  146. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +2 -2
  147. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -1
  148. package/node_modules/@aws-sdk/nested-clients/package.json +15 -15
  149. package/node_modules/@aws-sdk/region-config-resolver/README.md +11 -4
  150. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  151. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  152. package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -3
  153. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  154. package/node_modules/@aws-sdk/xml-builder/README.md +10 -3
  155. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
  156. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -1
  157. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
  158. package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
  159. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -1
  160. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +40 -4
  161. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +8 -7
  162. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  163. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  164. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  165. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +82 -20
  166. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  167. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  168. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  169. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  170. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  171. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
  172. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -3
  173. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +75 -19
  174. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
  175. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -0
  176. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +37 -18
  177. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +76 -5
  178. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +298 -116
  179. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +2 -2
  180. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +65 -15
  181. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  182. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
  183. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
  184. package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
  185. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  186. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  187. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
  188. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
  189. package/node_modules/@smithy/config-resolver/package.json +1 -1
  190. package/node_modules/@smithy/core/README.md +12 -1
  191. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -17
  192. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -8
  193. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +7 -9
  194. package/node_modules/@smithy/core/dist-types/submodules/protocols/RpcProtocol.d.ts +1 -1
  195. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/RpcProtocol.d.ts +1 -1
  196. package/node_modules/@smithy/core/package.json +2 -2
  197. package/node_modules/@smithy/middleware-endpoint/README.md +10 -3
  198. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
  199. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
  200. package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
  201. package/node_modules/@smithy/middleware-retry/README.md +13 -0
  202. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  203. package/node_modules/@smithy/middleware-serde/README.md +13 -0
  204. package/node_modules/@smithy/middleware-serde/package.json +2 -2
  205. package/node_modules/@smithy/node-http-handler/package.json +2 -2
  206. package/node_modules/@smithy/smithy-client/README.md +10 -3
  207. package/node_modules/@smithy/smithy-client/package.json +4 -4
  208. package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -3
  209. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  210. package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -3
  211. package/node_modules/@smithy/util-defaults-mode-node/package.json +3 -3
  212. package/node_modules/@smithy/util-stream/package.json +2 -2
  213. package/node_modules/@smithy/util-waiter/README.md +10 -3
  214. package/node_modules/@smithy/util-waiter/package.json +2 -2
  215. package/node_modules/path-expression-matcher/README.md +98 -13
  216. package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
  217. package/node_modules/path-expression-matcher/lib/pem.d.cts +188 -0
  218. package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
  219. package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
  220. package/node_modules/path-expression-matcher/package.json +2 -2
  221. package/node_modules/path-expression-matcher/src/Matcher.js +84 -0
  222. package/node_modules/path-expression-matcher/src/index.d.ts +152 -0
  223. package/node_modules/strnum/CHANGELOG.md +9 -2
  224. package/node_modules/strnum/package.json +1 -1
  225. package/node_modules/strnum/strnum.js +12 -6
  226. package/node_modules/strnum/tests/strnum_test.js +3 -0
  227. package/node_modules/strnum/tests/temp.js +8 -0
  228. package/package.json +4 -4
  229. package/node_modules/@smithy/abort-controller/LICENSE +0 -201
  230. package/node_modules/@smithy/abort-controller/README.md +0 -4
  231. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -32
  232. package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -7
  233. package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
  234. package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
  235. package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -16
  236. package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -21
  237. package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
  238. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -16
  239. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -21
  240. package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
  241. package/node_modules/@smithy/abort-controller/package.json +0 -63
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import { NoOpLogger } from "@smithy/smithy-client";
@@ -1,4 +1,4 @@
1
- import { resolveAwsSdkSigV4Config } from "@aws-sdk/core";
1
+ import { resolveAwsSdkSigV4Config } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  export const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
@@ -1,5 +1,6 @@
1
1
  import packageInfo from "../../../package.json";
2
- import { emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
3
+ import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
3
4
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
4
5
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
5
6
  import { Hash } from "@smithy/hash-node";
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import { NoOpLogger } from "@smithy/smithy-client";
@@ -1,4 +1,4 @@
1
- import { resolveAwsSdkSigV4Config } from "@aws-sdk/core";
1
+ import { resolveAwsSdkSigV4Config } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
3
3
  import { STSClient } from "../STSClient";
4
4
  export const defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
@@ -1,5 +1,6 @@
1
1
  import packageInfo from "../../../package.json";
2
- import { AwsSdkSigV4Signer, emitWarningIfUnsupportedVersion as awsCheckVersion, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, } from "@aws-sdk/core";
2
+ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
3
+ import { AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
3
4
  import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
4
5
  import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
5
6
  import { NoAuthSigner } from "@smithy/core";
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import { NoOpLogger } from "@smithy/smithy-client";
@@ -1,4 +1,4 @@
1
- import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type CognitoIdentityClientResolvedConfig } from "../CognitoIdentityClient";
4
4
  /**
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
17
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
18
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  cacheMiddleware?: boolean | undefined;
20
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
20
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsJson1_1Protocol;
21
21
  protocolSettings: {
22
22
  defaultNamespace?: string;
23
23
  [setting: string]: unknown;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
46
46
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
47
47
  schemeId: string;
48
48
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
49
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
49
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
50
50
  } | {
51
51
  schemeId: string;
52
52
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
21
21
  cacheMiddleware?: boolean | undefined;
22
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsJson1_1Protocol;
23
23
  protocolSettings: {
24
24
  defaultNamespace?: string;
25
25
  [setting: string]: unknown;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
46
46
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
47
47
  schemeId: string;
48
48
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
49
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
49
+ signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
50
50
  } | {
51
51
  schemeId: string;
52
52
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
12
12
  defaultNamespace?: string;
13
13
  [setting: string]: unknown;
@@ -45,7 +45,7 @@ export declare const getRuntimeConfig: (config: CognitoIdentityClientConfig) =>
45
45
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
46
46
  schemeId: string;
47
47
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
48
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
48
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
49
49
  } | {
50
50
  schemeId: string;
51
51
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import type { IdentityProviderConfig } from "@smithy/types";
@@ -1,4 +1,4 @@
1
- import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type SigninClientResolvedConfig } from "../SigninClient";
4
4
  /**
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  cacheMiddleware?: boolean | undefined;
21
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
22
22
  protocolSettings: {
23
23
  defaultNamespace?: string;
24
24
  [setting: string]: unknown;
@@ -47,7 +47,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
47
47
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
48
48
  schemeId: string;
49
49
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
50
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
50
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
51
51
  } | {
52
52
  schemeId: string;
53
53
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
21
21
  cacheMiddleware?: boolean | undefined;
22
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
23
23
  protocolSettings: {
24
24
  defaultNamespace?: string;
25
25
  [setting: string]: unknown;
@@ -47,7 +47,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
47
47
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
48
48
  schemeId: string;
49
49
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
50
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
50
+ signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
51
51
  } | {
52
52
  schemeId: string;
53
53
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
12
12
  defaultNamespace?: string;
13
13
  [setting: string]: unknown;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
46
46
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
47
47
  schemeId: string;
48
48
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
49
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
49
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
50
50
  } | {
51
51
  schemeId: string;
52
52
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import type { IdentityProviderConfig } from "@smithy/types";
@@ -1,4 +1,4 @@
1
- import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type SSOClientResolvedConfig } from "../SSOClient";
4
4
  /**
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
17
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
18
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  cacheMiddleware?: boolean | undefined;
20
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
20
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
21
21
  protocolSettings: {
22
22
  defaultNamespace?: string;
23
23
  [setting: string]: unknown;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
46
46
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
47
47
  schemeId: string;
48
48
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
49
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
49
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
50
50
  } | {
51
51
  schemeId: string;
52
52
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
21
21
  cacheMiddleware?: boolean | undefined;
22
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
23
23
  protocolSettings: {
24
24
  defaultNamespace?: string;
25
25
  [setting: string]: unknown;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
46
46
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
47
47
  schemeId: string;
48
48
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
49
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
49
+ signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
50
50
  } | {
51
51
  schemeId: string;
52
52
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
12
12
  defaultNamespace?: string;
13
13
  [setting: string]: unknown;
@@ -45,7 +45,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
45
45
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
46
46
  schemeId: string;
47
47
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
48
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
48
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
49
49
  } | {
50
50
  schemeId: string;
51
51
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import type { IdentityProviderConfig } from "@smithy/types";
@@ -1,4 +1,4 @@
1
- import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
3
  import { type SSOOIDCClientResolvedConfig } from "../SSOOIDCClient";
4
4
  /**
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
17
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
18
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  cacheMiddleware?: boolean | undefined;
20
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
20
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
21
21
  protocolSettings: {
22
22
  defaultNamespace?: string;
23
23
  [setting: string]: unknown;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
46
46
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
47
47
  schemeId: string;
48
48
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
49
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
49
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
50
50
  } | {
51
51
  schemeId: string;
52
52
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
19
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
21
21
  cacheMiddleware?: boolean | undefined;
22
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
22
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
23
23
  protocolSettings: {
24
24
  defaultNamespace?: string;
25
25
  [setting: string]: unknown;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
46
46
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
47
47
  schemeId: string;
48
48
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
49
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
49
+ signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
50
50
  } | {
51
51
  schemeId: string;
52
52
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
11
11
  protocolSettings: {
12
12
  defaultNamespace?: string;
13
13
  [setting: string]: unknown;
@@ -45,7 +45,7 @@ export declare const getRuntimeConfig: (config: SSOOIDCClientConfig) => {
45
45
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
46
46
  schemeId: string;
47
47
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
48
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
48
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
49
49
  } | {
50
50
  schemeId: string;
51
51
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import type { IdentityProviderConfig } from "@smithy/types";
@@ -1,4 +1,4 @@
1
- import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
1
+ import type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import type { Client } from "@smithy/types";
3
3
  import { type HandlerExecutionContext, type HttpAuthScheme, type HttpAuthSchemeParameters, type HttpAuthSchemeParametersProvider, type HttpAuthSchemeProvider, type Provider } from "@smithy/types";
4
4
  import { type STSClientResolvedConfig } from "../STSClient";
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
18
18
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
19
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
20
  cacheMiddleware?: boolean | undefined;
21
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsQueryProtocol;
21
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
22
22
  protocolSettings: {
23
23
  defaultNamespace?: string;
24
24
  [setting: string]: unknown;
@@ -47,7 +47,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
47
47
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
48
48
  schemeId: string;
49
49
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
50
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
50
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
51
51
  } | {
52
52
  schemeId: string;
53
53
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -26,7 +26,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
26
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
27
27
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
28
28
  cacheMiddleware?: boolean | undefined;
29
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsQueryProtocol;
29
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
30
30
  protocolSettings: {
31
31
  defaultNamespace?: string;
32
32
  [setting: string]: unknown;
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
7
7
  sha256: import("@smithy/types").HashConstructor;
8
8
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
- protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsQueryProtocol;
10
+ protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsQueryProtocol;
11
11
  protocolSettings: {
12
12
  defaultNamespace?: string;
13
13
  [setting: string]: unknown;
@@ -46,7 +46,7 @@ export declare const getRuntimeConfig: (config: STSClientConfig) => {
46
46
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[] | ({
47
47
  schemeId: string;
48
48
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | undefined;
49
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
49
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
50
50
  } | {
51
51
  schemeId: string;
52
52
  identityProvider: (ipc: import("@smithy/types").IdentityProviderConfig) => import("@smithy/types").IdentityProvider<import("@smithy/types").Identity> | (() => Promise<{}>);
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import type { IdentityProviderConfig } from "@smithy/types";
@@ -2,7 +2,7 @@ import {
2
2
  AwsSdkSigV4AuthInputConfig,
3
3
  AwsSdkSigV4AuthResolvedConfig,
4
4
  AwsSdkSigV4PreviouslyResolved,
5
- } from "@aws-sdk/core";
5
+ } from "@aws-sdk/core/httpAuthSchemes";
6
6
  import {
7
7
  HandlerExecutionContext,
8
8
  HttpAuthScheme,
@@ -27,7 +27,7 @@ export declare const getRuntimeConfig: (
27
27
  protocol:
28
28
  | import("@smithy/types").ClientProtocol<any, any>
29
29
  | import("@smithy/types").ClientProtocolCtor<any, any>
30
- | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
30
+ | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsJson1_1Protocol;
31
31
  protocolSettings: {
32
32
  defaultNamespace?: string;
33
33
  [setting: string]: unknown;
@@ -89,7 +89,7 @@ export declare const getRuntimeConfig: (
89
89
  import("@smithy/types").Identity
90
90
  >
91
91
  | undefined;
92
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
92
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
93
93
  }
94
94
  | {
95
95
  schemeId: string;
@@ -27,7 +27,7 @@ export declare const getRuntimeConfig: (
27
27
  protocol:
28
28
  | import("@smithy/types").ClientProtocol<any, any>
29
29
  | import("@smithy/types").ClientProtocolCtor<any, any>
30
- | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
30
+ | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsJson1_1Protocol;
31
31
  protocolSettings: {
32
32
  defaultNamespace?: string;
33
33
  [setting: string]: unknown;
@@ -84,7 +84,7 @@ export declare const getRuntimeConfig: (
84
84
  import("@smithy/types").Identity
85
85
  >
86
86
  | undefined;
87
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
87
+ signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
88
88
  }
89
89
  | {
90
90
  schemeId: string;
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (
14
14
  protocol:
15
15
  | import("@smithy/types").ClientProtocol<any, any>
16
16
  | import("@smithy/types").ClientProtocolCtor<any, any>
17
- | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
17
+ | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsJson1_1Protocol;
18
18
  protocolSettings: {
19
19
  defaultNamespace?: string;
20
20
  [setting: string]: unknown;
@@ -93,7 +93,7 @@ export declare const getRuntimeConfig: (
93
93
  import("@smithy/types").Identity
94
94
  >
95
95
  | undefined;
96
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
96
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
97
97
  }
98
98
  | {
99
99
  schemeId: string;
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import { IdentityProviderConfig } from "@smithy/types";
@@ -2,7 +2,7 @@ import {
2
2
  AwsSdkSigV4AuthInputConfig,
3
3
  AwsSdkSigV4AuthResolvedConfig,
4
4
  AwsSdkSigV4PreviouslyResolved,
5
- } from "@aws-sdk/core";
5
+ } from "@aws-sdk/core/httpAuthSchemes";
6
6
  import {
7
7
  HandlerExecutionContext,
8
8
  HttpAuthScheme,
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
30
30
  protocol:
31
31
  | import("@smithy/types").ClientProtocol<any, any>
32
32
  | import("@smithy/types").ClientProtocolCtor<any, any>
33
- | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
33
+ | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
34
34
  protocolSettings: {
35
35
  defaultNamespace?: string;
36
36
  [setting: string]: unknown;
@@ -92,7 +92,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
92
92
  import("@smithy/types").Identity
93
93
  >
94
94
  | undefined;
95
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
95
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
96
96
  }
97
97
  | {
98
98
  schemeId: string;
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
25
25
  protocol:
26
26
  | import("@smithy/types").ClientProtocol<any, any>
27
27
  | import("@smithy/types").ClientProtocolCtor<any, any>
28
- | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
28
+ | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
29
29
  protocolSettings: {
30
30
  defaultNamespace?: string;
31
31
  [setting: string]: unknown;
@@ -85,7 +85,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
85
85
  import("@smithy/types").Identity
86
86
  >
87
87
  | undefined;
88
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
88
+ signer: import("@aws-sdk/core/httpAuthSchemes").AwsSdkSigV4Signer;
89
89
  }
90
90
  | {
91
91
  schemeId: string;
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
12
12
  protocol:
13
13
  | import("@smithy/types").ClientProtocol<any, any>
14
14
  | import("@smithy/types").ClientProtocolCtor<any, any>
15
- | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
15
+ | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
16
16
  protocolSettings: {
17
17
  defaultNamespace?: string;
18
18
  [setting: string]: unknown;
@@ -96,7 +96,7 @@ export declare const getRuntimeConfig: (config: SigninClientConfig) => {
96
96
  import("@smithy/types").Identity
97
97
  >
98
98
  | undefined;
99
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
99
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
100
100
  }
101
101
  | {
102
102
  schemeId: string;
@@ -1,4 +1,4 @@
1
- import { AwsSdkSigV4Signer } from "@aws-sdk/core";
1
+ import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
3
  import { NoAuthSigner } from "@smithy/core";
4
4
  import { IdentityProviderConfig } from "@smithy/types";
@@ -2,7 +2,7 @@ import {
2
2
  AwsSdkSigV4AuthInputConfig,
3
3
  AwsSdkSigV4AuthResolvedConfig,
4
4
  AwsSdkSigV4PreviouslyResolved,
5
- } from "@aws-sdk/core";
5
+ } from "@aws-sdk/core/httpAuthSchemes";
6
6
  import {
7
7
  HandlerExecutionContext,
8
8
  HttpAuthScheme,
@@ -25,7 +25,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
25
25
  protocol:
26
26
  | import("@smithy/types").ClientProtocol<any, any>
27
27
  | import("@smithy/types").ClientProtocolCtor<any, any>
28
- | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
28
+ | typeof import("@aws-sdk/core/dist-types/submodules/protocols").AwsRestJsonProtocol;
29
29
  protocolSettings: {
30
30
  defaultNamespace?: string;
31
31
  [setting: string]: unknown;
@@ -87,7 +87,7 @@ export declare const getRuntimeConfig: (config: SSOClientConfig) => {
87
87
  import("@smithy/types").Identity
88
88
  >
89
89
  | undefined;
90
- signer: import("@aws-sdk/core").AwsSdkSigV4Signer;
90
+ signer: import("@aws-sdk/core/dist-types/submodules/httpAuthSchemes").AwsSdkSigV4Signer;
91
91
  }
92
92
  | {
93
93
  schemeId: string;