@cdk8s/awscdk-resolver 0.0.623 → 0.0.624

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,5 +1,7 @@
1
1
  export { AwsSdkSigV4Signer, AWSSDKSigV4Signer, validateSigningProperties } from "./AwsSdkSigV4Signer";
2
2
  export { AwsSdkSigV4ASigner } from "./AwsSdkSigV4ASigner";
3
- export * from "./NODE_AUTH_SCHEME_PREFERENCE_OPTIONS";
4
- export * from "./resolveAwsSdkSigV4AConfig";
5
- export * from "./resolveAwsSdkSigV4Config";
3
+ export { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "./NODE_AUTH_SCHEME_PREFERENCE_OPTIONS";
4
+ export { resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS } from "./resolveAwsSdkSigV4AConfig";
5
+ export type { AwsSdkSigV4AAuthInputConfig, AwsSdkSigV4APreviouslyResolved, AwsSdkSigV4AAuthResolvedConfig, } from "./resolveAwsSdkSigV4AConfig";
6
+ export { resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config } from "./resolveAwsSdkSigV4Config";
7
+ export type { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4Memoized, AwsSdkSigV4PreviouslyResolved, AwsSdkSigV4AuthResolvedConfig, AWSSDKSigV4AuthInputConfig, AWSSDKSigV4PreviouslyResolved, AWSSDKSigV4AuthResolvedConfig, } from "./resolveAwsSdkSigV4Config";
@@ -1,2 +1,3 @@
1
- export * from "./aws_sdk";
2
- export * from "./utils/getBearerTokenEnvKey";
1
+ export { AwsSdkSigV4Signer, AWSSDKSigV4Signer, validateSigningProperties, AwsSdkSigV4ASigner, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, resolveAwsSdkSigV4AConfig, NODE_SIGV4A_CONFIG_OPTIONS, resolveAwsSdkSigV4Config, resolveAWSSDKSigV4Config, } from "./aws_sdk";
2
+ export type { AwsSdkSigV4AAuthInputConfig, AwsSdkSigV4APreviouslyResolved, AwsSdkSigV4AAuthResolvedConfig, AwsSdkSigV4AuthInputConfig, AwsSdkSigV4Memoized, AwsSdkSigV4PreviouslyResolved, AwsSdkSigV4AuthResolvedConfig, AWSSDKSigV4AuthInputConfig, AWSSDKSigV4PreviouslyResolved, AWSSDKSigV4AuthResolvedConfig, } from "./aws_sdk";
3
+ export { getBearerTokenEnvKey } from "./utils/getBearerTokenEnvKey";
@@ -1,3 +1,3 @@
1
- export * from "./getDateHeader";
2
- export * from "./getSkewCorrectedDate";
3
- export * from "./getUpdatedSystemClockOffset";
1
+ export { getDateHeader } from "./getDateHeader";
2
+ export { getSkewCorrectedDate } from "./getSkewCorrectedDate";
3
+ export { getUpdatedSystemClockOffset } from "./getUpdatedSystemClockOffset";
@@ -1,20 +1,22 @@
1
- export * from "./cbor/AwsSmithyRpcV2CborProtocol";
2
- export * from "./coercing-serializers";
3
- export * from "./json/AwsJson1_0Protocol";
4
- export * from "./json/AwsJson1_1Protocol";
5
- export * from "./json/AwsJsonRpcProtocol";
6
- export * from "./json/AwsRestJsonProtocol";
7
- export * from "./json/JsonCodec";
8
- export * from "./json/JsonShapeDeserializer";
9
- export * from "./json/JsonShapeSerializer";
10
- export * from "./json/awsExpectUnion";
11
- export * from "./json/parseJsonBody";
12
- export * from "./query/AwsEc2QueryProtocol";
13
- export * from "./query/AwsQueryProtocol";
14
- export * from "./query/QuerySerializerSettings";
15
- export * from "./query/QueryShapeSerializer";
16
- export * from "./xml/AwsRestXmlProtocol";
17
- export * from "./xml/XmlCodec";
18
- export * from "./xml/XmlShapeDeserializer";
19
- export * from "./xml/XmlShapeSerializer";
20
- export * from "./xml/parseXmlBody";
1
+ export { AwsSmithyRpcV2CborProtocol } from "./cbor/AwsSmithyRpcV2CborProtocol";
2
+ export { _toStr, _toBool, _toNum } from "./coercing-serializers";
3
+ export { AwsJson1_0Protocol } from "./json/AwsJson1_0Protocol";
4
+ export { AwsJson1_1Protocol } from "./json/AwsJson1_1Protocol";
5
+ export { AwsJsonRpcProtocol } from "./json/AwsJsonRpcProtocol";
6
+ export { AwsRestJsonProtocol } from "./json/AwsRestJsonProtocol";
7
+ export { JsonCodec } from "./json/JsonCodec";
8
+ export type { JsonSettings } from "./json/JsonCodec";
9
+ export { JsonShapeDeserializer } from "./json/JsonShapeDeserializer";
10
+ export { JsonShapeSerializer } from "./json/JsonShapeSerializer";
11
+ export { awsExpectUnion } from "./json/awsExpectUnion";
12
+ export { parseJsonBody, parseJsonErrorBody, loadRestJsonErrorCode, loadJsonRpcErrorCode } from "./json/parseJsonBody";
13
+ export { AwsEc2QueryProtocol } from "./query/AwsEc2QueryProtocol";
14
+ export { AwsQueryProtocol } from "./query/AwsQueryProtocol";
15
+ export type { QuerySerializerSettings } from "./query/QuerySerializerSettings";
16
+ export { QueryShapeSerializer } from "./query/QueryShapeSerializer";
17
+ export { AwsRestXmlProtocol } from "./xml/AwsRestXmlProtocol";
18
+ export { XmlCodec } from "./xml/XmlCodec";
19
+ export type { XmlSettings } from "./xml/XmlCodec";
20
+ export { XmlShapeDeserializer } from "./xml/XmlShapeDeserializer";
21
+ export { XmlShapeSerializer } from "./xml/XmlShapeSerializer";
22
+ export { parseXmlBody, parseXmlErrorBody, loadRestXmlErrorCode } from "./xml/parseXmlBody";
@@ -1,2 +1,3 @@
1
- export { ARN, build, parse, validate } from "./util-arn-parser/arn";
1
+ export { build, parse, validate } from "./util-arn-parser/arn";
2
+ export type { ARN } from "./util-arn-parser/arn";
2
3
  export { formatUrl } from "./util-format-url/format-url";
@@ -1,3 +1,16 @@
1
- export * from "./AccountIdEndpointModeConfigResolver";
2
- export * from "./AccountIdEndpointModeConstants";
3
- export * from "./NodeAccountIdEndpointModeConfigOptions";
1
+ export { resolveAccountIdEndpointModeConfig } from "./AccountIdEndpointModeConfigResolver";
2
+ export {
3
+ AccountIdEndpointModeInputConfig,
4
+ AccountIdEndpointModeResolvedConfig,
5
+ } from "./AccountIdEndpointModeConfigResolver";
6
+ export {
7
+ DEFAULT_ACCOUNT_ID_ENDPOINT_MODE,
8
+ ACCOUNT_ID_ENDPOINT_MODE_VALUES,
9
+ validateAccountIdEndpointMode,
10
+ } from "./AccountIdEndpointModeConstants";
11
+ export { AccountIdEndpointMode } from "./AccountIdEndpointModeConstants";
12
+ export {
13
+ ENV_ACCOUNT_ID_ENDPOINT_MODE,
14
+ CONFIG_ACCOUNT_ID_ENDPOINT_MODE,
15
+ NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS,
16
+ } from "./NodeAccountIdEndpointModeConfigOptions";
@@ -1 +1,7 @@
1
- export * from "./defaultUserAgent";
1
+ export {
2
+ createUserAgentStringParsingProvider,
3
+ createDefaultUserAgentProvider,
4
+ fallback,
5
+ defaultUserAgent,
6
+ } from "./defaultUserAgent";
7
+ export { PreviouslyResolved } from "./defaultUserAgent";
@@ -4,6 +4,26 @@ export {
4
4
  validateSigningProperties,
5
5
  } from "./AwsSdkSigV4Signer";
6
6
  export { AwsSdkSigV4ASigner } from "./AwsSdkSigV4ASigner";
7
- export * from "./NODE_AUTH_SCHEME_PREFERENCE_OPTIONS";
8
- export * from "./resolveAwsSdkSigV4AConfig";
9
- export * from "./resolveAwsSdkSigV4Config";
7
+ export { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "./NODE_AUTH_SCHEME_PREFERENCE_OPTIONS";
8
+ export {
9
+ resolveAwsSdkSigV4AConfig,
10
+ NODE_SIGV4A_CONFIG_OPTIONS,
11
+ } from "./resolveAwsSdkSigV4AConfig";
12
+ export {
13
+ AwsSdkSigV4AAuthInputConfig,
14
+ AwsSdkSigV4APreviouslyResolved,
15
+ AwsSdkSigV4AAuthResolvedConfig,
16
+ } from "./resolveAwsSdkSigV4AConfig";
17
+ export {
18
+ resolveAwsSdkSigV4Config,
19
+ resolveAWSSDKSigV4Config,
20
+ } from "./resolveAwsSdkSigV4Config";
21
+ export {
22
+ AwsSdkSigV4AuthInputConfig,
23
+ AwsSdkSigV4Memoized,
24
+ AwsSdkSigV4PreviouslyResolved,
25
+ AwsSdkSigV4AuthResolvedConfig,
26
+ AWSSDKSigV4AuthInputConfig,
27
+ AWSSDKSigV4PreviouslyResolved,
28
+ AWSSDKSigV4AuthResolvedConfig,
29
+ } from "./resolveAwsSdkSigV4Config";
@@ -1,2 +1,24 @@
1
- export * from "./aws_sdk";
2
- export * from "./utils/getBearerTokenEnvKey";
1
+ export {
2
+ AwsSdkSigV4Signer,
3
+ AWSSDKSigV4Signer,
4
+ validateSigningProperties,
5
+ AwsSdkSigV4ASigner,
6
+ NODE_AUTH_SCHEME_PREFERENCE_OPTIONS,
7
+ resolveAwsSdkSigV4AConfig,
8
+ NODE_SIGV4A_CONFIG_OPTIONS,
9
+ resolveAwsSdkSigV4Config,
10
+ resolveAWSSDKSigV4Config,
11
+ } from "./aws_sdk";
12
+ export {
13
+ AwsSdkSigV4AAuthInputConfig,
14
+ AwsSdkSigV4APreviouslyResolved,
15
+ AwsSdkSigV4AAuthResolvedConfig,
16
+ AwsSdkSigV4AuthInputConfig,
17
+ AwsSdkSigV4Memoized,
18
+ AwsSdkSigV4PreviouslyResolved,
19
+ AwsSdkSigV4AuthResolvedConfig,
20
+ AWSSDKSigV4AuthInputConfig,
21
+ AWSSDKSigV4PreviouslyResolved,
22
+ AWSSDKSigV4AuthResolvedConfig,
23
+ } from "./aws_sdk";
24
+ export { getBearerTokenEnvKey } from "./utils/getBearerTokenEnvKey";
@@ -1,3 +1,3 @@
1
- export * from "./getDateHeader";
2
- export * from "./getSkewCorrectedDate";
3
- export * from "./getUpdatedSystemClockOffset";
1
+ export { getDateHeader } from "./getDateHeader";
2
+ export { getSkewCorrectedDate } from "./getSkewCorrectedDate";
3
+ export { getUpdatedSystemClockOffset } from "./getUpdatedSystemClockOffset";
@@ -1,20 +1,31 @@
1
- export * from "./cbor/AwsSmithyRpcV2CborProtocol";
2
- export * from "./coercing-serializers";
3
- export * from "./json/AwsJson1_0Protocol";
4
- export * from "./json/AwsJson1_1Protocol";
5
- export * from "./json/AwsJsonRpcProtocol";
6
- export * from "./json/AwsRestJsonProtocol";
7
- export * from "./json/JsonCodec";
8
- export * from "./json/JsonShapeDeserializer";
9
- export * from "./json/JsonShapeSerializer";
10
- export * from "./json/awsExpectUnion";
11
- export * from "./json/parseJsonBody";
12
- export * from "./query/AwsEc2QueryProtocol";
13
- export * from "./query/AwsQueryProtocol";
14
- export * from "./query/QuerySerializerSettings";
15
- export * from "./query/QueryShapeSerializer";
16
- export * from "./xml/AwsRestXmlProtocol";
17
- export * from "./xml/XmlCodec";
18
- export * from "./xml/XmlShapeDeserializer";
19
- export * from "./xml/XmlShapeSerializer";
20
- export * from "./xml/parseXmlBody";
1
+ export { AwsSmithyRpcV2CborProtocol } from "./cbor/AwsSmithyRpcV2CborProtocol";
2
+ export { _toStr, _toBool, _toNum } from "./coercing-serializers";
3
+ export { AwsJson1_0Protocol } from "./json/AwsJson1_0Protocol";
4
+ export { AwsJson1_1Protocol } from "./json/AwsJson1_1Protocol";
5
+ export { AwsJsonRpcProtocol } from "./json/AwsJsonRpcProtocol";
6
+ export { AwsRestJsonProtocol } from "./json/AwsRestJsonProtocol";
7
+ export { JsonCodec } from "./json/JsonCodec";
8
+ export { JsonSettings } from "./json/JsonCodec";
9
+ export { JsonShapeDeserializer } from "./json/JsonShapeDeserializer";
10
+ export { JsonShapeSerializer } from "./json/JsonShapeSerializer";
11
+ export { awsExpectUnion } from "./json/awsExpectUnion";
12
+ export {
13
+ parseJsonBody,
14
+ parseJsonErrorBody,
15
+ loadRestJsonErrorCode,
16
+ loadJsonRpcErrorCode,
17
+ } from "./json/parseJsonBody";
18
+ export { AwsEc2QueryProtocol } from "./query/AwsEc2QueryProtocol";
19
+ export { AwsQueryProtocol } from "./query/AwsQueryProtocol";
20
+ export { QuerySerializerSettings } from "./query/QuerySerializerSettings";
21
+ export { QueryShapeSerializer } from "./query/QueryShapeSerializer";
22
+ export { AwsRestXmlProtocol } from "./xml/AwsRestXmlProtocol";
23
+ export { XmlCodec } from "./xml/XmlCodec";
24
+ export { XmlSettings } from "./xml/XmlCodec";
25
+ export { XmlShapeDeserializer } from "./xml/XmlShapeDeserializer";
26
+ export { XmlShapeSerializer } from "./xml/XmlShapeSerializer";
27
+ export {
28
+ parseXmlBody,
29
+ parseXmlErrorBody,
30
+ loadRestXmlErrorCode,
31
+ } from "./xml/parseXmlBody";
@@ -1,2 +1,3 @@
1
- export { ARN, build, parse, validate } from "./util-arn-parser/arn";
1
+ export { build, parse, validate } from "./util-arn-parser/arn";
2
+ export { ARN } from "./util-arn-parser/arn";
2
3
  export { formatUrl } from "./util-format-url/format-url";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.974.29",
3
+ "version": "3.975.1",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -103,12 +103,12 @@
103
103
  },
104
104
  "license": "Apache-2.0",
105
105
  "dependencies": {
106
- "@aws-sdk/types": "^3.973.15",
107
- "@aws-sdk/xml-builder": "^3.972.33",
106
+ "@aws-sdk/types": "^3.974.0",
107
+ "@aws-sdk/xml-builder": "^3.972.34",
108
108
  "@aws/lambda-invoke-store": "^0.3.0",
109
- "@smithy/core": "^3.29.0",
110
- "@smithy/signature-v4": "^5.6.1",
111
- "@smithy/types": "^4.15.1",
109
+ "@smithy/core": "^3.29.2",
110
+ "@smithy/signature-v4": "^5.6.3",
111
+ "@smithy/types": "^4.16.0",
112
112
  "bowser": "^2.11.0",
113
113
  "tslib": "^2.6.2"
114
114
  },
@@ -1 +1 @@
1
- export * from "./fromEnv";
1
+ export { ENV_KEY, ENV_SECRET, ENV_SESSION, ENV_EXPIRATION, ENV_CREDENTIAL_SCOPE, ENV_ACCOUNT_ID, fromEnv, } from "./fromEnv";
@@ -1,4 +1,2 @@
1
- /**
2
- * @internal
3
- */
4
- export * from "./fromEnv";
1
+ export { ENV_KEY, ENV_SECRET, ENV_SESSION, ENV_EXPIRATION, ENV_CREDENTIAL_SCOPE, ENV_ACCOUNT_ID, fromEnv, } from "./fromEnv";
2
+ export type { FromEnvInit } from "./fromEnv";
@@ -1 +1,10 @@
1
- export * from "./fromEnv";
1
+ export {
2
+ ENV_KEY,
3
+ ENV_SECRET,
4
+ ENV_SESSION,
5
+ ENV_EXPIRATION,
6
+ ENV_CREDENTIAL_SCOPE,
7
+ ENV_ACCOUNT_ID,
8
+ fromEnv,
9
+ } from "./fromEnv";
10
+ export { FromEnvInit } from "./fromEnv";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.55",
3
+ "version": "3.972.57",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.29",
30
- "@aws-sdk/types": "^3.973.15",
31
- "@smithy/core": "^3.29.0",
32
- "@smithy/types": "^4.15.1",
29
+ "@aws-sdk/core": "^3.975.1",
30
+ "@aws-sdk/types": "^3.974.0",
31
+ "@smithy/core": "^3.29.2",
32
+ "@smithy/types": "^4.16.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.57",
3
+ "version": "3.972.59",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -36,12 +36,12 @@
36
36
  },
