@cdk8s/awscdk-resolver 0.0.623 → 0.0.625

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 (200) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
  5. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +55 -141
  6. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -3
  7. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/configuration.js +1 -1
  8. package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.js +48 -19
  9. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -1
  10. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/defaultUserAgent.js +0 -5
  11. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +3 -3
  12. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +2 -2
  13. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -3
  14. package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +19 -20
  15. package/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +5 -3
  16. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +5 -5
  17. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +5 -5
  18. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +5 -5
  19. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/configuration.d.ts +1 -0
  20. package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/recursionDetectionMiddleware.d.ts +5 -1
  21. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/EndpointRuleObject.d.ts +1 -1
  22. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/ErrorRuleObject.d.ts +1 -1
  23. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/RuleSetObject.d.ts +1 -1
  24. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/TreeRuleObject.d.ts +1 -1
  25. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/types/shared.d.ts +1 -1
  26. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +2 -1
  27. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +5 -3
  28. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +3 -2
  29. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
  30. package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +22 -20
  31. package/node_modules/@aws-sdk/core/dist-types/submodules/util/index.d.ts +2 -1
  32. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +16 -3
  33. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +7 -1
  34. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +23 -3
  35. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +24 -2
  36. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -3
  37. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +31 -20
  38. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/util/index.d.ts +2 -1
  39. package/node_modules/@aws-sdk/core/package.json +6 -6
  40. package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -1
  41. package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +2 -4
  42. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +10 -1
  43. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  44. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  45. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +1 -1
  46. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -1
  47. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +1 -1
  48. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +2 -4
  49. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +2 -1
  50. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  51. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +1 -2
  52. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +2 -8
  53. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +7 -2
  54. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  55. package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -1
  56. package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +2 -1
  57. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +6 -1
  58. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  59. package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -1
  60. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +2 -4
  61. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +2 -1
  62. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  63. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +3 -4
  64. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +4 -4
  65. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +5 -16
  66. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +5 -4
  67. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  68. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -2
  69. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +4 -8
  70. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +7 -2
  71. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  72. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  73. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  74. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  75. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  76. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  77. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  78. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  79. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -4
  80. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +7 -4
  81. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +7 -4
  82. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  83. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -1
  84. package/node_modules/@aws-sdk/types/dist-es/identity/index.js +1 -5
  85. package/node_modules/@aws-sdk/types/dist-es/index.js +4 -34
  86. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -1
  87. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  88. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +2 -1
  89. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -2
  90. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -1
  91. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -1
  92. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -1
  93. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -1
  94. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
  95. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -1
  96. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -1
  97. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -1
  98. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  99. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +7 -7
  100. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -1
  101. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
  102. package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -5
  103. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +42 -34
  104. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -1
  105. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
  106. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -1
  107. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
  108. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -1
  109. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -1
  110. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -1
  111. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -1
  112. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -1
  113. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +2 -1
  114. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +2 -5
  115. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  116. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
  117. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +17 -5
  118. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +225 -34
  119. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +1 -1
  120. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -1
  121. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -1
  122. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -1
  123. package/node_modules/@aws-sdk/types/package.json +2 -2
  124. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -2
  125. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +2 -11
  126. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -2
  127. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  128. package/node_modules/@smithy/core/dist-es/index.js +5 -5
  129. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/index.js +3 -3
  130. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/index.js +2 -2
  131. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.js +3 -3
  132. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/index.js +3 -3
  133. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -3
  134. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +1 -1
  135. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -1
  136. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js +1 -1
  137. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js +2 -2
  138. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +11 -11
  139. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js +1 -7
  140. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js +2 -2
  141. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -13
  142. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -14
  143. package/node_modules/@smithy/core/dist-types/index.d.ts +7 -5
  144. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -3
  145. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/index.d.ts +2 -2
  146. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -3
  147. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -3
  148. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -3
  149. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +1 -1
  150. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -1
  151. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -1
  152. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +1 -1
  153. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -2
  154. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +12 -11
  155. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/index.d.ts +7 -7
  156. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -2
  157. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -13
  158. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -14
  159. package/node_modules/@smithy/core/dist-types/submodules/transport/httpRequest.d.ts +2 -2
  160. package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +2 -1
  161. package/node_modules/@smithy/core/package.json +2 -2
  162. package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +3 -4
  163. package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +5 -4
  164. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  165. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  166. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  167. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  168. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  169. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -4
  170. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +5 -4
  171. package/node_modules/@smithy/signature-v4/package.json +3 -3
  172. package/node_modules/@smithy/types/dist-es/auth/index.js +2 -6
  173. package/node_modules/@smithy/types/dist-es/connection/index.js +1 -3
  174. package/node_modules/@smithy/types/dist-es/endpoints/index.js +1 -5
  175. package/node_modules/@smithy/types/dist-es/extensions/index.js +1 -2
  176. package/node_modules/@smithy/types/dist-es/identity/index.js +1 -4
  177. package/node_modules/@smithy/types/dist-es/index.js +7 -43
  178. package/node_modules/@smithy/types/dist-es/metrics.js +1 -0
  179. package/node_modules/@smithy/types/dist-types/abort.d.ts +1 -1
  180. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +7 -6
  181. package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -3
  182. package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -5
  183. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +6 -4
  184. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -4
  185. package/node_modules/@smithy/types/dist-types/index.d.ts +51 -43
  186. package/node_modules/@smithy/types/dist-types/metrics.d.ts +93 -0
  187. package/node_modules/@smithy/types/package.json +1 -1
  188. package/package.json +4 -4
  189. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js +0 -15
  190. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js +0 -14
  191. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js +0 -9
  192. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js +0 -75
  193. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -10
  194. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -8
  195. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -8
  196. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -6
  197. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -1
  198. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -3
  199. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -3
  200. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -4
