@cdk8s/awscdk-resolver 0.0.270 → 0.0.272

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 (176) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -11
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +108 -18
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +2 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/EndpointParameters.js +2 -3
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeExtensions.js +2 -14
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  42. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
  43. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
  44. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
  45. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
  46. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
  47. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
  49. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
  52. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
  54. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
  56. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
  57. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
  59. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
  60. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
  61. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
  62. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
  63. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
  64. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
  65. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
  66. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
  67. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
  68. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
  69. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
  70. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
  71. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
  72. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
  73. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
  74. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
  75. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
  76. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
  77. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
  78. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
  79. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
  80. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
  81. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
  82. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
  83. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
  84. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
  85. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
  86. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
  87. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
  88. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
  89. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
  90. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
  91. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
  92. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
  93. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
  94. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
  95. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
  96. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
  97. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
  98. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
  99. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
  100. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -0
  101. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
  102. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
  103. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
  104. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
  105. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
  106. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
  107. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
  108. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  109. package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +1 -3
  110. package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +17 -18
  111. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +2 -1
  112. package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +1 -3
  113. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +2 -3
  114. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +2 -14
  115. package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
  116. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
  117. package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
  118. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
  119. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  120. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +4 -6
  121. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +79 -30
  122. package/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +4 -4
  123. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +70 -27
  124. package/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +20 -2
  125. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +11 -1
  126. package/node_modules/@aws-sdk/core/package.json +10 -10
  127. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  128. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  129. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  130. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  131. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  132. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  133. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  134. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  135. package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +5 -5
  136. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  137. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  138. package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +4 -4
  139. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +4 -4
  140. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  141. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
  142. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +17 -18
  143. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +2 -1
  144. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
  145. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +2 -3
  146. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +2 -14
  147. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +2 -1
  148. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +1 -3
  149. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +2 -3
  150. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +2 -14
  151. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +2 -1
  152. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +2 -5
  153. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +2 -3
  154. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +2 -14
  155. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
  156. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  157. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
  158. package/node_modules/@aws-sdk/nested-clients/package.json +36 -36
  159. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +15 -26
  160. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +2 -12
  161. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +2 -3
  162. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  163. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  164. package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -3
  165. package/node_modules/@aws-sdk/types/dist-es/function.js +1 -0
  166. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  167. package/node_modules/@aws-sdk/types/dist-types/function.d.ts +7 -0
  168. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  169. package/node_modules/@aws-sdk/types/dist-types/ts3.4/function.d.ts +7 -0
  170. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  171. package/node_modules/@aws-sdk/types/package.json +2 -2
  172. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +5 -7
  173. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  174. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  175. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  176. package/package.json +5 -5
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-sso",
3
3
  "description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
