@cdklabs/cdk-ecs-codedeploy 0.0.207 → 0.0.208

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 (718) hide show
  1. package/.jsii +108 -49
  2. package/.jsii.tabl.json +1 -1
  3. package/.projenrc.ts +3 -5
  4. package/API.md +4 -4
  5. package/API.md.md +4 -9
  6. package/lib/api-canary/index.d.ts +1 -1
  7. package/lib/api-canary/index.js +7 -7
  8. package/lib/ecs-appspec/index.js +1 -1
  9. package/lib/ecs-deployment/index.js +1 -1
  10. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +4 -4
  11. package/node_modules/@aws-sdk/client-codedeploy/README.md +7 -7
  12. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/CodeDeployClient.js +6 -4
  13. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  14. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  15. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetApplicationsCommand.js +5 -0
  16. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  17. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  18. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  19. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetDeploymentsCommand.js +5 -0
  20. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  21. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ContinueDeploymentCommand.js +5 -0
  22. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateApplicationCommand.js +5 -0
  23. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentCommand.js +5 -0
  24. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentConfigCommand.js +5 -0
  25. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/CreateDeploymentGroupCommand.js +5 -0
  26. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteApplicationCommand.js +5 -0
  27. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentConfigCommand.js +5 -0
  28. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteDeploymentGroupCommand.js +5 -0
  29. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  30. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  31. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  32. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationCommand.js +5 -0
  33. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetApplicationRevisionCommand.js +5 -0
  34. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentCommand.js +5 -0
  35. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentConfigCommand.js +5 -0
  36. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentGroupCommand.js +5 -0
  37. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentInstanceCommand.js +5 -0
  38. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetDeploymentTargetCommand.js +5 -0
  39. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/GetOnPremisesInstanceCommand.js +5 -0
  40. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationRevisionsCommand.js +5 -0
  41. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListApplicationsCommand.js +5 -0
  42. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentConfigsCommand.js +5 -0
  43. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentGroupsCommand.js +5 -0
  44. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentInstancesCommand.js +5 -0
  45. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentTargetsCommand.js +5 -0
  46. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListDeploymentsCommand.js +5 -0
  47. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  48. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListOnPremisesInstancesCommand.js +5 -0
  49. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  50. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  51. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterApplicationRevisionCommand.js +5 -0
  52. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  53. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  54. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  55. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/StopDeploymentCommand.js +5 -0
  56. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/TagResourceCommand.js +5 -0
  57. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UntagResourceCommand.js +5 -0
  58. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateApplicationCommand.js +5 -0
  59. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/commands/UpdateDeploymentGroupCommand.js +5 -0
  60. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/endpoint/ruleset.js +3 -3
  61. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeConfig.shared.js +1 -0
  62. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/runtimeExtensions.js +22 -0
  63. package/node_modules/@aws-sdk/client-codedeploy/dist-es/CodeDeployClient.js +6 -4
  64. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/AddTagsToOnPremisesInstancesCommand.js +5 -0
  65. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationRevisionsCommand.js +5 -0
  66. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetApplicationsCommand.js +5 -0
  67. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentGroupsCommand.js +5 -0
  68. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentInstancesCommand.js +5 -0
  69. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentTargetsCommand.js +5 -0
  70. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetDeploymentsCommand.js +5 -0
  71. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/BatchGetOnPremisesInstancesCommand.js +5 -0
  72. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ContinueDeploymentCommand.js +5 -0
  73. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateApplicationCommand.js +5 -0
  74. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentCommand.js +5 -0
  75. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentConfigCommand.js +5 -0
  76. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/CreateDeploymentGroupCommand.js +5 -0
  77. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteApplicationCommand.js +5 -0
  78. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentConfigCommand.js +5 -0
  79. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteDeploymentGroupCommand.js +5 -0
  80. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteGitHubAccountTokenCommand.js +5 -0
  81. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeleteResourcesByExternalIdCommand.js +5 -0
  82. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/DeregisterOnPremisesInstanceCommand.js +5 -0
  83. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationCommand.js +5 -0
  84. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetApplicationRevisionCommand.js +5 -0
  85. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentCommand.js +5 -0
  86. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentConfigCommand.js +5 -0
  87. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentGroupCommand.js +5 -0
  88. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentInstanceCommand.js +5 -0
  89. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetDeploymentTargetCommand.js +5 -0
  90. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/GetOnPremisesInstanceCommand.js +5 -0
  91. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationRevisionsCommand.js +5 -0
  92. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListApplicationsCommand.js +5 -0
  93. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentConfigsCommand.js +5 -0
  94. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentGroupsCommand.js +5 -0
  95. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentInstancesCommand.js +5 -0
  96. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentTargetsCommand.js +5 -0
  97. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListDeploymentsCommand.js +5 -0
  98. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListGitHubAccountTokenNamesCommand.js +5 -0
  99. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListOnPremisesInstancesCommand.js +5 -0
  100. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  101. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +5 -0
  102. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterApplicationRevisionCommand.js +5 -0
  103. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RegisterOnPremisesInstanceCommand.js +5 -0
  104. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/RemoveTagsFromOnPremisesInstancesCommand.js +5 -0
  105. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/SkipWaitTimeForInstanceTerminationCommand.js +5 -0
  106. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/StopDeploymentCommand.js +5 -0
  107. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/TagResourceCommand.js +5 -0
  108. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UntagResourceCommand.js +5 -0
  109. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateApplicationCommand.js +5 -0
  110. package/node_modules/@aws-sdk/client-codedeploy/dist-es/commands/UpdateDeploymentGroupCommand.js +5 -0
  111. package/node_modules/@aws-sdk/client-codedeploy/dist-es/endpoint/ruleset.js +3 -3
  112. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeConfig.shared.js +1 -0
  113. package/node_modules/@aws-sdk/client-codedeploy/dist-es/runtimeExtensions.js +18 -0
  114. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeploy.d.ts +25 -25
  115. package/node_modules/@aws-sdk/client-codedeploy/dist-types/CodeDeployClient.d.ts +33 -28
  116. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationRevisionsCommand.d.ts +1 -1
  117. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetApplicationsCommand.d.ts +1 -1
  118. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -3
  119. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentInstancesCommand.d.ts +3 -4
  120. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/BatchGetDeploymentTargetsCommand.d.ts +10 -11
  121. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ContinueDeploymentCommand.d.ts +1 -2
  122. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  123. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentCommand.d.ts +16 -16
  124. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentConfigCommand.d.ts +1 -2
  125. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/CreateDeploymentGroupCommand.d.ts +10 -10
  126. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteDeploymentConfigCommand.d.ts +2 -2
  127. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/DeleteResourcesByExternalIdCommand.d.ts +8 -1
  128. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationCommand.d.ts +1 -1
  129. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetApplicationRevisionCommand.d.ts +2 -2
  130. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentCommand.d.ts +3 -4
  131. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentConfigCommand.d.ts +1 -2
  132. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentGroupCommand.d.ts +4 -4
  133. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentInstanceCommand.d.ts +1 -2
  134. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/GetDeploymentTargetCommand.d.ts +1 -2
  135. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationRevisionsCommand.d.ts +1 -1
  136. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
  137. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentConfigsCommand.d.ts +1 -1
  138. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentGroupsCommand.d.ts +2 -2
  139. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentInstancesCommand.d.ts +3 -5
  140. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentTargetsCommand.d.ts +1 -2
  141. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListDeploymentsCommand.d.ts +4 -3
  142. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/ListOnPremisesInstancesCommand.d.ts +1 -1
  143. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +1 -2
  144. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterApplicationRevisionCommand.d.ts +1 -1
  145. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/RegisterOnPremisesInstanceCommand.d.ts +8 -9
  146. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +1 -2
  147. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/StopDeploymentCommand.d.ts +3 -3
  148. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/TagResourceCommand.d.ts +4 -4
  149. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UntagResourceCommand.d.ts +4 -4
  150. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateApplicationCommand.d.ts +3 -2
  151. package/node_modules/@aws-sdk/client-codedeploy/dist-types/commands/UpdateDeploymentGroupCommand.d.ts +12 -11
  152. package/node_modules/@aws-sdk/client-codedeploy/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  153. package/node_modules/@aws-sdk/client-codedeploy/dist-types/extensionConfiguration.d.ts +8 -0
  154. package/node_modules/@aws-sdk/client-codedeploy/dist-types/index.d.ts +26 -25
  155. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +701 -273
  156. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.browser.d.ts +8 -2
  157. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.d.ts +5 -1
  158. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.native.d.ts +5 -1
  159. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeConfig.shared.d.ts +1 -0
  160. package/node_modules/@aws-sdk/client-codedeploy/dist-types/runtimeExtensions.d.ts +17 -0
  161. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/CodeDeployClient.d.ts +7 -1
  162. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  163. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/index.d.ts +1 -0
  164. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  165. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  166. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  167. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  168. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  169. package/node_modules/@aws-sdk/client-codedeploy/package.json +37 -37
  170. package/node_modules/@aws-sdk/client-sso/README.md +7 -10
  171. package/node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +6 -4
  172. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +5 -0
  173. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +5 -0
  174. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +5 -0
  175. package/node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +5 -0
  176. package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +3 -3
  177. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +1 -0
  178. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeExtensions.js +22 -0
  179. package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +6 -4
  180. package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +5 -0
  181. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +5 -0
  182. package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +5 -0
  183. package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +5 -0
  184. package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +3 -3
  185. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +1 -0
  186. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +18 -0
  187. package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +0 -3
  188. package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +8 -6
  189. package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +0 -2
  190. package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  191. package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +8 -0
  192. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +1 -3
  193. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +25 -0
  194. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +5 -1
  195. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +5 -1
  196. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +5 -1
  197. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +1 -0
  198. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
  199. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +5 -1
  200. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  201. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +1 -0
  202. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  203. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  204. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  205. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  206. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  207. package/node_modules/@aws-sdk/client-sso/package.json +33 -33
  208. package/node_modules/@aws-sdk/client-sts/README.md +7 -7
  209. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +6 -4
  210. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +5 -0
  211. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +5 -0
  212. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
  213. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +5 -0
  214. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +5 -0
  215. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +5 -0
  216. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js +5 -0
  217. package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +5 -0
  218. package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +1 -1
  219. package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +35 -0
  220. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +1 -0
  221. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeExtensions.js +22 -0
  222. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +6 -4
  223. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +5 -0
  224. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +5 -0
  225. package/node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +5 -0
  226. package/node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +5 -0
  227. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +5 -0
  228. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js +5 -0
  229. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js +5 -0
  230. package/node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +5 -0
  231. package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +1 -1
  232. package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +35 -0
  233. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +1 -0
  234. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeExtensions.js +18 -0
  235. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +8 -3
  236. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +8 -2
  237. package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -2
  238. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +6 -7
  239. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +6 -4
  240. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +21 -16
  241. package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +20 -18
  242. package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +3 -0
  243. package/node_modules/@aws-sdk/client-sts/dist-types/extensionConfiguration.d.ts +8 -0
  244. package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +1 -0
  245. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +121 -28
  246. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +5 -1
  247. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +5 -1
  248. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +5 -1
  249. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +1 -0
  250. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeExtensions.d.ts +17 -0
  251. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +5 -1
  252. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
  253. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +1 -0
  254. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +5 -0
  255. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -1
  256. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -1
  257. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -1
  258. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  259. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  260. package/node_modules/@aws-sdk/client-sts/package.json +36 -36
  261. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  262. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
  263. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +1 -0
  264. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +4 -0
  265. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +1 -0
  266. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -10
  267. package/node_modules/@aws-sdk/credential-provider-node/README.md +6 -3
  268. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  269. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
  270. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -2
  271. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +1 -2
  272. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
  273. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  274. package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +3 -0
  275. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  276. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  277. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  278. package/node_modules/@aws-sdk/middleware-sdk-sts/dist-types/index.d.ts +3 -0
  279. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -4
  280. package/node_modules/@aws-sdk/middleware-signing/dist-types/awsAuthConfiguration.d.ts +8 -1
  281. package/node_modules/@aws-sdk/middleware-signing/package.json +9 -8
  282. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +3 -0
  283. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -6
  284. package/node_modules/@aws-sdk/{client-sso-oidc → region-config-resolver}/LICENSE +2 -2
  285. package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
  286. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +30 -0
  287. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +5 -0
  288. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +15 -0
  289. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
  290. package/node_modules/@aws-sdk/{types/dist-cjs/connection → region-config-resolver/dist-cjs/regionConfig}/index.js +1 -2
  291. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
  292. package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
  293. package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
  294. package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
  295. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
  296. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
  297. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
  298. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
  299. package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
  300. package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
  301. package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
  302. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
  303. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
  304. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
  305. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
  306. package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
  307. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
  308. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
  309. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
  310. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
  311. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
  312. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
  313. package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
  314. package/node_modules/@aws-sdk/region-config-resolver/package.json +61 -0
  315. package/node_modules/@aws-sdk/token-providers/README.md +20 -6
  316. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +895 -0
  317. package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +901 -0
  318. package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +2 -2
  319. package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +2 -2
  320. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +1 -0
  321. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +872 -0
  322. package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +878 -0
  323. package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +1 -1
  324. package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +1 -1
  325. package/node_modules/@aws-sdk/token-providers/dist-es/index.js +1 -0
  326. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +187 -0
  327. package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +187 -0
  328. package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +1 -1
  329. package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +1 -2
  330. package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +1 -0
  331. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +235 -0
  332. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +235 -0
  333. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
  334. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -2
  335. package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +1 -0
  336. package/node_modules/@aws-sdk/token-providers/package.json +42 -6
  337. package/node_modules/@aws-sdk/types/dist-cjs/auth.js +2 -5
  338. package/node_modules/@aws-sdk/types/dist-cjs/connection.js +2 -0
  339. package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +2 -5
  340. package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +2 -0
  341. package/node_modules/@aws-sdk/types/dist-cjs/index.js +1 -0
  342. package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +2 -6
  343. package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -5
  344. package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
  345. package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -5
  346. package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
  347. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  348. package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -6
  349. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -49
  350. package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -55
  351. package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -22
  352. package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -63
  353. package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -25
  354. package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -10
  355. package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
  356. package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -60
  357. package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -19
  358. package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -77
  359. package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -108
  360. package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
  361. package/node_modules/@aws-sdk/types/dist-types/http.d.ts +2 -87
  362. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -23
  363. package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -15
  364. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  365. package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +2 -13
  366. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -475
  367. package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -26
  368. package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -22
  369. package/node_modules/@aws-sdk/types/dist-types/response.d.ts +1 -40
  370. package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -128
  371. package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +1 -104
  372. package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -72
  373. package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -150
  374. package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -22
  375. package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -33
  376. package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -11
  377. package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -17
  378. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -7
  379. package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -12
  380. package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -52
  381. package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -17
  382. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
  383. package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -14
  384. package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -19
  385. package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -43
  386. package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -77
  387. package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
  388. package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +10 -26
  389. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -8
  390. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -6
  391. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  392. package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +2 -7
  393. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -211
  394. package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -8
  395. package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -7
  396. package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +1 -11
  397. package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -43
  398. package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +12 -46
  399. package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -24
  400. package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -59
  401. package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -16
  402. package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -26
  403. package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -11
  404. package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -50
  405. package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -9
  406. package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -17
  407. package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -155
  408. package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -35
  409. package/node_modules/@aws-sdk/types/package.json +2 -1
  410. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +1 -0
  411. package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +11 -1
  412. package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +1 -0
  413. package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +11 -1
  414. package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +1 -0
  415. package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +1 -0
  416. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  417. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  418. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  419. package/node_modules/@smithy/abort-controller/package.json +7 -9
  420. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +1 -1
  421. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  422. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  423. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +1 -1
  424. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  425. package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +1 -1
  426. package/node_modules/@smithy/config-resolver/package.json +11 -12
  427. package/node_modules/@smithy/credential-provider-imds/package.json +10 -12
  428. package/node_modules/@smithy/eventstream-codec/package.json +9 -11
  429. package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +23 -9
  430. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +18 -5
  431. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +22 -2
  432. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +22 -2
  433. package/node_modules/@smithy/fetch-http-handler/package.json +11 -13
  434. package/node_modules/@smithy/hash-node/package.json +9 -11
  435. package/node_modules/@smithy/invalid-dependency/package.json +7 -9
  436. package/node_modules/@smithy/is-array-buffer/package.json +1 -1
  437. package/node_modules/@smithy/middleware-content-length/package.json +10 -10
  438. package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -3
  439. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
  440. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -3
  441. package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +1 -1
  442. package/node_modules/@smithy/middleware-endpoint/package.json +11 -12
  443. package/node_modules/@smithy/middleware-retry/README.md +7 -0
  444. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +3 -0
  445. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +3 -0
  446. package/node_modules/@smithy/middleware-retry/package.json +14 -14
  447. package/node_modules/@smithy/middleware-serde/package.json +9 -9
  448. package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +97 -35
  449. package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +95 -35
  450. package/node_modules/@smithy/middleware-stack/package.json +7 -9
  451. package/node_modules/@smithy/node-config-provider/package.json +9 -11
  452. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +13 -0
  453. package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +13 -0
  454. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +12 -0
  455. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +12 -0
  456. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -2
  457. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +4 -2
  458. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -2
  459. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +4 -2
  460. package/node_modules/@smithy/node-http-handler/package.json +10 -12
  461. package/node_modules/@smithy/property-provider/dist-cjs/chain.js +19 -13
  462. package/node_modules/@smithy/property-provider/dist-es/chain.js +19 -13
  463. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +1 -1
  464. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  465. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +1 -1
  466. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  467. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +1 -1
  468. package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +1 -1
  469. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +1 -1
  470. package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +1 -1
  471. package/node_modules/@smithy/property-provider/package.json +7 -9
  472. package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +27 -0
  473. package/node_modules/{@aws-sdk/client-sso-oidc/dist-cjs/models → @smithy/protocol-http/dist-cjs/extensions}/index.js +1 -1
  474. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +1 -0
  475. package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  476. package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  477. package/node_modules/@smithy/protocol-http/dist-es/index.js +1 -0
  478. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  479. package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  480. package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +15 -1
  481. package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +1 -0
  482. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  483. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  484. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +15 -1
  485. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +1 -0
  486. package/node_modules/@smithy/protocol-http/package.json +7 -9
  487. package/node_modules/@smithy/querystring-builder/package.json +7 -9
  488. package/node_modules/@smithy/querystring-parser/package.json +7 -9
  489. package/node_modules/@smithy/service-error-classification/package.json +9 -9
  490. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +11 -1
  491. package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +11 -1
  492. package/node_modules/@smithy/shared-ini-file-loader/package.json +7 -9
  493. package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -1
  494. package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +1 -1
  495. package/node_modules/@smithy/signature-v4/package.json +14 -16
  496. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +36 -0
  497. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +20 -0
  498. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +4 -0
  499. package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +21 -0
  500. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1 -0
  501. package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
  502. package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
  503. package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
  504. package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
  505. package/node_modules/@smithy/smithy-client/dist-es/index.js +1 -0
  506. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
  507. package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +1 -1
  508. package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
  509. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
  510. package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
  511. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
  512. package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +1 -0
  513. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +1 -1
  514. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +1 -1
  515. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
  516. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
  517. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
  518. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
  519. package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +1 -0
  520. package/node_modules/@smithy/smithy-client/package.json +9 -11
  521. package/node_modules/@smithy/types/README.md +37 -0
  522. package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +2 -0
  523. package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +2 -0
  524. package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +44 -0
  525. package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +16 -0
  526. package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +2 -0
  527. package/node_modules/@smithy/types/dist-cjs/extensions/index.js +8 -0
  528. package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +2 -0
  529. package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +2 -0
  530. package/node_modules/@smithy/types/dist-cjs/index.js +7 -0
  531. package/node_modules/@smithy/types/dist-cjs/middleware.js +2 -0
  532. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +2 -0
  533. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +2 -0
  534. package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +2 -0
  535. package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +2 -0
  536. package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +2 -0
  537. package/node_modules/@smithy/types/dist-cjs/transform/exact.js +2 -0
  538. package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +2 -0
  539. package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
  540. package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
  541. package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
  542. package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
  543. package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
  544. package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
  545. package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
  546. package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
  547. package/node_modules/@smithy/types/dist-es/index.js +7 -0
  548. package/node_modules/@smithy/types/dist-es/middleware.js +1 -1
  549. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
  550. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
  551. package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
  552. package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
  553. package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
  554. package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
  555. package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
  556. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
  557. package/node_modules/@smithy/types/dist-types/client.d.ts +21 -2
  558. package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
  559. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
  560. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
  561. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
  562. package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
  563. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
  564. package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
  565. package/node_modules/@smithy/types/dist-types/index.d.ts +7 -0
  566. package/node_modules/@smithy/types/dist-types/middleware.d.ts +35 -0
  567. package/node_modules/@smithy/types/dist-types/pagination.d.ts +1 -1
  568. package/node_modules/@smithy/types/dist-types/response.d.ts +1 -1
  569. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  570. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
  571. package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
  572. package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
  573. package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +59 -0
  574. package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
  575. package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
  576. package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
  577. package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +26 -2
  578. package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
  579. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
  580. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
  581. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
  582. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
  583. package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
  584. package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
  585. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +7 -0
  586. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +35 -0
  587. package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +1 -1
  588. package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +1 -1
  589. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
  590. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
  591. package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
  592. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
  593. package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +64 -0
  594. package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
  595. package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
  596. package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +14 -0
  597. package/node_modules/@smithy/types/dist-types/util.d.ts +6 -0
  598. package/node_modules/@smithy/types/package.json +9 -10
  599. package/node_modules/@smithy/url-parser/package.json +8 -10
  600. package/node_modules/@smithy/util-base64/package.json +2 -2
  601. package/node_modules/@smithy/util-body-length-browser/package.json +1 -1
  602. package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +3 -0
  603. package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +3 -0
  604. package/node_modules/@smithy/util-body-length-node/package.json +1 -1
  605. package/node_modules/@smithy/util-buffer-from/package.json +2 -2
  606. package/node_modules/@smithy/util-config-provider/package.json +1 -1
  607. package/node_modules/@smithy/util-defaults-mode-browser/package.json +9 -11
  608. package/node_modules/@smithy/util-defaults-mode-node/package.json +12 -14
  609. package/node_modules/@smithy/util-hex-encoding/package.json +1 -1
  610. package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +6 -0
  611. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +1 -0
  612. package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
  613. package/node_modules/@smithy/util-middleware/dist-es/index.js +1 -0
  614. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
  615. package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +4 -0
  616. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  617. package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +4 -0
  618. package/node_modules/@smithy/util-middleware/package.json +7 -9
  619. package/node_modules/@smithy/util-retry/README.md +2 -1
  620. package/node_modules/@smithy/util-retry/package.json +8 -10
  621. package/node_modules/@smithy/util-stream/README.md +0 -6
  622. package/node_modules/@smithy/util-stream/package.json +16 -15
  623. package/node_modules/@smithy/util-uri-escape/package.json +1 -1
  624. package/node_modules/@smithy/util-utf8/package.json +2 -2
  625. package/node_modules/@smithy/util-waiter/package.json +8 -10
  626. package/node_modules/tslib/package.json +2 -2
  627. package/node_modules/tslib/tslib.es6.js +28 -28
  628. package/node_modules/tslib/tslib.es6.mjs +1 -1
  629. package/node_modules/tslib/tslib.js +1 -1
  630. package/package.json +17 -19
  631. package/node_modules/@aws-sdk/client-sso-oidc/README.md +0 -268
  632. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +0 -17
  633. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +0 -38
  634. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +0 -46
  635. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +0 -46
  636. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +0 -46
  637. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +0 -6
  638. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +0 -12
  639. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +0 -12
  640. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +0 -7
  641. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +0 -10
  642. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +0 -12
  643. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +0 -184
  644. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +0 -469
  645. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +0 -38
  646. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +0 -45
  647. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +0 -15
  648. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +0 -21
  649. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +0 -13
  650. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +0 -34
  651. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +0 -42
  652. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +0 -42
  653. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +0 -42
  654. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +0 -3
  655. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +0 -8
  656. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +0 -8
  657. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +0 -4
  658. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -5
  659. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +0 -8
  660. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +0 -1
  661. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +0 -169
  662. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +0 -460
  663. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +0 -33
  664. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +0 -40
  665. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +0 -11
  666. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +0 -17
  667. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +0 -70
  668. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +0 -197
  669. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +0 -129
  670. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +0 -98
  671. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +0 -102
  672. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +0 -3
  673. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +0 -19
  674. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +0 -5
  675. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +0 -2
  676. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -49
  677. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +0 -13
  678. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +0 -1
  679. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +0 -377
  680. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +0 -29
  681. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +0 -35
  682. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +0 -35
  683. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +0 -34
  684. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +0 -18
  685. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +0 -56
  686. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +0 -122
  687. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +0 -35
  688. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +0 -38
  689. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +0 -42
  690. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +0 -3
  691. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +0 -33
  692. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +0 -8
  693. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
  694. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -5
  695. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +0 -8
  696. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +0 -1
  697. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +0 -151
  698. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -41
  699. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -65
  700. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +0 -65
  701. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -56
  702. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -18
  703. package/node_modules/@aws-sdk/client-sso-oidc/package.json +0 -97
  704. package/node_modules/@aws-sdk/types/dist-es/connection/index.js +0 -3
  705. package/node_modules/@aws-sdk/types/dist-types/connection/config.d.ts +0 -7
  706. package/node_modules/@aws-sdk/types/dist-types/connection/index.d.ts +0 -3
  707. package/node_modules/@aws-sdk/types/dist-types/connection/manager.d.ts +0 -28
  708. package/node_modules/@aws-sdk/types/dist-types/connection/pool.d.ts +0 -24
  709. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/config.d.ts +0 -3
  710. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/index.d.ts +0 -3
  711. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/manager.d.ts +0 -14
  712. package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection/pool.d.ts +0 -9
  713. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/config.js → client-codedeploy/dist-cjs/extensionConfiguration.js} +0 -0
  714. /package/node_modules/@aws-sdk/{types/dist-es/connection/config.js → client-codedeploy/dist-es/extensionConfiguration.js} +0 -0
  715. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/manager.js → client-sso/dist-cjs/extensionConfiguration.js} +0 -0
  716. /package/node_modules/@aws-sdk/{types/dist-es/connection/manager.js → client-sso/dist-es/extensionConfiguration.js} +0 -0
  717. /package/node_modules/@aws-sdk/{types/dist-cjs/connection/pool.js → client-sts/dist-cjs/extensionConfiguration.js} +0 -0
  718. /package/node_modules/@aws-sdk/{types/dist-es/connection/pool.js → client-sts/dist-es/extensionConfiguration.js} +0 -0