@@ -1,16 +1,5 @@
1
- /**
2
- * @internal
3
- */
4
- export * from "./fromSSO";
5
- /**
6
- * @internal
7
- */
8
- export * from "./isSsoProfile";
9
- /**
10
- * @internal
11
- */
12
- export * from "./types";
13
- /**
14
- * @internal
15
- */
16
- export * from "./validateSsoProfile";
1
+ export { fromSSO } from "./fromSSO";
2
+ export type { SsoCredentialsParameters, FromSSOInit } from "./fromSSO";
3
+ export { isSsoProfile } from "./isSsoProfile";
4
+ export type { SSOToken, SsoProfile } from "./types";
5
+ export { validateSsoProfile } from "./validateSsoProfile";
@@ -1,4 +1,5 @@
1
- export * from "./fromSSO";
2
- export * from "./isSsoProfile";
3
- export * from "./types";
4
- export * from "./validateSsoProfile";
1
+ export { fromSSO } from "./fromSSO";
2
+ export { SsoCredentialsParameters, FromSSOInit } from "./fromSSO";
3
+ export { isSsoProfile } from "./isSsoProfile";
4
+ export { SSOToken, SsoProfile } from "./types";
5
+ export { validateSsoProfile } from "./validateSsoProfile";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.61",
3
+ "version": "3.973.1",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,12 +28,12 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.29",
32
- "@aws-sdk/nested-clients": "^3.997.29",
33
- "@aws-sdk/token-providers": "3.1081.0",
34
- "@aws-sdk/types": "^3.973.15",
35
- "@smithy/core": "^3.29.0",
36
- "@smithy/types": "^4.15.1",
31
+ "@aws-sdk/core": "^3.975.1",
32
+ "@aws-sdk/nested-clients": "^3.997.31",
33
+ "@aws-sdk/token-providers": "3.1083.0",
34
+ "@aws-sdk/types": "^3.974.0",
35
+ "@smithy/core": "^3.29.2",
36
+ "@smithy/types": "^4.16.0",
37
37
  "tslib": "^2.6.2"
38
38
  },
