@cdk8s/awscdk-resolver 0.0.622 → 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 (202) 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/dist-cjs/index.js +16 -10
  45. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +16 -10
  46. package/node_modules/@aws-sdk/credential-provider-http/package.json +7 -7
  47. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +1 -1
  48. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -1
  49. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +1 -1
  50. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +2 -4
  51. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +2 -1
  52. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  53. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +1 -2
  54. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +2 -8
  55. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +7 -2
  56. package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
  57. package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -1
  58. package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +2 -1
  59. package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +6 -1
  60. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  61. package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -1
  62. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +2 -4
  63. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +2 -1
  64. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  65. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +3 -4
  66. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +4 -4
  67. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +5 -16
  68. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +5 -4
  69. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  70. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -2
  71. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +4 -8
  72. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +7 -2
  73. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  74. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  75. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  76. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  77. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  78. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  79. package/node_modules/@aws-sdk/nested-clients/package.json +8 -8
  80. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
  81. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +4 -4
  82. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +7 -4
  83. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +7 -4
  84. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  85. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -1
  86. package/node_modules/@aws-sdk/types/dist-es/identity/index.js +1 -5
  87. package/node_modules/@aws-sdk/types/dist-es/index.js +4 -34
  88. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -1
  89. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  90. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +2 -1
  91. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -2
  92. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -1
  93. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -1
  94. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -1
  95. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -1
  96. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -1
  97. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -1
  98. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +2 -1
  99. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -1
  100. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +1 -1
  101. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +7 -7
  102. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -1
  103. package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -1
  104. package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -5
  105. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +42 -34
  106. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -1
  107. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -1
  108. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -1
  109. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -1
  110. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -1
  111. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -1
  112. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -1
  113. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -1
  114. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -1
  115. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +2 -1
  116. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +2 -5
  117. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +1 -1
  118. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +1 -1
  119. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +17 -5
  120. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +225 -34
  121. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +1 -1
  122. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -1
  123. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -1
  124. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -1
  125. package/node_modules/@aws-sdk/types/package.json +2 -2
  126. package/node_modules/@aws-sdk/xml-builder/dist-es/index.js +2 -2
  127. package/node_modules/@aws-sdk/xml-builder/dist-types/index.d.ts +2 -11
  128. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +2 -2
  129. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  130. package/node_modules/@smithy/core/dist-es/index.js +5 -5
  131. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/index.js +3 -3
  132. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/index.js +2 -2
  133. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.js +3 -3
  134. package/node_modules/@smithy/core/dist-es/legacy-root-exports/util-identity-and-auth/index.js +3 -3
  135. package/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -3
  136. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +1 -1
  137. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -1
  138. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/service-customizations/index.js +1 -1
  139. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/debug/index.js +2 -2
  140. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +11 -11
  141. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/types/index.js +1 -7
  142. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/utils/index.js +2 -2
  143. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +13 -13
  144. package/node_modules/@smithy/core/dist-es/submodules/schema/index.js +14 -14
  145. package/node_modules/@smithy/core/dist-types/index.d.ts +7 -5
  146. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-auth-scheme/index.d.ts +4 -3
  147. package/node_modules/@smithy/core/dist-types/legacy-root-exports/middleware-http-signing/index.d.ts +2 -2
  148. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -3
  149. package/node_modules/@smithy/core/dist-types/legacy-root-exports/util-identity-and-auth/index.d.ts +4 -3
  150. package/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -3
  151. package/node_modules/@smithy/core/dist-types/submodules/client/util-waiter/waiter.d.ts +1 -1
  152. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -1
  153. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -1
  154. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/service-customizations/index.d.ts +1 -1
  155. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/debug/index.d.ts +2 -2
  156. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +12 -11
  157. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/types/index.d.ts +7 -7
  158. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/utils/index.d.ts +2 -2
  159. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +13 -13
  160. package/node_modules/@smithy/core/dist-types/submodules/schema/index.d.ts +14 -14
  161. package/node_modules/@smithy/core/dist-types/submodules/transport/httpRequest.d.ts +2 -2
  162. package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +2 -1
  163. package/node_modules/@smithy/core/package.json +2 -2
  164. package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +3 -4
  165. package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +5 -4
  166. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  167. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +1 -1
  168. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  169. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +1 -1
  170. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  171. package/node_modules/@smithy/signature-v4/dist-es/index.js +4 -4
  172. package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +5 -4
  173. package/node_modules/@smithy/signature-v4/package.json +3 -3
  174. package/node_modules/@smithy/types/dist-es/auth/index.js +2 -6
  175. package/node_modules/@smithy/types/dist-es/connection/index.js +1 -3
  176. package/node_modules/@smithy/types/dist-es/endpoints/index.js +1 -5
  177. package/node_modules/@smithy/types/dist-es/extensions/index.js +1 -2
  178. package/node_modules/@smithy/types/dist-es/identity/index.js +1 -4
  179. package/node_modules/@smithy/types/dist-es/index.js +7 -43
  180. package/node_modules/@smithy/types/dist-es/metrics.js +1 -0
  181. package/node_modules/@smithy/types/dist-types/abort.d.ts +1 -1
  182. package/node_modules/@smithy/types/dist-types/auth/index.d.ts +7 -6
  183. package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -3
  184. package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -5
  185. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +6 -4
  186. package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -4
  187. package/node_modules/@smithy/types/dist-types/index.d.ts +51 -43
  188. package/node_modules/@smithy/types/dist-types/metrics.d.ts +93 -0
  189. package/node_modules/@smithy/types/package.json +1 -1
  190. package/package.json +5 -5
  191. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getNodeModulesParentDirs.js +0 -15
  192. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.js +0 -14
  193. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.js +0 -9
  194. package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.js +0 -75
  195. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -10
  196. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -8
  197. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -8
  198. package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -6
  199. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getNodeModulesParentDirs.d.ts +0 -1
  200. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedDevTypeScriptVersion.d.ts +0 -3
  201. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getSanitizedTypeScriptVersion.d.ts +0 -3
  202. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-node/getTypeScriptUserAgentPair.d.ts +0 -4
@@ -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.54",
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.28",
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;
@@ -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.60",
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.28",
32
- "@aws-sdk/nested-clients": "^3.997.28",
33
- "@aws-sdk/token-providers": "3.1080.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.60",
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.28",
37
- "@aws-sdk/nested-clients": "^3.997.28",
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.27";
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.27";
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.27";
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.27";
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.27";
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.28",
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.28",
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.1080.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.28",
33
- "@aws-sdk/nested-clients": "^3.997.28",
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";