@@ -2,6 +2,7 @@ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { GetFederationTokenResponseFilterSensitiveLog, } from "../models/models_0";
6
7
  import { de_GetFederationTokenCommand, se_GetFederationTokenCommand } from "../protocols/Aws_query";
7
8
  export { $Command };
@@ -33,6 +34,10 @@ export class GetFederationTokenCommand extends $Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: GetFederationTokenResponseFilterSensitiveLog,
37
+ [SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSSecurityTokenServiceV20110615",
39
+ operation: "GetFederationToken",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,6 +2,7 @@ import { getAwsAuthPlugin } from "@aws-sdk/middleware-signing";
2
2
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
3
3
  import { getSerdePlugin } from "@smithy/middleware-serde";
4
4
  import { Command as $Command } from "@smithy/smithy-client";
5
+ import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
5
6
  import { GetSessionTokenResponseFilterSensitiveLog, } from "../models/models_0";
6
7
  import { de_GetSessionTokenCommand, se_GetSessionTokenCommand } from "../protocols/Aws_query";
7
8
  export { $Command };
@@ -33,6 +34,10 @@ export class GetSessionTokenCommand extends $Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: GetSessionTokenResponseFilterSensitiveLog,
37
+ [SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSSecurityTokenServiceV20110615",
39
+ operation: "GetSessionToken",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,4 +1,4 @@
1
1
  const F = "required", G = "type", H = "fn", I = "argv", J = "ref";
2
2
  const a = false, b = true, c = "booleanEquals", d = "tree", e = "stringEquals", f = "sigv4", g = "sts", h = "us-east-1", i = "endpoint", j = "https://sts.{Region}.{PartitionResult#dnsSuffix}", k = "error", l = "getAttr", m = { [F]: false, [G]: "String" }, n = { [F]: true, "default": false, [G]: "Boolean" }, o = { [J]: "Endpoint" }, p = { [H]: "isSet", [I]: [{ [J]: "Region" }] }, q = { [J]: "Region" }, r = { [H]: "aws.partition", [I]: [q], "assign": "PartitionResult" }, s = { [J]: "UseFIPS" }, t = { [J]: "UseDualStack" }, u = { "url": "https://sts.amazonaws.com", "properties": { "authSchemes": [{ "name": f, "signingName": g, "signingRegion": h }] }, "headers": {} }, v = {}, w = { "conditions": [{ [H]: e, [I]: [q, "aws-global"] }], [i]: u, [G]: i }, x = { [H]: c, [I]: [s, true] }, y = { [H]: c, [I]: [t, true] }, z = { [H]: c, [I]: [true, { [H]: l, [I]: [{ [J]: "PartitionResult" }, "supportsFIPS"] }] }, A = { [J]: "PartitionResult" }, B = { [H]: c, [I]: [true, { [H]: l, [I]: [A, "supportsDualStack"] }] }, C = [{ [H]: "isSet", [I]: [o] }], D = [x], E = [y];
3
- const _data = { version: "1.0", parameters: { Region: m, UseDualStack: n, UseFIPS: n, Endpoint: m, UseGlobalEndpoint: n }, rules: [{ conditions: [{ [H]: c, [I]: [{ [J]: "UseGlobalEndpoint" }, b] }, { [H]: "not", [I]: C }, p, r, { [H]: c, [I]: [s, a] }, { [H]: c, [I]: [t, a] }], [G]: d, rules: [{ conditions: [{ [H]: e, [I]: [q, "ap-northeast-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "ap-south-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "ap-southeast-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "ap-southeast-2"] }], endpoint: u, [G]: i }, w, { conditions: [{ [H]: e, [I]: [q, "ca-central-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-central-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-north-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-west-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-west-2"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-west-3"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "sa-east-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, h] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "us-east-2"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "us-west-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "us-west-2"] }], endpoint: u, [G]: i }, { endpoint: { url: j, properties: { authSchemes: [{ name: f, signingName: g, signingRegion: "{Region}" }] }, headers: v }, [G]: i }] }, { conditions: C, [G]: d, rules: [{ conditions: D, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [G]: k }, { [G]: d, rules: [{ conditions: E, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [G]: k }, { endpoint: { url: o, properties: v, headers: v }, [G]: i }] }] }, { [G]: d, rules: [{ conditions: [p], [G]: d, rules: [{ conditions: [r], [G]: d, rules: [{ conditions: [x, y], [G]: d, rules: [{ conditions: [z, B], [G]: d, rules: [{ [G]: d, rules: [{ endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: v, headers: v }, [G]: i }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: k }] }, { conditions: D, [G]: d, rules: [{ conditions: [z], [G]: d, rules: [{ [G]: d, rules: [{ conditions: [{ [H]: e, [I]: ["aws-us-gov", { [H]: l, [I]: [A, "name"] }] }], endpoint: { url: "https://sts.{Region}.amazonaws.com", properties: v, headers: v }, [G]: i }, { endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dnsSuffix}", properties: v, headers: v }, [G]: i }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", [G]: k }] }, { conditions: E, [G]: d, rules: [{ conditions: [B], [G]: d, rules: [{ [G]: d, rules: [{ endpoint: { url: "https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: v, headers: v }, [G]: i }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", [G]: k }] }, { [G]: d, rules: [w, { endpoint: { url: j, properties: v, headers: v }, [G]: i }] }] }] }, { error: "Invalid Configuration: Missing Region", [G]: k }] }] };
3
+ const _data = { version: "1.0", parameters: { Region: m, UseDualStack: n, UseFIPS: n, Endpoint: m, UseGlobalEndpoint: n }, rules: [{ conditions: [{ [H]: c, [I]: [{ [J]: "UseGlobalEndpoint" }, b] }, { [H]: "not", [I]: C }, p, r, { [H]: c, [I]: [s, a] }, { [H]: c, [I]: [t, a] }], [G]: d, rules: [{ conditions: [{ [H]: e, [I]: [q, "ap-northeast-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "ap-south-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "ap-southeast-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "ap-southeast-2"] }], endpoint: u, [G]: i }, w, { conditions: [{ [H]: e, [I]: [q, "ca-central-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-central-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-north-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-west-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-west-2"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "eu-west-3"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "sa-east-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, h] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "us-east-2"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "us-west-1"] }], endpoint: u, [G]: i }, { conditions: [{ [H]: e, [I]: [q, "us-west-2"] }], endpoint: u, [G]: i }, { endpoint: { url: j, properties: { authSchemes: [{ name: f, signingName: g, signingRegion: "{Region}" }] }, headers: v }, [G]: i }] }, { conditions: C, [G]: d, rules: [{ conditions: D, error: "Invalid Configuration: FIPS and custom endpoint are not supported", [G]: k }, { conditions: E, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", [G]: k }, { endpoint: { url: o, properties: v, headers: v }, [G]: i }] }, { conditions: [p], [G]: d, rules: [{ conditions: [r], [G]: d, rules: [{ conditions: [x, y], [G]: d, rules: [{ conditions: [z, B], [G]: d, rules: [{ endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: v, headers: v }, [G]: i }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", [G]: k }] }, { conditions: D, [G]: d, rules: [{ conditions: [z], [G]: d, rules: [{ conditions: [{ [H]: e, [I]: ["aws-us-gov", { [H]: l, [I]: [A, "name"] }] }], endpoint: { url: "https://sts.{Region}.amazonaws.com", properties: v, headers: v }, [G]: i }, { endpoint: { url: "https://sts-fips.{Region}.{PartitionResult#dnsSuffix}", properties: v, headers: v }, [G]: i }] }, { error: "FIPS is enabled but this partition does not support FIPS", [G]: k }] }, { conditions: E, [G]: d, rules: [{ conditions: [B], [G]: d, rules: [{ endpoint: { url: "https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: v, headers: v }, [G]: i }] }, { error: "DualStack is enabled but this partition does not support DualStack", [G]: k }] }, w, { endpoint: { url: j, properties: v, headers: v }, [G]: i }] }] }, { error: "Invalid Configuration: Missing Region", [G]: k }] };
4
4
  export const ruleSet = _data;
@@ -503,6 +503,16 @@ const se_AssumeRoleRequest = (input, context) => {
503
503
  if (input.SourceIdentity != null) {
504
504
  entries["SourceIdentity"] = input.SourceIdentity;
505
505
  }
506
+ if (input.ProvidedContexts != null) {
507
+ const memberEntries = se_ProvidedContextsListType(input.ProvidedContexts, context);
508
+ if (input.ProvidedContexts?.length === 0) {
509
+ entries.ProvidedContexts = [];
510
+ }
511
+ Object.entries(memberEntries).forEach(([key, value]) => {
512
+ const loc = `ProvidedContexts.${key}`;
513
+ entries[loc] = value;
514
+ });
515
+ }
506
516
  return entries;
507
517
  };
508
518
  const se_AssumeRoleWithSAMLRequest = (input, context) => {
@@ -652,6 +662,31 @@ const se_PolicyDescriptorType = (input, context) => {
652
662
  }
653
663
  return entries;
654
664
  };
665
+ const se_ProvidedContext = (input, context) => {
666
+ const entries = {};
667
+ if (input.ProviderArn != null) {
668
+ entries["ProviderArn"] = input.ProviderArn;
669
+ }
670
+ if (input.ContextAssertion != null) {
671
+ entries["ContextAssertion"] = input.ContextAssertion;
672
+ }
673
+ return entries;
674
+ };
675
+ const se_ProvidedContextsListType = (input, context) => {
676
+ const entries = {};
677
+ let counter = 1;
678
+ for (const entry of input) {
679
+ if (entry === null) {
680
+ continue;
681
+ }
682
+ const memberEntries = se_ProvidedContext(entry, context);
683
+ Object.entries(memberEntries).forEach(([key, value]) => {
684
+ entries[`member.${counter}.${key}`] = value;
685
+ });
686
+ counter++;
687
+ }
688
+ return entries;
689
+ };
655
690
  const se_Tag = (input, context) => {
656
691
  const entries = {};
657
692
  if (input.Key != null) {
@@ -9,6 +9,7 @@ export const getRuntimeConfig = (config) => ({
9
9
  base64Encoder: config?.base64Encoder ?? toBase64,
10
10
  disableHostPrefix: config?.disableHostPrefix ?? false,
11
11
  endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,
12
+ extensions: config?.extensions ?? [],
12
13
  logger: config?.logger ?? new NoOpLogger(),
13
14
  serviceId: config?.serviceId ?? "STS",
14
15
  urlParser: config?.urlParser ?? parseUrl,
@@ -0,0 +1,18 @@
1
+ import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
2
+ import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
+ import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
4
+ const asPartial = (t) => t;
5
+ export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
6
+ const extensionConfiguration = {
7
+ ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),
8
+ ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),
9
+ ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),
10
+ };
11
+ extensions.forEach((extension) => extension.configure(extensionConfiguration));
12
+ return {
13
+ ...runtimeConfig,
14
+ ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),
15
+ ...resolveDefaultRuntimeConfig(extensionConfiguration),
16
+ ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),
17
+ };
18
+ };
@@ -7,7 +7,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
7
7
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
8
8
  import { HttpHandler as __HttpHandler } from "@smithy/protocol-http";
9
9
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
10
- import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
10
+ import { BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
11
11
  import { AssumeRoleCommandInput, AssumeRoleCommandOutput } from "./commands/AssumeRoleCommand";
12
12
  import { AssumeRoleWithSAMLCommandInput, AssumeRoleWithSAMLCommandOutput } from "./commands/AssumeRoleWithSAMLCommand";
13
13
  import { AssumeRoleWithWebIdentityCommandInput, AssumeRoleWithWebIdentityCommandOutput } from "./commands/AssumeRoleWithWebIdentityCommand";
@@ -17,6 +17,7 @@ import { GetCallerIdentityCommandInput, GetCallerIdentityCommandOutput } from ".
17
17
  import { GetFederationTokenCommandInput, GetFederationTokenCommandOutput } from "./commands/GetFederationTokenCommand";
18
18
  import { GetSessionTokenCommandInput, GetSessionTokenCommandOutput } from "./commands/GetSessionTokenCommand";
19
19
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
20
+ import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
20
21
  export { __Client };
21
22
  /**
22
23
  * @public
@@ -124,6 +125,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
124
125
  * Optional logger for logging debug/info/warn/error.
125
126
  */
126
127
  logger?: __Logger;
128
+ /**
129
+ * Optional extensions
130
+ */
131
+ extensions?: RuntimeExtension[];
127
132
  /**
128
133
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
129
134
  */
@@ -143,7 +148,7 @@ export interface STSClientConfig extends STSClientConfigType {
143
148
  /**
144
149
  * @public
145
150
  */
146
- export type STSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & StsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
151
+ export type STSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RuntimeExtensionsConfig & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & StsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
147
152
  /**
148
153
  * @public
149
154
  *
@@ -163,7 +168,7 @@ export declare class STSClient extends __Client<__HttpHandlerOptions, ServiceInp
163
168
  * The resolved configuration of STSClient class. This is resolved and normalized from the {@link STSClientConfig | constructor configuration interface}.
164
169
  */
165
170
  readonly config: STSClientResolvedConfig;
166
- constructor(configuration: STSClientConfig);
171
+ constructor(...[configuration]: __CheckOptionalClientConfig<STSClientConfig>);
167
172
  /**
168
173
  * Destroy underlying resources, like sockets. It's usually not necessary to do this.
169
174
  * However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
@@ -58,8 +58,8 @@ export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataB
58
58
  * created. That trust policy states which accounts are allowed to delegate that access to
59
59
  * users in the account. </p>
60
60
  * <p>A user who wants to access a role in a different account must also have permissions that
61
- * are delegated from the account administrator. The administrator must attach a policy
62
- * that allows the user to call <code>AssumeRole</code> for the ARN of the role in the other
61
+ * are delegated from the account administrator. The administrator must attach a policy that
62
+ * allows the user to call <code>AssumeRole</code> for the ARN of the role in the other
63
63
  * account.</p>
64
64
  * <p>To allow a user to assume a role in the same account, you can do either of the
65
65
  * following:</p>
@@ -140,6 +140,12 @@ export interface AssumeRoleCommandOutput extends AssumeRoleResponse, __MetadataB
140
140
  * SerialNumber: "STRING_VALUE",
141
141
  * TokenCode: "STRING_VALUE",
142
142
  * SourceIdentity: "STRING_VALUE",
143
+ * ProvidedContexts: [ // ProvidedContextsListType
144
+ * { // ProvidedContext
145
+ * ProviderArn: "STRING_VALUE",
146
+ * ContextAssertion: "STRING_VALUE",
147
+ * },
148
+ * ],
143
149
  * };
144
150
  * const command = new AssumeRoleCommand(input);
145
151
  * const response = await client.send(command);
@@ -32,8 +32,8 @@ export interface AssumeRoleWithWebIdentityCommandOutput extends AssumeRoleWithWe
32
32
  * <a href="http://aws.amazon.com/sdkforios/">Amazon Web Services SDK for iOS Developer Guide</a> and the <a href="http://aws.amazon.com/sdkforandroid/">Amazon Web Services SDK for Android Developer Guide</a> to uniquely
33
33
  * identify a user. You can also supply the user with a consistent identity throughout the
34
34
  * lifetime of an application.</p>
35
- * <p>To learn more about Amazon Cognito, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html">Amazon Cognito identity pools</a> in
36
- * <i>Amazon Cognito Developer Guide</i>.</p>
35
+ * <p>To learn more about Amazon Cognito, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-identity.html">Amazon Cognito identity
36
+ * pools</a> in <i>Amazon Cognito Developer Guide</i>.</p>
37
37
  * </note>
38
38
  * <p>Calling <code>AssumeRoleWithWebIdentity</code> does not require the use of Amazon Web Services
39
39
  * security credentials. Therefore, you can distribute an application (for example, on mobile
@@ -31,13 +31,12 @@ export interface GetAccessKeyInfoCommandOutput extends GetAccessKeyInfoResponse,
31
31
  * Users</a> in the <i>IAM User Guide</i>.</p>
32
32
  * <p>When you pass an access key ID to this operation, it returns the ID of the Amazon Web Services account
33
33
  * to which the keys belong. Access key IDs beginning with <code>AKIA</code> are long-term
34
- * credentials for an IAM user or the Amazon Web Services account root user. Access key IDs beginning with
35
- * <code>ASIA</code> are temporary credentials that are created using STS operations. If
36
- * the account in the response belongs to you, you can sign in as the root user and review
37
- * your root user access keys. Then, you can pull a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html">credentials report</a> to
38
- * learn which IAM user owns the keys. To learn who requested the temporary credentials for
39
- * an <code>ASIA</code> access key, view the STS events in your <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">CloudTrail logs</a> in the
40
- * <i>IAM User Guide</i>.</p>
34
+ * credentials for an IAM user or the Amazon Web Services account root user. Access key IDs
35
+ * beginning with <code>ASIA</code> are temporary credentials that are created using STS
36
+ * operations. If the account in the response belongs to you, you can sign in as the root user and review your root user access keys. Then, you can pull a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_getting-report.html">credentials
37
+ * report</a> to learn which IAM user owns the keys. To learn who
38
+ * requested the temporary credentials for an <code>ASIA</code> access key, view the STS
39
+ * events in your <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">CloudTrail logs</a> in the <i>IAM User Guide</i>.</p>
41
40
  * <p>This operation does not indicate the state of the access key. The key might be active,
42
41
  * inactive, or deleted. Active keys might not have permissions to perform an operation.
43
42
  * Providing a deleted access key might return an error that the key doesn't exist.</p>
@@ -23,12 +23,14 @@ export interface GetCallerIdentityCommandOutput extends GetCallerIdentityRespons
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns details about the IAM user or role whose credentials are used to call the operation.</p>
26
+ * <p>Returns details about the IAM user or role whose credentials are used to
27
+ * call the operation.</p>
27
28
  * <note>
28
- * <p>No permissions are required to perform this operation. If an administrator
29
- * attaches a policy to your identity that explicitly denies access to the
29
+ * <p>No permissions are required to perform this operation. If an administrator attaches a
30
+ * policy to your identity that explicitly denies access to the
30
31
  * <code>sts:GetCallerIdentity</code> action, you can still perform this operation.
31
- * Permissions are not required because the same information is returned when access is denied. To view an example response, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_access-denied-delete-mfa">I Am Not Authorized to Perform: iam:DeleteVirtualMFADevice</a> in the
32
+ * Permissions are not required because the same information is returned when access is
33
+ * denied. To view an example response, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/troubleshoot_general.html#troubleshoot_general_access-denied-delete-mfa">I Am Not Authorized to Perform: iam:DeleteVirtualMFADevice</a> in the
32
34
  * <i>IAM User Guide</i>.</p>
33
35
  * </note>
34
36
  * @example
@@ -27,16 +27,18 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
27
27
  * secret access key, and a security token) for a user. A typical use is in a proxy
28
28
  * application that gets temporary security credentials on behalf of distributed applications
29
29
  * inside a corporate network.</p>
30
- * <p>You must call the <code>GetFederationToken</code> operation
31
- * using the long-term security credentials of an IAM user. As a result, this call is
32
- * appropriate in contexts where those credentials can be safeguarded, usually in a
33
- * server-based application. For a comparison of <code>GetFederationToken</code> with the
34
- * other API operations that produce temporary credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html">Requesting Temporary Security
30
+ * <p>You must call the <code>GetFederationToken</code> operation using the long-term security
31
+ * credentials of an IAM user. As a result, this call is appropriate in
32
+ * contexts where those credentials can be safeguarded, usually in a server-based application.
33
+ * For a comparison of <code>GetFederationToken</code> with the other API operations that
34
+ * produce temporary credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html">Requesting Temporary Security
35
35
  * Credentials</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison">Comparing the
36
36
  * Amazon Web Services STS API operations</a> in the <i>IAM User Guide</i>.</p>
37
- * <p>Although it is possible to call <code>GetFederationToken</code> using the security credentials of an
38
- * Amazon Web Services account root user rather than an IAM user that you create for the purpose of a proxy application, we do not recommend it. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#lock-away-credentials">Safeguard your root user credentials and don't use them for everyday tasks</a> in the
39
- * <i>IAM User Guide</i>. </p>
37
+ * <p>Although it is possible to call <code>GetFederationToken</code> using the security
38
+ * credentials of an Amazon Web Services account root user rather than an IAM user that you
39
+ * create for the purpose of a proxy application, we do not recommend it. For more
40
+ * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#lock-away-credentials">Safeguard your root user credentials and don't use them for everyday tasks</a> in the
41
+ * <i>IAM User Guide</i>. </p>
40
42
  * <note>
41
43
  * <p>You can create a mobile-based or browser-based app that can authenticate users using
42
44
  * a web identity provider like Login with Amazon, Facebook, Google, or an OpenID
@@ -49,7 +51,8 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
49
51
  * </p>
50
52
  * <p>The temporary credentials are valid for the specified duration, from 900 seconds (15
51
53
  * minutes) up to a maximum of 129,600 seconds (36 hours). The default session duration is
52
- * 43,200 seconds (12 hours). Temporary credentials obtained by using the root user credentials have a maximum duration of 3,600 seconds (1 hour).</p>
54
+ * 43,200 seconds (12 hours). Temporary credentials obtained by using the root user
55
+ * credentials have a maximum duration of 3,600 seconds (1 hour).</p>
53
56
  * <p>
54
57
  * <b>Permissions</b>
55
58
  * </p>
@@ -57,7 +60,8 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
57
60
  * Amazon Web Services service with the following exceptions:</p>
58
61
  * <ul>
59
62
  * <li>
60
- * <p>You cannot call any IAM operations using the CLI or the Amazon Web Services API. This limitation does not apply to console sessions.</p>
63
+ * <p>You cannot call any IAM operations using the CLI or the Amazon Web Services API. This
64
+ * limitation does not apply to console sessions.</p>
61
65
  * </li>
62
66
  * <li>
63
67
  * <p>You cannot call any STS operations except <code>GetCallerIdentity</code>.</p>
@@ -71,12 +75,13 @@ export interface GetFederationTokenCommandOutput extends GetFederationTokenRespo
71
75
  * policies can't exceed 2,048 characters.</p>
72
76
  * <p>Though the session policy parameters are optional, if you do not pass a policy, then the
73
77
  * resulting federated user session has no permissions. When you pass session policies, the
74
- * session permissions are the intersection of the IAM user policies and the session
75
- * policies that you pass. This gives you a way to further restrict the permissions for a
76
- * federated user. You cannot use session policies to grant more permissions than those that
77
- * are defined in the permissions policy of the IAM user. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
78
- * Policies</a> in the <i>IAM User Guide</i>. For information about
79
- * using <code>GetFederationToken</code> to create temporary security credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_getfederationtoken">GetFederationToken—Federation Through a Custom Identity Broker</a>. </p>
78
+ * session permissions are the intersection of the IAM user policies and the
79
+ * session policies that you pass. This gives you a way to further restrict the permissions
80
+ * for a federated user. You cannot use session policies to grant more permissions than those
81
+ * that are defined in the permissions policy of the IAM user. For more
82
+ * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session Policies</a> in
83
+ * the <i>IAM User Guide</i>. For information about using
84
+ * <code>GetFederationToken</code> to create temporary security credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_getfederationtoken">GetFederationToken—Federation Through a Custom Identity Broker</a>. </p>
80
85
  * <p>You can use the credentials to access a resource that has a resource-based policy. If
81
86
  * that policy specifically references the federated user session in the
82
87
  * <code>Principal</code> element of the policy, the session has the permissions allowed by
@@ -23,15 +23,17 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Returns a set of temporary credentials for an Amazon Web Services account or IAM user. The
27
- * credentials consist of an access key ID, a secret access key, and a security token.
26
+ * <p>Returns a set of temporary credentials for an Amazon Web Services account or IAM user.
27
+ * The credentials consist of an access key ID, a secret access key, and a security token.
28
28
  * Typically, you use <code>GetSessionToken</code> if you want to use MFA to protect
29
- * programmatic calls to specific Amazon Web Services API operations like Amazon EC2 <code>StopInstances</code>.</p>
30
- * <p>MFA-enabled IAM users must call <code>GetSessionToken</code> and submit an MFA
31
- * code that is associated with their MFA device. Using the temporary security credentials
32
- * that the call returns, IAM users can then make programmatic calls to API
33
- * operations that require MFA authentication. An incorrect MFA code causes the API to return an access denied error. For a comparison of <code>GetSessionToken</code>
34
- * with the other API operations that produce temporary credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html">Requesting
29
+ * programmatic calls to specific Amazon Web Services API operations like Amazon EC2
30
+ * <code>StopInstances</code>.</p>
31
+ * <p>MFA-enabled IAM users must call <code>GetSessionToken</code> and submit
32
+ * an MFA code that is associated with their MFA device. Using the temporary security
33
+ * credentials that the call returns, IAM users can then make programmatic
34
+ * calls to API operations that require MFA authentication. An incorrect MFA code causes the
35
+ * API to return an access denied error. For a comparison of <code>GetSessionToken</code> with
36
+ * the other API operations that produce temporary credentials, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html">Requesting
35
37
  * Temporary Security Credentials</a> and <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#stsapi_comparison">Comparing the
36
38
  * Amazon Web Services STS API operations</a> in the <i>IAM User Guide</i>.</p>
37
39
  * <note>
@@ -45,8 +47,7 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
45
47
  * <b>Session Duration</b>
46
48
  * </p>
47
49
  * <p>The <code>GetSessionToken</code> operation must be called by using the long-term Amazon Web Services
48
- * security credentials of an IAM user. Credentials that are
49
- * created by IAM users are valid for the duration that you specify. This duration can range
50
+ * security credentials of an IAM user. Credentials that are created by IAM users are valid for the duration that you specify. This duration can range
50
51
  * from 900 seconds (15 minutes) up to a maximum of 129,600 seconds (36 hours), with a default
51
52
  * of 43,200 seconds (12 hours). Credentials based on account credentials can range from 900
52
53
  * seconds (15 minutes) up to 3,600 seconds (1 hour), with a default of 1 hour. </p>
@@ -65,15 +66,16 @@ export interface GetSessionTokenCommandOutput extends GetSessionTokenResponse, _
65
66
  * <code>AssumeRole</code> or <code>GetCallerIdentity</code>.</p>
66
67
  * </li>
67
68
  * </ul>
68
- * <p>The credentials that <code>GetSessionToken</code> returns are based on
69
- * permissions associated with the IAM user whose credentials were used to call the operation. The
70
- * temporary credentials have the same permissions as the IAM user.</p>
69
+ * <p>The credentials that <code>GetSessionToken</code> returns are based on permissions
70
+ * associated with the IAM user whose credentials were used to call the
71
+ * operation. The temporary credentials have the same permissions as the IAM user.</p>
71
72
  * <note>
72
- * <p>Although it is possible to call <code>GetSessionToken</code> using the security credentials of an
73
- * Amazon Web Services account root user rather than an IAM user, we do not recommend it. If
74
- * <code>GetSessionToken</code> is called using root user credentials, the
75
- * temporary credentials have root user permissions. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#lock-away-credentials">Safeguard your root user credentials and don't use them for everyday tasks</a> in the
76
- * <i>IAM User Guide</i>
73
+ * <p>Although it is possible to call <code>GetSessionToken</code> using the security
74
+ * credentials of an Amazon Web Services account root user rather than an IAM user, we do
75
+ * not recommend it. If <code>GetSessionToken</code> is called using root user
76
+ * credentials, the temporary credentials have root user permissions. For more
77
+ * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#lock-away-credentials">Safeguard your root user credentials and don't use them for everyday tasks</a> in the
78
+ * <i>IAM User Guide</i>
77
79
  * </p>
78
80
  * </note>
79
81
  * <p>For more information about using <code>GetSessionToken</code> to create temporary
@@ -1,4 +1,7 @@
1
1
  import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface ClientInputEndpointParameters {
3
6
  region?: string | Provider<string>;
4
7
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -0,0 +1,8 @@
1
+ import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
+ import { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
3
+ import { DefaultExtensionConfiguration } from "@smithy/types";
4
+ /**
5
+ * @internal
6
+ */
7
+ export interface STSExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration {
8
+ }
@@ -8,6 +8,7 @@
8
8
  */
9
9
  export * from "./STSClient";
10
10
  export * from "./STS";
11
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
12
  export * from "./commands";
12
13
  export * from "./models";
13
14
  export * from "./defaultRoleAssumers";