39
39
  "devDependencies": {
@@ -1,2 +1,2 @@
1
- export * from "./fromTokenFile";
2
- export * from "./fromWebToken";
1
+ export { fromTokenFile } from "./fromTokenFile";
2
+ export { fromWebToken } from "./fromWebToken";
@@ -1,8 +1,4 @@
1
- /**
2
- * @internal
3
- */
4
- export * from "./fromTokenFile";
5
- /**
6
- * @internal
7
- */
8
- export * from "./fromWebToken";
1
+ export { fromTokenFile } from "./fromTokenFile";
2
+ export type { FromTokenFileInit } from "./fromTokenFile";
3
+ export { fromWebToken } from "./fromWebToken";
4
+ export type { AssumeRoleWithWebIdentityParams, FromWebTokenInit } from "./fromWebToken";
@@ -1,2 +1,7 @@
1
- export * from "./fromTokenFile";
2
- export * from "./fromWebToken";
1
+ export { fromTokenFile } from "./fromTokenFile";
2
+ export { FromTokenFileInit } from "./fromTokenFile";
3
+ export { fromWebToken } from "./fromWebToken";
4
+ export {
5
+ AssumeRoleWithWebIdentityParams,
6
+ FromWebTokenInit,
7
+ } from "./fromWebToken";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.61",
3
+ "version": "3.972.63",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "license": "Apache-2.0",
35
35
  "dependencies": {
36
- "@aws-sdk/core": "^3.974.29",
37
- "@aws-sdk/nested-clients": "^3.997.29",
38
- "@aws-sdk/types": "^3.973.15",
39
- "@smithy/core": "^3.29.0",
40
- "@smithy/types": "^4.15.1",
36
+ "@aws-sdk/core": "^3.975.1",
37
+ "@aws-sdk/nested-clients": "^3.997.31",
38
+ "@aws-sdk/types": "^3.974.0",
39
+ "@smithy/core": "^3.29.2",
40
+ "@smithy/types": "^4.16.0",
41
41
  "tslib": "^2.6.2"
42
42
  },
43
43
  "devDependencies": {
@@ -81,7 +81,7 @@ const commonParams = {
81
81
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
82
82
  };
83
83
 
84
- var version = "3.997.28";
84
+ var version = "3.997.30";
85
85
  var packageInfo = {
86
86
  version: version};
87
87
 
@@ -77,7 +77,7 @@ const commonParams = {
77
77
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
78
78
  };
79
79
 
80
- var version = "3.997.28";
80
+ var version = "3.997.30";
81
81
  var packageInfo = {
82
82
  version: version};
83
83
 
@@ -77,7 +77,7 @@ const commonParams = {
77
77
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
78
78
  };
79
79
 
80
- var version = "3.997.28";
80
+ var version = "3.997.30";
81
81
  var packageInfo = {
82
82
  version: version};
83
83
 
@@ -77,7 +77,7 @@ const commonParams = {
77
77
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
78
78
  };
79
79
 
80
- var version = "3.997.28";
80
+ var version = "3.997.30";
81
81
  var packageInfo = {
82
82
  version: version};
83
83
 
@@ -258,7 +258,7 @@ const commonParams = {
258
258
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
259
259
  };
260
260
 
261
- var version = "3.997.28";
261
+ var version = "3.997.30";
262
262
  var packageInfo = {
263
263
  version: version};
264
264
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.997.29",
3
+ "version": "3.997.31",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,13 +28,13 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.29",
32
- "@aws-sdk/signature-v4-multi-region": "^3.996.38",
33
- "@aws-sdk/types": "^3.973.15",
34
- "@smithy/core": "^3.29.0",
35
- "@smithy/fetch-http-handler": "^5.6.2",
36
- "@smithy/node-http-handler": "^4.9.2",
37
- "@smithy/types": "^4.15.1",
31
+ "@aws-sdk/core": "^3.975.1",
32
+ "@aws-sdk/signature-v4-multi-region": "^3.996.39",
33
+ "@aws-sdk/types": "^3.974.0",
34
+ "@smithy/core": "^3.29.2",
35
+ "@smithy/fetch-http-handler": "^5.6.4",
36
+ "@smithy/node-http-handler": "^4.9.4",
37
+ "@smithy/types": "^4.16.0",
38
38
  "tslib": "^2.6.2"
39
39
  },
40
40
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.996.38",
3
+ "version": "3.996.39",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:browser": "node ./test-browser/browser-build/esbuild",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/types": "^3.973.15",
30
- "@smithy/signature-v4": "^5.6.1",
31
- "@smithy/types": "^4.15.1",
29
+ "@aws-sdk/types": "^3.974.0",
30
+ "@smithy/signature-v4": "^5.6.3",
31
+ "@smithy/types": "^4.16.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,4 +1,4 @@
1
- export * from "./fromEnvSigningName";
2
- export * from "./fromSso";
3
- export * from "./fromStatic";
4
- export * from "./nodeProvider";
1
+ export { fromEnvSigningName } from "./fromEnvSigningName";
2
+ export { fromSso } from "./fromSso";
3
+ export { fromStatic } from "./fromStatic";
4
+ export { nodeProvider } from "./nodeProvider";
@@ -1,4 +1,7 @@
1
- export * from "./fromEnvSigningName";
2
- export * from "./fromSso";
3
- export * from "./fromStatic";
4
- export * from "./nodeProvider";
1
+ export { fromEnvSigningName } from "./fromEnvSigningName";
2
+ export type { FromEnvSigningNameInit } from "./fromEnvSigningName";
3
+ export { fromSso } from "./fromSso";
4
+ export type { FromSsoInit } from "./fromSso";
5
+ export { fromStatic } from "./fromStatic";
6
+ export type { FromStaticInit } from "./fromStatic";
7
+ export { nodeProvider } from "./nodeProvider";
@@ -1,4 +1,7 @@
1
- export * from "./fromEnvSigningName";
2
- export * from "./fromSso";
3
- export * from "./fromStatic";
4
- export * from "./nodeProvider";
1
+ export { fromEnvSigningName } from "./fromEnvSigningName";
2
+ export { FromEnvSigningNameInit } from "./fromEnvSigningName";
3
+ export { fromSso } from "./fromSso";
4
+ export { FromSsoInit } from "./fromSso";
5
+ export { fromStatic } from "./fromStatic";
6
+ export { FromStaticInit } from "./fromStatic";
7
+ export { nodeProvider } from "./nodeProvider";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1081.0",
3
+ "version": "3.1083.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,11 +29,11 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.974.29",
33
- "@aws-sdk/nested-clients": "^3.997.29",
34
- "@aws-sdk/types": "^3.973.15",
35
- "@smithy/core": "^3.29.0",
36
- "@smithy/types": "^4.15.1",
32
+ "@aws-sdk/core": "^3.975.1",
33
+ "@aws-sdk/nested-clients": "^3.997.31",
34
+ "@aws-sdk/types": "^3.974.0",
35
+ "@smithy/core": "^3.29.2",
36
+ "@smithy/types": "^4.16.0",
37
37
  "tslib": "^2.6.2"
38
38
  },