4
- "version": "3.774.0",
4
+ "version": "3.777.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -20,40 +20,40 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.774.0",
24
- "@aws-sdk/middleware-host-header": "3.774.0",
25
- "@aws-sdk/middleware-logger": "3.734.0",
26
- "@aws-sdk/middleware-recursion-detection": "3.772.0",
27
- "@aws-sdk/middleware-user-agent": "3.774.0",
28
- "@aws-sdk/region-config-resolver": "3.734.0",
29
- "@aws-sdk/types": "3.734.0",
30
- "@aws-sdk/util-endpoints": "3.743.0",
31
- "@aws-sdk/util-user-agent-browser": "3.734.0",
32
- "@aws-sdk/util-user-agent-node": "3.774.0",
33
- "@smithy/config-resolver": "^4.0.1",
34
- "@smithy/core": "^3.1.5",
35
- "@smithy/fetch-http-handler": "^5.0.1",
36
- "@smithy/hash-node": "^4.0.1",
37
- "@smithy/invalid-dependency": "^4.0.1",
38
- "@smithy/middleware-content-length": "^4.0.1",
39
- "@smithy/middleware-endpoint": "^4.0.6",
40
- "@smithy/middleware-retry": "^4.0.7",
41
- "@smithy/middleware-serde": "^4.0.2",
42
- "@smithy/middleware-stack": "^4.0.1",
43
- "@smithy/node-config-provider": "^4.0.1",
44
- "@smithy/node-http-handler": "^4.0.3",
45
- "@smithy/protocol-http": "^5.0.1",
46
- "@smithy/smithy-client": "^4.1.6",
47
- "@smithy/types": "^4.1.0",
48
- "@smithy/url-parser": "^4.0.1",
23
+ "@aws-sdk/core": "3.775.0",
24
+ "@aws-sdk/middleware-host-header": "3.775.0",
25
+ "@aws-sdk/middleware-logger": "3.775.0",
26
+ "@aws-sdk/middleware-recursion-detection": "3.775.0",
27
+ "@aws-sdk/middleware-user-agent": "3.775.0",
28
+ "@aws-sdk/region-config-resolver": "3.775.0",
29
+ "@aws-sdk/types": "3.775.0",
30
+ "@aws-sdk/util-endpoints": "3.775.0",
31
+ "@aws-sdk/util-user-agent-browser": "3.775.0",
32
+ "@aws-sdk/util-user-agent-node": "3.775.0",
33
+ "@smithy/config-resolver": "^4.1.0",
34
+ "@smithy/core": "^3.2.0",
35
+ "@smithy/fetch-http-handler": "^5.0.2",
36
+ "@smithy/hash-node": "^4.0.2",
37
+ "@smithy/invalid-dependency": "^4.0.2",
38
+ "@smithy/middleware-content-length": "^4.0.2",
39
+ "@smithy/middleware-endpoint": "^4.1.0",
40
+ "@smithy/middleware-retry": "^4.1.0",
41
+ "@smithy/middleware-serde": "^4.0.3",
42
+ "@smithy/middleware-stack": "^4.0.2",
43
+ "@smithy/node-config-provider": "^4.0.2",
44
+ "@smithy/node-http-handler": "^4.0.4",
45
+ "@smithy/protocol-http": "^5.1.0",
46
+ "@smithy/smithy-client": "^4.2.0",
47
+ "@smithy/types": "^4.2.0",
48
+ "@smithy/url-parser": "^4.0.2",
49
49
  "@smithy/util-base64": "^4.0.0",
50
50
  "@smithy/util-body-length-browser": "^4.0.0",
51
51
  "@smithy/util-body-length-node": "^4.0.0",
52
- "@smithy/util-defaults-mode-browser": "^4.0.7",
53
- "@smithy/util-defaults-mode-node": "^4.0.7",
54
- "@smithy/util-endpoints": "^3.0.1",
55
- "@smithy/util-middleware": "^4.0.1",
56
- "@smithy/util-retry": "^4.0.1",
52
+ "@smithy/util-defaults-mode-browser": "^4.0.8",
53
+ "@smithy/util-defaults-mode-node": "^4.0.8",
54
+ "@smithy/util-endpoints": "^3.0.2",
55
+ "@smithy/util-middleware": "^4.0.2",
56
+ "@smithy/util-retry": "^4.0.2",
57
57
  "@smithy/util-utf8": "^4.0.0",
58
58
  "tslib": "^2.6.2"
59
59
  },
@@ -44,11 +44,9 @@ __name(validateAccountIdEndpointMode, "validateAccountIdEndpointMode");
44
44
 
45
45
  // src/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.ts