37
37
  "license": "Apache-2.0",
38
38
  "dependencies": {
39
- "@aws-sdk/core": "^3.974.29",
40
- "@aws-sdk/types": "^3.973.15",
41
- "@smithy/core": "^3.29.0",
42
- "@smithy/fetch-http-handler": "^5.6.2",
43
- "@smithy/node-http-handler": "^4.9.2",
44
- "@smithy/types": "^4.15.1",
39
+ "@aws-sdk/core": "^3.975.1",
40
+ "@aws-sdk/types": "^3.974.0",
41
+ "@smithy/core": "^3.29.2",
42
+ "@smithy/fetch-http-handler": "^5.6.4",
43
+ "@smithy/node-http-handler": "^4.9.4",
44
+ "@smithy/types": "^4.16.0",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,5 @@
1
1
  const { CredentialsProviderError, chain, getProfileName, parseKnownFiles } = require("@smithy/core/config");
2
2
  const { setCredentialFeature } = require("@aws-sdk/core/client");
3
- const { fromLoginCredentials } = require("@aws-sdk/credential-provider-login");
4
3
 
5
4
  const resolveCredentialSource = (credentialSource, profileName, logger) => {
6
5
  const sourceProvidersMap = {
@@ -112,6 +111,7 @@ const isLoginProfile = (data) => {
112
111
  return Boolean(data && data.login_session);
113
112
  };
114
113
  const resolveLoginCredentials = async (profileName, options, callerClientConfig) => {
114
+ const { fromLoginCredentials } = require('@aws-sdk/credential-provider-login');
115
115
  const credentials = await fromLoginCredentials({
116
116
  ...options,
117
117
  profile: profileName,
@@ -1 +1 @@
1
- export * from "./fromIni";
1
+ export { fromIni } from "./fromIni";
@@ -1,9 +1,9 @@
1
1
  import { setCredentialFeature } from "@aws-sdk/core/client";
2
- import { fromLoginCredentials } from "@aws-sdk/credential-provider-login";
3
2
  export const isLoginProfile = (data) => {
4
3
  return Boolean(data && data.login_session);
5
4
  };
6
5
  export const resolveLoginCredentials = async (profileName, options, callerClientConfig) => {
6
+ const { fromLoginCredentials } = await import("@aws-sdk/credential-provider-login");
7
7
  const credentials = await fromLoginCredentials({
8
8
  ...options,
9
9
  profile: profileName,
@@ -1,4 +1,2 @@
1
- /**
2
- * @internal
3
- */
4
- export * from "./fromIni";
1
+ export { fromIni } from "./fromIni";
2
+ export type { FromIniInit } from "./fromIni";
@@ -1 +1,2 @@
1
- export * from "./fromIni";
1
+ export { fromIni } from "./fromIni";
2
+ export { FromIniInit } from "./fromIni";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.62",
3
+ "version": "3.973.1",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,18 +28,18 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.29",
32
- "@aws-sdk/credential-provider-env": "^3.972.55",
33
- "@aws-sdk/credential-provider-http": "^3.972.57",
34
- "@aws-sdk/credential-provider-login": "^3.972.61",
35
- "@aws-sdk/credential-provider-process": "^3.972.55",
36
- "@aws-sdk/credential-provider-sso": "^3.972.61",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.61",
38
- "@aws-sdk/nested-clients": "^3.997.29",
39
- "@aws-sdk/types": "^3.973.15",
40
- "@smithy/core": "^3.29.0",
41
- "@smithy/credential-provider-imds": "^4.4.5",
42
- "@smithy/types": "^4.15.1",
31
+ "@aws-sdk/core": "^3.975.1",
32
+ "@aws-sdk/credential-provider-env": "^3.972.57",
33
+ "@aws-sdk/credential-provider-http": "^3.972.59",
34
+ "@aws-sdk/credential-provider-login": "^3.972.63",
35
+ "@aws-sdk/credential-provider-process": "^3.972.57",
36
+ "@aws-sdk/credential-provider-sso": "^3.973.1",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.63",
38
+ "@aws-sdk/nested-clients": "^3.997.31",
39
+ "@aws-sdk/types": "^3.974.0",
40
+ "@smithy/core": "^3.29.2",
41
+ "@smithy/credential-provider-imds": "^4.4.7",
42
+ "@smithy/types": "^4.16.0",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {
@@ -1,2 +1 @@
1
- export * from "./fromLoginCredentials";
2
- export * from "./types";
1
+ export { fromLoginCredentials } from "./fromLoginCredentials";
@@ -1,8 +1,2 @@
1
- /**
2
- * @internal
3
- */
4
- export * from "./fromLoginCredentials";
5
- /**
6
- * @internal
7
- */
8
- export * from "./types";
1
+ export { fromLoginCredentials } from "./fromLoginCredentials";
2
+ export type { FromLoginCredentialsInit, LoginToken, DpopHeader, DpopPayload } from "./types";
@@ -1,2 +1,7 @@
1
- export * from "./fromLoginCredentials";
2
- export * from "./types";
1
+ export { fromLoginCredentials } from "./fromLoginCredentials";
2
+ export {
3
+ FromLoginCredentialsInit,
4
+ LoginToken,
5
+ DpopHeader,
6
+ DpopPayload,
7
+ } from "./types";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.61",
3
+ "version": "3.972.63",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,11 +28,11 @@
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/types": "^3.973.15",
34
- "@smithy/core": "^3.29.0",
35
- "@smithy/types": "^4.15.1",
31
+ "@aws-sdk/core": "^3.975.1",
32
+ "@aws-sdk/nested-clients": "^3.997.31",
33
+ "@aws-sdk/types": "^3.974.0",
34
+ "@smithy/core": "^3.29.2",
35
+ "@smithy/types": "^4.16.0",
36
36
  "tslib": "^2.6.2"
37
37
  },
38
38
  "devDependencies": {
@@ -1 +1 @@
1
- export * from "./defaultProvider";
1
+ export { defaultProvider, credentialsWillNeedRefresh, credentialsTreatedAsExpired } from "./defaultProvider";
@@ -1 +1,2 @@
1
- export * from "./defaultProvider";
1
+ export { defaultProvider, credentialsWillNeedRefresh, credentialsTreatedAsExpired } from "./defaultProvider";
2
+ export type { DefaultProviderInit } from "./defaultProvider";
@@ -1 +1,6 @@
1
- export * from "./defaultProvider";
1
+ export {
2
+ defaultProvider,
3
+ credentialsWillNeedRefresh,
4
+ credentialsTreatedAsExpired,
5
+ } from "./defaultProvider";
6
+ export { DefaultProviderInit } from "./defaultProvider";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.64",
3
+ "version": "3.972.66",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,16 +31,16 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.55",
35
- "@aws-sdk/credential-provider-http": "^3.972.57",
36
- "@aws-sdk/credential-provider-ini": "^3.972.62",
37
- "@aws-sdk/credential-provider-process": "^3.972.55",
38
- "@aws-sdk/credential-provider-sso": "^3.972.61",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.61",
40
- "@aws-sdk/types": "^3.973.15",
41
- "@smithy/core": "^3.29.0",
42
- "@smithy/credential-provider-imds": "^4.4.5",
43
- "@smithy/types": "^4.15.1",
34
+ "@aws-sdk/credential-provider-env": "^3.972.57",
35
+ "@aws-sdk/credential-provider-http": "^3.972.59",
36
+ "@aws-sdk/credential-provider-ini": "^3.973.1",
37
+ "@aws-sdk/credential-provider-process": "^3.972.57",
38
+ "@aws-sdk/credential-provider-sso": "^3.973.1",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.63",
40
+ "@aws-sdk/types": "^3.974.0",
41
+ "@smithy/core": "^3.29.2",
42
+ "@smithy/credential-provider-imds": "^4.4.7",
43
+ "@smithy/types": "^4.16.0",
44
44
  "tslib": "^2.6.2"
45
45
  },
46
46
  "devDependencies": {
@@ -1 +1 @@
1
- export * from "./fromProcess";
1
+ export { fromProcess } from "./fromProcess";
@@ -1,4 +1,2 @@
1
- /**
2
- * @internal
3
- */
4
- export * from "./fromProcess";
1
+ export { fromProcess } from "./fromProcess";
2
+ export type { FromProcessInit } from "./fromProcess";
@@ -1 +1,2 @@
1
- export * from "./fromProcess";
1
+ export { fromProcess } from "./fromProcess";
2
+ export { FromProcessInit } from "./fromProcess";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.55",
3
+ "version": "3.972.57",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.29",
30
- "@aws-sdk/types": "^3.973.15",
31
- "@smithy/core": "^3.29.0",
32
- "@smithy/types": "^4.15.1",
29
+ "@aws-sdk/core": "^3.975.1",
30
+ "@aws-sdk/types": "^3.974.0",
31
+ "@smithy/core": "^3.29.2",
32
+ "@smithy/types": "^4.16.0",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {
@@ -1,4 +1,3 @@
1
- export * from "./fromSSO";
2
- export * from "./isSsoProfile";
3
- export * from "./types";
4
- export * from "./validateSsoProfile";
1
+ export { fromSSO } from "./fromSSO";
2
+ export { isSsoProfile } from "./isSsoProfile";
3
+ export { validateSsoProfile } from "./validateSsoProfile";
@@ -2,7 +2,7 @@ import type { AwsIdentityProperties, CredentialProviderOptions, RuntimeConfigAws
2
2
  import type { SourceProfileInit } from "@smithy/core/config";
3
3
  import type { SSOClient, SSOClientConfig } from "./loadSso";
4
4
  /**
5
- * @internal
5
+ * @public
6
6
  */
7
7
  export interface SsoCredentialsParameters {
8
8
  /**
@@ -28,7 +28,7 @@ export interface SsoCredentialsParameters {
28
28
  ssoRoleName: string;
29
29
  }
30
30
  /**
31
- * @internal
31
+ * @public
32
32
  */
33
33
  export interface FromSSOInit extends SourceProfileInit, CredentialProviderOptions {
34
34
  ssoClient?: SSOClient;
@@ -36,8 +36,6 @@ export interface FromSSOInit extends SourceProfileInit, CredentialProviderOption
36
36
  callerClientConfig?: AwsIdentityProperties["callerClientConfig"];
37
37
  }
38
38
  /**
39
- * @internal
40
- *
41
39
  * Creates a credential provider that will read from a credential_process specified
42
40
  * in ini files.
43
41
  *
@@ -65,5 +63,7 @@ export interface FromSSOInit extends SourceProfileInit, CredentialProviderOption
65
63
  * sso_region = us-east-1
66
64
  * sso_start_url = https://www.....com/start
67
65
  * ```
66
+ *
67
+ * @internal
68
68
  */
69
69
  export declare const fromSSO: (init?: FromSSOInit & Partial<SsoCredentialsParameters>) => RuntimeConfigAwsCredentialIdentityProvider;