39
39
  "devDependencies": {
@@ -1 +1 @@
1
- export { EndpointURLScheme, } from "@smithy/types";
1
+ export { EndpointURLScheme } from "@smithy/types";
@@ -1,5 +1 @@
1
- export * from "./AnonymousIdentity";
2
- export * from "./AwsCredentialIdentity";
3
- export * from "./Identity";
4
- export * from "./LoginIdentity";
5
- export * from "./TokenIdentity";
1
+ export {};
@@ -1,34 +1,4 @@
1
- export * from "./abort";
2
- export * from "./auth";
3
- export * from "./blob/blob-types";
4
- export * from "./checksum";
5
- export * from "./client";
6
- export * from "./command";
7
- export * from "./connection";
8
- export * from "./credentials";
9
- export * from "./crypto";
10
- export * from "./dns";
11
- export * from "./encode";
12
- export * from "./endpoint";
13
- export * from "./eventStream";
14
- export * from "./extensions";
15
- export * from "./feature-ids";
16
- export * from "./function";
17
- export * from "./http";
18
- export * from "./identity";
19
- export * from "./logger";
20
- export * from "./middleware";
21
- export * from "./pagination";
22
- export * from "./profile";
23
- export * from "./request";
24
- export * from "./response";
25
- export * from "./retry";
26
- export * from "./serde";
27
- export * from "./shapes";
28
- export * from "./signature";
29
- export * from "./stream";
30
- export * from "./token";
31
- export * from "./transfer";
32
- export * from "./uri";
33
- export * from "./util";
34
- export * from "./waiter";
1
+ export { HttpAuthLocation } from "./auth";
2
+ export { HostAddressType } from "./dns";
3
+ export { EndpointURLScheme } from "./endpoint";
4
+ export { RequestHandlerProtocol } from "./transfer";
@@ -1 +1 @@
1
- export { RequestHandlerProtocol, } from "@smithy/types";
1
+ export { RequestHandlerProtocol } from "@smithy/types";
@@ -1 +1 @@
1
- export { AbortController, AbortHandler, AbortSignal } from "@smithy/types";
1
+ export type { AbortController, AbortHandler, AbortSignal } from "@smithy/types";
@@ -1 +1,2 @@
1
- export { AuthScheme, HttpAuthDefinition, HttpAuthLocation } from "@smithy/types";
1
+ export { HttpAuthLocation } from "@smithy/types";
2
+ export type { AuthScheme, HttpAuthDefinition } from "@smithy/types";
@@ -1,2 +1,2 @@
1
- import { BlobTypes } from "@smithy/types";
2
- export { BlobTypes };
1
+ import type { BlobTypes } from "@smithy/types";
2
+ export type { BlobTypes };
@@ -1 +1 @@
1
- export { Checksum, ChecksumConstructor } from "@smithy/types";
1
+ export type { Checksum, ChecksumConstructor } from "@smithy/types";
@@ -1 +1 @@
1
- export { Client } from "@smithy/types";
1
+ export type { Client } from "@smithy/types";
@@ -1 +1 @@
1
- export { Command } from "@smithy/types";
1
+ export type { Command } from "@smithy/types";
@@ -1 +1 @@
1
- export { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool } from "@smithy/types";
1
+ export type { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool, } from "@smithy/types";
@@ -1 +1 @@
1
- export { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "@smithy/types";
1
+ export type { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "@smithy/types";
@@ -1 +1 @@
1
- export { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "@smithy/types";
1
+ export type { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "@smithy/types";
@@ -1 +1,2 @@
1
- export { EndpointARN, EndpointPartition, EndpointURLScheme, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "@smithy/types";
1
+ export { EndpointURLScheme } from "@smithy/types";
2
+ export type { EndpointARN, EndpointPartition, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "@smithy/types";
@@ -1 +1 @@
1
- export { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "@smithy/types";
1
+ export type { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "@smithy/types";
@@ -1,5 +1,5 @@
1
1
  import type { HttpResponse } from "@smithy/types";
2
- export { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, } from "@smithy/types";
2
+ export type { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, } from "@smithy/types";
3
3
  /**
4
4
  * @public
5
5
  *
@@ -1,6 +1,7 @@
1
1
  import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, Logger, RequestHandler } from "@smithy/types";
2
2
  import type { AwsSdkCredentialsFeatures } from "../feature-ids";
3
- export { AwsCredentialIdentity, AwsCredentialIdentityProvider, IdentityProvider } from "@smithy/types";
3
+ export type { IdentityProvider } from "@smithy/types";
4
+ export type { AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
4
5
  /**
5
6
  * @public
6
7
  */
@@ -30,31 +31,30 @@ export interface AwsIdentityProperties {
30
31
  };
31
32
  }
32
33
  /**
33
- * @public
34
- *
35
34
  * Variation of {@link IdentityProvider} which accepts a contextual
36
35
  * client configuration that includes an AWS region and potentially other
37
36
  * configurable fields.
38
37
  *
39
38
  * Used to link a credential provider to a client if it is being called
40
39
  * in the context of a client.
40
+ *
41
+ * @public
41
42
  */
42
43
  export type RuntimeConfigIdentityProvider<T> = (awsIdentityProperties?: AwsIdentityProperties) => Promise<T>;
43
44
  /**
44
- * @public
45
- *
46
45
  * Variation of {@link AwsCredentialIdentityProvider} which accepts a contextual
47
46
  * client configuration that includes an AWS region and potentially other
48
47
  * configurable fields.
49
48
  *
50
49
  * Used to link a credential provider to a client if it is being called
51
50
  * in the context of a client.
51
+ *
52
+ * @public
52
53
  */
53
54
  export type RuntimeConfigAwsCredentialIdentityProvider = RuntimeConfigIdentityProvider<AwsCredentialIdentity>;
54
55
  /**
55
- * @public
56
- *
57
56
  * AwsCredentialIdentity with source attribution metadata.
57
+ * @public
58
58
  */
59
59
  export type AttributedAwsCredentialIdentity = AwsCredentialIdentity & {
60
60
  $source?: AwsSdkCredentialsFeatures;
@@ -1 +1 @@
1
- export { Identity, IdentityProvider } from "@smithy/types";
1
+ export type { Identity, IdentityProvider } from "@smithy/types";
@@ -1,6 +1,6 @@
1
1
  import type { TokenIdentity } from "@smithy/types";
2
2
  import type { AwsSdkTokenFeatures } from "../feature-ids";
3
- export { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
3
+ export type { TokenIdentity, TokenIdentityProvider } from "@smithy/types";
4
4
  /**
5
5
  * @public
6
6
  *
@@ -1,5 +1,5 @@
1
- export * from "./AnonymousIdentity";
2
- export * from "./AwsCredentialIdentity";
3
- export * from "./Identity";
4
- export * from "./LoginIdentity";
5
- export * from "./TokenIdentity";
1
+ export type { AnonymousIdentity } from "./AnonymousIdentity";
2
+ export type { IdentityProvider, AwsCredentialIdentity, AwsCredentialIdentityProvider, AwsIdentityProperties, RuntimeConfigIdentityProvider, RuntimeConfigAwsCredentialIdentityProvider, AttributedAwsCredentialIdentity, } from "./AwsCredentialIdentity";
3
+ export type { Identity } from "./Identity";
4
+ export type { LoginIdentity, LoginIdentityProvider } from "./LoginIdentity";
5
+ export type { TokenIdentity, TokenIdentityProvider, AttributedTokenIdentity } from "./TokenIdentity";
@@ -1,34 +1,42 @@
1
- export * from "./abort";
2
- export * from "./auth";
3
- export * from "./blob/blob-types";
4
- export * from "./checksum";
5
- export * from "./client";
6
- export * from "./command";
7
- export * from "./connection";
8
- export * from "./credentials";
9
- export * from "./crypto";
10
- export * from "./dns";
11
- export * from "./encode";
12
- export * from "./endpoint";
13
- export * from "./eventStream";
14
- export * from "./extensions";
15
- export * from "./feature-ids";
16
- export * from "./function";
17
- export * from "./http";
18
- export * from "./identity";
19
- export * from "./logger";
20
- export * from "./middleware";
21
- export * from "./pagination";
22
- export * from "./profile";
23
- export * from "./request";
24
- export * from "./response";
25
- export * from "./retry";
26
- export * from "./serde";
27
- export * from "./shapes";
28
- export * from "./signature";
29
- export * from "./stream";
30
- export * from "./token";
31
- export * from "./transfer";
32
- export * from "./uri";
33
- export * from "./util";
34
- export * from "./waiter";
1
+ export type { AbortController, AbortHandler, AbortSignal } from "./abort";
2
+ export { HttpAuthLocation } from "./auth";
3
+ export type { AuthScheme, HttpAuthDefinition } from "./auth";
4
+ export type { BlobTypes } from "./blob/blob-types";
5
+ export type { Checksum, ChecksumConstructor } from "./checksum";
6
+ export type { Client } from "./client";
7
+ export type { Command } from "./command";
8
+ export type { ConnectConfiguration, ConnectionManager, ConnectionManagerConfiguration, ConnectionPool, } from "./connection";
9
+ export type { Credentials, CredentialProvider, CredentialProviderOptions } from "./credentials";
10
+ export type { Hash, HashConstructor, StreamHasher, randomValues, SourceData } from "./crypto";
11
+ export { HostAddressType } from "./dns";
12
+ export type { HostAddress, HostResolverArguments, HostResolver } from "./dns";
13
+ export type { MessageDecoder, MessageEncoder, AvailableMessage, AvailableMessages } from "./encode";
14
+ export { EndpointURLScheme } from "./endpoint";
15
+ export type { EndpointARN, EndpointPartition, EndpointURL, EndpointObjectProperty, EndpointV2, EndpointParameters, } from "./endpoint";
16
+ export type { Message, MessageHeaders, BooleanHeaderValue, ByteHeaderValue, ShortHeaderValue, IntegerHeaderValue, LongHeaderValue, BinaryHeaderValue, StringHeaderValue, TimestampHeaderValue, UuidHeaderValue, MessageHeaderValue, Int64, EventStreamSerdeContext, EventStreamMarshaller, EventStreamMarshallerDeserFn, EventStreamMarshallerSerFn, EventStreamPayloadHandler, EventStreamPayloadHandlerProvider, EventStreamRequestSigner, EventStreamSerdeProvider, EventStreamSignerProvider, } from "./eventStream";
17
+ export type { AwsRegionExtensionConfiguration } from "./extensions";
18
+ export type { AwsSdkFeatures, AwsSdkCredentialsFeatures, AwsSdkTokenFeatures } from "./feature-ids";
19
+ export type { MergeFunctions } from "./function";
20
+ export type { Endpoint, HeaderBag, HttpHandlerOptions, HttpMessage, HttpRequest, HttpResponse, QueryParameterBag, Headers, ResolvedHttpResponse, } from "./http";
21
+ export type { AnonymousIdentity } from "./identity/AnonymousIdentity";
22
+ export type { IdentityProvider, AwsCredentialIdentity, AwsCredentialIdentityProvider, AwsIdentityProperties, RuntimeConfigIdentityProvider, RuntimeConfigAwsCredentialIdentityProvider, AttributedAwsCredentialIdentity, } from "./identity/AwsCredentialIdentity";
23
+ export type { Identity } from "./identity/Identity";
24
+ export type { LoginIdentity, LoginIdentityProvider } from "./identity/LoginIdentity";
25
+ export type { TokenIdentity, TokenIdentityProvider, AttributedTokenIdentity } from "./identity/TokenIdentity";
26
+ export type { Logger, LogLevel, LoggerOptions } from "./logger";
27
+ export type { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, AwsHandlerExecutionContext, } from "./middleware";
28
+ export type { PaginationConfiguration, Paginator } from "./pagination";
29
+ export type { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "./profile";
30
+ export type { Request } from "./request";
31
+ export type { MetadataBearer, ResponseMetadata, Response } from "./response";
32
+ export type { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "./retry";
33
+ export type { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "./serde";
34
+ export type { DocumentType, RetryableTrait, SmithyException, SdkError } from "./shapes";
35
+ export type { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "./signature";
36
+ export type { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "./stream";
37
+ export type { Token, TokenProvider } from "./token";
38
+ export { RequestHandlerProtocol } from "./transfer";
39
+ export type { RequestContext, RequestHandler, RequestHandlerMetadata, RequestHandlerOutput } from "./transfer";
40
+ export type { URI } from "./uri";
41
+ export type { Encoder, Decoder, Provider, UserAgentPair, UserAgent, UrlParser, MemoizedProvider, BodyLengthCalculator, RegionInfo, RegionInfoProviderOptions, RegionInfoProvider, RetryStrategy, } from "./util";
42
+ export type { WaiterConfiguration } from "./waiter";
@@ -1,6 +1,6 @@
1
1
  import type { HandlerExecutionContext } from "@smithy/types";
2
2
  import type { AwsSdkFeatures } from "./feature-ids";
3
- export { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types";
3
+ export type { AbsoluteLocation, BuildHandler, BuildHandlerArguments, BuildHandlerOptions, BuildHandlerOutput, BuildMiddleware, DeserializeHandler, DeserializeHandlerArguments, DeserializeHandlerOptions, DeserializeHandlerOutput, DeserializeMiddleware, FinalizeHandler, FinalizeHandlerArguments, FinalizeHandlerOutput, FinalizeRequestHandlerOptions, FinalizeRequestMiddleware, Handler, HandlerExecutionContext, HandlerOptions, InitializeHandler, InitializeHandlerArguments, InitializeHandlerOptions, InitializeHandlerOutput, InitializeMiddleware, MiddlewareStack, MiddlewareType, Pluggable, Priority, Relation, RelativeLocation, RelativeMiddlewareOptions, SerializeHandler, SerializeHandlerArguments, SerializeHandlerOptions, SerializeHandlerOutput, SerializeMiddleware, Step, Terminalware, } from "@smithy/types";
4
4
  /**
5
5
  * @internal
6
6
  * Contains reserved keys for AWS SDK internal usage of the
@@ -1 +1 @@
1
- export { PaginationConfiguration, Paginator } from "@smithy/types";
1
+ export type { PaginationConfiguration, Paginator } from "@smithy/types";
@@ -1 +1 @@
1
- export { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types";
1
+ export type { IniSection, Profile, ParsedIniData, SharedConfigFiles } from "@smithy/types";
@@ -1,4 +1,4 @@
1
- export { MetadataBearer, ResponseMetadata } from "@smithy/types";
1
+ export type { MetadataBearer, ResponseMetadata } from "@smithy/types";
2
2
  /**
3
3
  * @internal
4
4
  */
@@ -1 +1 @@
1
- export { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "@smithy/types";
1
+ export type { ExponentialBackoffJitterType, ExponentialBackoffStrategyOptions, RetryBackoffStrategy, RetryErrorInfo, RetryErrorType, RetryStrategyOptions, RetryStrategyV2, RetryToken, StandardRetryBackoffStrategy, StandardRetryToken, } from "@smithy/types";
@@ -1,4 +1,4 @@
1
- export { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "@smithy/types";
1
+ export type { EndpointBearer, StreamCollector, SerdeContext, ResponseDeserializer, RequestSerializer, SdkStreamMixin, SdkStream, WithSdkStreamMixin, SdkStreamMixinInjector, SdkStreamSerdeContext, } from "@smithy/types";
2
2
  /**
3
3
  * @public
4
4
  *
@@ -1 +1 @@
1
- export { DocumentType, RetryableTrait, SmithyException, SdkError } from "@smithy/types";
1
+ export type { DocumentType, RetryableTrait, SmithyException, SdkError } from "@smithy/types";
@@ -1 +1 @@
1
- export { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "@smithy/types";
1
+ export type { DateInput, EventSigner, EventSigningArguments, FormattedEvent, MessageSigner, RequestSigningArguments, RequestPresigner, RequestPresigningArguments, RequestSigner, SignableMessage, SignedMessage, SigningArguments, StringSigner, } from "@smithy/types";
@@ -1 +1 @@
1
- export { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "@smithy/types";
1
+ export type { GetAwsChunkedEncodingStream, GetAwsChunkedEncodingStreamOptions } from "@smithy/types";