46
46
  var resolveAccountIdEndpointModeConfig = /* @__PURE__ */ __name((input) => {
47
- const accountIdEndpointModeProvider = (0, import_util_middleware.normalizeProvider)(
48
- input.accountIdEndpointMode ?? DEFAULT_ACCOUNT_ID_ENDPOINT_MODE
49
- );
50
- return {
51
- ...input,
47
+ const { accountIdEndpointMode } = input;
48
+ const accountIdEndpointModeProvider = (0, import_util_middleware.normalizeProvider)(accountIdEndpointMode ?? DEFAULT_ACCOUNT_ID_ENDPOINT_MODE);
49
+ return Object.assign(input, {
52
50
  accountIdEndpointMode: /* @__PURE__ */ __name(async () => {
53
51
  const accIdMode = await accountIdEndpointModeProvider();
54
52
  if (!validateAccountIdEndpointMode(accIdMode)) {
@@ -58,7 +56,7 @@ var resolveAccountIdEndpointModeConfig = /* @__PURE__ */ __name((input) => {
58
56
  }
59
57
  return accIdMode;
60
58
  }, "accountIdEndpointMode")
61
- };
59
+ });
62
60
  }, "resolveAccountIdEndpointModeConfig");
63
61
 
64
62
  // src/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.ts
@@ -191,28 +191,38 @@ var import_client = require("@aws-sdk/core/client");
191
191
  var import_core2 = require("@smithy/core");
192
192
  var import_signature_v4 = require("@smithy/signature-v4");
193
193
  var resolveAwsSdkSigV4Config = /* @__PURE__ */ __name((config) => {
194
- let isUserSupplied = false;
195
- let credentialsProvider;
196
- if (config.credentials) {
197
- isUserSupplied = true;
198
- credentialsProvider = (0, import_core2.memoizeIdentityProvider)(config.credentials, import_core2.isIdentityExpired, import_core2.doesIdentityRequireRefresh);
199
- }
200
- if (!credentialsProvider) {
201
- if (config.credentialDefaultProvider) {
202
- credentialsProvider = (0, import_core2.normalizeProvider)(
203
- config.credentialDefaultProvider(
204
- Object.assign({}, config, {
205
- parentClientConfig: config
206
- })
207
- )
208
- );
209
- } else {
210
- credentialsProvider = /* @__PURE__ */ __name(async () => {
211
- throw new Error("`credentials` is missing");
212
- }, "credentialsProvider");
213
- }
214
- }
215
- const boundCredentialsProvider = /* @__PURE__ */ __name(async (options) => credentialsProvider({ ...options, callerClientConfig: config }), "boundCredentialsProvider");
194
+ let inputCredentials = config.credentials;
195
+ let isUserSupplied = !!config.credentials;
196
+ let resolvedCredentials = void 0;
197
+ Object.defineProperty(config, "credentials", {
198
+ set(credentials) {
199
+ if (credentials && credentials !== inputCredentials && credentials !== resolvedCredentials) {
200
+ isUserSupplied = true;
201
+ }
202
+ inputCredentials = credentials;
203
+ const memoizedProvider = normalizeCredentialProvider(config, {
204
+ credentials: inputCredentials,
205
+ credentialDefaultProvider: config.credentialDefaultProvider
206
+ });
207
+ const boundProvider = bindCallerConfig(config, memoizedProvider);
208
+ if (isUserSupplied && !boundProvider.attributed) {
209
+ resolvedCredentials = /* @__PURE__ */ __name(async (options) => boundProvider(options).then(
210
+ (creds) => (0, import_client.setCredentialFeature)(creds, "CREDENTIALS_CODE", "e")
211
+ ), "resolvedCredentials");
212
+ resolvedCredentials.memoized = boundProvider.memoized;
213
+ resolvedCredentials.configBound = boundProvider.configBound;
214
+ resolvedCredentials.attributed = true;
215
+ } else {
216
+ resolvedCredentials = boundProvider;
217
+ }
218
+ },
219
+ get() {
220
+ return resolvedCredentials;
221
+ },
222
+ enumerable: true,
223
+ configurable: true
224
+ });
225
+ config.credentials = inputCredentials;
216
226
  const {
217
227
  // Default for signingEscapePath
218
228
  signingEscapePath = true,
@@ -239,7 +249,7 @@ var resolveAwsSdkSigV4Config = /* @__PURE__ */ __name((config) => {
239
249
  config.signingName = config.signingName || signingService || config.serviceId;
240
250
  const params = {
241
251
  ...config,
242
- credentials: boundCredentialsProvider,
252
+ credentials: config.credentials,
243
253
  region: config.signingRegion,
244
254
  service: config.signingName,
245
255
  sha256,
@@ -266,7 +276,7 @@ var resolveAwsSdkSigV4Config = /* @__PURE__ */ __name((config) => {
266
276
  config.signingName = config.signingName || signingService || config.serviceId;
267
277
  const params = {
268
278
  ...config,
269
- credentials: boundCredentialsProvider,
279
+ credentials: config.credentials,
270
280
  region: config.signingRegion,
271
281
  service: config.signingName,
272
282
  sha256,
@@ -276,17 +286,56 @@ var resolveAwsSdkSigV4Config = /* @__PURE__ */ __name((config) => {
276
286
  return new SignerCtor(params);
277
287
  }, "signer");
278
288
  }
279
- return {
280
- ...config,
289
+ const resolvedConfig = Object.assign(config, {
281
290
  systemClockOffset,
282
291
  signingEscapePath,
283
- credentials: isUserSupplied ? async (options) => boundCredentialsProvider(options).then(
284
- (creds) => (0, import_client.setCredentialFeature)(creds, "CREDENTIALS_CODE", "e")
285
- ) : boundCredentialsProvider,
286
292
  signer
287
- };
293
+ });
294
+ return resolvedConfig;
288
295
  }, "resolveAwsSdkSigV4Config");
289
296
  var resolveAWSSDKSigV4Config = resolveAwsSdkSigV4Config;
297
+ function normalizeCredentialProvider(config, {
298
+ credentials,
299
+ credentialDefaultProvider
300
+ }) {
301
+ let credentialsProvider;
302
+ if (credentials) {
303
+ if (!credentials?.memoized) {
304
+ credentialsProvider = (0, import_core2.memoizeIdentityProvider)(credentials, import_core2.isIdentityExpired, import_core2.doesIdentityRequireRefresh);
305
+ } else {
306
+ credentialsProvider = credentials;
307
+ }
308
+ } else {
309
+ if (credentialDefaultProvider) {
310
+ credentialsProvider = (0, import_core2.normalizeProvider)(
311
+ credentialDefaultProvider(
312
+ Object.assign({}, config, {
313
+ parentClientConfig: config
314
+ })
315
+ )
316
+ );
317
+ } else {
318
+ credentialsProvider = /* @__PURE__ */ __name(async () => {
319
+ throw new Error(
320
+ "@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured."
321
+ );
322
+ }, "credentialsProvider");
323
+ }
324
+ }
325
+ credentialsProvider.memoized = true;
326
+ return credentialsProvider;
327
+ }
328
+ __name(normalizeCredentialProvider, "normalizeCredentialProvider");
329
+ function bindCallerConfig(config, credentialsProvider) {
330
+ if (credentialsProvider.configBound) {
331
+ return credentialsProvider;
332
+ }
333
+ const fn = /* @__PURE__ */ __name(async (options) => credentialsProvider({ ...options, callerClientConfig: config }), "fn");
334
+ fn.memoized = credentialsProvider.memoized;
335
+ fn.configBound = true;
336
+ return fn;
337
+ }
338
+ __name(bindCallerConfig, "bindCallerConfig");
290
339
  // Annotate the CommonJS export names for ESM import in node:
291
340
  0 && (module.exports = {
292
341
  AWSSDKSigV4Signer,
@@ -1,9 +1,9 @@
1
1
  import { normalizeProvider } from "@smithy/util-middleware";
2
2
  import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants";
3
3
  export const resolveAccountIdEndpointModeConfig = (input) => {
4
- const accountIdEndpointModeProvider = normalizeProvider(input.accountIdEndpointMode ?? DEFAULT_ACCOUNT_ID_ENDPOINT_MODE);
5
- return {
6
- ...input,
4
+ const { accountIdEndpointMode } = input;
5
+ const accountIdEndpointModeProvider = normalizeProvider(accountIdEndpointMode ?? DEFAULT_ACCOUNT_ID_ENDPOINT_MODE);
6
+ return Object.assign(input, {
7
7
  accountIdEndpointMode: async () => {
8
8
  const accIdMode = await accountIdEndpointModeProvider();
9
9
  if (!validateAccountIdEndpointMode(accIdMode)) {
@@ -11,5 +11,5 @@ export const resolveAccountIdEndpointModeConfig = (input) => {
11
11
  }
12
12
  return accIdMode;
13
13
  },
14
- };
14
+ });
15
15
  };
@@ -2,25 +2,37 @@ import { setCredentialFeature } from "@aws-sdk/core/client";
2
2
  import { doesIdentityRequireRefresh, isIdentityExpired, memoizeIdentityProvider, normalizeProvider, } from "@smithy/core";
3
3
  import { SignatureV4 } from "@smithy/signature-v4";
4
4
  export const resolveAwsSdkSigV4Config = (config) => {
5
- let isUserSupplied = false;
6
- let credentialsProvider;
7
- if (config.credentials) {
8
- isUserSupplied = true;
9
- credentialsProvider = memoizeIdentityProvider(config.credentials, isIdentityExpired, doesIdentityRequireRefresh);
10
- }
11
- if (!credentialsProvider) {
12
- if (config.credentialDefaultProvider) {
13
- credentialsProvider = normalizeProvider(config.credentialDefaultProvider(Object.assign({}, config, {
14
- parentClientConfig: config,
15
- })));
16
- }
17
- else {
18
- credentialsProvider = async () => {
19
- throw new Error("`credentials` is missing");
20
- };
21
- }
22
- }
23
- const boundCredentialsProvider = async (options) => credentialsProvider({ ...options, callerClientConfig: config });
5
+ let inputCredentials = config.credentials;
6
+ let isUserSupplied = !!config.credentials;
7
+ let resolvedCredentials = undefined;
8
+ Object.defineProperty(config, "credentials", {
9
+ set(credentials) {
10
+ if (credentials && credentials !== inputCredentials && credentials !== resolvedCredentials) {
11
+ isUserSupplied = true;
12
+ }
13
+ inputCredentials = credentials;
14
+ const memoizedProvider = normalizeCredentialProvider(config, {
15
+ credentials: inputCredentials,
16
+ credentialDefaultProvider: config.credentialDefaultProvider,
17
+ });
18
+ const boundProvider = bindCallerConfig(config, memoizedProvider);
19
+ if (isUserSupplied && !boundProvider.attributed) {
20
+ resolvedCredentials = async (options) => boundProvider(options).then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e"));
21
+ resolvedCredentials.memoized = boundProvider.memoized;
22
+ resolvedCredentials.configBound = boundProvider.configBound;
23
+ resolvedCredentials.attributed = true;
24
+ }
25
+ else {
26
+ resolvedCredentials = boundProvider;
27
+ }
28
+ },
29
+ get() {
30
+ return resolvedCredentials;
31
+ },
32
+ enumerable: true,
33
+ configurable: true,
34
+ });
35
+ config.credentials = inputCredentials;
24
36
  const { signingEscapePath = true, systemClockOffset = config.systemClockOffset || 0, sha256, } = config;
25
37
  let signer;
26
38
  if (config.signer) {
@@ -41,7 +53,7 @@ export const resolveAwsSdkSigV4Config = (config) => {
41
53
  config.signingName = config.signingName || signingService || config.serviceId;
42
54
  const params = {
43
55
  ...config,
44
- credentials: boundCredentialsProvider,
56
+ credentials: config.credentials,
45
57
  region: config.signingRegion,
46
58
  service: config.signingName,
47
59
  sha256,
@@ -65,7 +77,7 @@ export const resolveAwsSdkSigV4Config = (config) => {
65
77
  config.signingName = config.signingName || signingService || config.serviceId;
66
78
  const params = {
67
79
  ...config,
68
- credentials: boundCredentialsProvider,
80
+ credentials: config.credentials,
69
81
  region: config.signingRegion,
70
82
  service: config.signingName,
71
83
  sha256,
@@ -75,14 +87,45 @@ export const resolveAwsSdkSigV4Config = (config) => {
75
87
  return new SignerCtor(params);
76
88
  };
77
89
  }
78
- return {
79
- ...config,
90
+ const resolvedConfig = Object.assign(config, {
80
91
  systemClockOffset,
81
92
  signingEscapePath,
82
- credentials: isUserSupplied
83
- ? async (options) => boundCredentialsProvider(options).then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e"))
84
- : boundCredentialsProvider,
85
93
  signer,
86
- };
94
+ });
95
+ return resolvedConfig;
87
96
  };
88
97
  export const resolveAWSSDKSigV4Config = resolveAwsSdkSigV4Config;
98
+ function normalizeCredentialProvider(config, { credentials, credentialDefaultProvider, }) {
99
+ let credentialsProvider;
100
+ if (credentials) {
101
+ if (!credentials?.memoized) {
102
+ credentialsProvider = memoizeIdentityProvider(credentials, isIdentityExpired, doesIdentityRequireRefresh);
103
+ }
104
+ else {
105
+ credentialsProvider = credentials;
106
+ }
107
+ }
108
+ else {
109
+ if (credentialDefaultProvider) {
110
+ credentialsProvider = normalizeProvider(credentialDefaultProvider(Object.assign({}, config, {
111
+ parentClientConfig: config,
112
+ })));
113
+ }
114
+ else {
115
+ credentialsProvider = async () => {
116
+ throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.");
117
+ };
118
+ }
119
+ }
120
+ credentialsProvider.memoized = true;
121
+ return credentialsProvider;
122
+ }
123
+ function bindCallerConfig(config, credentialsProvider) {
124
+ if (credentialsProvider.configBound) {
125
+ return credentialsProvider;
126
+ }
127
+ const fn = async (options) => credentialsProvider({ ...options, callerClientConfig: config });
128
+ fn.memoized = credentialsProvider.memoized;
129
+ fn.configBound = true;
130
+ return fn;
131
+ }
@@ -1,3 +1,4 @@
1
+ import type { MergeFunctions } from "@aws-sdk/types";
1
2
  import { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
2
3
  import { AuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider, ChecksumConstructor, HashConstructor, MemoizedProvider, Provider, RegionInfoProvider, RequestSigner } from "@smithy/types";
3
4
  /**
@@ -33,6 +34,24 @@ export interface AwsSdkSigV4AuthInputConfig {
33
34
  */
34
35
  signerConstructor?: new (options: SignatureV4Init & SignatureV4CryptoInit) => RequestSigner;
35
36
  }
37
+ /**
38
+ * Used to indicate whether a credential provider function was memoized by this resolver.
39
+ * @public
40
+ */
41
+ export type AwsSdkSigV4Memoized = {
42
+ /**
43
+ * The credential provider has been memoized by the AWS SDK SigV4 config resolver.
44
+ */
45
+ memoized?: boolean;
46
+ /**
47
+ * The credential provider has the caller client config object bound to its arguments.
48
+ */
49
+ configBound?: boolean;
50
+ /**
51
+ * Function is wrapped with attribution transform.
52
+ */
53
+ attributed?: boolean;
54
+ };
36
55
  /**
37
56
  * @internal
38
57
  */
@@ -54,9 +73,8 @@ export interface AwsSdkSigV4AuthResolvedConfig {
54
73
  /**
55
74
  * Resolved value for input config {@link AwsSdkSigV4AuthInputConfig.credentials}
56
75
  * This provider MAY memoize the loaded credentials for certain period.
57
- * See {@link MemoizedProvider} for more information.
58
76
  */
59
- credentials: AwsCredentialIdentityProvider;
77
+ credentials: MergeFunctions<AwsCredentialIdentityProvider, MemoizedProvider<AwsCredentialIdentity>> & AwsSdkSigV4Memoized;
60
78
  /**
61
79
  * Resolved value for input config {@link AwsSdkSigV4AuthInputConfig.signer}
62
80
  */
@@ -1,3 +1,4 @@
1
+ import { MergeFunctions } from "@aws-sdk/types";
1
2
  import { SignatureV4CryptoInit, SignatureV4Init } from "@smithy/signature-v4";
2
3
  import {
3
4
  AuthScheme,
@@ -22,6 +23,11 @@ export interface AwsSdkSigV4AuthInputConfig {
22
23
  options: SignatureV4Init & SignatureV4CryptoInit
23
24
  ) => RequestSigner;
24
25
  }
26
+ export type AwsSdkSigV4Memoized = {
27
+ memoized?: boolean;
28
+ configBound?: boolean;
29
+ attributed?: boolean;
30
+ };
25
31
  export interface AwsSdkSigV4PreviouslyResolved {
26
32
  credentialDefaultProvider?: (
27
33
  input: any
@@ -36,7 +42,11 @@ export interface AwsSdkSigV4PreviouslyResolved {
36
42
  useDualstackEndpoint: Provider<boolean>;
37
43
  }
38
44
  export interface AwsSdkSigV4AuthResolvedConfig {
39
- credentials: AwsCredentialIdentityProvider;
45
+ credentials: MergeFunctions<
46
+ AwsCredentialIdentityProvider,
47
+ MemoizedProvider<AwsCredentialIdentity>
48
+ > &
49
+ AwsSdkSigV4Memoized;
40
50
  signer: (authScheme?: AuthScheme) => Promise<RequestSigner>;
41
51
  signingEscapePath: boolean;
42
52
  systemClockOffset: number;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.774.0",
3
+ "version": "3.775.0",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -81,15 +81,15 @@
81
81
  },
82
82
  "license": "Apache-2.0",
83
83
  "dependencies": {
84
- "@aws-sdk/types": "3.734.0",
85
- "@smithy/core": "^3.1.5",
86
- "@smithy/node-config-provider": "^4.0.1",
87
- "@smithy/property-provider": "^4.0.1",
88
- "@smithy/protocol-http": "^5.0.1",
89
- "@smithy/signature-v4": "^5.0.1",
90
- "@smithy/smithy-client": "^4.1.6",
91
- "@smithy/types": "^4.1.0",
92
- "@smithy/util-middleware": "^4.0.1",
84
+ "@aws-sdk/types": "3.775.0",
85
+ "@smithy/core": "^3.2.0",
86
+ "@smithy/node-config-provider": "^4.0.2",
87
+ "@smithy/property-provider": "^4.0.2",
88
+ "@smithy/protocol-http": "^5.1.0",
89
+ "@smithy/signature-v4": "^5.0.2",
90
+ "@smithy/smithy-client": "^4.2.0",
91
+ "@smithy/types": "^4.2.0",
92
+ "@smithy/util-middleware": "^4.0.2",
93
93
  "fast-xml-parser": "4.4.1",
94
94
  "tslib": "^2.6.2"
95
95
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.774.0",
3
+ "version": "3.775.0",
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",
@@ -25,10 +25,10 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "3.774.0",
29
- "@aws-sdk/types": "3.734.0",
30
- "@smithy/property-provider": "^4.0.1",
31
- "@smithy/types": "^4.1.0",
28
+ "@aws-sdk/core": "3.775.0",
29
+ "@aws-sdk/types": "3.775.0",
30
+ "@smithy/property-provider": "^4.0.2",
31
+ "@smithy/types": "^4.2.0",
32
32
  "tslib": "^2.6.2"
33
33
  },
34
34
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.774.0",
3
+ "version": "3.775.0",
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",
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.774.0",
31
- "@aws-sdk/types": "3.734.0",
32
- "@smithy/fetch-http-handler": "^5.0.1",
33
- "@smithy/node-http-handler": "^4.0.3",
34
- "@smithy/property-provider": "^4.0.1",
35
- "@smithy/protocol-http": "^5.0.1",
36
- "@smithy/smithy-client": "^4.1.6",
37
- "@smithy/types": "^4.1.0",
38
- "@smithy/util-stream": "^4.1.2",
30
+ "@aws-sdk/core": "3.775.0",
31
+ "@aws-sdk/types": "3.775.0",
32
+ "@smithy/fetch-http-handler": "^5.0.2",
33
+ "@smithy/node-http-handler": "^4.0.4",
34
+ "@smithy/property-provider": "^4.0.2",
35
+ "@smithy/protocol-http": "^5.1.0",
36
+ "@smithy/smithy-client": "^4.2.0",
37
+ "@smithy/types": "^4.2.0",
38
+ "@smithy/util-stream": "^4.2.0",
39
39
  "tslib": "^2.6.2"
40
40
  },
41
41
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.774.0",
3
+ "version": "3.777.0",
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",
@@ -27,18 +27,18 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/core": "3.774.0",
31
- "@aws-sdk/credential-provider-env": "3.774.0",
32
- "@aws-sdk/credential-provider-http": "3.774.0",
33
- "@aws-sdk/credential-provider-process": "3.774.0",
34
- "@aws-sdk/credential-provider-sso": "3.774.0",
35
- "@aws-sdk/credential-provider-web-identity": "3.774.0",
36
- "@aws-sdk/nested-clients": "3.774.0",
37
- "@aws-sdk/types": "3.734.0",
38
- "@smithy/credential-provider-imds": "^4.0.1",
39
- "@smithy/property-provider": "^4.0.1",
40
- "@smithy/shared-ini-file-loader": "^4.0.1",
41
- "@smithy/types": "^4.1.0",
30
+ "@aws-sdk/core": "3.775.0",
31
+ "@aws-sdk/credential-provider-env": "3.775.0",
32
+ "@aws-sdk/credential-provider-http": "3.775.0",
33
+ "@aws-sdk/credential-provider-process": "3.775.0",
34
+ "@aws-sdk/credential-provider-sso": "3.777.0",
35
+ "@aws-sdk/credential-provider-web-identity": "3.777.0",
36
+ "@aws-sdk/nested-clients": "3.777.0",
37
+ "@aws-sdk/types": "3.775.0",
38
+ "@smithy/credential-provider-imds": "^4.0.2",
39
+ "@smithy/property-provider": "^4.0.2",
40
+ "@smithy/shared-ini-file-loader": "^4.0.2",
41
+ "@smithy/types": "^4.2.0",
42
42
  "tslib": "^2.6.2"
43
43
  },
44
44
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.774.0",
3
+ "version": "3.777.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -29,17 +29,17 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/credential-provider-env": "3.774.0",
33
- "@aws-sdk/credential-provider-http": "3.774.0",
34
- "@aws-sdk/credential-provider-ini": "3.774.0",
35
- "@aws-sdk/credential-provider-process": "3.774.0",
36
- "@aws-sdk/credential-provider-sso": "3.774.0",
37
- "@aws-sdk/credential-provider-web-identity": "3.774.0",
38
- "@aws-sdk/types": "3.734.0",
39
- "@smithy/credential-provider-imds": "^4.0.1",
40
- "@smithy/property-provider": "^4.0.1",
41
- "@smithy/shared-ini-file-loader": "^4.0.1",
42
- "@smithy/types": "^4.1.0",
32
+ "@aws-sdk/credential-provider-env": "3.775.0",
33
+ "@aws-sdk/credential-provider-http": "3.775.0",
34
+ "@aws-sdk/credential-provider-ini": "3.777.0",
35
+ "@aws-sdk/credential-provider-process": "3.775.0",
36
+ "@aws-sdk/credential-provider-sso": "3.777.0",
37
+ "@aws-sdk/credential-provider-web-identity": "3.777.0",
38
+ "@aws-sdk/types": "3.775.0",
39
+ "@smithy/credential-provider-imds": "^4.0.2",
40
+ "@smithy/property-provider": "^4.0.2",
41
+ "@smithy/shared-ini-file-loader": "^4.0.2",
42
+ "@smithy/types": "^4.2.0",
43
43
  "tslib": "^2.6.2"
44
44
  },
45
45
  "devDependencies": {